78 lines
5.1 KiB
JavaScript
78 lines
5.1 KiB
JavaScript
/*!
|
|
* TinyMCE Language Pack
|
|
*
|
|
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
*/
|
|
tinymce.addI18n("id", {
|
|
'"{0}"': '"{0}"',
|
|
"Accessibility Checker": "Pemeriksa Aksesibilitas",
|
|
"Accessibility checker...": "Pemeriksa aksesibilitas...",
|
|
"Add a text description": "Tambahkan deskripsi teks",
|
|
"Add a text description for this image": "Tambahkan deskripsi teks untuk gambar ini",
|
|
"Adjacent links with the same URL should be merged into one link": "Tautan yang berdekatan dengan URL yang sama dapat digabungkan jadi satu tautan.",
|
|
"Caption cannot be empty": "Keterangan tidak boleh kosong",
|
|
"Choose table header": "Pilih header tabel",
|
|
"Click for more info": "Klik untuk info selengkapnya",
|
|
"Column": "Kolom",
|
|
"Column group": "Grup kolom",
|
|
"Complex tables should have summaries": "Tabel kompleks harus disertai ringkasan",
|
|
"Decorative images are not allowed. Please add a text description.": "Gambar dekoratif tidak diperbolehkan. Silakan tambahkan deskripsi teks.",
|
|
"Error": "Kesalahan",
|
|
"Header column": "Kolom header",
|
|
"Header row": "Baris header",
|
|
"Headings must be applied in sequential order. For example: Heading 1 should be followed by Heading 2, not Heading 3.": "Kepala harus diterapkan secara berurutan. Contohnya: Kepala 1 harus diikuti oleh Kepala 2, bukan Kepala 3.",
|
|
"ID attribute must be unique": "Atribut ID harus unik",
|
|
"Ignore": "Abaikan",
|
|
"Image": "Gambar",
|
|
"Image must be marked as decorative or have an alternative text description": "Gambar harus ditandai sebagai dekoratif atau memiliki deskripsi teks alternatif",
|
|
"Image needs a text description": "Gambar membutuhkan deskripsi teks",
|
|
"Info": "Info",
|
|
"Issue {0} of {1}": "Masalah {0} dari {1}",
|
|
"Keep this ID and remove all others": "Simpan ID ini dan hapus yang lain",
|
|
"Large text must have a contrast ratio of at least 3:1": "Teks besar harus memiliki rasio kontras setidaknya 3:1",
|
|
"Link": "Tautan",
|
|
"Make ID unique": "Buat ID menjadi unik",
|
|
"Mark as decorative": "Tandai sebagai dekoratif",
|
|
"More info": "Info lebih lanjut",
|
|
"Next issue": "Masalah Selanjutnya",
|
|
"No accessibility issues detected": "Masalah aksesibilitas tidak terdeteksi",
|
|
"Or add a text description": "Atau tambahkan deskripsi teks",
|
|
"Previous issue": "Masalah Sebelumnya",
|
|
"Provide caption": "Berikan keterangan",
|
|
"Provide table summary": "Berikan ringkasan tabel",
|
|
"Remove all IDs": "Hapus semua ID",
|
|
"Remove this ID": "Hapus ID ini",
|
|
"Repair": "Perbaiki",
|
|
"Repair issue": "Perbaiki Masalah",
|
|
"Replace filename with a meaningful description": "Ganti nama file dengan deskripsi yang bermakna",
|
|
"Row": "Baris",
|
|
"Row group": "Grup baris",
|
|
"Select a heading level": "Pilih level judul",
|
|
"Select header scope": "Pilih cakupan header",
|
|
"Shorten the text description": "Persingkat deskripsi teks",
|
|
"Solution": "Solusi",
|
|
"Success": "Berhasil",
|
|
"Summary cannot be empty": "Ringkasan tidak boleh kosong",
|
|
"Table": "Tabel",
|
|
"Table caption and summary cannot have the same value": "Keterangan dan ringkasan tabel tidak boleh sama",
|
|
"Table caption cannot be the same as the table summary": "Keterangan tabel tidak boleh sama dengan ringkasan tabel",
|
|
"Table elements must contain TR and TD tags": "Elemen tabel harus berisi tag TR dan TD",
|
|
"Table headers must be applied to a row or a column": "Kepala tabel harus diterapkan ke suatu baris atau kolom",
|
|
"Table summary cannot be the same as the table caption": "Ringkasan tabel tidak boleh sama dengan keterangan tabel",
|
|
"Tables must have at least one header cell": "Tabel harus terdiri atas minimal satu sel kepala",
|
|
"Tables must have captions": "Tabel harus disertai keterangan",
|
|
"Text": "Teks",
|
|
"Text description cannot be empty": "Deskripsi teks tidak boleh kosong",
|
|
"Text description is too long": "Deskripsi teks terlalu panjang",
|
|
"Text description should describe the image, not the filename": "Deskripsi teks yang harus mendeskripsikan gambar, bukan nama file",
|
|
"Text description should not be the image filename": "Teks deskripsi tidak boleh menjadi nama file gambar",
|
|
"Text must have a contrast ratio of at least 4.5:1": "Teks harus memiliki rasio kontras setidaknya 4,5:1",
|
|
"Text must have a contrast ratio of at least 7:1": "Teks harus memiliki rasio kontras setidaknya 7:1",
|
|
"The selected text appears to be a list. Lists should be formatted using a list tag.": "Teks dipilih tampaknya adalah daftar. Daftar harus diformat menggunakan tag daftar.",
|
|
"This image has conflicting information. Either remove the text description to make it decorative, or remove the decorative marking.": "Gambar ini memiliki informasi yang bertentangan. Hapus deskripsi teks untuk membuatnya dekoratif, atau hapus tanda dekoratifnya.",
|
|
"This image is decorative": "Gambar ini dekoratif",
|
|
"This paragraph looks like a heading. If it is a heading, please select a heading level.": "Paragraf ini tampak seperti bagian kepala. Jika ini adalah kepala, pilih level kepala.",
|
|
"Warning": "Peringatan",
|
|
"{0} characters (maximum {1} allowed)": "{0} karakter (maksimum {1} yang diizinkan)"
|
|
}); |