fix:#5 added translation and test i18n for default primevue locale

This commit is contained in:
Elmar Kresse
2024-01-26 20:17:46 +01:00
parent e5571e899c
commit 69783c5566
5 changed files with 264 additions and 38 deletions

View File

@@ -29,7 +29,10 @@
},
"freeRooms": {
"freeRooms": "free rooms",
"detail": "Please select a time period to display rooms that have no occupancy."
"detail": "Please select a time period to display rooms that have no occupancy.",
"searchByRoom": "search by room",
"pleaseSelectDate": "please select a date",
"room": "room"
},
"moduleSelection": {
"selectAll": "select all",
@@ -229,6 +232,125 @@
"ninthQuestion": "Where could i find the source code?",
"ninthAnswer": "If you want to contribute, you can do so at any time if you are a HTWK student. The source code is available on ",
"notFound": "Not finding what you're looking for?",
"contact": "Get in touch"
"contact": "Get in touch",
"startsWith": "Starts with",
"contains": "Contains",
"notContains": "Not contains",
"endsWith": "Ends with",
"equals": "Equals",
"notEquals": "Not equals",
"noFilter": "No Filter",
"filter": "Filter",
"lt": "Less than",
"lte": "Less than or equal to",
"gt": "Greater than",
"gte": "Greater than or equal to",
"dateIs": "Date is",
"dateIsNot": "Date is not",
"dateBefore": "Date is before",
"dateAfter": "Date is after",
"custom": "Custom",
"clear": "Clear",
"apply": "Apply",
"matchAll": "Match All",
"matchAny": "Match Any",
"addRule": "Add Rule",
"removeRule": "Remove Rule",
"accept": "Yes",
"reject": "No",
"choose": "Choose",
"upload": "Upload",
"cancel": "Cancel",
"completed": "Completed",
"pending": "Pending",
"fileSizeTypes": ["B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"],
"dayNames": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
"dayNamesShort": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
"dayNamesMin": ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
"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"],
"chooseYear": "Choose Year",
"chooseMonth": "Choose Month",
"chooseDate": "Choose Date",
"prevDecade": "Previous Decade",
"nextDecade": "Next Decade",
"prevYear": "Previous Year",
"nextYear": "Next Year",
"prevMonth": "Previous Month",
"nextMonth": "Next Month",
"prevHour": "Previous Hour",
"nextHour": "Next Hour",
"prevMinute": "Previous Minute",
"nextMinute": "Next Minute",
"prevSecond": "Previous Second",
"nextSecond": "Next Second",
"am": "AM",
"pm": "PM",
"today": "Today",
"now": "Now",
"weekHeader": "Wk",
"firstDayOfWeek": 0,
"showMonthAfterYear": false,
"dateFormat": "mm/dd/yy",
"weak": "Weak",
"medium": "Medium",
"strong": "Strong",
"passwordPrompt": "Enter a password",
"emptyFilterMessage": "No results found",
"searchMessage": "{0} results are available",
"selectionMessage": "{0} items selected",
"emptySelectionMessage": "No selected item",
"emptySearchMessage": "No results found",
"emptyMessage": "No available options",
"aria": {
"trueLabel": "True",
"falseLabel": "False",
"nullLabel": "Not Selected",
"star": "1 star",
"stars": "{star} stars",
"selectAll": "All items selected",
"unselectAll": "All items unselected",
"close": "Close",
"previous": "Previous",
"next": "Next",
"navigation": "Navigation",
"scrollTop": "Scroll Top",
"moveTop": "Move Top",
"moveUp": "Move Up",
"moveDown": "Move Down",
"moveBottom": "Move Bottom",
"moveToTarget": "Move to Target",
"moveToSource": "Move to Source",
"moveAllToTarget": "Move All to Target",
"moveAllToSource": "Move All to Source",
"pageLabel": "Page {page}",
"firstPageLabel": "First Page",
"lastPageLabel": "Last Page",
"nextPageLabel": "Next Page",
"previousPageLabel": "Previous Page",
"rowsPerPageLabel": "Rows per page",
"jumpToPageDropdownLabel": "Jump to Page Dropdown",
"jumpToPageInputLabel": "Jump to Page Input",
"selectRow": "Row Selected",
"unselectRow": "Row Unselected",
"expandRow": "Row Expanded",
"collapseRow": "Row Collapsed",
"showFilterMenu": "Show Filter Menu",
"hideFilterMenu": "Hide Filter Menu",
"filterOperator": "Filter Operator",
"filterConstraint": "Filter Constraint",
"editRow": "Edit Row",
"saveEdit": "Save Edit",
"cancelEdit": "Cancel Edit",
"listView": "List View",
"gridView": "Grid View",
"slide": "Slide",
"slideNumber": "{slideNumber}",
"zoomImage": "Zoom Image",
"zoomIn": "Zoom In",
"zoomOut": "Zoom Out",
"rotateRight": "Rotate Right",
"rotateLeft": "Rotate Left"
}
}
}