mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
22 lines
794 B
JavaScript
22 lines
794 B
JavaScript
OC.L10N.register(
|
|
"richdocuments",
|
|
{
|
|
"Saved" : "Disimpan",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Saiz fail yang dimuatnaik melebihi MAX_FILE_SIZE yang ditetapkan dalam borang HTML",
|
|
"No file was uploaded" : "Tiada fail dimuatnaik",
|
|
"Missing a temporary folder" : "Direktori sementara hilang",
|
|
"New" : "Baru",
|
|
"Save" : "Simpan",
|
|
"Cancel" : "Batal",
|
|
"Description" : "Keterangan",
|
|
"Select file" : "Pilih fail",
|
|
"Close" : "Tutup",
|
|
"Edit" : "Sunting",
|
|
"Remove from favorites" : "Remove from favorites",
|
|
"Add to favorites" : "Add to favorites",
|
|
"Download" : "Muat turun",
|
|
"Create" : "Buat",
|
|
"Error" : "Ralat",
|
|
"Nickname" : "Nama Samaran"
|
|
},
|
|
"nplurals=1; plural=0;");
|