19 lines
839 B
JavaScript
19 lines
839 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", {
|
|
"An error occurred fetching revisions.": "Suatu ralat telah berlaku mengambil semakan.",
|
|
"An error occurred fetching the updated revision.": "Suatu ralat telah berlaku mengambil semakan yang dikemas kini.",
|
|
"Anonymous": "Tanpa nama",
|
|
"Comparing revision on {0} to the previous version": "Membandingkan semakan pada {0} ke versi terdahulu",
|
|
"DRAFT": "DRAF",
|
|
"INITIAL": "AWAL",
|
|
"No revisions": "Tiada semakan",
|
|
"Restore this version": "Pulihkan versi ini",
|
|
"Revision History": "Sejarah semakan",
|
|
"Revision on {0}": "Semakan pada {0}",
|
|
"Showing the initial version on {0}": "Menunjukkan versi awal pada {0}"
|
|
}); |