Blame view
sources/apps/files/l10n/id.php
3.93 KB
|
31b7f2792
|
1 2 3 4 5 6 |
<?php $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Tidak dapat memindahkan %s - Berkas dengan nama ini sudah ada", "Could not move %s" => "Tidak dapat memindahkan %s", "File name cannot be empty." => "Nama berkas tidak boleh kosong.", "No file was uploaded. Unknown error" => "Tidak ada berkas yang diunggah. Galat tidak dikenal.", |
|
03e52840d
|
7 |
"There is no error, the file uploaded with success" => "Tidak ada galat, berkas sukses diunggah", |
|
31b7f2792
|
8 9 |
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Berkas yang diunggah melampaui direktif 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.", |
|
03e52840d
|
10 11 |
"The uploaded file was only partially uploaded" => "Berkas hanya diunggah sebagian", "No file was uploaded" => "Tidak ada berkas yang diunggah", |
|
31b7f2792
|
12 |
"Missing a temporary folder" => "Folder sementara tidak ada", |
|
03e52840d
|
13 |
"Failed to write to disk" => "Gagal menulis ke disk", |
|
31b7f2792
|
14 15 |
"Not enough storage available" => "Ruang penyimpanan tidak mencukupi", "Invalid directory." => "Direktori tidak valid.", |
|
03e52840d
|
16 |
"Files" => "Berkas", |
|
31b7f2792
|
17 18 19 20 |
"Not enough space available" => "Ruang penyimpanan tidak mencukupi",
"Upload cancelled." => "Pengunggahan dibatalkan.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Berkas sedang diunggah. Meninggalkan halaman ini akan membatalkan proses.",
"{new_name} already exists" => "{new_name} sudah ada",
|
|
03e52840d
|
21 22 |
"Share" => "Bagikan", "Delete permanently" => "Hapus secara permanen", |
|
31b7f2792
|
23 |
"Rename" => "Ubah nama", |
|
03e52840d
|
24 |
"Pending" => "Menunggu", |
|
31b7f2792
|
25 26 27 28 29 30 31 32 33 34 35 |
"replaced {new_name} with {old_name}" => "mengganti {new_name} dengan {old_name}",
"undo" => "urungkan",
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"_Uploading %n file_::_Uploading %n files_" => array(""),
"'.' is an invalid file name." => "'.' bukan nama berkas yang valid.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nama tidak valid, karakter '\\', '/', '<', '>', ':', '\"', '|', '?' dan '*' tidak diizinkan.",
"Your storage is full, files can not be updated or synced anymore!" => "Ruang penyimpanan Anda penuh, berkas tidak dapat diperbarui atau disinkronkan lagi!",
"Your storage is almost full ({usedSpacePercent}%)" => "Ruang penyimpanan hampir penuh ({usedSpacePercent}%)",
"Your download is being prepared. This might take some time if the files are big." => "Unduhan Anda sedang disiapkan. Prosesnya dapat berlangsung agak lama jika ukuran berkasnya besar.",
"Error" => "Galat",
|
|
03e52840d
|
36 37 38 |
"Name" => "Nama", "Size" => "Ukuran", "Modified" => "Dimodifikasi", |
|
03e52840d
|
39 40 |
"Upload" => "Unggah", "File handling" => "Penanganan berkas", |
|
31b7f2792
|
41 42 43 |
"Maximum upload size" => "Ukuran pengunggahan maksimum", "max. possible: " => "Kemungkinan maks.:", "Needed for multi-file and folder downloads." => "Dibutuhkan untuk pengunduhan multi-berkas dan multi-folder", |
|
03e52840d
|
44 |
"Enable ZIP-download" => "Aktifkan unduhan ZIP", |
|
31b7f2792
|
45 46 47 |
"0 is unlimited" => "0 berarti tidak terbatas", "Maximum input size for ZIP files" => "Ukuran masukan maksimum untuk berkas ZIP", "Save" => "Simpan", |
|
03e52840d
|
48 49 50 |
"New" => "Baru", "Text file" => "Berkas teks", "Folder" => "Folder", |
|
31b7f2792
|
51 52 53 |
"From link" => "Dari tautan", "Deleted files" => "Berkas yang dihapus", "Cancel upload" => "Batal pengunggahan", |
|
03e52840d
|
54 55 |
"Nothing in here. Upload something!" => "Tidak ada apa-apa di sini. Unggah sesuatu!", "Download" => "Unduh", |
|
0f30ed153
|
56 |
"Unshare" => "Batalkan berbagi", |
|
31b7f2792
|
57 58 59 60 61 62 |
"Delete" => "Hapus", "Upload too large" => "Yang diunggah terlalu besar", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Berkas yang dicoba untuk diunggah melebihi ukuran maksimum pengunggahan berkas di server ini.", "Files are being scanned, please wait." => "Berkas sedang dipindai, silakan tunggu.", "Current scanning" => "Yang sedang dipindai", "Upgrading filesystem cache..." => "Meningkatkan tembolok sistem berkas..." |
|
03e52840d
|
63 |
); |
|
31b7f2792
|
64 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |