mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Update Indonesian translation (#1194)
This commit is contained in:
parent
9ca49f1f51
commit
0f1e7ecc2c
2 changed files with 168 additions and 0 deletions
|
@ -1,9 +1,12 @@
|
||||||
import dateFns from 'date-fns/locale/id';
|
import dateFns from 'date-fns/locale/id';
|
||||||
import timeAgo from 'javascript-time-ago/locale/id';
|
import timeAgo from 'javascript-time-ago/locale/id';
|
||||||
|
|
||||||
|
import markdownEditor from './markdown-editor.json';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
dateFns,
|
dateFns,
|
||||||
timeAgo,
|
timeAgo,
|
||||||
|
markdownEditor,
|
||||||
|
|
||||||
format: {
|
format: {
|
||||||
date: 'dd MMM yyyy',
|
date: 'dd MMM yyyy',
|
||||||
|
|
165
client/src/locales/id-ID/markdown-editor.json
Normal file
165
client/src/locales/id-ID/markdown-editor.json
Normal file
|
@ -0,0 +1,165 @@
|
||||||
|
{
|
||||||
|
"action-previews": {
|
||||||
|
"text": "Ini adalah teks tanpa judul.\nBaik judul maupun teks\ndapat disorot dengan tebal, miring, warna,\ndicoret, dan digarisbawahi.",
|
||||||
|
"text-with-head": "Ini adalah teks dengan judul.\nBaik judul maupun teks\ndapat disorot dengan tebal, miring, warna,\ndicoret, dan digarisbawahi.",
|
||||||
|
"heading": "Judul"
|
||||||
|
},
|
||||||
|
"bundle": {
|
||||||
|
"error-title": "Kesalahan di editor markdown",
|
||||||
|
"settings_wysiwyg": "Editor visual (wysiwyg)",
|
||||||
|
"settings_markup": "Markup Markdown",
|
||||||
|
"markup_placeholder": "Masukkan markup markdown..."
|
||||||
|
},
|
||||||
|
"codeblock": {
|
||||||
|
"remove": "Hapus",
|
||||||
|
"empty_option": "Tidak ada hasil ditemukan"
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"delete": "Hapus",
|
||||||
|
"edit": "Edit",
|
||||||
|
"toolbar_action_disabled": "Elemen markup tidak kompatibel"
|
||||||
|
},
|
||||||
|
"forms": {
|
||||||
|
"common_action_cancel": "Batal",
|
||||||
|
"common_action_submit": "Kirim",
|
||||||
|
"common_action_upload": "Pilih",
|
||||||
|
"common_tab_attach": "Tambahkan dari perangkat",
|
||||||
|
"common_tab_link": "Tambahkan melalui tautan",
|
||||||
|
"common_link": "Tautan",
|
||||||
|
"common_sizes": "Ukuran, px",
|
||||||
|
"image_name": "Judul",
|
||||||
|
"image_link_href": "Tautan gambar",
|
||||||
|
"image_link_href_help": "Alamat yang dituju tautan gambar.",
|
||||||
|
"image_alt": "Teks alternatif",
|
||||||
|
"image_alt_help": "Teks alternatif ditampilkan jika gambar tidak dapat dimuat.",
|
||||||
|
"image_upload_help": "Gambar JPEG, GIF, atau PNG tidak lebih dari 1 MB.",
|
||||||
|
"image_upload_failed": "Gagal menambahkan gambar",
|
||||||
|
"image_size_width": "Lebar",
|
||||||
|
"image_size_height": "Tinggi",
|
||||||
|
"link_url_help": "Alamat yang dituju tautan.",
|
||||||
|
"link_text": "Teks tautan",
|
||||||
|
"link_text_help": "Teks yang ditampilkan sebagai tautan.",
|
||||||
|
"link_open_help": "Buka tautan di tab baru"
|
||||||
|
},
|
||||||
|
"md-hints": {
|
||||||
|
"header_title": "Header",
|
||||||
|
"header_hint": "# Teks Anda",
|
||||||
|
"italic_title": "Miring",
|
||||||
|
"italic_hint": "_Teks Anda_",
|
||||||
|
"bold_title": "Tebal",
|
||||||
|
"bold_hint": "**Teks Anda**",
|
||||||
|
"strikethrough_title": "Coret",
|
||||||
|
"strikethrough_hint": "~~Teks Anda~~",
|
||||||
|
"blockquote_title": "Kutipan",
|
||||||
|
"blockquote_hint": "> Teks Anda",
|
||||||
|
"code_title": "Kode",
|
||||||
|
"code_hint": "```Teks Anda```",
|
||||||
|
"link_title": "Tautan",
|
||||||
|
"link_hint": "[Teks Anda](url)",
|
||||||
|
"image_title": "Gambar",
|
||||||
|
"image_hint": "",
|
||||||
|
"list_title": "Item daftar",
|
||||||
|
"list_hint": "- Teks Anda",
|
||||||
|
"numbered-list_title": "Daftar bernomor",
|
||||||
|
"numbered-list_hint": "1. Teks Anda",
|
||||||
|
"documentation": "Dokumentasi",
|
||||||
|
"documentation_link": "https://diplodoc.com/docs/id/syntax/"
|
||||||
|
},
|
||||||
|
"menubar": {
|
||||||
|
"bold": "Tebal",
|
||||||
|
"code": "Kode",
|
||||||
|
"code_inline": "Kode sebaris",
|
||||||
|
"codeblock": "Blok kode",
|
||||||
|
"colorify": "Warna teks",
|
||||||
|
"colorify__color_blue": "Biru",
|
||||||
|
"colorify__color_default": "Default",
|
||||||
|
"colorify__color_gray": "Abu-abu",
|
||||||
|
"colorify__color_green": "Hijau",
|
||||||
|
"colorify__color_orange": "Oranye",
|
||||||
|
"colorify__color_red": "Merah",
|
||||||
|
"colorify__color_violet": "Ungu",
|
||||||
|
"colorify__color_yellow": "Kuning",
|
||||||
|
"colorify__group_text": "Teks",
|
||||||
|
"cut": "Potong",
|
||||||
|
"emoji": "Emoji",
|
||||||
|
"emoji__hint": "Emoji dapat ditambahkan di WYSIWYG atau secara manual dengan markup",
|
||||||
|
"heading": "Header",
|
||||||
|
"heading1": "Header 1",
|
||||||
|
"heading2": "Header 2",
|
||||||
|
"heading3": "Header 3",
|
||||||
|
"heading4": "Header 4",
|
||||||
|
"heading5": "Header 5",
|
||||||
|
"heading6": "Header 6",
|
||||||
|
"hrule": "Pemisah",
|
||||||
|
"image": "Gambar",
|
||||||
|
"italic": "Miring",
|
||||||
|
"link": "Tautan",
|
||||||
|
"list": "Daftar",
|
||||||
|
"list__action_lift": "Naikkan item",
|
||||||
|
"list__action_sink": "Turunkan item",
|
||||||
|
"list_action_disabled": "Bertentangan dengan logika daftar",
|
||||||
|
"mark": "Ditandai",
|
||||||
|
"mono": "Monospace",
|
||||||
|
"more_action": "Aksi lainnya",
|
||||||
|
"note": "Catatan",
|
||||||
|
"olist": "Daftar urut",
|
||||||
|
"quote": "Kutipan",
|
||||||
|
"redo": "Ulangi",
|
||||||
|
"strike": "Coret",
|
||||||
|
"table": "Tabel",
|
||||||
|
"text": "Teks",
|
||||||
|
"ulist": "Daftar berpoin",
|
||||||
|
"underline": "Garis bawah",
|
||||||
|
"undo": "Batalkan"
|
||||||
|
},
|
||||||
|
"placeholder": {
|
||||||
|
"doc_empty": "Ketik / untuk menggunakan perintah...",
|
||||||
|
"checkbox": "Masukkan deskripsi tugas...",
|
||||||
|
"deflist_term": "Istilah",
|
||||||
|
"deflist_desc": "Deskripsi definisi",
|
||||||
|
"heading": "Header",
|
||||||
|
"cut_title": "Judul",
|
||||||
|
"cut_content": "Konten yang akan ditampilkan saat diklik",
|
||||||
|
"note_title": "Judul",
|
||||||
|
"note_content": "Konten catatan",
|
||||||
|
"table_cell": "Konten sel",
|
||||||
|
"select_filter": "Cari bahasa..."
|
||||||
|
},
|
||||||
|
"search": {
|
||||||
|
"label_case-sensitive": "Peka huruf besar/kecil",
|
||||||
|
"label_whole-word": "Kata lengkap",
|
||||||
|
"title": "Cari di kode"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"empty-msg": "Tidak ditemukan"
|
||||||
|
},
|
||||||
|
"widgets": {
|
||||||
|
"image": "Tambahkan gambar",
|
||||||
|
"link": "Tambahkan tautan"
|
||||||
|
},
|
||||||
|
"yfm-note": {
|
||||||
|
"info": "Catatan",
|
||||||
|
"tip": "Tips",
|
||||||
|
"warning": "Peringatan",
|
||||||
|
"alert": "Peringatan",
|
||||||
|
"remove": "Hapus"
|
||||||
|
},
|
||||||
|
"yfm-table": {
|
||||||
|
"column.add.before": "Tambahkan kolom sebelum",
|
||||||
|
"column.add.after": "Tambahkan kolom setelah",
|
||||||
|
"column.remove": "Hapus kolom",
|
||||||
|
"row.add.before": "Tambahkan baris sebelum",
|
||||||
|
"row.add.after": "Tambahkan baris setelah",
|
||||||
|
"row.remove": "Hapus baris",
|
||||||
|
"table.remove": "Hapus tabel",
|
||||||
|
"table.menu.cell.align.left": "Ratakan isi sel ke kiri",
|
||||||
|
"table.menu.cell.align.right": "Ratakan isi sel ke kanan",
|
||||||
|
"table.menu.cell.align.center": "Ratakan isi sel ke tengah",
|
||||||
|
"table.menu.row.add": "Tambahkan baris setelah",
|
||||||
|
"table.menu.row.remove": "Hapus baris",
|
||||||
|
"table.menu.column.add": "Tambahkan kolom setelah",
|
||||||
|
"table.menu.column.remove": "Hapus kolom",
|
||||||
|
"table.menu.convert.yfm": "Konversi ke tabel YFM",
|
||||||
|
"table.menu.table.remove": "Hapus tabel"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue