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:
estifanos
2026-08-03 09:22:02 +00:00
parent 52e2f4c009
commit 599dc4aa83
19 changed files with 452 additions and 1395 deletions

View File

@@ -98,6 +98,10 @@ export const am: Translations = {
collapse: 'ሰብስብ',
expand: 'ዘርጋ',
toggleTheme: 'የብርሃን / ጨለማ ሁነታን ይቀይሩ',
refresh: 'አድስ',
view: 'ይመልከቱ',
toggleColumns: 'አምዶችን ቀያይር',
noResult: 'ምንም አልተገኘም',
},
breadcrumbs: {

View File

@@ -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: {