128 lines
3.5 KiB
JavaScript
128 lines
3.5 KiB
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const enGB = {
|
|
name: 'en-GB',
|
|
global: {
|
|
undo: 'Undo',
|
|
redo: 'Redo',
|
|
confirm: 'Confirm',
|
|
clear: 'Clear'
|
|
},
|
|
Popconfirm: {
|
|
positiveText: 'Confirm',
|
|
negativeText: 'Cancel'
|
|
},
|
|
Cascader: {
|
|
placeholder: 'Please Select',
|
|
loading: 'Loading',
|
|
loadingRequiredMessage: (label) => `Please load all ${label}'s descendants before checking it.`
|
|
},
|
|
Time: {
|
|
dateFormat: 'yyyy/MM/dd',
|
|
dateTimeFormat: 'yyyy/MM/dd HH:mm:ss'
|
|
},
|
|
DatePicker: {
|
|
yearFormat: 'yyyy',
|
|
monthFormat: 'MMM',
|
|
dayFormat: 'eeeeee',
|
|
yearTypeFormat: 'yyyy',
|
|
monthTypeFormat: 'yyyy/MM',
|
|
dateFormat: 'yyyy/MM/dd',
|
|
dateTimeFormat: 'yyyy/MM/dd HH:mm:ss',
|
|
quarterFormat: 'yyyy-qqq',
|
|
weekFormat: 'yyyy-w',
|
|
clear: 'Clear',
|
|
now: 'Now',
|
|
confirm: 'Confirm',
|
|
selectTime: 'Select Time',
|
|
selectDate: 'Select Date',
|
|
datePlaceholder: 'Select Date',
|
|
datetimePlaceholder: 'Select Date and Time',
|
|
monthPlaceholder: 'Select Month',
|
|
yearPlaceholder: 'Select Year',
|
|
quarterPlaceholder: 'Select Quarter',
|
|
weekPlaceholder: 'Select Week',
|
|
startDatePlaceholder: 'Start Date',
|
|
endDatePlaceholder: 'End Date',
|
|
startDatetimePlaceholder: 'Start Date and Time',
|
|
endDatetimePlaceholder: 'End Date and Time',
|
|
startMonthPlaceholder: 'Start Month',
|
|
endMonthPlaceholder: 'End Month',
|
|
monthBeforeYear: true,
|
|
firstDayOfWeek: 0,
|
|
today: 'Today'
|
|
},
|
|
DataTable: {
|
|
checkTableAll: 'Select all in the table',
|
|
uncheckTableAll: 'Unselect all in the table',
|
|
confirm: 'Confirm',
|
|
clear: 'Clear'
|
|
},
|
|
LegacyTransfer: {
|
|
sourceTitle: 'Source',
|
|
targetTitle: 'Target'
|
|
},
|
|
Transfer: {
|
|
selectAll: 'Select all',
|
|
unselectAll: 'Unselect all',
|
|
clearAll: 'Clear',
|
|
total: (num) => `Total ${num} items`,
|
|
selected: (num) => `${num} items selected`
|
|
},
|
|
Empty: {
|
|
description: 'No Data'
|
|
},
|
|
Select: {
|
|
placeholder: 'Please Select'
|
|
},
|
|
TimePicker: {
|
|
placeholder: 'Select Time',
|
|
positiveText: 'OK',
|
|
negativeText: 'Cancel',
|
|
now: 'Now',
|
|
clear: 'Clear'
|
|
},
|
|
Pagination: {
|
|
goto: 'Goto',
|
|
selectionSuffix: 'page'
|
|
},
|
|
DynamicTags: {
|
|
add: 'Add'
|
|
},
|
|
Log: {
|
|
loading: 'Loading'
|
|
},
|
|
Input: {
|
|
placeholder: 'Please Input'
|
|
},
|
|
InputNumber: {
|
|
placeholder: 'Please Input'
|
|
},
|
|
DynamicInput: {
|
|
create: 'Create'
|
|
},
|
|
ThemeEditor: {
|
|
title: 'Theme Editor',
|
|
clearAllVars: 'Clear All Variables',
|
|
clearSearch: 'Clear Search',
|
|
filterCompName: 'Filter Component Name',
|
|
filterVarName: 'Filter Variable Name',
|
|
import: 'Import',
|
|
export: 'Export',
|
|
restore: 'Reset to Default'
|
|
},
|
|
Image: {
|
|
tipPrevious: 'Previous picture (←)',
|
|
tipNext: 'Next picture (→)',
|
|
tipCounterclockwise: 'Counterclockwise',
|
|
tipClockwise: 'Clockwise',
|
|
tipZoomOut: 'Zoom out',
|
|
tipZoomIn: 'Zoom in',
|
|
tipDownload: 'Download',
|
|
tipClose: 'Close (Esc)',
|
|
// TODO: translation
|
|
tipOriginalSize: 'Zoom to original size'
|
|
}
|
|
};
|
|
exports.default = enGB;
|