feat: update menu text

This commit is contained in:
LittleBoy 2024-08-09 22:51:31 +08:00
parent 327d8de438
commit dc2b34f013
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@
"logout": "Logout", "logout": "Logout",
"menu": { "menu": {
"bill": "Bill Query", "bill": "Bill Query",
"check": "Reconciliation", "check": "Reconciliation / Sync",
"manual": "Manual Pay", "manual": "Manual Pay",
"permission": "Permission" "permission": "Permission"
} }

View File

@ -94,7 +94,7 @@
"logout": "注销登录", "logout": "注销登录",
"menu": { "menu": {
"bill": "账单查询", "bill": "账单查询",
"check": "对账", "check": "对账/同步",
"manual": "现场支付", "manual": "现场支付",
"permission": "权限管理" "permission": "权限管理"
} }

View File

@ -94,7 +94,7 @@
"logout": "登出登入", "logout": "登出登入",
"menu": { "menu": {
"bill": "帳單查詢", "bill": "帳單查詢",
"check": "對帳", "check": "對帳/同步",
"manual": "現場支付", "manual": "現場支付",
"permission": "權限管理" "permission": "權限管理"
} }