Add test localization files (#5)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"comment": "add test i18n files",
|
||||
"packageName": "@acedatacloud/hub",
|
||||
"email": "germey@acedata.cloud",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"entity": {
|
||||
"requestQueries": "Request Queries",
|
||||
"requestBody": "Request Body",
|
||||
"responseBody": "Response Body",
|
||||
"requestHeaders": "Request Headers",
|
||||
"requestHeader": "Request Header",
|
||||
"responseHeaders": "Response Headers",
|
||||
"response": "Response",
|
||||
"success": "Success",
|
||||
"failure": "Failure",
|
||||
"responseExample": "Example",
|
||||
"authentication": "Authentication",
|
||||
"arrayOf": "Array of",
|
||||
"apiKey": "API Key"
|
||||
},
|
||||
"message": {
|
||||
"free": "Free",
|
||||
"appliedCount": "Applied Times",
|
||||
"firstFree": "First Free",
|
||||
"custom": "Specified Times",
|
||||
"present": "Gift",
|
||||
"around": "Approximately"
|
||||
},
|
||||
"credits": {
|
||||
"credit": "Credit",
|
||||
"Credit": "Credit",
|
||||
"credits": "Credits",
|
||||
"Credits": "Credits",
|
||||
"call": "Call",
|
||||
"Call": "Call",
|
||||
"calls": "Calls",
|
||||
"Calls": "Calls",
|
||||
"MB": "MB",
|
||||
"GB": "GB"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"button": {
|
||||
"goDocument": "View Document",
|
||||
"buyMore": "Buy More",
|
||||
"createOrder": "Create Order",
|
||||
"custom": "Custom",
|
||||
"query": "Query"
|
||||
},
|
||||
"field": {
|
||||
"id": "Application ID",
|
||||
"remainingAmount": "Remaining Amount",
|
||||
"usedAmount": "Used Amount",
|
||||
"apiKey": "API Key",
|
||||
"service": "Service",
|
||||
"operation": "Operation",
|
||||
"amount": "Amount",
|
||||
"shouldPayPrice": "Payable Amount",
|
||||
"api": "API",
|
||||
"proxy": "Proxy",
|
||||
"credential": "Credential",
|
||||
"name": "Name",
|
||||
"package": "Package",
|
||||
"price": "Price",
|
||||
"type": "Type",
|
||||
"freeAmount": "Free Gift",
|
||||
"extraPrice": "Extra Price"
|
||||
},
|
||||
"message": {
|
||||
"alreadyApplied": "You have already applied for this service",
|
||||
"applySuccessfully": "Application successful",
|
||||
"notApplied": "You have not applied for this service yet, please apply for this service before using",
|
||||
"yourApplication": "Your application",
|
||||
"unverified": "You need to complete real-name authentication before you can apply for this service",
|
||||
"goVerify": "Go to real-name authentication",
|
||||
"requiredParameter": "Required parameter",
|
||||
"example": "Example",
|
||||
"readPolicy": "I have read and agree to",
|
||||
"policy": "Data Technology Service Use Agreement",
|
||||
"notAgreePolicy": "You have not agreed to the Data Technology Service Use Agreement",
|
||||
"confirmApplying": "Confirm service application",
|
||||
"rotateCredential": "Reset key",
|
||||
"rotateCredentialConfirm": "Are you sure you want to reset the key? It cannot be recovered after resetting",
|
||||
"idDoesNotExist": "Application does not exist",
|
||||
"rotateCredentialSuccessfully": "Key reset successful",
|
||||
"rotateCredentialFailed": "Key reset failed, please contact customer service",
|
||||
"updateFailed": "Modification failed",
|
||||
"updateSuccessfully": "Modification successful",
|
||||
"applyDescription": "You can use it immediately after applying, and you will also receive a certain number of free times."
|
||||
},
|
||||
"title": {
|
||||
"buyService": "Buy Service",
|
||||
"applicationRemainingCount": "Modify Count",
|
||||
"manageApplication": "Application Management"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user