mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
fix: some incorrect translation for km_KH (#33738)
* Add km_KH locale to component * Add test and docs * Fix typo * Add test snapshot * Fix translation * Add test
This commit is contained in:
parent
0092253460
commit
121937186b
@ -167819,7 +167819,7 @@ exports[`Locale Provider should display the text as km 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
យល់ព្រម
|
||||
បោះបង់
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
@ -169383,7 +169383,7 @@ exports[`Locale Provider should display the text as km 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
យល់ព្រម
|
||||
បោះបង់
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
|
@ -26,18 +26,18 @@ const localeValues: Locale = {
|
||||
sortTitle: 'តម្រៀប',
|
||||
expand: 'ពន្លាត',
|
||||
collapse: 'បិតបាំង',
|
||||
triggerDesc: 'ចុចដើម្បីរៀបតាំលំដាប់ធំ',
|
||||
triggerAsc: 'ចុចដើម្បីរៀបតាំលំដាប់តូច',
|
||||
triggerDesc: 'ចុចដើម្បីរៀបតាមលំដាប់ធំ',
|
||||
triggerAsc: 'ចុចដើម្បីរៀបតាមលំដាប់តូច',
|
||||
cancelSort: 'ចុចដើម្បីបោះបង់',
|
||||
},
|
||||
Modal: {
|
||||
okText: 'យល់ព្រម',
|
||||
cancelText: 'យល់ព្រម',
|
||||
cancelText: 'បោះបង់',
|
||||
justOkText: 'យល់ព្រម',
|
||||
},
|
||||
Popconfirm: {
|
||||
okText: 'យល់ព្រម',
|
||||
cancelText: 'យល់ព្រម',
|
||||
cancelText: 'បោះបង់',
|
||||
},
|
||||
Transfer: {
|
||||
searchPlaceholder: 'ស្វែងរកនៅទីនេះ',
|
||||
|
Loading…
Reference in New Issue
Block a user