epn-ui
Version:
Дизайн система кабинета ВМ
51 lines (49 loc) • 2.15 kB
JavaScript
var Confirm = "Confirm";
var Save = "Save";
var Clear = "Clear";
var Ok = "Ok";
var Small = "Small";
var Middle = "Middle";
var Large = "Large";
var Formatted = "Formatted";
var Raw = "Raw";
var Total = "Total";
var Borders = "Borders";
var enLocale = {
"Re-call again": "Re-call again",
"Send SMS": "Send SMS",
Confirm: Confirm,
Save: Save,
Clear: Clear,
Ok: Ok,
Small: Small,
Middle: Middle,
Large: Large,
Formatted: Formatted,
Raw: Raw,
"Can be re-requested in": "Can be re-requested in",
"Nothing found": "Nothing found",
"You have hidden all columns of this table.": "You have hidden all columns of this table.",
"To display the data again, please turn on the columns you need.": "To display the data again, please turn on the columns you need.",
Total: Total,
"Personalize table": "Personalize table",
"Without title": "Без названия",
"Save table data to file": "Save table data to file",
"Changes was saved": "Changes was saved",
"Native table scroll": "Native table scroll",
"Disabling this option will allow you to horizontally move around the table by dragging.": "Disabling this option will allow you to horizontally move around the table by dragging.",
"Table size": "Table size",
"Resizing affects padding within the table.": "Resizing affects padding within the table.",
Borders: Borders,
"Display table borders, cells and columns.": "Display table borders, cells and columns.",
"Export data format": "Export data",
"The data will be uploaded to the file as presented on the website.": "The data will be uploaded to the file as presented on the website.",
"You will get the maximum amount of data, but in a «raw» form.": "You will get the maximum amount of data, but in a «raw» form.",
"Customize table": "Customize table",
"Reload page": "Reload page",
"Settings was saved": "Settings was saved",
"Failed to save settings": "Failed to save settings",
"No data to export": "No data to export",
"An error occurred while saving data": "An error occurred while saving data"
};
export { Borders, Clear, Confirm, Formatted, Large, Middle, Ok, Raw, Save, Small, Total, enLocale as default };