Skip to content

Commit

Permalink
Add test localization files (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
AceDataCloud committed Mar 22, 2024
1 parent 0de86f2 commit 9a8b5bd
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "add test i18n files",
"packageName": "@acedatacloud/hub",
"email": "germey@acedata.cloud",
"dependentChangeType": "patch"
}
37 changes: 37 additions & 0 deletions src/i18n/en/api.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
55 changes: 55 additions & 0 deletions src/i18n/en/application.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 9a8b5bd

Please sign in to comment.