UNPKG

@daemez/ext-i18next

Version:
281 lines (280 loc) 9.33 kB
{ "date": { "january": "January", "february": "February", "march": "March", "april": "April", "may": "May", "june": "June", "july": "July", "august": "August", "september": "September", "october": "October", "november": "November", "december": "December", "januaryShort": "Jan", "februaryShort": "Feb", "marchShort": "Mar", "aprilShort": "Apr", "mayShort": "May", "juneShort": "Jun", "julyShort": "Jul", "augustShort": "Aug", "septemberShort": "Sep", "octoberShort": "Oct", "novemberShort": "Nov", "decemberShort": "Dec", "sunday": "Sunday", "monday": "Monday", "tuesday": "Tuesday", "wednesday": "Wednesday", "thursday": "Thursday", "friday": "Friday", "saturday": "Saturday", "sundayShort": "Sun", "mondayShort": "Mon", "tuesdayShort": "Tue", "wednesdayShort": "Wed", "thursdayShort": "Thu", "fridayShort": "Fri", "saturdayShort": "Sat", "defaultFormat": "m/d/Y", "defaultTimeFormat": "h:i a", "firstDayOfWeek": "0", "formatCodes": { "a": "(this.getHours() < 12 ? 'am' : 'pm')", "A": "(this.getHours() < 12 ? 'AM' : 'PM')" }, "parseCodes": { "A": { "g": "1", "c": "if (/(am)/i.test(results[{0}])) { if (!h || h == 12) { h = 0; }} else { if (!h || h < 12) { h = (h || 0) + 12; }}", "s": "(am|pm|AM|PM)" }, "S": { "s": "(?:st|nd|rd|th)" } } }, "format": { "thousandSeparator": ",", "decimalSeparator": ".", "currencySign": "$", "dateFormat": "m/d/Y" }, "panel": { "ok": "OK", "abort": "Abort", "retry": "Retry", "ignore": "Ignore", "yes": "Yes", "no": "No", "cancel": "Cancel", "apply": "Apply", "save": "Save", "submit": "Submit", "help": "Help", "close": "Close", "closeToolText": "Close panel", "date": { "nextText": "Next month (Control+Right)", "prevText": "Previous month (Control+Left)", "footerTodayButton": "Today" }, "collapser": { "collapseToolText": "Collapse panel", "expandToolText": "Expand panel" } }, "picker": { "date": { "doneButton": "Done", "monthText": "Month", "dayText": "Day", "yearText": "Year" }, "picker": { "doneButton": "Done", "cancelButton": "Cancel" } }, "field": { "field": { "requiredMessage": "This field is required", "validationMessage": "Is in the wrong format" }, "number": { "decimalsText": "The maximum decimal places is {0}", "minValueText": "The minimum value for this field is {0}", "maxValueText": "The maximum value for this field is {0}", "badFormatMessage": "Value is not a valid number" }, "text": { "badFormatMessage": "Value does not match the required format", "requiredMessage": "This field is required", "validationMessage": "Is in the wrong format" }, "fileButton": "Browse...", "date": { "minDateMessage": "The date in this field must be equal to or after {0}", "maxDateMessage": "The date in this field must be equal to or before {0}" } }, "dialog": { "maximizeTool": "Maximize to fullscreen", "restoreTool": "Restore to original size" }, "dataview": { "list": { "loadingText": "Loading..." }, "emptyText": { "html": "No data to display" }, "abstract": { "loadingText": "Loading..." }, "plugin": { "listPaging": { "loadMoreText": "Load more", "noMoreRecordsText": "No more records" } }, "dataview": { "emptyText": " " } }, "loadMask": "Loading...", "grid": { "menu": { "sortAsc": "Sort ascending", "sortDesc": "Sort descending", "groupByThis": "Group by this field", "showInGroups": "Show in groups", "columns": "Columns", "addGroup": "Add to grouping", "removeGroup": "Remove from grouping", "groups": "Groups" }, "column": { "groups": "Groups" }, "filters": { "menu": "Filter" }, "locked": { "grid": { "columnMenu": { "region": "Locked" }, "regions": { "left": "Locked (Left)", "center": "Unlocked", "right": "Locked (Right)" } } }, "plugin": { "rowOperations": { "triggerText": "Select", "cancelText": "Done", "deleteText": "Delete" }, "rowDragDrop": { "dragText": "{0} selected row(s)" }, "filterbar": { "operator": { "eq": "Equal to", "ne": "Not equal to", "gt": "Greater than", "ge": "Greater than or equal to", "lt": "Less than", "le": "Less than or equal to", "like": "Contains", "nlike": "Does not contain", "empty": "Empty", "nempty": "Not empty", "identical": "Identical", "nidentical": "Not identical", "regex": "Regular expression", "in": "Is in", "notin": "Is not in" } }, "grouping": { "panel": { "emptyText": "Drag a column here to group", "groupText": "Group", "groupingPanelText": "Drag a column header here to group by that column", "showGroupingPanelText": "Show group by panel", "hideGroupingPanelText": "Hide group by panel", "clearGroupText": "Clear group", "sortAscText": "Sort ascending", "sortDescText": "Sort descending", "moveLeftText": "Move left", "moveRightText": "Move right", "moveBeginText": "Move to beginning", "moveEndText": "Move to end", "removeText": "Remove" } }, "summaries": { "text": "Summary", "textNone": "None", "summaryText": "Summary" } }, "treeGrouped": { "expandAllText": "Expand all", "collapseAllText": "Collapse all", "groupSummaryTpl": "Summary ({name})", "summaryTpl": "Summary ({store.data.length})" } }, "data": { "summary": { "count": "Count" }, "validator": { "presence": "Must be present", "format": "Is in the wrong format", "email": "Is not a valid email address", "phone": "Is not a valid phone number", "number": "It is not a valid number", "url": "Is not a valid URL", "range": { "nanMessage": "Must be numeric", "minOnlyMessage": "Must be at least {0}", "maxOnlyMessage": "Must be no more than {0}", "bothMessage": "Must be between {0} and {1}" }, "bound": { "emptyMessage": "Must be present", "minOnlyMessage": "Value must be greater than {0}", "maxOnlyMessage": "Value must be less than {0}", "bothMessage": "Value must be between {0} and {1}" }, "cidrv4": "Is not a valid CIDR block", "cidrv6": "Is not a valid CIDR block", "currency": "It is not a valid currency amount", "dateTime": "Is not a valid date and time", "exclusion": "Is a value that has been excluded", "ipAddress": "Is not a valid IP address", "inclusion": "Is not in the list of acceptable values", "time": "Is not a valid time", "date": "Is not a valid date", "minOnlyMessage": "Length must be at least {0}", "maxOnlyMessage": "Length must be no more than {0}", "bothMessage": "The length must not be between {0} and {1}" } }, "ux": { "colorpick": { "selector": { "okButtonText": "OK", "cancelButtonText": "Cancel" } } } }