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:
YiZixuan
2025-09-09 22:39:17 +08:00
parent 1296cf6a32
commit 5f893e3b20
4 changed files with 9 additions and 3 deletions
@@ -84,4 +84,6 @@ export const maintenanceTranslations: MaintenanceTranslations = {
retry: '重试',
loadingServerData: '正在加载服务器数据...',
retrievingYourInformation: '正在获取您的信息,请稍候...',
servicesPagination: '{startItem}-{endItem}, 共 {totalItems} 个服务',
servicesPaginationNoService: '0 服务',
};