first commit
This commit is contained in:
30
frontend/node_modules/rc-picker/es/locale/my_MM.js
generated
vendored
Normal file
30
frontend/node_modules/rc-picker/es/locale/my_MM.js
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
||||
import { commonLocale } from "./common";
|
||||
var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
|
||||
locale: 'my_MM',
|
||||
today: 'ယနေ့',
|
||||
now: 'ယခု',
|
||||
backToToday: 'ယနေ့မတိုင်ခင်သို့',
|
||||
ok: 'OK',
|
||||
clear: 'ရှင်းမည်',
|
||||
week: 'အပတ်',
|
||||
month: 'လ',
|
||||
year: 'နှစ်',
|
||||
timeSelect: 'အချိန်ကိုရွေး',
|
||||
dateSelect: 'နေ့ကိုရွေး',
|
||||
weekSelect: 'သီတင်းပတ်ကိုရွေး',
|
||||
monthSelect: 'လကိုရွေး',
|
||||
yearSelect: 'နှစ်ကိုရွေး',
|
||||
decadeSelect: 'ဆယ်စုနှစ်ကိုရွေး',
|
||||
dateFormat: 'M/D/YYYY',
|
||||
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
|
||||
previousMonth: 'ယခင်လ (PageUp)',
|
||||
nextMonth: 'နောက်လ (PageDown)',
|
||||
previousYear: 'ယခင်နှစ် (Control + left)',
|
||||
nextYear: 'နောက်နှစ် (Control + right)',
|
||||
previousDecade: 'ယခင်ဆယ်စုနှစ်',
|
||||
nextDecade: 'နောက်ဆယ်စုနှစ်',
|
||||
previousCentury: 'ယခင်ရာစုနှစ်',
|
||||
nextCentury: 'နောက်ရာစုနှစ်'
|
||||
});
|
||||
export default locale;
|
||||
Reference in New Issue
Block a user