nextcloud/apps/files/l10n/th_TH.php

62 lines
6.2 KiB
PHP
Raw Normal View History

2012-01-20 21:53:45 +04:00
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "ไม่มีข้อผิดพลาดใดๆ ไฟล์ถูกอัพโหลดเรียบร้อยแล้ว",
"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" => "แฟ้มเอกสารชั่วคราวเกิดการสูญหาย",
2012-05-13 21:59:44 +04:00
"Failed to write to disk" => "เขียนข้อมูลลงแผ่นดิสก์ล้มเหลว",
2012-01-20 21:53:45 +04:00
"Files" => "ไฟล์",
2012-09-09 04:03:35 +04:00
"Unshare" => "ยกเลิกการแชร์ข้อมูล",
2012-07-30 04:05:41 +04:00
"Delete" => "ลบ",
2012-09-23 04:04:41 +04:00
"Rename" => "เปลี่ยนชื่อ",
2012-10-29 03:02:45 +04:00
"{new_name} already exists" => "{new_name} มีอยู่แล้วในระบบ",
2012-08-15 04:07:20 +04:00
"replace" => "แทนที่",
2012-09-07 04:07:22 +04:00
"suggest name" => "แนะนำชื่อ",
2012-08-15 04:07:20 +04:00
"cancel" => "ยกเลิก",
2012-10-29 03:02:45 +04:00
"replaced {new_name}" => "แทนที่ {new_name} แล้ว",
2012-08-15 04:07:20 +04:00
"undo" => "เลิกทำ",
2012-10-29 03:02:45 +04:00
"replaced {new_name} with {old_name}" => "แทนที่ {new_name} ด้วย {old_name} แล้ว",
"unshared {files}" => "ยกเลิกการแชร์แล้ว {files} ไฟล์",
"deleted {files}" => "ลบไฟล์แล้ว {files} ไฟล์",
2012-11-28 03:11:21 +04:00
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ชื่อที่ใช้ไม่ถูกต้อง, '\\', '/', '<', '>', ':', '\"', '|', '?' และ '*' ไม่ได้รับอนุญาตให้ใช้งานได้",
2012-07-30 04:05:41 +04:00
"generating ZIP-file, it may take some time." => "กำลังสร้างไฟล์บีบอัด ZIP อาจใช้เวลาสักครู่",
"Unable to upload your file as it is a directory or has 0 bytes" => "ไม่สามารถอัพโหลดไฟล์ของคุณได้ เนื่องจากไฟล์ดังกล่าวเป็นไดเร็กทอรี่หรือมีขนาด 0 ไบต์",
"Upload Error" => "เกิดข้อผิดพลาดในการอัพโหลด",
2012-11-14 03:03:38 +04:00
"Close" => "ปิด",
2012-07-30 04:05:41 +04:00
"Pending" => "อยู่ระหว่างดำเนินการ",
2012-09-27 04:03:09 +04:00
"1 file uploading" => "กำลังอัพโหลดไฟล์ 1 ไฟล์",
2012-10-29 03:02:45 +04:00
"{count} files uploading" => "กำลังอัพโหลด {count} ไฟล์",
2012-07-30 04:05:41 +04:00
"Upload cancelled." => "การอัพโหลดถูกยกเลิก",
2012-09-01 04:04:00 +04:00
"File upload is in progress. Leaving the page now will cancel the upload." => "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก",
2012-11-28 03:11:21 +04:00
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "ชื่อโฟลเดอร์ที่ใช้ไม่ถูกต้อง การใช้งาน \"ถูกแชร์\" ถูกสงวนไว้เฉพาะ Owncloud เท่านั้น",
2012-10-29 03:02:45 +04:00
"{count} files scanned" => "สแกนไฟล์แล้ว {count} ไฟล์",
2012-09-19 04:07:26 +04:00
"error while scanning" => "พบข้อผิดพลาดในระหว่างการสแกนไฟล์",
2012-09-26 15:22:37 +04:00
"Name" => "ชื่อ",
2012-06-06 02:29:28 +04:00
"Size" => "ขนาด",
"Modified" => "ปรับปรุงล่าสุด",
2012-10-29 03:02:45 +04:00
"1 folder" => "1 โฟลเดอร์",
"{count} folders" => "{count} โฟลเดอร์",
"1 file" => "1 ไฟล์",
"{count} files" => "{count} ไฟล์",
2012-05-13 21:59:44 +04:00
"File handling" => "การจัดกาไฟล์",
2012-01-20 21:53:45 +04:00
"Maximum upload size" => "ขนาดไฟล์สูงสุดที่อัพโหลดได้",
2012-05-13 21:59:44 +04:00
"max. possible: " => "จำนวนสูงสุดที่สามารถทำได้: ",
"Needed for multi-file and folder downloads." => "จำเป็นต้องใช้สำหรับการดาวน์โหลดไฟล์พร้อมกันหลายๆไฟล์หรือดาวน์โหลดทั้งโฟลเดอร์",
"Enable ZIP-download" => "อนุญาตให้ดาวน์โหลดเป็นไฟล์ ZIP ได้",
"0 is unlimited" => "0 หมายถึงไม่จำกัด",
"Maximum input size for ZIP files" => "ขนาดไฟล์ ZIP สูงสุด",
2012-09-06 04:06:37 +04:00
"Save" => "บันทึก",
2012-01-20 21:53:45 +04:00
"New" => "อัพโหลดไฟล์ใหม่",
"Text file" => "ไฟล์ข้อความ",
"Folder" => "แฟ้มเอกสาร",
2012-11-23 03:03:17 +04:00
"From link" => "จากลิงก์",
2012-01-20 21:53:45 +04:00
"Upload" => "อัพโหลด",
2012-05-13 21:59:44 +04:00
"Cancel upload" => "ยกเลิกการอัพโหลด",
2012-01-20 21:53:45 +04:00
"Nothing in here. Upload something!" => "ยังไม่มีไฟล์ใดๆอยู่ที่นี่ กรุณาอัพโหลดไฟล์!",
"Download" => "ดาวน์โหลด",
"Upload too large" => "ไฟล์ที่อัพโหลดมีขนาดใหญ่เกินไป",
2012-05-13 21:59:44 +04:00
"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" => "ไฟล์ที่กำลังสแกนอยู่ขณะนี้"
2012-01-20 21:53:45 +04:00
);