refactor(i18n): Optimize service pagination internationalization copy
- Added service pagination related copy in English and Chinese translation files - Updated type definitions to include new translation fields - Modified the ServicesPagination component to use the newly added translation fields
This commit is contained in:
@@ -84,4 +84,6 @@ export const maintenanceTranslations: MaintenanceTranslations = {
|
||||
retry: 'Retry',
|
||||
loadingServerData: 'Loading server data...',
|
||||
retrievingYourInformation: 'Please wait while we retrieve your information...',
|
||||
servicesPagination: '{startItem}-{endItem} of {totalItems} services',
|
||||
servicesPaginationNoService: '0 services',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user