Update Indonesian translation (thanks to Benny)

This commit is contained in:
Jakub Vrana 2016-07-22 17:30:38 +02:00
parent 53dfafd2ea
commit f0a5fb56a5
3 changed files with 52 additions and 50 deletions

View file

@ -1,2 +1,2 @@
<?php <?php
$VERSION = "4.2.5"; $VERSION = "4.2.6-dev";

View file

@ -10,11 +10,11 @@ $translations = array(
'Logout' => 'Keluar', 'Logout' => 'Keluar',
'Logged as: %s' => 'Masuk sebagai: %s', 'Logged as: %s' => 'Masuk sebagai: %s',
'Logout successful.' => 'Berhasil keluar.', 'Logout successful.' => 'Berhasil keluar.',
'Invalid credentials.' => 'Akses invalid.', 'Invalid credentials.' => 'Akses tidak sah.',
'Language' => 'Bahasa', 'Language' => 'Bahasa',
'Invalid CSRF token. Send the form again.' => 'Token CSRF invalid. Kirim ulang formulir.', 'Invalid CSRF token. Send the form again.' => 'Token CSRF tidak sah. Kirim ulang formulir.',
'No extension' => 'Ekstensi tidak tersedia', 'No extension' => 'Ekstensi tidak ada',
'None of the supported PHP extensions (%s) are available.' => 'Ekstensi PHP yang didukung (%s) tidak tersedia.', 'None of the supported PHP extensions (%s) are available.' => 'Ekstensi PHP yang didukung (%s) tidak ada.',
'Session support must be enabled.' => 'Dukungan sesi harus aktif.', 'Session support must be enabled.' => 'Dukungan sesi harus aktif.',
'Session expired, please login again.' => 'Sesi habis, silakan masuk lagi.', 'Session expired, please login again.' => 'Sesi habis, silakan masuk lagi.',
'%s version: %s through PHP extension %s' => 'Versi %s: %s dengan ekstensi PHP %s', '%s version: %s through PHP extension %s' => 'Versi %s: %s dengan ekstensi PHP %s',
@ -44,26 +44,26 @@ $translations = array(
'SQL command' => 'Perintah SQL', 'SQL command' => 'Perintah SQL',
'%d query(s) executed OK.' => '%d kueri berhasil dijalankan.', '%d query(s) executed OK.' => '%d kueri berhasil dijalankan.',
'Query executed OK, %d row(s) affected.' => 'Kueri berhasil, %d baris terpengaruh.', 'Query executed OK, %d row(s) affected.' => 'Kueri berhasil, %d baris terpengaruh.',
'No commands to execute.' => 'Tiada perintah untuk dijalankan.', 'No commands to execute.' => 'Tidak ada perintah untuk dijalankan.',
'Error in query' => 'Kesalahan dalam kueri', 'Error in query' => 'Galat dalam kueri',
'Execute' => 'Jalankan', 'Execute' => 'Jalankan',
'Stop on error' => 'Hentikan pada kesalahan', 'Stop on error' => 'Hentikan jika galat',
'Show only errors' => 'Hanya tampilkan kesalahan', 'Show only errors' => 'Hanya tampilkan galat',
// sprintf() format for time of the command // sprintf() format for time of the command
'%.3f s' => '%.3f s', '%.3f s' => '%.3f s',
'History' => 'Riwayat', 'History' => 'Riwayat',
'Clear' => 'Bersihkan', 'Clear' => 'Bersihkan',
'Edit all' => 'Edit semua',
'Edit all' => 'Sunting semua',
'File upload' => 'Unggah berkas', 'File upload' => 'Unggah berkas',
'From server' => 'Dari server', 'From server' => 'Dari server',
'Webserver file %s' => 'Berkas server web %s', 'Webserver file %s' => 'Berkas server web %s',
'Run file' => 'Jalankan berkas', 'Run file' => 'Jalankan berkas',
'File does not exist.' => 'Berkas tidak ditemukan.', 'File does not exist.' => 'Berkas tidak ada.',
'File uploads are disabled.' => 'Pengunggahan berkas dimatikan.', 'File uploads are disabled.' => 'Pengunggahan berkas dimatikan.',
'Unable to upload a file.' => 'Tidak dapat mengunggah berkas.', 'Unable to upload a file.' => 'Tidak dapat mengunggah berkas.',
'Maximum allowed file size is %sB.' => 'Besar berkas yang diizinkan adalah %s bita.', 'Maximum allowed file size is %sB.' => 'Besar berkas yang diizinkan adalah %sB.',
'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'Data POST terlalu besar. Kurangi data atau perbesar pengarah konfigurasi %s.', 'Too big POST data. Reduce the data or increase the %s configuration directive.' => 'Data POST terlalu besar. Kurangi data atau perbesar direktif konfigurasi %s.',
'Export' => 'Ekspor', 'Export' => 'Ekspor',
'Output' => 'Hasil', 'Output' => 'Hasil',
@ -76,19 +76,19 @@ $translations = array(
'database' => 'basis data', 'database' => 'basis data',
'Use' => 'Gunakan', 'Use' => 'Gunakan',
'Select database' => 'Pilih basis data', 'Select database' => 'Pilih basis data',
'Invalid database.' => 'Basis data invalid.', 'Invalid database.' => 'Basis data tidak sah.',
'Create new database' => 'Buat basis data baru', 'Create new database' => 'Buat basis data baru',
'Database has been dropped.' => 'Basis data berhasil dihapus.', 'Database has been dropped.' => 'Basis data berhasil dihapus.',
'Databases have been dropped.' => 'Basis data berhasil dihapus.', 'Databases have been dropped.' => 'Basis data berhasil dihapus.',
'Database has been created.' => 'Basis data berhasil dibuat.', 'Database has been created.' => 'Basis data berhasil dibuat.',
'Database has been renamed.' => 'Basis data berhasil diganti nama.', 'Database has been renamed.' => 'Basis data berhasil diganti namanya.',
'Database has been altered.' => 'Basis data berhasil diubah.', 'Database has been altered.' => 'Basis data berhasil diubah.',
'Alter database' => 'Ubah basis data', 'Alter database' => 'Ubah basis data',
'Create database' => 'Buat basis data', 'Create database' => 'Buat basis data',
'Database schema' => 'Skema basis data', 'Database schema' => 'Skema basis data',
// link to current database schema layout // link to current database schema layout
'Permanent link' => 'Tautan permanen', 'Permanent link' => 'Pranala permanen',
// thousands separator - must contain single byte // thousands separator - must contain single byte
',' => '.', ',' => '.',
@ -113,9 +113,9 @@ $translations = array(
'Tables have been copied.' => 'Tabel berhasil disalin.', 'Tables have been copied.' => 'Tabel berhasil disalin.',
'Routines' => 'Rutin', 'Routines' => 'Rutin',
'Routine has been called, %d row(s) affected.' => array('Rutin telah dipanggil, %d baris terpengaruh.', 'Rutin telah dipanggil, %d baris terpengaruh'), 'Routine has been called, %d row(s) affected.' => 'Rutin telah dipanggil, %d baris terpengaruh.',
'Call' => 'Panggilan', 'Call' => 'Panggilan',
'Parameter name' => 'Nama paramater', 'Parameter name' => 'Nama parameter',
'Create procedure' => 'Buat prosedur', 'Create procedure' => 'Buat prosedur',
'Create function' => 'Buat fungsi', 'Create function' => 'Buat fungsi',
'Routine has been dropped.' => 'Rutin berhasil dihapus.', 'Routine has been dropped.' => 'Rutin berhasil dihapus.',
@ -123,14 +123,14 @@ $translations = array(
'Routine has been created.' => 'Rutin berhasil dibuat.', 'Routine has been created.' => 'Rutin berhasil dibuat.',
'Alter function' => 'Ubah fungsi', 'Alter function' => 'Ubah fungsi',
'Alter procedure' => 'Ubah prosedur', 'Alter procedure' => 'Ubah prosedur',
'Return type' => 'Jenis balikan', 'Return type' => 'Jenis pengembalian',
'Events' => 'Peristiwa', 'Events' => 'Even',
'Event has been dropped.' => 'Peristiwa berhasil dihapus.', 'Event has been dropped.' => 'Even berhasil dihapus.',
'Event has been altered.' => 'Peristiwa berhasil diubah.', 'Event has been altered.' => 'Even berhasil diubah.',
'Event has been created.' => 'Peristiwa berhasil dibuat.', 'Event has been created.' => 'Even berhasil dibuat.',
'Alter event' => 'Ubah peristiwa', 'Alter event' => 'Ubah even',
'Create event' => 'Buat peristiwa', 'Create event' => 'Buat even',
'At given time' => 'Pada waktu tertentu', 'At given time' => 'Pada waktu tertentu',
'Every' => 'Setiap', 'Every' => 'Setiap',
'Schedule' => 'Jadwal', 'Schedule' => 'Jadwal',
@ -141,7 +141,7 @@ $translations = array(
'Tables' => 'Tabel', 'Tables' => 'Tabel',
'Tables and views' => 'Tabel dan tampilan', 'Tables and views' => 'Tabel dan tampilan',
'Table' => 'Tabel', 'Table' => 'Tabel',
'No tables.' => 'Tiada tabel.', 'No tables.' => 'Tidak ada tabel.',
'Alter table' => 'Ubah tabel', 'Alter table' => 'Ubah tabel',
'Create table' => 'Buat tabel', 'Create table' => 'Buat tabel',
'Table has been dropped.' => 'Tabel berhasil dihapus.', 'Table has been dropped.' => 'Tabel berhasil dihapus.',
@ -156,16 +156,16 @@ $translations = array(
'Column name' => 'Nama kolom', 'Column name' => 'Nama kolom',
'Type' => 'Jenis', 'Type' => 'Jenis',
'Length' => 'Panjang', 'Length' => 'Panjang',
'Auto Increment' => 'Kenaikan Otomatis', 'Auto Increment' => 'Inkrementasi Otomatis',
'Options' => 'Opsi', 'Options' => 'Opsi',
'Comment' => 'Komentar', 'Comment' => 'Komentar',
'Default values' => 'Nilai bawaan', 'Default values' => 'Nilai bawaan',
'Drop' => 'Hapus', 'Drop' => 'Hapus',
'Are you sure?' => 'Anda yakin', 'Are you sure?' => 'Anda yakin?',
'Move up' => 'Naik', 'Move up' => 'Naik',
'Move down' => 'Turun', 'Move down' => 'Turun',
'Remove' => 'Hapus', 'Remove' => 'Hapus',
'Maximum number of allowed fields exceeded. Please increase %s.' => 'Jumlah ruas maksimum yang diizinkan dilewati. Harap naikkan %s.', 'Maximum number of allowed fields exceeded. Please increase %s.' => 'Sudah lebih dumlah ruas maksimum yang diizinkan. Harap naikkan %s.',
'Partition by' => 'Partisi menurut', 'Partition by' => 'Partisi menurut',
'Partitions' => 'Partisi', 'Partitions' => 'Partisi',
@ -202,15 +202,15 @@ $translations = array(
'ON UPDATE' => 'ON UPDATE', 'ON UPDATE' => 'ON UPDATE',
'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'Kolom sumber dan sasaran harus memiliki jenis data yang sama. Kolom sasaran harus memiliki indeks dan data rujukan harus ada.', 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exist.' => 'Kolom sumber dan sasaran harus memiliki jenis data yang sama. Kolom sasaran harus memiliki indeks dan data rujukan harus ada.',
'Triggers' => 'Picu', 'Triggers' => 'Pemicu',
'Add trigger' => 'Tambah picu', 'Add trigger' => 'Tambah pemicu',
'Trigger has been dropped.' => 'Picu berhasil dihapus.', 'Trigger has been dropped.' => 'Pemicu berhasil dihapus.',
'Trigger has been altered.' => 'Picu berhasil diubah.', 'Trigger has been altered.' => 'Pemicu berhasil diubah.',
'Trigger has been created.' => 'Picu berhasil dibuat.', 'Trigger has been created.' => 'Pemicu berhasil dibuat.',
'Alter trigger' => 'Ubah picu', 'Alter trigger' => 'Ubah pemicu',
'Create trigger' => 'Buat picu', 'Create trigger' => 'Buat pemicu',
'Time' => 'Waktu', 'Time' => 'Waktu',
'Event' => 'Peristiwa', 'Event' => 'Even',
'Name' => 'Nama', 'Name' => 'Nama',
'select' => 'pilih', 'select' => 'pilih',
@ -221,14 +221,14 @@ $translations = array(
'Search' => 'Cari', 'Search' => 'Cari',
'anywhere' => 'di mana pun', 'anywhere' => 'di mana pun',
'Search data in tables' => 'Cari data dalam tabel', 'Search data in tables' => 'Cari data dalam tabel',
'Sort' => 'Urutan', 'Sort' => 'Urutkan',
'descending' => 'menurun', 'descending' => 'menurun',
'Limit' => 'Limit', 'Limit' => 'Batas',
'Text length' => 'Panjang teks', 'Text length' => 'Panjang teks',
'Action' => 'Tindakan', 'Action' => 'Tindakan',
'Full table scan' => 'Pindai tabel lengkap', 'Full table scan' => 'Pindai tabel lengkap',
'Unable to select the table' => 'Gagal memilih tabel', 'Unable to select the table' => 'Gagal memilih tabel',
'No rows.' => 'Tiada baris.', 'No rows.' => 'Tidak ada baris.',
'%d row(s)' => '%d baris', '%d row(s)' => '%d baris',
'Page' => 'Halaman', 'Page' => 'Halaman',
'last' => 'terakhir', 'last' => 'terakhir',
@ -239,7 +239,7 @@ $translations = array(
'%d row(s) have been imported.' => '%d baris berhasil diimpor.', '%d row(s) have been imported.' => '%d baris berhasil diimpor.',
// in-place editing in select // in-place editing in select
'Use edit link to modify this value.' => 'Gunakan tautan edit untuk mengubah nilai ini.', 'Use edit link to modify this value.' => 'Gunakan pranala suntingan untuk mengubah nilai ini.',
// %s can contain auto-increment value // %s can contain auto-increment value
'Item%s has been inserted.' => 'Entri%s berhasil disisipkan.', 'Item%s has been inserted.' => 'Entri%s berhasil disisipkan.',
@ -247,30 +247,30 @@ $translations = array(
'Item has been updated.' => 'Entri berhasil diperbarui.', 'Item has been updated.' => 'Entri berhasil diperbarui.',
'%d item(s) have been affected.' => '%d entri terpengaruh.', '%d item(s) have been affected.' => '%d entri terpengaruh.',
'New item' => 'Entri baru', 'New item' => 'Entri baru',
'original' => 'orisinal', 'original' => 'asli',
// label for value '' in enum data type // label for value '' in enum data type
'empty' => 'kosong', 'empty' => 'kosong',
'edit' => 'edit', 'edit' => 'sunting',
'Edit' => 'Edit', 'Edit' => 'Sunting',
'Insert' => 'Sisipkan', 'Insert' => 'Sisipkan',
'Save' => 'Simpan', 'Save' => 'Simpan',
'Save and continue edit' => 'Simpan dan terus mengedit', 'Save and continue edit' => 'Simpan dan lanjut menyunting',
'Save and insert next' => 'Simpan dan sisipkan yang lain', 'Save and insert next' => 'Simpan dan sisipkan berikutnya',
'Clone' => 'Gandakan', 'Clone' => 'Gandakan',
'Delete' => 'Hapus', 'Delete' => 'Hapus',
'E-mail' => 'Surel', 'E-mail' => 'Surel',
'From' => 'Dari', 'From' => 'Dari',
'Subject' => 'Subjek', 'Subject' => 'Judul',
'Attachments' => 'Lampiran', 'Attachments' => 'Lampiran',
'Send' => 'Kirim', 'Send' => 'Kirim',
'%d e-mail(s) have been sent.' => array('%d surel berhasil dikirim.', '%d surel berhasil dikirim'), '%d e-mail(s) have been sent.' => '%d surel berhasil dikirim.',
// data type descriptions // data type descriptions
'Numbers' => 'Angka', 'Numbers' => 'Angka',
'Date and time' => 'Tanggal dan waktu', 'Date and time' => 'Tanggal dan waktu',
'Strings' => 'String', 'Strings' => 'String',
'Binary' => 'Biner', 'Binary' => 'Binari',
'Lists' => 'Daftar', 'Lists' => 'Daftar',
'Network' => 'Jaringan', 'Network' => 'Jaringan',
'Geometry' => 'Geometri', 'Geometry' => 'Geometri',
@ -298,7 +298,7 @@ $translations = array(
'Schema has been created.' => 'Skema berhasil dibuat.', 'Schema has been created.' => 'Skema berhasil dibuat.',
'Schema has been altered.' => 'Skema berhasil diubah.', 'Schema has been altered.' => 'Skema berhasil diubah.',
'Schema' => 'Skema', 'Schema' => 'Skema',
'Invalid schema.' => 'Skema invalid.', 'Invalid schema.' => 'Skema tidak sah.',
// PostgreSQL sequences support // PostgreSQL sequences support
'Sequences' => 'Deret', 'Sequences' => 'Deret',

View file

@ -1,3 +1,5 @@
Adminer 4.2.6-dev:
Adminer 4.2.5 (released 2016-06-01): Adminer 4.2.5 (released 2016-06-01):
Fix remote execution in SQLite query Fix remote execution in SQLite query
SQLite: Require credentials to use SQLite: Require credentials to use