|
| 1 | +"use strict"; |
| 2 | + |
| 3 | +module.exports = { |
| 4 | + "postbox-text": "Tulis komentar di sini (minimal 3 karakter)", |
| 5 | + "postbox-author": "Nama (opsional)", |
| 6 | + "postbox-author-placeholder": "Budi", |
| 7 | + "postbox-email": "Email (opsional)", |
| 8 | + "postbox-email-placeholder": "budi@example.com", |
| 9 | + "postbox-website": "Situs web (opsional)", |
| 10 | + "postbox-website-placeholder": "https://example.com/", |
| 11 | + "postbox-preview": "Pratinjau", |
| 12 | + "postbox-edit": "Edit", |
| 13 | + "postbox-submit": "Kirim", |
| 14 | + "postbox-notification": "Dapatkan notifikasi balasan lewat email", |
| 15 | + |
| 16 | + "num-comments": "Satu komentar\n{{ n }} komentar", |
| 17 | + "no-comments": "Belum ada komentar", |
| 18 | + "atom-feed": "Feed Atom", |
| 19 | + |
| 20 | + "comment-reply": "Balas", |
| 21 | + "comment-edit": "Edit", |
| 22 | + "comment-save": "Simpan", |
| 23 | + "comment-delete": "Hapus", |
| 24 | + "comment-confirm": "Konfirmasi", |
| 25 | + "comment-close": "Tutup", |
| 26 | + "comment-cancel": "Batal", |
| 27 | + "comment-deleted": "Komentar dihapus.", |
| 28 | + "comment-queued": "Komentar menunggu moderasi.", |
| 29 | + "comment-anonymous": "Anonim", |
| 30 | + "comment-hidden": "{{ n }} disembunyikan", |
| 31 | + "comment-page-author-suffix": "Penulis", |
| 32 | + |
| 33 | + "date-now": "baru saja", |
| 34 | + "date-minute": "1 menit yang lalu\n{{ n }} menit yang lalu", |
| 35 | + "date-hour": "1 jam yang lalu\n{{ n }} jam yang lalu", |
| 36 | + "date-day": "kemarin\n{{ n }} hari yang lalu", |
| 37 | + "date-week": "1 minggu lalu\n{{ n }} minggu lalu", |
| 38 | + "date-month": "1 bulan lalu\n{{ n }} bulan lalu", |
| 39 | + "date-year": "1 tahun lalu\n{{ n }} tahun lalu" |
| 40 | +}; |
0 commit comments