29 lines
1.2 KiB
JavaScript
29 lines
1.2 KiB
JavaScript
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: 'ရှင်းမည်',
|
|
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; |