dijit
Version:
Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible u
53 lines (51 loc) • 1.54 kB
JavaScript
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
})
);