nextcloud/apps/files/l10n/id.php

47 lines
2.3 KiB
PHP
Raw Normal View History

2011-08-18 13:46:49 +04:00
<?php $TRANSLATIONS = array(
2012-06-06 02:29:28 +04:00
"There is no error, the file uploaded with success" => "Tidak ada galat, berkas sukses diunggah",
2012-08-29 04:06:48 +04:00
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "File yang diunggah melampaui directive MAX_FILE_SIZE yang disebutan dalam form HTML.",
2012-06-06 02:29:28 +04:00
"The uploaded file was only partially uploaded" => "Berkas hanya diunggah sebagian",
"No file was uploaded" => "Tidak ada berkas yang diunggah",
"Missing a temporary folder" => "Kehilangan folder temporer",
"Failed to write to disk" => "Gagal menulis ke disk",
2011-08-18 13:46:49 +04:00
"Files" => "Berkas",
2012-07-30 04:05:41 +04:00
"Delete" => "Hapus",
2013-02-10 03:10:29 +04:00
"Pending" => "Menunggu",
2012-08-29 04:06:48 +04:00
"replace" => "mengganti",
"cancel" => "batalkan",
"undo" => "batal dikerjakan",
"Unable to upload your file as it is a directory or has 0 bytes" => "Gagal mengunggah berkas anda karena berupa direktori atau mempunyai ukuran 0 byte",
"Upload Error" => "Terjadi Galat Pengunggahan",
2012-11-14 03:03:38 +04:00
"Close" => "tutup",
2012-08-29 04:06:48 +04:00
"Upload cancelled." => "Pengunggahan dibatalkan.",
2013-01-10 03:05:53 +04:00
"URL cannot be empty." => "tautan tidak boleh kosong",
2012-09-26 15:22:37 +04:00
"Name" => "Nama",
2012-06-06 02:29:28 +04:00
"Size" => "Ukuran",
"Modified" => "Dimodifikasi",
2013-02-21 03:15:58 +04:00
"1 folder" => "1 map",
"{count} folders" => "{count} map",
"1 file" => "1 berkas",
"{count} files" => "{count} berkas",
2013-01-27 03:06:21 +04:00
"Upload" => "Unggah",
2012-06-06 02:29:28 +04:00
"File handling" => "Penanganan berkas",
2011-08-18 13:46:49 +04:00
"Maximum upload size" => "Ukuran unggah maksimum",
2012-06-06 02:29:28 +04:00
"max. possible: " => "Kemungkinan maks:",
"Needed for multi-file and folder downloads." => "Dibutuhkan untuk multi-berkas dan unduhan folder",
"Enable ZIP-download" => "Aktifkan unduhan ZIP",
"0 is unlimited" => "0 adalah tidak terbatas",
"Maximum input size for ZIP files" => "Ukuran masukan maksimal untuk berkas ZIP",
2012-11-03 03:02:24 +04:00
"Save" => "simpan",
2012-06-06 02:29:28 +04:00
"New" => "Baru",
"Text file" => "Berkas teks",
"Folder" => "Folder",
"Cancel upload" => "Batal mengunggah",
2011-09-25 01:12:18 +04:00
"Nothing in here. Upload something!" => "Tidak ada apa-apa di sini. Unggah sesuatu!",
2011-08-18 13:46:49 +04:00
"Download" => "Unduh",
2013-02-10 03:10:29 +04:00
"Unshare" => "batalkan berbagi",
2011-08-18 13:46:49 +04:00
"Upload too large" => "Unggahan terlalu besar",
2012-06-06 02:29:28 +04:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Berkas yang anda coba unggah melebihi ukuran maksimum untuk pengunggahan berkas di server ini.",
"Files are being scanned, please wait." => "Berkas sedang dipindai, silahkan tunggu.",
"Current scanning" => "Sedang memindai"
2011-08-18 13:46:49 +04:00
);