You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files/l10n/th_TH.php

61 lines
6.8 KiB

<?php
$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "ไมสามารถยาย %s ได - ไฟลใชอนอยแล",
"Could not move %s" => "ไมสามารถยาย %s ได",
"File name cannot be empty." => "อไฟลไมสามารถเวนวางได",
"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" => "เขยนขอมลลงแผนดสกมเหลว",
"Not enough storage available" => "เหลอพนทไมเพยงสำหรบใชงาน",
"Invalid directory." => "ไดเรกทอรไมกตอง",
"Files" => "ไฟล",
"Not enough space available" => "นทเหลอไมเพยงพอ",
"Upload cancelled." => "การอพโหลดถกยกเล",
"File upload is in progress. Leaving the page now will cancel the upload." => "การอพโหลดไฟลกำลงอยในระหวางดำเนนการ การออกจากหนาเวบนจะทำใหการอพโหลดถกยกเล",
"{new_name} already exists" => "{new_name} มอยแลวในระบบ",
"Share" => "แชร",
"Rename" => "เปลยนช",
"Pending" => "อยระหวางดำเนนการ",
"replaced {new_name} with {old_name}" => "แทนท {new_name} ดวย {old_name} แล",
"undo" => "เลกทำ",
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"_Uploading %n file_::_Uploading %n files_" => array(""),
"'.' is an invalid file name." => "'.' เปนชอไฟลไมกตอง",
"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." => "กำลงเตรยมดาวนโหลดขอมล หากไฟลขนาดใหญ อาจใชเวลาสกคร",
"Error" => "อผดพลาด",
"Name" => "",
"Size" => "ขนาด",
"Modified" => "แกไขแล",
"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" => "จากลงก",
"Cancel upload" => "ยกเลกการอพโหลด",
"Nothing in here. Upload something!" => "งไมไฟลใดๆอย กรณาอพโหลดไฟล!",
"Download" => "ดาวนโหลด",
"Delete" => "ลบ",
"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..." => "กำลงอพเกรดหนวยความจำแคชของระบบไฟล..."
);
$PLURAL_FORMS = "nplurals=1; plural=0;";