2025-04-02 21:57:33 +08:00

13 lines
226 B
JavaScript

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
/**
* Created by Andrey Gayvoronsky on 13/04/16.
*/
var locale = {
placeholder: 'Выберите время'
};
exports['default'] = locale;