зеркало из https://github.com/nextcloud/text.git
43 строки
1.9 KiB
JavaScript
43 строки
1.9 KiB
JavaScript
OC.L10N.register(
|
|
"text",
|
|
{
|
|
"The file was uploaded" : "Berkas terunggah",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Berkas terunggah melampau parameter upload_max_filesize pada php.ini",
|
|
"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.",
|
|
"The file was only partially uploaded" : "Berkas hanya sebagian terunggah",
|
|
"No file was uploaded" : "Tidak ada berkas yang diunggah",
|
|
"Missing a temporary folder" : "Folder sementara tidak ada",
|
|
"Could not write file to disk" : "Tidak dapat menulis berkas ke diska",
|
|
"A PHP extension stopped the file upload" : "Ekstensi PHP menghentikan proses unggah berkas",
|
|
"No file uploaded or file size exceeds maximum of %s" : "Gagal unggah berkas atau ukuran melampaui batas maksimum %s",
|
|
"New text file" : "Berkas teks baru",
|
|
"File not found" : "Berkas tidak ditemukan",
|
|
"Text" : "Teks",
|
|
"Translate" : "Terjemahkan",
|
|
"Reload" : "Muat ulang",
|
|
"Edit guest name" : "Edit nama tamu",
|
|
"Guest" : "Tamu",
|
|
"Save guest name" : "Simpan nama tamu",
|
|
"guest" : "pengunjung",
|
|
"Saving …" : "Menyimpan ...",
|
|
"Saved" : "Disimpan",
|
|
"Keyboard shortcuts" : "Pintasan keyboard",
|
|
"Link" : "Tautan",
|
|
"Undo" : "Undo",
|
|
"Cancel" : "Batal",
|
|
"URL" : "URL",
|
|
"Formatting help" : "Bantuan pemformatan",
|
|
"Select file or folder to link to" : "Pilih berkas atau folder untuk ditautkan",
|
|
"to" : "untuk",
|
|
"Replace" : "Timpa",
|
|
"Edit" : "Sunting",
|
|
"Source code" : "Kode sumber",
|
|
"Both" : "Keduanya",
|
|
"Info" : "Info",
|
|
"Warning" : "Peringatan",
|
|
"Control" : "Kendali",
|
|
"Formatting" : "Pemformatan",
|
|
"Add notes, lists or links …" : "Tambahkan catatan, daftar, atau tautan..."
|
|
},
|
|
"nplurals=1; plural=0;");
|