[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2021-08-09 02:27:07 +00:00
parent 71e4fb0096
commit 3a362c4460
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
14 changed files with 562 additions and 86 deletions

View file

@ -2,23 +2,24 @@ OC.L10N.register(
"comments",
{
"Comments" : "ความคิดเห็น",
"You commented" : "คุณได้แสดงความคิดเห็นแล้ว",
"%1$s commented" : "%1$s ได้ถูกแสดงความคิดเห็น",
"You commented" : "คุณได้แสดงความคิดเห็น",
"%1$s commented" : "%1$s ได้แสดงความคิดเห็น",
"You commented on %1$s" : "คุณได้แสดงความคิดเห็นบน %1$s",
"%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s",
"%1$s commented on %2$s" : "%1$s ได้แสดงความคิดเห็นบน %2$s",
"Edit comment" : "แก้ไขความคิดเห็น",
"Delete comment" : "ลบความคิดเห็น",
"No comments yet, start the conversation!" : "ยังไม่มีความคิดเห็น เพิ่มความเห็นเลย",
"_%n unread comment_::_%n unread comments_" : ["%nความเห็นยังไม่อ่าน"],
"No comments yet, start the conversation!" : "ยังไม่มีความคิดเห็น เพิ่มความคิดเห็นเลย!",
"_%n unread comment_::_%n unread comments_" : ["%nความคิดเห็นที่ยังไม่ได้อ่าน"],
"_1 new comment_::_{unread} new comments_" : ["{unread} ความคิดเห็นใหม่"],
"Comment" : "แสดงความคิดเห็น",
"New comment …" : "ความคิดเห็นใหม่ ...",
"Post" : "โพสต์",
"Cancel" : "ยกเลิก",
"[Deleted user]" : "[ผู้ใช้ถูกลบไปแล้ว]",
"[Deleted user]" : "[ผู้ใช้ที่ถูกลบ]",
"More comments …" : "ความคิดเห็นอื่นๆ ...",
"Save" : "บันทึก",
"Allowed characters {count} of {max}" : "อนุญาตให้ใช้ {count} จากทั้งหมด {max} ตัวอักษร",
"Error occurred while updating comment with id {id}" : "เกิดข้อผิดพลาดขณะปรับปรุงความเห็น {id}",
"Error occurred while posting comment" : "เกิดข้อผิดพลาดขณะส่งความเห็น {id}"
"Error occurred while updating comment with id {id}" : "เกิดข้อผิดพลาดขณะอัปเดตความคิดเห็นด้วย id {id}",
"Error occurred while posting comment" : "เกิดข้อผิดพลาดขณะโพสต์ความคิดเห็น"
},
"nplurals=1; plural=0;");

View file

@ -1,22 +1,23 @@
{ "translations": {
"Comments" : "ความคิดเห็น",
"You commented" : "คุณได้แสดงความคิดเห็นแล้ว",
"%1$s commented" : "%1$s ได้ถูกแสดงความคิดเห็น",
"You commented" : "คุณได้แสดงความคิดเห็น",
"%1$s commented" : "%1$s ได้แสดงความคิดเห็น",
"You commented on %1$s" : "คุณได้แสดงความคิดเห็นบน %1$s",
"%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s",
"%1$s commented on %2$s" : "%1$s ได้แสดงความคิดเห็นบน %2$s",
"Edit comment" : "แก้ไขความคิดเห็น",
"Delete comment" : "ลบความคิดเห็น",
"No comments yet, start the conversation!" : "ยังไม่มีความคิดเห็น เพิ่มความเห็นเลย",
"_%n unread comment_::_%n unread comments_" : ["%nความเห็นยังไม่อ่าน"],
"No comments yet, start the conversation!" : "ยังไม่มีความคิดเห็น เพิ่มความคิดเห็นเลย!",
"_%n unread comment_::_%n unread comments_" : ["%nความคิดเห็นที่ยังไม่ได้อ่าน"],
"_1 new comment_::_{unread} new comments_" : ["{unread} ความคิดเห็นใหม่"],
"Comment" : "แสดงความคิดเห็น",
"New comment …" : "ความคิดเห็นใหม่ ...",
"Post" : "โพสต์",
"Cancel" : "ยกเลิก",
"[Deleted user]" : "[ผู้ใช้ถูกลบไปแล้ว]",
"[Deleted user]" : "[ผู้ใช้ที่ถูกลบ]",
"More comments …" : "ความคิดเห็นอื่นๆ ...",
"Save" : "บันทึก",
"Allowed characters {count} of {max}" : "อนุญาตให้ใช้ {count} จากทั้งหมด {max} ตัวอักษร",
"Error occurred while updating comment with id {id}" : "เกิดข้อผิดพลาดขณะปรับปรุงความเห็น {id}",
"Error occurred while posting comment" : "เกิดข้อผิดพลาดขณะส่งความเห็น {id}"
"Error occurred while updating comment with id {id}" : "เกิดข้อผิดพลาดขณะอัปเดตความคิดเห็นด้วย id {id}",
"Error occurred while posting comment" : "เกิดข้อผิดพลาดขณะโพสต์ความคิดเห็น"
},"pluralForm" :"nplurals=1; plural=0;"
}

View file

@ -5,29 +5,29 @@ OC.L10N.register(
"Dashboard app" : "แอปแดชบอร์ด",
"Show something" : "แสดงบางอย่าง",
"Customize" : "ปรับแต่ง",
"Edit widgets" : "แก้ไข วิดเจ็ต",
"Get more widgets from the App Store" : "เลือกวิดเจ็จาก App Store",
"Change background image" : "เปลี่ยน รูปภาพ พื้นหลัง",
"Weather service" : "บริการ สภาพอากาศ",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "สำหรับความเป็นส่วนตัวของ ข้อมูลสภาพอากาศเป็นการร้องขอในนาม Nextcloud เซิร์ฟเวอร์ ของคุณ ดังนั้นบริการสภาพอากาศจึงไม่ได้รับ หรือจัดเก็บ ข้อมูลส่วนบุคคล",
"Edit widgets" : "แก้ไขวิดเจ็ต",
"Get more widgets from the App Store" : "เลือกวิดเจ็จาก App Store",
"Change background image" : "เปลี่ยนรูปภาพพื้นหลัง",
"Weather service" : "บริการสภาพอากาศ",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "เพื่อความเป็นส่วนตัวของคุณ ข้อมูลสภาพอากาศถูกขอโดยเซิร์ฟเวอร์ Nextcloud ในนามของคุณ ดังนั้นบริการสภาพอากาศจึงไม่ได้รับข้อมูลส่วนบุคคลใด ๆ",
"Weather data from Met.no" : "ข้อมูลสภาพอากาศจาก Met.no",
"geocoding with Nominatim" : "พิกัดภูมิศาสตร์ จาก Nominatim",
"geocoding with Nominatim" : "พิกัดภูมิศาสตร์จาก Nominatim",
"elevation data from OpenTopoData" : "ข้อมูลความสูงจาก OpenTopoData",
"Weather" : "สภาพอากาศ",
"Status" : "สถานะ",
"Good morning" : "อรุณสวัสดิ์",
"Good morning, {name}" : "อรุณสวัสดิ์ {name}",
"Good afternoon" : "ทิวาสวัสดิ์",
"Good afternoon, {name}" : "ทิวาสวัสดิ์ {name}",
"Good evening" : "สายัณห์สวัสดิ์",
"Good evening, {name}" : "สายัณห์สวัสดิ์ {name}",
"Good morning" : "สวัสดีตอนเช้า",
"Good morning, {name}" : "สวัสดีตอนเช้า {name}",
"Good afternoon" : "สวัสดีตอนบ่าย",
"Good afternoon, {name}" : "สวัสดีตอนบ่าย {name}",
"Good evening" : "สวัสดีตอนเย็น",
"Good evening, {name}" : "สวัสดีตอนเย็น {name}",
"Hello" : "สวัสดี",
"Hello, {name}" : "สวัสดี, {name}",
"Hello, {name}" : "สวัสดี {name}",
"Pick from Files" : "เลือกจากไฟล์",
"Default images" : "รูปภาพเริ่มต้น",
"Plain background" : "พื้นหลังธรรมดา",
"Plain background" : "พื้นหลังเปล่า",
"Insert from {productName}" : "แทรกจาก {productName}",
"Get more widgets from the app store" : "เพิ่ม วิดเจ็ต จาก แอปสโตร์",
"Get more widgets from the app store" : "เพิ่มวิดเจ็ตจาก App Store",
"Good night, {name}" : "ราตรีสวัสดิ์ {name}",
"Good night" : "ราตรีสวัสดิ์",
"Pick from files" : "เลือกจากไฟล์"

View file

@ -3,29 +3,29 @@
"Dashboard app" : "แอปแดชบอร์ด",
"Show something" : "แสดงบางอย่าง",
"Customize" : "ปรับแต่ง",
"Edit widgets" : "แก้ไข วิดเจ็ต",
"Get more widgets from the App Store" : "เลือกวิดเจ็จาก App Store",
"Change background image" : "เปลี่ยน รูปภาพ พื้นหลัง",
"Weather service" : "บริการ สภาพอากาศ",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "สำหรับความเป็นส่วนตัวของ ข้อมูลสภาพอากาศเป็นการร้องขอในนาม Nextcloud เซิร์ฟเวอร์ ของคุณ ดังนั้นบริการสภาพอากาศจึงไม่ได้รับ หรือจัดเก็บ ข้อมูลส่วนบุคคล",
"Edit widgets" : "แก้ไขวิดเจ็ต",
"Get more widgets from the App Store" : "เลือกวิดเจ็จาก App Store",
"Change background image" : "เปลี่ยนรูปภาพพื้นหลัง",
"Weather service" : "บริการสภาพอากาศ",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "เพื่อความเป็นส่วนตัวของคุณ ข้อมูลสภาพอากาศถูกขอโดยเซิร์ฟเวอร์ Nextcloud ในนามของคุณ ดังนั้นบริการสภาพอากาศจึงไม่ได้รับข้อมูลส่วนบุคคลใด ๆ",
"Weather data from Met.no" : "ข้อมูลสภาพอากาศจาก Met.no",
"geocoding with Nominatim" : "พิกัดภูมิศาสตร์ จาก Nominatim",
"geocoding with Nominatim" : "พิกัดภูมิศาสตร์จาก Nominatim",
"elevation data from OpenTopoData" : "ข้อมูลความสูงจาก OpenTopoData",
"Weather" : "สภาพอากาศ",
"Status" : "สถานะ",
"Good morning" : "อรุณสวัสดิ์",
"Good morning, {name}" : "อรุณสวัสดิ์ {name}",
"Good afternoon" : "ทิวาสวัสดิ์",
"Good afternoon, {name}" : "ทิวาสวัสดิ์ {name}",
"Good evening" : "สายัณห์สวัสดิ์",
"Good evening, {name}" : "สายัณห์สวัสดิ์ {name}",
"Good morning" : "สวัสดีตอนเช้า",
"Good morning, {name}" : "สวัสดีตอนเช้า {name}",
"Good afternoon" : "สวัสดีตอนบ่าย",
"Good afternoon, {name}" : "สวัสดีตอนบ่าย {name}",
"Good evening" : "สวัสดีตอนเย็น",
"Good evening, {name}" : "สวัสดีตอนเย็น {name}",
"Hello" : "สวัสดี",
"Hello, {name}" : "สวัสดี, {name}",
"Hello, {name}" : "สวัสดี {name}",
"Pick from Files" : "เลือกจากไฟล์",
"Default images" : "รูปภาพเริ่มต้น",
"Plain background" : "พื้นหลังธรรมดา",
"Plain background" : "พื้นหลังเปล่า",
"Insert from {productName}" : "แทรกจาก {productName}",
"Get more widgets from the app store" : "เพิ่ม วิดเจ็ต จาก แอปสโตร์",
"Get more widgets from the app store" : "เพิ่มวิดเจ็ตจาก App Store",
"Good night, {name}" : "ราตรีสวัสดิ์ {name}",
"Good night" : "ราตรีสวัสดิ์",
"Pick from files" : "เลือกจากไฟล์"

View file

@ -178,7 +178,7 @@ OC.L10N.register(
"Create" : "Crear",
"Create a new file with the selected template" : "Crear un novo ficheiro co modelo seleccionado",
"Creating file" : "Creando o ficheiro",
"Blank" : "Valeiro",
"Blank" : "Baleiro",
"Unable to create new file from template" : "Non é posíbel crear un novo ficheiro a partir do modelo",
"Set up templates folder" : "Estabelecer un cartafol de modelos",
"Templates" : "Modelos",

View file

@ -176,7 +176,7 @@
"Create" : "Crear",
"Create a new file with the selected template" : "Crear un novo ficheiro co modelo seleccionado",
"Creating file" : "Creando o ficheiro",
"Blank" : "Valeiro",
"Blank" : "Baleiro",
"Unable to create new file from template" : "Non é posíbel crear un novo ficheiro a partir do modelo",
"Set up templates folder" : "Estabelecer un cartafol de modelos",
"Templates" : "Modelos",

View file

@ -1,10 +1,10 @@
OC.L10N.register(
"files_versions",
{
"Versions" : "เวอร์ชั่น",
"Versions" : "รุ่น",
"Failed to revert {file} to revision {timestamp}." : "{file} ล้มเหลวที่จะย้อนกลับไปยังการแก้ไขเมื่อ {timestamp}",
"_%n byte_::_%n bytes_" : ["%n ไบต์"],
"Restore" : "คืนค่า",
"No other versions available" : "ยังไม่มีรุ่นที่ใหม่กว่า"
"No other versions available" : "ไม่มีรุ่นอื่น ๆ"
},
"nplurals=1; plural=0;");

View file

@ -1,8 +1,8 @@
{ "translations": {
"Versions" : "เวอร์ชั่น",
"Versions" : "รุ่น",
"Failed to revert {file} to revision {timestamp}." : "{file} ล้มเหลวที่จะย้อนกลับไปยังการแก้ไขเมื่อ {timestamp}",
"_%n byte_::_%n bytes_" : ["%n ไบต์"],
"Restore" : "คืนค่า",
"No other versions available" : "ยังไม่มีรุ่นที่ใหม่กว่า"
"No other versions available" : "ไม่มีรุ่นอื่น ๆ"
},"pluralForm" :"nplurals=1; plural=0;"
}

View file

@ -28,15 +28,18 @@ OC.L10N.register(
"Invalid mail address" : "ที่อยู่อีเมลไม่ถูกต้อง",
"Unable to change full name" : "ไม่สามารถเปลี่ยนชื่อเต็ม",
"Your %s account was created" : "บัญชี %s ของคุณถูกสร้างขึ้น",
"Apps" : "แอปฯ",
"Settings" : "ตั้งค่า",
"Go to %s" : "ไปที่ %s",
"Apps" : "แอป",
"Settings" : "การตั้งค่า",
"Personal" : "ส่วนตัว",
"Sharing" : "แชร์ข้อมูล",
"Sharing" : "การแชร์",
"Personal info" : "ข้อมูลส่วนบุคคล",
"Create" : "สร้าง",
"Delete" : "ลบ",
"Unlimited" : "ไม่จำกัด",
"Save changes" : "บันทึกการเปลี่ยนแปลง",
"All" : "ทั้งหมด",
"No results" : "ไม่มีผลลัพธ์",
"Remove" : "ลบออก",
"Disable" : "ปิดใช้งาน",
"This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งแอพฯนี้เพราะไม่มีตัวอ้างอิงต่อไปนี้:",
@ -44,29 +47,47 @@ OC.L10N.register(
"User documentation" : "เอกสารสำหรับผู้ใช้",
"Admin documentation" : "เอกสารผู้ดูแลระบบ",
"Developer documentation" : "เอกสารสำหรับนักพัฒนา",
"No apps found for your version" : "ไม่พบแอพพลิเคชันสำหรับรุ่นของคุณ",
"Featured" : "แนะนำ",
"Update to {update}" : "อัปเดตเป็น {update}",
"Update all" : "อัปเดตทั้งหมด",
"Results from other categories" : "ผลลัพธ์จากหมวดหมู่อื่น ๆ",
"No apps found for your version" : "ไม่พบแอปสำหรับรุ่นของคุณ",
"Disable all" : "ปิดใช้งานทั้งหมด",
"Enable all" : "เปิดใช้งานทั้งหมด",
"_%n app has an update available_::_%n apps have an update available_" : ["%n แอปมีอัปเดตใหม่"],
"Device settings" : "การตั้งค่าอุปกรณ์",
"Allow filesystem access" : "อนุญาตให้เข้าถึงระบบไฟล์",
"Rename" : "เปลี่ยนชื่อ",
"{productName} iOS app" : "แอป {productName} iOS",
"{productName} Android app" : "แอป {productName} Android",
"{productName} Talk for iOS" : "{productName} Talk สำหรับ iOS",
"{productName} Talk for Android" : "{productName} Talk สำหรับ Android",
"Device" : "อุปกรณ์",
"App name" : "ชื่อแอป",
"Create new app password" : "สร้างรหัสผ่านแอปใหม่",
"Username" : "ชื่อผู้ใช้งาน",
"Password" : "รหัสผ่าน",
"Done" : "เสร็จสิ้น",
"Copied!" : "คัดลอกแล้ว",
"Copied!" : "คัดลอกแล้ว!",
"Copy" : "คัดลอก",
"Add" : "เพิ่ม",
"Your email address" : "ที่อยู่อีเมล์ของคุณ",
"Your email address" : "ที่อยู่อีเมลของคุณ",
"No email address set" : "ไม่ได้ตั้งค่าที่อยู่อีเมล",
"Email" : "อีเมล",
"Delete user" : "ลบผู้ใช้",
"Cancel" : "ยกเลิก",
"New user" : "ผู้ใช้ใหม่",
"Quota" : "โควต้า",
"Language" : "ภาษา",
"Updates" : "อัพเดท",
"Updates" : "อัปเดต",
"Details" : "รายละเอียด",
"Admins" : "ผู้ดูแลระบบ",
"Show user backend" : "แสดงแบ็กเอนด์ของผู้ใช้",
"Send email to new user" : "ส่งอีเมลไปยังผู้ใช้ใหม่",
"Enable" : "เปิดใช้งาน",
"Never" : "ไม่เคย",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "แอพฯจะต้องเปิดใช้งานก่อนทำการอัพเดท คุณจะถูกนำไปยังหน้าอัพเดทใน 5 วินาที",
"App update" : "อัพเดทแอพฯ",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "แอปเปิดใช้งานแล้ว แต่ต้องทำการอัปเดต คุณจะถูกนำไปยังหน้าอัปเดตใน 5 วินาที",
"App update" : "อัปเดตแอป",
"Administrator documentation" : "เอกสารของผู้ดูแลระบบ",
"Documentation" : "เอกสารคู่มือประกอบการใช้งาน",
"Forum" : "ฟอรั่ม",

View file

@ -26,15 +26,18 @@
"Invalid mail address" : "ที่อยู่อีเมลไม่ถูกต้อง",
"Unable to change full name" : "ไม่สามารถเปลี่ยนชื่อเต็ม",
"Your %s account was created" : "บัญชี %s ของคุณถูกสร้างขึ้น",
"Apps" : "แอปฯ",
"Settings" : "ตั้งค่า",
"Go to %s" : "ไปที่ %s",
"Apps" : "แอป",
"Settings" : "การตั้งค่า",
"Personal" : "ส่วนตัว",
"Sharing" : "แชร์ข้อมูล",
"Sharing" : "การแชร์",
"Personal info" : "ข้อมูลส่วนบุคคล",
"Create" : "สร้าง",
"Delete" : "ลบ",
"Unlimited" : "ไม่จำกัด",
"Save changes" : "บันทึกการเปลี่ยนแปลง",
"All" : "ทั้งหมด",
"No results" : "ไม่มีผลลัพธ์",
"Remove" : "ลบออก",
"Disable" : "ปิดใช้งาน",
"This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งแอพฯนี้เพราะไม่มีตัวอ้างอิงต่อไปนี้:",
@ -42,29 +45,47 @@
"User documentation" : "เอกสารสำหรับผู้ใช้",
"Admin documentation" : "เอกสารผู้ดูแลระบบ",
"Developer documentation" : "เอกสารสำหรับนักพัฒนา",
"No apps found for your version" : "ไม่พบแอพพลิเคชันสำหรับรุ่นของคุณ",
"Featured" : "แนะนำ",
"Update to {update}" : "อัปเดตเป็น {update}",
"Update all" : "อัปเดตทั้งหมด",
"Results from other categories" : "ผลลัพธ์จากหมวดหมู่อื่น ๆ",
"No apps found for your version" : "ไม่พบแอปสำหรับรุ่นของคุณ",
"Disable all" : "ปิดใช้งานทั้งหมด",
"Enable all" : "เปิดใช้งานทั้งหมด",
"_%n app has an update available_::_%n apps have an update available_" : ["%n แอปมีอัปเดตใหม่"],
"Device settings" : "การตั้งค่าอุปกรณ์",
"Allow filesystem access" : "อนุญาตให้เข้าถึงระบบไฟล์",
"Rename" : "เปลี่ยนชื่อ",
"{productName} iOS app" : "แอป {productName} iOS",
"{productName} Android app" : "แอป {productName} Android",
"{productName} Talk for iOS" : "{productName} Talk สำหรับ iOS",
"{productName} Talk for Android" : "{productName} Talk สำหรับ Android",
"Device" : "อุปกรณ์",
"App name" : "ชื่อแอป",
"Create new app password" : "สร้างรหัสผ่านแอปใหม่",
"Username" : "ชื่อผู้ใช้งาน",
"Password" : "รหัสผ่าน",
"Done" : "เสร็จสิ้น",
"Copied!" : "คัดลอกแล้ว",
"Copied!" : "คัดลอกแล้ว!",
"Copy" : "คัดลอก",
"Add" : "เพิ่ม",
"Your email address" : "ที่อยู่อีเมล์ของคุณ",
"Your email address" : "ที่อยู่อีเมลของคุณ",
"No email address set" : "ไม่ได้ตั้งค่าที่อยู่อีเมล",
"Email" : "อีเมล",
"Delete user" : "ลบผู้ใช้",
"Cancel" : "ยกเลิก",
"New user" : "ผู้ใช้ใหม่",
"Quota" : "โควต้า",
"Language" : "ภาษา",
"Updates" : "อัพเดท",
"Updates" : "อัปเดต",
"Details" : "รายละเอียด",
"Admins" : "ผู้ดูแลระบบ",
"Show user backend" : "แสดงแบ็กเอนด์ของผู้ใช้",
"Send email to new user" : "ส่งอีเมลไปยังผู้ใช้ใหม่",
"Enable" : "เปิดใช้งาน",
"Never" : "ไม่เคย",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "แอพฯจะต้องเปิดใช้งานก่อนทำการอัพเดท คุณจะถูกนำไปยังหน้าอัพเดทใน 5 วินาที",
"App update" : "อัพเดทแอพฯ",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "แอปเปิดใช้งานแล้ว แต่ต้องทำการอัปเดต คุณจะถูกนำไปยังหน้าอัปเดตใน 5 วินาที",
"App update" : "อัปเดตแอป",
"Administrator documentation" : "เอกสารของผู้ดูแลระบบ",
"Documentation" : "เอกสารคู่มือประกอบการใช้งาน",
"Forum" : "ฟอรั่ม",

View file

@ -8,31 +8,31 @@ OC.L10N.register(
"Vacationing" : "วันหยุดพักผ่อน",
"Working remotely" : "ทำงานจากระยะไกล",
"User status" : "สถานะผู้ใช้",
"Clear status message after" : "ลบข้อความสถานะภายหลัง",
"Clear status message after" : "ลบข้อความสถานะหลังจาก",
"What's your status?" : "สถานะของคุณคืออะไร",
"Set status" : "กำหนดสถานะ",
"Online status" : "ออนไลน์",
"Status message" : "ข้อความสถานะ",
"Clear status message" : "ล้างข้อความสถานะ",
"Set status message" : "กำหนดสถานะข้อความ",
"There was an error saving the status" : "เกิดข้อผิดพลาด ในการบันทึกสถานะ",
"There was an error clearing the status" : "เกิดข้อผิดพลาด ในการลบสถานะ",
"No recent status changes" : "คงสถานะปัจจุบัน",
"Set status message" : "กำหนดข้อความสถานะ",
"There was an error saving the status" : "เกิดข้อผิดพลาดในการบันทึกสถานะ",
"There was an error clearing the status" : "เกิดข้อผิดพลาดในการลบสถานะ",
"No recent status changes" : "ไม่มีการเปลี่ยนสถานะล่าสุด",
"Away" : "ไม่อยู่",
"Do not disturb" : "ห้ามรบกวน",
"{status}, {timestamp}" : "{status}, {timestamp}",
"Don't clear" : "ก็ไม่รู้สินะ",
"Don't clear" : "ไม่ต้องล้าง",
"Today" : "วันนี้",
"This week" : "สัปดาห์นี้",
"Online" : "ออนไลน์",
"Invisible" : "ซ่อนสถานะ",
"Offline" : "ออฟไลน์",
"There was an error saving the new status" : "เกิดข้อผิดพลาด การบันทึกสถานะใหม่",
"There was an error saving the new status" : "เกิดข้อผิดพลาดในการบันทึกสถานะใหม่",
"30 minutes" : "30 นาที",
"1 hour" : "1 ชั่วโมง",
"4 hours" : "4 ชั่วโมง",
"Mute all notifications" : "ปิดการแจ้งเตือนทั้งหมด",
"Appear offline" : "แสดงสถานะออฟไลน์",
"Clear status after" : "คืนค่าสถานะหลังจาก"
"Clear status after" : "ล้างสถานะหลังจาก"
},
"nplurals=1; plural=0;");

View file

@ -6,31 +6,31 @@
"Vacationing" : "วันหยุดพักผ่อน",
"Working remotely" : "ทำงานจากระยะไกล",
"User status" : "สถานะผู้ใช้",
"Clear status message after" : "ลบข้อความสถานะภายหลัง",
"Clear status message after" : "ลบข้อความสถานะหลังจาก",
"What's your status?" : "สถานะของคุณคืออะไร",
"Set status" : "กำหนดสถานะ",
"Online status" : "ออนไลน์",
"Status message" : "ข้อความสถานะ",
"Clear status message" : "ล้างข้อความสถานะ",
"Set status message" : "กำหนดสถานะข้อความ",
"There was an error saving the status" : "เกิดข้อผิดพลาด ในการบันทึกสถานะ",
"There was an error clearing the status" : "เกิดข้อผิดพลาด ในการลบสถานะ",
"No recent status changes" : "คงสถานะปัจจุบัน",
"Set status message" : "กำหนดข้อความสถานะ",
"There was an error saving the status" : "เกิดข้อผิดพลาดในการบันทึกสถานะ",
"There was an error clearing the status" : "เกิดข้อผิดพลาดในการลบสถานะ",
"No recent status changes" : "ไม่มีการเปลี่ยนสถานะล่าสุด",
"Away" : "ไม่อยู่",
"Do not disturb" : "ห้ามรบกวน",
"{status}, {timestamp}" : "{status}, {timestamp}",
"Don't clear" : "ก็ไม่รู้สินะ",
"Don't clear" : "ไม่ต้องล้าง",
"Today" : "วันนี้",
"This week" : "สัปดาห์นี้",
"Online" : "ออนไลน์",
"Invisible" : "ซ่อนสถานะ",
"Offline" : "ออฟไลน์",
"There was an error saving the new status" : "เกิดข้อผิดพลาด การบันทึกสถานะใหม่",
"There was an error saving the new status" : "เกิดข้อผิดพลาดในการบันทึกสถานะใหม่",
"30 minutes" : "30 นาที",
"1 hour" : "1 ชั่วโมง",
"4 hours" : "4 ชั่วโมง",
"Mute all notifications" : "ปิดการแจ้งเตือนทั้งหมด",
"Appear offline" : "แสดงสถานะออฟไลน์",
"Clear status after" : "คืนค่าสถานะหลังจาก"
"Clear status after" : "ล้างสถานะหลังจาก"
},"pluralForm" :"nplurals=1; plural=0;"
}

217
core/l10n/th.js Normal file
View file

@ -0,0 +1,217 @@
OC.L10N.register(
"core",
{
"Please select a file." : "กรุณาเลือกไฟล์",
"File is too big" : "ไฟล์ใหญ่เกินไป",
"The selected file is not an image." : "ไฟล์ที่เลือกไม่ใช่รูปภาพ",
"The selected file cannot be read." : "ไม่สามารถอ่านไฟล์ที่เลือก",
"The file was uploaded" : "ไฟล์อัปโหลดแล้ว",
"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 file was only partially uploaded" : "ไฟล์ถูกอัปโหลดเพียงบางส่วน",
"No file was uploaded" : "ไม่มีไฟล์ที่ถูกอัปโหลด",
"Missing a temporary folder" : "โฟลเดอร์ชั่วคราวเกิดการสูญหาย",
"Could not write file to disk" : "ไม่สามารถเขียนไฟล์ลงดิสก์",
"A PHP extension stopped the file upload" : "ส่วนขยาย PHP ได้หยุดการอัปโหลดไฟล์",
"Invalid file provided" : "ระบุไฟล์ไม่ถูกต้อง",
"No image or file provided" : "ไม่มีรูปภาพหรือไฟล์ที่ระบุ",
"Unknown filetype" : "ชนิดไฟล์ที่ไม่รู้จัก",
"Invalid image" : "รูปภาพไม่ถูกต้อง",
"An error occurred. Please contact your admin." : "เกิดข้อผิดพลาด กรุณาติดต่อผู้ดูแลระบบของคุณ",
"No temporary profile picture available, try again" : "ไม่มีรูปภาพโปรไฟล์ชั่วคราว กรุณาลองใหม่อีกครั้ง",
"No crop data provided" : "ไม่ได้ระบุข้อมูลการครอบตัด",
"No valid crop data provided" : "ไม่ได้ระบุข้อมูลการครอบตัดที่ถูกต้อง",
"Crop is not square" : "การครอบตัดไม่เป็นสี่เหลี่ยม",
"State token does not match" : "โทเค็นสถานะไม่ตรงกัน",
"Invalid app password" : "รหัสผ่านแอปไม่ถูกต้อง",
"Could not complete login" : "ไม่สามารถดำเนินการเข้าสู่ระบบ",
"Your login token is invalid or has expired" : "โทเค็นเข้าสู่ระบบของคุณไม่ถูกต้องหรือหมดอายุแล้ว",
"Password reset is disabled" : "การตั้งรหัสผ่านใหม่ถูกปิดใช้งาน",
"Couldn't reset password because the token is invalid" : "ไม่สามารถตั้งรหัสผ่านใหม่เพราะโทเค็นไม่ถูกต้อง",
"Couldn't reset password because the token is expired" : "ไม่สามารถตั้งค่ารหัสผ่านเพราะโทเค็นหมดอายุ",
"%s password reset" : "ตั้งรหัสผ่าน %s ใหม่",
"Password reset" : "ตั้งรหัสผ่านใหม่",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "คลิกปุ่มด้านล่างเพื่อตั้งรหัสผ่านของคุณใหม่ หากคุณไม่ได้ขอการตั้งรหัสผ่านใหม่ สามารถเพิกเฉยอีเมลนี้",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "คลิกลิงก์ด้านล่างเพื่อตั้งรหัสผ่านของคุณใหม่ หากคุณไม่ได้ขอการตั้งรหัสผ่านใหม่ สามารถเพิกเฉยอีเมลนี้",
"Reset your password" : "ตั้งรหัสผ่านของคุณใหม่",
"Nextcloud Server" : "เซิร์ฟเวอร์ Nextcloud",
"Preparing update" : "กำลังเตรียมอัปเดต",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "ขั้นตอนการซ่อมแซม:",
"Repair info:" : "ข้อมูลการซ่อมแซม:",
"Repair warning:" : "คำเตือนการซ่อมแซม:",
"Repair error:" : "ข้อผิดพลาดการซ่อมแซม:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "กรุณาใช้คำสั่งการปรับปรุงเพราะการปรับปรุงอัตโนมัติถูกปิดใช้งานใน config.php",
"[%d / %d]: Checking table %s" : "[%d / %d]: กำลังตรวจสอบตาราง %s",
"Turned on maintenance mode" : "เปิดโหมดการบำรุงรักษา",
"Turned off maintenance mode" : "ปิดโหมดการบำรุงรักษา",
"Maintenance mode is kept active" : "โหมดการบำรุงรักษาจะถูกเปิดไว้",
"Updating database schema" : "กำลังอัพเดทฐานข้อมูล schema",
"Updated database" : "อัปเดตฐานข้อมูลแล้ว",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "กำลังตรวจสอบว่าฐานข้อมูลสำหรับ schema สำหรับ %s สามารถอัปเดตได้หรือไม่ (อาจใช้เวลานาน ขึ้นอยู่กับขนาดของฐานข้อมูล)",
"Updated \"%1$s\" to %2$s" : "อัปเดต \"%1$s\" เป็น %2$s แล้ว",
"Set log level to debug" : "ตั้งค่าระดับบันทึกเป็น debug",
"Reset log level" : "ตั้งค่าระดับบันทึกใหม่",
"Starting code integrity check" : "กำลังเริ่มต้นรหัสตรวจสอบความสมบูรณ์",
"Finished code integrity check" : "ตรวจสอบความสมบูรณ์ของรหัสเสร็จสิ้น",
"%s (incompatible)" : "%s (เข้ากันไม่ได้)",
"The following apps have been disabled: %s" : "แอปต่อไปนี้ถูกปิดการใช้งาน: %s",
"Already up to date" : "ล่าสุดแล้ว",
"Error occurred while checking server setup" : "เกิดข้อผิดพลาดขณะตรวจสอบการติดตั้งเซิร์ฟเวอร์",
"unknown text" : "ข้อความที่ไม่รู้จัก",
"Hello world!" : "สวัสดีทุกคน!",
"sunny" : "แดดมาก",
"Hello {name}, the weather is {weather}" : "สวัสดี {name} สภาพอากาศวันนี้มี{weather}",
"Hello {name}" : "สวัสดี {name}",
"new" : "ใหม่",
"_download %n file_::_download %n files_" : ["ดาวน์โหลด %n ไฟล์"],
"Update to {version}" : "อัปเดตเป็น {version}",
"An error occurred." : "เกิดข้อผิดพลาด",
"Please reload the page." : "โปรดโหลดหน้าเว็บใหม่",
"Continue to {productName}" : "ดำเนินการต่อสู่ {productName}",
"_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["การอัปเดตเสร็จสมบูรณ์ กำลังนำคุณไปที่ {productName} ใน %n วินาที"],
"Log in" : "เข้าสู่ระบบ",
"Logging in …" : "กำลังเข้าสู่ระบบ ...",
"Server side authentication failed!" : "การรับรองความถูกต้องจากเซิร์ฟเวอร์ล้มเหลว!",
"Please contact your administrator." : "กรุณาติดต่อผู้ดูแลระบบ",
"An internal error occurred." : "เกิดข้อผิดพลาดภายใน",
"Please try again or contact your administrator." : "โปรดลองอีกครั้งหรือติดต่อผู้ดูแลระบบ",
"Username or email" : "ชื่อผู้ใช้หรืออีเมล",
"Password" : "รหัสผ่าน",
"Wrong username or password." : "ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง",
"User disabled" : "ผู้ใช้ถูกปิดใช้งาน",
"Browser not supported" : "ไม่รองรับเบราว์เซอร์",
"Passwordless authentication is not supported in your browser." : "เบราว์เซอร์ของคุณไม่รองรับการรับรองความถูกต้องแบบไร้รหัสผ่าน",
"Your connection is not secure" : "การเชื่อมต่อของคุณไม่ปลอดภัย",
"Reset password" : "เปลี่ยนรหัสผ่านใหม่",
"Couldn't send reset email. Please contact your administrator." : "ไม่สามารถส่งข้อมูลการตั้งค่าไปยังอีเมลของคุณ กรุณาติดต่อผู้ดูแลระบบ",
"Back to login" : "กลับสู่หน้าเข้าสู่ระบบ",
"New password" : "รหัสผ่านใหม่",
"I know what I'm doing" : "ฉันรู้ว่าฉันกำลังทำอะไรอยู่",
"Resetting password" : "กำลังตั้งรหัสผ่านใหม่",
"Recommended apps" : "แอปแนะนำ",
"Loading apps …" : "กำลังโหลดแอป …",
"Cancel" : "ยกเลิก",
"Back" : "ย้อนกลับ",
"Search" : "ค้นหา",
"Settings" : "ตั้งค่า",
"No" : "ไม่",
"Yes" : "ใช่",
"No files in here" : "ไม่มีไฟล์ที่นี่",
"New folder" : "โฟลเดอร์ใหม่",
"Name" : "ชื่อ",
"Size" : "ขนาด",
"Modified" : "แก้ไขเมื่อ",
"\"{name}\" is an invalid file name." : "\"{name}\" เป็นชื่อไฟล์ที่ไม่ถูกต้อง",
"File name cannot be empty." : "ชื่อไฟล์ไม่สามารถเว้นว่างได้",
"\"{name}\" is not an allowed filetype" : "\"{name}\" ไม่ใช่ประเภทไฟล์ที่อนุญาต",
"{newName} already exists" : "{newName} มีอยู่แล้ว",
"Choose" : "เลือก",
"Copy" : "คัดลอก",
"Move" : "ย้าย",
"Error loading file picker template: {error}" : "เกิดข้อผิดพลาดขณะกำลังโหลดไฟล์เทมเพลต: {error}",
"OK" : "ตกลง",
"Error loading message template: {error}" : "เกิดข้อผิดพลาดขณะกำลังโหลดเทมเพลตข้อความ: {error} ",
"read-only" : "อ่านอย่างเดียว",
"_{count} file conflict_::_{count} file conflicts_" : ["ไฟล์มีปัญหา {count} ไฟล์"],
"One file conflict" : "มีหนึ่งไฟล์ที่มีปัญหา",
"New Files" : "วางทับไฟล์เดิม",
"Already existing files" : "เขียนไฟล์ใหม่",
"Which files do you want to keep?" : "คุณต้องการเก็บไฟล์ไหน?",
"If you select both versions, the copied file will have a number added to its name." : "ถ้าคุณเลือกทั้งสองรุ่น ชื่อของไฟล์ที่ถูกคัดลอกจะมีตัวเลขเพิ่มเข้าไป",
"Continue" : "ดำเนินการต่อ",
"(all selected)" : "(เลือกทั้งหมด)",
"({count} selected)" : "(เลือก {count} รายการ)",
"Error loading file exists template" : "เกิดข้อผิดพลาดขณะโหลดไฟล์เทมเพลตที่มีอยู่",
"Pending" : "อยู่ระหว่างดำเนินการ",
"Copy to {folder}" : "คัดลอกไปยัง {folder}",
"Move to {folder}" : "ย้ายไปยัง {folder}",
"Authentication required" : "จำเป็นต้องตรวจสอบความถูกต้อง",
"seconds ago" : "วินาที ก่อนหน้านี้",
"Very weak password" : "รหัสผ่านระดับต่ำมาก",
"Weak password" : "รหัสผ่านระดับต่ำ",
"So-so password" : "รหัสผ่านระดับปกติ",
"Good password" : "รหัสผ่านระดับดี",
"Strong password" : "รหัสผ่านระดับดีมาก",
"Non-existing tag #{tag}" : "แท็ก #{tag} ไม่มีอยู่",
"restricted" : "จำกัด",
"invisible" : "ซ่อนสถานะ",
"Delete" : "ลบ",
"Rename" : "เปลี่ยนชื่อ",
"Personal" : "ส่วนตัว",
"Users" : "ผู้ใช้",
"Apps" : "แอป",
"Admin" : "ผู้ดูแลระบบ",
"Help" : "ช่วยเหลือ",
"Access forbidden" : "การเข้าถึงถูกหวงห้าม",
"File not found" : "ไม่พบไฟล์",
"Back to %s" : "กลับสู่ %s",
"Too many requests" : "คำขอมากเกินไป",
"Error" : "ข้อผิดพลาด",
"Internal Server Error" : "เกิดข้อผิดพลาดภายในเซิร์ฟเวอร์",
"More details can be found in the server log." : "รายละเอียดเพิ่มเติมสามารถดูได้ที่บันทึกของระบบเซิร์ฟเวอร์",
"Technical details" : "รายละเอียดทางเทคนิค",
"Remote Address: %s" : "ที่อยู่รีโมท: %s",
"Request ID: %s" : "คำขอ ID: %s",
"Type: %s" : "ชนิด: %s",
"Code: %s" : "โค้ด: %s",
"Message: %s" : "ข้อความ: %s",
"File: %s" : "ไฟล์: %s",
"Line: %s" : "ไลน์: %s",
"Trace" : "ร่องรอย",
"Security warning" : "คำเตือนการรักษาความปลอดภัย",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "ข้อมูลไดเรกทอรีและไฟล์ของคุณ อาจไม่สามารถเข้าถึงได้จากอินเทอร์เน็ตเพราะ htaccess ไฟล์ไม่ทำงาน",
"Create an <strong>admin account</strong>" : "สร้าง <strong>บัญชีผู้ดูแลระบบ</strong>",
"Username" : "ชื่อผู้ใช้งาน",
"Storage & database" : "พื้นที่จัดเก็บข้อมูลและฐานข้อมูล",
"Data folder" : "โฟลเดอร์เก็บข้อมูล",
"Configure the database" : "ตั้งค่าฐานข้อมูล",
"Only %s is available." : "เฉพาะ %s สามารถใช้ได้",
"Install and activate additional PHP modules to choose other database types." : "ติดตั้งและเปิดใช้งานโมดูล PHP เพิ่มเติมเพื่อเลือกชนิดฐานข้อมูลอื่นๆ",
"For more details check out the documentation." : "สำหรับรายละเอียดเพิ่มเติมสามารถตรวจสอบได้ที่ <a href=\"%s\" target=\"_blank\">เอกสาร</a>",
"Database user" : "ชื่อผู้ใช้งานฐานข้อมูล",
"Database password" : "รหัสผ่านฐานข้อมูล",
"Database name" : "ชื่อฐานข้อมูล",
"Database tablespace" : "พื้นที่ตารางในฐานข้อมูล",
"Database host" : "Database host",
"Performance warning" : "คำเตือนเรื่องประสิทธิภาพการทำงาน",
"Finish setup" : "ตั้งค่าให้เสร็จ",
"Finishing …" : "กำลังเสร็จสิ้น ...",
"Need help?" : "ต้องการความช่วยเหลือ?",
"See the documentation" : "ดูเอกสารประกอบ",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "โปรแกรมนี้ต้องการ JavaScript สำหรับการทำงานที่ถูกต้อง กรุณา{linkstart}เปิดใช้งาน JavaScript{linkend} และโหลดหน้าเว็บใหม่",
"Get your own free account" : "รับบัญชีฟรีของคุณ",
"More" : "เพิ่มเติม",
"Contacts" : "รายชื่อผู้ติดต่อ",
"Grant access" : "อนุญาตให้เข้าถึง",
"Account access" : "การเข้าถึงบัญชี",
"You are about to grant %1$s access to your %2$s account." : "คุณกำลังจะอนุญาตให้ %1$s เข้าถึงบัญชี %2$s ของคุณ",
"Account connected" : "เชื่อมต่อบัญชีแล้ว",
"Your client should now be connected!" : "ไคลเอ็นต์ของคุณควรได้รับการเชื่อมต่อแล้ว",
"You can close this window." : "คุณสามารถปิดหน้าต่างนี้ได้",
"This share is password-protected" : "การแชร์นี้มีการป้องกันด้วยรหัสผ่าน",
"The password is wrong. Try again." : "รหัสผ่านไม่ถูกต้อง กรุณาลองอีกครั้ง",
"Use backup code" : "ใช้รหัสสำรอง",
"Cancel login" : "ยกเลิกการเข้าสู่ระบบ",
"App update required" : "จำเป็นต้องอัปเดตแอป",
"%1$s will be updated to version %2$s" : "%1$s จะถูกอัปเดตเป็นรุ่น %2$s",
"The following apps will be updated:" : "แอปต่อไปนี้จะถูกอัปเดต:",
"These incompatible apps will be disabled:" : "แอปเหล่านี้เข้ากันไม่ได้ และจะถูกปิดการใช้งาน:",
"The theme %s has been disabled." : "ธีม %s ถูกปิดการใช้งาน",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "โปรดตรวจสอบว่าได้ทำการสำรองข้อมูลของฐานข้อมูล โฟลเดอร์การตั้งค่า และโฟลเดอร์ข้อมูลก่อนดำเนินการ",
"Start update" : "เริ่มต้นอัปเดต",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "เพื่อหลีกเลี่ยงการหมดเวลากับการติดตั้งขนาดใหญ่ คุณสามารถเรียกใช้คำสั่งต่อไปนี้จากไดเรกทอรีการติดตั้งของคุณ:",
"Update needed" : "จำเป็นต้องอัปเดต",
"Maintenance mode" : "โหมดการบำรุงรักษา",
"This %s instance is currently in maintenance mode, which may take a while." : "เซิร์ฟเวอร์ %s นี้อยู่ในโหมดการบำรุงรักษา ซึ่งอาจใช้เวลาสักครู่",
"This page will refresh itself when the instance is available again." : "หน้านี้จะรีเฟรชตัวเองเมื่อเซิร์ฟเวอร์สามารถใช้ได้อีกครั้ง",
"Contact your system administrator if this message persists or appeared unexpectedly." : "ติดต่อผู้ดูแลระบบของคุณหากข้อความนี้ยังคงมีอยู่หรือปรากฏโดยไม่คาดคิด",
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "กำลังตรวจสอบว่าฐานข้อมูล schema สามารถอัพเดทได้หรือไม่ (นี้อาจใช้เวลานานขึ้นอยู่กับขนาดของฐานข้อมูล)",
"Checked database schema update" : "Schema อัพเดตของฐานข้อมูลถูกตรวจสอบ",
"Checking updates of apps" : "กำลังตรวจสอบการอัปเดตของแอป",
"Checked database schema update for apps" : "Schema อัพเดตของฐานข้อมูลสำหรับแอพฯ",
"Continue to Nextcloud" : "เข้าสู่ NextCloud",
"_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["การอัปเดตเสร็จสมบูรณ์ กำลังนำคุณไปที่ NextCloud ใน %n วินาที"],
"Password can not be changed. Please contact your administrator." : "ไม่สามารถเปลี่ยนรหัสผ่าน กรุณาติดต่อผู้ดูแลระบบ"
},
"nplurals=1; plural=0;");

215
core/l10n/th.json Normal file
View file

@ -0,0 +1,215 @@
{ "translations": {
"Please select a file." : "กรุณาเลือกไฟล์",
"File is too big" : "ไฟล์ใหญ่เกินไป",
"The selected file is not an image." : "ไฟล์ที่เลือกไม่ใช่รูปภาพ",
"The selected file cannot be read." : "ไม่สามารถอ่านไฟล์ที่เลือก",
"The file was uploaded" : "ไฟล์อัปโหลดแล้ว",
"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 file was only partially uploaded" : "ไฟล์ถูกอัปโหลดเพียงบางส่วน",
"No file was uploaded" : "ไม่มีไฟล์ที่ถูกอัปโหลด",
"Missing a temporary folder" : "โฟลเดอร์ชั่วคราวเกิดการสูญหาย",
"Could not write file to disk" : "ไม่สามารถเขียนไฟล์ลงดิสก์",
"A PHP extension stopped the file upload" : "ส่วนขยาย PHP ได้หยุดการอัปโหลดไฟล์",
"Invalid file provided" : "ระบุไฟล์ไม่ถูกต้อง",
"No image or file provided" : "ไม่มีรูปภาพหรือไฟล์ที่ระบุ",
"Unknown filetype" : "ชนิดไฟล์ที่ไม่รู้จัก",
"Invalid image" : "รูปภาพไม่ถูกต้อง",
"An error occurred. Please contact your admin." : "เกิดข้อผิดพลาด กรุณาติดต่อผู้ดูแลระบบของคุณ",
"No temporary profile picture available, try again" : "ไม่มีรูปภาพโปรไฟล์ชั่วคราว กรุณาลองใหม่อีกครั้ง",
"No crop data provided" : "ไม่ได้ระบุข้อมูลการครอบตัด",
"No valid crop data provided" : "ไม่ได้ระบุข้อมูลการครอบตัดที่ถูกต้อง",
"Crop is not square" : "การครอบตัดไม่เป็นสี่เหลี่ยม",
"State token does not match" : "โทเค็นสถานะไม่ตรงกัน",
"Invalid app password" : "รหัสผ่านแอปไม่ถูกต้อง",
"Could not complete login" : "ไม่สามารถดำเนินการเข้าสู่ระบบ",
"Your login token is invalid or has expired" : "โทเค็นเข้าสู่ระบบของคุณไม่ถูกต้องหรือหมดอายุแล้ว",
"Password reset is disabled" : "การตั้งรหัสผ่านใหม่ถูกปิดใช้งาน",
"Couldn't reset password because the token is invalid" : "ไม่สามารถตั้งรหัสผ่านใหม่เพราะโทเค็นไม่ถูกต้อง",
"Couldn't reset password because the token is expired" : "ไม่สามารถตั้งค่ารหัสผ่านเพราะโทเค็นหมดอายุ",
"%s password reset" : "ตั้งรหัสผ่าน %s ใหม่",
"Password reset" : "ตั้งรหัสผ่านใหม่",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "คลิกปุ่มด้านล่างเพื่อตั้งรหัสผ่านของคุณใหม่ หากคุณไม่ได้ขอการตั้งรหัสผ่านใหม่ สามารถเพิกเฉยอีเมลนี้",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "คลิกลิงก์ด้านล่างเพื่อตั้งรหัสผ่านของคุณใหม่ หากคุณไม่ได้ขอการตั้งรหัสผ่านใหม่ สามารถเพิกเฉยอีเมลนี้",
"Reset your password" : "ตั้งรหัสผ่านของคุณใหม่",
"Nextcloud Server" : "เซิร์ฟเวอร์ Nextcloud",
"Preparing update" : "กำลังเตรียมอัปเดต",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "ขั้นตอนการซ่อมแซม:",
"Repair info:" : "ข้อมูลการซ่อมแซม:",
"Repair warning:" : "คำเตือนการซ่อมแซม:",
"Repair error:" : "ข้อผิดพลาดการซ่อมแซม:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "กรุณาใช้คำสั่งการปรับปรุงเพราะการปรับปรุงอัตโนมัติถูกปิดใช้งานใน config.php",
"[%d / %d]: Checking table %s" : "[%d / %d]: กำลังตรวจสอบตาราง %s",
"Turned on maintenance mode" : "เปิดโหมดการบำรุงรักษา",
"Turned off maintenance mode" : "ปิดโหมดการบำรุงรักษา",
"Maintenance mode is kept active" : "โหมดการบำรุงรักษาจะถูกเปิดไว้",
"Updating database schema" : "กำลังอัพเดทฐานข้อมูล schema",
"Updated database" : "อัปเดตฐานข้อมูลแล้ว",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "กำลังตรวจสอบว่าฐานข้อมูลสำหรับ schema สำหรับ %s สามารถอัปเดตได้หรือไม่ (อาจใช้เวลานาน ขึ้นอยู่กับขนาดของฐานข้อมูล)",
"Updated \"%1$s\" to %2$s" : "อัปเดต \"%1$s\" เป็น %2$s แล้ว",
"Set log level to debug" : "ตั้งค่าระดับบันทึกเป็น debug",
"Reset log level" : "ตั้งค่าระดับบันทึกใหม่",
"Starting code integrity check" : "กำลังเริ่มต้นรหัสตรวจสอบความสมบูรณ์",
"Finished code integrity check" : "ตรวจสอบความสมบูรณ์ของรหัสเสร็จสิ้น",
"%s (incompatible)" : "%s (เข้ากันไม่ได้)",
"The following apps have been disabled: %s" : "แอปต่อไปนี้ถูกปิดการใช้งาน: %s",
"Already up to date" : "ล่าสุดแล้ว",
"Error occurred while checking server setup" : "เกิดข้อผิดพลาดขณะตรวจสอบการติดตั้งเซิร์ฟเวอร์",
"unknown text" : "ข้อความที่ไม่รู้จัก",
"Hello world!" : "สวัสดีทุกคน!",
"sunny" : "แดดมาก",
"Hello {name}, the weather is {weather}" : "สวัสดี {name} สภาพอากาศวันนี้มี{weather}",
"Hello {name}" : "สวัสดี {name}",
"new" : "ใหม่",
"_download %n file_::_download %n files_" : ["ดาวน์โหลด %n ไฟล์"],
"Update to {version}" : "อัปเดตเป็น {version}",
"An error occurred." : "เกิดข้อผิดพลาด",
"Please reload the page." : "โปรดโหลดหน้าเว็บใหม่",
"Continue to {productName}" : "ดำเนินการต่อสู่ {productName}",
"_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["การอัปเดตเสร็จสมบูรณ์ กำลังนำคุณไปที่ {productName} ใน %n วินาที"],
"Log in" : "เข้าสู่ระบบ",
"Logging in …" : "กำลังเข้าสู่ระบบ ...",
"Server side authentication failed!" : "การรับรองความถูกต้องจากเซิร์ฟเวอร์ล้มเหลว!",
"Please contact your administrator." : "กรุณาติดต่อผู้ดูแลระบบ",
"An internal error occurred." : "เกิดข้อผิดพลาดภายใน",
"Please try again or contact your administrator." : "โปรดลองอีกครั้งหรือติดต่อผู้ดูแลระบบ",
"Username or email" : "ชื่อผู้ใช้หรืออีเมล",
"Password" : "รหัสผ่าน",
"Wrong username or password." : "ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง",
"User disabled" : "ผู้ใช้ถูกปิดใช้งาน",
"Browser not supported" : "ไม่รองรับเบราว์เซอร์",
"Passwordless authentication is not supported in your browser." : "เบราว์เซอร์ของคุณไม่รองรับการรับรองความถูกต้องแบบไร้รหัสผ่าน",
"Your connection is not secure" : "การเชื่อมต่อของคุณไม่ปลอดภัย",
"Reset password" : "เปลี่ยนรหัสผ่านใหม่",
"Couldn't send reset email. Please contact your administrator." : "ไม่สามารถส่งข้อมูลการตั้งค่าไปยังอีเมลของคุณ กรุณาติดต่อผู้ดูแลระบบ",
"Back to login" : "กลับสู่หน้าเข้าสู่ระบบ",
"New password" : "รหัสผ่านใหม่",
"I know what I'm doing" : "ฉันรู้ว่าฉันกำลังทำอะไรอยู่",
"Resetting password" : "กำลังตั้งรหัสผ่านใหม่",
"Recommended apps" : "แอปแนะนำ",
"Loading apps …" : "กำลังโหลดแอป …",
"Cancel" : "ยกเลิก",
"Back" : "ย้อนกลับ",
"Search" : "ค้นหา",
"Settings" : "ตั้งค่า",
"No" : "ไม่",
"Yes" : "ใช่",
"No files in here" : "ไม่มีไฟล์ที่นี่",
"New folder" : "โฟลเดอร์ใหม่",
"Name" : "ชื่อ",
"Size" : "ขนาด",
"Modified" : "แก้ไขเมื่อ",
"\"{name}\" is an invalid file name." : "\"{name}\" เป็นชื่อไฟล์ที่ไม่ถูกต้อง",
"File name cannot be empty." : "ชื่อไฟล์ไม่สามารถเว้นว่างได้",
"\"{name}\" is not an allowed filetype" : "\"{name}\" ไม่ใช่ประเภทไฟล์ที่อนุญาต",
"{newName} already exists" : "{newName} มีอยู่แล้ว",
"Choose" : "เลือก",
"Copy" : "คัดลอก",
"Move" : "ย้าย",
"Error loading file picker template: {error}" : "เกิดข้อผิดพลาดขณะกำลังโหลดไฟล์เทมเพลต: {error}",
"OK" : "ตกลง",
"Error loading message template: {error}" : "เกิดข้อผิดพลาดขณะกำลังโหลดเทมเพลตข้อความ: {error} ",
"read-only" : "อ่านอย่างเดียว",
"_{count} file conflict_::_{count} file conflicts_" : ["ไฟล์มีปัญหา {count} ไฟล์"],
"One file conflict" : "มีหนึ่งไฟล์ที่มีปัญหา",
"New Files" : "วางทับไฟล์เดิม",
"Already existing files" : "เขียนไฟล์ใหม่",
"Which files do you want to keep?" : "คุณต้องการเก็บไฟล์ไหน?",
"If you select both versions, the copied file will have a number added to its name." : "ถ้าคุณเลือกทั้งสองรุ่น ชื่อของไฟล์ที่ถูกคัดลอกจะมีตัวเลขเพิ่มเข้าไป",
"Continue" : "ดำเนินการต่อ",
"(all selected)" : "(เลือกทั้งหมด)",
"({count} selected)" : "(เลือก {count} รายการ)",
"Error loading file exists template" : "เกิดข้อผิดพลาดขณะโหลดไฟล์เทมเพลตที่มีอยู่",
"Pending" : "อยู่ระหว่างดำเนินการ",
"Copy to {folder}" : "คัดลอกไปยัง {folder}",
"Move to {folder}" : "ย้ายไปยัง {folder}",
"Authentication required" : "จำเป็นต้องตรวจสอบความถูกต้อง",
"seconds ago" : "วินาที ก่อนหน้านี้",
"Very weak password" : "รหัสผ่านระดับต่ำมาก",
"Weak password" : "รหัสผ่านระดับต่ำ",
"So-so password" : "รหัสผ่านระดับปกติ",
"Good password" : "รหัสผ่านระดับดี",
"Strong password" : "รหัสผ่านระดับดีมาก",
"Non-existing tag #{tag}" : "แท็ก #{tag} ไม่มีอยู่",
"restricted" : "จำกัด",
"invisible" : "ซ่อนสถานะ",
"Delete" : "ลบ",
"Rename" : "เปลี่ยนชื่อ",
"Personal" : "ส่วนตัว",
"Users" : "ผู้ใช้",
"Apps" : "แอป",
"Admin" : "ผู้ดูแลระบบ",
"Help" : "ช่วยเหลือ",
"Access forbidden" : "การเข้าถึงถูกหวงห้าม",
"File not found" : "ไม่พบไฟล์",
"Back to %s" : "กลับสู่ %s",
"Too many requests" : "คำขอมากเกินไป",
"Error" : "ข้อผิดพลาด",
"Internal Server Error" : "เกิดข้อผิดพลาดภายในเซิร์ฟเวอร์",
"More details can be found in the server log." : "รายละเอียดเพิ่มเติมสามารถดูได้ที่บันทึกของระบบเซิร์ฟเวอร์",
"Technical details" : "รายละเอียดทางเทคนิค",
"Remote Address: %s" : "ที่อยู่รีโมท: %s",
"Request ID: %s" : "คำขอ ID: %s",
"Type: %s" : "ชนิด: %s",
"Code: %s" : "โค้ด: %s",
"Message: %s" : "ข้อความ: %s",
"File: %s" : "ไฟล์: %s",
"Line: %s" : "ไลน์: %s",
"Trace" : "ร่องรอย",
"Security warning" : "คำเตือนการรักษาความปลอดภัย",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "ข้อมูลไดเรกทอรีและไฟล์ของคุณ อาจไม่สามารถเข้าถึงได้จากอินเทอร์เน็ตเพราะ htaccess ไฟล์ไม่ทำงาน",
"Create an <strong>admin account</strong>" : "สร้าง <strong>บัญชีผู้ดูแลระบบ</strong>",
"Username" : "ชื่อผู้ใช้งาน",
"Storage & database" : "พื้นที่จัดเก็บข้อมูลและฐานข้อมูล",
"Data folder" : "โฟลเดอร์เก็บข้อมูล",
"Configure the database" : "ตั้งค่าฐานข้อมูล",
"Only %s is available." : "เฉพาะ %s สามารถใช้ได้",
"Install and activate additional PHP modules to choose other database types." : "ติดตั้งและเปิดใช้งานโมดูล PHP เพิ่มเติมเพื่อเลือกชนิดฐานข้อมูลอื่นๆ",
"For more details check out the documentation." : "สำหรับรายละเอียดเพิ่มเติมสามารถตรวจสอบได้ที่ <a href=\"%s\" target=\"_blank\">เอกสาร</a>",
"Database user" : "ชื่อผู้ใช้งานฐานข้อมูล",
"Database password" : "รหัสผ่านฐานข้อมูล",
"Database name" : "ชื่อฐานข้อมูล",
"Database tablespace" : "พื้นที่ตารางในฐานข้อมูล",
"Database host" : "Database host",
"Performance warning" : "คำเตือนเรื่องประสิทธิภาพการทำงาน",
"Finish setup" : "ตั้งค่าให้เสร็จ",
"Finishing …" : "กำลังเสร็จสิ้น ...",
"Need help?" : "ต้องการความช่วยเหลือ?",
"See the documentation" : "ดูเอกสารประกอบ",
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "โปรแกรมนี้ต้องการ JavaScript สำหรับการทำงานที่ถูกต้อง กรุณา{linkstart}เปิดใช้งาน JavaScript{linkend} และโหลดหน้าเว็บใหม่",
"Get your own free account" : "รับบัญชีฟรีของคุณ",
"More" : "เพิ่มเติม",
"Contacts" : "รายชื่อผู้ติดต่อ",
"Grant access" : "อนุญาตให้เข้าถึง",
"Account access" : "การเข้าถึงบัญชี",
"You are about to grant %1$s access to your %2$s account." : "คุณกำลังจะอนุญาตให้ %1$s เข้าถึงบัญชี %2$s ของคุณ",
"Account connected" : "เชื่อมต่อบัญชีแล้ว",
"Your client should now be connected!" : "ไคลเอ็นต์ของคุณควรได้รับการเชื่อมต่อแล้ว",
"You can close this window." : "คุณสามารถปิดหน้าต่างนี้ได้",
"This share is password-protected" : "การแชร์นี้มีการป้องกันด้วยรหัสผ่าน",
"The password is wrong. Try again." : "รหัสผ่านไม่ถูกต้อง กรุณาลองอีกครั้ง",
"Use backup code" : "ใช้รหัสสำรอง",
"Cancel login" : "ยกเลิกการเข้าสู่ระบบ",
"App update required" : "จำเป็นต้องอัปเดตแอป",
"%1$s will be updated to version %2$s" : "%1$s จะถูกอัปเดตเป็นรุ่น %2$s",
"The following apps will be updated:" : "แอปต่อไปนี้จะถูกอัปเดต:",
"These incompatible apps will be disabled:" : "แอปเหล่านี้เข้ากันไม่ได้ และจะถูกปิดการใช้งาน:",
"The theme %s has been disabled." : "ธีม %s ถูกปิดการใช้งาน",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "โปรดตรวจสอบว่าได้ทำการสำรองข้อมูลของฐานข้อมูล โฟลเดอร์การตั้งค่า และโฟลเดอร์ข้อมูลก่อนดำเนินการ",
"Start update" : "เริ่มต้นอัปเดต",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "เพื่อหลีกเลี่ยงการหมดเวลากับการติดตั้งขนาดใหญ่ คุณสามารถเรียกใช้คำสั่งต่อไปนี้จากไดเรกทอรีการติดตั้งของคุณ:",
"Update needed" : "จำเป็นต้องอัปเดต",
"Maintenance mode" : "โหมดการบำรุงรักษา",
"This %s instance is currently in maintenance mode, which may take a while." : "เซิร์ฟเวอร์ %s นี้อยู่ในโหมดการบำรุงรักษา ซึ่งอาจใช้เวลาสักครู่",
"This page will refresh itself when the instance is available again." : "หน้านี้จะรีเฟรชตัวเองเมื่อเซิร์ฟเวอร์สามารถใช้ได้อีกครั้ง",
"Contact your system administrator if this message persists or appeared unexpectedly." : "ติดต่อผู้ดูแลระบบของคุณหากข้อความนี้ยังคงมีอยู่หรือปรากฏโดยไม่คาดคิด",
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "กำลังตรวจสอบว่าฐานข้อมูล schema สามารถอัพเดทได้หรือไม่ (นี้อาจใช้เวลานานขึ้นอยู่กับขนาดของฐานข้อมูล)",
"Checked database schema update" : "Schema อัพเดตของฐานข้อมูลถูกตรวจสอบ",
"Checking updates of apps" : "กำลังตรวจสอบการอัปเดตของแอป",
"Checked database schema update for apps" : "Schema อัพเดตของฐานข้อมูลสำหรับแอพฯ",
"Continue to Nextcloud" : "เข้าสู่ NextCloud",
"_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["การอัปเดตเสร็จสมบูรณ์ กำลังนำคุณไปที่ NextCloud ใน %n วินาที"],
"Password can not be changed. Please contact your administrator." : "ไม่สามารถเปลี่ยนรหัสผ่าน กรุณาติดต่อผู้ดูแลระบบ"
},"pluralForm" :"nplurals=1; plural=0;"
}