diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-15 02:26:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-15 02:26:39 +0000 |
commit | 01d58b6f12458c2dcecf44693f676feff742b38c (patch) | |
tree | 1ca3050b89119487a1c43ef9bc6573ec92940471 /lib/l10n/id.js | |
parent | 9c3e06c046879857e91d7cf40cf2b9b6842ec0e7 (diff) | |
download | nextcloud-server-01d58b6f12458c2dcecf44693f676feff742b38c.tar.gz nextcloud-server-01d58b6f12458c2dcecf44693f676feff742b38c.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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/l10n/id.js b/lib/l10n/id.js index 94f23d99beb..0a789330336 100644 --- a/lib/l10n/id.js +++ b/lib/l10n/id.js @@ -4,7 +4,7 @@ OC.L10N.register( "Cannot write into \"config\" directory!" : "Tidak dapat menulis kedalam direktori \"config\"!", "See %s" : "Lihat %s", "Sample configuration detected" : "Konfigurasi sampel ditemukan", - "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Ditemukan bahwa konfigurasi sampel telah disalin. Hal ini dapat merusak instalasi Anda dan tidak didukung. Silahkan baca dokumentasi sebelum melakukan perubahan pada config.php", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Ditemukan bahwa konfigurasi sampel telah disalin. Hal ini dapat merusak instalasi Anda dan tidak didukung. Silakan baca dokumentasi sebelum melakukan perubahan pada config.php", "Other activities" : "Aktifitas lain", "PHP %s or higher is required." : "Diperlukan PHP %s atau yang lebih tinggi.", "PHP with a version lower than %s is required." : "Diperlukan PHP dengan versi yang lebh rendah dari %s.", @@ -38,6 +38,7 @@ OC.L10N.register( "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Aplikasi \"%s\" tidak dapat dipasang karena tidak kompatibel dengan versi server ini", "__language_name__" : "Bahasa Indonesia", "Help" : "Bantuan", + "Appearance and accessibility" : "Tampilan dan aksesibilitas", "Apps" : "Aplikasi", "Settings" : "Setelan", "Log out" : "Keluar", @@ -147,7 +148,7 @@ OC.L10N.register( "%s enter the database username and name." : "%s masukkan nama pengguna database dan nama database.", "%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", + "%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 \"_.@-'\"" }, "nplurals=1; plural=0;"); |