mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-07 21:15:42 +00:00
feat(i18n): add new translations for refresh, view, toggle columns, and no results
refactor(payment): remove payment API client and related tests, consolidating payment logic refactor(payment): delete payment modal and associated constants, hooks, and types fix(ui): enhance AdvancedTable with refresh button and column toggle functionality fix(ui): implement pagination in useServerTable for better data handling
This commit is contained in:
@@ -98,6 +98,10 @@ export const am: Translations = {
|
||||
collapse: 'ሰብስብ',
|
||||
expand: 'ዘርጋ',
|
||||
toggleTheme: 'የብርሃን / ጨለማ ሁነታን ይቀይሩ',
|
||||
refresh: 'አድስ',
|
||||
view: 'ይመልከቱ',
|
||||
toggleColumns: 'አምዶችን ቀያይር',
|
||||
noResult: 'ምንም አልተገኘም',
|
||||
},
|
||||
|
||||
breadcrumbs: {
|
||||
|
||||
@@ -96,6 +96,10 @@ export const en = {
|
||||
collapse: 'Collapse',
|
||||
expand: 'Expand',
|
||||
toggleTheme: 'Toggle light / dark mode',
|
||||
refresh: 'Refresh',
|
||||
view: 'View',
|
||||
toggleColumns: 'Toggle columns',
|
||||
noResult: 'No results',
|
||||
},
|
||||
|
||||
breadcrumbs: {
|
||||
|
||||
Reference in New Issue
Block a user