131 lines
3.7 KiB
JavaScript
131 lines
3.7 KiB
JavaScript
"use strict";
|
|
|
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _ga_IE = _interopRequireDefault(require("rc-pagination/lib/locale/ga_IE"));
|
|
var _ga_IE2 = _interopRequireDefault(require("../calendar/locale/ga_IE"));
|
|
var _ga_IE3 = _interopRequireDefault(require("../date-picker/locale/ga_IE"));
|
|
var _ga_IE4 = _interopRequireDefault(require("../time-picker/locale/ga_IE"));
|
|
/* eslint-disable no-template-curly-in-string */
|
|
|
|
const typeTemplate = '${label} is not a valid ${type}';
|
|
const localeValues = {
|
|
locale: 'ga',
|
|
Pagination: _ga_IE.default,
|
|
DatePicker: _ga_IE3.default,
|
|
TimePicker: _ga_IE4.default,
|
|
Calendar: _ga_IE2.default,
|
|
global: {
|
|
placeholder: 'Please select'
|
|
},
|
|
Table: {
|
|
filterTitle: 'Filter menu',
|
|
filterConfirm: 'OK',
|
|
filterReset: 'Reset',
|
|
selectAll: 'Select current page',
|
|
selectInvert: 'Invert current page',
|
|
selectionAll: 'Select all data',
|
|
sortTitle: 'Sort',
|
|
expand: 'Expand row',
|
|
collapse: 'Collapse row',
|
|
triggerDesc: 'Click to sort descending',
|
|
triggerAsc: 'Click to sort ascending',
|
|
cancelSort: 'Click to cancel sorting'
|
|
},
|
|
Modal: {
|
|
okText: 'OK',
|
|
cancelText: 'Cancel',
|
|
justOkText: 'OK'
|
|
},
|
|
Popconfirm: {
|
|
okText: 'OK',
|
|
cancelText: 'Cancel'
|
|
},
|
|
Transfer: {
|
|
titles: ['', ''],
|
|
searchPlaceholder: 'Search here',
|
|
itemUnit: 'item',
|
|
itemsUnit: 'items',
|
|
remove: 'Remove',
|
|
selectCurrent: 'Select current page',
|
|
removeCurrent: 'Remove current page',
|
|
selectAll: 'Select all data',
|
|
removeAll: 'Remove all data',
|
|
selectInvert: 'Invert current page'
|
|
},
|
|
Upload: {
|
|
uploading: 'Uploading...',
|
|
removeFile: 'Remove file',
|
|
uploadError: 'Upload error',
|
|
previewFile: 'Preview file',
|
|
downloadFile: 'Download file'
|
|
},
|
|
Empty: {
|
|
description: 'No Data'
|
|
},
|
|
Icon: {
|
|
icon: 'icon'
|
|
},
|
|
Text: {
|
|
edit: 'Edit',
|
|
copy: 'Copy',
|
|
copied: 'Copied',
|
|
expand: 'Expand'
|
|
},
|
|
PageHeader: {
|
|
back: 'Back'
|
|
},
|
|
Form: {
|
|
defaultValidateMessages: {
|
|
default: 'Field validation error for ${label}',
|
|
required: 'Please enter ${label}',
|
|
enum: '${label} must be one of [${enum}]',
|
|
whitespace: '${label} cannot be a blank character',
|
|
date: {
|
|
format: '${label} date format is invalid',
|
|
parse: '${label} cannot be converted to a date',
|
|
invalid: '${label} is an invalid date'
|
|
},
|
|
types: {
|
|
string: typeTemplate,
|
|
method: typeTemplate,
|
|
array: typeTemplate,
|
|
object: typeTemplate,
|
|
number: typeTemplate,
|
|
date: typeTemplate,
|
|
boolean: typeTemplate,
|
|
integer: typeTemplate,
|
|
float: typeTemplate,
|
|
regexp: typeTemplate,
|
|
email: typeTemplate,
|
|
url: typeTemplate,
|
|
hex: typeTemplate
|
|
},
|
|
string: {
|
|
len: '${label} must be ${len} characters',
|
|
min: '${label} must be at least ${min} characters',
|
|
max: '${label} must be up to ${max} characters',
|
|
range: '${label} must be between ${min}-${max} characters'
|
|
},
|
|
number: {
|
|
len: '${label} must be equal to ${len}',
|
|
min: '${label} must be minimum ${min}',
|
|
max: '${label} must be maximum ${max}',
|
|
range: '${label} must be between ${min}-${max}'
|
|
},
|
|
array: {
|
|
len: 'Must be ${len} ${label}',
|
|
min: 'At least ${min} ${label}',
|
|
max: 'At most ${max} ${label}',
|
|
range: 'The amount of ${label} must be between ${min}-${max}'
|
|
},
|
|
pattern: {
|
|
mismatch: '${label} does not match the pattern ${pattern}'
|
|
}
|
|
}
|
|
}
|
|
};
|
|
var _default = exports.default = localeValues; |