зеркало из https://github.com/nextcloud/deck.git
16 строки
569 B
JavaScript
16 строки
569 B
JavaScript
OC.L10N.register(
|
|
"deck",
|
|
{
|
|
"Personal" : "Personal",
|
|
"Finished" : "Selesai",
|
|
"Done" : "Selesai",
|
|
"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.",
|
|
"No file was uploaded" : "Tidak ada berkas yang diunggah",
|
|
"Missing a temporary folder" : "Folder sementara tidak ada",
|
|
"Edit" : "Sunting",
|
|
"Tags" : "Tag",
|
|
"Description" : "Deskrisi",
|
|
"Settings" : "Setelan"
|
|
},
|
|
"nplurals=1; plural=0;");
|