From dc2b34f01340cb5909d8237dbab13eefc7e9e937 Mon Sep 17 00:00:00 2001 From: callmeyan Date: Fri, 9 Aug 2024 22:51:31 +0800 Subject: [PATCH] feat: update menu text --- src/i18n/translations/en.json | 2 +- src/i18n/translations/sc.json | 2 +- src/i18n/translations/tc.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/translations/en.json b/src/i18n/translations/en.json index e1e97d1..78eebc7 100644 --- a/src/i18n/translations/en.json +++ b/src/i18n/translations/en.json @@ -94,7 +94,7 @@ "logout": "Logout", "menu": { "bill": "Bill Query", - "check": "Reconciliation", + "check": "Reconciliation / Sync", "manual": "Manual Pay", "permission": "Permission" } diff --git a/src/i18n/translations/sc.json b/src/i18n/translations/sc.json index dc05ebd..c8b67d5 100644 --- a/src/i18n/translations/sc.json +++ b/src/i18n/translations/sc.json @@ -94,7 +94,7 @@ "logout": "注销登录", "menu": { "bill": "账单查询", - "check": "对账", + "check": "对账/同步", "manual": "现场支付", "permission": "权限管理" } diff --git a/src/i18n/translations/tc.json b/src/i18n/translations/tc.json index 0d6d633..1cbae5c 100644 --- a/src/i18n/translations/tc.json +++ b/src/i18n/translations/tc.json @@ -94,7 +94,7 @@ "logout": "登出登入", "menu": { "bill": "帳單查詢", - "check": "對帳", + "check": "對帳/同步", "manual": "現場支付", "permission": "權限管理" }