зеркало из https://github.com/nextcloud/deck.git
16 строки
949 B
JavaScript
16 строки
949 B
JavaScript
OC.L10N.register(
|
|
"deck",
|
|
{
|
|
"Personal" : "ส่วนตัว",
|
|
"Done" : "Done",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "ไฟล์ที่อัพโหลดมีขนาดไฟล์ใหญ่เกินจำนวนที่กำหนดไว้ในคำสั่ง MAX_FILE_SIZE ที่ถูกระบุไว้ในรูปแบบของ HTML",
|
|
"No file was uploaded" : "ไม่มีไฟล์ที่ถูกอัพโหลด",
|
|
"Missing a temporary folder" : "โฟลเดอร์ชั่วคราวเกิดการสูญหาย",
|
|
"Edit" : "แก้ไข",
|
|
"Tags" : "ป้ายกำกับ",
|
|
"Due date" : "วันที่ครบกำหนด",
|
|
"Description" : "รายละเอียด",
|
|
"Settings" : "ตั้งค่า"
|
|
},
|
|
"nplurals=1; plural=0;");
|