commit
4c93b00990
@ -1 +1 @@ |
||||
Subproject commit 0faf6063ac55d3bc82d2a781548ad0f00e77360c |
||||
Subproject commit 95ab25149c4903650a1113c01ccb1732fb089f14 |
||||
@ -1,6 +1,41 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Recovery key successfully enabled" => "Kunci pemulihan berhasil diaktifkan", |
||||
"Could not enable recovery key. Please check your recovery key password!" => "Tidak dapat mengaktifkan kunci pemulihan. Silakan periksa sandi kunci pemulihan Anda!", |
||||
"Recovery key successfully disabled" => "Kunci pemulihan berhasil dinonaktifkan", |
||||
"Could not disable recovery key. Please check your recovery key password!" => "Tidak dapat menonaktifkan kunci pemulihan. Silakan periksa sandi kunci pemulihan Anda!", |
||||
"Password successfully changed." => "Sandi berhasil diubah", |
||||
"Could not change the password. Maybe the old password was not correct." => "Tidak dapat mengubah sandi. Kemungkinan sandi lama yang dimasukkan salah.", |
||||
"Private key password successfully updated." => "Sandi kunci privat berhasil diperbarui.", |
||||
"Could not update the private key password. Maybe the old password was not correct." => "Tidak dapat memperbarui sandi kunci privat. Kemungkinan sandi lama yang Anda masukkan salah.", |
||||
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Tidak dapat mendekripsi berkas ini, mungkin ini adalah berkas bersama. Silakan meminta pemilik berkas ini untuk membagikan kembali dengan Anda.", |
||||
"Unknown error please check your system settings or contact your administrator" => "Kesalahan tak dikenal, silakan periksa pengaturan sistem Anda atau hubungi admin.", |
||||
"Missing requirements." => "Persyaratan yang hilang.", |
||||
"Following users are not set up for encryption:" => "Pengguna berikut belum diatur untuk enkripsi:", |
||||
"Initial encryption started... This can take some time. Please wait." => "Inisial enskripsi dijalankan... Ini dapat memakan waktu. Silakan tunggu.", |
||||
"Saving..." => "Menyimpan...", |
||||
"Encryption" => "Enkripsi" |
||||
"Go directly to your " => "Langsung ke anda", |
||||
"personal settings" => "pengaturan pribadi", |
||||
"Encryption" => "Enkripsi", |
||||
"Enable recovery key (allow to recover users files in case of password loss):" => "Aktifkan kunci pemulihan (memungkinkan pengguna untuk memulihkan berkas dalam kasus kehilangan sandi):", |
||||
"Recovery key password" => "Sandi kunci pemulihan", |
||||
"Repeat Recovery key password" => "Ulangi sandi kunci Pemulihan", |
||||
"Enabled" => "Diaktifkan", |
||||
"Disabled" => "Dinonaktifkan", |
||||
"Change recovery key password:" => "Ubah sandi kunci pemulihan:", |
||||
"Old Recovery key password" => "Sandi kunci Pemulihan Lama", |
||||
"New Recovery key password" => "Sandi kunci Pemulihan Baru", |
||||
"Repeat New Recovery key password" => "Ulangi sandi kunci Pemulihan baru", |
||||
"Change Password" => "Ubah sandi", |
||||
"Your private key password no longer match your log-in password:" => "Sandi kunci privat Anda tidak lagi cocok dengan sandi masuk:", |
||||
"Set your old private key password to your current log-in password." => "Atur sandi kunci privat lama Anda sebagai sandi masuk Anda saat ini.", |
||||
" If you don't remember your old password you can ask your administrator to recover your files." => "Jika Anda tidak ingat sandi lama, Anda dapat meminta administrator Anda untuk memulihkan berkas.", |
||||
"Old log-in password" => "Sandi masuk yang lama", |
||||
"Current log-in password" => "Sandi masuk saat ini", |
||||
"Update Private Key Password" => "Perbarui Sandi Kunci Privat", |
||||
"Enable password recovery:" => "Aktifkan sandi pemulihan:", |
||||
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Mengaktifkan opsi ini memungkinkan Anda untuk mendapatkan kembali akses ke berkas terenkripsi Anda dalam kasus kehilangan sandi", |
||||
"File recovery settings updated" => "Pengaturan pemulihan berkas diperbarui", |
||||
"Could not update file recovery" => "Tidak dapat memperbarui pemulihan berkas" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
||||
|
||||
@ -1,11 +1,20 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"This share is password-protected" => "Berbagi ini dilindungi sandi", |
||||
"The password is wrong. Try again." => "Sandi salah. Coba lagi", |
||||
"Password" => "Sandi", |
||||
"Sorry, this link doesn’t seem to work anymore." => "Maaf, tautan ini tampaknya tidak berfungsi lagi.", |
||||
"Reasons might be:" => "Alasan mungkin:", |
||||
"the item was removed" => "item telah dihapus", |
||||
"the link expired" => "tautan telah kadaluarsa", |
||||
"sharing is disabled" => "berbagi dinonaktifkan", |
||||
"For more info, please ask the person who sent this link." => "Untuk info lebih lanjut, silakan tanyakan orang yang mengirim tautan ini.", |
||||
"%s shared the folder %s with you" => "%s membagikan folder %s dengan Anda", |
||||
"%s shared the file %s with you" => "%s membagikan file %s dengan Anda", |
||||
"%s shared the file %s with you" => "%s membagikan berkas %s dengan Anda", |
||||
"Download" => "Unduh", |
||||
"Upload" => "Unggah", |
||||
"Cancel upload" => "Batal pengunggahan", |
||||
"No preview available for" => "Tidak ada pratinjau tersedia untuk" |
||||
"Cancel upload" => "Batal unggah", |
||||
"No preview available for" => "Tidak ada pratinjau yang tersedia untuk", |
||||
"Direct link" => "Tautan langsung" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
||||
|
||||
Loading…
Reference in new issue