UNPKG
qt-public-ui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
新设计规范下业务组件库
qt-public-ui
/
lib
/
CompatibleAntd3
/
time-picker
/
locale
/
ru_RU.js
13 lines
(12 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
[
"default"
] =
void
0
;
/** * Created by Andrey Gayvoronsky on 13/04/16. */
var
locale = {
placeholder
:
'Выберите время'
};
var
_default =
exports
[
"default"
] = locale;