зеркало из https://github.com/nextcloud/forms.git
30 строки
1.1 KiB
JavaScript
30 строки
1.1 KiB
JavaScript
OC.L10N.register(
|
|
"forms",
|
|
{
|
|
"Copy" : "Salin",
|
|
"Shared with you" : "Shared with you",
|
|
"Select groups" : "Pilih grup",
|
|
"Other" : "Lainnya",
|
|
"Set expiration date" : "Atur tanggal kedaluwarsa",
|
|
"No recommendations. Start typing." : "Tidak ada saran. Mulai mengetik.",
|
|
"Delete" : "Hapus",
|
|
"Group" : "Grup",
|
|
"Share link" : "Bagikan tautan",
|
|
"Add link" : "Tambah tautan",
|
|
"Copy to clipboard" : "Salin ke papan klip",
|
|
"For compatibility with the old Sharing, the internal link is still usable as Share link. We recommend replacing the link with a new Share link." : "Untuk kompatibilitas dengan Berbagi lawas, tautan internal masih dapat digunakan sebagai tautan Berbagi. Kami menyarankan mengubah tautan dengan tautan Berbagi baru.",
|
|
"View" : "Tampilan",
|
|
"Edit" : "Sunting",
|
|
"Share" : "Bagikan",
|
|
"Description" : "Deskrisi",
|
|
"Summary" : "Kesimpulan",
|
|
"Options" : "Pilihan",
|
|
"Sharing" : "Berbagi",
|
|
"Settings" : "Setelan",
|
|
"Date" : "Date",
|
|
"Pick a date" : "Pilih tanggal",
|
|
"Time" : "Waktu",
|
|
"Pick a time" : "Pilih waktu"
|
|
},
|
|
"nplurals=1; plural=0;");
|