fix: 补充缺失的i18n翻译key(finance.cancel, agentApps.reject/remove等)

This commit is contained in:
2026-05-01 09:00:16 +08:00
parent ad68c47ecb
commit 416c8c71de
2 changed files with 27 additions and 12 deletions
+13 -6
View File
@@ -1030,7 +1030,8 @@
"endTime": "End Time", "endTime": "End Time",
"createSuccess": "Created successfully", "createSuccess": "Created successfully",
"createFailed": "Failed to create", "createFailed": "Failed to create",
"appNameRequired": "Please enter application name" "appNameRequired": "Please enter application name",
"createAppDesc": "Create a new application"
}, },
"cards": { "cards": {
"title": "Card Management", "title": "Card Management",
@@ -1088,7 +1089,7 @@
"billingConfigDesc": "Select the billing method and value settings", "billingConfigDesc": "Select the billing method and value settings",
"name": "Type Name", "name": "Type Name",
"namePlaceholder": "Enter type name", "namePlaceholder": "Enter type name",
"description": "Description", "description": "Batch generate cards",
"descriptionPlaceholder": "Enter description", "descriptionPlaceholder": "Enter description",
"application": "Application", "application": "Application",
"selectApplication": "Select application", "selectApplication": "Select application",
@@ -1528,7 +1529,9 @@
"authorization": "Authorization", "authorization": "Authorization",
"request": "Request", "request": "Request",
"my_request": "My Request" "my_request": "My Request"
} },
"reject": "Reject",
"remove": "Remove"
}, },
"finance": { "finance": {
"title": "Finance Management", "title": "Finance Management",
@@ -1552,6 +1555,7 @@
"endTime": "End Time", "endTime": "End Time",
"to": "to", "to": "to",
"delete": "Delete", "delete": "Delete",
"cancel": "Cancel",
"batchDelete": "Batch Delete", "batchDelete": "Batch Delete",
"batchDeleteBtn": "Batch Delete", "batchDeleteBtn": "Batch Delete",
"deleteConfirm": "Are you sure you want to delete this record?", "deleteConfirm": "Are you sure you want to delete this record?",
@@ -1780,7 +1784,8 @@
"valueRequired": "Please enter value", "valueRequired": "Please enter value",
"appRequired": "Please select application", "appRequired": "Please select application",
"status": "Status" "status": "Status"
} },
"createDescription": "Add a new cloud constant"
}, },
"cloudVariables": { "cloudVariables": {
"title": "Cloud Variables", "title": "Cloud Variables",
@@ -1881,8 +1886,10 @@
"success": "Created successfully", "success": "Created successfully",
"failed": "Failed to create", "failed": "Failed to create",
"keyRequired": "Please enter key", "keyRequired": "Please enter key",
"appRequired": "Please select application" "appRequired": "Please select application",
} "scope": "Scope"
},
"createDescription": "Add a new cloud variable"
}, },
"cloudFunction": { "cloudFunction": {
"title": "Cloud Function", "title": "Cloud Function",
+14 -6
View File
@@ -1051,7 +1051,8 @@
"trial": "试用", "trial": "试用",
"status": "状态", "status": "状态",
"createdAt": "创建时间" "createdAt": "创建时间"
} },
"createAppDesc": "创建新的应用程序"
}, },
"cards": { "cards": {
"title": "卡密管理", "title": "卡密管理",
@@ -1143,7 +1144,8 @@
"generateSuccess": "成功生成 {count} 张卡密", "generateSuccess": "成功生成 {count} 张卡密",
"generateFailed": "生成失败", "generateFailed": "生成失败",
"confirm": "确定", "confirm": "确定",
"cancelBtn": "取消" "cancelBtn": "取消",
"description": "批量生成卡密"
} }
}, },
"agents": { "agents": {
@@ -1514,7 +1516,9 @@
"authorization": "授权", "authorization": "授权",
"request": "申请", "request": "申请",
"my_request": "我的申请" "my_request": "我的申请"
} },
"reject": "拒绝",
"remove": "移除"
}, },
"finance": { "finance": {
"title": "财务管理", "title": "财务管理",
@@ -1538,6 +1542,7 @@
"endTime": "结束时间", "endTime": "结束时间",
"to": "至", "to": "至",
"delete": "删除", "delete": "删除",
"cancel": "取消",
"batchDelete": "批量删除", "batchDelete": "批量删除",
"batchDeleteBtn": "批量删除", "batchDeleteBtn": "批量删除",
"deleteConfirm": "确定要删除此记录吗?", "deleteConfirm": "确定要删除此记录吗?",
@@ -1766,7 +1771,8 @@
"valueRequired": "请输入值", "valueRequired": "请输入值",
"appRequired": "请选择应用", "appRequired": "请选择应用",
"status": "启用状态" "status": "启用状态"
} },
"createDescription": "添加新的云端常量"
}, },
"cloudVariables": { "cloudVariables": {
"title": "云端变量", "title": "云端变量",
@@ -1867,8 +1873,10 @@
"success": "创建成功", "success": "创建成功",
"failed": "创建失败", "failed": "创建失败",
"keyRequired": "请输入键名", "keyRequired": "请输入键名",
"appRequired": "请选择应用" "appRequired": "请选择应用",
} "scope": "作用域"
},
"createDescription": "添加新的云端变量"
}, },
"cloudFunction": { "cloudFunction": {
"title": "云端函数", "title": "云端函数",