diff --git a/src/i18n/zh/application.json b/src/i18n/zh/application.json index ebb3ddc3..6df7e361 100644 --- a/src/i18n/zh/application.json +++ b/src/i18n/zh/application.json @@ -1,55 +1,55 @@ { "button": { - "goDocument": "查看文档", - "buyMore": "购买更多", - "createOrder": "创建订单", - "custom": "自定义", - "query": "查询" + "goDocument": "View Document", + "buyMore": "Buy More", + "createOrder": "Create Order", + "custom": "Custom", + "query": "Query" }, "field": { - "id": "应用程序 ID", - "remainingAmount": "剩余金额", - "usedAmount": "已用金额", - "apiKey": "API 密钥", - "service": "服务", - "operation": "操作", - "amount": "金额", - "shouldPayPrice": "应付金额", + "id": "Application ID", + "remainingAmount": "Remaining Amount", + "usedAmount": "Used Amount", + "apiKey": "API Key", + "service": "Service", + "operation": "Operation", + "amount": "Amount", + "shouldPayPrice": "Payable Amount", "api": "API", - "proxy": "代理服务器", - "credential": "凭据", - "name": "名称", - "package": "包", - "price": "价格", - "type": "类型", - "freeAmount": "免费礼物", - "extraPrice": "额外价格" + "proxy": "Proxy", + "credential": "Credential", + "name": "Name", + "package": "Package", + "price": "Price", + "type": "Type", + "freeAmount": "Free Gift", + "extraPrice": "Extra Price" }, "message": { - "alreadyApplied": "您已经申请过此服务", - "applySuccessfully": "应用程序成功", - "notApplied": "您尚未申请此服务,请在使用之前申请此服务", - "yourApplication": "您的应用程序", - "unverified": "您需要完成真实身份验证才能申请此服务", - "goVerify": "转到真实身份认证", - "requiredParameter": "必填参数", - "example": "示例", - "readPolicy": "我已经阅读并同意", - "policy": "数据技术服务使用协议", - "notAgreePolicy": "您尚未同意数据技术服务使用协议", - "confirmApplying": "确认服务应用程序", + "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": "您确定要重置密钥?重置后无法恢复", - "idDoesNotExist": "应用程序不存在", - "rotateCredentialSuccessfully": "密钥重置成功", - "rotateCredentialFailed": "密钥重置失败,请联系客户服务", - "updateFailed": "修改失败", - "updateSuccessfully": "修改成功", - "applyDescription": "您可以在申请后立即使用它,您也会收到一定数量的免费时间。" + "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": "购买服务", - "applicationRemainingCount": "修改计数", - "manageApplication": "应用程序管理" + "buyService": "Buy Service", + "applicationRemainingCount": "Modify Count", + "manageApplication": "Application Management" } }