1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-27 15:33:48 +01:00

Start again

This commit is contained in:
2020-10-04 17:14:00 +02:00
parent c0d3912413
commit 091f119048
4382 changed files with 1762543 additions and 9606 deletions

29
vendors/parsleyjs/dist/i18n/th.js vendored Normal file
View File

@@ -0,0 +1,29 @@
// Validation errors messages for Parsley
// Load this after Parsley
Parsley.addMessages('th', {
defaultMessage: "ค่านี้ดูเหมือนว่าจะไม่ถูกต้อง",
type: {
email: "ค่านี้ควรจะเป็นอีเมลที่ถูกต้อง",
url: "ค่านี้ควรจะเป็น url ที่ถูกต้อง",
number: "ค่านี้ควรจะเป็นตัวเลขที่ถูกต้อง",
integer: "ค่านี้ควรจะเป็นจำนวนเต็มที่ถูกต้อง",
digits: "ค่านี้ควรเป็นทศนิยมที่ถูกต้อง",
alphanum: "ค่านี้ควรเป็นอักขระตัวอักษรหรือตัวเลขที่ถูกต้อง"
},
notblank: "ค่านี้ไม่ควรจะว่าง",
required: "ค่านี้จำเป็น",
pattern: "ค่านี้ดูเหมือนว่าจะไม่ถูกต้อง",
min: "ค่านี้ควรมากกว่าหรือเท่ากับ %s.",
max: "ค่านี้ควรจะน้อยกว่าหรือเท่ากับ %s.",
range: "ค่ายี้ควรจะอยู่ระหว่าง %s และ %s.",
minlength: "ค่านี้สั้นเกินไป ควรจะมี %s อักขระหรือมากกว่า",
maxlength: "ค่านี้ยาวเกินไป ควรจะมี %s อักขระหรือน้อยกว่า",
length: "ความยาวของค่านี้ไม่ถูกต้อง ควรมีความยาวอยู่ระหว่าง %s และ %s อักขระ",
mincheck: "คุณควรเลือกอย่างน้อย %s ตัวเลือก",
maxcheck: "คุณควรเลือก %s ตัวเลือกหรือน้อยกว่า",
check: "คุณควรเลือกระหว่าง %s และ %s ตัวเลือก",
equalto: "ค่านี้ควรจะเหมือนกัน"
});
Parsley.setLocale('th');