yzt
2023-05-26 de4278af2fd46705a40bac58ec01122db6b7f3d7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
define(
({
    'bold': 'Tebal',
    'copy': 'Salin',
    'cut': 'Potong',
    'delete': 'Hapus',
    'indent': 'Inden',
    'insertHorizontalRule': 'Penggaris horisontal',
    'insertOrderedList': 'Daftar Bernomor',
    'insertUnorderedList': 'Daftar Poin',
    'italic': 'Miring',
    'justifyCenter': 'Rata Tengah',
    'justifyFull': 'Rata Kanan Kiri',
    'justifyLeft': 'Rata Kiri',
    'justifyRight': 'Rata Kanan',
    'outdent': 'Hapus spasi di depan',
    'paste': 'Tempel',
    'redo': 'Ulangi',
    'removeFormat': 'Hapus Format',
    'selectAll': 'Pilih Semua',
    'strikethrough': 'Coretan',
    'subscript': 'Subskrip',
    'superscript': 'Superskrip',
    'underline': 'Garis Bawah',
    'undo': 'Batalkan',
    'unlink': 'Hapus Tautan',
    'createLink': 'Buat Tautan',
    'toggleDir': 'Ubah Arah',
    'insertImage': 'Masukkan Gambar',
    'insertTable': 'Masukkan/Edit Tabel',
    'toggleTableBorder': 'Ubah Tepi Tabel',
    'deleteTable': 'Hapus Tabel',
    'tableProp': 'Properti Tabel',
    'htmlToggle': 'Sumber HTML',
    'foreColor': 'Warna Latar Depan',
    'hiliteColor': 'Warna Latar Belakang',
    'plainFormatBlock': 'Gaya Paragraf',
    'formatBlock': 'Gaya Paragraf',
    'fontSize': 'Ukuran Font',
    'fontName': 'Nama Font',
    'tabIndent': 'Inden Tab',
    "fullScreen": "Beralih ke Layar Penuh",
    "viewSource": "Lihat Sumber HTML",
    "print": "Cetak",
    "newPage": "Halaman Baru",
    /* Error messages */
    'systemShortcut': 'Tindakan "${0}" hanya tersedia pada peramban Anda menggunakan jalan pintas keyboard. Gunakan ${1}.',
    'ctrlKey':'ctrl+${0}',
    'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
})
);