topbar anpassungen

This commit is contained in:
2026-03-05 12:51:53 +01:00
parent c5f657c8c8
commit b2dab5bd6c
14 changed files with 494 additions and 113 deletions

View File

@@ -19,6 +19,7 @@ function gridLang(): array
'navigate' => t('Page %d of %d'),
'page' => t('Page %d'),
'rowsPerPage' => t('Rows per page'),
'rowsPerPageShort' => t('Per page'),
'showing' => t('Showing'),
'of' => t('of'),
'to' => t('to'),
@@ -28,7 +29,9 @@ function gridLang(): array
'column' => t('Actions'),
'open' => t('Open'),
'edit' => t('Edit'),
'rowEnterHint' => t('Press Enter to open row'),
],
'errorRetry' => t('Retry'),
'loading' => t('Loading...'),
'noRecordsFound' => t('No records found'),
'error' => t('An error happened while fetching the data'),