зеркало из https://github.com/nextcloud/cookbook.git
27 строки
849 B
JavaScript
27 строки
849 B
JavaScript
OC.L10N.register(
|
|
"cookbook",
|
|
{
|
|
"in %s" : "ใน %s",
|
|
"None" : "ไม่มี",
|
|
"Page not found" : "ไม่พบหน้า",
|
|
"Edit" : "แก้ไข",
|
|
"Save" : "บันทึก",
|
|
"Search" : "ค้นหา",
|
|
"Filter" : "ตัวกรอง",
|
|
"Category" : "หมวดหมู่",
|
|
"Tags" : "แท็ก",
|
|
"Categories" : "หมวดหมู่",
|
|
"Rename" : "เปลี่ยนชื่อ",
|
|
"Add" : "เพิ่ม",
|
|
"Name" : "ชื่อ",
|
|
"Dismiss" : "ปิดทิ้ง",
|
|
"Cancel" : "ยกเลิก",
|
|
"OK" : "ตกลง",
|
|
"Description" : "คำอธิบาย",
|
|
"URL" : "URL",
|
|
"Loading…" : "กำลังโหลด...",
|
|
"Clear" : "ล้าง",
|
|
"Apply" : "นำไปใช้"
|
|
},
|
|
"nplurals=1; plural=0;");
|