fix: 补充缺失的i18n翻译key(finance.cancel, agentApps.reject/remove等)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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": "云端函数",
|
||||
|
||||
Reference in New Issue
Block a user