handsontable
Version:
Handsontable is a JavaScript Data Grid available for React, Angular and Vue.
112 lines (110 loc) • 6.04 kB
JavaScript
"use strict";
exports.__esModule = true;
var C = _interopRequireWildcard(require("../constants"));
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
/**
* @preserve
* Authors: Handsoncode
* Last updated: Nov 15, 2017
*
* Description: Definition file for English - United States language-country.
*/
const dictionary = {
languageCode: 'en-US',
[]: 'OK',
[]: 'Cancel',
[]: 'No available options',
[]: 'Insert row above',
[]: 'Insert row below',
[]: 'Insert column left',
[]: 'Insert column right',
[]: ['Remove row', 'Remove rows'],
[]: ['Remove column', 'Remove columns'],
[]: 'Undo',
[]: 'Redo',
[]: 'Read only',
[]: 'Clear column',
[]: 'Alignment',
[]: 'Left',
[]: 'Center',
[]: 'Right',
[]: 'Justify',
[]: 'Top',
[]: 'Middle',
[]: 'Bottom',
[]: 'Freeze column',
[]: 'Unfreeze column',
[]: 'Borders',
[]: 'Top',
[]: 'Right',
[]: 'Bottom',
[]: 'Left',
[]: 'Remove border(s)',
[]: 'Add comment',
[]: 'Edit comment',
[]: 'Delete comment',
[]: 'Read-only comment',
[]: 'Merge cells',
[]: 'Unmerge cells',
[]: 'Copy',
[]: ['Copy with header', 'Copy with headers'],
[]: ['Copy with group header', 'Copy with group headers'],
[]: ['Copy header only', 'Copy headers only'],
[]: 'Cut',
[]: 'Insert child row',
[]: 'Detach from parent',
[]: ['Hide column', 'Hide columns'],
[]: ['Show column', 'Show columns'],
[]: ['Hide row', 'Hide rows'],
[]: ['Show row', 'Show rows'],
[]: 'None',
[]: 'Is empty',
[]: 'Is not empty',
[]: 'Is equal to',
[]: 'Is not equal to',
[]: 'Begins with',
[]: 'Ends with',
[]: 'Contains',
[]: 'Does not contain',
[]: 'Greater than',
[]: 'Greater than or equal to',
[]: 'Less than',
[]: 'Less than or equal to',
[]: 'Is between',
[]: 'Is not between',
[]: 'After',
[]: 'Before',
[]: 'Today',
[]: 'Tomorrow',
[]: 'Yesterday',
[]: 'Blank cells',
[]: 'Filter by condition',
[]: 'Filter by value',
[]: 'And',
[]: 'Or',
[]: 'Select all',
[]: 'Clear',
[]: 'OK',
[]: 'Cancel',
[]: 'Search',
[]: 'Value',
[]: 'Second value',
[]: 'Pagination',
[]: 'Page size',
[]: 'Auto',
[]: '[start] - [end] of [total]',
[]: 'Page [currentPage] of [totalPages]',
[]: 'Go to first page',
[]: 'Go to previous page',
[]: 'Go to next page',
[]: 'Go to last page',
[]: 'Checked',
[]: 'Unchecked',
[]: 'Loading...',
[]: 'No data available',
[]: 'There’s nothing to display yet.',
[]: 'No results found',
[]: 'It looks like your current filters are hiding all results.',
[]: 'Reset filters'
};
var _default = exports.default = dictionary;