18 lines
566 B
JavaScript
18 lines
566 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", {
|
|
"Formula": "Formula",
|
|
"Inline with text": "Sebaris dengan teks",
|
|
"Insert/Edit Math": "Masukkan/Sunting Matematik",
|
|
"Insert/Edit math": "Masukkan/Sunting matematik",
|
|
"LaTeX": "LaTeX",
|
|
"Language": "Bahasa",
|
|
"Math...": "Matematik...",
|
|
"Preview": "Pratonton",
|
|
"Text Wrap": "Melilit Teks",
|
|
"Text above and below": "Teks di atas dan bawah"
|
|
}); |