diff --git a/mateclaw-ui/src/i18n/locales/en-US.ts b/mateclaw-ui/src/i18n/locales/en-US.ts index b737a285..95214c80 100644 --- a/mateclaw-ui/src/i18n/locales/en-US.ts +++ b/mateclaw-ui/src/i18n/locales/en-US.ts @@ -42,6 +42,7 @@ export default { collapse: 'Collapse', enable: 'Enable', disable: 'Disable', + more: 'More', pager: { total: '{n} total', perPage: '{n}/page', diff --git a/mateclaw-ui/src/i18n/locales/zh-CN.ts b/mateclaw-ui/src/i18n/locales/zh-CN.ts index c1564b08..319333da 100644 --- a/mateclaw-ui/src/i18n/locales/zh-CN.ts +++ b/mateclaw-ui/src/i18n/locales/zh-CN.ts @@ -42,6 +42,7 @@ export default { disable: '停用', refresh: '刷新', collapse: '收起', + more: '更多', pager: { total: '共 {n} 条', perPage: '{n} 条/页',