mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
Update language files (i18n/*.php).
- Add missing key - 'Your certificate will be ...' (en.php) - 'no notifications' - 'configure' - Fix several typos - Sort keys - Remove certain comments
This commit is contained in:
parent
f427c196f1
commit
46302f6fe1
29 changed files with 296 additions and 280 deletions
|
@ -43,6 +43,8 @@ $LANG['id'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Tambah Pengguna',
|
||||
'Add Domain' => 'Tambah Domain',
|
||||
'Add Web Domain' => 'Tambah Domain Web',
|
||||
|
@ -110,6 +112,7 @@ $LANG['id'] = array(
|
|||
'disable autoupdate' => 'menonaktifkan autoupdate',
|
||||
'turn on notifications' => 'mengaktifkan notifik.',
|
||||
'turn off notifications' => 'menonaktifkan notifik.',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Menambah User',
|
||||
'Editing User' => 'Menyunting User',
|
||||
|
@ -252,6 +255,7 @@ $LANG['id'] = array(
|
|||
'MySQL Usage on localhost' => 'Penggunaan MySQL di localhost',
|
||||
'PostgreSQL Usage on localhost' => 'Penggunaan PostgreSQL di localhost',
|
||||
'Bandwidth Usage eth0' => 'Penggunaan Bandwidth eth0',
|
||||
'Bandwidth Usage eth1' => 'Penggunaan Bandwidth eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'Penggunaan FTP',
|
||||
'SSH Usage' => 'Penggunaan SSH',
|
||||
|
@ -451,7 +455,7 @@ $LANG['id'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Paket <a href="/edit/package/?package=%s"><b>%s</b></a> udah berhasil dibikin.',
|
||||
'SSL_GENERATED_OK' => 'Sertifikat udah berhasil dihasilkan.',
|
||||
'RULE_CREATED_OK' => 'Aturan udah berhasil dibikin.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Autoupdate sukses diaktifkan',
|
||||
'Autoupdate has been successfully disabled' => 'Autoupdate telah dinonaktifkan',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Pelaporan cronjob telah berhasil diaktifkan',
|
||||
|
@ -527,7 +531,7 @@ $LANG['id'] = array(
|
|||
'Confirm Password' => 'Konfirmasi Katakunci',
|
||||
'Reset' => 'Reset',
|
||||
'Reset Code' => 'Reset Kode',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Kode katakunci buat me-reset udah dikirim ke email<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Katakunci di-reset pada %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Kalo mau reset katakunci panel kontrol, klik aja tautan ini:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, kalo ngga ke https://%s/reset/?action=code&user=%s terus masukin kode reset-nya:\n%s\n\nKalau emang kamu ga minta reset katakunci pesan ini abaikan aja, dan maaf ya....\n\n--\nPanel Kontrol Vesta\n",
|
||||
|
@ -605,7 +609,7 @@ $LANG['id'] = array(
|
|||
'ARCHIVE' => 'ARSIP',
|
||||
'EXTRACT' => 'EKSTRAK',
|
||||
'DOWNLOAD' => 'UNDUH',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Hit',
|
||||
'to reload the page' => 'untuk memuat ulang halaman',
|
||||
'Directory name cannot be empty' => 'Nama Directory ga boleh kosong',
|
||||
|
@ -627,7 +631,7 @@ $LANG['id'] = array(
|
|||
'Create' => 'Buat',
|
||||
'Compress' => 'Kompres',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -708,9 +712,6 @@ $LANG['id'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue