diff --git a/resources/lang/json/id.json b/resources/lang/json/id.json index 06a9f38cf..893f79240 100644 --- a/resources/lang/json/id.json +++ b/resources/lang/json/id.json @@ -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", @@ -53,6 +55,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", @@ -60,4 +63,4 @@ "You are not connected to the internet.": "Anda sedang tidak terhubung ke internet.", "You have selected": "Anda telah memilih" -} \ No newline at end of file +} diff --git a/resources/lang/php/id/core.php b/resources/lang/php/id/core.php index 47aac75f3..e640d5ba2 100644 --- a/resources/lang/php/id/core.php +++ b/resources/lang/php/id/core.php @@ -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', @@ -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',