Skip to content

Commit

Permalink
Update locales/he_IL.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amsul committed Jul 11, 2020
1 parent 30149f4 commit 9a543a4
Showing 1 changed file with 144 additions and 8 deletions.
152 changes: 144 additions & 8 deletions locales/he_IL.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@
"fiat-ramps": "Fiat ramps"
},
"top-nav": {
"exchange-status": {
"operational": "Exchange fully operational",
"maintenance": "Exchange in maintenance"
},
"accounts-main-menu": {
"title": "Services"
},
Expand Down Expand Up @@ -1046,6 +1050,12 @@
},
"time-filled-col": {
"header-title": "Executed"
},
"direction-col": {
"cell-text": {
"buy": "Buy",
"sell": "Sell"
}
}
},
"recent-trades": {
Expand Down Expand Up @@ -1717,6 +1727,10 @@
"all-providers": "All providers",
"terms-and-conditions": "I accept {{providerName}}’s <0>Terms and Conditions</0>.",
"title": "Buy/Sell",
"no-providers": {
"title": "No asset providers available.",
"why-not": "No digital asset providers are available in your region yet."
},
"tier0": {
"buy-popular-assets": "Buy and sell popular digital assets",
"complete-kyc-5minute": "Upgrade to Tier 1 identity verification in just five minutes!",
Expand All @@ -1726,6 +1740,11 @@
"stake-your-nex": "Stake NEX to receive dividends.",
"use-with-vpn": "Access Nash through a VPN service."
},
"move-funds": {
"title": "Move {{asset}} to sell",
"l-amount-to-transfer": "Amount to transfer",
"b-move-to-sell": "Move {{asset}} to sell"
},
"provider": {
"title": "Select a provider",
"verify-identity": "<0>Verify your identity</0> to get started.",
Expand Down Expand Up @@ -1805,7 +1824,8 @@
},
"limits": {
"min-limit-message": "Minimum purchase: <0/>",
"min-limit": "Minimum"
"min-limit": "Minimum",
"over-available": "Insufficent {{asset}} in trading contract"
},
"currencies": {
"btc": "Bitcoin",
Expand All @@ -1828,6 +1848,10 @@
"carbon-timeout-body": "Your transaction failed because of an API request timeout. Carbon has been notified of this error",
"generic-fourhundred": "Error",
"nash": {
"region-restricted": {
"title": "Your region is not supported",
"body": "This feature is not yet available in your region."
},
"order-book-cache-empty": {
"title": "Order book cache is empty",
"body": "Could not generate a price. Please try again later."
Expand Down Expand Up @@ -1859,6 +1883,15 @@
"pay-with-default": "Select a payment method",
"link-new-bank": "Add payment method",
"complete-nash-profile": "Complete your <0>Nash profile</0> before you can 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.",
"no-funds-sell-1": "You don’t have any {{asset}} in your account to sell",
"no-funds-sell-2": "<0>Purchase {{asset}}</0> via Nash Cash with no fee or <1>transfer funds</1>.",
"must-move-funds-sell": "To sell {{asset}}, you must move it to the trading contract.",
"dismiss": "Dismiss forever",
"remind-me-later": "Remind me later",
"btn-move-to-sell": "Move {{asset}} to sell",
"want-to-buy-input-label": "I want to buy",
"want-to-sell-input-label": "I want to sell",
"spend": "Spend",
Expand All @@ -1874,6 +1907,7 @@
"weekly-limit-affix": "weekly limit",
"monthly-limit-affix": "monthly limit",
"yearly-limit-affix": "yearly limit",
"amount-pending": "<0/> pending",
"exceed-yearly-limit": "yearly limit exceeded",
"no-change-today": "no change today",
"change-today": "{{value}}% today",
Expand Down Expand Up @@ -1923,7 +1957,16 @@
"amount-debit": "The amount plus fees will be debited from your card {{card}}. You will receive {{asset}} in your Nash personal account shortly.",
"view": "You can view the status of your transaction <0>here</0>.",
"button": "Finish"
}
},
"sell-btn": "Review sale",
"l-trading-account": "Trading contract",
"l-to-sell-move": "To sell {{asset}}, you must move it to the trading contract.",
"l-sell": "Sell",
"l-receive": "Receive",
"l-personal-account": "Personal account",
"b-remind": "Remind me later",
"b-move-to-sell": "Move {{asset}} to sell →",
"b-dismiss": "Dismiss forever"
},
"transactions": {
"tab-title": "Transaction",
Expand Down Expand Up @@ -1994,13 +2037,30 @@
"show-transaction": "Transaction",
"deposited": "Deposited to",
"nash": {
"no-matching-data-header": "No results found.",
"no-matching-data-sub-header": "Your search didn’t match any purchases or sales.",
"no-data-header": "You haven’t made any transactions yet.",
"no-data-sub-header": "<0>Purchase digital assets</0> to get started.",
"col": {
"when": "When",
"action": "Action",
"rate": "Rate",
"destination": "Destination",
"amount": "Amount"
},
"get-refund-modal": {
"title": "Receive refund",
"refund-amount": "Refund amount",
"declined-exchange-rate": "Declined exchange rate",
"original-rate": "Original rate: <0 />",
"declined-amount": "Declined amount",
"original-amount": "Original amount: <0 />",
"pay-refund-to": "Pay refund to",
"add-payment-method": "Add payment method",
"no-methods": "No payment methods found",
"b-get-refund": "Receive refund",
"typical-arrival": "Refunds typically arrive in 1-4 days"
},
"sell-curr-amount": "Selling <0 />",
"buy-curr-amount": "Buying <0 />",
"refunded-buy-amount": "Refunded <0 />",
Expand All @@ -2016,6 +2076,9 @@
"btn-confirm": "View",
"btn-reconfirm": "Review",
"btn-view": "View",
"btn-select-account": "Select account",
"select-refund-account": "Select refund account",
"no-payment-method-on-quote": "No payment method given",
"status": "Status",
"refund-status-label": "Refund status",
"detailed-quote-status": {
Expand All @@ -2026,6 +2089,7 @@
"failed-expired-on-confirmation": "Quote expired",
"failed-expired-on-confirmation-reason": "You did not accept your quote in time and it expired",
"reconfirmation-expired": "Reconfirmation expired",
"processing-refund": "Processing refund",
"reconfirmation-rejected": "Reconfirmation rejected",
"confirmed-waiting-for-payment": "Waiting for payment",
"pending-refund": "Refund pending",
Expand All @@ -2044,10 +2108,13 @@
"confirmed-waiting-for-payment": "Payment needed",
"pending-refund": "Pending",
"pending-user-rate-reconfirmation": "Rate changed",
"processing": "Processing",
"processing-refund": "Processing",
"processing-settlement": "Processing",
"processing-payment": "Processing",
"refunded": "Refunded",
"completed": "Complete"
}
},
"refund-processing": "Processing refund…"
}
},
"payments-methods": {
Expand All @@ -2073,6 +2140,28 @@
"ACTIVE": "Active",
"REJECTED": "Rejected"
},
"nash": {
"add-method": "Add a new payment method",
"iban-invalid": "Please provide a valid IBAN.",
"btn-add-payment-method": "Add payment method",
"btn-add-payment-method-get-refund": "Add payment method and receive refund",
"add-pm-title": "Add new payment method",
"correct-name": "Please note that we will use your Tier 1 full name ‘{{name}}’ for this transfer. If your bank account isn’t registered under this name, please <0>update your Tier 1 name</0>.",
"e-payment-method-exists": "Payment method already exists",
"l-name-your-account": "Name your account",
"p-name-your-account": "Give your payment method a name",
"l-bank-iban": "IBAN",
"p-bank-iban": "Add your IBAN",
"added-date": "Added {{datetime}}",
"b-delete": "Delete",
"delete-modal-title": "Delete this payment method?",
"delete-modal-body": "Payment method with IBAN {{iban}} will be removed.",
"b-confirm-delete": "Delete",
"b-cancel-delete": "Do nothing",
"no-methods-1": "No EUR (€) payment methods added.",
"no-methods-2": "Add one to start selling crypto or receive a refund.",
"page-of": "{{pageNumber}} of {{totalPages}}"
},
"credit-card": {
"continue-billing": "Continue to billing details",
"enter-details": "Enter your credit card details",
Expand Down Expand Up @@ -2367,12 +2456,15 @@
"limits-not-complete": "Declare occupation and source of funds",
"limits-no-occupation": "Declare occupation",
"limits-no-source-of-funds": "Declare source of funds",
"limits-no-source-of-wealth": "Declare your main source of funds",
"limits-no-level-1": "Must be tier-1 verified",
"add-occupation": "Declare occupation",
"add-source-of-funds": "Declare source of funds",
"add-source-of-wealth": "Declare main source of funds",
"header": "Tier 1 profile information",
"contact-support-to-edit": "<0>Contact support</0> to edit",
"source-of-funds": "Source of funds",
"source-of-wealth": "Main source of funds",
"occupation": "Occupation",
"my-limits-tab": "Limits",
"account-id": "Account ID",
Expand Down Expand Up @@ -2461,7 +2553,17 @@
"arrival-time-value": "Upon sending funds, ~<0>2–5</0> business days",
"current-rate": "(<0></0>/<1>{{sourceCurrency}}</1>)",
"cancel-btn": "Cancel",
"confirm-btn": "I understand"
"confirm-btn": "I understand",
"nash": {
"l-you-will-sell": "You will sell",
"l-at-current-rate": "At the current rate",
"l-you-will-receive": "You will receive",
"l-pay-to": "Pay to",
"b-cancel-sale": "Cancel sale",
"title": "Sell {{asset}}",
"b-finalize-sale": "Finalize sale",
"m-add-a-method": "You need to add a payment method before we can finalize your quote."
}
},
"review-buy-transaction": {
"2fa-token": "{{providerName}} 2FA code",
Expand All @@ -2481,18 +2583,26 @@
"rate-protection-label": "Protected",
"current-rate": "<0 /> / <1>{{sourceCurrency}}</1>",
"destination": "Destination",
"paying-to": "Paying to",
"paid-to": "Paid to",
"l-refund-time": "Refund time",
"refund-time": "A few minutes",
"processing-refund": "Processing your refund",
"deposited-to": "Deposited to",
"asset-deposited-to": "Asset deposited to",
"refund-amount": "Refund amount",
"expired": "This quote expired {{value}} ago.",
"expired-message-1": "Your guaranteed exchange rate expired!",
"expired-message-2": "Refreshing may update your exchange rate.",
"expires": "This quote will expire in {{value}}.",
"started-on": "Started at",
"happy-btn": "Accept quote and make transfer",
"original-cost": "",
"user-iban-label": "IBAN used",
"payment-needed": "Payment needed",
"payment-status": "Payment status",
"payment-status-paid": "Paid",
"sale-status": "Sale status",
"sale-status-complete": "Complete",
"provider-fee": "Provider fee",
"provider-fee-with-name": "{{providerName}} fee",
"quoted-amount": "Quoted amount",
Expand All @@ -2504,19 +2614,40 @@
"get-or-cancel": "<0>Get recipient’s bank details</0> or <1>decline this quote</1>.",
"refresh-btn": "Refresh",
"status": "Currency status",
"l-reason": "Reason for refund",
"reason-compliance": "Compliance check failed",
"step-payment": "Make your transfer",
"step-review": "Review your quote",
"submit-btn": "Confirm purchase",
"taken-from-bank": "Taken from bank account",
"taken-from-card": "Charged to card",
"l-sell-add-source": "Please declare your source of funds for this particular sale.",
"l-buy-add-source": "Please declare your source of funds for this particular purchase.",
"quote-accepted-title": "Quote accepted",
"title": "Purchase digital assets",
"source-of-funds-modal": {
"title": "Source of funds",
"label": "Select or add the source of funds for this purchase",
"add-new": "+ Add new",
"l-add-new": "Add a new source of funds",
"b-add-new": "Save and use as source of funds",
"this-is-the-source": "This is the main source of funds declared on your Nash profile.",
"b-cancel": "Cancel",
"b-go-back": "Accept"
},
"total-cost": "Total cost",
"total-sold": "Total sold",
"fiat-deposited-to": "Deposited to",
"b-change": "Change",
"b-add": "Add",
"source-of-funds": "Source of funds for this purchase",
"total-with-provider-fee": "Total with fees",
"trading-contract": "Trading contract",
"transaction-details": "Order summary",
"transaction-details-link": "View",
"warning-msg": "I authorize {{providerName}} to debit the account indicated for the above amount on today’s date. I will not dispute {{providerName}} debiting my account, so long as the transaction corresponds to the terms in this online form and my agreement with {{providerName}}."
"warning-msg": "I authorize {{providerName}} to debit the account indicated for the above amount on today’s date. I will not dispute {{providerName}} debiting my account, so long as the transaction corresponds to the terms in this online form and my agreement with {{providerName}}.",
"declined-exchange-rate": "Declined exchange rate",
"declined-amount": "Declined amount"
},
"review-transfer-funds": {
"transfer-to": "Transfer <0 /> to the account listed below.",
Expand Down Expand Up @@ -2558,6 +2689,7 @@
"not-uploaded": "Not uploaded",
"document": "Document",
"documents": "Documents",
"transfer-amount": "Transfer this amount",
"pop-upload-time": "You must upload your proof of payment within 60 minutes after sending funds for this transaction to be valid.",
"add-default-docs": "<0>Increase my limits</0>",
"overlimit-message-level1": "You need to <0>complete your profile</0> before you can buy digital assets.",
Expand Down Expand Up @@ -2982,7 +3114,8 @@
"title": "Action",
"status": {
"completed": "Complete",
"pending": "Pending"
"pending": "Pending",
"pending-with-confirmations": "{{confirmations}}/{{denominator}} confirmations"
},
"view-transaction": "View transaction",
"retry-pending": "Retry sending transaction",
Expand All @@ -2998,9 +3131,11 @@
},
"destination": {
"title": "Destination",
"nash-account": "Nash",
"to": {
"trading-account": "Trading contract",
"personal-account": "Personal account",
"nash-fiat-ramp": "Sell to Nash",
"staking-account": "NEX staking contract",
"fees": "Fees"
},
Expand Down Expand Up @@ -3916,6 +4051,7 @@
"title_plural": "{{count}} contacts",
"search-my-contacts": "Search my contacts…",
"no-contacts": "You haven’t added or imported any contacts yet.",
"contact-fallback-name": "Contact",
"create-new": "Create new",
"buttons": {
"send": "Send",
Expand Down

0 comments on commit 9a543a4

Please sign in to comment.