69 lines
7.5 KiB
PHP
69 lines
7.5 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"No file was uploaded. Unknown error" => "ยังไม่มีไฟล์ใดที่ถูกอัพโหลด เกิดข้อผิดพลาดที่ไม่ทราบสาเหตุ",
|
|
"There is no error, the file uploaded with success" => "ไม่มีข้อผิดพลาดใดๆ ไฟล์ถูกอัพโหลดเรียบร้อยแล้ว",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "ขนาดไฟล์ที่อัพโหลดมีขนาดเกิน upload_max_filesize ที่ระบุไว้ใน php.ini",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "ไฟล์ที่อัพโหลดมีขนาดเกินคำสั่ง MAX_FILE_SIZE ที่ระบุเอาไว้ในรูปแบบคำสั่งในภาษา HTML",
|
|
"The uploaded file was only partially uploaded" => "ไฟล์ที่อัพโหลดยังไม่ได้ถูกอัพโหลดอย่างสมบูรณ์",
|
|
"No file was uploaded" => "ยังไม่มีไฟล์ที่ถูกอัพโหลด",
|
|
"Missing a temporary folder" => "แฟ้มเอกสารชั่วคราวเกิดการสูญหาย",
|
|
"Failed to write to disk" => "เขียนข้อมูลลงแผ่นดิสก์ล้มเหลว",
|
|
"Invalid directory." => "ไดเร็กทอรี่ไม่ถูกต้อง",
|
|
"Files" => "ไฟล์",
|
|
"Unshare" => "ยกเลิกการแชร์ข้อมูล",
|
|
"Delete" => "ลบ",
|
|
"Rename" => "เปลี่ยนชื่อ",
|
|
"{new_name} already exists" => "{new_name} มีอยู่แล้วในระบบ",
|
|
"replace" => "แทนที่",
|
|
"suggest name" => "แนะนำชื่อ",
|
|
"cancel" => "ยกเลิก",
|
|
"replaced {new_name}" => "แทนที่ {new_name} แล้ว",
|
|
"undo" => "เลิกทำ",
|
|
"replaced {new_name} with {old_name}" => "แทนที่ {new_name} ด้วย {old_name} แล้ว",
|
|
"perform delete operation" => "ดำเนินการตามคำสั่งลบ",
|
|
"'.' is an invalid file name." => "'.' เป็นชื่อไฟล์ที่ไม่ถูกต้อง",
|
|
"File name cannot be empty." => "ชื่อไฟล์ไม่สามารถเว้นว่างได้",
|
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ชื่อที่ใช้ไม่ถูกต้อง, '\\', '/', '<', '>', ':', '\"', '|', '?' และ '*' ไม่ได้รับอนุญาตให้ใช้งานได้",
|
|
"Your storage is full, files can not be updated or synced anymore!" => "พื้นที่จัดเก็บข้อมูลของคุณเต็มแล้ว ไม่สามารถอัพเดทหรือผสานไฟล์ต่างๆได้อีกต่อไป",
|
|
"Your storage is almost full ({usedSpacePercent}%)" => "พื้นที่จัดเก็บข้อมูลของคุณใกล้เต็มแล้ว ({usedSpacePercent}%)",
|
|
"Your download is being prepared. This might take some time if the files are big." => "กำลังเตรียมดาวน์โหลดข้อมูล หากไฟล์มีขนาดใหญ่ อาจใช้เวลาสักครู่",
|
|
"Unable to upload your file as it is a directory or has 0 bytes" => "ไม่สามารถอัพโหลดไฟล์ของคุณได้ เนื่องจากไฟล์ดังกล่าวเป็นไดเร็กทอรี่หรือมีขนาด 0 ไบต์",
|
|
"Upload Error" => "เกิดข้อผิดพลาดในการอัพโหลด",
|
|
"Close" => "ปิด",
|
|
"Pending" => "อยู่ระหว่างดำเนินการ",
|
|
"1 file uploading" => "กำลังอัพโหลดไฟล์ 1 ไฟล์",
|
|
"{count} files uploading" => "กำลังอัพโหลด {count} ไฟล์",
|
|
"Upload cancelled." => "การอัพโหลดถูกยกเลิก",
|
|
"File upload is in progress. Leaving the page now will cancel the upload." => "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก",
|
|
"URL cannot be empty." => "URL ไม่สามารถเว้นว่างได้",
|
|
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "ชื่อโฟลเดอร์ไม่ถูกต้อง การใช้งาน 'แชร์' สงวนไว้สำหรับ Owncloud เท่านั้น",
|
|
"Name" => "ชื่อ",
|
|
"Size" => "ขนาด",
|
|
"Modified" => "ปรับปรุงล่าสุด",
|
|
"1 folder" => "1 โฟลเดอร์",
|
|
"{count} folders" => "{count} โฟลเดอร์",
|
|
"1 file" => "1 ไฟล์",
|
|
"{count} files" => "{count} ไฟล์",
|
|
"Upload" => "อัพโหลด",
|
|
"File handling" => "การจัดกาไฟล์",
|
|
"Maximum upload size" => "ขนาดไฟล์สูงสุดที่อัพโหลดได้",
|
|
"max. possible: " => "จำนวนสูงสุดที่สามารถทำได้: ",
|
|
"Needed for multi-file and folder downloads." => "จำเป็นต้องใช้สำหรับการดาวน์โหลดไฟล์พร้อมกันหลายๆไฟล์หรือดาวน์โหลดทั้งโฟลเดอร์",
|
|
"Enable ZIP-download" => "อนุญาตให้ดาวน์โหลดเป็นไฟล์ ZIP ได้",
|
|
"0 is unlimited" => "0 หมายถึงไม่จำกัด",
|
|
"Maximum input size for ZIP files" => "ขนาดไฟล์ ZIP สูงสุด",
|
|
"Save" => "บันทึก",
|
|
"New" => "อัพโหลดไฟล์ใหม่",
|
|
"Text file" => "ไฟล์ข้อความ",
|
|
"Folder" => "แฟ้มเอกสาร",
|
|
"From link" => "จากลิงก์",
|
|
"Trash" => "ถังขยะ",
|
|
"Cancel upload" => "ยกเลิกการอัพโหลด",
|
|
"Nothing in here. Upload something!" => "ยังไม่มีไฟล์ใดๆอยู่ที่นี่ กรุณาอัพโหลดไฟล์!",
|
|
"Download" => "ดาวน์โหลด",
|
|
"Upload too large" => "ไฟล์ที่อัพโหลดมีขนาดใหญ่เกินไป",
|
|
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "ไฟล์ที่คุณพยายามที่จะอัพโหลดมีขนาดเกินกว่าขนาดสูงสุดที่กำหนดไว้ให้อัพโหลดได้สำหรับเซิร์ฟเวอร์นี้",
|
|
"Files are being scanned, please wait." => "ไฟล์กำลังอยู่ระหว่างการสแกน, กรุณารอสักครู่.",
|
|
"Current scanning" => "ไฟล์ที่กำลังสแกนอยู่ขณะนี้",
|
|
"Upgrading filesystem cache..." => "กำลังอัพเกรดหน่วยความจำแคชของระบบไฟล์..."
|
|
);
|