18 lines
567 B
JavaScript
18 lines
567 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", {
|
|
"Formula": "Formula",
|
|
"Inline with text": "Sejajar dengan teks",
|
|
"Insert/Edit Math": "Masukkan/Edit Matematika",
|
|
"Insert/Edit math": "Masukkan/Edit matematika",
|
|
"LaTeX": "LaTeX",
|
|
"Language": "Bahasa",
|
|
"Math...": "Matematika ...",
|
|
"Preview": "Pratinjau",
|
|
"Text Wrap": "Bungkus Teks",
|
|
"Text above and below": "Teks di atas dan di bawah"
|
|
}); |