diff options
Diffstat (limited to 'apps/files/l10n/th.js')
-rw-r--r-- | apps/files/l10n/th.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/files/l10n/th.js b/apps/files/l10n/th.js index 12d78c1dfb6..bfd70250425 100644 --- a/apps/files/l10n/th.js +++ b/apps/files/l10n/th.js @@ -22,6 +22,8 @@ OC.L10N.register( "An unknown error has occurred" : "เกิดข้อผิดพลาดที่ไม่รู้จัก", "File could not be uploaded" : "ไม่สามารถอัปโหลดไฟล์", "Uploading …" : "กำลังอัปโหลด …", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "กำลังอัปโหลด … ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} จาก {totalSize} ({bitrate})", "Uploading that item is not supported" : "ไม่รองรับการอัปโหลดสิ่งนั้น", "Target folder does not exist any more" : "ไม่มีโฟลเดอร์เป้าหมายอีกต่อไป", @@ -34,6 +36,10 @@ OC.L10N.register( "Choose target folder" : "เลือกโฟลเดอร์เป้าหมาย", "Edit locally" : "แก้ไขในต้นทาง", "Open" : "เปิด", + "_Delete file_::_Delete files_" : ["ลบไฟล์"], + "_Delete folder_::_Delete folders_" : ["ลบโฟลเดอร์"], + "_Disconnect storage_::_Disconnect storages_" : ["เลิกเชื่อมต่อพื้นที่จัดเก็บข้อมูล"], + "_Leave this share_::_Leave these shares_" : ["ออกจากการแชร์เหล่านี้"], "Could not load info for file \"{file}\"" : "ไม่สามารถโหลดข้อมูลสำหรับไฟล์ \"{file}\"", "Files" : "ไฟล์", "Details" : "รายละเอียด", @@ -94,10 +100,12 @@ OC.L10N.register( "Your storage is almost full ({usedSpacePercent}%)." : "พื้นที่จัดเก็บข้อมูลของคุณใกล้เต็มแล้ว ({usedSpacePercent}%)", "_matches \"{filter}\"_::_match \"{filter}\"_" : ["ตรงกับ \"{filter}\""], "View in folder" : "ดูในโฟลเดอร์", + "Direct link was copied (only works for people who have access to this file/folder)" : "คัดลอกลิงก์โดยตรงแล้ว (ใช้ได้เฉพาะผู้ใช้ที่มีสิทธิ์เข้าถึงไฟล์/โฟลเดอร์นี้)", "Path" : "เส้นทาง", "_%n byte_::_%n bytes_" : ["%n ไบต์"], "Favorited" : "เพิ่มในรายการโปรดแล้ว", "Favorite" : "รายการโปรด", + "Copy direct link (only works for people who have access to this file/folder)" : "คัดลอกลิงก์โดยตรง (ใช้ได้เฉพาะผู้ใช้ที่มีสิทธิ์เข้าถึงไฟล์/โฟลเดอร์นี้)", "New folder" : "โฟลเดอร์ใหม่", "Create new folder" : "สร้างโฟลเดอร์ใหม่", "Upload file" : "อัปโหลดไฟล์", @@ -118,6 +126,7 @@ OC.L10N.register( "Restored by {user}" : "กู้คืนโดย {user}", "Renamed by {user}" : "เปลี่ยนชื่อโดย {user}", "Moved by {user}" : "ย้ายโดย {user}", + "\"remote account\"" : "\"บัญชีระยะไกล\"", "You created {file}" : "คุณได้สร้าง {file}", "You created an encrypted file in {file}" : "คุณได้สร้างไฟล์ที่เข้ารหัสใน {file}", "{user} created {file}" : "{user} ได้สร้าง {file}", @@ -179,6 +188,7 @@ OC.L10N.register( "Unknown error" : "ข้อผิดพลาดที่ไม่รู้จัก", "Ownership transfer request sent" : "ส่งคำขอโอนย้ายความเป็นเจ้าของแล้ว", "Cannot transfer ownership of a file or folder you do not own" : "ไม่สามารถโอนย้ายความเป็นเจ้าของไฟล์หรือโฟลเดอร์ที่คุณไม่ได้เป็นเจ้าของ", + "Choose {file}" : "เลือก {file}", "No files in here" : "ไม่มีไฟล์ที่นี่", "Upload some content or sync with your devices!" : "ลองอัปโหลดเนื้อหาหรือซิงค์กับอุปกรณ์อื่นของคุณ", "Go back" : "กลับไป", @@ -202,6 +212,8 @@ OC.L10N.register( "Unable to create new file from template" : "ไม่สามารถสร้างไฟล์ใหม่จากเทมเพลต", "Delete permanently" : "ลบแบบถาวร", "Cancel" : "ยกเลิก", + "Copy to {target}" : "คัดลอกไปยัง {target}", + "Move to {target}" : "ย้ายไปยัง {target}", "Filename" : "ชื่อไฟล์", "Unable to initialize the templates directory" : "ไม่สามารถเตรียมไดเรกทอรีเทมเพลต", "Templates" : "เทมเพลต", |