Transfer: add Thai translation for Transfer

pull/21100/head
Any More 2021-06-25 00:17:20 +07:00 committed by GitHub
parent cde441fb79
commit 2a5ca0374a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -101,20 +101,20 @@ export default {
transfer: {
noMatch: 'ไม่พบข้อมูลที่ตรงกัน',
noData: 'ไม่พบข้อมูล',
titles: ['List 1', 'List 2'], // to be translated
titles: ['รายการที่ 1', 'รายการที่ 2'],
filterPlaceholder: 'กรอกคีย์เวิร์ด',
noCheckedFormat: '{total} items', // to be translated
hasCheckedFormat: '{checked}/{total} checked' // to be translated
noCheckedFormat: 'ทั้งหมด {total} ตัวเลือก',
hasCheckedFormat: '{checked} จาก {total} ถูกเลือก'
},
image: {
error: 'FAILED' // to be translated
error: 'ผิดพลาด'
},
pageHeader: {
title: 'ย้อนกลับ'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'ใช่',
cancelButtonText: 'ไม่'
},
empty: {
description: 'ไม่พบข้อมูล'