-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AceDataCloud
committed
Mar 22, 2024
1 parent
0de86f2
commit 9a8b5bd
Showing
3 changed files
with
99 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@acedatacloud-hub-977c3d4d-aa47-4005-a066-1da6b21e4ba7.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |