feat: add file upload and management features; enhance pagination and permissions handling
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
"advancedFilter": "Erweiterter Filter",
|
||||
"clearFilters": "Filter zurücksetzen",
|
||||
"noRecords": "Keine Datensätze gefunden",
|
||||
"paginationSummary": "{total} Datensätze — Seite {page} von {totalPages}",
|
||||
"paginationPrevious": "← Zurück",
|
||||
"paginationNext": "Weiter →",
|
||||
"newRecord": "Neuer Datensatz",
|
||||
"editRecord": "Datensatz bearbeiten",
|
||||
"deleteRecord": "Datensatz löschen",
|
||||
|
||||
@@ -58,6 +58,11 @@
|
||||
"newVersionAvailableDescription": "Eine neue Version der Anwendung ist verfügbar. Bitte laden Sie die Seite neu, um die neuesten Aktualisierungen zu erhalten.",
|
||||
"newVersionSubmitButton": "Neu laden und aktualisieren",
|
||||
"back": "Zurück",
|
||||
"search": "Suchen",
|
||||
"searchPlaceholder": "Suchen...",
|
||||
"previous": "Zurück",
|
||||
"next": "Weiter",
|
||||
"recordCount": "{total} Datensätze",
|
||||
"routes": {
|
||||
"home": "Startseite",
|
||||
"account": "Konto",
|
||||
|
||||
@@ -25,6 +25,9 @@
|
||||
"advancedFilter": "Advanced Filter",
|
||||
"clearFilters": "Clear Filters",
|
||||
"noRecords": "No records found",
|
||||
"paginationSummary": "{total} records — Page {page} of {totalPages}",
|
||||
"paginationPrevious": "← Previous",
|
||||
"paginationNext": "Next →",
|
||||
"newRecord": "New Record",
|
||||
"editRecord": "Edit Record",
|
||||
"deleteRecord": "Delete Record",
|
||||
|
||||
@@ -58,6 +58,11 @@
|
||||
"newVersionAvailableDescription": "A new version of the app is available. It is recommended to refresh the page to get the latest updates and avoid any issues.",
|
||||
"newVersionSubmitButton": "Reload and Update",
|
||||
"back": "Back",
|
||||
"search": "Search",
|
||||
"searchPlaceholder": "Search...",
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"recordCount": "{total} records",
|
||||
"routes": {
|
||||
"home": "Home",
|
||||
"account": "Account",
|
||||
|
||||
Reference in New Issue
Block a user