mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
fix(i18n): add missing common.more key for the chat header menu
This commit is contained in:
parent
e3edc2b176
commit
6d70834227
@ -42,6 +42,7 @@ export default {
|
||||
collapse: 'Collapse',
|
||||
enable: 'Enable',
|
||||
disable: 'Disable',
|
||||
more: 'More',
|
||||
pager: {
|
||||
total: '{n} total',
|
||||
perPage: '{n}/page',
|
||||
|
||||
@ -42,6 +42,7 @@ export default {
|
||||
disable: '停用',
|
||||
refresh: '刷新',
|
||||
collapse: '收起',
|
||||
more: '更多',
|
||||
pager: {
|
||||
total: '共 {n} 条',
|
||||
perPage: '{n} 条/页',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user