Mercurial Hosting > sceditor
comparison src/languages/id.js @ 0:4c4fc447baea
start with sceditor-3.1.1
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 04 Aug 2022 15:21:29 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c4fc447baea |
---|---|
1 /** | |
2 * @author Sandy Irawan (sndbkct@gmail.com) | |
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php) | |
4 */ | |
5 (function () { | |
6 'use strict'; | |
7 | |
8 sceditor.locale['id'] = { | |
9 'Bold': 'Tebal', | |
10 'Italic': 'Miring', | |
11 'Underline': 'Garis Bawah', | |
12 'Strikethrough': 'Coret', | |
13 'Subscript': 'Tulisan dibawah garis', | |
14 'Superscript': 'Tulisan diatas garis', | |
15 'Align left': 'Rata Kiri', | |
16 'Center': 'Rata Tengah', | |
17 'Align right': 'Rata Kanan', | |
18 'Justify': 'Rata Kanan-Kiri', | |
19 'Font Name': 'Nama Fon', | |
20 'Font Size': 'Ukuran Fon', | |
21 'Font Color': 'Warna Fon', | |
22 'Remove Formatting': 'Hapus Format', | |
23 'Cut': 'Potong', | |
24 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Browser Anda tidak memungkinkan perintah cut. Silakan gunakan shortcut keyboard Ctrl / Cmd-X ', | |
25 'Copy': 'Salin', | |
26 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Browser Anda tidak memungkinkan perintah copy. Silakan gunakan shortcut keyboard Ctrl / Cmd-C ', | |
27 'Paste': 'Rekatkan', | |
28 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Browser Anda tidak memungkinkan perintah paste. Silakan gunakan shortcut keyboard Ctrl / Cmd-V ', | |
29 'Paste your text inside the following box:': 'Rekatkan teks Anda dalam kotak berikut:', | |
30 'Paste Text': 'Rekatkan Teks', | |
31 'Bullet list': 'Daftar Bullet', | |
32 'Numbered list': 'Daftar Nomor', | |
33 'Undo': 'Kembalikan', | |
34 'Redo': 'Ulangi', | |
35 'Rows:': 'Baris', | |
36 'Cols:': 'Kolom', | |
37 'Insert a table': 'Sisipkan sebuah tabel', | |
38 'Insert a horizontal rule': 'Sisipkan aturan horisontal', | |
39 'Code': 'Kode', | |
40 'Width (optional):': 'Lebar (opsional)', | |
41 'Height (optional):': 'Tinggi (opsional)', | |
42 'Insert an image': 'Sisipkan Gambar', | |
43 'E-mail:': 'Surel', | |
44 'Insert an email': 'Sisipkan surel', | |
45 'URL:': 'URL', | |
46 'Insert a link': 'Sisipkan link', | |
47 'Unlink': 'Buang Link', | |
48 'More': 'Lainnya', | |
49 'Insert an emoticon': 'Sisipkan emotikon', | |
50 'Video URL:': 'URL Video', | |
51 'Insert': 'Sisipkan', | |
52 'Insert a YouTube video': 'Sisipkan video Youtube', | |
53 'Insert current date': 'Sisipkan tanggal sekarang', | |
54 'Insert current time': 'Sisipkan waktu sekarang', | |
55 'Print': 'Print', | |
56 'View source': 'Lihat sumber', | |
57 'Description (optional):': 'Deskripsi (opsional)', | |
58 'Enter the image URL:': 'Masukkan URL gambar', | |
59 'Enter the e-mail address:': 'Masukkan alamat surel', | |
60 'Enter the displayed text:': 'Masukkan teks yang ditampilkan', | |
61 'Enter URL:': 'Masukkan URL', | |
62 'Enter the YouTube video URL or ID:': 'Masukkan URL video YouTube atau ID', | |
63 'Insert a Quote': 'Sisipkan kutipan', | |
64 'Invalid YouTube video': 'Video YouTube yang tidak valid', | |
65 | |
66 dateFormat: 'day-month-year' | |
67 }; | |
68 })(); |