@haloe/primelocale
Version:
PrimeLocale provides i18n and l7n options globally for the components in PrimeUI libraries.
206 lines (204 loc) • 4.88 kB
JavaScript
// @ts-check
/** @import { Locale } from "./locale.js"; */
/**
* Contains the localized messages for the locale en.
* @type {Locale}
*/
export const en = {
"accept": "Yes",
"addRule": "Add Rule",
"am": "AM",
"apply": "Apply",
"cancel": "Cancel",
"choose": "Choose",
"chooseDate": "Choose Date",
"chooseMonth": "Choose Month",
"chooseYear": "Choose Year",
"clear": "Clear",
"completed": "Completed",
"contains": "Contains",
"custom": "Custom",
"dateAfter": "Date is after",
"dateBefore": "Date is before",
"dateFormat": "mm/dd/yy",
"dateIs": "Date is",
"dateIsNot": "Date is not",
"dayNames": [
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"dayNamesMin": [
"Su",
"Mo",
"Tu",
"We",
"Th",
"Fr",
"Sa"
],
"dayNamesShort": [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
],
"emptyFilterMessage": "No results found",
"emptyMessage": "No available options",
"emptySearchMessage": "No results found",
"emptySelectionMessage": "No selected item",
"endsWith": "Ends with",
"equals": "Equals",
"fileChosenMessage": "{0} files",
"fileSizeTypes": [
"B",
"KB",
"MB",
"GB",
"TB",
"PB",
"EB",
"ZB",
"YB"
],
"filter": "Filter",
"firstDayOfWeek": 0,
"goto": "Goto",
"gt": "Greater than",
"gte": "Greater than or equal to",
"lt": "Less than",
"lte": "Less than or equal to",
"item": "item",
"items": "items",
"matchAll": "Match All",
"matchAny": "Match Any",
"medium": "Medium",
"monthNames": [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
],
"monthNamesShort": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
"nextDecade": "Next Decade",
"nextHour": "Next Hour",
"nextMinute": "Next Minute",
"nextMonth": "Next Month",
"nextSecond": "Next Second",
"nextYear": "Next Year",
"noFileChosenMessage": "No file chosen",
"noFilter": "No Filter",
"notContains": "Not contains",
"notEquals": "Not equals",
"now": "Now",
"p": "",
"page": "/page",
"passwordPrompt": "Enter a password",
"pending": "Pending",
"pm": "PM",
"prevDecade": "Previous Decade",
"prevHour": "Previous Hour",
"prevMinute": "Previous Minute",
"prevMonth": "Previous Month",
"prevSecond": "Previous Second",
"prevYear": "Previous Year",
"reject": "No",
"removeRule": "Remove Rule",
"searchMessage": "{0} results are available",
"selectionMessage": "{0} items selected",
"showMonthAfterYear": false,
"startsWith": "Starts with",
"strong": "Strong",
"today": "Today",
"total": "Total",
"upload": "Upload",
"weak": "Weak",
"weekHeader": "Wk",
"aria": {
"cancelEdit": "Cancel Edit",
"close": "Close",
"collapseLabel": "Collapse",
"collapseRow": "Row Collapsed",
"editRow": "Edit Row",
"expandLabel": "Expand",
"expandRow": "Row Expanded",
"falseLabel": "False",
"filterConstraint": "Filter Constraint",
"filterOperator": "Filter Operator",
"firstPageLabel": "First Page",
"gridView": "Grid View",
"hideFilterMenu": "Hide Filter Menu",
"jumpToPageDropdownLabel": "Jump to Page Dropdown",
"jumpToPageInputLabel": "Jump to Page Input",
"lastPageLabel": "Last Page",
"listLabel": "Option List",
"listView": "List View",
"moveAllToSource": "Move All to Source",
"moveAllToTarget": "Move All to Target",
"moveBottom": "Move Bottom",
"moveDown": "Move Down",
"moveToSource": "Move to Source",
"moveToTarget": "Move to Target",
"moveTop": "Move Top",
"moveUp": "Move Up",
"navigation": "Navigation",
"next": "Next",
"nextPageLabel": "Next Page",
"nullLabel": "Not Selected",
"otpLabel": "Please enter one time password character {0}",
"pageLabel": "Page {page}",
"passwordHide": "Hide Password",
"passwordShow": "Show Password",
"previous": "Previous",
"prevPageLabel": "Previous Page",
"removeLabel": "Remove",
"rotateLeft": "Rotate Left",
"rotateRight": "Rotate Right",
"rowsPerPageLabel": "Rows per page",
"saveEdit": "Save Edit",
"scrollTop": "Scroll Top",
"selectAll": "All items selected",
"selectLabel": "Select",
"selectRow": "Row Selected",
"showFilterMenu": "Show Filter Menu",
"slide": "Slide",
"slideNumber": "{slideNumber}",
"star": "1 star",
"stars": "{star} stars",
"trueLabel": "True",
"unselectAll": "All items unselected",
"unselectLabel": "Unselect",
"unselectRow": "Row Unselected",
"zoomImage": "Zoom Image",
"zoomIn": "Zoom In",
"zoomOut": "Zoom Out"
}
};