diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-11 00:20:46 +0000 |
commit | 8f517325f577c64562cad10be9195d2d706e82f5 (patch) | |
tree | 4590e176cdaca2443e8c1e928be8e8cddf8412b5 /core/l10n/id.js | |
parent | 28a30a6ea89974601a5cf849fb480238df906060 (diff) | |
download | nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.tar.gz nextcloud-server-8f517325f577c64562cad10be9195d2d706e82f5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/id.js')
-rw-r--r-- | core/l10n/id.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/id.js b/core/l10n/id.js index 8064a002318..7bb4b26e97f 100644 --- a/core/l10n/id.js +++ b/core/l10n/id.js @@ -79,6 +79,8 @@ OC.L10N.register( "Continue to {productName}" : "Lanjutkan ke {productName}", "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["Pembaruan berhasil. Mengarahkan Anda ke {productName} dalam hitungan detik."], "More apps" : "Aplikasi lainnya", + "No" : "Tidak", + "Yes" : "Ya", "Log in" : "Masuk", "Logging in …" : "Log masuk...", "Server side authentication failed!" : "Otentikasi dari sisi server gagal!", @@ -140,13 +142,10 @@ OC.L10N.register( "Today" : "Hari ini", "People" : "Orang", "Settings menu" : "Menu Pengaturan", - "No" : "Tidak", - "Yes" : "Ya", "Choose" : "Pilih", "Copy" : "Salin", "Move" : "Pindah", "OK" : "OK", - "Error loading message template: {error}" : "Kesalahan memuat templat pesan: {error}", "read-only" : "hanya-baca", "_{count} file conflict_::_{count} file conflicts_" : ["{count} berkas konflik"], "One file conflict" : "Satu berkas konflik", @@ -329,6 +328,7 @@ OC.L10N.register( "\"{name}\" is not an allowed filetype" : "Tipe berkas \"{name}\" tidak diizinkan", "{newName} already exists" : "{newName} sudah ada", "Error loading file picker template: {error}" : "Kesalahan saat memuat templat berkas pemilih: {error}", + "Error loading message template: {error}" : "Kesalahan memuat templat pesan: {error}", "Show list view" : "Tampilkan sebagai daftar", "Show grid view" : "Tampilkan sebagai kisi", "Pending" : "Terutnda", |