diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-04-24 02:28:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-04-24 02:28:28 +0000 |
commit | 20d7bf8a880ddf41874afdaf3784d29bc1bc925d (patch) | |
tree | fa516123a99923356e2ee6e2843300426c41b80d /core/l10n/id.js | |
parent | e66ebb01bb01055a701b9f4f311d4ff6a769a9af (diff) | |
download | nextcloud-server-20d7bf8a880ddf41874afdaf3784d29bc1bc925d.tar.gz nextcloud-server-20d7bf8a880ddf41874afdaf3784d29bc1bc925d.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/id.js')
-rw-r--r-- | core/l10n/id.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/l10n/id.js b/core/l10n/id.js index 0481df59e31..1de90028fa1 100644 --- a/core/l10n/id.js +++ b/core/l10n/id.js @@ -5,6 +5,14 @@ OC.L10N.register( "File is too big" : "Berkas terlalu besar", "The selected file is not an image." : "Berkas terpilih bukan suatu gambar.", "The selected file cannot be read." : "Berkas terpilih tidak dapat dibaca.", + "The file was uploaded" : "Berkas terunggah", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Berkas terunggah melampau parameter upload_max_filesize pada php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Berkas yang diunggah melampaui direktif MAX_FILE_SIZE yang ditentukan dalam formulir HTML.", + "The file was only partially uploaded" : "Berkas hanya sebagian terunggah", + "No file was uploaded" : "Tidak ada berkas yang diunggah", + "Missing a temporary folder" : "Folder sementara tidak ada", + "Could not write file to disk" : "Tidak dapat menulis berkas ke diska", + "A PHP extension stopped the file upload" : "Ekstensi PHP menghentikan proses unggah berkas", "Invalid file provided" : "Berkas tidak valid", "No image or file provided" : "Tidak ada gambar atau berkas yang disediakan", "Unknown filetype" : "Tipe berkas tidak dikenal", @@ -208,6 +216,7 @@ OC.L10N.register( "File not found" : "Berkas tidak ditemukan", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumen tidak ditemukan pada peladen. Mungkin sudah tidak dibagikan atau kedaluwarsa?", "Error" : "Kesalahan", + "Previous" : "Sebelumnya", "Internal Server Error" : "Kesalahan Server Internal", "The server was unable to complete your request." : "Peladen tidak dapat menyelesaikan permintaan Anda.", "If this happens again, please send the technical details below to the server administrator." : "Jika terjadi lagi, silakan sampaikan detail di bawah kepada administrator.", @@ -270,6 +279,7 @@ OC.L10N.register( "You can close this window." : "Anda dapat menutup jendela ini.", "This share is password-protected" : "Berbagi ini dilindungi kata sandi", "The password is wrong. Try again." : "Kata sandi salah. Coba lagi", + "Go to %s" : "Pergi ke %s", "Two-factor authentication" : "Otentikasi Two-factor", "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Peningkatan keamanan telah diaktifkan pada akun Anda. Pilih faktor-kedua untuk autentikasi:", "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Tidak dapat memuat salah satu dari metode autentikasi faktor-kedua. Silakan hubungi admin Anda.", |