mirror of
https://github.com/chenasraf/nextcloud-pantry.git
synced 2026-05-18 01:28:57 +00:00
20 lines
442 B
JavaScript
20 lines
442 B
JavaScript
OC.L10N.register(
|
|
"pantry",
|
|
{
|
|
"Save" : "Simpan",
|
|
"Notifications" : "Pemberitahuan",
|
|
"Name" : "Nama",
|
|
"Cancel" : "Cancel",
|
|
"Delete" : "Padam",
|
|
"Edit" : "Sunting",
|
|
"Description" : "Keterangan",
|
|
"Done" : "Selesai",
|
|
"General" : "Umum",
|
|
"Rename" : "Namakan",
|
|
"Close" : "Tutup",
|
|
"Daily" : "Setiap hari",
|
|
"Weekly" : "Setiap minggu",
|
|
"Upload" : "Muat naik"
|
|
},
|
|
"nplurals=1; plural=0;");
|