@ucloud-pccl/react-components
Version:
UCloud pccl react components
18 lines (17 loc) • 507 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = exports.default = {
currentValueIs: 'القيمة الحالية هي ',
inputValueIs: 'قيمة الإدخال هي ',
period: '.',
semicolon: ';',
colon: ':',
comma: ', ',
input: 'إدخال',
isValid: ' صالح',
isInvalid: ' غير صالح',
tip: 'يرجى الضغط على enter أو النقر في مكان آخر لقبول القيمة الصالحة'
};