forked from ant-design/ant-design
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import type { Locale } from '../interface'; | ||
|
||
const locale: Locale = { | ||
locale: 'km', | ||
today: 'ααααααα', | ||
now: 'α₯α‘αΌαβααα', | ||
backToToday: 'αααααααα ααααααα', | ||
ok: 'ααααα', | ||
timeSelect: 'ααααααααααΎαααΎα', | ||
dateSelect: 'ααααΎαααΎαααΆαααα·α αααα', | ||
weekSelect: 'ααααΎαααΎααααααΆα α', | ||
clear: 'α αααΆαα', | ||
month: 'αα', | ||
year: 'ααααΆα', | ||
previousMonth: 'αααα»α (α‘αΎαααααα)', | ||
nextMonth: 'αααααααΆαα (αααΌαα»αα α»αααααα)', | ||
monthSelect: 'ααααΎαααΎααα', | ||
yearSelect: 'ααααΎαααΎαααααΆα', | ||
decadeSelect: 'ααααΎαααΎαα’αΆαα»', | ||
yearFormat: 'YYYY', | ||
dayFormat: 'D', | ||
dateFormat: 'YYYY-M-D', | ||
dateTimeFormat: 'YYYY-M-D HH:mm:ss', | ||
previousYear: 'ααααΆααα»α (ControlααααΆααα α»α ααΌααααα½αααΆαααααα)', | ||
nextYear: 'ααααΆαααααα (Control ααααΆααα α»α ααΌααααα½αααααΆα)', | ||
previousDecade: 'ααααΆααα α»αααααα', | ||
nextDecade: 'ααααΆααβααααα', | ||
previousCentury: 'ααααααα α»αααααα', | ||
nextCentury: 'αααααααααααααΆαα', | ||
}; | ||
|
||
export default locale; |