Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Thai lang #1

Merged
merged 1 commit into from Jul 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions src/global/i18n.js
Expand Up @@ -623,7 +623,7 @@ module.exports = {
cancelText: "ยกเลิก",
OKText: "ตกลง",

fullScreen: "ขนายเต็มจอ",
fullScreen: "ขยายเต็มจอ",
quitFullScreen: "ขนาดปกติ",
sourceCode: "โค้ด",
preview: "ก่อนหน้า",
Expand Down Expand Up @@ -684,10 +684,10 @@ module.exports = {

previewMsg: 'เนื้อหา',
deleteDraftItem: "ลบแบบร่าง",
draftTipMsg: "Draft Box--สามารถกด Ctrl+S หรือ Cmd+S บันทึกร่างข้อความ, คลิกเพิ่มเปิด.",
draftTipMsg: "สามารถกด Ctrl+S หรือ Cmd+S บันทึกร่างข้อความ, คลิกเพิ่มเปิด.",
draftModalTitle: "รายการแบบร่าง",
confirmUseDraft: "ขณะนี้ได้บันทึกลงไปแบบร่างแล้ว, ต่อไป?",
draftCautionMsg: "บันทึกแบบร่างอัตโนมัติทุก นาที, คุณสามารถบันทึกด้วยตนเอง โดยกด Ctrl+S หรือ Cmd+S, ไม่สามารถบันทึกได้หากมีข้อความต่ำกว่า 20 ข้อความ.",
confirmUseDraft: "ยืนยันการบันทึกแบบร่าง ดำเนินการต่อไป?",
draftCautionMsg: "บันทึกแบบร่างอัตโนมัติทุก 1 นาที, คุณสามารถบันทึกด้วยตนเอง โดยกด Ctrl+S หรือ Cmd+S, สามารถบันทึกได้เมื่อมีข้อความมากกว่า 20 ข้อความ",

autoSave: "บันทึกแบบร่างอัตโนมัติ",

Expand All @@ -698,24 +698,24 @@ module.exports = {
chkAutoWaterMask: "เพิ่มลายน้ำอัตโนมัติ",

uploadingTipMsg: "กรุณาอัตโหลด",
limitCountTip: "จำนวนสูงสุด $limit$ ไฟล์, ในการเพิ่มแต่ละครั้ง",
limitCountTip: "จำนวนสูงสุด $limit$ ไฟล์, ในการอัพโหลดแต่ละครั้ง",
btnUpload: "คลิกเพื่ออัพโหลด",
manuallyUploadTip: "คุณสามารถเพิ่มรูปภาพด้วยตนเอง, 'Enter' เพื่อยืนยัน",
limitAndTypeTip: "คุณสามารถอัพโหลดได้ $limit$ ไฟล์.($type$)",
limitAndTypeTip: "คุณสามารถอัพโหลดขนาด $limit$ และนามสกุล($type$)",

auto: "[AUTO]",
height: "ความสูง",
width: "ความกว้าง",
zoomTipMsg: "ขยาดออก หรือ ขยาดเข้า เมื่อขนาดรูปภาพระหว่าง $targetSize$ ถึง $accordingSize$ ",
pleaseUploading: "please uploading",
zoomTipMsg: "สามารถขยายออก หรือ ขยายเข้า เมื่อขนาดรูปภาพระหว่าง $targetSize$ ถึง $accordingSize$ ",
pleaseUploading: "กรุณาอัพโหลด",
watermarkPos: {
north: "บน",
northWest: "ซ้ายบน",
northCenter: "บนตรงกลาง",
northEast: "ขวาบน",
center: "ตรงกลาง",
west: "ซ้าย",
centerCenter: "ลอยอยู่ตรงกลาง",
centerCenter: "ตรงกลาง",
east: "ขวา",
south: "ล่าง",
southWest: "ซ้ายล่าง",
Expand Down