Skip to content

feat(i18n): add new Indonesian translations #2279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion resources/lang/json/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"Applied Filters": "Filter Diterapkan",
"Applied Sorting": "Penyortiran Diterapkan",
"Bulk Actions": "Aksi",
"Bulk Actions Confirm": "Apakah Anda yakin?",
"Cancel": "Batal",
"Clear": "Bersihkan",
"Columns": "Kolom",
"Debugging Values": "Nilai Debug",
Expand All @@ -53,11 +55,12 @@
"rows, do you want to select all": "baris, apakah Anda ingin memilih semua?",
"Search": "Cari",
"Select All": "Pilih Semua",
"Select All On Page": "Pilih Semua di Halaman",
"Showing": "Menampilkan",
"to": "ke",
"Yes": "Ya",
"You are currently selecting all": "Anda sedang memilih semua",
"You are not connected to the internet.": "Anda sedang tidak terhubung ke internet.",
"You have selected": "Anda telah memilih"

}
}
3 changes: 3 additions & 0 deletions resources/lang/php/id/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
'Applied Filters' => 'Filter Diterapkan',
'Applied Sorting' => 'Penyortiran Diterapkan',
'Bulk Actions' => 'Aksi',
'Bulk Actions Confirm' => 'Apakah Anda yakin?',
'Cancel' => 'Batal',
'Clear' => 'Bersihkan',
'Columns' => 'Kolom',
'Debugging Values' => 'Nilai Debug',
Expand All @@ -25,6 +27,7 @@
'rows, do you want to select all' => 'baris, apakah Anda ingin memilih semua?',
'Search' => 'Cari',
'Select All' => 'Pilih Semua',
'Select All On Page' => 'Pilih Semua di halaman',
'Showing' => 'Menampilkan',
'to' => 'ke',
'Yes' => 'Ya',
Expand Down