Skip to content

Commit

Permalink
Update locales/en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amsul committed Sep 28, 2020
1 parent 85bcc73 commit 50fcd4a
Showing 1 changed file with 42 additions and 10 deletions.
52 changes: 42 additions & 10 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,10 @@
},
"clear-studies-button-label": "Clear all indicators"
},
"update-order": {
"new-limit": "Set a new price",
"new-stop": "Set a new stop price"
},
"create-order": {
"buy": "Buy {{currencySymbol}}",
"sell": "Sell {{currencySymbol}}",
Expand Down Expand Up @@ -1908,6 +1912,7 @@
"pay-with-default": "Select a payment method",
"link-new-bank": "Add payment method",
"complete-nash-profile": "Complete your <0>Nash profile</0> to buy digital assets.",
"complete-transak-profile": "Complete your <0>Transak profile</0> to buy digital assets.",
"available-balance": "Available balance: <0>{{amount}}</0>",
"no-payment-method-sell": "<0>Add a payment method</0> to sell digital assets.",
"complete-nash-profile-add-method-to-sell": "Complete your <0>Nash profile</0> and <1>add a payment method</1> to sell digital assets.",
Expand Down Expand Up @@ -1993,6 +1998,13 @@
"b-move-to-sell": "Move {{asset}} to sell →",
"b-dismiss": "Dismiss forever"
},
"verify-code": {
"title": "Verify code",
"message": "Please verify your email, a verification code was sended, confirm the code on the below field",
"code-label": "Enter confirmation code:",
"code-placeholder": "1234",
"submit": "Verify code"
},
"transactions": {
"tab-title": "Transaction",
"fail_nopop": "Failed: Proof not uploaded in time",
Expand Down Expand Up @@ -2262,9 +2274,6 @@
"2fa": "Carbon two-factor authentication",
"create-2fa": "Enable",
"replace-2fa": "Disable",
"kyc-form": "Personal details",
"create-kyc-form": "Add personal details",
"edit-kyc-form": "Edit personal details",
"verification-pending": "Identity verification is pending.",
"verification-succeeded": "Identity verification successful.",
"verification-failed": "Identity verification failed. Please update and resubmit your information.",
Expand Down Expand Up @@ -2295,6 +2304,11 @@
"warning": "I understand that if I change my email address, my account will need to be reviewed again and I will not be able to make any purchases or sales until this review has been completed.",
"field": "Email address"
},
"personal-details": {
"edit": "Edit personal details",
"add": "Add personal details",
"label": "Personal details"
},
"occupation": {
"placeholder": "Account manager, Company Director, Nurse, etc.",
"save": "Declare occupation",
Expand All @@ -2315,11 +2329,14 @@
"first-name-label": "First name",
"last-name-label": "Last name",
"country-label": "Country",
"state-label": "State"
"state-label": "State",
"mobile-number": "Mobile number",
"mobile-number-required": "Mobile number"
},
"address": {
"edit": "Edit address",
"add": "Add address",
"label": "Address",
"save": "Submit address",
"warning": "I understand that if I change my address, my account will need to be reviewed again and I will not be able to make any purchases or sales until this review has been completed.",
"building-number-label": "Building number",
Expand Down Expand Up @@ -2380,7 +2397,8 @@
"file-failed": "Upload failed: {{fileName}}",
"file-update": "<0>Remove</0> or <1>upload a new image</1>",
"try-again": "Try again",
"submit-btn": "Submit document"
"submit-btn": "Submit document",
"provided": "Proof of address uploaded"
},
"id": {
"add": "Upload your identity document",
Expand Down Expand Up @@ -2682,10 +2700,10 @@
"transfer-to-label": "Transfer this amount",
"name-registered": "The bank account you use to pay must be registered under the same name as your Nash account.",
"make-transfer-soon": "Please make your transfer as soon as possible. If we do not receive your funds within five days, your order will be canceled. The bank account you use to pay must be registered under the same name as your Nash account.",
"reference": "Reference",
"reference": "Your code",
"need-to-include": "You need to include this.",
"iban": "IBAN",
"bank-swift": "Bank SWIFT",
"bank-swift": "Bank SWIFT/BIC",
"bank-country": "Bank country",
"decline-this-quote": "Decline this quote",
"bank-name": "Bank name",
Expand Down Expand Up @@ -2736,7 +2754,7 @@
"include-payment-reference": "To complete your purchase, upload a screenshot of your transfer as proof of payment.",
"reference": "Reference",
"bank-name": "Bank name",
"bank-swift": "Bank SWIFT/BIC",
"bank-swift": "SWIFT/BIC",
"bank-country": "Bank country",
"bank-address": "Bank address",
"bank-iban": "IBAN",
Expand Down Expand Up @@ -2767,7 +2785,14 @@
},
"error": {
"invalid-data": "Invalid data.",
"unhandled-error": "An unhandled error occurred. Please reload then try again."
"unhandled-error": "An unhandled error occurred. Please reload then try again.",
"profile": "An error ocurred while loading profile data. Please reload then try again.",
"file-upload": "Error uploading file. Please reload then try again.",
"bank-account": "Error retrieving your bank accounts. Please reload then try again.",
"platform": "Error retrieving data from CCPRO. Please reload then try again.",
"coins": "Error retrieving available coins. Please reload then try again.",
"kyc": "Error retrieving KYC data. Please reload then try again.",
"quote": "Error quoting order. Please reload then try again."
},
"validation": {
"first-name-required": "First name is required.",
Expand Down Expand Up @@ -2907,7 +2932,10 @@
"created": "Created",
"pending": "Pending"
},
"fetch-movements-error": "Error fetching your data. Please refresh the page."
"fetch-movements-error": "Error fetching your data. Please refresh the page.",
"table": {
"fee": "Fee"
}
},
"assets": {
"title": "Assets",
Expand Down Expand Up @@ -3121,6 +3149,10 @@
}
}
},
"receive-assets": {
"wallet-address": "Wallet address",
"only-send-to": "Only send {{currency}} to this address!"
},
"transfer-info": {
"title": "Funds can be transferred as follows",
"notice": "You can only trade on the Nash Exchange once you have sent funds to the trading contract.",
Expand Down

0 comments on commit 50fcd4a

Please sign in to comment.