27 lines
828 B
JavaScript
27 lines
828 B
JavaScript
/*!
|
|
* TinyMCE Language Pack
|
|
*
|
|
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
*/
|
|
tinymce.addI18n("id", {
|
|
"Advanced Sort": "Sortir Lanjutan",
|
|
"Advanced sort...": "Sortir lanjutan...",
|
|
"Alpha": "Alfabet",
|
|
"Ascending": "Menaik",
|
|
"Column": "Kolom",
|
|
"Column {0}": "Kolom {0}",
|
|
"Descending": "Menurun",
|
|
"None": "Tidak ada",
|
|
"Numeric": "Numerik",
|
|
"Order": "Urutan",
|
|
"Row": "Baris",
|
|
"Row numbering": "Penomoran baris",
|
|
"Row {0}": "Baris {0}",
|
|
"Selection": "Pemilihan",
|
|
"Sort": "Sortir",
|
|
"Sort by": "Sortir menurut",
|
|
"Sort table by column ascending": "Sortir tabel menurut kolom secara menaik",
|
|
"Sort table by column descending": "Sortir tabel menurut kolom secara menurun",
|
|
"Table": "Tabel"
|
|
}); |