fix: Update km.js (#20077)

Update Khmer translate
pull/20344/head
vc3nt 2020-10-27 15:00:46 +07:00 committed by GitHub
parent 8bac0dad5b
commit d300b8c10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ export default {
clear: 'លុប' clear: 'លុប'
}, },
datepicker: { datepicker: {
now: 'ឥឡូវនេះ', now: 'ឥឡូវនេះ',
today: 'ថ្ងៃនេះ', today: 'ថ្ងៃនេះ',
cancel: 'បោះបង់', cancel: 'បោះបង់',
clear: 'លុប', clear: 'លុប',
@ -33,10 +33,10 @@ export default {
month10: 'តុលា', month10: 'តុលា',
month11: 'វិច្ឆកា', month11: 'វិច្ឆកា',
month12: 'ធ្នូ', month12: 'ធ្នូ',
// week: 'week', week: 'សប្តាហ៍',
weeks: { weeks: {
sun: 'អាទិត្យ', sun: 'អាទិត្យ',
mon: 'Mon', mon: 'ច័ន្ទ',
tue: 'អង្គារ', tue: 'អង្គារ',
wed: 'ពុធ', wed: 'ពុធ',
thu: 'ព្រ.ហ', thu: 'ព្រ.ហ',
@ -107,14 +107,14 @@ export default {
hasCheckedFormat: '{checked}/{total} បានគូសធីក' hasCheckedFormat: '{checked}/{total} បានគូសធីក'
}, },
image: { image: {
error: 'FAILED' // to be translated error: 'បរាជ័យ'
}, },
pageHeader: { pageHeader: {
title: 'Back' // to be translated title: 'Back'
}, },
popconfirm: { popconfirm: {
confirmButtonText: 'Yes', // to be translated confirmButtonText: 'ព្រម',
cancelButtonText: 'No' // to be translated cancelButtonText: 'មិនព្រម'
} }
} }
}; };