diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-06 02:27:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-06 02:27:44 +0000 |
commit | 737e79854e967e2d2620f8593d9698905146e77a (patch) | |
tree | 4d198c983c905f8f1d41ae34840a703beb467fdc /lib/l10n/id.js | |
parent | c40d1b7dbc4b0c12ff08f300abdd93dbecba0396 (diff) | |
download | nextcloud-server-737e79854e967e2d2620f8593d9698905146e77a.tar.gz nextcloud-server-737e79854e967e2d2620f8593d9698905146e77a.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/id.js')
-rw-r--r-- | lib/l10n/id.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/id.js b/lib/l10n/id.js index aa8b4b36d91..1f46088b667 100644 --- a/lib/l10n/id.js +++ b/lib/l10n/id.js @@ -132,8 +132,6 @@ OC.L10N.register( "Please ask your server administrator to install the module." : "Mohon tanyakan administrator Anda untuk menginstal module.", "PHP setting \"%s\" is not set to \"%s\"." : "Pengaturan PHP \"%s\" tidak diatur ke \"%s\".", "Adjusting this setting in php.ini will make Nextcloud run again" : "Menyesuaikan pengaturan ini di php.ini akan membuat Nextcloud berjalan kembali", - "libxml2 2.7.0 is at least required. Currently %s is installed." : "Setidaknya libxml2 2.7.0 dibutuhkan. Saat ini %s dipasang.", - "To fix this issue update your libxml2 version and restart your web server." : "Untuk mengatasi masalah ini, perbarui versi libxml2 Anda dan mulai-ulang server web Anda.", "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Tampaknya PHP diatur untuk memotong inline doc blocks. Hal ini akan menyebabkan beberapa aplikasi inti menjadi tidak dapat diakses.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hal ini kemungkinan disebabkan oleh cache/akselerator seperti Zend OPcache atau eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "Modul PHP telah terinstal, tetapi mereka terlihat tidak ada?", @@ -150,6 +148,8 @@ OC.L10N.register( "%s enter the database username." : "%s masukkan nama pengguna basis data.", "%s enter the database name." : "%s masukkan nama basis data.", "%s you may not use dots in the database name" : "%s Anda tidak boleh menggunakan karakter titik pada nama basis data", - "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Hanya karakter ini yang diizinkan dalam nama pengguna: \"a-z\", \"A-Z\", \"0-9\", dan \"_.@-'\"" + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Hanya karakter ini yang diizinkan dalam nama pengguna: \"a-z\", \"A-Z\", \"0-9\", dan \"_.@-'\"", + "libxml2 2.7.0 is at least required. Currently %s is installed." : "Setidaknya libxml2 2.7.0 dibutuhkan. Saat ini %s dipasang.", + "To fix this issue update your libxml2 version and restart your web server." : "Untuk mengatasi masalah ini, perbarui versi libxml2 Anda dan mulai-ulang server web Anda." }, "nplurals=1; plural=0;"); |