mirror of https://github.com/ElemeFE/element
Transfer: add Thai translation for Transfer
parent
cde441fb79
commit
2a5ca0374a
|
@ -101,20 +101,20 @@ export default {
|
||||||
transfer: {
|
transfer: {
|
||||||
noMatch: 'ไม่พบข้อมูลที่ตรงกัน',
|
noMatch: 'ไม่พบข้อมูลที่ตรงกัน',
|
||||||
noData: 'ไม่พบข้อมูล',
|
noData: 'ไม่พบข้อมูล',
|
||||||
titles: ['List 1', 'List 2'], // to be translated
|
titles: ['รายการที่ 1', 'รายการที่ 2'],
|
||||||
filterPlaceholder: 'กรอกคีย์เวิร์ด',
|
filterPlaceholder: 'กรอกคีย์เวิร์ด',
|
||||||
noCheckedFormat: '{total} items', // to be translated
|
noCheckedFormat: 'ทั้งหมด {total} ตัวเลือก',
|
||||||
hasCheckedFormat: '{checked}/{total} checked' // to be translated
|
hasCheckedFormat: '{checked} จาก {total} ถูกเลือก'
|
||||||
},
|
},
|
||||||
image: {
|
image: {
|
||||||
error: 'FAILED' // to be translated
|
error: 'ผิดพลาด'
|
||||||
},
|
},
|
||||||
pageHeader: {
|
pageHeader: {
|
||||||
title: 'ย้อนกลับ'
|
title: 'ย้อนกลับ'
|
||||||
},
|
},
|
||||||
popconfirm: {
|
popconfirm: {
|
||||||
confirmButtonText: 'Yes', // to be translated
|
confirmButtonText: 'ใช่',
|
||||||
cancelButtonText: 'No' // to be translated
|
cancelButtonText: 'ไม่'
|
||||||
},
|
},
|
||||||
empty: {
|
empty: {
|
||||||
description: 'ไม่พบข้อมูล'
|
description: 'ไม่พบข้อมูล'
|
||||||
|
|
Loading…
Reference in New Issue