27 lines
797 B
JavaScript
27 lines
797 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("ms", {
|
|
"Advanced Sort": "Isih Lanjutan",
|
|
"Advanced sort...": "Isih lanjutan...",
|
|
"Alpha": "Abjad",
|
|
"Ascending": "Menaik",
|
|
"Column": "Lajur",
|
|
"Column {0}": "Lajur {0}",
|
|
"Descending": "Menurun",
|
|
"None": "Tiada",
|
|
"Numeric": "Angka",
|
|
"Order": "Tertib",
|
|
"Row": "Baris",
|
|
"Row numbering": "Nombor baris",
|
|
"Row {0}": "Baris {0}",
|
|
"Selection": "Pemilihan",
|
|
"Sort": "Isih",
|
|
"Sort by": "Isih mengikut",
|
|
"Sort table by column ascending": "Isih jadual mengikut lajur menaik",
|
|
"Sort table by column descending": "Isih jadual mengikut lajur menurun",
|
|
"Table": "Jadual"
|
|
}); |