diff --git a/frontend/src/i18n/translations/de.json b/frontend/src/i18n/translations/de.json index 0118026..288f39d 100644 --- a/frontend/src/i18n/translations/de.json +++ b/frontend/src/i18n/translations/de.json @@ -231,7 +231,7 @@ "eighthQuestion": "Preis und Entwicklung?", "eighthAnswer": "Die Kosten können durch das selbständiges Hosting vollständig ausgelagert werden. Die Entwicklung soll als aktives Git Projekt auch durch die Community verwaltet werden.", "ninthQuestion": "Wo kann ich den Quellcode einsehen und mitwirken?", - "ninthAnswer": "Wenn du dich für die Entwicklung und den Quelltext interessierst, kannst du jederzeit als HTWK Student daran mitarbeiten. Dort findest alle Informationen im ", + "ninthAnswer": "Wenn du dich für die Entwicklung und den Quelltext interessierst, kannst du jederzeit als HTWK-Student daran mitarbeiten. Quelltext und weitere Informationen findest du im ", "notFound": "Nicht gefunden, wonach du suchst?", "contact": "Kontakt aufnehmen" } diff --git a/frontend/src/i18n/translations/en.json b/frontend/src/i18n/translations/en.json index b11588c..7080d9e 100644 --- a/frontend/src/i18n/translations/en.json +++ b/frontend/src/i18n/translations/en.json @@ -233,159 +233,6 @@ "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", - "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" - } + "contact": "Get in touch" } }