From 416c8c71de2aaf86a90e746662f4c0b04fc30546 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 1 May 2026 09:00:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=9A=84i18n=E7=BF=BB=E8=AF=91key(finance.cancel,=20agentApps.?= =?UTF-8?q?reject/remove=E7=AD=89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/plugins/i18n/en.json | 19 +++++++++++++------ frontend/src/plugins/i18n/zh.json | 20 ++++++++++++++------ 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/frontend/src/plugins/i18n/en.json b/frontend/src/plugins/i18n/en.json index 01d6ae9..d93f6b2 100644 --- a/frontend/src/plugins/i18n/en.json +++ b/frontend/src/plugins/i18n/en.json @@ -1030,7 +1030,8 @@ "endTime": "End Time", "createSuccess": "Created successfully", "createFailed": "Failed to create", - "appNameRequired": "Please enter application name" + "appNameRequired": "Please enter application name", + "createAppDesc": "Create a new application" }, "cards": { "title": "Card Management", @@ -1088,7 +1089,7 @@ "billingConfigDesc": "Select the billing method and value settings", "name": "Type Name", "namePlaceholder": "Enter type name", - "description": "Description", + "description": "Batch generate cards", "descriptionPlaceholder": "Enter description", "application": "Application", "selectApplication": "Select application", @@ -1528,7 +1529,9 @@ "authorization": "Authorization", "request": "Request", "my_request": "My Request" - } + }, + "reject": "Reject", + "remove": "Remove" }, "finance": { "title": "Finance Management", @@ -1552,6 +1555,7 @@ "endTime": "End Time", "to": "to", "delete": "Delete", + "cancel": "Cancel", "batchDelete": "Batch Delete", "batchDeleteBtn": "Batch Delete", "deleteConfirm": "Are you sure you want to delete this record?", @@ -1780,7 +1784,8 @@ "valueRequired": "Please enter value", "appRequired": "Please select application", "status": "Status" - } + }, + "createDescription": "Add a new cloud constant" }, "cloudVariables": { "title": "Cloud Variables", @@ -1881,8 +1886,10 @@ "success": "Created successfully", "failed": "Failed to create", "keyRequired": "Please enter key", - "appRequired": "Please select application" - } + "appRequired": "Please select application", + "scope": "Scope" + }, + "createDescription": "Add a new cloud variable" }, "cloudFunction": { "title": "Cloud Function", diff --git a/frontend/src/plugins/i18n/zh.json b/frontend/src/plugins/i18n/zh.json index c117849..dd430e1 100644 --- a/frontend/src/plugins/i18n/zh.json +++ b/frontend/src/plugins/i18n/zh.json @@ -1051,7 +1051,8 @@ "trial": "试用", "status": "状态", "createdAt": "创建时间" - } + }, + "createAppDesc": "创建新的应用程序" }, "cards": { "title": "卡密管理", @@ -1143,7 +1144,8 @@ "generateSuccess": "成功生成 {count} 张卡密", "generateFailed": "生成失败", "confirm": "确定", - "cancelBtn": "取消" + "cancelBtn": "取消", + "description": "批量生成卡密" } }, "agents": { @@ -1514,7 +1516,9 @@ "authorization": "授权", "request": "申请", "my_request": "我的申请" - } + }, + "reject": "拒绝", + "remove": "移除" }, "finance": { "title": "财务管理", @@ -1538,6 +1542,7 @@ "endTime": "结束时间", "to": "至", "delete": "删除", + "cancel": "取消", "batchDelete": "批量删除", "batchDeleteBtn": "批量删除", "deleteConfirm": "确定要删除此记录吗?", @@ -1766,7 +1771,8 @@ "valueRequired": "请输入值", "appRequired": "请选择应用", "status": "启用状态" - } + }, + "createDescription": "添加新的云端常量" }, "cloudVariables": { "title": "云端变量", @@ -1867,8 +1873,10 @@ "success": "创建成功", "failed": "创建失败", "keyRequired": "请输入键名", - "appRequired": "请选择应用" - } + "appRequired": "请选择应用", + "scope": "作用域" + }, + "createDescription": "添加新的云端变量" }, "cloudFunction": { "title": "云端函数",