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",
|
||||
|
||||
Reference in New Issue
Block a user