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: { 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: 'ไม่พบข้อมูล'