nextcloud/apps/files_sharing/l10n/id.js

35 lines
1.8 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_sharing",
{
2014-10-30 08:55:14 +03:00
"Server to server sharing is not enabled on this server" : "Berbagi server ke server tidak diaktifkan pada server ini",
"The mountpoint name contains invalid characters." : "Nama titik kait berisi karakter yang tidak sah.",
"Invalid or untrusted SSL certificate" : "Sertifikast SSL tidak sah atau tidak terpercaya",
"Couldn't add remote share" : "Tidak dapat menambahkan berbagi remote",
"Shared with you" : "Dibagikan dengan Anda",
"Shared with others" : "Dibagikan dengan lainnya",
"Shared by link" : "Dibagikan dengan tautan",
2014-10-30 08:55:14 +03:00
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Apakah Anda ingin menambahkan berbagi remote {name} dari {owner}@{remote}?",
"Remote share" : "Berbagi remote",
"Remote share password" : "Sandi berbagi remote",
"Cancel" : "Batal",
2014-10-30 08:55:14 +03:00
"Add remote share" : "Tambah berbagi remote",
"Invalid ownCloud url" : "URL ownCloud tidak sah",
"Shared by" : "Dibagikan oleh",
"This share is password-protected" : "Berbagi ini dilindungi sandi",
"The password is wrong. Try again." : "Sandi salah. Coba lagi",
"Password" : "Sandi",
"Name" : "Nama",
"Share time" : "Bagikan waktu",
"Sorry, this link doesnt seem to work anymore." : "Maaf, tautan ini tampaknya tidak berfungsi lagi.",
2014-10-30 08:55:14 +03:00
"Reasons might be:" : "Alasan yang 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.",
2014-10-30 08:55:14 +03:00
"Add to your ownCloud" : "Tambahkan ke ownCloud Anda",
"Download" : "Unduh",
"Download %s" : "Unduh %s",
2014-11-06 09:55:04 +03:00
"Direct link" : "Tautan langsung"
},
"nplurals=1; plural=0;");