-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #543 from cuinc99/3.x
Add Indonesian language support for editor, grid, link, media, oembed…
- Loading branch information
Showing
6 changed files
with
230 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
<?php | ||
|
||
return [ | ||
'skip_toolbar' => 'Lewati toolbar', | ||
'align_center' => 'Ratakan teks ke tengah', | ||
'align_justify' => 'Ratakan teks ke kanan dan kiri', | ||
'align_left' => 'Ratakan teks ke kiri', | ||
'align_right' => 'Ratakan teks ke kanan', | ||
'blockquote' => 'Kutipan', | ||
'blocks' => [ | ||
'panel' => 'Blok', | ||
'insert' => 'Sisipkan blokir', | ||
'update' => 'Perbarui blokir', | ||
], | ||
'bold' => 'Tebal', | ||
'code_block' => 'Blok kode', | ||
'code' => 'Kode inline', | ||
'color' => [ | ||
'label' => 'Warna', | ||
'choose' => 'Pilih', | ||
'remove' => 'Hapus', | ||
'input_label' => 'Kode heksadesimal', | ||
], | ||
'details' => 'Detail', | ||
'erase' => 'Hapus semua konten', | ||
'fullscreen' => [ | ||
'enter' => 'Masuk mode layar penuh', | ||
'exit' => 'Keluar mode layar penuh', | ||
], | ||
'grid' => [ | ||
'label' => 'Grid', | ||
'two_columns' => '2 Kolom', | ||
'three_columns' => '3 Kolom', | ||
'four_columns' => '4 Kolom', | ||
'five_columns' => '5 Kolom', | ||
'fixed_two_columns' => '2 Kolom Tetap', | ||
'fixed_three_columns' => '3 Kolom Tetap', | ||
'fixed_four_columns' => '4 Kolom Tetap', | ||
'fixed_five_columns' => '5 Kolom Tetap', | ||
'asymmetric_left_thirds' => 'Asimetris Kiri - 1/3', | ||
'asymmetric_right_thirds' => 'Asimetris Kanan - 1/3', | ||
'asymmetric_left_fourths' => 'Asimetris Kiri - 1/4', | ||
'asymmetric_right_fourths' => 'Asimetris Kanan - 1/4', | ||
], | ||
'grid-builder' => [ | ||
'label' => 'Pembangun Grid', | ||
], | ||
'heading' => [ | ||
'label' => 'Heading', | ||
'h1' => 'Heading 1', | ||
'h2' => 'Heading 2', | ||
'h3' => 'Heading 3', | ||
'h4' => 'Heading 4', | ||
'h5' => 'Heading 5', | ||
'h6' => 'Heading 6', | ||
], | ||
'highlight' => 'Sorotan', | ||
'hurdle' => [ | ||
'label' => 'Garis batas', | ||
'colors' => [ | ||
'gray_light' => 'Abu-abu - Terang', | ||
'gray' => 'Abu-abu', | ||
'gray_dark' => 'Abu-abu - Gelap', | ||
'primary' => 'Primari', | ||
'secondary' => 'Sekunder', | ||
'tertiary' => 'Tersier', | ||
'accent' => 'Aksen', | ||
], | ||
], | ||
'hr' => 'Garis horizontal', | ||
'italic' => 'Miring', | ||
'lead' => 'Paragraf utama', | ||
'link' => [ | ||
'insert_edit' => 'Sisipkan / edit tautan', | ||
'edit' => 'Edit tautan', | ||
'remove' => 'Hapus tautan', | ||
], | ||
'list' => [ | ||
'bulleted' => 'Daftar tidak berurutan', | ||
'ordered' => 'Daftar berurutan', | ||
'checked' => 'Daftar yang dapat di centang', | ||
], | ||
'media' => [ | ||
'insert_edit' => 'Sisipkan / edit media', | ||
'edit' => 'Edit media', | ||
], | ||
'merge_tags' => [ | ||
'panel' => 'Gabungkan tag', | ||
], | ||
'paragraph' => 'Paragraf', | ||
'redo' => 'Ulangi', | ||
'remove_color' => 'Hapus warna', | ||
'small' => 'Teks kecil', | ||
'source' => 'Kode sumber', | ||
'strike' => 'Coret', | ||
'subscript' => 'Indeks bawah', | ||
'superscript' => 'Indeks atas', | ||
'table' => [ | ||
'label' => 'Tabel', | ||
'insert_table' => 'Sisipkan tabel', | ||
'add_column_before' => 'Tambah kolom sebelum', | ||
'add_column_after' => 'Tambah kolom setelah', | ||
'delete_column' => 'Hapus kolom', | ||
'add_row_before' => 'Tambah baris sebelum', | ||
'add_row_after' => 'Tambah baris setelah', | ||
'delete_row' => 'Hapus baris', | ||
'delete_table' => 'Hapus tabel', | ||
'merge_cells' => 'Gabungkan sel', | ||
'split_cell' => 'Pisahkan sel', | ||
'toggle_header_column' => 'Ubah header kolom', | ||
'toggle_header_row' => 'Ubah header baris', | ||
'toggle_header_cell' => 'Ubah header sel', | ||
'merge_or_split' => 'Gabungkan atau pisahkan', | ||
'fix_tables' => 'Perbaiki tabel', | ||
'go_to_next_cell' => 'Ke selanjutnya', | ||
'go_to_previous_cell' => 'Ke sel sebelumnya', | ||
], | ||
'underline' => 'Garis bawah', | ||
'undo' => 'Batal', | ||
'video' => [ | ||
'youtube' => 'Sisipkan video YouTube', | ||
'vimeo' => 'Sisipkan video Vimeo', | ||
'oembed' => 'Sisipkan video', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
return [ | ||
'heading' => 'Pembangun Grid', | ||
'labels' => [ | ||
'submit' => 'Sisipkan Grid', | ||
'columns' => 'Kolom', | ||
'stack_at' => 'Tumpuk Pada', | ||
'asymmetric' => 'Asimetris', | ||
'asymmetric_left' => 'Rentang Kolom Kiri', | ||
'asymmetric_right' => 'Rentang Kolom Kanan', | ||
'dont_stack' => 'Jangan Tumpuk', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?php | ||
|
||
return [ | ||
'heading' => [ | ||
'update' => 'Perbarui Tautan', | ||
'insert' => 'Sisipkan Tautan', | ||
], | ||
'buttons' => [ | ||
'remove' => 'Hapus Tautan', | ||
'cancel' => 'Batal', | ||
'update' => 'Perbarui', | ||
'insert' => 'Sisipkan', | ||
], | ||
'labels' => [ | ||
'url' => 'URL', | ||
'language' => 'Bahasa', | ||
'target' => [ | ||
'default' => 'Bawaan', | ||
'new_window' => 'Jendela Baru', | ||
'parent' => 'Induk', | ||
'top' => 'Atas', | ||
], | ||
'referrer_policy' => 'Kebijakan Referrer', | ||
'as_button' => 'Sebagai Tombol', | ||
'button_theme' => [ | ||
'primary' => 'Utama', | ||
'secondary' => 'Sekunder', | ||
'tertiary' => 'Tersier', | ||
'accent' => 'Aksen', | ||
], | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?php | ||
|
||
return [ | ||
'heading' => [ | ||
'update' => 'Perbarui Media', | ||
'insert' => 'Sisipkan Media', | ||
], | ||
'buttons' => [ | ||
'cancel' => 'Batal', | ||
'insert' => 'Sisipkan', | ||
], | ||
'labels' => [ | ||
'width' => 'Lebar', | ||
'height' => 'Tinggi', | ||
'file' => 'Berkas', | ||
'link_text' => 'Teks Tautan', | ||
'alt' => 'Teks Alternatif', | ||
'alt_helper_text' => 'Pelajari cara menggambarkan tujuan gambar.', | ||
'title' => 'Judul', | ||
'lazy' => 'Muat Malas', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
return [ | ||
'heading' => 'Sisipkan Video', | ||
'buttons' => [ | ||
'cancel' => 'Batal', | ||
'insert' => 'Sisipkan', | ||
], | ||
'labels' => [ | ||
'url' => 'URL', | ||
'width' => 'Lebar', | ||
'height' => 'Tinggi', | ||
'responsive' => 'Responsif', | ||
'responsive_helper' => 'Jika video tidak responsif, atur lebar dan tinggi ke ukuran piksel aktual yang diinginkan video. Nilai default adalah 640x480.', | ||
'autoplay' => 'Putar Otomatis', | ||
'loop' => 'Ulangi', | ||
'title' => 'Judul', | ||
'byline' => 'Byline', | ||
'portrait' => 'Potret', | ||
'controls' => 'Kontrol', | ||
'nocookie' => 'Tanpa Cookie', | ||
'start_at' => 'Mulai Pada', | ||
'local' => 'Lokal', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'heading' => 'Edit Kode Sumber', | ||
'buttons' => [ | ||
'cancel' => 'Batal', | ||
'update' => 'Perbarui', | ||
], | ||
'labels' => [ | ||
'source' => 'Kode Sumber', | ||
], | ||
]; |