UNPKG
zarm-mobile
Version:
latest (0.0.0)
0.0.0
UI for react.js
github.com/JeromeLin/zaxui
JeromeLin/zaxui
zarm-mobile
/
lib
/
Picker
/
locale
/
zh_CN.js
12 lines
(11 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
year
:
'年'
,
month
:
'月'
,
day
:
'日'
,
hour
:
'时'
,
minute
:
'分'
};