taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 71c338d7660bab2172430bf187b510a3a8b515a9
parent 9115066716db243268693b959435b5c1ef64787a
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Mon, 15 Dec 2025 13:02:46 -0300

gloal update of i18n strigns

Diffstat:
Mpackages/aml-backoffice-ui/src/i18n/strings.ts | 6480+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
Mpackages/auditor-backoffice-ui/src/i18n/strings.ts | 9570+++----------------------------------------------------------------------------
Mpackages/bank-ui/src/i18n/strings.ts | 60++++++++++++++++++++++++++++++------------------------------
Apackages/challenger-ui/src/i18n/de.po | 26++++++++++++++++++++++++++
Mpackages/challenger-ui/src/i18n/strings.ts | 86++++++++++---------------------------------------------------------------------
Mpackages/kyc-ui/src/i18n/strings.ts | 5190+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
Mpackages/merchant-backoffice-ui/src/i18n/strings.ts | 2841+++++++++++++++++++++++++++++++++----------------------------------------------
Mpackages/taler-wallet-webextension/src/i18n/strings.ts | 73436+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
8 files changed, 82679 insertions(+), 15010 deletions(-)

diff --git a/packages/aml-backoffice-ui/src/i18n/strings.ts b/packages/aml-backoffice-ui/src/i18n/strings.ts @@ -1,6 +1,6 @@ /* This file is part of GNU Taler - (C) 2022-2025 Taler Systems S.A. + (C) 2022-2024 Taler Systems S.A. GNU Taler is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -14,505 +14,6011 @@ GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ -export interface StringsType { - domain: string; - // lang: string; - completeness?: number; - // plural_forms: string; - locale_data: { - messages: Record<string, unknown>; - }; -} -export const strings: Record<string, StringsType> = {}; +/*eslint quote-props: ["error", "consistent"]*/ +export const strings: {[s: string]: any} = {}; -strings["de"] = { - domain: "messages", - locale_data: { - messages: { +strings['it'] = { + "locale_data": { + "messages": { "": { - domain: "messages", - plural_forms: "nplurals=2; plural=(n != 1);", - lang: "de", + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "it" }, - Logout: [""], - "Skip to main content": [""], - "This part of the demo shows how a bank that supports Taler directly would work. In addition to using your own bank account, you can also see the transaction history of some %1$s.": - [""], - "Taler logo": [""], - "Missing username": [""], - "Missing password": [""], - "Please login!": [""], - "Username:": [""], - "Password:": [""], - Login: [""], - Register: [""], - "Missing IBAN": [""], - "IBAN should have just uppercased letters and numbers": [""], - "Missing subject": [""], - "Missing amount": [""], - "Amount is not valid": [""], - "Should be greater than 0": [""], - "Receiver IBAN:": [""], - "Transfer subject:": [""], - "Amount:": [""], - "Field(s) missing.": [""], - "Want to try the raw payto://-format?": [""], - "Missing payto address": [""], - "Payto does not follow the pattern": [""], - "Transfer money to account identified by payto:// URI:": [""], - "payto URI:": [""], - "payto address": [""], - Send: [""], - "Use wire-transfer form?": [""], - "No credentials found.": [""], - "Could not create the wire transfer": [""], - "Transfer creation gave response error": [""], - "Wire transfer created!": [""], - "Amount to withdraw:": [""], - Withdraw: [""], - "No credentials given.": [""], - "Could not create withdrawal operation": [""], - "Withdrawal creation gave response error": [""], - "Obtain digital cash": [""], - "Transfer to bank account": [""], - Date: [""], - Amount: [""], - Counterpart: [""], - Subject: [""], - "Transfer to Taler Wallet": [""], - "Use this QR code to withdraw to your mobile wallet:": [""], - "Click %1$s to open your Taler wallet!": [""], - "Confirm Withdrawal": [""], - "Authorize withdrawal by solving challenge": [""], - "What is": [""], - "Answer is wrong.": [""], - Confirm: [""], - Cancel: [""], - "A this point, a %1$s bank would ask for an additional authentication proof (PIN/TAN, one time password, ..), instead of a simple calculation.": - [""], - "No withdrawal ID found.": [""], - "Could not confirm the withdrawal": [""], - "Withdrawal confirmation gave response error": [""], - "Withdrawal confirmed!": [""], - "Could not abort the withdrawal.": [""], - "Withdrawal abortion failed.": [""], - "Withdrawal aborted!": [""], - Abort: [""], - "withdrawal (%1$s) was never (correctly) created at the bank...": [""], - "Waiting the bank to create the operation...": [""], - "This withdrawal was aborted!": [""], - "Welcome to %1$s!": [""], - "Username or account label '%1$s' not found. Won't login.": [""], - "Wrong credentials given.": [""], - "Account information could not be retrieved.": [""], - "Welcome, %1$s !": [""], - "Bank account balance": [""], - Payments: [""], - "Latest transactions:": [""], - "List of public accounts was not found.": [""], - "List of public accounts could not be retrieved.": [""], - "History of public accounts": [""], - "Currently, the bank is not accepting new registrations!": [""], - "Use only letter and numbers starting with a lower case letter": [""], - "Password don't match": [""], - "Please register!": [""], - "Repeat Password:": [""], - "Registration failed, please report": [""], - "That username is already taken": [""], - "New registration gave response error": [""], - "Bank menu": [""], - "Select option1": [""], - "Select option2": [""], - days: [""], - hours: [""], - minutes: [""], - seconds: [""], - }, + "Show debug info": [ + "" + ], + "Use testing dialect": [ + "" + ], + "Allow Insecure password": [ + "" + ], + "Keep session after reload": [ + "" + ], + "Don't compress request": [ + "" + ], + "Internal error, please report.": [ + "Registrazione" + ], + "Preferences": [ + "" + ], + "Password": [ + "" + ], + "Required": [ + "" + ], + "should have at least 12 characters": [ + "" + ], + "should have lowercase and uppercase characters": [ + "" + ], + "should have numbers": [ + "" + ], + "should have at least one character which is not a number or letter": [ + "" + ], + "Repeat password": [ + "" + ], + "doesn't match": [ + "" + ], + "Create account": [ + "" + ], + "Create": [ + "" + ], + "Couldn't unlock the account, the password may be wrong.": [ + "" + ], + "Account locked": [ + "" + ], + "Your account is normally locked anytime you reload. To unlock type your password again.": [ + "" + ], + "Unlock": [ + "" + ], + "Forget account": [ + "" + ], + "There are no rules for operations": [ + "" + ], + "This mean that all operation have no limit.": [ + "" + ], + "Add custom rule": [ + "" + ], + "Operation": [ + "" + ], + "Threshold": [ + "" + ], + "Escalation": [ + "" + ], + "%1$s": [ + "" + ], + "(all)": [ + "" + ], + "Since": [ + "" + ], + "Expired": [ + "" + ], + "Expires": [ + "" + ], + "Successor measure": [ + "" + ], + "AML officer justification": [ + "" + ], + "Default rules": [ + "" + ], + "Forms": [ + "" + ], + "Measures used to get gather information about the customer.": [ + "" + ], + "Name": [ + "" + ], + "Check": [ + "" + ], + "Program": [ + "" + ], + "Context": [ + "" + ], + "Modify": [ + "" + ], + "Info": [ + "" + ], + "Will show information to the user.": [ + "" + ], + "Instant measures": [ + "" + ], + "Triggered immediately without customer interaction.": [ + "" + ], + "Input requirement": [ + "" + ], + "Already completed.": [ + "" + ], + "Waiting to be completed.": [ + "" + ], + "Current active rules": [ + "" + ], + "There are no rules for this account yet.": [ + "" + ], + "New rule form": [ + "" + ], + "Add": [ + "" + ], + "Cancel": [ + "" + ], + "Basic plan": [ + "" + ], + "Premium": [ + "" + ], + "E-commerce": [ + "" + ], + "Point-of-sale": [ + "" + ], + "GLS Registered E-Commerce Merchant": [ + "" + ], + "Check rules": [ + "" + ], + "The account is a wallet and there are bank account operation's limits which may trigger actions that are not required: %1$s": [ + "" + ], + "The account isn't a wallet and there are wallet operation's limits which may trigger actions that are not required: %1$s": [ + "" + ], + "The account is a wallet and there are wallet operation's limits which are not limited: %1$s": [ + "" + ], + "The AML account is bank account, but not all account-related operations are limited (%1$s).": [ + "" + ], + "New rules": [ + "" + ], + "Reset rules to current state": [ + "" + ], + "Set rules to default": [ + "" + ], + "Freeze account": [ + "" + ], + "Behavior on rule expiration": [ + "" + ], + "Reset measure": [ + "" + ], + "Reset expiration": [ + "" + ], + "Operation type": [ + "" + ], + "Timeframe": [ + "" + ], + "Exposed": [ + "" + ], + "Is this limit communicated to the customer?": [ + "" + ], + "Esclation measure": [ + "" + ], + "Measures that the customer will need to satisfy to apply for a new threshold.": [ + "" + ], + "All measures": [ + "" + ], + "Hint the customer that all measure should be completed": [ + "" + ], + "Expiration": [ + "" + ], + "Predefined shortcuts": [ + "" + ], + "In a week": [ + "" + ], + "In a month": [ + "" + ], + "In a year": [ + "" + ], + "Never": [ + "" + ], + "Expiration date": [ + "" + ], + "Until when are the new rules active.": [ + "" + ], + "Measure taken automatically upon expiration of the current decision.": [ + "" + ], + "New decision": [ + "" + ], + "Show transfers": [ + "" + ], + "Case history for selected account": [ + "Storico dei conti pubblici" + ], + "ID:": [ + "" + ], + "Payto:": [ + "" + ], + "Under investigation": [ + "" + ], + "This account requires a manual review and is waiting for a decision to be made.": [ + "" + ], + "Collected information": [ + "" + ], + "Every attribute collection event (via form upload or KYC provider).": [ + "" + ], + "The event list is empty": [ + "" + ], + "Current account properties": [ + "" + ], + "No active decision found": [ + "Credenziali invalide." + ], + "There is no decision for this account yet. The account is limited by the default rules.": [ + "" + ], + "Previous AML decisions": [ + "" + ], + "No aml history found": [ + "" + ], + "Current active measures": [ + "" + ], + "Now": [ + "" + ], + "Public key": [ + "" + ], + "Request account activation": [ + "" + ], + "Lock account": [ + "" + ], + "Operation denied": [ + "" + ], + "This account signature is invalid, contact administrator or create a new one.": [ + "" + ], + "The designated AML account is not known, contact administrator or create a new one.": [ + "" + ], + "The designated AML account is not enabled, contact administrator or create a new one.": [ + "" + ], + "High risk accounts. Only with custom rules.": [ + "" + ], + "Account with custom rules.": [ + "" + ], + "High risk accounts": [ + "" + ], + "All account known.": [ + "" + ], + "High risk accounts under investigation. Only with custom rules.": [ + "" + ], + "Accounts under investigation. Only with custom rules.": [ + "" + ], + "High risk accounts under investigation.": [ + "" + ], + "Accounts under investigation.": [ + "" + ], + "High risk accounts without investigation. Only with custom rules.": [ + "" + ], + "Accounts without investigation. Only with custom rules.": [ + "" + ], + "High risk accounts without investigation.": [ + "" + ], + "Accounts without investigation.": [ + "" + ], + "Accounts": [ + "Somma" + ], + "Export as file": [ + "" + ], + "Export completed": [ + "" + ], + "Click here to save the file in your computer.": [ + "" + ], + "No results": [ + "" + ], + "#": [ + "" + ], + "Account Identification": [ + "" + ], + "Open time": [ + "" + ], + "Status": [ + "" + ], + "From %1$s%2$sTo %3$s": [ + "" + ], + "Since %1$s": [ + "" + ], + "Not opened": [ + "" + ], + "High risk": [ + "" + ], + "With custom rules": [ + "" + ], + "Invalid account": [ + "" + ], + "Search by ID": [ + "" + ], + "Under investigation: ": [ + "" + ], + "High risk:": [ + "" + ], + "Open:": [ + "" + ], + "Dashboard": [ + "" + ], + "Statistics": [ + "" + ], + "Accounts open": [ + "" + ], + "New files last year": [ + "" + ], + "Closes files last year": [ + "" + ], + "MROS substantaiated": [ + "" + ], + "MROS simple": [ + "" + ], + "High risk files": [ + "" + ], + "PEP files": [ + "" + ], + "Under investiation": [ + "" + ], + "Number of accounts that are opened": [ + "" + ], + "Number of new GwG files in the last year": [ + "" + ], + "Number of GwG files closed in the last year": [ + "" + ], + "Number of MROS reports based on Art 9 Abs. 1 GwG (per year)": [ + "" + ], + "Number of MROS reports based on Art 305ter Abs. 2 StGB (per year)": [ + "" + ], + "Number of GwG files of high-risk customers": [ + "" + ], + "Number of GwG files managed with “increased risk” due to PEP status": [ + "" + ], + "Number of customers involved in proceedings for which Art 6 GwG did apply": [ + "" + ], + "previous": [ + "" + ], + "Decreased by": [ + "" + ], + "Increased by": [ + "" + ], + "Events": [ + "" + ], + "The events will be triggered only after the decision has been confirmed.": [ + "" + ], + "Calculated": [ + "" + ], + "Events based on properties and new attributes that should be triggered": [ + "" + ], + "Others": [ + "" + ], + "Events that can be triggered manually": [ + "" + ], + "Custom list": [ + "" + ], + "Events without built-in support.": [ + "" + ], + "Complete the form": [ + "" + ], + "These measures will ask the customer for information.": [ + "" + ], + "change form": [ + "" + ], + "Expiration date of the information filled in this form.": [ + "" + ], + "Include new information": [ + "" + ], + "Select a form to submit new information about the customer or continue to the next step": [ + "" + ], + "Form:": [ + "" + ], + "Justification": [ + "" + ], + "Keep investigation?": [ + "" + ], + "Account holder": [ + "" + ], + "Full name of the account holder": [ + "" + ], + "loading...": [ + "" + ], + "Update": [ + "" + ], + "Remove": [ + "" + ], + "Configure verification type: %1$s": [ + "" + ], + "Show complete form": [ + "" + ], + "Configure measure": [ + "" + ], + "Show as verification": [ + "" + ], + "There is already a measure with that name": [ + "" + ], + "Only required when no check is specified": [ + "" + ], + "Missing check or program": [ + "" + ], + "Without a check the program will run automatically": [ + "" + ], + "Field name": [ + "" + ], + "Type": [ + "" + ], + "string": [ + "" + ], + "number": [ + "" + ], + "boolean": [ + "" + ], + "json": [ + "" + ], + "Value": [ + "" + ], + "There are unsatisfied inputs: %1$s": [ + "" + ], + "There are missing inputs: %1$s": [ + "" + ], + "There are missing requirements: %1$s": [ + "" + ], + "Can't be empty": [ + "" + ], + "It should be a number": [ + "" + ], + "Not a number": [ + "" + ], + "It should be finite": [ + "" + ], + "It should be a safe integer": [ + "" + ], + "It should be either \"true\" or \"false\"": [ + "" + ], + "Couldn't parse as json string: %1$s": [ + "" + ], + "Description": [ + "" + ], + "Inputs": [ + "" + ], + "Output": [ + "" + ], + "Requires": [ + "" + ], + "Fallback": [ + "" + ], + "Name of the verification measure": [ + "" + ], + "Read only": [ + "" + ], + "Prevent the customer of changing the address": [ + "" + ], + "Configure verification measure: \"%1$s\"": [ + "" + ], + "Add custom measure": [ + "" + ], + "Custom measures": [ + "" + ], + "Server measures": [ + "" + ], + "New measures": [ + "" + ], + "Measures that are available/executed directly after the decision is confirmed.": [ + "" + ], + "Reset to default": [ + "" + ], + "Properties": [ + "" + ], + "Custom properties": [ + "" + ], + "Add more properties that not listed above.": [ + "" + ], + "New properties": [ + "" + ], + "Current note on the GWG File": [ + "" + ], + "Customer name or internal alias.": [ + "" + ], + "Is the account active for deposit and payments?": [ + "" + ], + "Is the account idle?": [ + "" + ], + "No operation for a period of time": [ + "" + ], + "Does account belong to a domestic PEP?": [ + "" + ], + "Does account belong to a foreign PEP?": [ + "" + ], + "Does account belong to a international organization PEP?": [ + "" + ], + "Does account belong to a high risk customer?": [ + "" + ], + "Does account belong to a person from a high risk country?": [ + "" + ], + "The MROS reporting state for the account.": [ + "" + ], + "None": [ + "" + ], + "Pending investigation": [ + "" + ], + "Investigated without suspicion": [ + "" + ], + "Reported simple suspicion": [ + "" + ], + "Reported substantaited suspicion": [ + "" + ], + "Informal reason why the AML investigation was triggered": [ + "" + ], + "Identifies the sanction list entry that the account matched against": [ + "" + ], + "Best match, does not mean it was a good match.": [ + "" + ], + "Score for how good the sanction list match was": [ + "" + ], + "Score for how much supporting data we had for the sanction list match": [ + "" + ], + "Suppress flagging this account when it creates a hit on a sanctions list, this is a false-positive": [ + "" + ], + "GLS Customer ID": [ + "" + ], + "Wrong credentials for \"%1$s\"": [ + "Credenziali invalide." + ], + "The account was not found": [ + "Lista conti pubblici non trovata." + ], + "Officer disabled or more recent decision was already submitted.": [ + "" + ], + "Confirmation required": [ + "" + ], + "This decision declares that the MROS report have concluded. Please make that this is the case": [ + "" + ], + "I want to check first!": [ + "" + ], + "Confirm decision": [ + "Conferma" + ], + "Missing deadline": [ + "" + ], + "Deadline should specify when this rules ends and what is the next measures to apply after expiration.": [ + "" + ], + "Missing rules": [ + "indirizzo Payto" + ], + "Can't make a decision without rules.": [ + "" + ], + "Missing active measure": [ + "indirizzo Payto" + ], + "You should specify in the measure section.": [ + "" + ], + "No customer action required.": [ + "" + ], + "No active measure has been selected.": [ + "" + ], + "Missing properties": [ + "indirizzo Payto" + ], + "You should specify in the properties section.": [ + "" + ], + "Missing events": [ + "" + ], + "You should specify in the events section.": [ + "" + ], + "Missing justification": [ + "" + ], + "You must complete the justification section.": [ + "" + ], + "Invalid attributes": [ + "" + ], + "You should check form errors or submit a decision without attributes.": [ + "" + ], + "Clear": [ + "Cancella" + ], + "Send decision": [ + "" + ], + "Prev": [ + "" + ], + "Next": [ + "" + ], + "Attributes": [ + "" + ], + "Add more information about the customer": [ + "" + ], + "Rules": [ + "" + ], + "Set the limit of the operations": [ + "" + ], + "Trigger notifications.": [ + "" + ], + "Measures": [ + "" + ], + "Ask the customer to take action.": [ + "" + ], + "Describe the decision.": [ + "" + ], + "Flag the current account state.": [ + "" + ], + "Summary": [ + "" + ], + "Review and submit.": [ + "" + ], + "Decision for account:": [ + "" + ], + "Decision for wallet:": [ + "" + ], + "Decision for bank account:": [ + "Trasferisci fondi a un altro conto di questa banca:" + ], + "Search account": [ + "" + ], + "Check account details": [ + "" + ], + "Account most recent decisions": [ + "" + ], + "When": [ + "" + ], + "LATEST": [ + "" + ], + "ACTIVE": [ + "" + ], + "Account not found": [ + "" + ], + "There is no history known for this account yet.": [ + "" + ], + "You can make a decision for this account anyway.": [ + "" + ], + "Search": [ + "" + ], + "IBAN": [ + "" + ], + "Taler Bank": [ + "Banca 'demo'" + ], + "Wallet": [ + "" + ], + "Generic Payto:// URI": [ + "" + ], + "Account type": [ + "" + ], + "Should be 52 characters.": [ + "" + ], + "Failed to parse: %1$s": [ + "" + ], + "Address contains invalid characters.": [ + "" + ], + "Can't mix uppercased and lowercased characters.": [ + "" + ], + "The addr checksum doesn't match.": [ + "" + ], + "Missing separator or address type.": [ + "indirizzo Payto" + ], + "Address should have less than 90 characters.": [ + "" + ], + "Address should have more than 6 characters.": [ + "" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "The string should start with payto://": [ + "" + ], + "After the target type it should follow a '/' with more information.": [ + "" + ], + "The target type is not supported, only x-taler-bank, taler-reserve or iban": [ + "" + ], + "IBAN is missing": [ + "" + ], + "Bitcoin address is missing": [ + "" + ], + "Bank host and account is missing": [ + "" + ], + "Exchange host and account is missing": [ + "" + ], + "Ethereum address is missing": [ + "" + ], + "Invalid IBAN: %1$s": [ + "" + ], + "Invalid BTC: %1$s": [ + "" + ], + "Invalid reserve: %1$s": [ + "" + ], + "Invalid host": [ + "" + ], + "Invalid address": [ + "indirizzo Payto" + ], + "Payto URI": [ + "" + ], + "As defined by RFC 8905": [ + "" + ], + "payto://": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "DE1231231231": [ + "" + ], + "Host": [ + "" + ], + "Exchange hostname": [ + "" + ], + "exchange.taler.net": [ + "" + ], + "Remove last '/'": [ + "" + ], + "Invalid value": [ + "" + ], + "ID": [ + "" + ], + "Wallet reserve public key": [ + "" + ], + "abcdef1235": [ + "" + ], + "Should be 52 characters": [ + "" + ], + "Account": [ + "Somma" + ], + "Bank account identification": [ + "Bilancio:" + ], + "DE123123123": [ + "" + ], + "Hostname": [ + "" + ], + "Without the scheme, may include subpath: bank.com, bank.com/path/": [ + "" + ], + "bank.demo.taler.net": [ + "" + ], + "Invalid hostname": [ + "" + ], + "Different form version": [ + "" + ], + "The collected information don't have the form version used.": [ + "" + ], + "The collected information used the form version \"%1$s \" but is not available.": [ + "" + ], + "Case details": [ + "" + ], + "Next event": [ + "" + ], + "Previous event": [ + "" + ], + "Direction": [ + "" + ], + "Credit": [ + "" + ], + "Debit": [ + "" + ], + "KYC Auth": [ + "" + ], + "Minimum amount": [ + "" + ], + "All amounts below the given threshold will be filtered.": [ + "" + ], + "Select transaction type": [ + "Ultime transazioni:" + ], + "Please select a transaction type to show transactions.": [ + "" + ], + "Transfers history for account": [ + "Trasferisci fondi a un altro conto di questa banca:" + ], + "Transfers history": [ + "" + ], + "No transfers yet.": [ + "Bonifico" + ], + "There are no transfer for this account.": [ + "Trasferisci fondi a un altro conto di questa banca:" + ], + "There are no transfer reported to the exchange with the current threshold.": [ + "" + ], + "Date": [ + "" + ], + "Amount": [ + "Somma" + ], + "sent": [ + "" + ], + "received": [ + "" + ], + "to": [ + "" + ], + "from": [ + "" + ], + "Welcome to exchange config!": [ + "Benvenuti in banca euFin!" + ], + "Transfers": [ + "" + ], + "Profile": [ + "" + ], + "A list of all the pre-define measures in your that can used.": [ + "" + ], + "threshold\u0004%1$s every %2$s": [ + "" + ], + "operation type\u0004Withdraw": [ + "Conferma il ritiro" + ], + "operation type\u0004Deposit": [ + "" + ], + "operation type\u0004Merge": [ + "" + ], + "operation type\u0004Aggregate": [ + "" + ], + "operation type\u0004Balance": [ + "" + ], + "operation type\u0004Refund": [ + "" + ], + "operation type\u0004Close": [ + "" + ], + "operation type\u0004Transaction": [ + "Ultime transazioni:" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "it", + "completeness": 6 +}; + +strings['fr'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n > 1;", + "lang": "fr" + }, + "Show debug info": [ + "" + ], + "Use testing dialect": [ + "" + ], + "Allow Insecure password": [ + "" + ], + "Keep session after reload": [ + "" + ], + "Don't compress request": [ + "" + ], + "Internal error, please report.": [ + "" + ], + "Preferences": [ + "" + ], + "Password": [ + "" + ], + "Required": [ + "" + ], + "should have at least 12 characters": [ + "" + ], + "should have lowercase and uppercase characters": [ + "" + ], + "should have numbers": [ + "" + ], + "should have at least one character which is not a number or letter": [ + "" + ], + "Repeat password": [ + "" + ], + "doesn't match": [ + "" + ], + "Create account": [ + "" + ], + "Create": [ + "" + ], + "Couldn't unlock the account, the password may be wrong.": [ + "" + ], + "Account locked": [ + "" + ], + "Your account is normally locked anytime you reload. To unlock type your password again.": [ + "" + ], + "Unlock": [ + "" + ], + "Forget account": [ + "" + ], + "There are no rules for operations": [ + "" + ], + "This mean that all operation have no limit.": [ + "" + ], + "Add custom rule": [ + "" + ], + "Operation": [ + "" + ], + "Threshold": [ + "" + ], + "Escalation": [ + "" + ], + "%1$s": [ + "" + ], + "(all)": [ + "" + ], + "Since": [ + "" + ], + "Expired": [ + "" + ], + "Expires": [ + "" + ], + "Successor measure": [ + "" + ], + "AML officer justification": [ + "" + ], + "Default rules": [ + "" + ], + "Forms": [ + "" + ], + "Measures used to get gather information about the customer.": [ + "" + ], + "Name": [ + "" + ], + "Check": [ + "" + ], + "Program": [ + "" + ], + "Context": [ + "" + ], + "Modify": [ + "" + ], + "Info": [ + "" + ], + "Will show information to the user.": [ + "" + ], + "Instant measures": [ + "" + ], + "Triggered immediately without customer interaction.": [ + "" + ], + "Input requirement": [ + "" + ], + "Already completed.": [ + "" + ], + "Waiting to be completed.": [ + "" + ], + "Current active rules": [ + "" + ], + "There are no rules for this account yet.": [ + "" + ], + "New rule form": [ + "" + ], + "Add": [ + "" + ], + "Cancel": [ + "" + ], + "Basic plan": [ + "" + ], + "Premium": [ + "" + ], + "E-commerce": [ + "" + ], + "Point-of-sale": [ + "" + ], + "GLS Registered E-Commerce Merchant": [ + "" + ], + "Check rules": [ + "" + ], + "The account is a wallet and there are bank account operation's limits which may trigger actions that are not required: %1$s": [ + "" + ], + "The account isn't a wallet and there are wallet operation's limits which may trigger actions that are not required: %1$s": [ + "" + ], + "The account is a wallet and there are wallet operation's limits which are not limited: %1$s": [ + "" + ], + "The AML account is bank account, but not all account-related operations are limited (%1$s).": [ + "" + ], + "New rules": [ + "" + ], + "Reset rules to current state": [ + "" + ], + "Set rules to default": [ + "" + ], + "Freeze account": [ + "" + ], + "Behavior on rule expiration": [ + "" + ], + "Reset measure": [ + "" + ], + "Reset expiration": [ + "" + ], + "Operation type": [ + "" + ], + "Timeframe": [ + "" + ], + "Exposed": [ + "" + ], + "Is this limit communicated to the customer?": [ + "" + ], + "Esclation measure": [ + "" + ], + "Measures that the customer will need to satisfy to apply for a new threshold.": [ + "" + ], + "All measures": [ + "" + ], + "Hint the customer that all measure should be completed": [ + "" + ], + "Expiration": [ + "" + ], + "Predefined shortcuts": [ + "" + ], + "In a week": [ + "" + ], + "In a month": [ + "" + ], + "In a year": [ + "" + ], + "Never": [ + "" + ], + "Expiration date": [ + "" + ], + "Until when are the new rules active.": [ + "" + ], + "Measure taken automatically upon expiration of the current decision.": [ + "" + ], + "New decision": [ + "" + ], + "Show transfers": [ + "" + ], + "Case history for selected account": [ + "" + ], + "ID:": [ + "" + ], + "Payto:": [ + "" + ], + "Under investigation": [ + "" + ], + "This account requires a manual review and is waiting for a decision to be made.": [ + "" + ], + "Collected information": [ + "" + ], + "Every attribute collection event (via form upload or KYC provider).": [ + "" + ], + "The event list is empty": [ + "" + ], + "Current account properties": [ + "" + ], + "No active decision found": [ + "" + ], + "There is no decision for this account yet. The account is limited by the default rules.": [ + "" + ], + "Previous AML decisions": [ + "" + ], + "No aml history found": [ + "" + ], + "Current active measures": [ + "" + ], + "Now": [ + "" + ], + "Public key": [ + "" + ], + "Request account activation": [ + "" + ], + "Lock account": [ + "" + ], + "Operation denied": [ + "" + ], + "This account signature is invalid, contact administrator or create a new one.": [ + "" + ], + "The designated AML account is not known, contact administrator or create a new one.": [ + "" + ], + "The designated AML account is not enabled, contact administrator or create a new one.": [ + "" + ], + "High risk accounts. Only with custom rules.": [ + "" + ], + "Account with custom rules.": [ + "" + ], + "High risk accounts": [ + "" + ], + "All account known.": [ + "" + ], + "High risk accounts under investigation. Only with custom rules.": [ + "" + ], + "Accounts under investigation. Only with custom rules.": [ + "" + ], + "High risk accounts under investigation.": [ + "" + ], + "Accounts under investigation.": [ + "" + ], + "High risk accounts without investigation. Only with custom rules.": [ + "" + ], + "Accounts without investigation. Only with custom rules.": [ + "" + ], + "High risk accounts without investigation.": [ + "" + ], + "Accounts without investigation.": [ + "" + ], + "Accounts": [ + "" + ], + "Export as file": [ + "" + ], + "Export completed": [ + "" + ], + "Click here to save the file in your computer.": [ + "" + ], + "No results": [ + "" + ], + "#": [ + "" + ], + "Account Identification": [ + "" + ], + "Open time": [ + "" + ], + "Status": [ + "" + ], + "From %1$s%2$sTo %3$s": [ + "" + ], + "Since %1$s": [ + "" + ], + "Not opened": [ + "" + ], + "High risk": [ + "" + ], + "With custom rules": [ + "" + ], + "Invalid account": [ + "" + ], + "Search by ID": [ + "" + ], + "Under investigation: ": [ + "" + ], + "High risk:": [ + "" + ], + "Open:": [ + "" + ], + "Dashboard": [ + "" + ], + "Statistics": [ + "" + ], + "Accounts open": [ + "" + ], + "New files last year": [ + "" + ], + "Closes files last year": [ + "" + ], + "MROS substantaiated": [ + "" + ], + "MROS simple": [ + "" + ], + "High risk files": [ + "" + ], + "PEP files": [ + "" + ], + "Under investiation": [ + "" + ], + "Number of accounts that are opened": [ + "" + ], + "Number of new GwG files in the last year": [ + "" + ], + "Number of GwG files closed in the last year": [ + "" + ], + "Number of MROS reports based on Art 9 Abs. 1 GwG (per year)": [ + "" + ], + "Number of MROS reports based on Art 305ter Abs. 2 StGB (per year)": [ + "" + ], + "Number of GwG files of high-risk customers": [ + "" + ], + "Number of GwG files managed with “increased risk” due to PEP status": [ + "" + ], + "Number of customers involved in proceedings for which Art 6 GwG did apply": [ + "" + ], + "previous": [ + "" + ], + "Decreased by": [ + "" + ], + "Increased by": [ + "" + ], + "Events": [ + "" + ], + "The events will be triggered only after the decision has been confirmed.": [ + "" + ], + "Calculated": [ + "" + ], + "Events based on properties and new attributes that should be triggered": [ + "" + ], + "Others": [ + "" + ], + "Events that can be triggered manually": [ + "" + ], + "Custom list": [ + "" + ], + "Events without built-in support.": [ + "" + ], + "Complete the form": [ + "" + ], + "These measures will ask the customer for information.": [ + "" + ], + "change form": [ + "" + ], + "Expiration date of the information filled in this form.": [ + "" + ], + "Include new information": [ + "" + ], + "Select a form to submit new information about the customer or continue to the next step": [ + "" + ], + "Form:": [ + "" + ], + "Justification": [ + "" + ], + "Keep investigation?": [ + "" + ], + "Account holder": [ + "" + ], + "Full name of the account holder": [ + "" + ], + "loading...": [ + "" + ], + "Update": [ + "" + ], + "Remove": [ + "" + ], + "Configure verification type: %1$s": [ + "" + ], + "Show complete form": [ + "" + ], + "Configure measure": [ + "" + ], + "Show as verification": [ + "" + ], + "There is already a measure with that name": [ + "" + ], + "Only required when no check is specified": [ + "" + ], + "Missing check or program": [ + "" + ], + "Without a check the program will run automatically": [ + "" + ], + "Field name": [ + "" + ], + "Type": [ + "" + ], + "string": [ + "" + ], + "number": [ + "" + ], + "boolean": [ + "" + ], + "json": [ + "" + ], + "Value": [ + "" + ], + "There are unsatisfied inputs: %1$s": [ + "" + ], + "There are missing inputs: %1$s": [ + "" + ], + "There are missing requirements: %1$s": [ + "" + ], + "Can't be empty": [ + "" + ], + "It should be a number": [ + "" + ], + "Not a number": [ + "" + ], + "It should be finite": [ + "" + ], + "It should be a safe integer": [ + "" + ], + "It should be either \"true\" or \"false\"": [ + "" + ], + "Couldn't parse as json string: %1$s": [ + "" + ], + "Description": [ + "" + ], + "Inputs": [ + "" + ], + "Output": [ + "" + ], + "Requires": [ + "" + ], + "Fallback": [ + "" + ], + "Name of the verification measure": [ + "" + ], + "Read only": [ + "" + ], + "Prevent the customer of changing the address": [ + "" + ], + "Configure verification measure: \"%1$s\"": [ + "" + ], + "Add custom measure": [ + "" + ], + "Custom measures": [ + "" + ], + "Server measures": [ + "" + ], + "New measures": [ + "" + ], + "Measures that are available/executed directly after the decision is confirmed.": [ + "" + ], + "Reset to default": [ + "" + ], + "Properties": [ + "" + ], + "Custom properties": [ + "" + ], + "Add more properties that not listed above.": [ + "" + ], + "New properties": [ + "" + ], + "Current note on the GWG File": [ + "" + ], + "Customer name or internal alias.": [ + "" + ], + "Is the account active for deposit and payments?": [ + "" + ], + "Is the account idle?": [ + "" + ], + "No operation for a period of time": [ + "" + ], + "Does account belong to a domestic PEP?": [ + "" + ], + "Does account belong to a foreign PEP?": [ + "" + ], + "Does account belong to a international organization PEP?": [ + "" + ], + "Does account belong to a high risk customer?": [ + "" + ], + "Does account belong to a person from a high risk country?": [ + "" + ], + "The MROS reporting state for the account.": [ + "" + ], + "None": [ + "" + ], + "Pending investigation": [ + "" + ], + "Investigated without suspicion": [ + "" + ], + "Reported simple suspicion": [ + "" + ], + "Reported substantaited suspicion": [ + "" + ], + "Informal reason why the AML investigation was triggered": [ + "" + ], + "Identifies the sanction list entry that the account matched against": [ + "" + ], + "Best match, does not mean it was a good match.": [ + "" + ], + "Score for how good the sanction list match was": [ + "" + ], + "Score for how much supporting data we had for the sanction list match": [ + "" + ], + "Suppress flagging this account when it creates a hit on a sanctions list, this is a false-positive": [ + "" + ], + "GLS Customer ID": [ + "" + ], + "Wrong credentials for \"%1$s\"": [ + "" + ], + "The account was not found": [ + "" + ], + "Officer disabled or more recent decision was already submitted.": [ + "" + ], + "Confirmation required": [ + "" + ], + "This decision declares that the MROS report have concluded. Please make that this is the case": [ + "" + ], + "I want to check first!": [ + "" + ], + "Confirm decision": [ + "" + ], + "Missing deadline": [ + "" + ], + "Deadline should specify when this rules ends and what is the next measures to apply after expiration.": [ + "" + ], + "Missing rules": [ + "" + ], + "Can't make a decision without rules.": [ + "" + ], + "Missing active measure": [ + "" + ], + "You should specify in the measure section.": [ + "" + ], + "No customer action required.": [ + "" + ], + "No active measure has been selected.": [ + "" + ], + "Missing properties": [ + "" + ], + "You should specify in the properties section.": [ + "" + ], + "Missing events": [ + "" + ], + "You should specify in the events section.": [ + "" + ], + "Missing justification": [ + "" + ], + "You must complete the justification section.": [ + "" + ], + "Invalid attributes": [ + "" + ], + "You should check form errors or submit a decision without attributes.": [ + "" + ], + "Clear": [ + "" + ], + "Send decision": [ + "" + ], + "Prev": [ + "" + ], + "Next": [ + "" + ], + "Attributes": [ + "" + ], + "Add more information about the customer": [ + "" + ], + "Rules": [ + "" + ], + "Set the limit of the operations": [ + "" + ], + "Trigger notifications.": [ + "" + ], + "Measures": [ + "" + ], + "Ask the customer to take action.": [ + "" + ], + "Describe the decision.": [ + "" + ], + "Flag the current account state.": [ + "" + ], + "Summary": [ + "" + ], + "Review and submit.": [ + "" + ], + "Decision for account:": [ + "" + ], + "Decision for wallet:": [ + "" + ], + "Decision for bank account:": [ + "" + ], + "Search account": [ + "" + ], + "Check account details": [ + "" + ], + "Account most recent decisions": [ + "" + ], + "When": [ + "" + ], + "LATEST": [ + "" + ], + "ACTIVE": [ + "" + ], + "Account not found": [ + "" + ], + "There is no history known for this account yet.": [ + "" + ], + "You can make a decision for this account anyway.": [ + "" + ], + "Search": [ + "" + ], + "IBAN": [ + "" + ], + "Taler Bank": [ + "" + ], + "Wallet": [ + "" + ], + "Generic Payto:// URI": [ + "" + ], + "Account type": [ + "" + ], + "Should be 52 characters.": [ + "" + ], + "Failed to parse: %1$s": [ + "" + ], + "Address contains invalid characters.": [ + "" + ], + "Can't mix uppercased and lowercased characters.": [ + "" + ], + "The addr checksum doesn't match.": [ + "" + ], + "Missing separator or address type.": [ + "" + ], + "Address should have less than 90 characters.": [ + "" + ], + "Address should have more than 6 characters.": [ + "" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "The string should start with payto://": [ + "" + ], + "After the target type it should follow a '/' with more information.": [ + "" + ], + "The target type is not supported, only x-taler-bank, taler-reserve or iban": [ + "" + ], + "IBAN is missing": [ + "" + ], + "Bitcoin address is missing": [ + "" + ], + "Bank host and account is missing": [ + "" + ], + "Exchange host and account is missing": [ + "" + ], + "Ethereum address is missing": [ + "" + ], + "Invalid IBAN: %1$s": [ + "" + ], + "Invalid BTC: %1$s": [ + "" + ], + "Invalid reserve: %1$s": [ + "" + ], + "Invalid host": [ + "" + ], + "Invalid address": [ + "" + ], + "Payto URI": [ + "" + ], + "As defined by RFC 8905": [ + "" + ], + "payto://": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "DE1231231231": [ + "" + ], + "Host": [ + "" + ], + "Exchange hostname": [ + "" + ], + "exchange.taler.net": [ + "" + ], + "Remove last '/'": [ + "" + ], + "Invalid value": [ + "" + ], + "ID": [ + "" + ], + "Wallet reserve public key": [ + "" + ], + "abcdef1235": [ + "" + ], + "Should be 52 characters": [ + "" + ], + "Account": [ + "" + ], + "Bank account identification": [ + "" + ], + "DE123123123": [ + "" + ], + "Hostname": [ + "" + ], + "Without the scheme, may include subpath: bank.com, bank.com/path/": [ + "" + ], + "bank.demo.taler.net": [ + "" + ], + "Invalid hostname": [ + "" + ], + "Different form version": [ + "" + ], + "The collected information don't have the form version used.": [ + "" + ], + "The collected information used the form version \"%1$s \" but is not available.": [ + "" + ], + "Case details": [ + "" + ], + "Next event": [ + "" + ], + "Previous event": [ + "" + ], + "Direction": [ + "" + ], + "Credit": [ + "" + ], + "Debit": [ + "" + ], + "KYC Auth": [ + "" + ], + "Minimum amount": [ + "" + ], + "All amounts below the given threshold will be filtered.": [ + "" + ], + "Select transaction type": [ + "" + ], + "Please select a transaction type to show transactions.": [ + "" + ], + "Transfers history for account": [ + "" + ], + "Transfers history": [ + "" + ], + "No transfers yet.": [ + "" + ], + "There are no transfer for this account.": [ + "" + ], + "There are no transfer reported to the exchange with the current threshold.": [ + "" + ], + "Date": [ + "" + ], + "Amount": [ + "" + ], + "sent": [ + "" + ], + "received": [ + "" + ], + "to": [ + "" + ], + "from": [ + "" + ], + "Welcome to exchange config!": [ + "" + ], + "Transfers": [ + "" + ], + "Profile": [ + "" + ], + "A list of all the pre-define measures in your that can used.": [ + "" + ], + "threshold\u0004%1$s every %2$s": [ + "" + ], + "operation type\u0004Withdraw": [ + "" + ], + "operation type\u0004Deposit": [ + "" + ], + "operation type\u0004Merge": [ + "" + ], + "operation type\u0004Aggregate": [ + "" + ], + "operation type\u0004Balance": [ + "" + ], + "operation type\u0004Refund": [ + "" + ], + "operation type\u0004Close": [ + "" + ], + "operation type\u0004Transaction": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n > 1;", + "lang": "fr", + "completeness": 0 +}; + +strings['es'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "es" + }, + "Show debug info": [ + "" + ], + "Use testing dialect": [ + "" + ], + "Allow Insecure password": [ + "" + ], + "Keep session after reload": [ + "" + ], + "Don't compress request": [ + "" + ], + "Internal error, please report.": [ + "El registro falló, por favor reportelo" + ], + "Preferences": [ + "" + ], + "Password": [ + "Password:" + ], + "Required": [ + "" + ], + "should have at least 12 characters": [ + "" + ], + "should have lowercase and uppercase characters": [ + "" + ], + "should have numbers": [ + "" + ], + "should have at least one character which is not a number or letter": [ + "" + ], + "Repeat password": [ + "Repita la contraseña:" + ], + "doesn't match": [ + "La contraseña no coincide" + ], + "Create account": [ + "" + ], + "Create": [ + "" + ], + "Couldn't unlock the account, the password may be wrong.": [ + "" + ], + "Account locked": [ + "" + ], + "Your account is normally locked anytime you reload. To unlock type your password again.": [ + "" + ], + "Unlock": [ + "" + ], + "Forget account": [ + "" + ], + "There are no rules for operations": [ + "" + ], + "This mean that all operation have no limit.": [ + "" + ], + "Add custom rule": [ + "" + ], + "Operation": [ + "" + ], + "Threshold": [ + "" + ], + "Escalation": [ + "" + ], + "%1$s": [ + "" + ], + "(all)": [ + "" + ], + "Since": [ + "" + ], + "Expired": [ + "" + ], + "Expires": [ + "" + ], + "Successor measure": [ + "" + ], + "AML officer justification": [ + "" + ], + "Default rules": [ + "" + ], + "Forms": [ + "" + ], + "Measures used to get gather information about the customer.": [ + "" + ], + "Name": [ + "" + ], + "Check": [ + "" + ], + "Program": [ + "" + ], + "Context": [ + "" + ], + "Modify": [ + "" + ], + "Info": [ + "" + ], + "Will show information to the user.": [ + "" + ], + "Instant measures": [ + "" + ], + "Triggered immediately without customer interaction.": [ + "" + ], + "Input requirement": [ + "" + ], + "Already completed.": [ + "" + ], + "Waiting to be completed.": [ + "" + ], + "Current active rules": [ + "" + ], + "There are no rules for this account yet.": [ + "" + ], + "New rule form": [ + "" + ], + "Add": [ + "" + ], + "Cancel": [ + "Cancelar" + ], + "Basic plan": [ + "" + ], + "Premium": [ + "" + ], + "E-commerce": [ + "" + ], + "Point-of-sale": [ + "" + ], + "GLS Registered E-Commerce Merchant": [ + "" + ], + "Check rules": [ + "" + ], + "The account is a wallet and there are bank account operation's limits which may trigger actions that are not required: %1$s": [ + "" + ], + "The account isn't a wallet and there are wallet operation's limits which may trigger actions that are not required: %1$s": [ + "" + ], + "The account is a wallet and there are wallet operation's limits which are not limited: %1$s": [ + "" + ], + "The AML account is bank account, but not all account-related operations are limited (%1$s).": [ + "" + ], + "New rules": [ + "" + ], + "Reset rules to current state": [ + "" + ], + "Set rules to default": [ + "" + ], + "Freeze account": [ + "" + ], + "Behavior on rule expiration": [ + "" + ], + "Reset measure": [ + "" + ], + "Reset expiration": [ + "Seleccione opción 1" + ], + "Operation type": [ + "" + ], + "Timeframe": [ + "" + ], + "Exposed": [ + "" + ], + "Is this limit communicated to the customer?": [ + "" + ], + "Esclation measure": [ + "" + ], + "Measures that the customer will need to satisfy to apply for a new threshold.": [ + "" + ], + "All measures": [ + "" + ], + "Hint the customer that all measure should be completed": [ + "" + ], + "Expiration": [ + "" + ], + "Predefined shortcuts": [ + "" + ], + "In a week": [ + "" + ], + "In a month": [ + "" + ], + "In a year": [ + "" + ], + "Never": [ + "" + ], + "Expiration date": [ + "" + ], + "Until when are the new rules active.": [ + "" + ], + "Measure taken automatically upon expiration of the current decision.": [ + "" + ], + "New decision": [ + "" + ], + "Show transfers": [ + "" + ], + "Case history for selected account": [ + "Historial de cuentas públicas" + ], + "ID:": [ + "" + ], + "Payto:": [ + "payto URI:" + ], + "Under investigation": [ + "" + ], + "This account requires a manual review and is waiting for a decision to be made.": [ + "" + ], + "Collected information": [ + "" + ], + "Every attribute collection event (via form upload or KYC provider).": [ + "" + ], + "The event list is empty": [ + "" + ], + "Current account properties": [ + "" + ], + "No active decision found": [ + "Se dieron las credenciales incorrectas." + ], + "There is no decision for this account yet. The account is limited by the default rules.": [ + "" + ], + "Previous AML decisions": [ + "" + ], + "No aml history found": [ + "" + ], + "Current active measures": [ + "" + ], + "Now": [ + "" + ], + "Public key": [ + "" + ], + "Request account activation": [ + "" + ], + "Lock account": [ + "" + ], + "Operation denied": [ + "" + ], + "This account signature is invalid, contact administrator or create a new one.": [ + "" + ], + "The designated AML account is not known, contact administrator or create a new one.": [ + "" + ], + "The designated AML account is not enabled, contact administrator or create a new one.": [ + "" + ], + "High risk accounts. Only with custom rules.": [ + "" + ], + "Account with custom rules.": [ + "" + ], + "High risk accounts": [ + "" + ], + "All account known.": [ + "" + ], + "High risk accounts under investigation. Only with custom rules.": [ + "" + ], + "Accounts under investigation. Only with custom rules.": [ + "" + ], + "High risk accounts under investigation.": [ + "" + ], + "Accounts under investigation.": [ + "" + ], + "High risk accounts without investigation. Only with custom rules.": [ + "" + ], + "Accounts without investigation. Only with custom rules.": [ + "" + ], + "High risk accounts without investigation.": [ + "" + ], + "Accounts without investigation.": [ + "" + ], + "Accounts": [ + "Monto" + ], + "Export as file": [ + "" + ], + "Export completed": [ + "" + ], + "Click here to save the file in your computer.": [ + "" + ], + "No results": [ + "" + ], + "#": [ + "" + ], + "Account Identification": [ + "" + ], + "Open time": [ + "" + ], + "Status": [ + "" + ], + "From %1$s%2$sTo %3$s": [ + "" + ], + "Since %1$s": [ + "" + ], + "Not opened": [ + "" + ], + "High risk": [ + "" + ], + "With custom rules": [ + "" + ], + "Invalid account": [ + "" + ], + "Search by ID": [ + "" + ], + "Under investigation: ": [ + "" + ], + "High risk:": [ + "" + ], + "Open:": [ + "" + ], + "Dashboard": [ + "" + ], + "Statistics": [ + "" + ], + "Accounts open": [ + "" + ], + "New files last year": [ + "" + ], + "Closes files last year": [ + "" + ], + "MROS substantaiated": [ + "" + ], + "MROS simple": [ + "" + ], + "High risk files": [ + "" + ], + "PEP files": [ + "" + ], + "Under investiation": [ + "" + ], + "Number of accounts that are opened": [ + "" + ], + "Number of new GwG files in the last year": [ + "" + ], + "Number of GwG files closed in the last year": [ + "" + ], + "Number of MROS reports based on Art 9 Abs. 1 GwG (per year)": [ + "" + ], + "Number of MROS reports based on Art 305ter Abs. 2 StGB (per year)": [ + "" + ], + "Number of GwG files of high-risk customers": [ + "" + ], + "Number of GwG files managed with “increased risk” due to PEP status": [ + "" + ], + "Number of customers involved in proceedings for which Art 6 GwG did apply": [ + "" + ], + "previous": [ + "" + ], + "Decreased by": [ + "" + ], + "Increased by": [ + "" + ], + "Events": [ + "" + ], + "The events will be triggered only after the decision has been confirmed.": [ + "" + ], + "Calculated": [ + "" + ], + "Events based on properties and new attributes that should be triggered": [ + "" + ], + "Others": [ + "" + ], + "Events that can be triggered manually": [ + "" + ], + "Custom list": [ + "" + ], + "Events without built-in support.": [ + "" + ], + "Complete the form": [ + "" + ], + "These measures will ask the customer for information.": [ + "" + ], + "change form": [ + "" + ], + "Expiration date of the information filled in this form.": [ + "" + ], + "Include new information": [ + "" + ], + "Select a form to submit new information about the customer or continue to the next step": [ + "" + ], + "Form:": [ + "" + ], + "Justification": [ + "" + ], + "Keep investigation?": [ + "" + ], + "Account holder": [ + "" + ], + "Full name of the account holder": [ + "" + ], + "loading...": [ + "" + ], + "Update": [ + "" + ], + "Remove": [ + "" + ], + "Configure verification type: %1$s": [ + "" + ], + "Show complete form": [ + "" + ], + "Configure measure": [ + "" + ], + "Show as verification": [ + "" + ], + "There is already a measure with that name": [ + "" + ], + "Only required when no check is specified": [ + "" + ], + "Missing check or program": [ + "Falta nombre de usuario" + ], + "Without a check the program will run automatically": [ + "" + ], + "Field name": [ + "" + ], + "Type": [ + "" + ], + "string": [ + "" + ], + "number": [ + "" + ], + "boolean": [ + "" + ], + "json": [ + "" + ], + "Value": [ + "" + ], + "There are unsatisfied inputs: %1$s": [ + "" + ], + "There are missing inputs: %1$s": [ + "" + ], + "There are missing requirements: %1$s": [ + "" + ], + "Can't be empty": [ + "" + ], + "It should be a number": [ + "" + ], + "Not a number": [ + "" + ], + "It should be finite": [ + "" + ], + "It should be a safe integer": [ + "" + ], + "It should be either \"true\" or \"false\"": [ + "" + ], + "Couldn't parse as json string: %1$s": [ + "" + ], + "Description": [ + "" + ], + "Inputs": [ + "" + ], + "Output": [ + "" + ], + "Requires": [ + "" + ], + "Fallback": [ + "" + ], + "Name of the verification measure": [ + "" + ], + "Read only": [ + "" + ], + "Prevent the customer of changing the address": [ + "" + ], + "Configure verification measure: \"%1$s\"": [ + "" + ], + "Add custom measure": [ + "" + ], + "Custom measures": [ + "" + ], + "Server measures": [ + "" + ], + "New measures": [ + "" + ], + "Measures that are available/executed directly after the decision is confirmed.": [ + "" + ], + "Reset to default": [ + "" + ], + "Properties": [ + "" + ], + "Custom properties": [ + "" + ], + "Add more properties that not listed above.": [ + "" + ], + "New properties": [ + "" + ], + "Current note on the GWG File": [ + "" + ], + "Customer name or internal alias.": [ + "" + ], + "Is the account active for deposit and payments?": [ + "" + ], + "Is the account idle?": [ + "" + ], + "No operation for a period of time": [ + "" + ], + "Does account belong to a domestic PEP?": [ + "" + ], + "Does account belong to a foreign PEP?": [ + "" + ], + "Does account belong to a international organization PEP?": [ + "" + ], + "Does account belong to a high risk customer?": [ + "" + ], + "Does account belong to a person from a high risk country?": [ + "" + ], + "The MROS reporting state for the account.": [ + "" + ], + "None": [ + "" + ], + "Pending investigation": [ + "" + ], + "Investigated without suspicion": [ + "" + ], + "Reported simple suspicion": [ + "" + ], + "Reported substantaited suspicion": [ + "" + ], + "Informal reason why the AML investigation was triggered": [ + "" + ], + "Identifies the sanction list entry that the account matched against": [ + "" + ], + "Best match, does not mean it was a good match.": [ + "" + ], + "Score for how good the sanction list match was": [ + "" + ], + "Score for how much supporting data we had for the sanction list match": [ + "" + ], + "Suppress flagging this account when it creates a hit on a sanctions list, this is a false-positive": [ + "" + ], + "GLS Customer ID": [ + "" + ], + "Wrong credentials for \"%1$s\"": [ + "Se dieron las credenciales incorrectas." + ], + "The account was not found": [ + "La lista de cuentas públicas no fue encontrada." + ], + "Officer disabled or more recent decision was already submitted.": [ + "" + ], + "Confirmation required": [ + "" + ], + "This decision declares that the MROS report have concluded. Please make that this is the case": [ + "" + ], + "I want to check first!": [ + "" + ], + "Confirm decision": [ + "Confirmar" + ], + "Missing deadline": [ + "Falta nombre de usuario" + ], + "Deadline should specify when this rules ends and what is the next measures to apply after expiration.": [ + "" + ], + "Missing rules": [ + "Falta asunto" + ], + "Can't make a decision without rules.": [ + "" + ], + "Missing active measure": [ + "Falta direccion payto" + ], + "You should specify in the measure section.": [ + "" + ], + "No customer action required.": [ + "" + ], + "No active measure has been selected.": [ + "" + ], + "Missing properties": [ + "Falta direccion payto" + ], + "You should specify in the properties section.": [ + "" + ], + "Missing events": [ + "Falta monto" + ], + "You should specify in the events section.": [ + "" + ], + "Missing justification": [ + "Falta monto" + ], + "You must complete the justification section.": [ + "" + ], + "Invalid attributes": [ + "" + ], + "You should check form errors or submit a decision without attributes.": [ + "" + ], + "Clear": [ + "" + ], + "Send decision": [ + "" + ], + "Prev": [ + "" + ], + "Next": [ + "" + ], + "Attributes": [ + "" + ], + "Add more information about the customer": [ + "" + ], + "Rules": [ + "" + ], + "Set the limit of the operations": [ + "" + ], + "Trigger notifications.": [ + "" + ], + "Measures": [ + "" + ], + "Ask the customer to take action.": [ + "" + ], + "Describe the decision.": [ + "" + ], + "Flag the current account state.": [ + "" + ], + "Summary": [ + "" + ], + "Review and submit.": [ + "" + ], + "Decision for account:": [ + "" + ], + "Decision for wallet:": [ + "" + ], + "Decision for bank account:": [ + "Transferir a una cuenta bancaria" + ], + "Search account": [ + "" + ], + "Check account details": [ + "" + ], + "Account most recent decisions": [ + "" + ], + "When": [ + "" + ], + "LATEST": [ + "" + ], + "ACTIVE": [ + "" + ], + "Account not found": [ + "Monto no válido" + ], + "There is no history known for this account yet.": [ + "" + ], + "You can make a decision for this account anyway.": [ + "" + ], + "Search": [ + "" + ], + "IBAN": [ + "" + ], + "Taler Bank": [ + "Logo Taler" + ], + "Wallet": [ + "" + ], + "Generic Payto:// URI": [ + "" + ], + "Account type": [ + "" + ], + "Should be 52 characters.": [ + "Debería ser mas grande que 0" + ], + "Failed to parse: %1$s": [ + "" + ], + "Address contains invalid characters.": [ + "" + ], + "Can't mix uppercased and lowercased characters.": [ + "" + ], + "The addr checksum doesn't match.": [ + "" + ], + "Missing separator or address type.": [ + "Falta direccion payto" + ], + "Address should have less than 90 characters.": [ + "" + ], + "Address should have more than 6 characters.": [ + "" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "The string should start with payto://": [ + "" + ], + "After the target type it should follow a '/' with more information.": [ + "" + ], + "The target type is not supported, only x-taler-bank, taler-reserve or iban": [ + "" + ], + "IBAN is missing": [ + "Faltan campo(s)." + ], + "Bitcoin address is missing": [ + "" + ], + "Bank host and account is missing": [ + "" + ], + "Exchange host and account is missing": [ + "" + ], + "Ethereum address is missing": [ + "" + ], + "Invalid IBAN: %1$s": [ + "" + ], + "Invalid BTC: %1$s": [ + "" + ], + "Invalid reserve: %1$s": [ + "" + ], + "Invalid host": [ + "" + ], + "Invalid address": [ + "direccion payto" + ], + "Payto URI": [ + "payto URI:" + ], + "As defined by RFC 8905": [ + "" + ], + "payto://": [ + "payto URI:" + ], + "International Bank Account Number": [ + "" + ], + "DE1231231231": [ + "" + ], + "Host": [ + "" + ], + "Exchange hostname": [ + "" + ], + "exchange.taler.net": [ + "" + ], + "Remove last '/'": [ + "" + ], + "Invalid value": [ + "" + ], + "ID": [ + "" + ], + "Wallet reserve public key": [ + "" + ], + "abcdef1235": [ + "" + ], + "Should be 52 characters": [ + "Debería ser mas grande que 0" + ], + "Account": [ + "Monto" + ], + "Bank account identification": [ + "Balance de cuenta bancaria" + ], + "DE123123123": [ + "" + ], + "Hostname": [ + "" + ], + "Without the scheme, may include subpath: bank.com, bank.com/path/": [ + "" + ], + "bank.demo.taler.net": [ + "" + ], + "Invalid hostname": [ + "" + ], + "Different form version": [ + "" + ], + "The collected information don't have the form version used.": [ + "" + ], + "The collected information used the form version \"%1$s \" but is not available.": [ + "" + ], + "Case details": [ + "" + ], + "Next event": [ + "" + ], + "Previous event": [ + "" + ], + "Direction": [ + "" + ], + "Credit": [ + "" + ], + "Debit": [ + "" + ], + "KYC Auth": [ + "" + ], + "Minimum amount": [ + "Falta monto" + ], + "All amounts below the given threshold will be filtered.": [ + "" + ], + "Select transaction type": [ + "Últimas transacciones:" + ], + "Please select a transaction type to show transactions.": [ + "" + ], + "Transfers history for account": [ + "Transferir a una cuenta bancaria" + ], + "Transfers history": [ + "Asunto de transferencia:" + ], + "No transfers yet.": [ + "Transferencia bancaria creada!" + ], + "There are no transfer for this account.": [ + "Transferir a una cuenta bancaria" + ], + "There are no transfer reported to the exchange with the current threshold.": [ + "" + ], + "Date": [ + "Fecha" + ], + "Amount": [ + "Monto" + ], + "sent": [ + "" + ], + "received": [ + "" + ], + "to": [ + "" + ], + "from": [ + "" + ], + "Welcome to exchange config!": [ + "" + ], + "Transfers": [ + "Asunto de transferencia:" + ], + "Profile": [ + "" + ], + "A list of all the pre-define measures in your that can used.": [ + "" + ], + "threshold\u0004%1$s every %2$s": [ + "" + ], + "operation type\u0004Withdraw": [ + "Retirar" + ], + "operation type\u0004Deposit": [ + "" + ], + "operation type\u0004Merge": [ + "" + ], + "operation type\u0004Aggregate": [ + "" + ], + "operation type\u0004Balance": [ + "Cancelar" + ], + "operation type\u0004Refund": [ + "" + ], + "operation type\u0004Close": [ + "" + ], + "operation type\u0004Transaction": [ + "Últimas transacciones:" + ] + } }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "es", + "completeness": 11 }; -strings["en"] = { - domain: "messages", - locale_data: { - messages: { +strings['en'] = { + "locale_data": { + "messages": { "": { - domain: "messages", - plural_forms: "nplurals=2; plural=(n != 1);", - lang: "en", + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n != 1);", + "lang": "en" }, - Logout: [""], - "Skip to main content": [""], - "This part of the demo shows how a bank that supports Taler directly would work. In addition to using your own bank account, you can also see the transaction history of some %1$s.": - [""], - "Taler logo": [""], - "Missing username": [""], - "Missing password": [""], - "Please login!": [""], - "Username:": [""], - "Password:": [""], - Login: [""], - Register: [""], - "Missing IBAN": [""], - "IBAN should have just uppercased letters and numbers": [""], - "Missing subject": [""], - "Missing amount": [""], - "Amount is not valid": [""], - "Should be greater than 0": [""], - "Receiver IBAN:": [""], - "Transfer subject:": [""], - "Amount:": [""], - "Field(s) missing.": [""], - "Want to try the raw payto://-format?": [""], - "Missing payto address": [""], - "Payto does not follow the pattern": [""], - "Transfer money to account identified by payto:// URI:": [""], - "payto URI:": [""], - "payto address": [""], - Send: [""], - "Use wire-transfer form?": [""], - "No credentials found.": [""], - "Could not create the wire transfer": [""], - "Transfer creation gave response error": [""], - "Wire transfer created!": [""], - "Amount to withdraw:": ["Amount to withdraw"], - Withdraw: ["Confirm withdrawal"], - "No credentials given.": [""], - "Could not create withdrawal operation": [""], - "Withdrawal creation gave response error": [""], - "Obtain digital cash": [""], - "Transfer to bank account": [""], - Date: [""], - Amount: [""], - Counterpart: [""], - Subject: [""], - "Transfer to Taler Wallet": ["Charge Taler wallet"], - "Use this QR code to withdraw to your mobile wallet:": [""], - "Click %1$s to open your Taler wallet!": [""], - "Confirm Withdrawal": ["Confirm withdrawal"], - "Authorize withdrawal by solving challenge": [""], - "What is": [""], - "Answer is wrong.": [""], - Confirm: [""], - Cancel: [""], - "A this point, a %1$s bank would ask for an additional authentication proof (PIN/TAN, one time password, ..), instead of a simple calculation.": - [""], - "No withdrawal ID found.": [""], - "Could not confirm the withdrawal": ["Confirm withdrawal"], - "Withdrawal confirmation gave response error": [""], - "Withdrawal confirmed!": [""], - "Could not abort the withdrawal.": ["Close Taler withdrawal"], - "Withdrawal abortion failed.": [""], - "Withdrawal aborted!": [""], - Abort: [""], - "withdrawal (%1$s) was never (correctly) created at the bank...": [""], - "Waiting the bank to create the operation...": [""], - "This withdrawal was aborted!": [""], - "Welcome to %1$s!": [""], - "Username or account label '%1$s' not found. Won't login.": [""], - "Wrong credentials given.": [""], - "Account information could not be retrieved.": [""], - "Welcome, %1$s !": [""], - "Bank account balance": [""], - Payments: [""], - "Latest transactions:": [""], - "List of public accounts was not found.": [""], - "List of public accounts could not be retrieved.": [""], - "History of public accounts": [""], - "Currently, the bank is not accepting new registrations!": [""], - "Use only letter and numbers starting with a lower case letter": [""], - "Password don't match": [""], - "Please register!": [""], - "Repeat Password:": [""], - "Registration failed, please report": [""], - "That username is already taken": [""], - "New registration gave response error": [""], - "Bank menu": [""], - "Select option1": [""], - "Select option2": [""], - days: ["days"], - hours: ["hours"], - minutes: ["minutes"], - seconds: ["seconds"], - }, + "Show debug info": [ + "" + ], + "Use testing dialect": [ + "" + ], + "Allow Insecure password": [ + "" + ], + "Keep session after reload": [ + "" + ], + "Don't compress request": [ + "" + ], + "Internal error, please report.": [ + "" + ], + "Preferences": [ + "" + ], + "Password": [ + "" + ], + "Required": [ + "" + ], + "should have at least 12 characters": [ + "" + ], + "should have lowercase and uppercase characters": [ + "" + ], + "should have numbers": [ + "" + ], + "should have at least one character which is not a number or letter": [ + "" + ], + "Repeat password": [ + "" + ], + "doesn't match": [ + "" + ], + "Create account": [ + "" + ], + "Create": [ + "" + ], + "Couldn't unlock the account, the password may be wrong.": [ + "" + ], + "Account locked": [ + "" + ], + "Your account is normally locked anytime you reload. To unlock type your password again.": [ + "" + ], + "Unlock": [ + "" + ], + "Forget account": [ + "" + ], + "There are no rules for operations": [ + "" + ], + "This mean that all operation have no limit.": [ + "" + ], + "Add custom rule": [ + "" + ], + "Operation": [ + "" + ], + "Threshold": [ + "" + ], + "Escalation": [ + "" + ], + "%1$s": [ + "" + ], + "(all)": [ + "" + ], + "Since": [ + "" + ], + "Expired": [ + "" + ], + "Expires": [ + "" + ], + "Successor measure": [ + "" + ], + "AML officer justification": [ + "" + ], + "Default rules": [ + "" + ], + "Forms": [ + "" + ], + "Measures used to get gather information about the customer.": [ + "" + ], + "Name": [ + "" + ], + "Check": [ + "" + ], + "Program": [ + "" + ], + "Context": [ + "" + ], + "Modify": [ + "" + ], + "Info": [ + "" + ], + "Will show information to the user.": [ + "" + ], + "Instant measures": [ + "" + ], + "Triggered immediately without customer interaction.": [ + "" + ], + "Input requirement": [ + "" + ], + "Already completed.": [ + "" + ], + "Waiting to be completed.": [ + "" + ], + "Current active rules": [ + "" + ], + "There are no rules for this account yet.": [ + "" + ], + "New rule form": [ + "" + ], + "Add": [ + "" + ], + "Cancel": [ + "" + ], + "Basic plan": [ + "" + ], + "Premium": [ + "" + ], + "E-commerce": [ + "" + ], + "Point-of-sale": [ + "" + ], + "GLS Registered E-Commerce Merchant": [ + "" + ], + "Check rules": [ + "" + ], + "The account is a wallet and there are bank account operation's limits which may trigger actions that are not required: %1$s": [ + "" + ], + "The account isn't a wallet and there are wallet operation's limits which may trigger actions that are not required: %1$s": [ + "" + ], + "The account is a wallet and there are wallet operation's limits which are not limited: %1$s": [ + "" + ], + "The AML account is bank account, but not all account-related operations are limited (%1$s).": [ + "" + ], + "New rules": [ + "" + ], + "Reset rules to current state": [ + "" + ], + "Set rules to default": [ + "" + ], + "Freeze account": [ + "" + ], + "Behavior on rule expiration": [ + "" + ], + "Reset measure": [ + "" + ], + "Reset expiration": [ + "" + ], + "Operation type": [ + "" + ], + "Timeframe": [ + "" + ], + "Exposed": [ + "" + ], + "Is this limit communicated to the customer?": [ + "" + ], + "Esclation measure": [ + "" + ], + "Measures that the customer will need to satisfy to apply for a new threshold.": [ + "" + ], + "All measures": [ + "" + ], + "Hint the customer that all measure should be completed": [ + "" + ], + "Expiration": [ + "" + ], + "Predefined shortcuts": [ + "" + ], + "In a week": [ + "" + ], + "In a month": [ + "" + ], + "In a year": [ + "" + ], + "Never": [ + "" + ], + "Expiration date": [ + "" + ], + "Until when are the new rules active.": [ + "" + ], + "Measure taken automatically upon expiration of the current decision.": [ + "" + ], + "New decision": [ + "" + ], + "Show transfers": [ + "" + ], + "Case history for selected account": [ + "" + ], + "ID:": [ + "" + ], + "Payto:": [ + "" + ], + "Under investigation": [ + "" + ], + "This account requires a manual review and is waiting for a decision to be made.": [ + "" + ], + "Collected information": [ + "" + ], + "Every attribute collection event (via form upload or KYC provider).": [ + "" + ], + "The event list is empty": [ + "" + ], + "Current account properties": [ + "" + ], + "No active decision found": [ + "" + ], + "There is no decision for this account yet. The account is limited by the default rules.": [ + "" + ], + "Previous AML decisions": [ + "" + ], + "No aml history found": [ + "" + ], + "Current active measures": [ + "" + ], + "Now": [ + "" + ], + "Public key": [ + "" + ], + "Request account activation": [ + "" + ], + "Lock account": [ + "" + ], + "Operation denied": [ + "" + ], + "This account signature is invalid, contact administrator or create a new one.": [ + "" + ], + "The designated AML account is not known, contact administrator or create a new one.": [ + "" + ], + "The designated AML account is not enabled, contact administrator or create a new one.": [ + "" + ], + "High risk accounts. Only with custom rules.": [ + "" + ], + "Account with custom rules.": [ + "" + ], + "High risk accounts": [ + "" + ], + "All account known.": [ + "" + ], + "High risk accounts under investigation. Only with custom rules.": [ + "" + ], + "Accounts under investigation. Only with custom rules.": [ + "" + ], + "High risk accounts under investigation.": [ + "" + ], + "Accounts under investigation.": [ + "" + ], + "High risk accounts without investigation. Only with custom rules.": [ + "" + ], + "Accounts without investigation. Only with custom rules.": [ + "" + ], + "High risk accounts without investigation.": [ + "" + ], + "Accounts without investigation.": [ + "" + ], + "Accounts": [ + "" + ], + "Export as file": [ + "" + ], + "Export completed": [ + "" + ], + "Click here to save the file in your computer.": [ + "" + ], + "No results": [ + "" + ], + "#": [ + "" + ], + "Account Identification": [ + "" + ], + "Open time": [ + "" + ], + "Status": [ + "" + ], + "From %1$s%2$sTo %3$s": [ + "" + ], + "Since %1$s": [ + "" + ], + "Not opened": [ + "" + ], + "High risk": [ + "" + ], + "With custom rules": [ + "" + ], + "Invalid account": [ + "" + ], + "Search by ID": [ + "" + ], + "Under investigation: ": [ + "" + ], + "High risk:": [ + "" + ], + "Open:": [ + "" + ], + "Dashboard": [ + "" + ], + "Statistics": [ + "" + ], + "Accounts open": [ + "" + ], + "New files last year": [ + "" + ], + "Closes files last year": [ + "" + ], + "MROS substantaiated": [ + "" + ], + "MROS simple": [ + "" + ], + "High risk files": [ + "" + ], + "PEP files": [ + "" + ], + "Under investiation": [ + "" + ], + "Number of accounts that are opened": [ + "" + ], + "Number of new GwG files in the last year": [ + "" + ], + "Number of GwG files closed in the last year": [ + "" + ], + "Number of MROS reports based on Art 9 Abs. 1 GwG (per year)": [ + "" + ], + "Number of MROS reports based on Art 305ter Abs. 2 StGB (per year)": [ + "" + ], + "Number of GwG files of high-risk customers": [ + "" + ], + "Number of GwG files managed with “increased risk” due to PEP status": [ + "" + ], + "Number of customers involved in proceedings for which Art 6 GwG did apply": [ + "" + ], + "previous": [ + "" + ], + "Decreased by": [ + "" + ], + "Increased by": [ + "" + ], + "Events": [ + "" + ], + "The events will be triggered only after the decision has been confirmed.": [ + "" + ], + "Calculated": [ + "" + ], + "Events based on properties and new attributes that should be triggered": [ + "" + ], + "Others": [ + "" + ], + "Events that can be triggered manually": [ + "" + ], + "Custom list": [ + "" + ], + "Events without built-in support.": [ + "" + ], + "Complete the form": [ + "" + ], + "These measures will ask the customer for information.": [ + "" + ], + "change form": [ + "" + ], + "Expiration date of the information filled in this form.": [ + "" + ], + "Include new information": [ + "" + ], + "Select a form to submit new information about the customer or continue to the next step": [ + "" + ], + "Form:": [ + "" + ], + "Justification": [ + "" + ], + "Keep investigation?": [ + "" + ], + "Account holder": [ + "" + ], + "Full name of the account holder": [ + "" + ], + "loading...": [ + "" + ], + "Update": [ + "" + ], + "Remove": [ + "" + ], + "Configure verification type: %1$s": [ + "" + ], + "Show complete form": [ + "" + ], + "Configure measure": [ + "" + ], + "Show as verification": [ + "" + ], + "There is already a measure with that name": [ + "" + ], + "Only required when no check is specified": [ + "" + ], + "Missing check or program": [ + "" + ], + "Without a check the program will run automatically": [ + "" + ], + "Field name": [ + "" + ], + "Type": [ + "" + ], + "string": [ + "" + ], + "number": [ + "" + ], + "boolean": [ + "" + ], + "json": [ + "" + ], + "Value": [ + "" + ], + "There are unsatisfied inputs: %1$s": [ + "" + ], + "There are missing inputs: %1$s": [ + "" + ], + "There are missing requirements: %1$s": [ + "" + ], + "Can't be empty": [ + "" + ], + "It should be a number": [ + "" + ], + "Not a number": [ + "" + ], + "It should be finite": [ + "" + ], + "It should be a safe integer": [ + "" + ], + "It should be either \"true\" or \"false\"": [ + "" + ], + "Couldn't parse as json string: %1$s": [ + "" + ], + "Description": [ + "" + ], + "Inputs": [ + "" + ], + "Output": [ + "" + ], + "Requires": [ + "" + ], + "Fallback": [ + "" + ], + "Name of the verification measure": [ + "" + ], + "Read only": [ + "" + ], + "Prevent the customer of changing the address": [ + "" + ], + "Configure verification measure: \"%1$s\"": [ + "" + ], + "Add custom measure": [ + "" + ], + "Custom measures": [ + "" + ], + "Server measures": [ + "" + ], + "New measures": [ + "" + ], + "Measures that are available/executed directly after the decision is confirmed.": [ + "" + ], + "Reset to default": [ + "" + ], + "Properties": [ + "" + ], + "Custom properties": [ + "" + ], + "Add more properties that not listed above.": [ + "" + ], + "New properties": [ + "" + ], + "Current note on the GWG File": [ + "" + ], + "Customer name or internal alias.": [ + "" + ], + "Is the account active for deposit and payments?": [ + "" + ], + "Is the account idle?": [ + "" + ], + "No operation for a period of time": [ + "" + ], + "Does account belong to a domestic PEP?": [ + "" + ], + "Does account belong to a foreign PEP?": [ + "" + ], + "Does account belong to a international organization PEP?": [ + "" + ], + "Does account belong to a high risk customer?": [ + "" + ], + "Does account belong to a person from a high risk country?": [ + "" + ], + "The MROS reporting state for the account.": [ + "" + ], + "None": [ + "" + ], + "Pending investigation": [ + "" + ], + "Investigated without suspicion": [ + "" + ], + "Reported simple suspicion": [ + "" + ], + "Reported substantaited suspicion": [ + "" + ], + "Informal reason why the AML investigation was triggered": [ + "" + ], + "Identifies the sanction list entry that the account matched against": [ + "" + ], + "Best match, does not mean it was a good match.": [ + "" + ], + "Score for how good the sanction list match was": [ + "" + ], + "Score for how much supporting data we had for the sanction list match": [ + "" + ], + "Suppress flagging this account when it creates a hit on a sanctions list, this is a false-positive": [ + "" + ], + "GLS Customer ID": [ + "" + ], + "Wrong credentials for \"%1$s\"": [ + "" + ], + "The account was not found": [ + "" + ], + "Officer disabled or more recent decision was already submitted.": [ + "" + ], + "Confirmation required": [ + "" + ], + "This decision declares that the MROS report have concluded. Please make that this is the case": [ + "" + ], + "I want to check first!": [ + "" + ], + "Confirm decision": [ + "" + ], + "Missing deadline": [ + "" + ], + "Deadline should specify when this rules ends and what is the next measures to apply after expiration.": [ + "" + ], + "Missing rules": [ + "" + ], + "Can't make a decision without rules.": [ + "" + ], + "Missing active measure": [ + "" + ], + "You should specify in the measure section.": [ + "" + ], + "No customer action required.": [ + "" + ], + "No active measure has been selected.": [ + "" + ], + "Missing properties": [ + "" + ], + "You should specify in the properties section.": [ + "" + ], + "Missing events": [ + "" + ], + "You should specify in the events section.": [ + "" + ], + "Missing justification": [ + "" + ], + "You must complete the justification section.": [ + "" + ], + "Invalid attributes": [ + "" + ], + "You should check form errors or submit a decision without attributes.": [ + "" + ], + "Clear": [ + "" + ], + "Send decision": [ + "" + ], + "Prev": [ + "" + ], + "Next": [ + "" + ], + "Attributes": [ + "" + ], + "Add more information about the customer": [ + "" + ], + "Rules": [ + "" + ], + "Set the limit of the operations": [ + "" + ], + "Trigger notifications.": [ + "" + ], + "Measures": [ + "" + ], + "Ask the customer to take action.": [ + "" + ], + "Describe the decision.": [ + "" + ], + "Flag the current account state.": [ + "" + ], + "Summary": [ + "" + ], + "Review and submit.": [ + "" + ], + "Decision for account:": [ + "" + ], + "Decision for wallet:": [ + "" + ], + "Decision for bank account:": [ + "" + ], + "Search account": [ + "" + ], + "Check account details": [ + "" + ], + "Account most recent decisions": [ + "" + ], + "When": [ + "" + ], + "LATEST": [ + "" + ], + "ACTIVE": [ + "" + ], + "Account not found": [ + "" + ], + "There is no history known for this account yet.": [ + "" + ], + "You can make a decision for this account anyway.": [ + "" + ], + "Search": [ + "" + ], + "IBAN": [ + "" + ], + "Taler Bank": [ + "" + ], + "Wallet": [ + "" + ], + "Generic Payto:// URI": [ + "" + ], + "Account type": [ + "" + ], + "Should be 52 characters.": [ + "" + ], + "Failed to parse: %1$s": [ + "" + ], + "Address contains invalid characters.": [ + "" + ], + "Can't mix uppercased and lowercased characters.": [ + "" + ], + "The addr checksum doesn't match.": [ + "" + ], + "Missing separator or address type.": [ + "" + ], + "Address should have less than 90 characters.": [ + "" + ], + "Address should have more than 6 characters.": [ + "" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "The string should start with payto://": [ + "" + ], + "After the target type it should follow a '/' with more information.": [ + "" + ], + "The target type is not supported, only x-taler-bank, taler-reserve or iban": [ + "" + ], + "IBAN is missing": [ + "" + ], + "Bitcoin address is missing": [ + "" + ], + "Bank host and account is missing": [ + "" + ], + "Exchange host and account is missing": [ + "" + ], + "Ethereum address is missing": [ + "" + ], + "Invalid IBAN: %1$s": [ + "" + ], + "Invalid BTC: %1$s": [ + "" + ], + "Invalid reserve: %1$s": [ + "" + ], + "Invalid host": [ + "" + ], + "Invalid address": [ + "" + ], + "Payto URI": [ + "" + ], + "As defined by RFC 8905": [ + "" + ], + "payto://": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "DE1231231231": [ + "" + ], + "Host": [ + "" + ], + "Exchange hostname": [ + "" + ], + "exchange.taler.net": [ + "" + ], + "Remove last '/'": [ + "" + ], + "Invalid value": [ + "" + ], + "ID": [ + "" + ], + "Wallet reserve public key": [ + "" + ], + "abcdef1235": [ + "" + ], + "Should be 52 characters": [ + "" + ], + "Account": [ + "" + ], + "Bank account identification": [ + "" + ], + "DE123123123": [ + "" + ], + "Hostname": [ + "" + ], + "Without the scheme, may include subpath: bank.com, bank.com/path/": [ + "" + ], + "bank.demo.taler.net": [ + "" + ], + "Invalid hostname": [ + "" + ], + "Different form version": [ + "" + ], + "The collected information don't have the form version used.": [ + "" + ], + "The collected information used the form version \"%1$s \" but is not available.": [ + "" + ], + "Case details": [ + "" + ], + "Next event": [ + "" + ], + "Previous event": [ + "" + ], + "Direction": [ + "" + ], + "Credit": [ + "" + ], + "Debit": [ + "" + ], + "KYC Auth": [ + "" + ], + "Minimum amount": [ + "" + ], + "All amounts below the given threshold will be filtered.": [ + "" + ], + "Select transaction type": [ + "" + ], + "Please select a transaction type to show transactions.": [ + "" + ], + "Transfers history for account": [ + "Charge Taler wallet" + ], + "Transfers history": [ + "" + ], + "No transfers yet.": [ + "" + ], + "There are no transfer for this account.": [ + "" + ], + "There are no transfer reported to the exchange with the current threshold.": [ + "" + ], + "Date": [ + "" + ], + "Amount": [ + "" + ], + "sent": [ + "" + ], + "received": [ + "" + ], + "to": [ + "" + ], + "from": [ + "" + ], + "Welcome to exchange config!": [ + "Welcome to euFin bank: Taler+IBAN now possible!" + ], + "Transfers": [ + "" + ], + "Profile": [ + "" + ], + "A list of all the pre-define measures in your that can used.": [ + "" + ], + "threshold\u0004%1$s every %2$s": [ + "" + ], + "operation type\u0004Withdraw": [ + "Confirm withdrawal" + ], + "operation type\u0004Deposit": [ + "" + ], + "operation type\u0004Merge": [ + "" + ], + "operation type\u0004Aggregate": [ + "" + ], + "operation type\u0004Balance": [ + "" + ], + "operation type\u0004Refund": [ + "" + ], + "operation type\u0004Close": [ + "Close" + ], + "operation type\u0004Transaction": [ + "" + ] + } }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n != 1);", + "lang": "en", + "completeness": 100 }; -strings["es"] = { - domain: "messages", - locale_data: { - messages: { +strings['de'] = { + "locale_data": { + "messages": { "": { - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "es", + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "de" }, - Logout: ["Cierre de sesión"], - "Skip to main content": ["Saltar el menú de navegación"], - "This part of the demo shows how a bank that supports Taler directly would work. In addition to using your own bank account, you can also see the transaction history of some %1$s.": - [ - "Esta parte de la demostración muestra cómo funciona un banco que soporta Taler directamente. Además de usar tu propia cuenta de banco, también podrás ver el historial de transacciones de algunas %1$s.", - ], - "Taler logo": ["Logo Taler"], - "Missing username": ["Falta nombre de usuario"], - "Missing password": ["Falta contraseña"], - "Please login!": ["Por favor inicia sesión!"], - "Username:": ["Nombre de usuario:"], - "Password:": ["Password:"], - Login: ["Iniciar sesión"], - Register: ["Registrarse"], - "Missing IBAN": ["Falta IBAN"], - "IBAN should have just uppercased letters and numbers": [ - "IBAN debería tener letras mayúsculas y números", - ], - "Missing subject": ["Falta asunto"], - "Missing amount": ["Falta monto"], - "Amount is not valid": ["Monto no válido"], - "Should be greater than 0": ["Debería ser mas grande que 0"], - "Receiver IBAN:": ["IBAN receptor:"], - "Transfer subject:": ["Asunto de transferencia:"], - "Amount:": ["Monto:"], - "Field(s) missing.": ["Faltan campo(s)."], - "Want to try the raw payto://-format?": [ - "Quieres probar el formato payto:// ?", - ], - "Missing payto address": ["Falta direccion payto"], - "Payto does not follow the pattern": ["Payto no sigue el patrón"], - "Transfer money to account identified by payto:// URI:": [ - "Transferir dinero a la cuenta identificada por la URI payto://:", - ], - "payto URI:": ["payto URI:"], - "payto address": ["direccion payto"], - Send: ["Envíar"], - "Use wire-transfer form?": [ - "Usar el formulario de transferencia bancaria?", - ], - "No credentials found.": ["Se dieron las credenciales incorrectas."], - "Could not create the wire transfer": [ - "No se pudo create la transferencia bancaria", - ], - "Transfer creation gave response error": [ - "La creación de la transferencia dió una respuesta erronea", - ], - "Wire transfer created!": ["Transferencia bancaria creada!"], - "Amount to withdraw:": ["Monto a retirar:"], - Withdraw: ["Retirar"], - "No credentials given.": ["Se dieron las credenciales incorrectas."], - "Could not create withdrawal operation": [ - "No se pude create la operación de retiro", - ], - "Withdrawal creation gave response error": [ - "La creación de retiro dió una respuesta errónea", - ], - "Obtain digital cash": ["Obtener dinero digital"], - "Transfer to bank account": ["Transferir a una cuenta bancaria"], - Date: ["Fecha"], - Amount: ["Monto"], - Counterpart: ["Contraparte"], - Subject: ["Asunto"], - "Transfer to Taler Wallet": ["Transferir a una cartera Taler"], - "Use this QR code to withdraw to your mobile wallet:": [ - "Usar el código QR para retirar a tu cartera móvil:", - ], - "Click %1$s to open your Taler wallet!": [ - "Click %1$s para abrir una cartera Taler!", - ], - "Confirm Withdrawal": ["Confirmar retirada"], - "Authorize withdrawal by solving challenge": [ - "Autorizar retiro resolviendo una pregunta", - ], - "What is": ["Cuanto es"], - "Answer is wrong.": ["La respuesta es incorrecta."], - Confirm: ["Confirmar"], - Cancel: ["Cancelar"], - "A this point, a %1$s bank would ask for an additional authentication proof (PIN/TAN, one time password, ..), instead of a simple calculation.": - [ - "En este punto, un banco %1$s preguntaría por una prueba adicional de autenticación (PIN/TAN, password de un solo uso, ....), en vez de un simple cálculo.", - ], - "No withdrawal ID found.": ["No ID de retiro encontrado."], - "Could not confirm the withdrawal": ["No se pudo confirmar la retirada"], - "Withdrawal confirmation gave response error": [ - "La confirmación de retiro dió una respuesta errónea", - ], - "Withdrawal confirmed!": ["El retiro fue confirmado!"], - "Could not abort the withdrawal.": ["No se pudo cancelar el retiro."], - "Withdrawal abortion failed.": ["La cancelación del retiro falló."], - "Withdrawal aborted!": ["Este retiro fue cancelado!"], - Abort: ["Cancelar"], - "withdrawal (%1$s) was never (correctly) created at the bank...": [ - "retiro (%1$s) nunca fue (correctamente) generado en el banco...", - ], - "Waiting the bank to create the operation...": [ - "Esperando que el banco genere la operación....", - ], - "This withdrawal was aborted!": ["Este retiro fue cancelado!"], - "Welcome to %1$s!": ["Bienvenido a %1$s!"], - "Username or account label '%1$s' not found. Won't login.": [ - "Nombre de usuario o etiqueta de cuenta '%1$s' no encontrada. No se iniciará sesión.", - ], - "Wrong credentials given.": ["Se dieron las credenciales incorrectas."], - "Account information could not be retrieved.": [ - "La información de la cuenta no pudo ser accedida.", - ], - "Welcome, %1$s !": ["Bienvenido/a, %1$s!"], - "Bank account balance": ["Balance de cuenta bancaria"], - Payments: ["Pagos"], - "Latest transactions:": ["Últimas transacciones:"], - "List of public accounts was not found.": [ - "La lista de cuentas públicas no fue encontrada.", - ], - "List of public accounts could not be retrieved.": [ - "La lista de cuentas públicas no pudo ser accedida.", - ], - "History of public accounts": ["Historial de cuentas públicas"], - "Currently, the bank is not accepting new registrations!": [ - "Actualmente, el banco no está aceptado nuevos registros!", - ], - "Use only letter and numbers starting with a lower case letter": [ - "Solo use letras y números comenzando con una letra minúscula", - ], - "Password don't match": ["La contraseña no coincide"], - "Please register!": ["Por favor, registrese!"], - "Repeat Password:": ["Repita la contraseña:"], - "Registration failed, please report": [ - "El registro falló, por favor reportelo", - ], - "That username is already taken": [ - "El nombre del usuario ya está tomado", - ], - "New registration gave response error": [ - "Nuevo registro dió una respuesta errónea", - ], - "Bank menu": ["Menu del banco"], - "Select option1": ["Seleccione opción 1"], - "Select option2": ["Seleccione opción 2"], - days: ["días"], - hours: ["horas"], - minutes: ["minutos"], - seconds: ["segundos"], - }, + "Show debug info": [ + "" + ], + "Use testing dialect": [ + "" + ], + "Allow Insecure password": [ + "" + ], + "Keep session after reload": [ + "" + ], + "Don't compress request": [ + "" + ], + "Internal error, please report.": [ + "" + ], + "Preferences": [ + "" + ], + "Password": [ + "" + ], + "Required": [ + "" + ], + "should have at least 12 characters": [ + "" + ], + "should have lowercase and uppercase characters": [ + "" + ], + "should have numbers": [ + "" + ], + "should have at least one character which is not a number or letter": [ + "" + ], + "Repeat password": [ + "" + ], + "doesn't match": [ + "" + ], + "Create account": [ + "" + ], + "Create": [ + "" + ], + "Couldn't unlock the account, the password may be wrong.": [ + "" + ], + "Account locked": [ + "" + ], + "Your account is normally locked anytime you reload. To unlock type your password again.": [ + "" + ], + "Unlock": [ + "" + ], + "Forget account": [ + "" + ], + "There are no rules for operations": [ + "" + ], + "This mean that all operation have no limit.": [ + "" + ], + "Add custom rule": [ + "" + ], + "Operation": [ + "" + ], + "Threshold": [ + "" + ], + "Escalation": [ + "" + ], + "%1$s": [ + "" + ], + "(all)": [ + "" + ], + "Since": [ + "" + ], + "Expired": [ + "" + ], + "Expires": [ + "" + ], + "Successor measure": [ + "" + ], + "AML officer justification": [ + "" + ], + "Default rules": [ + "" + ], + "Forms": [ + "" + ], + "Measures used to get gather information about the customer.": [ + "" + ], + "Name": [ + "" + ], + "Check": [ + "" + ], + "Program": [ + "" + ], + "Context": [ + "" + ], + "Modify": [ + "" + ], + "Info": [ + "" + ], + "Will show information to the user.": [ + "" + ], + "Instant measures": [ + "" + ], + "Triggered immediately without customer interaction.": [ + "" + ], + "Input requirement": [ + "" + ], + "Already completed.": [ + "" + ], + "Waiting to be completed.": [ + "" + ], + "Current active rules": [ + "" + ], + "There are no rules for this account yet.": [ + "" + ], + "New rule form": [ + "" + ], + "Add": [ + "" + ], + "Cancel": [ + "" + ], + "Basic plan": [ + "" + ], + "Premium": [ + "" + ], + "E-commerce": [ + "" + ], + "Point-of-sale": [ + "" + ], + "GLS Registered E-Commerce Merchant": [ + "" + ], + "Check rules": [ + "" + ], + "The account is a wallet and there are bank account operation's limits which may trigger actions that are not required: %1$s": [ + "" + ], + "The account isn't a wallet and there are wallet operation's limits which may trigger actions that are not required: %1$s": [ + "" + ], + "The account is a wallet and there are wallet operation's limits which are not limited: %1$s": [ + "" + ], + "The AML account is bank account, but not all account-related operations are limited (%1$s).": [ + "" + ], + "New rules": [ + "" + ], + "Reset rules to current state": [ + "" + ], + "Set rules to default": [ + "" + ], + "Freeze account": [ + "" + ], + "Behavior on rule expiration": [ + "" + ], + "Reset measure": [ + "" + ], + "Reset expiration": [ + "" + ], + "Operation type": [ + "" + ], + "Timeframe": [ + "" + ], + "Exposed": [ + "" + ], + "Is this limit communicated to the customer?": [ + "" + ], + "Esclation measure": [ + "" + ], + "Measures that the customer will need to satisfy to apply for a new threshold.": [ + "" + ], + "All measures": [ + "" + ], + "Hint the customer that all measure should be completed": [ + "" + ], + "Expiration": [ + "" + ], + "Predefined shortcuts": [ + "" + ], + "In a week": [ + "" + ], + "In a month": [ + "" + ], + "In a year": [ + "" + ], + "Never": [ + "" + ], + "Expiration date": [ + "" + ], + "Until when are the new rules active.": [ + "" + ], + "Measure taken automatically upon expiration of the current decision.": [ + "" + ], + "New decision": [ + "" + ], + "Show transfers": [ + "" + ], + "Case history for selected account": [ + "Buchungen auf öffentlich sichtbaren Konten" + ], + "ID:": [ + "" + ], + "Payto:": [ + "" + ], + "Under investigation": [ + "" + ], + "This account requires a manual review and is waiting for a decision to be made.": [ + "" + ], + "Collected information": [ + "" + ], + "Every attribute collection event (via form upload or KYC provider).": [ + "" + ], + "The event list is empty": [ + "" + ], + "Current account properties": [ + "" + ], + "No active decision found": [ + "" + ], + "There is no decision for this account yet. The account is limited by the default rules.": [ + "" + ], + "Previous AML decisions": [ + "" + ], + "No aml history found": [ + "" + ], + "Current active measures": [ + "" + ], + "Now": [ + "" + ], + "Public key": [ + "" + ], + "Request account activation": [ + "" + ], + "Lock account": [ + "" + ], + "Operation denied": [ + "" + ], + "This account signature is invalid, contact administrator or create a new one.": [ + "" + ], + "The designated AML account is not known, contact administrator or create a new one.": [ + "" + ], + "The designated AML account is not enabled, contact administrator or create a new one.": [ + "" + ], + "High risk accounts. Only with custom rules.": [ + "" + ], + "Account with custom rules.": [ + "" + ], + "High risk accounts": [ + "" + ], + "All account known.": [ + "" + ], + "High risk accounts under investigation. Only with custom rules.": [ + "" + ], + "Accounts under investigation. Only with custom rules.": [ + "" + ], + "High risk accounts under investigation.": [ + "" + ], + "Accounts under investigation.": [ + "" + ], + "High risk accounts without investigation. Only with custom rules.": [ + "" + ], + "Accounts without investigation. Only with custom rules.": [ + "" + ], + "High risk accounts without investigation.": [ + "" + ], + "Accounts without investigation.": [ + "" + ], + "Accounts": [ + "Betrag" + ], + "Export as file": [ + "" + ], + "Export completed": [ + "" + ], + "Click here to save the file in your computer.": [ + "" + ], + "No results": [ + "" + ], + "#": [ + "" + ], + "Account Identification": [ + "" + ], + "Open time": [ + "" + ], + "Status": [ + "" + ], + "From %1$s%2$sTo %3$s": [ + "" + ], + "Since %1$s": [ + "" + ], + "Not opened": [ + "" + ], + "High risk": [ + "" + ], + "With custom rules": [ + "" + ], + "Invalid account": [ + "" + ], + "Search by ID": [ + "" + ], + "Under investigation: ": [ + "" + ], + "High risk:": [ + "" + ], + "Open:": [ + "" + ], + "Dashboard": [ + "" + ], + "Statistics": [ + "" + ], + "Accounts open": [ + "" + ], + "New files last year": [ + "" + ], + "Closes files last year": [ + "" + ], + "MROS substantaiated": [ + "" + ], + "MROS simple": [ + "" + ], + "High risk files": [ + "" + ], + "PEP files": [ + "" + ], + "Under investiation": [ + "" + ], + "Number of accounts that are opened": [ + "" + ], + "Number of new GwG files in the last year": [ + "" + ], + "Number of GwG files closed in the last year": [ + "" + ], + "Number of MROS reports based on Art 9 Abs. 1 GwG (per year)": [ + "" + ], + "Number of MROS reports based on Art 305ter Abs. 2 StGB (per year)": [ + "" + ], + "Number of GwG files of high-risk customers": [ + "" + ], + "Number of GwG files managed with “increased risk” due to PEP status": [ + "" + ], + "Number of customers involved in proceedings for which Art 6 GwG did apply": [ + "" + ], + "previous": [ + "" + ], + "Decreased by": [ + "" + ], + "Increased by": [ + "" + ], + "Events": [ + "" + ], + "The events will be triggered only after the decision has been confirmed.": [ + "" + ], + "Calculated": [ + "" + ], + "Events based on properties and new attributes that should be triggered": [ + "" + ], + "Others": [ + "" + ], + "Events that can be triggered manually": [ + "" + ], + "Custom list": [ + "" + ], + "Events without built-in support.": [ + "" + ], + "Complete the form": [ + "" + ], + "These measures will ask the customer for information.": [ + "" + ], + "change form": [ + "" + ], + "Expiration date of the information filled in this form.": [ + "" + ], + "Include new information": [ + "" + ], + "Select a form to submit new information about the customer or continue to the next step": [ + "" + ], + "Form:": [ + "" + ], + "Justification": [ + "" + ], + "Keep investigation?": [ + "" + ], + "Account holder": [ + "" + ], + "Full name of the account holder": [ + "" + ], + "loading...": [ + "" + ], + "Update": [ + "" + ], + "Remove": [ + "" + ], + "Configure verification type: %1$s": [ + "" + ], + "Show complete form": [ + "" + ], + "Configure measure": [ + "" + ], + "Show as verification": [ + "" + ], + "There is already a measure with that name": [ + "" + ], + "Only required when no check is specified": [ + "" + ], + "Missing check or program": [ + "" + ], + "Without a check the program will run automatically": [ + "" + ], + "Field name": [ + "" + ], + "Type": [ + "" + ], + "string": [ + "" + ], + "number": [ + "" + ], + "boolean": [ + "" + ], + "json": [ + "" + ], + "Value": [ + "" + ], + "There are unsatisfied inputs: %1$s": [ + "" + ], + "There are missing inputs: %1$s": [ + "" + ], + "There are missing requirements: %1$s": [ + "" + ], + "Can't be empty": [ + "" + ], + "It should be a number": [ + "" + ], + "Not a number": [ + "" + ], + "It should be finite": [ + "" + ], + "It should be a safe integer": [ + "" + ], + "It should be either \"true\" or \"false\"": [ + "" + ], + "Couldn't parse as json string: %1$s": [ + "" + ], + "Description": [ + "" + ], + "Inputs": [ + "" + ], + "Output": [ + "" + ], + "Requires": [ + "" + ], + "Fallback": [ + "" + ], + "Name of the verification measure": [ + "" + ], + "Read only": [ + "" + ], + "Prevent the customer of changing the address": [ + "" + ], + "Configure verification measure: \"%1$s\"": [ + "" + ], + "Add custom measure": [ + "" + ], + "Custom measures": [ + "" + ], + "Server measures": [ + "" + ], + "New measures": [ + "" + ], + "Measures that are available/executed directly after the decision is confirmed.": [ + "" + ], + "Reset to default": [ + "" + ], + "Properties": [ + "" + ], + "Custom properties": [ + "" + ], + "Add more properties that not listed above.": [ + "" + ], + "New properties": [ + "" + ], + "Current note on the GWG File": [ + "" + ], + "Customer name or internal alias.": [ + "" + ], + "Is the account active for deposit and payments?": [ + "" + ], + "Is the account idle?": [ + "" + ], + "No operation for a period of time": [ + "" + ], + "Does account belong to a domestic PEP?": [ + "" + ], + "Does account belong to a foreign PEP?": [ + "" + ], + "Does account belong to a international organization PEP?": [ + "" + ], + "Does account belong to a high risk customer?": [ + "" + ], + "Does account belong to a person from a high risk country?": [ + "" + ], + "The MROS reporting state for the account.": [ + "" + ], + "None": [ + "" + ], + "Pending investigation": [ + "" + ], + "Investigated without suspicion": [ + "" + ], + "Reported simple suspicion": [ + "" + ], + "Reported substantaited suspicion": [ + "" + ], + "Informal reason why the AML investigation was triggered": [ + "" + ], + "Identifies the sanction list entry that the account matched against": [ + "" + ], + "Best match, does not mean it was a good match.": [ + "" + ], + "Score for how good the sanction list match was": [ + "" + ], + "Score for how much supporting data we had for the sanction list match": [ + "" + ], + "Suppress flagging this account when it creates a hit on a sanctions list, this is a false-positive": [ + "" + ], + "GLS Customer ID": [ + "" + ], + "Wrong credentials for \"%1$s\"": [ + "" + ], + "The account was not found": [ + "" + ], + "Officer disabled or more recent decision was already submitted.": [ + "" + ], + "Confirmation required": [ + "" + ], + "This decision declares that the MROS report have concluded. Please make that this is the case": [ + "" + ], + "I want to check first!": [ + "" + ], + "Confirm decision": [ + "Bestätigen" + ], + "Missing deadline": [ + "" + ], + "Deadline should specify when this rules ends and what is the next measures to apply after expiration.": [ + "" + ], + "Missing rules": [ + "" + ], + "Can't make a decision without rules.": [ + "" + ], + "Missing active measure": [ + "" + ], + "You should specify in the measure section.": [ + "" + ], + "No customer action required.": [ + "" + ], + "No active measure has been selected.": [ + "" + ], + "Missing properties": [ + "" + ], + "You should specify in the properties section.": [ + "" + ], + "Missing events": [ + "" + ], + "You should specify in the events section.": [ + "" + ], + "Missing justification": [ + "" + ], + "You must complete the justification section.": [ + "" + ], + "Invalid attributes": [ + "" + ], + "You should check form errors or submit a decision without attributes.": [ + "" + ], + "Clear": [ + "" + ], + "Send decision": [ + "" + ], + "Prev": [ + "" + ], + "Next": [ + "" + ], + "Attributes": [ + "" + ], + "Add more information about the customer": [ + "" + ], + "Rules": [ + "" + ], + "Set the limit of the operations": [ + "" + ], + "Trigger notifications.": [ + "" + ], + "Measures": [ + "" + ], + "Ask the customer to take action.": [ + "" + ], + "Describe the decision.": [ + "" + ], + "Flag the current account state.": [ + "" + ], + "Summary": [ + "" + ], + "Review and submit.": [ + "" + ], + "Decision for account:": [ + "" + ], + "Decision for wallet:": [ + "" + ], + "Decision for bank account:": [ + "" + ], + "Search account": [ + "" + ], + "Check account details": [ + "" + ], + "Account most recent decisions": [ + "" + ], + "When": [ + "" + ], + "LATEST": [ + "" + ], + "ACTIVE": [ + "" + ], + "Account not found": [ + "" + ], + "There is no history known for this account yet.": [ + "" + ], + "You can make a decision for this account anyway.": [ + "" + ], + "Search": [ + "" + ], + "IBAN": [ + "" + ], + "Taler Bank": [ + "Taler-Logo" + ], + "Wallet": [ + "" + ], + "Generic Payto:// URI": [ + "" + ], + "Account type": [ + "" + ], + "Should be 52 characters.": [ + "" + ], + "Failed to parse: %1$s": [ + "" + ], + "Address contains invalid characters.": [ + "" + ], + "Can't mix uppercased and lowercased characters.": [ + "" + ], + "The addr checksum doesn't match.": [ + "" + ], + "Missing separator or address type.": [ + "" + ], + "Address should have less than 90 characters.": [ + "" + ], + "Address should have more than 6 characters.": [ + "" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "The string should start with payto://": [ + "" + ], + "After the target type it should follow a '/' with more information.": [ + "" + ], + "The target type is not supported, only x-taler-bank, taler-reserve or iban": [ + "" + ], + "IBAN is missing": [ + "" + ], + "Bitcoin address is missing": [ + "" + ], + "Bank host and account is missing": [ + "" + ], + "Exchange host and account is missing": [ + "" + ], + "Ethereum address is missing": [ + "" + ], + "Invalid IBAN: %1$s": [ + "" + ], + "Invalid BTC: %1$s": [ + "" + ], + "Invalid reserve: %1$s": [ + "" + ], + "Invalid host": [ + "" + ], + "Invalid address": [ + "payto-Adresse" + ], + "Payto URI": [ + "" + ], + "As defined by RFC 8905": [ + "" + ], + "payto://": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "DE1231231231": [ + "" + ], + "Host": [ + "" + ], + "Exchange hostname": [ + "" + ], + "exchange.taler.net": [ + "" + ], + "Remove last '/'": [ + "" + ], + "Invalid value": [ + "" + ], + "ID": [ + "" + ], + "Wallet reserve public key": [ + "" + ], + "abcdef1235": [ + "" + ], + "Should be 52 characters": [ + "" + ], + "Account": [ + "Betrag" + ], + "Bank account identification": [ + "Kontostand" + ], + "DE123123123": [ + "" + ], + "Hostname": [ + "" + ], + "Without the scheme, may include subpath: bank.com, bank.com/path/": [ + "" + ], + "bank.demo.taler.net": [ + "" + ], + "Invalid hostname": [ + "" + ], + "Different form version": [ + "" + ], + "The collected information don't have the form version used.": [ + "" + ], + "The collected information used the form version \"%1$s \" but is not available.": [ + "" + ], + "Case details": [ + "" + ], + "Next event": [ + "" + ], + "Previous event": [ + "" + ], + "Direction": [ + "" + ], + "Credit": [ + "" + ], + "Debit": [ + "" + ], + "KYC Auth": [ + "" + ], + "Minimum amount": [ + "" + ], + "All amounts below the given threshold will be filtered.": [ + "" + ], + "Select transaction type": [ + "" + ], + "Please select a transaction type to show transactions.": [ + "" + ], + "Transfers history for account": [ + "" + ], + "Transfers history": [ + "" + ], + "No transfers yet.": [ + "" + ], + "There are no transfer for this account.": [ + "" + ], + "There are no transfer reported to the exchange with the current threshold.": [ + "" + ], + "Date": [ + "Datum" + ], + "Amount": [ + "Betrag" + ], + "sent": [ + "" + ], + "received": [ + "" + ], + "to": [ + "" + ], + "from": [ + "" + ], + "Welcome to exchange config!": [ + "" + ], + "Transfers": [ + "" + ], + "Profile": [ + "" + ], + "A list of all the pre-define measures in your that can used.": [ + "" + ], + "threshold\u0004%1$s every %2$s": [ + "" + ], + "operation type\u0004Withdraw": [ + "Abhebung bestätigen" + ], + "operation type\u0004Deposit": [ + "" + ], + "operation type\u0004Merge": [ + "" + ], + "operation type\u0004Aggregate": [ + "" + ], + "operation type\u0004Balance": [ + "" + ], + "operation type\u0004Refund": [ + "" + ], + "operation type\u0004Close": [ + "" + ], + "operation type\u0004Transaction": [ + "" + ] + } }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "de", + "completeness": 2 }; -strings["it"] = { - domain: "messages", - locale_data: { - messages: { - "": { - domain: "messages", - plural_forms: "nplurals=2; plural=(n != 1);", - lang: "it", - }, - Logout: [""], - "Skip to main content": [""], - "This part of the demo shows how a bank that supports Taler directly would work. In addition to using your own bank account, you can also see the transaction history of some %1$s.": - [""], - "Taler logo": [""], - "Missing username": [""], - "Missing password": [""], - "Please login!": ["Accedi!"], - "Username:": [""], - "Password:": [""], - Login: ["Accedi"], - Register: ["Registrati"], - "Missing IBAN": [""], - "IBAN should have just uppercased letters and numbers": [""], - "Missing subject": [""], - "Missing amount": [""], - "Amount is not valid": [""], - "Should be greater than 0": [""], - "Receiver IBAN:": [""], - "Transfer subject:": [""], - "Amount:": ["Somma"], - "Field(s) missing.": [""], - "Want to try the raw payto://-format?": [ - "Prova il trasferimento tramite il formato Payto!", - ], - "Missing payto address": ["indirizzo Payto"], - "Payto does not follow the pattern": [""], - "Transfer money to account identified by payto:// URI:": [ - "Trasferisci fondi a un altro conto di questa banca:", - ], - "payto URI:": [""], - "payto address": ["indirizzo Payto"], - Send: [""], - "Use wire-transfer form?": ["Chiudi il bonifico"], - "No credentials found.": ["Credenziali invalide."], - "Could not create the wire transfer": [""], - "Transfer creation gave response error": [""], - "Wire transfer created!": ["Bonifico"], - "Amount to withdraw:": ["Somma da ritirare"], - Withdraw: ["Conferma il ritiro"], - "No credentials given.": ["Credenziali invalide."], - "Could not create withdrawal operation": [""], - "Withdrawal creation gave response error": [""], - "Obtain digital cash": [""], - "Transfer to bank account": [ - "Trasferisci fondi a un altro conto di questa banca:", - ], - Date: [""], - Amount: ["Somma"], - Counterpart: ["Controparte"], - Subject: ["Causale"], - "Transfer to Taler Wallet": ["Ritira contante nel portafoglio Taler"], - "Use this QR code to withdraw to your mobile wallet:": [ - "Usa questo codice QR per ritirare contante nel tuo wallet:", - ], - "Click %1$s to open your Taler wallet!": [""], - "Confirm Withdrawal": ["Conferma il ritiro"], - "Authorize withdrawal by solving challenge": [""], - "What is": [""], - "Answer is wrong.": [""], - Confirm: ["Conferma"], - Cancel: [""], - "A this point, a %1$s bank would ask for an additional authentication proof (PIN/TAN, one time password, ..), instead of a simple calculation.": - [""], - "No withdrawal ID found.": [""], - "Could not confirm the withdrawal": ["Conferma il ritiro"], - "Withdrawal confirmation gave response error": [""], - "Withdrawal confirmed!": ["Questo ritiro è stato annullato!"], - "Could not abort the withdrawal.": ["Chiudi il ritiro Taler"], - "Withdrawal abortion failed.": ["Questo ritiro è stato annullato!"], - "Withdrawal aborted!": ["Questo ritiro è stato annullato!"], - Abort: ["Annulla"], - "withdrawal (%1$s) was never (correctly) created at the bank...": [""], - "Waiting the bank to create the operation...": [ - "La banca sta creando l'operazione...", - ], - "This withdrawal was aborted!": ["Questo ritiro è stato annullato!"], - "Welcome to %1$s!": [""], - "Username or account label '%1$s' not found. Won't login.": [ - "L'utente '%1$s' non esiste. Login impossibile", - ], - "Wrong credentials given.": ["Credenziali invalide."], - "Account information could not be retrieved.": [ - "Impossibile ricevere le informazioni relative al conto.", - ], - "Welcome, %1$s !": [""], - "Bank account balance": ["Bilancio:"], - Payments: [""], - "Latest transactions:": ["Ultime transazioni:"], - "List of public accounts was not found.": [ - "Lista conti pubblici non trovata.", - ], - "List of public accounts could not be retrieved.": [ - "Lista conti pubblici non pervenuta.", - ], - "History of public accounts": ["Storico dei conti pubblici"], - "Currently, the bank is not accepting new registrations!": [""], - "Use only letter and numbers starting with a lower case letter": [""], - "Password don't match": [""], - "Please register!": ["Accedi!"], - "Repeat Password:": [""], - "Registration failed, please report": ["Registrazione"], - "That username is already taken": [""], - "New registration gave response error": [""], - "Bank menu": [""], - "Select option1": [""], - "Select option2": [""], - days: [""], - hours: [""], - minutes: [""], - seconds: [""], - }, - }, -}; diff --git a/packages/auditor-backoffice-ui/src/i18n/strings.ts b/packages/auditor-backoffice-ui/src/i18n/strings.ts @@ -17,9534 +17,602 @@ /*eslint quote-props: ["error", "consistent"]*/ export const strings: {[s: string]: any} = {}; -strings['de'] = { - "domain": "messages", - "locale_data": { - "messages": { - "": { - "domain": "messages", - "plural_forms": "nplurals=2; plural=(n != 1);", - "lang": "" - }, - "Cancel": [ - "" - ], - "%1$s": [ - "" - ], - "Close": [ - "" - ], - "Continue": [ - "" - ], - "Clear": [ - "" - ], - "Confirm": [ - "" - ], - "is not the same as the current access token": [ - "" - ], - "cannot be empty": [ - "" - ], - "cannot be the same as the old token": [ - "" - ], - "is not the same": [ - "" - ], - "You are updating the access token from instance with id %1$s": [ - "" - ], - "Old access token": [ - "" - ], - "access token currently in use": [ - "" - ], - "New access token": [ - "" - ], - "next access token to be used": [ - "" - ], - "Repeat access token": [ - "" - ], - "confirm the same access token": [ - "" - ], - "Clearing the access token will mean public access to the instance": [ - "" - ], - "cannot be the same as the old access token": [ - "" - ], - "You are setting the access token for the new instance": [ - "" - ], - "With external authorization method no check will be done by the merchant backend": [ - "" - ], - "Set external authorization": [ - "" - ], - "Set access token": [ - "" - ], - "Operation in progress...": [ - "" - ], - "The operation will be automatically canceled after %1$s seconds": [ - "" - ], - "Instances": [ - "" - ], - "Delete": [ - "" - ], - "add new instance": [ - "" - ], - "ID": [ - "" - ], - "Name": [ - "" - ], - "Edit": [ - "" - ], - "Purge": [ - "" - ], - "There is no instances yet, add more pressing the + sign": [ - "" - ], - "Only show active instances": [ - "" - ], - "Active": [ - "" - ], - "Only show deleted instances": [ - "" - ], - "Deleted": [ - "" - ], - "Show all instances": [ - "" - ], - "All": [ - "" - ], - "Instance \"%1$s\" (ID: %2$s) has been deleted": [ - "" - ], - "Failed to delete instance": [ - "" - ], - "Instance '%1$s' (ID: %2$s) has been disabled": [ - "" - ], - "Failed to purge instance": [ - "" - ], - "Pending KYC verification": [ - "" - ], - "Timed out": [ - "" - ], - "Exchange": [ - "" - ], - "Target account": [ - "" - ], - "KYC URL": [ - "" - ], - "Code": [ - "" - ], - "Http Status": [ - "" - ], - "No pending kyc verification!": [ - "" - ], - "change value to unknown date": [ - "" - ], - "change value to empty": [ - "" - ], - "clear": [ - "" - ], - "change value to never": [ - "" - ], - "never": [ - "" - ], - "Country": [ - "" - ], - "Address": [ - "" - ], - "Building number": [ - "" - ], - "Building name": [ - "" - ], - "Street": [ - "" - ], - "Post code": [ - "" - ], - "Town location": [ - "" - ], - "Town": [ - "" - ], - "District": [ - "" - ], - "Country subdivision": [ - "" - ], - "Product id": [ - "" - ], - "Description": [ - "" - ], - "Product": [ - "" - ], - "search products by it's description or id": [ - "" - ], - "no products found with that description": [ - "" - ], - "You must enter a valid product identifier.": [ - "" - ], - "Quantity must be greater than 0!": [ - "" - ], - "This quantity exceeds remaining stock. Currently, only %1$s units remain unreserved in stock.": [ - "" - ], - "Quantity": [ - "" - ], - "how many products will be added": [ - "" - ], - "Add from inventory": [ - "" - ], - "Image should be smaller than 1 MB": [ - "" - ], - "Add": [ - "" - ], - "Remove": [ - "" - ], - "No taxes configured for this product.": [ - "" - ], - "Amount": [ - "" - ], - "Taxes can be in currencies that differ from the main currency used by the merchant.": [ - "" - ], - "Enter currency and value separated with a colon, e.g. &quot;USD:2.3&quot;.": [ - "" - ], - "Legal name of the tax, e.g. VAT or import duties.": [ - "" - ], - "add tax to the tax list": [ - "" - ], - "describe and add a product that is not in the inventory list": [ - "" - ], - "Add custom product": [ - "" - ], - "Complete information of the product": [ - "" - ], - "Image": [ - "" - ], - "photo of the product": [ - "" - ], - "full product description": [ - "" - ], - "Unit": [ - "" - ], - "name of the product unit": [ - "" - ], - "Price": [ - "" - ], - "amount in the current currency": [ - "" - ], - "Taxes": [ - "" - ], - "image": [ - "" - ], - "description": [ - "" - ], - "quantity": [ - "" - ], - "unit price": [ - "" - ], - "total price": [ - "" - ], - "required": [ - "" - ], - "not valid": [ - "" - ], - "must be greater than 0": [ - "" - ], - "not a valid json": [ - "" - ], - "should be in the future": [ - "" - ], - "refund deadline cannot be before pay deadline": [ - "" - ], - "wire transfer deadline cannot be before refund deadline": [ - "" - ], - "wire transfer deadline cannot be before pay deadline": [ - "" - ], - "should have a refund deadline": [ - "" - ], - "auto refund cannot be after refund deadline": [ - "" - ], - "Manage products in order": [ - "" - ], - "Manage list of products in the order.": [ - "" - ], - "Remove this product from the order.": [ - "" - ], - "Total price": [ - "" - ], - "total product price added up": [ - "" - ], - "Amount to be paid by the customer": [ - "" - ], - "Order price": [ - "" - ], - "final order price": [ - "" - ], - "Summary": [ - "" - ], - "Title of the order to be shown to the customer": [ - "" - ], - "Shipping and Fulfillment": [ - "" - ], - "Delivery date": [ - "" - ], - "Deadline for physical delivery assured by the merchant.": [ - "" - ], - "Location": [ - "" - ], - "address where the products will be delivered": [ - "" - ], - "Fulfillment URL": [ - "" - ], - "URL to which the user will be redirected after successful payment.": [ - "" - ], - "Taler payment options": [ - "" - ], - "Override default Taler payment settings for this order": [ - "" - ], - "Payment deadline": [ - "" - ], - "Deadline for the customer to pay for the offer before it expires. Inventory products will be reserved until this deadline.": [ - "" - ], - "Refund deadline": [ - "" - ], - "Time until which the order can be refunded by the merchant.": [ - "" - ], - "Wire transfer deadline": [ - "" - ], - "Deadline for the exchange to make the wire transfer.": [ - "" - ], - "Auto-refund deadline": [ - "" - ], - "Time until which the wallet will automatically check for refunds without user interaction.": [ - "" - ], - "Maximum deposit fee": [ - "" - ], - "Maximum deposit fees the merchant is willing to cover for this order. Higher deposit fees must be covered in full by the consumer.": [ - "" - ], - "Maximum wire fee": [ - "" - ], - "Maximum aggregate wire fees the merchant is willing to cover for this order. Wire fees exceeding this amount are to be covered by the customers.": [ - "" - ], - "Wire fee amortization": [ - "" - ], - "Factor by which wire fees exceeding the above threshold are divided to determine the share of excess wire fees to be paid explicitly by the consumer.": [ - "" - ], - "Create token": [ - "" - ], - "Uncheck this option if the merchant backend generated an order ID with enough entropy to prevent adversarial claims.": [ - "" - ], - "Minimum age required": [ - "" - ], - "Any value greater than 0 will limit the coins able be used to pay this contract. If empty the age restriction will be defined by the products": [ - "" - ], - "Min age defined by the producs is %1$s": [ - "" - ], - "Additional information": [ - "" - ], - "Custom information to be included in the contract for this order.": [ - "" - ], - "You must enter a value in JavaScript Object Notation (JSON).": [ - "" - ], - "days": [ - "" - ], - "hours": [ - "" - ], - "minutes": [ - "" - ], - "seconds": [ - "" - ], - "forever": [ - "" - ], - "%1$sM": [ - "" - ], - "%1$sY": [ - "" - ], - "%1$sd": [ - "" - ], - "%1$sh": [ - "" - ], - "%1$smin": [ - "" - ], - "%1$ssec": [ - "" - ], - "Orders": [ - "" - ], - "create order": [ - "" - ], - "load newer orders": [ - "" - ], - "Date": [ - "" - ], - "Refund": [ - "" - ], - "copy url": [ - "" - ], - "load older orders": [ - "" - ], - "No orders have been found matching your query!": [ - "" - ], - "duplicated": [ - "" - ], - "invalid format": [ - "" - ], - "this value exceed the refundable amount": [ - "" - ], - "date": [ - "" - ], - "amount": [ - "" - ], - "reason": [ - "" - ], - "amount to be refunded": [ - "" - ], - "Max refundable:": [ - "" - ], - "Reason": [ - "" - ], - "Choose one...": [ - "" - ], - "requested by the customer": [ - "" - ], - "other": [ - "" - ], - "why this order is being refunded": [ - "" - ], - "more information to give context": [ - "" - ], - "Contract Terms": [ - "" - ], - "human-readable description of the whole purchase": [ - "" - ], - "total price for the transaction": [ - "" - ], - "URL for this purchase": [ - "" - ], - "Max fee": [ - "" - ], - "maximum total deposit fee accepted by the merchant for this contract": [ - "" - ], - "Max wire fee": [ - "" - ], - "maximum wire fee accepted by the merchant": [ - "" - ], - "over how many customer transactions does the merchant expect to amortize wire fees on average": [ - "" - ], - "Created at": [ - "" - ], - "time when this contract was generated": [ - "" - ], - "after this deadline has passed no refunds will be accepted": [ - "" - ], - "after this deadline, the merchant won't accept payments for the contract": [ - "" - ], - "transfer deadline for the exchange": [ - "" - ], - "time indicating when the order should be delivered": [ - "" - ], - "where the order will be delivered": [ - "" - ], - "Auto-refund delay": [ - "" - ], - "how long the wallet should try to get an automatic refund for the purchase": [ - "" - ], - "Extra info": [ - "" - ], - "extra data that is only interpreted by the merchant frontend": [ - "" - ], - "Order": [ - "" - ], - "claimed": [ - "" - ], - "claimed at": [ - "" - ], - "Timeline": [ - "" - ], - "Payment details": [ - "" - ], - "Order status": [ - "" - ], - "Product list": [ - "" - ], - "paid": [ - "" - ], - "wired": [ - "" - ], - "refunded": [ - "" - ], - "refund order": [ - "" - ], - "not refundable": [ - "" - ], - "refund": [ - "" - ], - "Refunded amount": [ - "" - ], - "Refund taken": [ - "" - ], - "Status URL": [ - "" - ], - "Refund URI": [ - "" - ], - "unpaid": [ - "" - ], - "pay at": [ - "" - ], - "created at": [ - "" - ], - "Order status URL": [ - "" - ], - "Payment URI": [ - "" - ], - "Unknown order status. This is an error, please contact the administrator.": [ - "" - ], - "Back": [ - "" - ], - "refund created successfully": [ - "" - ], - "could not create the refund": [ - "" - ], - "select date to show nearby orders": [ - "" - ], - "order id": [ - "" - ], - "jump to order with the given order ID": [ - "" - ], - "remove all filters": [ - "" - ], - "only show paid orders": [ - "" - ], - "Paid": [ - "" - ], - "only show orders with refunds": [ - "" - ], - "Refunded": [ - "" - ], - "only show orders where customers paid, but wire payments from payment provider are still pending": [ - "" - ], - "Not wired": [ - "" - ], - "clear date filter": [ - "" - ], - "date (YYYY/MM/DD)": [ - "" - ], - "Enter an order id": [ - "" - ], - "order not found": [ - "" - ], - "could not get the order to refund": [ - "" - ], - "Loading...": [ - "" - ], - "click here to configure the stock of the product, leave it as is and the backend will not control stock": [ - "" - ], - "Manage stock": [ - "" - ], - "this product has been configured without stock control": [ - "" - ], - "Infinite": [ - "" - ], - "lost cannot be greater than current and incoming (max %1$s)": [ - "" - ], - "Incoming": [ - "" - ], - "Lost": [ - "" - ], - "Current": [ - "" - ], - "remove stock control for this product": [ - "" - ], - "without stock": [ - "" - ], - "Next restock": [ - "" - ], - "Delivery address": [ - "" - ], - "product identification to use in URLs (for internal use only)": [ - "" - ], - "illustration of the product for customers": [ - "" - ], - "product description for customers": [ - "" - ], - "Age restricted": [ - "" - ], - "is this product restricted for customer below certain age?": [ - "" - ], - "unit describing quantity of product sold (e.g. 2 kilograms, 5 liters, 3 items, 5 meters) for customers": [ - "" - ], - "sale price for customers, including taxes, for above units of the product": [ - "" - ], - "Stock": [ - "" - ], - "product inventory for products with finite supply (for internal use only)": [ - "" - ], - "taxes included in the product price, exposed to customers": [ - "" - ], - "Need to complete marked fields": [ - "" - ], - "could not create product": [ - "" - ], - "Products": [ - "" - ], - "add product to inventory": [ - "" - ], - "Sell": [ - "" - ], - "Profit": [ - "" - ], - "Sold": [ - "" - ], - "free": [ - "" - ], - "go to product update page": [ - "" - ], - "Update": [ - "" - ], - "remove this product from the database": [ - "" - ], - "update the product with new price": [ - "" - ], - "update product with new price": [ - "" - ], - "add more elements to the inventory": [ - "" - ], - "report elements lost in the inventory": [ - "" - ], - "new price for the product": [ - "" - ], - "the are value with errors": [ - "" - ], - "update product with new stock and price": [ - "" - ], - "There is no products yet, add more pressing the + sign": [ - "" - ], - "product updated successfully": [ - "" - ], - "could not update the product": [ - "" - ], - "product delete successfully": [ - "" - ], - "could not delete the product": [ - "" - ], - "Product id:": [ - "" - ], - "To complete the setup of the reserve, you must now initiate a wire transfer using the given wire transfer subject and crediting the specified amount to the indicated account of the exchange.": [ - "" - ], - "If your system supports RFC 8905, you can do this by opening this URI:": [ - "" - ], - "it should be greater than 0": [ - "" - ], - "must be a valid URL": [ - "" - ], - "Initial balance": [ - "" - ], - "balance prior to deposit": [ - "" - ], - "Exchange URL": [ - "" - ], - "URL of exchange": [ - "" - ], - "Next": [ - "" - ], - "Wire method": [ - "" - ], - "method to use for wire transfer": [ - "" - ], - "Select one wire method": [ - "" - ], - "could not create reserve": [ - "" - ], - "Valid until": [ - "" - ], - "Created balance": [ - "" - ], - "Exchange balance": [ - "" - ], - "Picked up": [ - "" - ], - "Committed": [ - "" - ], - "Account address": [ - "" - ], - "Subject": [ - "" - ], - "Tips": [ - "" - ], - "No tips has been authorized from this reserve": [ - "" - ], - "Authorized": [ - "" - ], - "Expiration": [ - "" - ], - "amount of tip": [ - "" - ], - "Justification": [ - "" - ], - "reason for the tip": [ - "" - ], - "URL after tip": [ - "" - ], - "URL to visit after tip payment": [ - "" - ], - "Reserves not yet funded": [ - "" - ], - "Reserves ready": [ - "" - ], - "add new reserve": [ - "" - ], - "Expires at": [ - "" - ], - "Initial": [ - "" - ], - "delete selected reserve from the database": [ - "" - ], - "authorize new tip from selected reserve": [ - "" - ], - "There is no ready reserves yet, add more pressing the + sign or fund them": [ - "" - ], - "Expected Balance": [ - "" - ], - "could not create the tip": [ - "" - ], - "should not be empty": [ - "" - ], - "should be greater that 0": [ - "" - ], - "can't be empty": [ - "" - ], - "to short": [ - "" - ], - "just letters and numbers from 2 to 7": [ - "" - ], - "size of the key should be 32": [ - "" - ], - "Identifier": [ - "" - ], - "Name of the template in URLs.": [ - "" - ], - "Describe what this template stands for": [ - "" - ], - "Fixed summary": [ - "" - ], - "If specified, this template will create order with the same summary": [ - "" - ], - "Fixed price": [ - "" - ], - "If specified, this template will create order with the same price": [ - "" - ], - "Minimum age": [ - "" - ], - "Is this contract restricted to some age?": [ - "" - ], - "Payment timeout": [ - "" - ], - "How much time has the customer to complete the payment once the order was created.": [ - "" - ], - "Verification algorithm": [ - "" - ], - "Algorithm to use to verify transaction in offline mode": [ - "" - ], - "Point-of-sale key": [ - "" - ], - "Useful to validate the purchase": [ - "" - ], - "generate random secret key": [ - "" - ], - "random": [ - "" - ], - "show secret key": [ - "" - ], - "hide secret key": [ - "" - ], - "hide": [ - "" - ], - "show": [ - "" - ], - "could not inform template": [ - "" - ], - "Amount is required": [ - "" - ], - "Order summary is required": [ - "" - ], - "New order for template": [ - "" - ], - "Amount of the order": [ - "" - ], - "Order summary": [ - "" - ], - "could not create order from template": [ - "" - ], - "Here you can specify a default value for fields that are not fixed. Default values can be edited by the customer before the payment.": [ - "" - ], - "Fixed amount": [ - "" - ], - "Default amount": [ - "" - ], - "Default summary": [ - "" - ], - "Print": [ - "" - ], - "Setup TOTP": [ - "" - ], - "Templates": [ - "" - ], - "add new templates": [ - "" - ], - "load more templates before the first one": [ - "" - ], - "load newer templates": [ - "" - ], - "delete selected templates from the database": [ - "" - ], - "use template to create new order": [ - "" - ], - "create qr code for the template": [ - "" - ], - "load more templates after the last one": [ - "" - ], - "load older templates": [ - "" - ], - "There is no templates yet, add more pressing the + sign": [ - "" - ], - "template delete successfully": [ - "" - ], - "could not delete the template": [ - "" - ], - "could not update template": [ - "" - ], - "should be one of '%1$s'": [ - "" - ], - "Webhook ID to use": [ - "" - ], - "Event": [ - "" - ], - "The event of the webhook: why the webhook is used": [ - "" - ], - "Method": [ - "" - ], - "Method used by the webhook": [ - "" - ], - "URL": [ - "" - ], - "URL of the webhook where the customer will be redirected": [ - "" - ], - "Header": [ - "" - ], - "Header template of the webhook": [ - "" - ], - "Body": [ - "" - ], - "Body template by the webhook": [ - "" - ], - "Webhooks": [ - "" - ], - "add new webhooks": [ - "" - ], - "load more webhooks before the first one": [ - "" - ], - "load newer webhooks": [ - "" - ], - "Event type": [ - "" - ], - "delete selected webhook from the database": [ - "" - ], - "load more webhooks after the last one": [ - "" - ], - "load older webhooks": [ - "" - ], - "There is no webhooks yet, add more pressing the + sign": [ - "" - ], - "webhook delete successfully": [ - "" - ], - "could not delete the webhook": [ - "" - ], - "check the id, does not look valid": [ - "" - ], - "should have 52 characters, current %1$s": [ - "" - ], - "URL doesn't have the right format": [ - "" - ], - "Credited bank account": [ - "" - ], - "Select one account": [ - "" - ], - "Bank account of the merchant where the payment was received": [ - "" - ], - "Wire transfer ID": [ - "" - ], - "unique identifier of the wire transfer used by the exchange, must be 52 characters long": [ - "" - ], - "Base URL of the exchange that made the transfer, should have been in the wire transfer subject": [ - "" - ], - "Amount credited": [ - "" - ], - "Actual amount that was wired to the merchant's bank account": [ - "" - ], - "could not inform transfer": [ - "" - ], - "Transfers": [ - "" - ], - "add new transfer": [ - "" - ], - "load more transfers before the first one": [ - "" - ], - "load newer transfers": [ - "" - ], - "Credit": [ - "" - ], - "Confirmed": [ - "" - ], - "Verified": [ - "" - ], - "Executed at": [ - "" - ], - "yes": [ - "" - ], - "no": [ - "" - ], - "unknown": [ - "" - ], - "delete selected transfer from the database": [ - "" - ], - "load more transfer after the last one": [ - "" - ], - "load older transfers": [ - "" - ], - "There is no transfer yet, add more pressing the + sign": [ - "" - ], - "filter by account address": [ - "" - ], - "only show wire transfers confirmed by the merchant": [ - "" - ], - "only show wire transfers claimed by the exchange": [ - "" - ], - "Unverified": [ - "" - ], - "is not valid": [ - "" - ], - "is not a number": [ - "" - ], - "must be 1 or greater": [ - "" - ], - "max 7 lines": [ - "" - ], - "change authorization configuration": [ - "" - ], - "Need to complete marked fields and choose authorization method": [ - "" - ], - "This is not a valid bitcoin address.": [ - "" - ], - "This is not a valid Ethereum address.": [ - "" - ], - "IBAN numbers usually have more that 4 digits": [ - "" - ], - "IBAN numbers usually have less that 34 digits": [ - "" - ], - "IBAN country code not found": [ - "" - ], - "IBAN number is not valid, checksum is wrong": [ - "" - ], - "Target type": [ - "" - ], - "Method to use for wire transfer": [ - "" - ], - "Routing": [ - "" - ], - "Routing number.": [ - "" - ], - "Account": [ - "" - ], - "Account number.": [ - "" - ], - "Business Identifier Code.": [ - "" - ], - "Bank Account Number.": [ - "" - ], - "Unified Payment Interface.": [ - "" - ], - "Bitcoin protocol.": [ - "" - ], - "Ethereum protocol.": [ - "" - ], - "Interledger protocol.": [ - "" - ], - "Host": [ - "" - ], - "Bank host.": [ - "" - ], - "Bank account.": [ - "" - ], - "Bank account owner's name.": [ - "" - ], - "No accounts yet.": [ - "" - ], - "Name of the instance in URLs. The 'default' instance is special in that it is used to administer other instances.": [ - "" - ], - "Business name": [ - "" - ], - "Legal name of the business represented by this instance.": [ - "" - ], - "Email": [ - "" - ], - "Contact email": [ - "" - ], - "Website URL": [ - "" - ], - "URL.": [ - "" - ], - "Logo": [ - "" - ], - "Logo image.": [ - "" - ], - "Bank account": [ - "" - ], - "URI specifying bank account for crediting revenue.": [ - "" - ], - "Default max deposit fee": [ - "" - ], - "Maximum deposit fees this merchant is willing to pay per order by default.": [ - "" - ], - "Default max wire fee": [ - "" - ], - "Maximum wire fees this merchant is willing to pay per wire transfer by default.": [ - "" - ], - "Default wire fee amortization": [ - "" - ], - "Number of orders excess wire transfer fees will be divided by to compute per order surcharge.": [ - "" - ], - "Physical location of the merchant.": [ - "" - ], - "Jurisdiction": [ - "" - ], - "Jurisdiction for legal disputes with the merchant.": [ - "" - ], - "Default payment delay": [ - "" - ], - "Time customers have to pay an order before the offer expires by default.": [ - "" - ], - "Default wire transfer delay": [ - "" - ], - "Maximum time an exchange is allowed to delay wiring funds to the merchant, enabling it to aggregate smaller payments into larger wire transfers and reducing wire fees.": [ - "" - ], - "Instance id": [ - "" - ], - "Change the authorization method use for this instance.": [ - "" - ], - "Manage access token": [ - "" - ], - "Failed to create instance": [ - "" - ], - "Login required": [ - "" - ], - "Please enter your access token.": [ - "" - ], - "Access Token": [ - "" - ], - "The request to the backend take too long and was cancelled": [ - "" - ], - "Diagnostic from %1$s is \"%2$s\"": [ - "" - ], - "The backend reported a problem: HTTP status #%1$s": [ - "" - ], - "Diagnostic from %1$s is '%2$s'": [ - "" - ], - "Access denied": [ - "" - ], - "The access token provided is invalid.": [ - "" - ], - "No 'default' instance configured yet.": [ - "" - ], - "Create a 'default' instance to begin using the merchant backoffice.": [ - "" - ], - "The access token provided is invalid": [ - "" - ], - "Hide for today": [ - "" - ], - "Instance": [ - "" - ], - "Settings": [ - "" - ], - "Connection": [ - "" - ], - "New": [ - "" - ], - "List": [ - "" - ], - "Log out": [ - "" - ], - "Check your token is valid": [ - "" - ], - "Couldn't access the server.": [ - "" - ], - "Could not infer instance id from url %1$s": [ - "" - ], - "Server not found": [ - "" - ], - "Server response with an error code": [ - "" - ], - "Got message %1$s from %2$s": [ - "" - ], - "Response from server is unreadable, http status: %1$s": [ - "" - ], - "Unexpected Error": [ - "" - ], - "The value %1$s is invalid for a payment url": [ - "" - ], - "add element to the list": [ - "" - ], - "add": [ - "" - ], - "Deleting": [ - "" - ], - "Changing": [ - "" - ], - "Order ID": [ - "" - ], - "Payment URL": [ - "" - ] - } - } -}; - -strings['en'] = { - "domain": "messages", - "locale_data": { - "messages": { - "": { - "domain": "messages", - "plural_forms": "nplurals=2; plural=(n != 1);", - "lang": "" - }, - "Cancel": [ - "" - ], - "%1$s": [ - "" - ], - "Close": [ - "" - ], - "Continue": [ - "" - ], - "Clear": [ - "" - ], - "Confirm": [ - "" - ], - "is not the same as the current access token": [ - "" - ], - "cannot be empty": [ - "" - ], - "cannot be the same as the old token": [ - "" - ], - "is not the same": [ - "" - ], - "You are updating the access token from instance with id %1$s": [ - "" - ], - "Old access token": [ - "" - ], - "access token currently in use": [ - "" - ], - "New access token": [ - "" - ], - "next access token to be used": [ - "" - ], - "Repeat access token": [ - "" - ], - "confirm the same access token": [ - "" - ], - "Clearing the access token will mean public access to the instance": [ - "" - ], - "cannot be the same as the old access token": [ - "" - ], - "You are setting the access token for the new instance": [ - "" - ], - "With external authorization method no check will be done by the merchant backend": [ - "" - ], - "Set external authorization": [ - "" - ], - "Set access token": [ - "" - ], - "Operation in progress...": [ - "" - ], - "The operation will be automatically canceled after %1$s seconds": [ - "" - ], - "Instances": [ - "" - ], - "Delete": [ - "" - ], - "add new instance": [ - "" - ], - "ID": [ - "" - ], - "Name": [ - "" - ], - "Edit": [ - "" - ], - "Purge": [ - "" - ], - "There is no instances yet, add more pressing the + sign": [ - "" - ], - "Only show active instances": [ - "" - ], - "Active": [ - "" - ], - "Only show deleted instances": [ - "" - ], - "Deleted": [ - "" - ], - "Show all instances": [ - "" - ], - "All": [ - "" - ], - "Instance \"%1$s\" (ID: %2$s) has been deleted": [ - "" - ], - "Failed to delete instance": [ - "" - ], - "Instance '%1$s' (ID: %2$s) has been disabled": [ - "" - ], - "Failed to purge instance": [ - "" - ], - "Pending KYC verification": [ - "" - ], - "Timed out": [ - "" - ], - "Exchange": [ - "" - ], - "Target account": [ - "" - ], - "KYC URL": [ - "" - ], - "Code": [ - "" - ], - "Http Status": [ - "" - ], - "No pending kyc verification!": [ - "" - ], - "change value to unknown date": [ - "" - ], - "change value to empty": [ - "" - ], - "clear": [ - "" - ], - "change value to never": [ - "" - ], - "never": [ - "" - ], - "Country": [ - "" - ], - "Address": [ - "" - ], - "Building number": [ - "" - ], - "Building name": [ - "" - ], - "Street": [ - "" - ], - "Post code": [ - "" - ], - "Town location": [ - "" - ], - "Town": [ - "" - ], - "District": [ - "" - ], - "Country subdivision": [ - "" - ], - "Product id": [ - "" - ], - "Description": [ - "" - ], - "Product": [ - "" - ], - "search products by it's description or id": [ - "" - ], - "no products found with that description": [ - "" - ], - "You must enter a valid product identifier.": [ - "" - ], - "Quantity must be greater than 0!": [ - "" - ], - "This quantity exceeds remaining stock. Currently, only %1$s units remain unreserved in stock.": [ - "" - ], - "Quantity": [ - "" - ], - "how many products will be added": [ - "" - ], - "Add from inventory": [ - "" - ], - "Image should be smaller than 1 MB": [ - "" - ], - "Add": [ - "" - ], - "Remove": [ - "" - ], - "No taxes configured for this product.": [ - "" - ], - "Amount": [ - "" - ], - "Taxes can be in currencies that differ from the main currency used by the merchant.": [ - "" - ], - "Enter currency and value separated with a colon, e.g. &quot;USD:2.3&quot;.": [ - "" - ], - "Legal name of the tax, e.g. VAT or import duties.": [ - "" - ], - "add tax to the tax list": [ - "" - ], - "describe and add a product that is not in the inventory list": [ - "" - ], - "Add custom product": [ - "" - ], - "Complete information of the product": [ - "" - ], - "Image": [ - "" - ], - "photo of the product": [ - "" - ], - "full product description": [ - "" - ], - "Unit": [ - "" - ], - "name of the product unit": [ - "" - ], - "Price": [ - "" - ], - "amount in the current currency": [ - "" - ], - "Taxes": [ - "" - ], - "image": [ - "" - ], - "description": [ - "" - ], - "quantity": [ - "" - ], - "unit price": [ - "" - ], - "total price": [ - "" - ], - "required": [ - "" - ], - "not valid": [ - "" - ], - "must be greater than 0": [ - "" - ], - "not a valid json": [ - "" - ], - "should be in the future": [ - "" - ], - "refund deadline cannot be before pay deadline": [ - "" - ], - "wire transfer deadline cannot be before refund deadline": [ - "" - ], - "wire transfer deadline cannot be before pay deadline": [ - "" - ], - "should have a refund deadline": [ - "" - ], - "auto refund cannot be after refund deadline": [ - "" - ], - "Manage products in order": [ - "" - ], - "Manage list of products in the order.": [ - "" - ], - "Remove this product from the order.": [ - "" - ], - "Total price": [ - "" - ], - "total product price added up": [ - "" - ], - "Amount to be paid by the customer": [ - "" - ], - "Order price": [ - "" - ], - "final order price": [ - "" - ], - "Summary": [ - "" - ], - "Title of the order to be shown to the customer": [ - "" - ], - "Shipping and Fulfillment": [ - "" - ], - "Delivery date": [ - "" - ], - "Deadline for physical delivery assured by the merchant.": [ - "" - ], - "Location": [ - "" - ], - "address where the products will be delivered": [ - "" - ], - "Fulfillment URL": [ - "" - ], - "URL to which the user will be redirected after successful payment.": [ - "" - ], - "Taler payment options": [ - "" - ], - "Override default Taler payment settings for this order": [ - "" - ], - "Payment deadline": [ - "" - ], - "Deadline for the customer to pay for the offer before it expires. Inventory products will be reserved until this deadline.": [ - "" - ], - "Refund deadline": [ - "" - ], - "Time until which the order can be refunded by the merchant.": [ - "" - ], - "Wire transfer deadline": [ - "" - ], - "Deadline for the exchange to make the wire transfer.": [ - "" - ], - "Auto-refund deadline": [ - "" - ], - "Time until which the wallet will automatically check for refunds without user interaction.": [ - "" - ], - "Maximum deposit fee": [ - "" - ], - "Maximum deposit fees the merchant is willing to cover for this order. Higher deposit fees must be covered in full by the consumer.": [ - "" - ], - "Maximum wire fee": [ - "" - ], - "Maximum aggregate wire fees the merchant is willing to cover for this order. Wire fees exceeding this amount are to be covered by the customers.": [ - "" - ], - "Wire fee amortization": [ - "" - ], - "Factor by which wire fees exceeding the above threshold are divided to determine the share of excess wire fees to be paid explicitly by the consumer.": [ - "" - ], - "Create token": [ - "" - ], - "Uncheck this option if the merchant backend generated an order ID with enough entropy to prevent adversarial claims.": [ - "" - ], - "Minimum age required": [ - "" - ], - "Any value greater than 0 will limit the coins able be used to pay this contract. If empty the age restriction will be defined by the products": [ - "" - ], - "Min age defined by the producs is %1$s": [ - "" - ], - "Additional information": [ - "" - ], - "Custom information to be included in the contract for this order.": [ - "" - ], - "You must enter a value in JavaScript Object Notation (JSON).": [ - "" - ], - "days": [ - "" - ], - "hours": [ - "" - ], - "minutes": [ - "" - ], - "seconds": [ - "" - ], - "forever": [ - "" - ], - "%1$sM": [ - "" - ], - "%1$sY": [ - "" - ], - "%1$sd": [ - "" - ], - "%1$sh": [ - "" - ], - "%1$smin": [ - "" - ], - "%1$ssec": [ - "" - ], - "Orders": [ - "" - ], - "create order": [ - "" - ], - "load newer orders": [ - "" - ], - "Date": [ - "" - ], - "Refund": [ - "" - ], - "copy url": [ - "" - ], - "load older orders": [ - "" - ], - "No orders have been found matching your query!": [ - "" - ], - "duplicated": [ - "" - ], - "invalid format": [ - "" - ], - "this value exceed the refundable amount": [ - "" - ], - "date": [ - "" - ], - "amount": [ - "" - ], - "reason": [ - "" - ], - "amount to be refunded": [ - "" - ], - "Max refundable:": [ - "" - ], - "Reason": [ - "" - ], - "Choose one...": [ - "" - ], - "requested by the customer": [ - "" - ], - "other": [ - "" - ], - "why this order is being refunded": [ - "" - ], - "more information to give context": [ - "" - ], - "Contract Terms": [ - "" - ], - "human-readable description of the whole purchase": [ - "" - ], - "total price for the transaction": [ - "" - ], - "URL for this purchase": [ - "" - ], - "Max fee": [ - "" - ], - "maximum total deposit fee accepted by the merchant for this contract": [ - "" - ], - "Max wire fee": [ - "" - ], - "maximum wire fee accepted by the merchant": [ - "" - ], - "over how many customer transactions does the merchant expect to amortize wire fees on average": [ - "" - ], - "Created at": [ - "" - ], - "time when this contract was generated": [ - "" - ], - "after this deadline has passed no refunds will be accepted": [ - "" - ], - "after this deadline, the merchant won't accept payments for the contract": [ - "" - ], - "transfer deadline for the exchange": [ - "" - ], - "time indicating when the order should be delivered": [ - "" - ], - "where the order will be delivered": [ - "" - ], - "Auto-refund delay": [ - "" - ], - "how long the wallet should try to get an automatic refund for the purchase": [ - "" - ], - "Extra info": [ - "" - ], - "extra data that is only interpreted by the merchant frontend": [ - "" - ], - "Order": [ - "" - ], - "claimed": [ - "" - ], - "claimed at": [ - "" - ], - "Timeline": [ - "" - ], - "Payment details": [ - "" - ], - "Order status": [ - "" - ], - "Product list": [ - "" - ], - "paid": [ - "" - ], - "wired": [ - "" - ], - "refunded": [ - "" - ], - "refund order": [ - "" - ], - "not refundable": [ - "" - ], - "refund": [ - "" - ], - "Refunded amount": [ - "" - ], - "Refund taken": [ - "" - ], - "Status URL": [ - "" - ], - "Refund URI": [ - "" - ], - "unpaid": [ - "" - ], - "pay at": [ - "" - ], - "created at": [ - "" - ], - "Order status URL": [ - "" - ], - "Payment URI": [ - "" - ], - "Unknown order status. This is an error, please contact the administrator.": [ - "" - ], - "Back": [ - "" - ], - "refund created successfully": [ - "" - ], - "could not create the refund": [ - "" - ], - "select date to show nearby orders": [ - "" - ], - "order id": [ - "" - ], - "jump to order with the given order ID": [ - "" - ], - "remove all filters": [ - "" - ], - "only show paid orders": [ - "" - ], - "Paid": [ - "" - ], - "only show orders with refunds": [ - "" - ], - "Refunded": [ - "" - ], - "only show orders where customers paid, but wire payments from payment provider are still pending": [ - "" - ], - "Not wired": [ - "" - ], - "clear date filter": [ - "" - ], - "date (YYYY/MM/DD)": [ - "" - ], - "Enter an order id": [ - "" - ], - "order not found": [ - "" - ], - "could not get the order to refund": [ - "" - ], - "Loading...": [ - "" - ], - "click here to configure the stock of the product, leave it as is and the backend will not control stock": [ - "" - ], - "Manage stock": [ - "" - ], - "this product has been configured without stock control": [ - "" - ], - "Infinite": [ - "" - ], - "lost cannot be greater than current and incoming (max %1$s)": [ - "" - ], - "Incoming": [ - "" - ], - "Lost": [ - "" - ], - "Current": [ - "" - ], - "remove stock control for this product": [ - "" - ], - "without stock": [ - "" - ], - "Next restock": [ - "" - ], - "Delivery address": [ - "" - ], - "product identification to use in URLs (for internal use only)": [ - "" - ], - "illustration of the product for customers": [ - "" - ], - "product description for customers": [ - "" - ], - "Age restricted": [ - "" - ], - "is this product restricted for customer below certain age?": [ - "" - ], - "unit describing quantity of product sold (e.g. 2 kilograms, 5 liters, 3 items, 5 meters) for customers": [ - "" - ], - "sale price for customers, including taxes, for above units of the product": [ - "" - ], - "Stock": [ - "" - ], - "product inventory for products with finite supply (for internal use only)": [ - "" - ], - "taxes included in the product price, exposed to customers": [ - "" - ], - "Need to complete marked fields": [ - "" - ], - "could not create product": [ - "" - ], - "Products": [ - "" - ], - "add product to inventory": [ - "" - ], - "Sell": [ - "" - ], - "Profit": [ - "" - ], - "Sold": [ - "" - ], - "free": [ - "" - ], - "go to product update page": [ - "" - ], - "Update": [ - "" - ], - "remove this product from the database": [ - "" - ], - "update the product with new price": [ - "" - ], - "update product with new price": [ - "" - ], - "add more elements to the inventory": [ - "" - ], - "report elements lost in the inventory": [ - "" - ], - "new price for the product": [ - "" - ], - "the are value with errors": [ - "" - ], - "update product with new stock and price": [ - "" - ], - "There is no products yet, add more pressing the + sign": [ - "" - ], - "product updated successfully": [ - "" - ], - "could not update the product": [ - "" - ], - "product delete successfully": [ - "" - ], - "could not delete the product": [ - "" - ], - "Product id:": [ - "" - ], - "To complete the setup of the reserve, you must now initiate a wire transfer using the given wire transfer subject and crediting the specified amount to the indicated account of the exchange.": [ - "" - ], - "If your system supports RFC 8905, you can do this by opening this URI:": [ - "" - ], - "it should be greater than 0": [ - "" - ], - "must be a valid URL": [ - "" - ], - "Initial balance": [ - "" - ], - "balance prior to deposit": [ - "" - ], - "Exchange URL": [ - "" - ], - "URL of exchange": [ - "" - ], - "Next": [ - "" - ], - "Wire method": [ - "" - ], - "method to use for wire transfer": [ - "" - ], - "Select one wire method": [ - "" - ], - "could not create reserve": [ - "" - ], - "Valid until": [ - "" - ], - "Created balance": [ - "" - ], - "Exchange balance": [ - "" - ], - "Picked up": [ - "" - ], - "Committed": [ - "" - ], - "Account address": [ - "" - ], - "Subject": [ - "" - ], - "Tips": [ - "" - ], - "No tips has been authorized from this reserve": [ - "" - ], - "Authorized": [ - "" - ], - "Expiration": [ - "" - ], - "amount of tip": [ - "" - ], - "Justification": [ - "" - ], - "reason for the tip": [ - "" - ], - "URL after tip": [ - "" - ], - "URL to visit after tip payment": [ - "" - ], - "Reserves not yet funded": [ - "" - ], - "Reserves ready": [ - "" - ], - "add new reserve": [ - "" - ], - "Expires at": [ - "" - ], - "Initial": [ - "" - ], - "delete selected reserve from the database": [ - "" - ], - "authorize new tip from selected reserve": [ - "" - ], - "There is no ready reserves yet, add more pressing the + sign or fund them": [ - "" - ], - "Expected Balance": [ - "" - ], - "could not create the tip": [ - "" - ], - "should not be empty": [ - "" - ], - "should be greater that 0": [ - "" - ], - "can't be empty": [ - "" - ], - "to short": [ - "" - ], - "just letters and numbers from 2 to 7": [ - "" - ], - "size of the key should be 32": [ - "" - ], - "Identifier": [ - "" - ], - "Name of the template in URLs.": [ - "" - ], - "Describe what this template stands for": [ - "" - ], - "Fixed summary": [ - "" - ], - "If specified, this template will create order with the same summary": [ - "" - ], - "Fixed price": [ - "" - ], - "If specified, this template will create order with the same price": [ - "" - ], - "Minimum age": [ - "" - ], - "Is this contract restricted to some age?": [ - "" - ], - "Payment timeout": [ - "" - ], - "How much time has the customer to complete the payment once the order was created.": [ - "" - ], - "Verification algorithm": [ - "" - ], - "Algorithm to use to verify transaction in offline mode": [ - "" - ], - "Point-of-sale key": [ - "" - ], - "Useful to validate the purchase": [ - "" - ], - "generate random secret key": [ - "" - ], - "random": [ - "" - ], - "show secret key": [ - "" - ], - "hide secret key": [ - "" - ], - "hide": [ - "" - ], - "show": [ - "" - ], - "could not inform template": [ - "" - ], - "Amount is required": [ - "" - ], - "Order summary is required": [ - "" - ], - "New order for template": [ - "" - ], - "Amount of the order": [ - "" - ], - "Order summary": [ - "" - ], - "could not create order from template": [ - "" - ], - "Here you can specify a default value for fields that are not fixed. Default values can be edited by the customer before the payment.": [ - "" - ], - "Fixed amount": [ - "" - ], - "Default amount": [ - "" - ], - "Default summary": [ - "" - ], - "Print": [ - "" - ], - "Setup TOTP": [ - "" - ], - "Templates": [ - "" - ], - "add new templates": [ - "" - ], - "load more templates before the first one": [ - "" - ], - "load newer templates": [ - "" - ], - "delete selected templates from the database": [ - "" - ], - "use template to create new order": [ - "" - ], - "create qr code for the template": [ - "" - ], - "load more templates after the last one": [ - "" - ], - "load older templates": [ - "" - ], - "There is no templates yet, add more pressing the + sign": [ - "" - ], - "template delete successfully": [ - "" - ], - "could not delete the template": [ - "" - ], - "could not update template": [ - "" - ], - "should be one of '%1$s'": [ - "" - ], - "Webhook ID to use": [ - "" - ], - "Event": [ - "" - ], - "The event of the webhook: why the webhook is used": [ - "" - ], - "Method": [ - "" - ], - "Method used by the webhook": [ - "" - ], - "URL": [ - "" - ], - "URL of the webhook where the customer will be redirected": [ - "" - ], - "Header": [ - "" - ], - "Header template of the webhook": [ - "" - ], - "Body": [ - "" - ], - "Body template by the webhook": [ - "" - ], - "Webhooks": [ - "" - ], - "add new webhooks": [ - "" - ], - "load more webhooks before the first one": [ - "" - ], - "load newer webhooks": [ - "" - ], - "Event type": [ - "" - ], - "delete selected webhook from the database": [ - "" - ], - "load more webhooks after the last one": [ - "" - ], - "load older webhooks": [ - "" - ], - "There is no webhooks yet, add more pressing the + sign": [ - "" - ], - "webhook delete successfully": [ - "" - ], - "could not delete the webhook": [ - "" - ], - "check the id, does not look valid": [ - "" - ], - "should have 52 characters, current %1$s": [ - "" - ], - "URL doesn't have the right format": [ - "" - ], - "Credited bank account": [ - "" - ], - "Select one account": [ - "" - ], - "Bank account of the merchant where the payment was received": [ - "" - ], - "Wire transfer ID": [ - "" - ], - "unique identifier of the wire transfer used by the exchange, must be 52 characters long": [ - "" - ], - "Base URL of the exchange that made the transfer, should have been in the wire transfer subject": [ - "" - ], - "Amount credited": [ - "" - ], - "Actual amount that was wired to the merchant's bank account": [ - "" - ], - "could not inform transfer": [ - "" - ], - "Transfers": [ - "" - ], - "add new transfer": [ - "" - ], - "load more transfers before the first one": [ - "" - ], - "load newer transfers": [ - "" - ], - "Credit": [ - "" - ], - "Confirmed": [ - "" - ], - "Verified": [ - "" - ], - "Executed at": [ - "" - ], - "yes": [ - "" - ], - "no": [ - "" - ], - "unknown": [ - "" - ], - "delete selected transfer from the database": [ - "" - ], - "load more transfer after the last one": [ - "" - ], - "load older transfers": [ - "" - ], - "There is no transfer yet, add more pressing the + sign": [ - "" - ], - "filter by account address": [ - "" - ], - "only show wire transfers confirmed by the merchant": [ - "" - ], - "only show wire transfers claimed by the exchange": [ - "" - ], - "Unverified": [ - "" - ], - "is not valid": [ - "" - ], - "is not a number": [ - "" - ], - "must be 1 or greater": [ - "" - ], - "max 7 lines": [ - "" - ], - "change authorization configuration": [ - "" - ], - "Need to complete marked fields and choose authorization method": [ - "" - ], - "This is not a valid bitcoin address.": [ - "" - ], - "This is not a valid Ethereum address.": [ - "" - ], - "IBAN numbers usually have more that 4 digits": [ - "" - ], - "IBAN numbers usually have less that 34 digits": [ - "" - ], - "IBAN country code not found": [ - "" - ], - "IBAN number is not valid, checksum is wrong": [ - "" - ], - "Target type": [ - "" - ], - "Method to use for wire transfer": [ - "" - ], - "Routing": [ - "" - ], - "Routing number.": [ - "" - ], - "Account": [ - "" - ], - "Account number.": [ - "" - ], - "Business Identifier Code.": [ - "" - ], - "Bank Account Number.": [ - "" - ], - "Unified Payment Interface.": [ - "" - ], - "Bitcoin protocol.": [ - "" - ], - "Ethereum protocol.": [ - "" - ], - "Interledger protocol.": [ - "" - ], - "Host": [ - "" - ], - "Bank host.": [ - "" - ], - "Bank account.": [ - "" - ], - "Bank account owner's name.": [ - "" - ], - "No accounts yet.": [ - "" - ], - "Name of the instance in URLs. The 'default' instance is special in that it is used to administer other instances.": [ - "" - ], - "Business name": [ - "" - ], - "Legal name of the business represented by this instance.": [ - "" - ], - "Email": [ - "" - ], - "Contact email": [ - "" - ], - "Website URL": [ - "" - ], - "URL.": [ - "" - ], - "Logo": [ - "" - ], - "Logo image.": [ - "" - ], - "Bank account": [ - "" - ], - "URI specifying bank account for crediting revenue.": [ - "" - ], - "Default max deposit fee": [ - "" - ], - "Maximum deposit fees this merchant is willing to pay per order by default.": [ - "" - ], - "Default max wire fee": [ - "" - ], - "Maximum wire fees this merchant is willing to pay per wire transfer by default.": [ - "" - ], - "Default wire fee amortization": [ - "" - ], - "Number of orders excess wire transfer fees will be divided by to compute per order surcharge.": [ - "" - ], - "Physical location of the merchant.": [ - "" - ], - "Jurisdiction": [ - "" - ], - "Jurisdiction for legal disputes with the merchant.": [ - "" - ], - "Default payment delay": [ - "" - ], - "Time customers have to pay an order before the offer expires by default.": [ - "" - ], - "Default wire transfer delay": [ - "" - ], - "Maximum time an exchange is allowed to delay wiring funds to the merchant, enabling it to aggregate smaller payments into larger wire transfers and reducing wire fees.": [ - "" - ], - "Instance id": [ - "" - ], - "Change the authorization method use for this instance.": [ - "" - ], - "Manage access token": [ - "" - ], - "Failed to create instance": [ - "" - ], - "Login required": [ - "" - ], - "Please enter your access token.": [ - "" - ], - "Access Token": [ - "" - ], - "The request to the backend take too long and was cancelled": [ - "" - ], - "Diagnostic from %1$s is \"%2$s\"": [ - "" - ], - "The backend reported a problem: HTTP status #%1$s": [ - "" - ], - "Diagnostic from %1$s is '%2$s'": [ - "" - ], - "Access denied": [ - "" - ], - "The access token provided is invalid.": [ - "" - ], - "No 'default' instance configured yet.": [ - "" - ], - "Create a 'default' instance to begin using the merchant backoffice.": [ - "" - ], - "The access token provided is invalid": [ - "" - ], - "Hide for today": [ - "" - ], - "Instance": [ - "" - ], - "Settings": [ - "" - ], - "Connection": [ - "" - ], - "New": [ - "" - ], - "List": [ - "" - ], - "Log out": [ - "" - ], - "Check your token is valid": [ - "" - ], - "Couldn't access the server.": [ - "" - ], - "Could not infer instance id from url %1$s": [ - "" - ], - "Server not found": [ - "" - ], - "Server response with an error code": [ - "" - ], - "Got message %1$s from %2$s": [ - "" - ], - "Response from server is unreadable, http status: %1$s": [ - "" - ], - "Unexpected Error": [ - "" - ], - "The value %1$s is invalid for a payment url": [ - "" - ], - "add element to the list": [ - "" - ], - "add": [ - "" - ], - "Deleting": [ - "" - ], - "Changing": [ - "" - ], - "Order ID": [ - "" - ], - "Payment URL": [ - "" - ] - } - } -}; - -strings['es'] = { - "domain": "messages", - "locale_data": { - "messages": { - "": { - "domain": "messages", - "plural_forms": "nplurals=2; plural=n != 1;", - "lang": "es" - }, - "Cancel": [ - "Cancelar" - ], - "%1$s": [ - "%1$s" - ], - "Close": [ - "" - ], - "Continue": [ - "Continuar" - ], - "Clear": [ - "Limpiar" - ], - "Confirm": [ - "Confirmar" - ], - "is not the same as the current access token": [ - "no es el mismo que el token de acceso actual" - ], - "cannot be empty": [ - "no puede ser vacío" - ], - "cannot be the same as the old token": [ - "no puede ser igual al viejo token" - ], - "is not the same": [ - "no son iguales" - ], - "You are updating the access token from instance with id %1$s": [ - "Está actualizando el token de acceso para la instancia con id %1$s" - ], - "Old access token": [ - "Viejo token de acceso" - ], - "access token currently in use": [ - "acceder al token en uso actualmente" - ], - "New access token": [ - "Nuevo token de acceso" - ], - "next access token to be used": [ - "siguiente token de acceso a usar" - ], - "Repeat access token": [ - "Repetir token de acceso" - ], - "confirm the same access token": [ - "confirmar el mismo token de acceso" - ], - "Clearing the access token will mean public access to the instance": [ - "Limpiar el token de acceso significa acceso público a la instancia" - ], - "cannot be the same as the old access token": [ - "no puede ser igual al anterior token de acceso" - ], - "You are setting the access token for the new instance": [ - "Está estableciendo el token de acceso para la nueva instancia" - ], - "With external authorization method no check will be done by the merchant backend": [ - "Con el método de autorización externa no se hará ninguna revisión por el backend del comerciante" - ], - "Set external authorization": [ - "Establecer autorización externa" - ], - "Set access token": [ - "Establecer token de acceso" - ], - "Operation in progress...": [ - "Operación en progreso..." - ], - "The operation will be automatically canceled after %1$s seconds": [ - "La operación será automáticamente cancelada luego de %1$s segundos" - ], - "Instances": [ - "Instancias" - ], - "Delete": [ - "Eliminar" - ], - "add new instance": [ - "agregar nueva instancia" - ], - "ID": [ - "ID" - ], - "Name": [ - "Nombre" - ], - "Edit": [ - "Editar" - ], - "Purge": [ - "Purgar" - ], - "There is no instances yet, add more pressing the + sign": [ - "Todavía no hay instancias, agregue más presionando el signo +" - ], - "Only show active instances": [ - "Solo mostrar instancias activas" - ], - "Active": [ - "Activo" - ], - "Only show deleted instances": [ - "Mostrar solo instancias eliminadas" - ], - "Deleted": [ - "Eliminado" - ], - "Show all instances": [ - "Mostrar todas las instancias" - ], - "All": [ - "Todo" - ], - "Instance \"%1$s\" (ID: %2$s) has been deleted": [ - "La instancia '%1$s' (ID: %2$s) fue eliminada" - ], - "Failed to delete instance": [ - "Fallo al eliminar instancia" - ], - "Instance '%1$s' (ID: %2$s) has been disabled": [ - "Instance '%1$s' (ID: %2$s) ha sido deshabilitada" - ], - "Failed to purge instance": [ - "Fallo al purgar la instancia" - ], - "Pending KYC verification": [ - "Verificación KYC pendiente" - ], - "Timed out": [ - "Expirado" - ], - "Exchange": [ - "Exchange" - ], - "Target account": [ - "Cuenta objetivo" - ], - "KYC URL": [ - "URL de KYC" - ], - "Code": [ - "Código" - ], - "Http Status": [ - "Estado http" - ], - "No pending kyc verification!": [ - "¡No hay verificación kyc pendiente!" - ], - "change value to unknown date": [ - "cambiar valor a fecha desconocida" - ], - "change value to empty": [ - "cambiar valor a vacío" - ], - "clear": [ - "limpiar" - ], - "change value to never": [ - "cambiar valor a nunca" - ], - "never": [ - "nunca" - ], - "Country": [ - "País" - ], - "Address": [ - "Dirección" - ], - "Building number": [ - "Número de edificio" - ], - "Building name": [ - "Nombre de edificio" - ], - "Street": [ - "Calle" - ], - "Post code": [ - "Código postal" - ], - "Town location": [ - "Ubicación de ciudad" - ], - "Town": [ - "Ciudad" - ], - "District": [ - "Distrito" - ], - "Country subdivision": [ - "Subdivisión de país" - ], - "Product id": [ - "Id de producto" - ], - "Description": [ - "Descripcion" - ], - "Product": [ - "Productos" - ], - "search products by it's description or id": [ - "buscar productos por su descripción o ID" - ], - "no products found with that description": [ - "no se encontraron productos con esa descripción" - ], - "You must enter a valid product identifier.": [ - "Debe ingresar un identificador de producto válido." - ], - "Quantity must be greater than 0!": [ - "¡Cantidad debe ser mayor que 0!" - ], - "This quantity exceeds remaining stock. Currently, only %1$s units remain unreserved in stock.": [ - "Esta cantidad excede las existencias restantes. Actualmente, solo quedan %1$s unidades sin reservar en las existencias." - ], - "Quantity": [ - "Cantidad" - ], - "how many products will be added": [ - "cuántos productos serán agregados" - ], - "Add from inventory": [ - "Agregar del inventario" - ], - "Image should be smaller than 1 MB": [ - "La imagen debe ser mas chica que 1 MB" - ], - "Add": [ - "Agregar" - ], - "Remove": [ - "Eliminar" - ], - "No taxes configured for this product.": [ - "Ningun impuesto configurado para este producto." - ], - "Amount": [ - "Monto" - ], - "Taxes can be in currencies that differ from the main currency used by the merchant.": [ - "Impuestos pueden estar en divisas que difieren de la principal divisa usada por el comerciante." - ], - "Enter currency and value separated with a colon, e.g. &quot;USD:2.3&quot;.": [ - "Ingrese divisa y valor separado por dos puntos, e.g. &quot;USD:2.3&quot;." - ], - "Legal name of the tax, e.g. VAT or import duties.": [ - "Nombre legal del impuesto, e.g. IVA o arancel." - ], - "add tax to the tax list": [ - "agregar impuesto a la lista de impuestos" - ], - "describe and add a product that is not in the inventory list": [ - "describa y agregue un producto que no está en la lista de inventarios" - ], - "Add custom product": [ - "Agregue un producto personalizado" - ], - "Complete information of the product": [ - "Complete información del producto" - ], - "Image": [ - "Imagen" - ], - "photo of the product": [ - "foto del producto" - ], - "full product description": [ - "descripción completa del producto" - ], - "Unit": [ - "Unidad" - ], - "name of the product unit": [ - "nombre de la unidad del producto" - ], - "Price": [ - "Precio" - ], - "amount in the current currency": [ - "monto de la divisa actual" - ], - "Taxes": [ - "Impuestos" - ], - "image": [ - "imagen" - ], - "description": [ - "descripción" - ], - "quantity": [ - "cantidad" - ], - "unit price": [ - "precio unitario" - ], - "total price": [ - "precio total" - ], - "required": [ - "requerido" - ], - "not valid": [ - "no es un json válido" - ], - "must be greater than 0": [ - "debe ser mayor que 0" - ], - "not a valid json": [ - "no es un json válido" - ], - "should be in the future": [ - "deberían ser en el futuro" - ], - "refund deadline cannot be before pay deadline": [ - "plazo de reembolso no puede ser antes que el plazo de pago" - ], - "wire transfer deadline cannot be before refund deadline": [ - "el plazo de la transferencia bancaria no puede ser antes que el plazo de reembolso" - ], - "wire transfer deadline cannot be before pay deadline": [ - "el plazo de la transferencia bancaria no puede ser antes que el plazo de pago" - ], - "should have a refund deadline": [ - "debería tener un plazo de reembolso" - ], - "auto refund cannot be after refund deadline": [ - "reembolso automático no puede ser después qu el plazo de reembolso" - ], - "Manage products in order": [ - "Manejar productos en orden" - ], - "Manage list of products in the order.": [ - "Manejar lista de productos en la orden." - ], - "Remove this product from the order.": [ - "Remover este producto de la orden." - ], - "Total price": [ - "Precio total" - ], - "total product price added up": [ - "precio total de producto agregado" - ], - "Amount to be paid by the customer": [ - "Monto a ser pagado por el cliente" - ], - "Order price": [ - "Precio de la orden" - ], - "final order price": [ - "Precio final de la orden" - ], - "Summary": [ - "Resumen" - ], - "Title of the order to be shown to the customer": [ - "Título de la orden a ser mostrado al cliente" - ], - "Shipping and Fulfillment": [ - "Envío y cumplimiento" - ], - "Delivery date": [ - "Fecha de entrega" - ], - "Deadline for physical delivery assured by the merchant.": [ - "Plazo para la entrega física asegurado por el comerciante." - ], - "Location": [ - "Ubicación" - ], - "address where the products will be delivered": [ - "dirección a donde los productos serán entregados" - ], - "Fulfillment URL": [ - "URL de cumplimiento" - ], - "URL to which the user will be redirected after successful payment.": [ - "URL al cual el usuario será redirigido luego de pago exitoso." - ], - "Taler payment options": [ - "Opciones de pago de Taler" - ], - "Override default Taler payment settings for this order": [ - "Sobreescribir pagos por omisión de Taler para esta orden" - ], - "Payment deadline": [ - "Plazo de pago" - ], - "Deadline for the customer to pay for the offer before it expires. Inventory products will be reserved until this deadline.": [ - "Plazo límite para que el cliente pague por la oferta antes de que expire. Productos del inventario serán reservados hasta este plazo límite." - ], - "Refund deadline": [ - "Plazo de reembolso" - ], - "Time until which the order can be refunded by the merchant.": [ - "Tiempo hasta el cual la orden puede ser reembolsada por el comerciante." - ], - "Wire transfer deadline": [ - "Plazo de la transferencia" - ], - "Deadline for the exchange to make the wire transfer.": [ - "Plazo para que el exchange haga la transferencia." - ], - "Auto-refund deadline": [ - "Plazo de reembolso automático" - ], - "Time until which the wallet will automatically check for refunds without user interaction.": [ - "Tiempo hasta el cual la billetera será automáticamente revisada por reembolsos win interación por parte del usuario." - ], - "Maximum deposit fee": [ - "Máxima tarifa de depósito" - ], - "Maximum deposit fees the merchant is willing to cover for this order. Higher deposit fees must be covered in full by the consumer.": [ - "Máxima tarifa de depósito que el comerciante esta dispuesto a cubir para esta orden. Mayores tarifas de depósito deben ser cubiertas completamente por el consumidor." - ], - "Maximum wire fee": [ - "Máxima tarifa de transferencia" - ], - "Maximum aggregate wire fees the merchant is willing to cover for this order. Wire fees exceeding this amount are to be covered by the customers.": [ - "" - ], - "Wire fee amortization": [ - "Amortización de comisión de transferencia" - ], - "Factor by which wire fees exceeding the above threshold are divided to determine the share of excess wire fees to be paid explicitly by the consumer.": [ - "" - ], - "Create token": [ - "Administrar token" - ], - "Uncheck this option if the merchant backend generated an order ID with enough entropy to prevent adversarial claims.": [ - "" - ], - "Minimum age required": [ - "Login necesario" - ], - "Any value greater than 0 will limit the coins able be used to pay this contract. If empty the age restriction will be defined by the products": [ - "" - ], - "Min age defined by the producs is %1$s": [ - "" - ], - "Additional information": [ - "Información extra" - ], - "Custom information to be included in the contract for this order.": [ - "" - ], - "You must enter a value in JavaScript Object Notation (JSON).": [ - "" - ], - "days": [ - "días" - ], - "hours": [ - "horas" - ], - "minutes": [ - "minutos" - ], - "seconds": [ - "segundos" - ], - "forever": [ - "nunca" - ], - "%1$sM": [ - "" - ], - "%1$sY": [ - "" - ], - "%1$sd": [ - "" - ], - "%1$sh": [ - "" - ], - "%1$smin": [ - "" - ], - "%1$ssec": [ - "" - ], - "Orders": [ - "Órdenes" - ], - "create order": [ - "creado" - ], - "load newer orders": [ - "cargar nuevas ordenes" - ], - "Date": [ - "Fecha" - ], - "Refund": [ - "Devolución" - ], - "copy url": [ - "copiar url" - ], - "load older orders": [ - "cargar viejas ordenes" - ], - "No orders have been found matching your query!": [ - "¡No se encontraron órdenes que emparejen su búsqueda!" - ], - "duplicated": [ - "duplicado" - ], - "invalid format": [ - "formato inválido" - ], - "this value exceed the refundable amount": [ - "este monto excede el monto reembolsable" - ], - "date": [ - "fecha" - ], - "amount": [ - "monto" - ], - "reason": [ - "razón" - ], - "amount to be refunded": [ - "monto a ser reembolsado" - ], - "Max refundable:": [ - "Máximo reembolzable:" - ], - "Reason": [ - "Razón" - ], - "Choose one...": [ - "Elija uno..." - ], - "requested by the customer": [ - "pedido por el consumidor" - ], - "other": [ - "otro" - ], - "why this order is being refunded": [ - "por qué esta orden está siendo reembolsada" - ], - "more information to give context": [ - "más información para dar contexto" - ], - "Contract Terms": [ - "Términos de contrato" - ], - "human-readable description of the whole purchase": [ - "descripción legible de toda la compra" - ], - "total price for the transaction": [ - "precio total de la transacción" - ], - "URL for this purchase": [ - "URL para esta compra" - ], - "Max fee": [ - "Máxima comisión" - ], - "maximum total deposit fee accepted by the merchant for this contract": [ - "" - ], - "Max wire fee": [ - "Impuesto de transferencia máximo" - ], - "maximum wire fee accepted by the merchant": [ - "" - ], - "over how many customer transactions does the merchant expect to amortize wire fees on average": [ - "" - ], - "Created at": [ - "Creado en" - ], - "time when this contract was generated": [ - "" - ], - "after this deadline has passed no refunds will be accepted": [ - "" - ], - "after this deadline, the merchant won't accept payments for the contract": [ - "" - ], - "transfer deadline for the exchange": [ - "" - ], - "time indicating when the order should be delivered": [ - "" - ], - "where the order will be delivered": [ - "" - ], - "Auto-refund delay": [ - "Plazo de reembolso automático" - ], - "how long the wallet should try to get an automatic refund for the purchase": [ - "" - ], - "Extra info": [ - "Información extra" - ], - "extra data that is only interpreted by the merchant frontend": [ - "" - ], - "Order": [ - "Orden" - ], - "claimed": [ - "reclamado" - ], - "claimed at": [ - "reclamado" - ], - "Timeline": [ - "Cronología" - ], - "Payment details": [ - "Detalles de pago" - ], - "Order status": [ - "Estado de orden" - ], - "Product list": [ - "Lista de producto" - ], - "paid": [ - "pagados" - ], - "wired": [ - "transferido" - ], - "refunded": [ - "reembolzado" - ], - "refund order": [ - "reembolzado" - ], - "not refundable": [ - "Máximo reembolzable:" - ], - "refund": [ - "reembolzar" - ], - "Refunded amount": [ - "Monto reembolzado" - ], - "Refund taken": [ - "Reembolzado" - ], - "Status URL": [ - "URL de estado de orden" - ], - "Refund URI": [ - "Devolución" - ], - "unpaid": [ - "impago" - ], - "pay at": [ - "pagar en" - ], - "created at": [ - "creado" - ], - "Order status URL": [ - "URL de estado de orden" - ], - "Payment URI": [ - "URI de pago" - ], - "Unknown order status. This is an error, please contact the administrator.": [ - "Estado de orden desconocido. Esto es un error, por favor contacte a su administrador." - ], - "Back": [ - "" - ], - "refund created successfully": [ - "reembolzo creado satisfactoriamente" - ], - "could not create the refund": [ - "No se pudo create el reembolso" - ], - "select date to show nearby orders": [ - "" - ], - "order id": [ - "ir a id de orden" - ], - "jump to order with the given order ID": [ - "" - ], - "remove all filters": [ - "" - ], - "only show paid orders": [ - "" - ], - "Paid": [ - "Pagado" - ], - "only show orders with refunds": [ - "No se pudo create el reembolso" - ], - "Refunded": [ - "Reembolzado" - ], - "only show orders where customers paid, but wire payments from payment provider are still pending": [ - "" - ], - "Not wired": [ - "No transferido" - ], - "clear date filter": [ - "" - ], - "date (YYYY/MM/DD)": [ - "" - ], - "Enter an order id": [ - "ir a id de orden" - ], - "order not found": [ - "Servidor no encontrado" - ], - "could not get the order to refund": [ - "No se pudo create el reembolso" - ], - "Loading...": [ - "Cargando..." - ], - "click here to configure the stock of the product, leave it as is and the backend will not control stock": [ - "" - ], - "Manage stock": [ - "Administrar stock" - ], - "this product has been configured without stock control": [ - "" - ], - "Infinite": [ - "Inifinito" - ], - "lost cannot be greater than current and incoming (max %1$s)": [ - "la pérdida no puede ser mayor al stock actual + entrante (max %1$s )" - ], - "Incoming": [ - "Ingresando" - ], - "Lost": [ - "Perdido" - ], - "Current": [ - "Actual" - ], - "remove stock control for this product": [ - "" - ], - "without stock": [ - "sin stock" - ], - "Next restock": [ - "Próximo reabastecimiento" - ], - "Delivery address": [ - "Dirección de entrega" - ], - "product identification to use in URLs (for internal use only)": [ - "" - ], - "illustration of the product for customers": [ - "" - ], - "product description for customers": [ - "" - ], - "Age restricted": [ - "" - ], - "is this product restricted for customer below certain age?": [ - "" - ], - "unit describing quantity of product sold (e.g. 2 kilograms, 5 liters, 3 items, 5 meters) for customers": [ - "" - ], - "sale price for customers, including taxes, for above units of the product": [ - "" - ], - "Stock": [ - "Existencias" - ], - "product inventory for products with finite supply (for internal use only)": [ - "" - ], - "taxes included in the product price, exposed to customers": [ - "" - ], - "Need to complete marked fields": [ - "" - ], - "could not create product": [ - "no se pudo crear el producto" - ], - "Products": [ - "Productos" - ], - "add product to inventory": [ - "" - ], - "Sell": [ - "Venta" - ], - "Profit": [ - "Ganancia" - ], - "Sold": [ - "Vendido" - ], - "free": [ - "Gratis" - ], - "go to product update page": [ - "producto actualizado correctamente" - ], - "Update": [ - "Actualizar" - ], - "remove this product from the database": [ - "" - ], - "update the product with new price": [ - "" - ], - "update product with new price": [ - "" - ], - "add more elements to the inventory": [ - "" - ], - "report elements lost in the inventory": [ - "" - ], - "new price for the product": [ - "no se pudo actualizar el producto" - ], - "the are value with errors": [ - "" - ], - "update product with new stock and price": [ - "" - ], - "There is no products yet, add more pressing the + sign": [ - "No hay propinas todavía, agregar mas presionando el signo +" - ], - "product updated successfully": [ - "producto actualizado correctamente" - ], - "could not update the product": [ - "no se pudo actualizar el producto" - ], - "product delete successfully": [ - "producto fue eliminado correctamente" - ], - "could not delete the product": [ - "no se pudo eliminar el producto" - ], - "Product id:": [ - "Id de producto" - ], - "To complete the setup of the reserve, you must now initiate a wire transfer using the given wire transfer subject and crediting the specified amount to the indicated account of the exchange.": [ - "" - ], - "If your system supports RFC 8905, you can do this by opening this URI:": [ - "" - ], - "it should be greater than 0": [ - "Debe ser mayor a 0" - ], - "must be a valid URL": [ - "" - ], - "Initial balance": [ - "Instancia" - ], - "balance prior to deposit": [ - "" - ], - "Exchange URL": [ - "URL del Exchange" - ], - "URL of exchange": [ - "" - ], - "Next": [ - "Siguiente" - ], - "Wire method": [ - "" - ], - "method to use for wire transfer": [ - "no se pudo informar la transferencia" - ], - "Select one wire method": [ - "" - ], - "could not create reserve": [ - "No se pudo create el reembolso" - ], - "Valid until": [ - "Válido hasta" - ], - "Created balance": [ - "creado" - ], - "Exchange balance": [ - "Monto inicial" - ], - "Picked up": [ - "" - ], - "Committed": [ - "Monto confirmado" - ], - "Account address": [ - "Dirección de cuenta" - ], - "Subject": [ - "Asunto" - ], - "Tips": [ - "Propinas" - ], - "No tips has been authorized from this reserve": [ - "" - ], - "Authorized": [ - "Token de autorización" - ], - "Expiration": [ - "Información extra" - ], - "amount of tip": [ - "monto" - ], - "Justification": [ - "Jurisdicción" - ], - "reason for the tip": [ - "" - ], - "URL after tip": [ - "" - ], - "URL to visit after tip payment": [ - "" - ], - "Reserves not yet funded": [ - "Servidor no encontrado" - ], - "Reserves ready": [ - "" - ], - "add new reserve": [ - "cargar nuevas transferencias" - ], - "Expires at": [ - "" - ], - "Initial": [ - "" - ], - "delete selected reserve from the database": [ - "" - ], - "authorize new tip from selected reserve": [ - "" - ], - "There is no ready reserves yet, add more pressing the + sign or fund them": [ - "No hay transferencias todavía, agregar mas presionando el signo +" - ], - "Expected Balance": [ - "Ejecutado en" - ], - "could not create the tip": [ - "No se pudo create el reembolso" - ], - "should not be empty": [ - "no puede ser vacío" - ], - "should be greater that 0": [ - "Debe ser mayor a 0" - ], - "can't be empty": [ - "no puede ser vacío" - ], - "to short": [ - "" - ], - "just letters and numbers from 2 to 7": [ - "" - ], - "size of the key should be 32": [ - "" - ], - "Identifier": [ - "" - ], - "Name of the template in URLs.": [ - "" - ], - "Describe what this template stands for": [ - "" - ], - "Fixed summary": [ - "Estado de orden" - ], - "If specified, this template will create order with the same summary": [ - "" - ], - "Fixed price": [ - "precio unitario" - ], - "If specified, this template will create order with the same price": [ - "" - ], - "Minimum age": [ - "Edad mínima" - ], - "Is this contract restricted to some age?": [ - "" - ], - "Payment timeout": [ - "Opciones de pago" - ], - "How much time has the customer to complete the payment once the order was created.": [ - "" - ], - "Verification algorithm": [ - "" - ], - "Algorithm to use to verify transaction in offline mode": [ - "" - ], - "Point-of-sale key": [ - "" - ], - "Useful to validate the purchase": [ - "" - ], - "generate random secret key": [ - "" - ], - "random": [ - "" - ], - "show secret key": [ - "" - ], - "hide secret key": [ - "" - ], - "hide": [ - "" - ], - "show": [ - "" - ], - "could not inform template": [ - "no se pudo informar la transferencia" - ], - "Amount is required": [ - "Login necesario" - ], - "Order summary is required": [ - "" - ], - "New order for template": [ - "cargar viejas transferencias" - ], - "Amount of the order": [ - "" - ], - "Order summary": [ - "Estado de orden" - ], - "could not create order from template": [ - "No se pudo create el reembolso" - ], - "Here you can specify a default value for fields that are not fixed. Default values can be edited by the customer before the payment.": [ - "" - ], - "Fixed amount": [ - "Monto reembolzado" - ], - "Default amount": [ - "Monto reembolzado" - ], - "Default summary": [ - "Estado de orden" - ], - "Print": [ - "" - ], - "Setup TOTP": [ - "" - ], - "Templates": [ - "" - ], - "add new templates": [ - "" - ], - "load more templates before the first one": [ - "" - ], - "load newer templates": [ - "cargar nuevas transferencias" - ], - "delete selected templates from the database": [ - "" - ], - "use template to create new order": [ - "" - ], - "create qr code for the template": [ - "No se pudo create el reembolso" - ], - "load more templates after the last one": [ - "" - ], - "load older templates": [ - "cargar viejas transferencias" - ], - "There is no templates yet, add more pressing the + sign": [ - "No hay propinas todavía, agregar mas presionando el signo +" - ], - "template delete successfully": [ - "producto fue eliminado correctamente" - ], - "could not delete the template": [ - "no se pudo eliminar el producto" - ], - "could not update template": [ - "no se pudo actualizar el producto" - ], - "should be one of '%1$s'": [ - "deberían ser iguales" - ], - "Webhook ID to use": [ - "" - ], - "Event": [ - "" - ], - "The event of the webhook: why the webhook is used": [ - "" - ], - "Method": [ - "" - ], - "Method used by the webhook": [ - "" - ], - "URL": [ - "URL" - ], - "URL of the webhook where the customer will be redirected": [ - "" - ], - "Header": [ - "" - ], - "Header template of the webhook": [ - "" - ], - "Body": [ - "" - ], - "Body template by the webhook": [ - "" - ], - "Webhooks": [ - "" - ], - "add new webhooks": [ - "" - ], - "load more webhooks before the first one": [ - "" - ], - "load newer webhooks": [ - "cargar nuevas ordenes" - ], - "Event type": [ - "" - ], - "delete selected webhook from the database": [ - "" - ], - "load more webhooks after the last one": [ - "" - ], - "load older webhooks": [ - "cargar viejas ordenes" - ], - "There is no webhooks yet, add more pressing the + sign": [ - "No hay propinas todavía, agregar mas presionando el signo +" - ], - "webhook delete successfully": [ - "producto fue eliminado correctamente" - ], - "could not delete the webhook": [ - "no se pudo eliminar el producto" - ], - "check the id, does not look valid": [ - "verificar el id, no parece válido" - ], - "should have 52 characters, current %1$s": [ - "debería tener 52 caracteres, actualmente %1$s" - ], - "URL doesn't have the right format": [ - "La URL no tiene el formato correcto" - ], - "Credited bank account": [ - "" - ], - "Select one account": [ - "" - ], - "Bank account of the merchant where the payment was received": [ - "" - ], - "Wire transfer ID": [ - "Id de transferencia" - ], - "unique identifier of the wire transfer used by the exchange, must be 52 characters long": [ - "" - ], - "Base URL of the exchange that made the transfer, should have been in the wire transfer subject": [ - "" - ], - "Amount credited": [ - "" - ], - "Actual amount that was wired to the merchant's bank account": [ - "" - ], - "could not inform transfer": [ - "no se pudo informar la transferencia" - ], - "Transfers": [ - "Transferencias" - ], - "add new transfer": [ - "cargar nuevas transferencias" - ], - "load more transfers before the first one": [ - "" - ], - "load newer transfers": [ - "cargar nuevas transferencias" - ], - "Credit": [ - "Crédito" - ], - "Confirmed": [ - "Confirmado" - ], - "Verified": [ - "Verificado" - ], - "Executed at": [ - "Ejecutado en" - ], - "yes": [ - "si" - ], - "no": [ - "no" - ], - "unknown": [ - "desconocido" - ], - "delete selected transfer from the database": [ - "eliminar transferencia seleccionada de la base de datos" - ], - "load more transfer after the last one": [ - "cargue más transferencia luego de la última" - ], - "load older transfers": [ - "cargar viejas transferencias" - ], - "There is no transfer yet, add more pressing the + sign": [ - "No hay transferencias todavía, agregar mas presionando el signo +" - ], - "filter by account address": [ - "Dirección de cuenta" - ], - "only show wire transfers confirmed by the merchant": [ - "" - ], - "only show wire transfers claimed by the exchange": [ - "" - ], - "Unverified": [ - "Verificado" - ], - "is not valid": [ - "" - ], - "is not a number": [ - "Número de edificio" - ], - "must be 1 or greater": [ - "debe ser 1 o mayor" - ], - "max 7 lines": [ - "máximo 7 líneas" - ], - "change authorization configuration": [ - "cambiar configuración de autorización" - ], - "Need to complete marked fields and choose authorization method": [ - "Necesita completar campos marcados y escoger un método de autorización" - ], - "This is not a valid bitcoin address.": [ - "Esta no es una dirección de bitcoin válida." - ], - "This is not a valid Ethereum address.": [ - "Esta no es una dirección de Ethereum válida." - ], - "IBAN numbers usually have more that 4 digits": [ - "Números IBAN usualmente tienen más de 4 dígitos" - ], - "IBAN numbers usually have less that 34 digits": [ - "Número IBAN usualmente tienen menos de 34 dígitos" - ], - "IBAN country code not found": [ - "Código IBAN de país no encontrado" - ], - "IBAN number is not valid, checksum is wrong": [ - "Número IBAN no es válido, la suma de verificación es incorrecta" - ], - "Target type": [ - "Tipo objetivo" - ], - "Method to use for wire transfer": [ - "Método a usar para la transferencia" - ], - "Routing": [ - "Enrutamiento" - ], - "Routing number.": [ - "Número de enrutamiento." - ], - "Account": [ - "Cuenta" - ], - "Account number.": [ - "Dirección de cuenta" - ], - "Business Identifier Code.": [ - "" - ], - "Bank Account Number.": [ - "" - ], - "Unified Payment Interface.": [ - "Interfaz de pago unificado." - ], - "Bitcoin protocol.": [ - "" - ], - "Ethereum protocol.": [ - "" - ], - "Interledger protocol.": [ - "" - ], - "Host": [ - "" - ], - "Bank host.": [ - "" - ], - "Bank account.": [ - "" - ], - "Bank account owner's name.": [ - "" - ], - "No accounts yet.": [ - "" - ], - "Name of the instance in URLs. The 'default' instance is special in that it is used to administer other instances.": [ - "" - ], - "Business name": [ - "Nombre de edificio" - ], - "Legal name of the business represented by this instance.": [ - "" - ], - "Email": [ - "" - ], - "Contact email": [ - "" - ], - "Website URL": [ - "URL de sitio web" - ], - "URL.": [ - "" - ], - "Logo": [ - "" - ], - "Logo image.": [ - "" - ], - "Bank account": [ - "Cuenta bancaria" - ], - "URI specifying bank account for crediting revenue.": [ - "" - ], - "Default max deposit fee": [ - "Impuesto máximo de deposito por omisión" - ], - "Maximum deposit fees this merchant is willing to pay per order by default.": [ - "" - ], - "Default max wire fee": [ - "Impuesto máximo de transferencia por omisión" - ], - "Maximum wire fees this merchant is willing to pay per wire transfer by default.": [ - "" - ], - "Default wire fee amortization": [ - "Amortización de impuesto de transferencia por omisión" - ], - "Number of orders excess wire transfer fees will be divided by to compute per order surcharge.": [ - "" - ], - "Physical location of the merchant.": [ - "" - ], - "Jurisdiction": [ - "Jurisdicción" - ], - "Jurisdiction for legal disputes with the merchant.": [ - "Jurisdicción para disputas legales con el comerciante." - ], - "Default payment delay": [ - "Retrazo de pago por omisión" - ], - "Time customers have to pay an order before the offer expires by default.": [ - "" - ], - "Default wire transfer delay": [ - "Retrazo de transferencia por omisión" - ], - "Maximum time an exchange is allowed to delay wiring funds to the merchant, enabling it to aggregate smaller payments into larger wire transfers and reducing wire fees.": [ - "" - ], - "Instance id": [ - "ID de instancia" - ], - "Change the authorization method use for this instance.": [ - "Limpiar el token de autorización significa acceso público a la instancia" - ], - "Manage access token": [ - "Administrar token de acceso" - ], - "Failed to create instance": [ - "Fallo al crear la instancia" - ], - "Login required": [ - "Login necesario" - ], - "Please enter your access token.": [ - "" - ], - "Access Token": [ - "Acceso denegado" - ], - "The request to the backend take too long and was cancelled": [ - "" - ], - "Diagnostic from %1$s is \"%2$s\"": [ - "" - ], - "The backend reported a problem: HTTP status #%1$s": [ - "Servidir reporto un problema: HTTP status #%1$s" - ], - "Diagnostic from %1$s is '%2$s'": [ - "" - ], - "Access denied": [ - "Acceso denegado" - ], - "The access token provided is invalid.": [ - "" - ], - "No 'default' instance configured yet.": [ - "Sin instancia default" - ], - "Create a 'default' instance to begin using the merchant backoffice.": [ - "" - ], - "The access token provided is invalid": [ - "" - ], - "Hide for today": [ - "" - ], - "Instance": [ - "Instancia" - ], - "Settings": [ - "Configuración" - ], - "Connection": [ - "Conexión" - ], - "New": [ - "Nuevo" - ], - "List": [ - "Lista" - ], - "Log out": [ - "Salir" - ], - "Check your token is valid": [ - "Verifica que el token sea valido" - ], - "Couldn't access the server.": [ - "No se pudo acceder al servidor." - ], - "Could not infer instance id from url %1$s": [ - "No se pudo inferir el id de la instancia con la url %1$s" - ], - "Server not found": [ - "Servidor no encontrado" - ], - "Server response with an error code": [ - "" - ], - "Got message %1$s from %2$s": [ - "Recibimos el mensaje %1$s desde %2$s" - ], - "Response from server is unreadable, http status: %1$s": [ - "" - ], - "Unexpected Error": [ - "Error inesperado" - ], - "The value %1$s is invalid for a payment url": [ - "El valor %1$s es invalido para una URL de pago" - ], - "add element to the list": [ - "agregar elemento a la lista" - ], - "add": [ - "Agregar" - ], - "Deleting": [ - "Borrando" - ], - "Changing": [ - "Cambiando" - ], - "Order ID": [ - "ID de pedido" - ], - "Payment URL": [ - "URL de pago" - ] - } - } -}; - -strings['fr'] = { - "domain": "messages", - "locale_data": { - "messages": { - "": { - "domain": "messages", - "plural_forms": "nplurals=2; plural=(n != 1);", - "lang": "" - }, - "Cancel": [ - "" - ], - "%1$s": [ - "" - ], - "Close": [ - "" - ], - "Continue": [ - "" - ], - "Clear": [ - "" - ], - "Confirm": [ - "" - ], - "is not the same as the current access token": [ - "" - ], - "cannot be empty": [ - "" - ], - "cannot be the same as the old token": [ - "" - ], - "is not the same": [ - "" - ], - "You are updating the access token from instance with id %1$s": [ - "" - ], - "Old access token": [ - "" - ], - "access token currently in use": [ - "" - ], - "New access token": [ - "" - ], - "next access token to be used": [ - "" - ], - "Repeat access token": [ - "" - ], - "confirm the same access token": [ - "" - ], - "Clearing the access token will mean public access to the instance": [ - "" - ], - "cannot be the same as the old access token": [ - "" - ], - "You are setting the access token for the new instance": [ - "" - ], - "With external authorization method no check will be done by the merchant backend": [ - "" - ], - "Set external authorization": [ - "" - ], - "Set access token": [ - "" - ], - "Operation in progress...": [ - "" - ], - "The operation will be automatically canceled after %1$s seconds": [ - "" - ], - "Instances": [ - "" - ], - "Delete": [ - "" - ], - "add new instance": [ - "" - ], - "ID": [ - "" - ], - "Name": [ - "" - ], - "Edit": [ - "" - ], - "Purge": [ - "" - ], - "There is no instances yet, add more pressing the + sign": [ - "" - ], - "Only show active instances": [ - "" - ], - "Active": [ - "" - ], - "Only show deleted instances": [ - "" - ], - "Deleted": [ - "" - ], - "Show all instances": [ - "" - ], - "All": [ - "" - ], - "Instance \"%1$s\" (ID: %2$s) has been deleted": [ - "" - ], - "Failed to delete instance": [ - "" - ], - "Instance '%1$s' (ID: %2$s) has been disabled": [ - "" - ], - "Failed to purge instance": [ - "" - ], - "Pending KYC verification": [ - "" - ], - "Timed out": [ - "" - ], - "Exchange": [ - "" - ], - "Target account": [ - "" - ], - "KYC URL": [ - "" - ], - "Code": [ - "" - ], - "Http Status": [ - "" - ], - "No pending kyc verification!": [ - "" - ], - "change value to unknown date": [ - "" - ], - "change value to empty": [ - "" - ], - "clear": [ - "" - ], - "change value to never": [ - "" - ], - "never": [ - "" - ], - "Country": [ - "" - ], - "Address": [ - "" - ], - "Building number": [ - "" - ], - "Building name": [ - "" - ], - "Street": [ - "" - ], - "Post code": [ - "" - ], - "Town location": [ - "" - ], - "Town": [ - "" - ], - "District": [ - "" - ], - "Country subdivision": [ - "" - ], - "Product id": [ - "" - ], - "Description": [ - "" - ], - "Product": [ - "" - ], - "search products by it's description or id": [ - "" - ], - "no products found with that description": [ - "" - ], - "You must enter a valid product identifier.": [ - "" - ], - "Quantity must be greater than 0!": [ - "" - ], - "This quantity exceeds remaining stock. Currently, only %1$s units remain unreserved in stock.": [ - "" - ], - "Quantity": [ - "" - ], - "how many products will be added": [ - "" - ], - "Add from inventory": [ - "" - ], - "Image should be smaller than 1 MB": [ - "" - ], - "Add": [ - "" - ], - "Remove": [ - "" - ], - "No taxes configured for this product.": [ - "" - ], - "Amount": [ - "" - ], - "Taxes can be in currencies that differ from the main currency used by the merchant.": [ - "" - ], - "Enter currency and value separated with a colon, e.g. &quot;USD:2.3&quot;.": [ - "" - ], - "Legal name of the tax, e.g. VAT or import duties.": [ - "" - ], - "add tax to the tax list": [ - "" - ], - "describe and add a product that is not in the inventory list": [ - "" - ], - "Add custom product": [ - "" - ], - "Complete information of the product": [ - "" - ], - "Image": [ - "" - ], - "photo of the product": [ - "" - ], - "full product description": [ - "" - ], - "Unit": [ - "" - ], - "name of the product unit": [ - "" - ], - "Price": [ - "" - ], - "amount in the current currency": [ - "" - ], - "Taxes": [ - "" - ], - "image": [ - "" - ], - "description": [ - "" - ], - "quantity": [ - "" - ], - "unit price": [ - "" - ], - "total price": [ - "" - ], - "required": [ - "" - ], - "not valid": [ - "" - ], - "must be greater than 0": [ - "" - ], - "not a valid json": [ - "" - ], - "should be in the future": [ - "" - ], - "refund deadline cannot be before pay deadline": [ - "" - ], - "wire transfer deadline cannot be before refund deadline": [ - "" - ], - "wire transfer deadline cannot be before pay deadline": [ - "" - ], - "should have a refund deadline": [ - "" - ], - "auto refund cannot be after refund deadline": [ - "" - ], - "Manage products in order": [ - "" - ], - "Manage list of products in the order.": [ - "" - ], - "Remove this product from the order.": [ - "" - ], - "Total price": [ - "" - ], - "total product price added up": [ - "" - ], - "Amount to be paid by the customer": [ - "" - ], - "Order price": [ - "" - ], - "final order price": [ - "" - ], - "Summary": [ - "" - ], - "Title of the order to be shown to the customer": [ - "" - ], - "Shipping and Fulfillment": [ - "" - ], - "Delivery date": [ - "" - ], - "Deadline for physical delivery assured by the merchant.": [ - "" - ], - "Location": [ - "" - ], - "address where the products will be delivered": [ - "" - ], - "Fulfillment URL": [ - "" - ], - "URL to which the user will be redirected after successful payment.": [ - "" - ], - "Taler payment options": [ - "" - ], - "Override default Taler payment settings for this order": [ - "" - ], - "Payment deadline": [ - "" - ], - "Deadline for the customer to pay for the offer before it expires. Inventory products will be reserved until this deadline.": [ - "" - ], - "Refund deadline": [ - "" - ], - "Time until which the order can be refunded by the merchant.": [ - "" - ], - "Wire transfer deadline": [ - "" - ], - "Deadline for the exchange to make the wire transfer.": [ - "" - ], - "Auto-refund deadline": [ - "" - ], - "Time until which the wallet will automatically check for refunds without user interaction.": [ - "" - ], - "Maximum deposit fee": [ - "" - ], - "Maximum deposit fees the merchant is willing to cover for this order. Higher deposit fees must be covered in full by the consumer.": [ - "" - ], - "Maximum wire fee": [ - "" - ], - "Maximum aggregate wire fees the merchant is willing to cover for this order. Wire fees exceeding this amount are to be covered by the customers.": [ - "" - ], - "Wire fee amortization": [ - "" - ], - "Factor by which wire fees exceeding the above threshold are divided to determine the share of excess wire fees to be paid explicitly by the consumer.": [ - "" - ], - "Create token": [ - "" - ], - "Uncheck this option if the merchant backend generated an order ID with enough entropy to prevent adversarial claims.": [ - "" - ], - "Minimum age required": [ - "" - ], - "Any value greater than 0 will limit the coins able be used to pay this contract. If empty the age restriction will be defined by the products": [ - "" - ], - "Min age defined by the producs is %1$s": [ - "" - ], - "Additional information": [ - "" - ], - "Custom information to be included in the contract for this order.": [ - "" - ], - "You must enter a value in JavaScript Object Notation (JSON).": [ - "" - ], - "days": [ - "" - ], - "hours": [ - "" - ], - "minutes": [ - "" - ], - "seconds": [ - "" - ], - "forever": [ - "" - ], - "%1$sM": [ - "" - ], - "%1$sY": [ - "" - ], - "%1$sd": [ - "" - ], - "%1$sh": [ - "" - ], - "%1$smin": [ - "" - ], - "%1$ssec": [ - "" - ], - "Orders": [ - "" - ], - "create order": [ - "" - ], - "load newer orders": [ - "" - ], - "Date": [ - "" - ], - "Refund": [ - "" - ], - "copy url": [ - "" - ], - "load older orders": [ - "" - ], - "No orders have been found matching your query!": [ - "" - ], - "duplicated": [ - "" - ], - "invalid format": [ - "" - ], - "this value exceed the refundable amount": [ - "" - ], - "date": [ - "" - ], - "amount": [ - "" - ], - "reason": [ - "" - ], - "amount to be refunded": [ - "" - ], - "Max refundable:": [ - "" - ], - "Reason": [ - "" - ], - "Choose one...": [ - "" - ], - "requested by the customer": [ - "" - ], - "other": [ - "" - ], - "why this order is being refunded": [ - "" - ], - "more information to give context": [ - "" - ], - "Contract Terms": [ - "" - ], - "human-readable description of the whole purchase": [ - "" - ], - "total price for the transaction": [ - "" - ], - "URL for this purchase": [ - "" - ], - "Max fee": [ - "" - ], - "maximum total deposit fee accepted by the merchant for this contract": [ - "" - ], - "Max wire fee": [ - "" - ], - "maximum wire fee accepted by the merchant": [ - "" - ], - "over how many customer transactions does the merchant expect to amortize wire fees on average": [ - "" - ], - "Created at": [ - "" - ], - "time when this contract was generated": [ - "" - ], - "after this deadline has passed no refunds will be accepted": [ - "" - ], - "after this deadline, the merchant won't accept payments for the contract": [ - "" - ], - "transfer deadline for the exchange": [ - "" - ], - "time indicating when the order should be delivered": [ - "" - ], - "where the order will be delivered": [ - "" - ], - "Auto-refund delay": [ - "" - ], - "how long the wallet should try to get an automatic refund for the purchase": [ - "" - ], - "Extra info": [ - "" - ], - "extra data that is only interpreted by the merchant frontend": [ - "" - ], - "Order": [ - "" - ], - "claimed": [ - "" - ], - "claimed at": [ - "" - ], - "Timeline": [ - "" - ], - "Payment details": [ - "" - ], - "Order status": [ - "" - ], - "Product list": [ - "" - ], - "paid": [ - "" - ], - "wired": [ - "" - ], - "refunded": [ - "" - ], - "refund order": [ - "" - ], - "not refundable": [ - "" - ], - "refund": [ - "" - ], - "Refunded amount": [ - "" - ], - "Refund taken": [ - "" - ], - "Status URL": [ - "" - ], - "Refund URI": [ - "" - ], - "unpaid": [ - "" - ], - "pay at": [ - "" - ], - "created at": [ - "" - ], - "Order status URL": [ - "" - ], - "Payment URI": [ - "" - ], - "Unknown order status. This is an error, please contact the administrator.": [ - "" - ], - "Back": [ - "" - ], - "refund created successfully": [ - "" - ], - "could not create the refund": [ - "" - ], - "select date to show nearby orders": [ - "" - ], - "order id": [ - "" - ], - "jump to order with the given order ID": [ - "" - ], - "remove all filters": [ - "" - ], - "only show paid orders": [ - "" - ], - "Paid": [ - "" - ], - "only show orders with refunds": [ - "" - ], - "Refunded": [ - "" - ], - "only show orders where customers paid, but wire payments from payment provider are still pending": [ - "" - ], - "Not wired": [ - "" - ], - "clear date filter": [ - "" - ], - "date (YYYY/MM/DD)": [ - "" - ], - "Enter an order id": [ - "" - ], - "order not found": [ - "" - ], - "could not get the order to refund": [ - "" - ], - "Loading...": [ - "" - ], - "click here to configure the stock of the product, leave it as is and the backend will not control stock": [ - "" - ], - "Manage stock": [ - "" - ], - "this product has been configured without stock control": [ - "" - ], - "Infinite": [ - "" - ], - "lost cannot be greater than current and incoming (max %1$s)": [ - "" - ], - "Incoming": [ - "" - ], - "Lost": [ - "" - ], - "Current": [ - "" - ], - "remove stock control for this product": [ - "" - ], - "without stock": [ - "" - ], - "Next restock": [ - "" - ], - "Delivery address": [ - "" - ], - "product identification to use in URLs (for internal use only)": [ - "" - ], - "illustration of the product for customers": [ - "" - ], - "product description for customers": [ - "" - ], - "Age restricted": [ - "" - ], - "is this product restricted for customer below certain age?": [ - "" - ], - "unit describing quantity of product sold (e.g. 2 kilograms, 5 liters, 3 items, 5 meters) for customers": [ - "" - ], - "sale price for customers, including taxes, for above units of the product": [ - "" - ], - "Stock": [ - "" - ], - "product inventory for products with finite supply (for internal use only)": [ - "" - ], - "taxes included in the product price, exposed to customers": [ - "" - ], - "Need to complete marked fields": [ - "" - ], - "could not create product": [ - "" - ], - "Products": [ - "" - ], - "add product to inventory": [ - "" - ], - "Sell": [ - "" - ], - "Profit": [ - "" - ], - "Sold": [ - "" - ], - "free": [ - "" - ], - "go to product update page": [ - "" - ], - "Update": [ - "" - ], - "remove this product from the database": [ - "" - ], - "update the product with new price": [ - "" - ], - "update product with new price": [ - "" - ], - "add more elements to the inventory": [ - "" - ], - "report elements lost in the inventory": [ - "" - ], - "new price for the product": [ - "" - ], - "the are value with errors": [ - "" - ], - "update product with new stock and price": [ - "" - ], - "There is no products yet, add more pressing the + sign": [ - "" - ], - "product updated successfully": [ - "" - ], - "could not update the product": [ - "" - ], - "product delete successfully": [ - "" - ], - "could not delete the product": [ - "" - ], - "Product id:": [ - "" - ], - "To complete the setup of the reserve, you must now initiate a wire transfer using the given wire transfer subject and crediting the specified amount to the indicated account of the exchange.": [ - "" - ], - "If your system supports RFC 8905, you can do this by opening this URI:": [ - "" - ], - "it should be greater than 0": [ - "" - ], - "must be a valid URL": [ - "" - ], - "Initial balance": [ - "" - ], - "balance prior to deposit": [ - "" - ], - "Exchange URL": [ - "" - ], - "URL of exchange": [ - "" - ], - "Next": [ - "" - ], - "Wire method": [ - "" - ], - "method to use for wire transfer": [ - "" - ], - "Select one wire method": [ - "" - ], - "could not create reserve": [ - "" - ], - "Valid until": [ - "" - ], - "Created balance": [ - "" - ], - "Exchange balance": [ - "" - ], - "Picked up": [ - "" - ], - "Committed": [ - "" - ], - "Account address": [ - "" - ], - "Subject": [ - "" - ], - "Tips": [ - "" - ], - "No tips has been authorized from this reserve": [ - "" - ], - "Authorized": [ - "" - ], - "Expiration": [ - "" - ], - "amount of tip": [ - "" - ], - "Justification": [ - "" - ], - "reason for the tip": [ - "" - ], - "URL after tip": [ - "" - ], - "URL to visit after tip payment": [ - "" - ], - "Reserves not yet funded": [ - "" - ], - "Reserves ready": [ - "" - ], - "add new reserve": [ - "" - ], - "Expires at": [ - "" - ], - "Initial": [ - "" - ], - "delete selected reserve from the database": [ - "" - ], - "authorize new tip from selected reserve": [ - "" - ], - "There is no ready reserves yet, add more pressing the + sign or fund them": [ - "" - ], - "Expected Balance": [ - "" - ], - "could not create the tip": [ - "" - ], - "should not be empty": [ - "" - ], - "should be greater that 0": [ - "" - ], - "can't be empty": [ - "" - ], - "to short": [ - "" - ], - "just letters and numbers from 2 to 7": [ - "" - ], - "size of the key should be 32": [ - "" - ], - "Identifier": [ - "" - ], - "Name of the template in URLs.": [ - "" - ], - "Describe what this template stands for": [ - "" - ], - "Fixed summary": [ - "" - ], - "If specified, this template will create order with the same summary": [ - "" - ], - "Fixed price": [ - "" - ], - "If specified, this template will create order with the same price": [ - "" - ], - "Minimum age": [ - "" - ], - "Is this contract restricted to some age?": [ - "" - ], - "Payment timeout": [ - "" - ], - "How much time has the customer to complete the payment once the order was created.": [ - "" - ], - "Verification algorithm": [ - "" - ], - "Algorithm to use to verify transaction in offline mode": [ - "" - ], - "Point-of-sale key": [ - "" - ], - "Useful to validate the purchase": [ - "" - ], - "generate random secret key": [ - "" - ], - "random": [ - "" - ], - "show secret key": [ - "" - ], - "hide secret key": [ - "" - ], - "hide": [ - "" - ], - "show": [ - "" - ], - "could not inform template": [ - "" - ], - "Amount is required": [ - "" - ], - "Order summary is required": [ - "" - ], - "New order for template": [ - "" - ], - "Amount of the order": [ - "" - ], - "Order summary": [ - "" - ], - "could not create order from template": [ - "" - ], - "Here you can specify a default value for fields that are not fixed. Default values can be edited by the customer before the payment.": [ - "" - ], - "Fixed amount": [ - "" - ], - "Default amount": [ - "" - ], - "Default summary": [ - "" - ], - "Print": [ - "" - ], - "Setup TOTP": [ - "" - ], - "Templates": [ - "" - ], - "add new templates": [ - "" - ], - "load more templates before the first one": [ - "" - ], - "load newer templates": [ - "" - ], - "delete selected templates from the database": [ - "" - ], - "use template to create new order": [ - "" - ], - "create qr code for the template": [ - "" - ], - "load more templates after the last one": [ - "" - ], - "load older templates": [ - "" - ], - "There is no templates yet, add more pressing the + sign": [ - "" - ], - "template delete successfully": [ - "" - ], - "could not delete the template": [ - "" - ], - "could not update template": [ - "" - ], - "should be one of '%1$s'": [ - "" - ], - "Webhook ID to use": [ - "" - ], - "Event": [ - "" - ], - "The event of the webhook: why the webhook is used": [ - "" - ], - "Method": [ - "" - ], - "Method used by the webhook": [ - "" - ], - "URL": [ - "" - ], - "URL of the webhook where the customer will be redirected": [ - "" - ], - "Header": [ - "" - ], - "Header template of the webhook": [ - "" - ], - "Body": [ - "" - ], - "Body template by the webhook": [ - "" - ], - "Webhooks": [ - "" - ], - "add new webhooks": [ - "" - ], - "load more webhooks before the first one": [ - "" - ], - "load newer webhooks": [ - "" - ], - "Event type": [ - "" - ], - "delete selected webhook from the database": [ - "" - ], - "load more webhooks after the last one": [ - "" - ], - "load older webhooks": [ - "" - ], - "There is no webhooks yet, add more pressing the + sign": [ - "" - ], - "webhook delete successfully": [ - "" - ], - "could not delete the webhook": [ - "" - ], - "check the id, does not look valid": [ - "" - ], - "should have 52 characters, current %1$s": [ - "" - ], - "URL doesn't have the right format": [ - "" - ], - "Credited bank account": [ - "" - ], - "Select one account": [ - "" - ], - "Bank account of the merchant where the payment was received": [ - "" - ], - "Wire transfer ID": [ - "" - ], - "unique identifier of the wire transfer used by the exchange, must be 52 characters long": [ - "" - ], - "Base URL of the exchange that made the transfer, should have been in the wire transfer subject": [ - "" - ], - "Amount credited": [ - "" - ], - "Actual amount that was wired to the merchant's bank account": [ - "" - ], - "could not inform transfer": [ - "" - ], - "Transfers": [ - "" - ], - "add new transfer": [ - "" - ], - "load more transfers before the first one": [ - "" - ], - "load newer transfers": [ - "" - ], - "Credit": [ - "" - ], - "Confirmed": [ - "" - ], - "Verified": [ - "" - ], - "Executed at": [ - "" - ], - "yes": [ - "" - ], - "no": [ - "" - ], - "unknown": [ - "" - ], - "delete selected transfer from the database": [ - "" - ], - "load more transfer after the last one": [ - "" - ], - "load older transfers": [ - "" - ], - "There is no transfer yet, add more pressing the + sign": [ - "" - ], - "filter by account address": [ - "" - ], - "only show wire transfers confirmed by the merchant": [ - "" - ], - "only show wire transfers claimed by the exchange": [ - "" - ], - "Unverified": [ - "" - ], - "is not valid": [ - "" - ], - "is not a number": [ - "" - ], - "must be 1 or greater": [ - "" - ], - "max 7 lines": [ - "" - ], - "change authorization configuration": [ - "" - ], - "Need to complete marked fields and choose authorization method": [ - "" - ], - "This is not a valid bitcoin address.": [ - "" - ], - "This is not a valid Ethereum address.": [ - "" - ], - "IBAN numbers usually have more that 4 digits": [ - "" - ], - "IBAN numbers usually have less that 34 digits": [ - "" - ], - "IBAN country code not found": [ - "" - ], - "IBAN number is not valid, checksum is wrong": [ - "" - ], - "Target type": [ - "" - ], - "Method to use for wire transfer": [ - "" - ], - "Routing": [ - "" - ], - "Routing number.": [ - "" - ], - "Account": [ - "" - ], - "Account number.": [ - "" - ], - "Business Identifier Code.": [ - "" - ], - "Bank Account Number.": [ - "" - ], - "Unified Payment Interface.": [ - "" - ], - "Bitcoin protocol.": [ - "" - ], - "Ethereum protocol.": [ - "" - ], - "Interledger protocol.": [ - "" - ], - "Host": [ - "" - ], - "Bank host.": [ - "" - ], - "Bank account.": [ - "" - ], - "Bank account owner's name.": [ - "" - ], - "No accounts yet.": [ - "" - ], - "Name of the instance in URLs. The 'default' instance is special in that it is used to administer other instances.": [ - "" - ], - "Business name": [ - "" - ], - "Legal name of the business represented by this instance.": [ - "" - ], - "Email": [ - "" - ], - "Contact email": [ - "" - ], - "Website URL": [ - "" - ], - "URL.": [ - "" - ], - "Logo": [ - "" - ], - "Logo image.": [ - "" - ], - "Bank account": [ - "" - ], - "URI specifying bank account for crediting revenue.": [ - "" - ], - "Default max deposit fee": [ - "" - ], - "Maximum deposit fees this merchant is willing to pay per order by default.": [ - "" - ], - "Default max wire fee": [ - "" - ], - "Maximum wire fees this merchant is willing to pay per wire transfer by default.": [ - "" - ], - "Default wire fee amortization": [ - "" - ], - "Number of orders excess wire transfer fees will be divided by to compute per order surcharge.": [ - "" - ], - "Physical location of the merchant.": [ - "" - ], - "Jurisdiction": [ - "" - ], - "Jurisdiction for legal disputes with the merchant.": [ - "" - ], - "Default payment delay": [ - "" - ], - "Time customers have to pay an order before the offer expires by default.": [ - "" - ], - "Default wire transfer delay": [ - "" - ], - "Maximum time an exchange is allowed to delay wiring funds to the merchant, enabling it to aggregate smaller payments into larger wire transfers and reducing wire fees.": [ - "" - ], - "Instance id": [ - "" - ], - "Change the authorization method use for this instance.": [ - "" - ], - "Manage access token": [ - "" - ], - "Failed to create instance": [ - "" - ], - "Login required": [ - "" - ], - "Please enter your access token.": [ - "" - ], - "Access Token": [ - "" - ], - "The request to the backend take too long and was cancelled": [ - "" - ], - "Diagnostic from %1$s is \"%2$s\"": [ - "" - ], - "The backend reported a problem: HTTP status #%1$s": [ - "" - ], - "Diagnostic from %1$s is '%2$s'": [ - "" - ], - "Access denied": [ - "" - ], - "The access token provided is invalid.": [ - "" - ], - "No 'default' instance configured yet.": [ - "" - ], - "Create a 'default' instance to begin using the merchant backoffice.": [ - "" - ], - "The access token provided is invalid": [ - "" - ], - "Hide for today": [ - "" - ], - "Instance": [ - "" - ], - "Settings": [ - "" - ], - "Connection": [ - "" - ], - "New": [ - "" - ], - "List": [ - "" - ], - "Log out": [ - "" - ], - "Check your token is valid": [ - "" - ], - "Couldn't access the server.": [ - "" - ], - "Could not infer instance id from url %1$s": [ - "" - ], - "Server not found": [ - "" - ], - "Server response with an error code": [ - "" - ], - "Got message %1$s from %2$s": [ - "" - ], - "Response from server is unreadable, http status: %1$s": [ - "" - ], - "Unexpected Error": [ - "" - ], - "The value %1$s is invalid for a payment url": [ - "" - ], - "add element to the list": [ - "" - ], - "add": [ - "" - ], - "Deleting": [ - "" - ], - "Changing": [ - "" - ], - "Order ID": [ - "" - ], - "Payment URL": [ - "" - ] - } - } -}; - -strings['it'] = { - "domain": "messages", - "locale_data": { - "messages": { - "": { - "domain": "messages", - "plural_forms": "nplurals=2; plural=(n != 1);", - "lang": "" - }, - "Cancel": [ - "" - ], - "%1$s": [ - "" - ], - "Close": [ - "" - ], - "Continue": [ - "" - ], - "Clear": [ - "" - ], - "Confirm": [ - "" - ], - "is not the same as the current access token": [ - "" - ], - "cannot be empty": [ - "" - ], - "cannot be the same as the old token": [ - "" - ], - "is not the same": [ - "" - ], - "You are updating the access token from instance with id %1$s": [ - "" - ], - "Old access token": [ - "" - ], - "access token currently in use": [ - "" - ], - "New access token": [ - "" - ], - "next access token to be used": [ - "" - ], - "Repeat access token": [ - "" - ], - "confirm the same access token": [ - "" - ], - "Clearing the access token will mean public access to the instance": [ - "" - ], - "cannot be the same as the old access token": [ - "" - ], - "You are setting the access token for the new instance": [ - "" - ], - "With external authorization method no check will be done by the merchant backend": [ - "" - ], - "Set external authorization": [ - "" - ], - "Set access token": [ - "" - ], - "Operation in progress...": [ - "" - ], - "The operation will be automatically canceled after %1$s seconds": [ - "" - ], - "Instances": [ - "" - ], - "Delete": [ - "" - ], - "add new instance": [ - "" - ], - "ID": [ - "" - ], - "Name": [ - "" - ], - "Edit": [ - "" - ], - "Purge": [ - "" - ], - "There is no instances yet, add more pressing the + sign": [ - "" - ], - "Only show active instances": [ - "" - ], - "Active": [ - "" - ], - "Only show deleted instances": [ - "" - ], - "Deleted": [ - "" - ], - "Show all instances": [ - "" - ], - "All": [ - "" - ], - "Instance \"%1$s\" (ID: %2$s) has been deleted": [ - "" - ], - "Failed to delete instance": [ - "" - ], - "Instance '%1$s' (ID: %2$s) has been disabled": [ - "" - ], - "Failed to purge instance": [ - "" - ], - "Pending KYC verification": [ - "" - ], - "Timed out": [ - "" - ], - "Exchange": [ - "" - ], - "Target account": [ - "" - ], - "KYC URL": [ - "" - ], - "Code": [ - "" - ], - "Http Status": [ - "" - ], - "No pending kyc verification!": [ - "" - ], - "change value to unknown date": [ - "" - ], - "change value to empty": [ - "" - ], - "clear": [ - "" - ], - "change value to never": [ - "" - ], - "never": [ - "" - ], - "Country": [ - "" - ], - "Address": [ - "" - ], - "Building number": [ - "" - ], - "Building name": [ - "" - ], - "Street": [ - "" - ], - "Post code": [ - "" - ], - "Town location": [ - "" - ], - "Town": [ - "" - ], - "District": [ - "" - ], - "Country subdivision": [ - "" - ], - "Product id": [ - "" - ], - "Description": [ - "" - ], - "Product": [ - "" - ], - "search products by it's description or id": [ - "" - ], - "no products found with that description": [ - "" - ], - "You must enter a valid product identifier.": [ - "" - ], - "Quantity must be greater than 0!": [ - "" - ], - "This quantity exceeds remaining stock. Currently, only %1$s units remain unreserved in stock.": [ - "" - ], - "Quantity": [ - "" - ], - "how many products will be added": [ - "" - ], - "Add from inventory": [ - "" - ], - "Image should be smaller than 1 MB": [ - "" - ], - "Add": [ - "" - ], - "Remove": [ - "" - ], - "No taxes configured for this product.": [ - "" - ], - "Amount": [ - "" - ], - "Taxes can be in currencies that differ from the main currency used by the merchant.": [ - "" - ], - "Enter currency and value separated with a colon, e.g. &quot;USD:2.3&quot;.": [ - "" - ], - "Legal name of the tax, e.g. VAT or import duties.": [ - "" - ], - "add tax to the tax list": [ - "" - ], - "describe and add a product that is not in the inventory list": [ - "" - ], - "Add custom product": [ - "" - ], - "Complete information of the product": [ - "" - ], - "Image": [ - "" - ], - "photo of the product": [ - "" - ], - "full product description": [ - "" - ], - "Unit": [ - "" - ], - "name of the product unit": [ - "" - ], - "Price": [ - "" - ], - "amount in the current currency": [ - "" - ], - "Taxes": [ - "" - ], - "image": [ - "" - ], - "description": [ - "" - ], - "quantity": [ - "" - ], - "unit price": [ - "" - ], - "total price": [ - "" - ], - "required": [ - "" - ], - "not valid": [ - "" - ], - "must be greater than 0": [ - "" - ], - "not a valid json": [ - "" - ], - "should be in the future": [ - "" - ], - "refund deadline cannot be before pay deadline": [ - "" - ], - "wire transfer deadline cannot be before refund deadline": [ - "" - ], - "wire transfer deadline cannot be before pay deadline": [ - "" - ], - "should have a refund deadline": [ - "" - ], - "auto refund cannot be after refund deadline": [ - "" - ], - "Manage products in order": [ - "" - ], - "Manage list of products in the order.": [ - "" - ], - "Remove this product from the order.": [ - "" - ], - "Total price": [ - "" - ], - "total product price added up": [ - "" - ], - "Amount to be paid by the customer": [ - "" - ], - "Order price": [ - "" - ], - "final order price": [ - "" - ], - "Summary": [ - "" - ], - "Title of the order to be shown to the customer": [ - "" - ], - "Shipping and Fulfillment": [ - "" - ], - "Delivery date": [ - "" - ], - "Deadline for physical delivery assured by the merchant.": [ - "" - ], - "Location": [ - "" - ], - "address where the products will be delivered": [ - "" - ], - "Fulfillment URL": [ - "" - ], - "URL to which the user will be redirected after successful payment.": [ - "" - ], - "Taler payment options": [ - "" - ], - "Override default Taler payment settings for this order": [ - "" - ], - "Payment deadline": [ - "" - ], - "Deadline for the customer to pay for the offer before it expires. Inventory products will be reserved until this deadline.": [ - "" - ], - "Refund deadline": [ - "" - ], - "Time until which the order can be refunded by the merchant.": [ - "" - ], - "Wire transfer deadline": [ - "" - ], - "Deadline for the exchange to make the wire transfer.": [ - "" - ], - "Auto-refund deadline": [ - "" - ], - "Time until which the wallet will automatically check for refunds without user interaction.": [ - "" - ], - "Maximum deposit fee": [ - "" - ], - "Maximum deposit fees the merchant is willing to cover for this order. Higher deposit fees must be covered in full by the consumer.": [ - "" - ], - "Maximum wire fee": [ - "" - ], - "Maximum aggregate wire fees the merchant is willing to cover for this order. Wire fees exceeding this amount are to be covered by the customers.": [ - "" - ], - "Wire fee amortization": [ - "" - ], - "Factor by which wire fees exceeding the above threshold are divided to determine the share of excess wire fees to be paid explicitly by the consumer.": [ - "" - ], - "Create token": [ - "" - ], - "Uncheck this option if the merchant backend generated an order ID with enough entropy to prevent adversarial claims.": [ - "" - ], - "Minimum age required": [ - "" - ], - "Any value greater than 0 will limit the coins able be used to pay this contract. If empty the age restriction will be defined by the products": [ - "" - ], - "Min age defined by the producs is %1$s": [ - "" - ], - "Additional information": [ - "" - ], - "Custom information to be included in the contract for this order.": [ - "" - ], - "You must enter a value in JavaScript Object Notation (JSON).": [ - "" - ], - "days": [ - "" - ], - "hours": [ - "" - ], - "minutes": [ - "" - ], - "seconds": [ - "" - ], - "forever": [ - "" - ], - "%1$sM": [ - "" - ], - "%1$sY": [ - "" - ], - "%1$sd": [ - "" - ], - "%1$sh": [ - "" - ], - "%1$smin": [ - "" - ], - "%1$ssec": [ - "" - ], - "Orders": [ - "" - ], - "create order": [ - "" - ], - "load newer orders": [ - "" - ], - "Date": [ - "" - ], - "Refund": [ - "" - ], - "copy url": [ - "" - ], - "load older orders": [ - "" - ], - "No orders have been found matching your query!": [ - "" - ], - "duplicated": [ - "" - ], - "invalid format": [ - "" - ], - "this value exceed the refundable amount": [ - "" - ], - "date": [ - "" - ], - "amount": [ - "" - ], - "reason": [ - "" - ], - "amount to be refunded": [ - "" - ], - "Max refundable:": [ - "" - ], - "Reason": [ - "" - ], - "Choose one...": [ - "" - ], - "requested by the customer": [ - "" - ], - "other": [ - "" - ], - "why this order is being refunded": [ - "" - ], - "more information to give context": [ - "" - ], - "Contract Terms": [ - "" - ], - "human-readable description of the whole purchase": [ - "" - ], - "total price for the transaction": [ - "" - ], - "URL for this purchase": [ - "" - ], - "Max fee": [ - "" - ], - "maximum total deposit fee accepted by the merchant for this contract": [ - "" - ], - "Max wire fee": [ - "" - ], - "maximum wire fee accepted by the merchant": [ - "" - ], - "over how many customer transactions does the merchant expect to amortize wire fees on average": [ - "" - ], - "Created at": [ - "" - ], - "time when this contract was generated": [ - "" - ], - "after this deadline has passed no refunds will be accepted": [ - "" - ], - "after this deadline, the merchant won't accept payments for the contract": [ - "" - ], - "transfer deadline for the exchange": [ - "" - ], - "time indicating when the order should be delivered": [ - "" - ], - "where the order will be delivered": [ - "" - ], - "Auto-refund delay": [ - "" - ], - "how long the wallet should try to get an automatic refund for the purchase": [ - "" - ], - "Extra info": [ - "" - ], - "extra data that is only interpreted by the merchant frontend": [ - "" - ], - "Order": [ - "" - ], - "claimed": [ - "" - ], - "claimed at": [ - "" - ], - "Timeline": [ - "" - ], - "Payment details": [ - "" - ], - "Order status": [ - "" - ], - "Product list": [ - "" - ], - "paid": [ - "" - ], - "wired": [ - "" - ], - "refunded": [ - "" - ], - "refund order": [ - "" - ], - "not refundable": [ - "" - ], - "refund": [ - "" - ], - "Refunded amount": [ - "" - ], - "Refund taken": [ - "" - ], - "Status URL": [ - "" - ], - "Refund URI": [ - "" - ], - "unpaid": [ - "" - ], - "pay at": [ - "" - ], - "created at": [ - "" - ], - "Order status URL": [ - "" - ], - "Payment URI": [ - "" - ], - "Unknown order status. This is an error, please contact the administrator.": [ - "" - ], - "Back": [ - "" - ], - "refund created successfully": [ - "" - ], - "could not create the refund": [ - "" - ], - "select date to show nearby orders": [ - "" - ], - "order id": [ - "" - ], - "jump to order with the given order ID": [ - "" - ], - "remove all filters": [ - "" - ], - "only show paid orders": [ - "" - ], - "Paid": [ - "" - ], - "only show orders with refunds": [ - "" - ], - "Refunded": [ - "" - ], - "only show orders where customers paid, but wire payments from payment provider are still pending": [ - "" - ], - "Not wired": [ - "" - ], - "clear date filter": [ - "" - ], - "date (YYYY/MM/DD)": [ - "" - ], - "Enter an order id": [ - "" - ], - "order not found": [ - "" - ], - "could not get the order to refund": [ - "" - ], - "Loading...": [ - "" - ], - "click here to configure the stock of the product, leave it as is and the backend will not control stock": [ - "" - ], - "Manage stock": [ - "" - ], - "this product has been configured without stock control": [ - "" - ], - "Infinite": [ - "" - ], - "lost cannot be greater than current and incoming (max %1$s)": [ - "" - ], - "Incoming": [ - "" - ], - "Lost": [ - "" - ], - "Current": [ - "" - ], - "remove stock control for this product": [ - "" - ], - "without stock": [ - "" - ], - "Next restock": [ - "" - ], - "Delivery address": [ - "" - ], - "product identification to use in URLs (for internal use only)": [ - "" - ], - "illustration of the product for customers": [ - "" - ], - "product description for customers": [ - "" - ], - "Age restricted": [ - "" - ], - "is this product restricted for customer below certain age?": [ - "" - ], - "unit describing quantity of product sold (e.g. 2 kilograms, 5 liters, 3 items, 5 meters) for customers": [ - "" - ], - "sale price for customers, including taxes, for above units of the product": [ - "" - ], - "Stock": [ - "" - ], - "product inventory for products with finite supply (for internal use only)": [ - "" - ], - "taxes included in the product price, exposed to customers": [ - "" - ], - "Need to complete marked fields": [ - "" - ], - "could not create product": [ - "" - ], - "Products": [ - "" - ], - "add product to inventory": [ - "" - ], - "Sell": [ - "" - ], - "Profit": [ - "" - ], - "Sold": [ - "" - ], - "free": [ - "" - ], - "go to product update page": [ - "" - ], - "Update": [ - "" - ], - "remove this product from the database": [ - "" - ], - "update the product with new price": [ - "" - ], - "update product with new price": [ - "" - ], - "add more elements to the inventory": [ - "" - ], - "report elements lost in the inventory": [ - "" - ], - "new price for the product": [ - "" - ], - "the are value with errors": [ - "" - ], - "update product with new stock and price": [ - "" - ], - "There is no products yet, add more pressing the + sign": [ - "" - ], - "product updated successfully": [ - "" - ], - "could not update the product": [ - "" - ], - "product delete successfully": [ - "" - ], - "could not delete the product": [ - "" - ], - "Product id:": [ - "" - ], - "To complete the setup of the reserve, you must now initiate a wire transfer using the given wire transfer subject and crediting the specified amount to the indicated account of the exchange.": [ - "" - ], - "If your system supports RFC 8905, you can do this by opening this URI:": [ - "" - ], - "it should be greater than 0": [ - "" - ], - "must be a valid URL": [ - "" - ], - "Initial balance": [ - "" - ], - "balance prior to deposit": [ - "" - ], - "Exchange URL": [ - "" - ], - "URL of exchange": [ - "" - ], - "Next": [ - "" - ], - "Wire method": [ - "" - ], - "method to use for wire transfer": [ - "" - ], - "Select one wire method": [ - "" - ], - "could not create reserve": [ - "" - ], - "Valid until": [ - "" - ], - "Created balance": [ - "" - ], - "Exchange balance": [ - "" - ], - "Picked up": [ - "" - ], - "Committed": [ - "" - ], - "Account address": [ - "" - ], - "Subject": [ - "" - ], - "Tips": [ - "" - ], - "No tips has been authorized from this reserve": [ - "" - ], - "Authorized": [ - "" - ], - "Expiration": [ - "" - ], - "amount of tip": [ - "" - ], - "Justification": [ - "" - ], - "reason for the tip": [ - "" - ], - "URL after tip": [ - "" - ], - "URL to visit after tip payment": [ - "" - ], - "Reserves not yet funded": [ - "" - ], - "Reserves ready": [ - "" - ], - "add new reserve": [ - "" - ], - "Expires at": [ - "" - ], - "Initial": [ - "" - ], - "delete selected reserve from the database": [ - "" - ], - "authorize new tip from selected reserve": [ - "" - ], - "There is no ready reserves yet, add more pressing the + sign or fund them": [ - "" - ], - "Expected Balance": [ - "" - ], - "could not create the tip": [ - "" - ], - "should not be empty": [ - "" - ], - "should be greater that 0": [ - "" - ], - "can't be empty": [ - "" - ], - "to short": [ - "" - ], - "just letters and numbers from 2 to 7": [ - "" - ], - "size of the key should be 32": [ - "" - ], - "Identifier": [ - "" - ], - "Name of the template in URLs.": [ - "" - ], - "Describe what this template stands for": [ - "" - ], - "Fixed summary": [ - "" - ], - "If specified, this template will create order with the same summary": [ - "" - ], - "Fixed price": [ - "" - ], - "If specified, this template will create order with the same price": [ - "" - ], - "Minimum age": [ - "" - ], - "Is this contract restricted to some age?": [ - "" - ], - "Payment timeout": [ - "" - ], - "How much time has the customer to complete the payment once the order was created.": [ - "" - ], - "Verification algorithm": [ - "" - ], - "Algorithm to use to verify transaction in offline mode": [ - "" - ], - "Point-of-sale key": [ - "" - ], - "Useful to validate the purchase": [ - "" - ], - "generate random secret key": [ - "" - ], - "random": [ - "" - ], - "show secret key": [ - "" - ], - "hide secret key": [ - "" - ], - "hide": [ - "" - ], - "show": [ - "" - ], - "could not inform template": [ - "" - ], - "Amount is required": [ - "" - ], - "Order summary is required": [ - "" - ], - "New order for template": [ - "" - ], - "Amount of the order": [ - "" - ], - "Order summary": [ - "" - ], - "could not create order from template": [ - "" - ], - "Here you can specify a default value for fields that are not fixed. Default values can be edited by the customer before the payment.": [ - "" - ], - "Fixed amount": [ - "" - ], - "Default amount": [ - "" - ], - "Default summary": [ - "" - ], - "Print": [ - "" - ], - "Setup TOTP": [ - "" - ], - "Templates": [ - "" - ], - "add new templates": [ - "" - ], - "load more templates before the first one": [ - "" - ], - "load newer templates": [ - "" - ], - "delete selected templates from the database": [ - "" - ], - "use template to create new order": [ - "" - ], - "create qr code for the template": [ - "" - ], - "load more templates after the last one": [ - "" - ], - "load older templates": [ - "" - ], - "There is no templates yet, add more pressing the + sign": [ - "" - ], - "template delete successfully": [ - "" - ], - "could not delete the template": [ - "" - ], - "could not update template": [ - "" - ], - "should be one of '%1$s'": [ - "" - ], - "Webhook ID to use": [ - "" - ], - "Event": [ - "" - ], - "The event of the webhook: why the webhook is used": [ - "" - ], - "Method": [ - "" - ], - "Method used by the webhook": [ - "" - ], - "URL": [ - "" - ], - "URL of the webhook where the customer will be redirected": [ - "" - ], - "Header": [ - "" - ], - "Header template of the webhook": [ - "" - ], - "Body": [ - "" - ], - "Body template by the webhook": [ - "" - ], - "Webhooks": [ - "" - ], - "add new webhooks": [ - "" - ], - "load more webhooks before the first one": [ - "" - ], - "load newer webhooks": [ - "" - ], - "Event type": [ - "" - ], - "delete selected webhook from the database": [ - "" - ], - "load more webhooks after the last one": [ - "" - ], - "load older webhooks": [ - "" - ], - "There is no webhooks yet, add more pressing the + sign": [ - "" - ], - "webhook delete successfully": [ - "" - ], - "could not delete the webhook": [ - "" - ], - "check the id, does not look valid": [ - "" - ], - "should have 52 characters, current %1$s": [ - "" - ], - "URL doesn't have the right format": [ - "" - ], - "Credited bank account": [ - "" - ], - "Select one account": [ - "" - ], - "Bank account of the merchant where the payment was received": [ - "" - ], - "Wire transfer ID": [ - "" - ], - "unique identifier of the wire transfer used by the exchange, must be 52 characters long": [ - "" - ], - "Base URL of the exchange that made the transfer, should have been in the wire transfer subject": [ - "" - ], - "Amount credited": [ - "" - ], - "Actual amount that was wired to the merchant's bank account": [ - "" - ], - "could not inform transfer": [ - "" - ], - "Transfers": [ - "" - ], - "add new transfer": [ - "" - ], - "load more transfers before the first one": [ - "" - ], - "load newer transfers": [ - "" - ], - "Credit": [ - "" - ], - "Confirmed": [ - "" - ], - "Verified": [ - "" - ], - "Executed at": [ - "" - ], - "yes": [ - "" - ], - "no": [ - "" - ], - "unknown": [ - "" - ], - "delete selected transfer from the database": [ - "" - ], - "load more transfer after the last one": [ - "" - ], - "load older transfers": [ - "" - ], - "There is no transfer yet, add more pressing the + sign": [ - "" - ], - "filter by account address": [ - "" - ], - "only show wire transfers confirmed by the merchant": [ - "" - ], - "only show wire transfers claimed by the exchange": [ - "" - ], - "Unverified": [ - "" - ], - "is not valid": [ - "" - ], - "is not a number": [ - "" - ], - "must be 1 or greater": [ - "" - ], - "max 7 lines": [ - "" - ], - "change authorization configuration": [ - "" - ], - "Need to complete marked fields and choose authorization method": [ - "" - ], - "This is not a valid bitcoin address.": [ - "" - ], - "This is not a valid Ethereum address.": [ - "" - ], - "IBAN numbers usually have more that 4 digits": [ - "" - ], - "IBAN numbers usually have less that 34 digits": [ - "" - ], - "IBAN country code not found": [ - "" - ], - "IBAN number is not valid, checksum is wrong": [ - "" - ], - "Target type": [ - "" - ], - "Method to use for wire transfer": [ - "" - ], - "Routing": [ - "" - ], - "Routing number.": [ - "" - ], - "Account": [ - "" - ], - "Account number.": [ - "" - ], - "Business Identifier Code.": [ - "" - ], - "Bank Account Number.": [ - "" - ], - "Unified Payment Interface.": [ - "" - ], - "Bitcoin protocol.": [ - "" - ], - "Ethereum protocol.": [ - "" - ], - "Interledger protocol.": [ - "" - ], - "Host": [ - "" - ], - "Bank host.": [ - "" - ], - "Bank account.": [ - "" - ], - "Bank account owner's name.": [ - "" - ], - "No accounts yet.": [ - "" - ], - "Name of the instance in URLs. The 'default' instance is special in that it is used to administer other instances.": [ - "" - ], - "Business name": [ - "" - ], - "Legal name of the business represented by this instance.": [ - "" - ], - "Email": [ - "" - ], - "Contact email": [ - "" - ], - "Website URL": [ - "" - ], - "URL.": [ - "" - ], - "Logo": [ - "" - ], - "Logo image.": [ - "" - ], - "Bank account": [ - "" - ], - "URI specifying bank account for crediting revenue.": [ - "" - ], - "Default max deposit fee": [ - "" - ], - "Maximum deposit fees this merchant is willing to pay per order by default.": [ - "" - ], - "Default max wire fee": [ - "" - ], - "Maximum wire fees this merchant is willing to pay per wire transfer by default.": [ - "" - ], - "Default wire fee amortization": [ - "" - ], - "Number of orders excess wire transfer fees will be divided by to compute per order surcharge.": [ - "" - ], - "Physical location of the merchant.": [ - "" - ], - "Jurisdiction": [ - "" - ], - "Jurisdiction for legal disputes with the merchant.": [ - "" - ], - "Default payment delay": [ - "" - ], - "Time customers have to pay an order before the offer expires by default.": [ - "" - ], - "Default wire transfer delay": [ - "" - ], - "Maximum time an exchange is allowed to delay wiring funds to the merchant, enabling it to aggregate smaller payments into larger wire transfers and reducing wire fees.": [ - "" - ], - "Instance id": [ - "" - ], - "Change the authorization method use for this instance.": [ - "" - ], - "Manage access token": [ - "" - ], - "Failed to create instance": [ - "" - ], - "Login required": [ - "" - ], - "Please enter your access token.": [ - "" - ], - "Access Token": [ - "" - ], - "The request to the backend take too long and was cancelled": [ - "" - ], - "Diagnostic from %1$s is \"%2$s\"": [ - "" - ], - "The backend reported a problem: HTTP status #%1$s": [ - "" - ], - "Diagnostic from %1$s is '%2$s'": [ - "" - ], - "Access denied": [ - "" - ], - "The access token provided is invalid.": [ - "" - ], - "No 'default' instance configured yet.": [ - "" - ], - "Create a 'default' instance to begin using the merchant backoffice.": [ - "" - ], - "The access token provided is invalid": [ - "" - ], - "Hide for today": [ - "" - ], - "Instance": [ - "" - ], - "Settings": [ - "" - ], - "Connection": [ - "" - ], - "New": [ - "" - ], - "List": [ - "" - ], - "Log out": [ - "" - ], - "Check your token is valid": [ - "" - ], - "Couldn't access the server.": [ - "" - ], - "Could not infer instance id from url %1$s": [ - "" - ], - "Server not found": [ - "" - ], - "Server response with an error code": [ - "" - ], - "Got message %1$s from %2$s": [ - "" - ], - "Response from server is unreadable, http status: %1$s": [ - "" - ], - "Unexpected Error": [ - "" - ], - "The value %1$s is invalid for a payment url": [ - "" - ], - "add element to the list": [ - "" - ], - "add": [ - "" - ], - "Deleting": [ - "" - ], - "Changing": [ - "" - ], - "Order ID": [ - "" - ], - "Payment URL": [ - "" - ] - } - } -}; - -strings['sv'] = { - "domain": "messages", - "locale_data": { - "messages": { - "": { - "domain": "messages", - "plural_forms": "nplurals=2; plural=(n != 1);", - "lang": "" - }, - "Cancel": [ - "" - ], - "%1$s": [ - "" - ], - "Close": [ - "" - ], - "Continue": [ - "" - ], - "Clear": [ - "" - ], - "Confirm": [ - "" - ], - "is not the same as the current access token": [ - "" - ], - "cannot be empty": [ - "" - ], - "cannot be the same as the old token": [ - "" - ], - "is not the same": [ - "" - ], - "You are updating the access token from instance with id %1$s": [ - "" - ], - "Old access token": [ - "" - ], - "access token currently in use": [ - "" - ], - "New access token": [ - "" - ], - "next access token to be used": [ - "" - ], - "Repeat access token": [ - "" - ], - "confirm the same access token": [ - "" - ], - "Clearing the access token will mean public access to the instance": [ - "" - ], - "cannot be the same as the old access token": [ - "" - ], - "You are setting the access token for the new instance": [ - "" - ], - "With external authorization method no check will be done by the merchant backend": [ - "" - ], - "Set external authorization": [ - "" - ], - "Set access token": [ - "" - ], - "Operation in progress...": [ - "" - ], - "The operation will be automatically canceled after %1$s seconds": [ - "" - ], - "Instances": [ - "" - ], - "Delete": [ - "" - ], - "add new instance": [ - "" - ], - "ID": [ - "" - ], - "Name": [ - "" - ], - "Edit": [ - "" - ], - "Purge": [ - "" - ], - "There is no instances yet, add more pressing the + sign": [ - "" - ], - "Only show active instances": [ - "" - ], - "Active": [ - "" - ], - "Only show deleted instances": [ - "" - ], - "Deleted": [ - "" - ], - "Show all instances": [ - "" - ], - "All": [ - "" - ], - "Instance \"%1$s\" (ID: %2$s) has been deleted": [ - "" - ], - "Failed to delete instance": [ - "" - ], - "Instance '%1$s' (ID: %2$s) has been disabled": [ - "" - ], - "Failed to purge instance": [ - "" - ], - "Pending KYC verification": [ - "" - ], - "Timed out": [ - "" - ], - "Exchange": [ - "" - ], - "Target account": [ - "" - ], - "KYC URL": [ - "" - ], - "Code": [ - "" - ], - "Http Status": [ - "" - ], - "No pending kyc verification!": [ - "" - ], - "change value to unknown date": [ - "" - ], - "change value to empty": [ - "" - ], - "clear": [ - "" - ], - "change value to never": [ - "" - ], - "never": [ - "" - ], - "Country": [ - "" - ], - "Address": [ - "" - ], - "Building number": [ - "" - ], - "Building name": [ - "" - ], - "Street": [ - "" - ], - "Post code": [ - "" - ], - "Town location": [ - "" - ], - "Town": [ - "" - ], - "District": [ - "" - ], - "Country subdivision": [ - "" - ], - "Product id": [ - "" - ], - "Description": [ - "" - ], - "Product": [ - "" - ], - "search products by it's description or id": [ - "" - ], - "no products found with that description": [ - "" - ], - "You must enter a valid product identifier.": [ - "" - ], - "Quantity must be greater than 0!": [ - "" - ], - "This quantity exceeds remaining stock. Currently, only %1$s units remain unreserved in stock.": [ - "" - ], - "Quantity": [ - "" - ], - "how many products will be added": [ - "" - ], - "Add from inventory": [ - "" - ], - "Image should be smaller than 1 MB": [ - "" - ], - "Add": [ - "" - ], - "Remove": [ - "" - ], - "No taxes configured for this product.": [ - "" - ], - "Amount": [ - "" - ], - "Taxes can be in currencies that differ from the main currency used by the merchant.": [ - "" - ], - "Enter currency and value separated with a colon, e.g. &quot;USD:2.3&quot;.": [ - "" - ], - "Legal name of the tax, e.g. VAT or import duties.": [ - "" - ], - "add tax to the tax list": [ - "" - ], - "describe and add a product that is not in the inventory list": [ - "" - ], - "Add custom product": [ - "" - ], - "Complete information of the product": [ - "" - ], - "Image": [ - "" - ], - "photo of the product": [ - "" - ], - "full product description": [ - "" - ], - "Unit": [ - "" - ], - "name of the product unit": [ - "" - ], - "Price": [ - "" - ], - "amount in the current currency": [ - "" - ], - "Taxes": [ - "" - ], - "image": [ - "" - ], - "description": [ - "" - ], - "quantity": [ - "" - ], - "unit price": [ - "" - ], - "total price": [ - "" - ], - "required": [ - "" - ], - "not valid": [ - "" - ], - "must be greater than 0": [ - "" - ], - "not a valid json": [ - "" - ], - "should be in the future": [ - "" - ], - "refund deadline cannot be before pay deadline": [ - "" - ], - "wire transfer deadline cannot be before refund deadline": [ - "" - ], - "wire transfer deadline cannot be before pay deadline": [ - "" - ], - "should have a refund deadline": [ - "" - ], - "auto refund cannot be after refund deadline": [ - "" - ], - "Manage products in order": [ - "" - ], - "Manage list of products in the order.": [ - "" - ], - "Remove this product from the order.": [ - "" - ], - "Total price": [ - "" - ], - "total product price added up": [ - "" - ], - "Amount to be paid by the customer": [ - "" - ], - "Order price": [ - "" - ], - "final order price": [ - "" - ], - "Summary": [ - "" - ], - "Title of the order to be shown to the customer": [ - "" - ], - "Shipping and Fulfillment": [ - "" - ], - "Delivery date": [ - "" - ], - "Deadline for physical delivery assured by the merchant.": [ - "" - ], - "Location": [ - "" - ], - "address where the products will be delivered": [ - "" - ], - "Fulfillment URL": [ - "" - ], - "URL to which the user will be redirected after successful payment.": [ - "" - ], - "Taler payment options": [ - "" - ], - "Override default Taler payment settings for this order": [ - "" - ], - "Payment deadline": [ - "" - ], - "Deadline for the customer to pay for the offer before it expires. Inventory products will be reserved until this deadline.": [ - "" - ], - "Refund deadline": [ - "" - ], - "Time until which the order can be refunded by the merchant.": [ - "" - ], - "Wire transfer deadline": [ - "" - ], - "Deadline for the exchange to make the wire transfer.": [ - "" - ], - "Auto-refund deadline": [ - "" - ], - "Time until which the wallet will automatically check for refunds without user interaction.": [ - "" - ], - "Maximum deposit fee": [ - "" - ], - "Maximum deposit fees the merchant is willing to cover for this order. Higher deposit fees must be covered in full by the consumer.": [ - "" - ], - "Maximum wire fee": [ - "" - ], - "Maximum aggregate wire fees the merchant is willing to cover for this order. Wire fees exceeding this amount are to be covered by the customers.": [ - "" - ], - "Wire fee amortization": [ - "" - ], - "Factor by which wire fees exceeding the above threshold are divided to determine the share of excess wire fees to be paid explicitly by the consumer.": [ - "" - ], - "Create token": [ - "" - ], - "Uncheck this option if the merchant backend generated an order ID with enough entropy to prevent adversarial claims.": [ - "" - ], - "Minimum age required": [ - "" - ], - "Any value greater than 0 will limit the coins able be used to pay this contract. If empty the age restriction will be defined by the products": [ - "" - ], - "Min age defined by the producs is %1$s": [ - "" - ], - "Additional information": [ - "" - ], - "Custom information to be included in the contract for this order.": [ - "" - ], - "You must enter a value in JavaScript Object Notation (JSON).": [ - "" - ], - "days": [ - "" - ], - "hours": [ - "" - ], - "minutes": [ - "" - ], - "seconds": [ - "" - ], - "forever": [ - "" - ], - "%1$sM": [ - "" - ], - "%1$sY": [ - "" - ], - "%1$sd": [ - "" - ], - "%1$sh": [ - "" - ], - "%1$smin": [ - "" - ], - "%1$ssec": [ - "" - ], - "Orders": [ - "" - ], - "create order": [ - "" - ], - "load newer orders": [ - "" - ], - "Date": [ - "" - ], - "Refund": [ - "" - ], - "copy url": [ - "" - ], - "load older orders": [ - "" - ], - "No orders have been found matching your query!": [ - "" - ], - "duplicated": [ - "" - ], - "invalid format": [ - "" - ], - "this value exceed the refundable amount": [ - "" - ], - "date": [ - "" - ], - "amount": [ - "" - ], - "reason": [ - "" - ], - "amount to be refunded": [ - "" - ], - "Max refundable:": [ - "" - ], - "Reason": [ - "" - ], - "Choose one...": [ - "" - ], - "requested by the customer": [ - "" - ], - "other": [ - "" - ], - "why this order is being refunded": [ - "" - ], - "more information to give context": [ - "" - ], - "Contract Terms": [ - "" - ], - "human-readable description of the whole purchase": [ - "" - ], - "total price for the transaction": [ - "" - ], - "URL for this purchase": [ - "" - ], - "Max fee": [ - "" - ], - "maximum total deposit fee accepted by the merchant for this contract": [ - "" - ], - "Max wire fee": [ - "" - ], - "maximum wire fee accepted by the merchant": [ - "" - ], - "over how many customer transactions does the merchant expect to amortize wire fees on average": [ - "" - ], - "Created at": [ - "" - ], - "time when this contract was generated": [ - "" - ], - "after this deadline has passed no refunds will be accepted": [ - "" - ], - "after this deadline, the merchant won't accept payments for the contract": [ - "" - ], - "transfer deadline for the exchange": [ - "" - ], - "time indicating when the order should be delivered": [ - "" - ], - "where the order will be delivered": [ - "" - ], - "Auto-refund delay": [ - "" - ], - "how long the wallet should try to get an automatic refund for the purchase": [ - "" - ], - "Extra info": [ - "" - ], - "extra data that is only interpreted by the merchant frontend": [ - "" - ], - "Order": [ - "" - ], - "claimed": [ - "" - ], - "claimed at": [ - "" - ], - "Timeline": [ - "" - ], - "Payment details": [ - "" - ], - "Order status": [ - "" - ], - "Product list": [ - "" - ], - "paid": [ - "" - ], - "wired": [ - "" - ], - "refunded": [ - "" - ], - "refund order": [ - "" - ], - "not refundable": [ - "" - ], - "refund": [ - "" - ], - "Refunded amount": [ - "" - ], - "Refund taken": [ - "" - ], - "Status URL": [ - "" - ], - "Refund URI": [ - "" - ], - "unpaid": [ - "" - ], - "pay at": [ - "" - ], - "created at": [ - "" - ], - "Order status URL": [ - "" - ], - "Payment URI": [ - "" - ], - "Unknown order status. This is an error, please contact the administrator.": [ - "" - ], - "Back": [ - "" - ], - "refund created successfully": [ - "" - ], - "could not create the refund": [ - "" - ], - "select date to show nearby orders": [ - "" - ], - "order id": [ - "" - ], - "jump to order with the given order ID": [ - "" - ], - "remove all filters": [ - "" - ], - "only show paid orders": [ - "" - ], - "Paid": [ - "" - ], - "only show orders with refunds": [ - "" - ], - "Refunded": [ - "" - ], - "only show orders where customers paid, but wire payments from payment provider are still pending": [ - "" - ], - "Not wired": [ - "" - ], - "clear date filter": [ - "" - ], - "date (YYYY/MM/DD)": [ - "" - ], - "Enter an order id": [ - "" - ], - "order not found": [ - "" - ], - "could not get the order to refund": [ - "" - ], - "Loading...": [ - "" - ], - "click here to configure the stock of the product, leave it as is and the backend will not control stock": [ - "" - ], - "Manage stock": [ - "" - ], - "this product has been configured without stock control": [ - "" - ], - "Infinite": [ - "" - ], - "lost cannot be greater than current and incoming (max %1$s)": [ - "" - ], - "Incoming": [ - "" - ], - "Lost": [ - "" - ], - "Current": [ - "" - ], - "remove stock control for this product": [ - "" - ], - "without stock": [ - "" - ], - "Next restock": [ - "" - ], - "Delivery address": [ - "" - ], - "product identification to use in URLs (for internal use only)": [ - "" - ], - "illustration of the product for customers": [ - "" - ], - "product description for customers": [ - "" - ], - "Age restricted": [ - "" - ], - "is this product restricted for customer below certain age?": [ - "" - ], - "unit describing quantity of product sold (e.g. 2 kilograms, 5 liters, 3 items, 5 meters) for customers": [ - "" - ], - "sale price for customers, including taxes, for above units of the product": [ - "" - ], - "Stock": [ - "" - ], - "product inventory for products with finite supply (for internal use only)": [ - "" - ], - "taxes included in the product price, exposed to customers": [ - "" - ], - "Need to complete marked fields": [ - "" - ], - "could not create product": [ - "" - ], - "Products": [ - "" - ], - "add product to inventory": [ - "" - ], - "Sell": [ - "" - ], - "Profit": [ - "" - ], - "Sold": [ - "" - ], - "free": [ - "" - ], - "go to product update page": [ - "" - ], - "Update": [ - "" - ], - "remove this product from the database": [ - "" - ], - "update the product with new price": [ - "" - ], - "update product with new price": [ - "" - ], - "add more elements to the inventory": [ - "" - ], - "report elements lost in the inventory": [ - "" - ], - "new price for the product": [ - "" - ], - "the are value with errors": [ - "" - ], - "update product with new stock and price": [ - "" - ], - "There is no products yet, add more pressing the + sign": [ - "" - ], - "product updated successfully": [ - "" - ], - "could not update the product": [ - "" - ], - "product delete successfully": [ - "" - ], - "could not delete the product": [ - "" - ], - "Product id:": [ - "" - ], - "To complete the setup of the reserve, you must now initiate a wire transfer using the given wire transfer subject and crediting the specified amount to the indicated account of the exchange.": [ - "" - ], - "If your system supports RFC 8905, you can do this by opening this URI:": [ - "" - ], - "it should be greater than 0": [ - "" - ], - "must be a valid URL": [ - "" - ], - "Initial balance": [ - "" - ], - "balance prior to deposit": [ - "" - ], - "Exchange URL": [ - "" - ], - "URL of exchange": [ - "" - ], - "Next": [ - "" - ], - "Wire method": [ - "" - ], - "method to use for wire transfer": [ - "" - ], - "Select one wire method": [ - "" - ], - "could not create reserve": [ - "" - ], - "Valid until": [ - "" - ], - "Created balance": [ - "" - ], - "Exchange balance": [ - "" - ], - "Picked up": [ +strings['sv'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n != 1);", + "lang": "" + }, + "Key figures": [ "" ], - "Committed": [ + "Critical errors": [ "" ], - "Account address": [ + "Operating status": [ "" ], - "Subject": [ + "Inconsistencies": [ "" ], - "Tips": [ + "Settings": [ "" ], - "No tips has been authorized from this reserve": [ + "Cancel": [ "" ], - "Authorized": [ + "%1$s": [ "" ], - "Expiration": [ + "Close": [ "" ], - "amount of tip": [ + "suppress": [ "" ], - "Justification": [ + "Suppress": [ "" ], - "reason for the tip": [ + "There are no entries yet": [ "" ], - "URL after tip": [ + "Entity row with id: %1$s has been suppressed": [ "" ], - "URL to visit after tip payment": [ + "Failed to suppress row": [ "" ], - "Reserves not yet funded": [ + "Language": [ "" ], - "Reserves ready": [ + "generate random secret key": [ "" ], - "add new reserve": [ + "Set default": [ "" ], - "Expires at": [ + "Token required": [ "" ], - "Initial": [ + "Need the access token for the API.": [ "" ], - "delete selected reserve from the database": [ + "Access Token": [ "" ], - "authorize new tip from selected reserve": [ + "Confirm": [ "" ], - "There is no ready reserves yet, add more pressing the + sign or fund them": [ + "Login required": [ "" ], - "Expected Balance": [ + "Please enter your access token.": [ "" ], - "could not create the tip": [ + "Checking the /config endpoint got authorization error": [ "" ], - "should not be empty": [ + "Could not find /config endpoint on this URL": [ "" ], - "should be greater that 0": [ + "Server response with an error code": [ "" ], - "can't be empty": [ + "Got message \"%1$s\" from %2$s": [ "" ], - "to short": [ + "Response from server is unreadable, http status: %1$s": [ "" ], - "just letters and numbers from 2 to 7": [ + "Unexpected Error": [ "" ], - "size of the key should be 32": [ + "Incompatible version": [ "" ], - "Identifier": [ + "Auditor backend server version %1$s is not compatible with the supported version %2$s": [ "" - ], - "Name of the template in URLs.": [ + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n != 1);", + "lang": "", + "completeness": 0 +}; + +strings['it'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "it" + }, + "Key figures": [ "" ], - "Describe what this template stands for": [ + "Critical errors": [ "" ], - "Fixed summary": [ + "Operating status": [ "" ], - "If specified, this template will create order with the same summary": [ + "Inconsistencies": [ "" ], - "Fixed price": [ - "" + "Settings": [ + "Impostazioni" ], - "If specified, this template will create order with the same price": [ + "Cancel": [ "" ], - "Minimum age": [ + "%1$s": [ "" ], - "Is this contract restricted to some age?": [ + "Close": [ "" ], - "Payment timeout": [ + "suppress": [ "" ], - "How much time has the customer to complete the payment once the order was created.": [ + "Suppress": [ "" ], - "Verification algorithm": [ + "There are no entries yet": [ "" ], - "Algorithm to use to verify transaction in offline mode": [ + "Entity row with id: %1$s has been suppressed": [ "" ], - "Point-of-sale key": [ + "Failed to suppress row": [ "" ], - "Useful to validate the purchase": [ + "Language": [ "" ], "generate random secret key": [ "" ], - "random": [ - "" - ], - "show secret key": [ - "" - ], - "hide secret key": [ - "" - ], - "hide": [ - "" - ], - "show": [ - "" - ], - "could not inform template": [ - "" - ], - "Amount is required": [ - "" - ], - "Order summary is required": [ - "" - ], - "New order for template": [ - "" - ], - "Amount of the order": [ - "" - ], - "Order summary": [ - "" - ], - "could not create order from template": [ - "" - ], - "Here you can specify a default value for fields that are not fixed. Default values can be edited by the customer before the payment.": [ - "" - ], - "Fixed amount": [ - "" - ], - "Default amount": [ - "" - ], - "Default summary": [ - "" - ], - "Print": [ - "" - ], - "Setup TOTP": [ + "Set default": [ "" ], - "Templates": [ + "Token required": [ "" ], - "add new templates": [ + "Need the access token for the API.": [ "" ], - "load more templates before the first one": [ + "Access Token": [ "" ], - "load newer templates": [ + "Confirm": [ "" ], - "delete selected templates from the database": [ + "Login required": [ "" ], - "use template to create new order": [ + "Please enter your access token.": [ "" ], - "create qr code for the template": [ + "Checking the /config endpoint got authorization error": [ "" ], - "load more templates after the last one": [ + "Could not find /config endpoint on this URL": [ "" ], - "load older templates": [ + "Server response with an error code": [ "" ], - "There is no templates yet, add more pressing the + sign": [ + "Got message \"%1$s\" from %2$s": [ "" ], - "template delete successfully": [ + "Response from server is unreadable, http status: %1$s": [ "" ], - "could not delete the template": [ + "Unexpected Error": [ "" ], - "could not update template": [ + "Incompatible version": [ "" ], - "should be one of '%1$s'": [ + "Auditor backend server version %1$s is not compatible with the supported version %2$s": [ "" - ], - "Webhook ID to use": [ + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "it", + "completeness": 3 +}; + +strings['fr'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n != 1);", + "lang": "" + }, + "Key figures": [ "" ], - "Event": [ + "Critical errors": [ "" ], - "The event of the webhook: why the webhook is used": [ + "Operating status": [ "" ], - "Method": [ + "Inconsistencies": [ "" ], - "Method used by the webhook": [ + "Settings": [ "" ], - "URL": [ + "Cancel": [ "" ], - "URL of the webhook where the customer will be redirected": [ + "%1$s": [ "" ], - "Header": [ + "Close": [ "" ], - "Header template of the webhook": [ + "suppress": [ "" ], - "Body": [ + "Suppress": [ "" ], - "Body template by the webhook": [ + "There are no entries yet": [ "" ], - "Webhooks": [ + "Entity row with id: %1$s has been suppressed": [ "" ], - "add new webhooks": [ + "Failed to suppress row": [ "" ], - "load more webhooks before the first one": [ + "Language": [ "" ], - "load newer webhooks": [ + "generate random secret key": [ "" ], - "Event type": [ + "Set default": [ "" ], - "delete selected webhook from the database": [ + "Token required": [ "" ], - "load more webhooks after the last one": [ + "Need the access token for the API.": [ "" ], - "load older webhooks": [ + "Access Token": [ "" ], - "There is no webhooks yet, add more pressing the + sign": [ + "Confirm": [ "" ], - "webhook delete successfully": [ + "Login required": [ "" ], - "could not delete the webhook": [ + "Please enter your access token.": [ "" ], - "check the id, does not look valid": [ + "Checking the /config endpoint got authorization error": [ "" ], - "should have 52 characters, current %1$s": [ + "Could not find /config endpoint on this URL": [ "" ], - "URL doesn't have the right format": [ + "Server response with an error code": [ "" ], - "Credited bank account": [ + "Got message \"%1$s\" from %2$s": [ "" ], - "Select one account": [ + "Response from server is unreadable, http status: %1$s": [ "" ], - "Bank account of the merchant where the payment was received": [ + "Unexpected Error": [ "" ], - "Wire transfer ID": [ + "Incompatible version": [ "" ], - "unique identifier of the wire transfer used by the exchange, must be 52 characters long": [ + "Auditor backend server version %1$s is not compatible with the supported version %2$s": [ "" - ], - "Base URL of the exchange that made the transfer, should have been in the wire transfer subject": [ + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n != 1);", + "lang": "", + "completeness": 0 +}; + +strings['es'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "es" + }, + "Key figures": [ "" ], - "Amount credited": [ + "Critical errors": [ "" ], - "Actual amount that was wired to the merchant's bank account": [ - "" + "Operating status": [ + "Estado de orden" ], - "could not inform transfer": [ + "Inconsistencies": [ "" ], - "Transfers": [ - "" + "Settings": [ + "Configuración" ], - "add new transfer": [ - "" + "Cancel": [ + "Cancelar" ], - "load more transfers before the first one": [ - "" + "%1$s": [ + "%1$s" ], - "load newer transfers": [ + "Close": [ "" ], - "Credit": [ + "suppress": [ "" ], - "Confirmed": [ + "Suppress": [ "" ], - "Verified": [ + "There are no entries yet": [ "" ], - "Executed at": [ + "Entity row with id: %1$s has been suppressed": [ "" ], - "yes": [ - "" + "Failed to suppress row": [ + "Fallo al purgar la instancia" ], - "no": [ + "Language": [ "" ], - "unknown": [ + "generate random secret key": [ "" ], - "delete selected transfer from the database": [ + "Set default": [ "" ], - "load more transfer after the last one": [ - "" + "Token required": [ + "Login necesario" ], - "load older transfers": [ - "" + "Need the access token for the API.": [ + "siguiente token de acceso a usar" ], - "There is no transfer yet, add more pressing the + sign": [ - "" + "Access Token": [ + "Acceso denegado" ], - "filter by account address": [ - "" + "Confirm": [ + "Confirmar" ], - "only show wire transfers confirmed by the merchant": [ - "" + "Login required": [ + "Login necesario" ], - "only show wire transfers claimed by the exchange": [ + "Please enter your access token.": [ "" ], - "Unverified": [ + "Checking the /config endpoint got authorization error": [ "" ], - "is not valid": [ + "Could not find /config endpoint on this URL": [ "" ], - "is not a number": [ + "Server response with an error code": [ "" ], - "must be 1 or greater": [ - "" + "Got message \"%1$s\" from %2$s": [ + "Recibimos el mensaje: %1$s desde %2$s" ], - "max 7 lines": [ + "Response from server is unreadable, http status: %1$s": [ "" ], - "change authorization configuration": [ - "" + "Unexpected Error": [ + "Error inesperado" ], - "Need to complete marked fields and choose authorization method": [ + "Incompatible version": [ "" ], - "This is not a valid bitcoin address.": [ + "Auditor backend server version %1$s is not compatible with the supported version %2$s": [ "" - ], - "This is not a valid Ethereum address.": [ + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "es", + "completeness": 40 +}; + +strings['en'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n != 1);", + "lang": "" + }, + "Key figures": [ "" ], - "IBAN numbers usually have more that 4 digits": [ + "Critical errors": [ "" ], - "IBAN numbers usually have less that 34 digits": [ + "Operating status": [ "" ], - "IBAN country code not found": [ + "Inconsistencies": [ "" ], - "IBAN number is not valid, checksum is wrong": [ + "Settings": [ "" ], - "Target type": [ + "Cancel": [ "" ], - "Method to use for wire transfer": [ + "%1$s": [ "" ], - "Routing": [ + "Close": [ "" ], - "Routing number.": [ + "suppress": [ "" ], - "Account": [ + "Suppress": [ "" ], - "Account number.": [ + "There are no entries yet": [ "" ], - "Business Identifier Code.": [ + "Entity row with id: %1$s has been suppressed": [ "" ], - "Bank Account Number.": [ + "Failed to suppress row": [ "" ], - "Unified Payment Interface.": [ + "Language": [ "" ], - "Bitcoin protocol.": [ + "generate random secret key": [ "" ], - "Ethereum protocol.": [ + "Set default": [ "" ], - "Interledger protocol.": [ + "Token required": [ "" ], - "Host": [ + "Need the access token for the API.": [ "" ], - "Bank host.": [ + "Access Token": [ "" ], - "Bank account.": [ + "Confirm": [ "" ], - "Bank account owner's name.": [ + "Login required": [ "" ], - "No accounts yet.": [ + "Please enter your access token.": [ "" ], - "Name of the instance in URLs. The 'default' instance is special in that it is used to administer other instances.": [ + "Checking the /config endpoint got authorization error": [ "" ], - "Business name": [ + "Could not find /config endpoint on this URL": [ "" ], - "Legal name of the business represented by this instance.": [ + "Server response with an error code": [ "" ], - "Email": [ + "Got message \"%1$s\" from %2$s": [ "" ], - "Contact email": [ + "Response from server is unreadable, http status: %1$s": [ "" ], - "Website URL": [ + "Unexpected Error": [ "" ], - "URL.": [ + "Incompatible version": [ "" ], - "Logo": [ + "Auditor backend server version %1$s is not compatible with the supported version %2$s": [ "" - ], - "Logo image.": [ + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n != 1);", + "lang": "", + "completeness": 0 +}; + +strings['de'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "de" + }, + "Key figures": [ "" ], - "Bank account": [ + "Critical errors": [ "" ], - "URI specifying bank account for crediting revenue.": [ + "Operating status": [ "" ], - "Default max deposit fee": [ + "Inconsistencies": [ "" ], - "Maximum deposit fees this merchant is willing to pay per order by default.": [ + "Settings": [ "" ], - "Default max wire fee": [ + "Cancel": [ "" ], - "Maximum wire fees this merchant is willing to pay per wire transfer by default.": [ + "%1$s": [ "" ], - "Default wire fee amortization": [ + "Close": [ "" ], - "Number of orders excess wire transfer fees will be divided by to compute per order surcharge.": [ + "suppress": [ "" ], - "Physical location of the merchant.": [ + "Suppress": [ "" ], - "Jurisdiction": [ + "There are no entries yet": [ "" ], - "Jurisdiction for legal disputes with the merchant.": [ + "Entity row with id: %1$s has been suppressed": [ "" ], - "Default payment delay": [ + "Failed to suppress row": [ "" ], - "Time customers have to pay an order before the offer expires by default.": [ + "Language": [ "" ], - "Default wire transfer delay": [ + "generate random secret key": [ "" ], - "Maximum time an exchange is allowed to delay wiring funds to the merchant, enabling it to aggregate smaller payments into larger wire transfers and reducing wire fees.": [ + "Set default": [ "" ], - "Instance id": [ + "Token required": [ "" ], - "Change the authorization method use for this instance.": [ + "Need the access token for the API.": [ "" ], - "Manage access token": [ + "Access Token": [ "" ], - "Failed to create instance": [ + "Confirm": [ "" ], "Login required": [ @@ -9553,73 +621,16 @@ strings['sv'] = { "Please enter your access token.": [ "" ], - "Access Token": [ - "" - ], - "The request to the backend take too long and was cancelled": [ - "" - ], - "Diagnostic from %1$s is \"%2$s\"": [ - "" - ], - "The backend reported a problem: HTTP status #%1$s": [ - "" - ], - "Diagnostic from %1$s is '%2$s'": [ - "" - ], - "Access denied": [ - "" - ], - "The access token provided is invalid.": [ - "" - ], - "No 'default' instance configured yet.": [ - "" - ], - "Create a 'default' instance to begin using the merchant backoffice.": [ - "" - ], - "The access token provided is invalid": [ + "Checking the /config endpoint got authorization error": [ "" ], - "Hide for today": [ - "" - ], - "Instance": [ - "" - ], - "Settings": [ - "" - ], - "Connection": [ - "" - ], - "New": [ - "" - ], - "List": [ - "" - ], - "Log out": [ - "" - ], - "Check your token is valid": [ - "" - ], - "Couldn't access the server.": [ - "" - ], - "Could not infer instance id from url %1$s": [ - "" - ], - "Server not found": [ + "Could not find /config endpoint on this URL": [ "" ], "Server response with an error code": [ "" ], - "Got message %1$s from %2$s": [ + "Got message \"%1$s\" from %2$s": [ "" ], "Response from server is unreadable, http status: %1$s": [ @@ -9628,28 +639,17 @@ strings['sv'] = { "Unexpected Error": [ "" ], - "The value %1$s is invalid for a payment url": [ - "" - ], - "add element to the list": [ - "" - ], - "add": [ - "" - ], - "Deleting": [ - "" - ], - "Changing": [ - "" - ], - "Order ID": [ + "Incompatible version": [ "" ], - "Payment URL": [ + "Auditor backend server version %1$s is not compatible with the supported version %2$s": [ "" ] } - } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "de", + "completeness": 0 }; diff --git a/packages/bank-ui/src/i18n/strings.ts b/packages/bank-ui/src/i18n/strings.ts @@ -70,7 +70,7 @@ strings['uk'] = { "" ], "Wrong authentication number.": [ - "Потрібна автентифікація" + "Неправильний номер автентифікації." ], "Expired challenge.": [ "" @@ -1565,7 +1565,7 @@ strings['ru'] = { "" ], "Wrong authentication number.": [ - "Требуется аутентификация" + "Неверный номер аутентификации." ], "Expired challenge.": [ "" @@ -6050,7 +6050,7 @@ strings['fr'] = { "" ], "Wrong authentication number.": [ - "Canal d'authentification" + "Numéro d'authentification erroné." ], "Expired challenge.": [ "" @@ -7545,7 +7545,7 @@ strings['es'] = { "" ], "Wrong authentication number.": [ - "Autenticación requerida" + "Número de autenticación incorrecto." ], "Expired challenge.": [ "" @@ -7977,7 +7977,7 @@ strings['es'] = { "" ], "Repeat password": [ - "Repita la contraseña" + "Repetir contraseña" ], "Full name": [ "" @@ -9019,10 +9019,10 @@ strings['de'] = { "Eine IBAN besteht normalerweise aus weniger als 34 Ziffern" ], "IBAN country code not found": [ - "IBAN-Ländercode wurde nicht gefunden" + "Der IBAN-Ländercode wurde nicht gefunden" ], "IBAN number is not valid, checksum is wrong": [ - "IBAN-Nummer ist ungültig, die Prüfsumme ist falsch" + "Die IBAN-Nummer ist ungültig, die Prüfsumme ist falsch" ], "Use letters, numbers or any of these characters: - . _ ~": [ "Verwenden Sie nur Buchstaben und Zahlen sowie als Sonderzeichen - . _ ~" @@ -9040,7 +9040,7 @@ strings['de'] = { "" ], "Wrong authentication number.": [ - "Authentifizierungskanal" + "Falsche Authentifizierung." ], "Expired challenge.": [ "" @@ -9064,28 +9064,28 @@ strings['de'] = { "" ], "The challenge is expired and can't be solved but you can go back and create a new challenge.": [ - "" + "Das Prüfverfahren zur gesicherten Anmeldung ist abgelaufen und kann nicht mehr verwendet werden, es ist jedoch möglich, ein neues Prüfverfahren anzufordern (bitte gehen Sie im Browser einen Schritt zurück)." ], "Back": [ - "" + "Zurück" ], "Verify": [ - "" + "Prüfen" ], "Failed to send the verification code.": [ - "" + "Das Versenden des Bestätigungscodes hat nicht funktioniert." ], "The request was valid, but the server is refusing action.": [ - "" + "Die Anfrage war gültig, aber der Server verweigert die Bearbeitung." ], "The backend is not aware of the specified MFA challenge.": [ - "" + "Dieser Anwendung ist die angegebene Multi-Faktor-Überprüfung nicht bekannt." ], "It is too early to request another transmission of the challenge.": [ - "" + "Es muss noch gewartet werden, um eine weitere Übertragung des Überprüfungscodes zu verlangen." ], "Code transmission failed.": [ - "Der Vorgang ist fehlgeschlagen." + "Die Code-Übertragung ist fehlgeschlagen." ], "Multi-factor authentication required": [ "Authentifizierung erforderlich" @@ -9109,19 +9109,19 @@ strings['de'] = { "" ], "I have a code": [ - "" + "Ich habe bereits einen gültigen Bestätigungscode" ], "Send me a message": [ - "" + "Bestätigungscode zusenden" ], "You have to wait until %1$s to send a new code.": [ - "" + "Sie müssen bis %1$s warten, damit ein neuer Bestätigungscode gesendet werden kann." ], "Cancel": [ "Abbrechen" ], "Complete": [ - "" + "Abschliessen" ], "Unable to create a cashout": [ "Es war nicht möglich, eine Einzahlung auszuführen" @@ -9175,7 +9175,7 @@ strings['de'] = { "Die Einzahlung wurde erstellt" ], "Second factor authentication required.": [ - "Authentifizierung erforderlich" + "Es ist die Eingabe einer weiteren Information erforderlich (zweiter Faktor der Anmeldeberechtigung)." ], "Account not found": [ "Konto nicht gefunden" @@ -9751,7 +9751,7 @@ strings['de'] = { "Name" ], "Description": [ - "Demobeschreibung anzeigen" + "Beschreibung" ], "Cashin": [ "Auszahlung (Cash-In)" @@ -9925,10 +9925,10 @@ strings['de'] = { "In den Einstellungen müssen die Einzahlungen aufs Konto aktiviert und der Umrechnungskurs einschließlich aller Gebühren, Kurse und einem Rundungsverfahren initialisiert worden sein." ], "Unauthorized": [ - "Dieser Nutzer ist nicht berechtigt" + "Unberechtigter Zugriff" ], "Forbidden": [ - "" + "Verboten" ], "NotFound": [ "" @@ -10075,10 +10075,10 @@ strings['de'] = { "Einzahlung an Konto %1$s" ], "Doesn't have the pattern of an email": [ - "Dies entspricht keiner Email-Adresse" + "Dies entspricht keiner gültigen E-Mailadresse" ], "Should start with +": [ - "Dies sollte mit einem + beginnen" + "Die Nummer sollte mit + beginnen" ], "A phone number consists of numbers only": [ "Eine Telefonnummer besteht nur aus Ziffern" @@ -10087,7 +10087,7 @@ strings['de'] = { "Konto-ID zur Authentifizierung" ], "Name of the account holder": [ - "Name des Inhabers des Kontos" + "Name des Kontoinhabers" ], "Internal account": [ "Internes Konto" @@ -10219,7 +10219,7 @@ strings['de'] = { "Das Passwort stimmt nicht mit dem ersten überein" ], "Password changed": [ - "Das Passwort wurde geändert" + "Passwort geändert" ], "Not authorized to change the password, maybe the session is invalid.": [ "Sie sind zum Ändern des Passworts nicht berechtigt, möglicherweise ist die Sitzung nicht mehr gültig." @@ -10240,7 +10240,7 @@ strings['de'] = { "Passwort erneuern" ], "Current password": [ - "Bisheriges Passwort" + "Aktuelles Passwort dieser Instanz" ], "Your current password, for security": [ "Zur Sicherheit bitte ihr bisheriges Passwort" @@ -10472,7 +10472,7 @@ strings['de'] = { "domain": "messages", "plural_forms": "nplurals=2; plural=n != 1;", "lang": "de", - "completeness": 88 + "completeness": 91 }; strings['ca'] = { diff --git a/packages/challenger-ui/src/i18n/de.po b/packages/challenger-ui/src/i18n/de.po @@ -0,0 +1,26 @@ +# This file is part of GNU Taler +# (C) 2022-2024 Taler Systems S.A. +# +# GNU Taler is free software; you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation; either version 3, or (at your option) any later version. +# +# GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Challenger UI\n" +"Report-Msgid-Bugs-To: taler@gnu.org\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/packages/challenger-ui/src/i18n/strings.ts b/packages/challenger-ui/src/i18n/strings.ts @@ -1,90 +1,26 @@ -/* - This file is part of GNU Taler - (C) 2022-2024 Taler Systems S.A. - GNU Taler is free software; you can redistribute it and/or modify it under the - terms of the GNU General Public License as published by the Free Software - Foundation; either version 3, or (at your option) any later version. - - GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY - WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - A PARTICULAR PURPOSE. See the GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along with - GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> - */ export interface StringsType { - // X-Domain or 'messages' domain: string; lang: string; completeness: number; - plural_forms: string; + 'plural_forms': string; locale_data: { messages: Record<string, unknown>; }; -} -export const strings: Record<string, StringsType> = {}; - -strings["it"] = { - locale_data: { - messages: { - "": { - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "it", - }, - } - }, - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "it", - completeness: 14, }; +export const strings: Record<string,StringsType> = {}; -strings["es"] = { - locale_data: { - messages: { +strings['de'] = { + "locale_data": { + "messages": { "": { - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "es", - }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n != 1);" + } } }, - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "es", - completeness: 100, + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n != 1);", + "completeness": null }; -strings["en"] = { - locale_data: { - messages: { - "": { - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "en", - }, - } - }, - domain: "messages", - plural_forms: "nplurals=2; plural=(n != 1);", - lang: "en", - completeness: 100, -}; - -strings["de"] = { - locale_data: { - messages: { - "": { - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "de", - }, - } - }, - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "de", - completeness: 4, -}; diff --git a/packages/kyc-ui/src/i18n/strings.ts b/packages/kyc-ui/src/i18n/strings.ts @@ -10,771 +10,5263 @@ export interface StringsType { }; export const strings: Record<string,StringsType> = {}; +strings['he'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3));", + "lang": "he" + }, + "Show debug info": [ + "" + ], + "Kyc completed": [ + "" + ], + "You will be redirected to nowhere": [ + "" + ], + "Internal error, please report.": [ + "" + ], + "Customer identification": [ + "" + ], + "Preferences": [ + "" + ], + "Show more information": [ + "" + ], + "Hide debug info": [ + "" + ], + "The request reached a timeout, check your connection.": [ + "" + ], + "The request was cancelled.": [ + "" + ], + "Too many requests were made to the server, and this action was throttled.": [ + "" + ], + "The server's response was malformed.": [ + "" + ], + "Could not complete the request due to a network problem.": [ + "" + ], + "Unexpected request error": [ + "" + ], + "Unexpected error": [ + "" + ], + "Show notifications": [ + "" + ], + "Open profile": [ + "" + ], + "Open settings": [ + "" + ], + "Menu": [ + "" + ], + "Close panel": [ + "" + ], + "Log out": [ + "" + ], + "Sites": [ + "" + ], + "Learn more about %1$s": [ + "" + ], + "never": [ + "" + ], + "in %1$s": [ + "" + ], + "%1$s ago": [ + "" + ], + "First page": [ + "" + ], + "Next": [ + "" + ], + "Request timeout": [ + "" + ], + "Request cancelled": [ + "" + ], + "Request throttled": [ + "" + ], + "Malformed response": [ + "" + ], + "Network error": [ + "" + ], + "Unhandled failure, please report. Code %1$s": [ + "" + ], + "Operation failed.": [ + "" + ], + "Unexpected error, this is likely a bug. Please report ": [ + "" + ], + "The operation failed.": [ + "" + ], + "The server version is not supported. Supported version \"%1$s\", server version \"%2$s\"": [ + "" + ], + "Terms of service": [ + "" + ], + "You must open/download the terms of service to proceed": [ + "" + ], + "View in Browser": [ + "" + ], + "Download PDF version": [ + "" + ], + "You must download to proceed": [ + "" + ], + "Do you accept the terms of service?": [ + "" + ], + "Challenger EMAIL": [ + "" + ], + "Challenge email ownership.": [ + "" + ], + "E-Mail": [ + "" + ], + "Challenger POSTAL": [ + "" + ], + "Challenge address ownership.": [ + "" + ], + "Name": [ + "" + ], + "Address": [ + "" + ], + "Country": [ + "" + ], + "Challenger SMS": [ + "" + ], + "Challenge phone number ownership.": [ + "" + ], + "Phone": [ + "" + ], + "Generic note": [ + "" + ], + "Free-form, generic note": [ + "" + ], + "Note / Memorandum": [ + "" + ], + "Free-form notes": [ + "" + ], + "Supplemental File Upload": [ + "" + ], + "Optional supplemental information for the establishment of the business relationship with the customer.": [ + "" + ], + "Supplemental Files": [ + "" + ], + "Description": [ + "" + ], + "File (PDF)": [ + "" + ], + "GmbH": [ + "" + ], + "GmbH i.G.": [ + "" + ], + "UG": [ + "" + ], + "UG i.G.": [ + "" + ], + "UHG": [ + "" + ], + "KG": [ + "" + ], + "e.V.": [ + "" + ], + "e.V. i.G.": [ + "" + ], + "eG": [ + "" + ], + "eG i.G.": [ + "" + ], + "PartG": [ + "" + ], + "e.K.": [ + "" + ], + "AG (nicht börsennotiert)": [ + "" + ], + "AG (börsennotiert)": [ + "" + ], + "GbR": [ + "" + ], + "n.e.V.": [ + "" + ], + "Partei": [ + "" + ], + "WEG": [ + "" + ], + "Anderes": [ + "" + ], + "invalid format": [ + "" + ], + "it can't be in the future": [ + "" + ], + "it can't be greater than 120 years": [ + "" + ], + "Invalid e-mail address": [ + "" + ], + "Invalid phone number": [ + "" + ], + "Personal Details": [ + "" + ], + "Personal details of the authorised representative.": [ + "" + ], + "First name(s)": [ + "" + ], + "As on your ID document": [ + "" + ], + "Last name": [ + "" + ], + "Date of birth": [ + "" + ], + "Nationality": [ + "" + ], + "Phone number": [ + "" + ], + "Company information": [ + "" + ], + "Name of the company": [ + "" + ], + "Legal form": [ + "" + ], + "Legal form (free-form entry for other)": [ + "" + ], + "Commercial register number": [ + "" + ], + "Seat of the register court": [ + "" + ], + "Founding date": [ + "" + ], + "Is the company a non-profit organization?": [ + "" + ], + "Industry": [ + "" + ], + "Company address": [ + "" + ], + "Tax information": [ + "" + ], + "Business identification number or tax number": [ + "" + ], + "Was the company incorporated in the USA or under US law?": [ + "" + ], + "Economically active or inactive?": [ + "" + ], + "Eligible for input tax deduction": [ + "" + ], + "Persons": [ + "" + ], + "Please list all legal representatives, shareholders/partners, and authorized signatories.": [ + "" + ], + "Legal representatives / shareholders / partners / authorized signatories": [ + "" + ], + "Type of representative": [ + "" + ], + "New Customer Identification": [ + "" + ], + "Confirmation": [ + "" + ], + "Confirmation of private customer / wallet.": [ + "" + ], + "Please confirm that you are a private customer that wants to redeem their wallet balance.": [ + "" + ], + "Upload multiple documents": [ + "" + ], + "Upload multiple documents.": [ + "" + ], + "Document upload (%1$s)": [ + "" + ], + "Simple form": [ + "" + ], + "Full Name": [ + "" + ], + "Birthdate": [ + "" + ], + "Comment": [ + "" + ], + "Resolution": [ + "" + ], + "New state": [ + "" + ], + "Frozen": [ + "" + ], + "Pending": [ + "" + ], + "Normal": [ + "" + ], + "New threshold": [ + "" + ], + "Establishing of the controlling person of operating legal entities and partnerships both not quoted on the stock exchange (K)": [ + "" + ], + "for operating legal entities and partnerships that are contracting partner as well as analogously for operating legal entities and partnership that are beneficial owners": [ + "" + ], + "Establishment of the controlling person (submitted by customer)": [ + "" + ], + "Contracting partner": [ + "" + ], + "Controlling person(s)": [ + "" + ], + "Reason for control": [ + "" + ], + "Holding 25% or more": [ + "" + ], + "The person(s) listed below is/are holding 25% or more of the contracting partner's shares (capital shares or voting rights)": [ + "" + ], + "Other way": [ + "" + ], + "If the capital shares or voting rights cannot be determined or in case there are no capital shares or voting rights 25% or more, the contracting partner hereby declares that the person(s) listed below is/are controlling the contracting partner in other ways": [ + "" + ], + "Managing director": [ + "" + ], + "In case this/these person(s) cannot be determined or this/these person(s) does/do not exist, the contracting partner hereby declares that the person(s) listed below is/are the managing director(s)": [ + "" + ], + "Can't be empty": [ + "" + ], + "Full name": [ + "" + ], + "Actual address of domicile": [ + "" + ], + "Fiduciary holding assets": [ + "" + ], + "Is a third person the beneficial owner of the assets held in the account/securities account?": [ + "" + ], + "Yes": [ + "" + ], + "No": [ + "" + ], + "Signature(s)": [ + "" + ], + "It is a criminal offence to deliberately provide false information on this form (article 251 of the Swiss Criminal Code, documents forgery)": [ + "" + ], + "The contracting partner hereby undertakes to inform automatically of any changes to the information contained herein.": [ + "" + ], + "Date": [ + "" + ], + "Establishment of the controlling person (submitted by AML officer)": [ + "" + ], + "Signed Declaration": [ + "" + ], + "Signed declaration by the customer": [ + "" + ], + "The uploaded document must contain the customer's signature on the beneficial owner declaration.": [ + "" + ], + "Signed Document": [ + "" + ], + "Special Clarifications": [ + "" + ], + "When a business relationship or transaction is associated with increased risk, appears unusual or evidence exists that the assets are the proceeds of a felony or a qualified tax offence, the member has to perform additional clarifications.": [ + "" + ], + "Reason for special clarifications": [ + "" + ], + "Reason": [ + "" + ], + "Description of the circumstances/transactions, which triggered the special clarifications": [ + "" + ], + "can't be empty": [ + "" + ], + "Used means of clarification": [ + "" + ], + "Means": [ + "" + ], + "Gathering of information from the customer, beneficial owner of the assets, controlling person": [ + "" + ], + "Consultation of generally accessible sources and databases": [ + "" + ], + "Enquiries with trustworthy persons": [ + "" + ], + "Other, which?": [ + "" + ], + "Other means of clarification:": [ + "" + ], + "Optional supplemental information for the special clarifications.": [ + "" + ], + "Summary and plausbility check of the gathered information": [ + "" + ], + "The results of the clarifications have to be documented and their plausibility has to be checked.": [ + "" + ], + "Summary": [ + "" + ], + "Gathered/Consulted documents": [ + "" + ], + "Result of the special clarification": [ + "" + ], + "Result": [ + "" + ], + "No suspicion": [ + "" + ], + "The plausibility of the circumstances could be checked, no reasonable suspicion pursuant to Art. 9 AMLA (possibly update of customer profile and/or risk profile)": [ + "" + ], + "Reasonable suspicion": [ + "" + ], + "Reasonable suspicion pursuant to Art. 9 AMLA, duty to file a report with MROS": [ + "" + ], + "Simple suspicion": [ + "" + ], + "Simple suspicion pursuant to Art. 305 Para. 2 StGB, right to notify MROS": [ + "" + ], + "Other, what?": [ + "" + ], + "Result clarification": [ + "" + ], + "The customer is the person with whom the member concludes the contract with regard to the financial service provided (civil law). Does the\n member act as director of a domiciliary company, this domiciliary company is the customer.": [ + "" + ], + "Identification Form (customer)": [ + "" + ], + "The customer has to be identified on entering into a permanent business relationship or on concluding a cash transaction, which meets the according threshold.": [ + "" + ], + "Correspondence language:": [ + "" + ], + "English": [ + "" + ], + "German": [ + "" + ], + "French": [ + "" + ], + "Italian": [ + "" + ], + "Identification form (basic customer information)": [ + "" + ], + "Information on customer": [ + "" + ], + "Customer type": [ + "" + ], + "Natural person (incl. sole proprietors)": [ + "" + ], + "Legal entity": [ + "" + ], + "Applicable if customer is a natural person": [ + "" + ], + "Residential address in Switzerland": [ + "" + ], + "Telephone": [ + "" + ], + "E-mail": [ + "" + ], + "Copy of identification document": [ + "" + ], + "Only official government IDs (incl. passports) are accepted. Please scan both sides if applicable.": [ + "" + ], + "Sole proprietor": [ + "" + ], + "Information on customer (sole proprietor)": [ + "" + ], + "Applicable only if customer is a sole proprietor": [ + "" + ], + "Company name": [ + "" + ], + "Registered office": [ + "" + ], + "Company identification document": [ + "" + ], + "Information on customer (legal entity)": [ + "" + ], + "Applicable if customer is a legal entity": [ + "" + ], + "Domicile": [ + "" + ], + "Contact person": [ + "" + ], + "Copy of identification document (not older than 12 months)": [ + "" + ], + "Correspondence Preferences": [ + "" + ], + "Information on the natural persons who establish the business relationship for legal entities and partnerships": [ + "" + ], + "For legal entities and partnerships the identity of the natural persons who establish the business relationship must be verified.": [ + "" + ], + "Establishers of the legal relationship": [ + "" + ], + "Residential address": [ + "" + ], + "Signing authority of the person": [ + "" + ], + "Power of attorney arrangements": [ + "" + ], + "Other type of signing authority": [ + "" + ], + "Evidence of signing authority:": [ + "" + ], + "Company register extract": [ + "" + ], + "Mandate": [ + "" + ], + "Other": [ + "" + ], + "Specify other way of establishing signing authority:": [ + "" + ], + "Copy of document that serves as evidence of signing authority:": [ + "" + ], + "Customer classification": [ + "" + ], + "Classification for the establishment of the beneficial owner of the assets and/or controlling person": [ + "" + ], + "The customer is:": [ + "" + ], + "A natural person and there are no doubts that this person is the sole beneficial owner of the assets": [ + "" + ], + "An operational legal entity or partnership": [ + "" + ], + "A foundation (or a similar construct; incl. underlying companies)": [ + "" + ], + "A trust (incl. underlying companies)": [ + "" + ], + "A life insurance policy with separately managed accounts / securities accounts (so-called insurance wrappers)": [ + "" + ], + "Identification Form (acceptance)": [ + "" + ], + "Acceptance of business relationship": [ + "" + ], + "Date (conclusion of contract):": [ + "" + ], + "Accepted via:": [ + "" + ], + "Face to face": [ + "" + ], + "Authenticated copy of identification document": [ + "" + ], + "Residentail address validated": [ + "" + ], + "Further information:": [ + "" + ], + "Evaluation with regard to embargo procedures/terrorism lists on establishing the business relationship": [ + "" + ], + "Verification whether the customer, beneficial owners of the assets, controlling persons, authorized representatives or other involved persons are listed on an embargo/terrorism list.": [ + "" + ], + "Embargo/terrorism status:": [ + "" + ], + "Not listed on embargo/terrorism list.": [ + "" + ], + "Listed on embargo/terrorism list.": [ + "" + ], + "Embargo/terrorism information:": [ + "" + ], + "Verification date": [ + "" + ], + "Supplemental files": [ + "" + ], + "Risk Profile AMLA": [ + "" + ], + "Evaluation of politically exposed persons (PEP-Check)": [ + "" + ], + "This evaluation has to be completed by all members for every business relationship.": [ + "" + ], + "Foreign PEP": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative a foreign PEP or closely related to such a person?": [ + "" + ], + "Domestic PEP": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative a domestic PEP or closely related to such a person?": [ + "" + ], + "PEP of International Organisatons": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative a PEP in International Organizations or closely related to such a person?": [ + "" + ], + "Acceptance date": [ + "" + ], + "When the decision of the Senior executive body on the acceptance of a business relationship with a PEP was obtain on.": [ + "" + ], + "Evaluation \"high risk\" or non-cooperative country": [ + "" + ], + "High-risk or non-cooperative country": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative in a country considered by the FATF as high-risk or non-cooperative and for which FATF requires increased diligence?": [ + "" + ], + "When the decision of the Senior executive body on the acceptance of such a business relationship was obtained on.": [ + "" + ], + "Evaluation of business relationship risk": [ + "" + ], + "Country risk": [ + "" + ], + "Applicable country risk types": [ + "" + ], + "Nationality of the customer": [ + "" + ], + "Nationality of the beneficial owner of the assets": [ + "" + ], + "Domicile/residential address of the customer": [ + "" + ], + "Domicile/residential address of the beneficial owner of the assets": [ + "" + ], + "Domicile/residential address of the controlling person": [ + "" + ], + "Country risk level (nationality)": [ + "" + ], + "Risk category according to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "Low (Risk 0)": [ + "" + ], + "Risk 0 acc. to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "Medium (Risk 1)": [ + "" + ], + "Risk 1 acc. to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "High (Risk 2)": [ + "" + ], + "Risk 2 acc. to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "Country risk type (place of business activity)": [ + "" + ], + "Customer": [ + "" + ], + "Beneficial owner": [ + "" + ], + "Country risk level (business activity)": [ + "" + ], + "Industry risk": [ + "" + ], + "Industry risk source": [ + "" + ], + "Beneficial owner of the assets": [ + "" + ], + "Industry risk level": [ + "" + ], + "Clearly defined, transparent, easily comprehensible business activity well known to the member.": [ + "" + ], + "Business activity with a high level of cash transactions.": [ + "" + ], + "Business activity not well known to the member.": [ + "" + ], + "Trade in munitions/arms, raw gem stones/diamonds, jewellery, international trade in exotic animals, casino and lottery business, trade in erotic wares.": [ + "" + ], + "Member has no personal knowledge of the customer’s industry.": [ + "" + ], + "Contact risk": [ + "" + ], + "Type of contact to the customer/benefcial owner of the assets.": [ + "" + ], + "Contact risk level": [ + "" + ], + "Personal acquaintance between member and customer/beneficial owner of the assets over several years (at least 2) prior to entering into the business relationship": [ + "" + ], + "The customer/beneficial owner was not personally known to the member for several years (at least 2) prior to entering into the business relationship; however (a) no business was entered into in the absence of the customer/beneficial owner, or (b) the customer was at least introduced/brokered by a trusted third party.": [ + "" + ], + "The customer/beneficial owner was not personally known to the member and business was entered into in the absence of the former (relationship by correspondence) and the customer was not introduced/brokered by a trusted third party.": [ + "" + ], + "Summary evaluation": [ + "" + ], + "Justification for risk assessment": [ + "" + ], + "Risk classification": [ + "" + ], + "Conclusion whether the business relationship is with or without increased risk.": [ + "" + ], + "No high risk": [ + "" + ], + "High risk": [ + "" + ], + "When the decision of the Senior executive body on the acceptance of a business relationship with increased risk was obtained on.": [ + "" + ], + "Customer Profile": [ + "" + ], + "The information below has to refer to the persons from whom the assets originate ultimately (e.g. beneficial owner of the assets, founder/creator of a trust or foundation). Is the customer an operational legal entity or partnership the information may refer to the entity itself (not to the controlling person), unless the entity holds the assets in trust for a third party.": [ + "" + ], + "Business activity": [ + "" + ], + "Profession, business activities, etc. (former, current, potentially planned)": [ + "" + ], + "Financial circumstances": [ + "" + ], + "Income and assets, liabilities (estimated)": [ + "" + ], + "Origin of the deposited assets involved": [ + "" + ], + "Will the the customer deposit assets with Taler Operations AG?": [ + "" + ], + "Nature, amount and currency of deposited assets.": [ + "" + ], + "Category": [ + "" + ], + "Savings": [ + "" + ], + "Own business operations": [ + "" + ], + "Inheritance": [ + "" + ], + "Category clarification": [ + "" + ], + "Detail description of the origings/economical background of the assets involved in the business relationship": [ + "" + ], + "Nature and purpose of the business relationship": [ + "" + ], + "Purpose of the business relationship": [ + "" + ], + "Information on the planned development of the business relationship and the assets": [ + "" + ], + "Detail on usual business volume": [ + "" + ], + "Relationship with third parties": [ + "" + ], + "Relation of the customer to the beneficial owner, controlling persons, authorised signatories and other persons involved in the business relationship": [ + "" + ], + "Relation to other AMLA-Files": [ + "" + ], + "Introducer / agents / references": [ + "" + ], + "Further information": [ + "" + ], + "Other relevant information": [ + "" + ], + "Declaration of identity of the beneficial owner (A)": [ + "" + ], + "Declaration of identity of the beneficial owner": [ + "" + ], + "Beneficial owner details": [ + "" + ], + "Beneficial owner(s)": [ + "" + ], + "The person(s) listed below is/are the beneficial owner(s) of the assets involved in the business relationship. If the contracting partner is also the sole beneficial owner of the assets, the contracting partner's detail must be set out below": [ + "" + ], + "Domicile address": [ + "" + ], + "January": [ + "" + ], + "February": [ + "" + ], + "March": [ + "" + ], + "April": [ + "" + ], + "May": [ + "" + ], + "June": [ + "" + ], + "July": [ + "" + ], + "August": [ + "" + ], + "September": [ + "" + ], + "October": [ + "" + ], + "November": [ + "" + ], + "December": [ + "" + ], + "Previous year": [ + "" + ], + "Next year": [ + "" + ], + "Previous month": [ + "" + ], + "Next month": [ + "" + ], + "Cancel": [ + "" + ], + "Remove": [ + "" + ], + "Confirm": [ + "" + ], + "Add new...": [ + "" + ], + "No element found": [ + "" + ], + "%1$s (Classification level %2$s)": [ + "" + ], + "years": [ + "" + ], + "months": [ + "" + ], + "days": [ + "" + ], + "hours": [ + "" + ], + "minutes": [ + "" + ], + "seconds": [ + "" + ], + "Upload a file": [ + "" + ], + "Download a copy.": [ + "" + ], + "Missing fields": [ + "" + ], + "Simple comment": [ + "" + ], + "Terms of Service": [ + "" + ], + "Name and birthdate": [ + "" + ], + "required": [ + "" + ], + "Validation function failed. Contact developers %1$s": [ + "" + ], + "The form is too big for the server, try uploading smaller files.": [ + "" + ], + "The account was not found": [ + "" + ], + "Officer disabled or more recent decision was already submitted.": [ + "" + ], + "Debug information about the values in the form": [ + "" + ], + "Submit": [ + "" + ], + "Could not load context information": [ + "" + ], + "Could not find form": [ + "" + ], + "Form with id '%1$s' is not registered in this application.": [ + "" + ], + "Can't upload information": [ + "" + ], + "The KYC requirement doesn't have an ID": [ + "" + ], + "Mandatory identification requirements are satisfied": [ + "" + ], + "Process completed": [ + "" + ], + "You can close this window now.": [ + "" + ], + "Please, complete the following requirement:": [ + "" + ], + "Please, complete any of the following requirements:": [ + "" + ], + "not found": [ + "" + ], + "conflict": [ + "" + ], + "payload is too large": [ + "" + ], + "Link generated, you can proceed.": [ + "" + ], + "%1$s": [ + "" + ], + "Generate link": [ + "" + ], + "Open link": [ + "" + ], + "Form": [ + "" + ], + "Fill form": [ + "" + ], + "Trigger KYC balance": [ + "" + ], + "You can also use the formId in the UR after \"/test/show-forms/$FORM_ID\"": [ + "" + ], + "Trigger KYC Balance": [ + "" + ], + "Amount": [ + "" + ], + "No kyc triggered.": [ + "" + ], + "Forbidden.": [ + "" + ], + "Not found.": [ + "" + ], + "Conflict.": [ + "" + ], + "This actions will trigger wallet balance kyc above 1000000 threshold, the exchange should be properly configured to trigger the desired kyc flow.": [ + "" + ], + "Trigger TOPS Terms of service": [ + "" + ], + "Trigger GLS onboarding": [ + "" + ], + "Trigger VQF 902.1": [ + "" + ], + "Trigger VQF 902.4": [ + "" + ], + "Trigger VQF 902.5": [ + "" + ], + "Trigger VQF 902.9": [ + "" + ], + "Trigger VQF 902.11": [ + "" + ], + "Trigger VQF 902.12": [ + "" + ], + "Trigger VQF 902.13": [ + "" + ], + "Trigger VQF 902.14": [ + "" + ], + "Trigger VQF 902.15": [ + "" + ], + "Challenger test": [ + "" + ], + "Trigger VQF 902.9 customer": [ + "" + ], + "Trigger VQF 902.9 officer": [ + "" + ], + "The URL is wrong": [ + "" + ], + "Maybe the validation check expired.": [ + "" + ], + "Are you a cross-border truck driver?": [ + "" + ], + "How much is in your pockets?": [ + "" + ], + "KYC_REQUIREMENT_LINK_DESCRIPTION\u0004%1$s": [ + "" + ], + "KYC_REQUIREMENT_INFO_DESCRIPTION\u0004%1$s": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3));", + "lang": "he", + "completeness": 0 +}; + strings['es'] = { "locale_data": { "messages": { "": { "domain": "messages", "plural_forms": "nplurals=2; plural=n != 1;", - "lang": "es" + "lang": "es" + }, + "Show debug info": [ + "Mostrar informacion de depuracion" + ], + "Kyc completed": [ + "KYC completado" + ], + "You will be redirected to nowhere": [ + "Serias redirigido a ningun lugar" + ], + "Internal error, please report.": [ + "Error interno, por favor reporte." + ], + "Customer identification": [ + "Identificacion de cliente" + ], + "Preferences": [ + "Preferencias" + ], + "Show more information": [ + "Mostrar confirmación de extracción" + ], + "Hide debug info": [ + "Mostrar informacion de depuracion" + ], + "The request reached a timeout, check your connection.": [ + "" + ], + "The request was cancelled.": [ + "" + ], + "Too many requests were made to the server, and this action was throttled.": [ + "" + ], + "The server's response was malformed.": [ + "" + ], + "Could not complete the request due to a network problem.": [ + "" + ], + "Unexpected request error": [ + "" + ], + "Unexpected error": [ + "" + ], + "Show notifications": [ + "Identificacion de cliente" + ], + "Open profile": [ + "" + ], + "Open settings": [ + "" + ], + "Menu": [ + "" + ], + "Close panel": [ + "" + ], + "Log out": [ + "" + ], + "Sites": [ + "" + ], + "Learn more about %1$s": [ + "" + ], + "never": [ + "" + ], + "in %1$s": [ + "%1$s" + ], + "%1$s ago": [ + "%1$s" + ], + "First page": [ + "" + ], + "Next": [ + "" + ], + "Request timeout": [ + "" + ], + "Request cancelled": [ + "" + ], + "Request throttled": [ + "" + ], + "Malformed response": [ + "" + ], + "Network error": [ + "" + ], + "Unhandled failure, please report. Code %1$s": [ + "" + ], + "Operation failed.": [ + "" + ], + "Unexpected error, this is likely a bug. Please report ": [ + "" + ], + "The operation failed.": [ + "" + ], + "The server version is not supported. Supported version \"%1$s\", server version \"%2$s\"": [ + "" + ], + "Terms of service": [ + "Terminos de servicio" + ], + "You must open/download the terms of service to proceed": [ + "" + ], + "View in Browser": [ + "" + ], + "Download PDF version": [ + "" + ], + "You must download to proceed": [ + "" + ], + "Do you accept the terms of service?": [ + "¿Acepta los términos de servicio?" + ], + "Challenger EMAIL": [ + "Probar challenger" + ], + "Challenge email ownership.": [ + "" + ], + "E-Mail": [ + "" + ], + "Challenger POSTAL": [ + "Probar challenger" + ], + "Challenge address ownership.": [ + "Probar challenger" + ], + "Name": [ + "Nombre completo" + ], + "Address": [ + "" + ], + "Country": [ + "Monto" + ], + "Challenger SMS": [ + "Probar challenger" + ], + "Challenge phone number ownership.": [ + "" + ], + "Phone": [ + "" + ], + "Generic note": [ + "" + ], + "Free-form, generic note": [ + "" + ], + "Note / Memorandum": [ + "" + ], + "Free-form notes": [ + "" + ], + "Supplemental File Upload": [ + "" + ], + "Optional supplemental information for the establishment of the business relationship with the customer.": [ + "" + ], + "Supplemental Files": [ + "" + ], + "Description": [ + "" + ], + "File (PDF)": [ + "" + ], + "GmbH": [ + "" + ], + "GmbH i.G.": [ + "" + ], + "UG": [ + "" + ], + "UG i.G.": [ + "" + ], + "UHG": [ + "" + ], + "KG": [ + "" + ], + "e.V.": [ + "" + ], + "e.V. i.G.": [ + "" + ], + "eG": [ + "" + ], + "eG i.G.": [ + "" + ], + "PartG": [ + "" + ], + "e.K.": [ + "" + ], + "AG (nicht börsennotiert)": [ + "" + ], + "AG (börsennotiert)": [ + "" + ], + "GbR": [ + "" + ], + "n.e.V.": [ + "" + ], + "Partei": [ + "" + ], + "WEG": [ + "" + ], + "Anderes": [ + "" + ], + "invalid format": [ + "Llenar el formulario" + ], + "it can't be in the future": [ + "" + ], + "it can't be greater than 120 years": [ + "" + ], + "Invalid e-mail address": [ + "" + ], + "Invalid phone number": [ + "" + ], + "Personal Details": [ + "" + ], + "Personal details of the authorised representative.": [ + "" + ], + "First name(s)": [ + "" + ], + "As on your ID document": [ + "" + ], + "Last name": [ + "" + ], + "Date of birth": [ + "" + ], + "Nationality": [ + "" + ], + "Phone number": [ + "" + ], + "Company information": [ + "" + ], + "Name of the company": [ + "" + ], + "Legal form": [ + "Llenar el formulario" + ], + "Legal form (free-form entry for other)": [ + "" + ], + "Commercial register number": [ + "" + ], + "Seat of the register court": [ + "" + ], + "Founding date": [ + "" + ], + "Is the company a non-profit organization?": [ + "" + ], + "Industry": [ + "" + ], + "Company address": [ + "" + ], + "Tax information": [ + "" + ], + "Business identification number or tax number": [ + "" + ], + "Was the company incorporated in the USA or under US law?": [ + "" + ], + "Economically active or inactive?": [ + "" + ], + "Eligible for input tax deduction": [ + "" + ], + "Persons": [ + "" + ], + "Please list all legal representatives, shareholders/partners, and authorized signatories.": [ + "" + ], + "Legal representatives / shareholders / partners / authorized signatories": [ + "" + ], + "Type of representative": [ + "" + ], + "New Customer Identification": [ + "Identificacion de cliente" + ], + "Confirmation": [ + "" + ], + "Confirmation of private customer / wallet.": [ + "" + ], + "Please confirm that you are a private customer that wants to redeem their wallet balance.": [ + "" + ], + "Upload multiple documents": [ + "" + ], + "Upload multiple documents.": [ + "" + ], + "Document upload (%1$s)": [ + "" + ], + "Simple form": [ + "Formulario simple" + ], + "Full Name": [ + "Nombre completo" + ], + "Birthdate": [ + "Fecha de nacimiento" + ], + "Comment": [ + "Comentario" + ], + "Resolution": [ + "Resolucion" + ], + "New state": [ + "Nuevo estado" + ], + "Frozen": [ + "Congelado" + ], + "Pending": [ + "Pendiente" + ], + "Normal": [ + "Normal" + ], + "New threshold": [ + "Nuevo limite" + ], + "Establishing of the controlling person of operating legal entities and partnerships both not quoted on the stock exchange (K)": [ + "Constitución de la persona controladora de las personas jurídicas y sociedades operativas que no cotizan en bolsa (K)" + ], + "for operating legal entities and partnerships that are contracting partner as well as analogously for operating legal entities and partnership that are beneficial owners": [ + "para personas jurídicas operativas y sociedades que sean socios contratantes, así como análogamente para personas jurídicas operativas y sociedades que sean beneficiarios finales" + ], + "Establishment of the controlling person (submitted by customer)": [ + "" + ], + "Contracting partner": [ + "" + ], + "Controlling person(s)": [ + "" + ], + "Reason for control": [ + "" + ], + "Holding 25% or more": [ + "" + ], + "The person(s) listed below is/are holding 25% or more of the contracting partner's shares (capital shares or voting rights)": [ + "" + ], + "Other way": [ + "" + ], + "If the capital shares or voting rights cannot be determined or in case there are no capital shares or voting rights 25% or more, the contracting partner hereby declares that the person(s) listed below is/are controlling the contracting partner in other ways": [ + "" + ], + "Managing director": [ + "" + ], + "In case this/these person(s) cannot be determined or this/these person(s) does/do not exist, the contracting partner hereby declares that the person(s) listed below is/are the managing director(s)": [ + "" + ], + "Can't be empty": [ + "" + ], + "Full name": [ + "Nombre completo" + ], + "Actual address of domicile": [ + "" + ], + "Fiduciary holding assets": [ + "" + ], + "Is a third person the beneficial owner of the assets held in the account/securities account?": [ + "" + ], + "Yes": [ + "Si" + ], + "No": [ + "No" + ], + "Signature(s)": [ + "" + ], + "It is a criminal offence to deliberately provide false information on this form (article 251 of the Swiss Criminal Code, documents forgery)": [ + "" + ], + "The contracting partner hereby undertakes to inform automatically of any changes to the information contained herein.": [ + "" + ], + "Date": [ + "" + ], + "Establishment of the controlling person (submitted by AML officer)": [ + "" + ], + "Signed Declaration": [ + "" + ], + "Signed declaration by the customer": [ + "" + ], + "The uploaded document must contain the customer's signature on the beneficial owner declaration.": [ + "" + ], + "Signed Document": [ + "Comentario simple" + ], + "Special Clarifications": [ + "Clarificaciones especiales" + ], + "When a business relationship or transaction is associated with increased risk, appears unusual or evidence exists that the assets are the proceeds of a felony or a qualified tax offence, the member has to perform additional clarifications.": [ + "Cuando una relación o transacción comercial esté asociada a un mayor riesgo, parezca inusual o exista evidencia de que los activos son producto de un delito grave o un delito fiscal calificado, el miembro deberá realizar aclaraciones adicionales." + ], + "Reason for special clarifications": [ + "Clarificaciones especiales" + ], + "Reason": [ + "" + ], + "Description of the circumstances/transactions, which triggered the special clarifications": [ + "" + ], + "can't be empty": [ + "" + ], + "Used means of clarification": [ + "Clarificaciones especiales" + ], + "Means": [ + "" + ], + "Gathering of information from the customer, beneficial owner of the assets, controlling person": [ + "" + ], + "Consultation of generally accessible sources and databases": [ + "" + ], + "Enquiries with trustworthy persons": [ + "" + ], + "Other, which?": [ + "" + ], + "Other means of clarification:": [ + "" + ], + "Optional supplemental information for the special clarifications.": [ + "" + ], + "Summary and plausbility check of the gathered information": [ + "" + ], + "The results of the clarifications have to be documented and their plausibility has to be checked.": [ + "" + ], + "Summary": [ + "" + ], + "Gathered/Consulted documents": [ + "" + ], + "Result of the special clarification": [ + "Clarificaciones especiales" + ], + "Result": [ + "" + ], + "No suspicion": [ + "" + ], + "The plausibility of the circumstances could be checked, no reasonable suspicion pursuant to Art. 9 AMLA (possibly update of customer profile and/or risk profile)": [ + "" + ], + "Reasonable suspicion": [ + "" + ], + "Reasonable suspicion pursuant to Art. 9 AMLA, duty to file a report with MROS": [ + "" + ], + "Simple suspicion": [ + "Comentario simple" + ], + "Simple suspicion pursuant to Art. 305 Para. 2 StGB, right to notify MROS": [ + "" + ], + "Other, what?": [ + "" + ], + "Result clarification": [ + "Clarificaciones especiales" + ], + "The customer is the person with whom the member concludes the contract with regard to the financial service provided (civil law). Does the\n member act as director of a domiciliary company, this domiciliary company is the customer.": [ + "" + ], + "Identification Form (customer)": [ + "Formulario de identificacion" + ], + "The customer has to be identified on entering into a permanent business relationship or on concluding a cash transaction, which meets the according threshold.": [ + "El cliente deberá ser identificado al iniciar una relación comercial permanente o al concluir una transacción en efectivo que cumpla el umbral correspondiente." + ], + "Correspondence language:": [ + "" + ], + "English": [ + "" + ], + "German": [ + "" + ], + "French": [ + "" + ], + "Italian": [ + "" + ], + "Identification form (basic customer information)": [ + "" + ], + "Information on customer": [ + "" + ], + "Customer type": [ + "Perfil del cliente" + ], + "Natural person (incl. sole proprietors)": [ + "" + ], + "Legal entity": [ + "" + ], + "Applicable if customer is a natural person": [ + "" + ], + "Residential address in Switzerland": [ + "" + ], + "Telephone": [ + "" + ], + "E-mail": [ + "" + ], + "Copy of identification document": [ + "Formulario de identificacion" + ], + "Only official government IDs (incl. passports) are accepted. Please scan both sides if applicable.": [ + "" + ], + "Sole proprietor": [ + "" + ], + "Information on customer (sole proprietor)": [ + "" + ], + "Applicable only if customer is a sole proprietor": [ + "" + ], + "Company name": [ + "" + ], + "Registered office": [ + "" + ], + "Company identification document": [ + "Identificacion de cliente" + ], + "Information on customer (legal entity)": [ + "" + ], + "Applicable if customer is a legal entity": [ + "" + ], + "Domicile": [ + "" + ], + "Contact person": [ + "" + ], + "Copy of identification document (not older than 12 months)": [ + "" + ], + "Correspondence Preferences": [ + "" + ], + "Information on the natural persons who establish the business relationship for legal entities and partnerships": [ + "" + ], + "For legal entities and partnerships the identity of the natural persons who establish the business relationship must be verified.": [ + "" + ], + "Establishers of the legal relationship": [ + "" + ], + "Residential address": [ + "" + ], + "Signing authority of the person": [ + "" + ], + "Power of attorney arrangements": [ + "" + ], + "Other type of signing authority": [ + "" + ], + "Evidence of signing authority:": [ + "" + ], + "Company register extract": [ + "" + ], + "Mandate": [ + "" + ], + "Other": [ + "" + ], + "Specify other way of establishing signing authority:": [ + "" + ], + "Copy of document that serves as evidence of signing authority:": [ + "" + ], + "Customer classification": [ + "Identificacion de cliente" + ], + "Classification for the establishment of the beneficial owner of the assets and/or controlling person": [ + "" + ], + "The customer is:": [ + "" + ], + "A natural person and there are no doubts that this person is the sole beneficial owner of the assets": [ + "" + ], + "An operational legal entity or partnership": [ + "" + ], + "A foundation (or a similar construct; incl. underlying companies)": [ + "" + ], + "A trust (incl. underlying companies)": [ + "" + ], + "A life insurance policy with separately managed accounts / securities accounts (so-called insurance wrappers)": [ + "Información sobre pólizas de seguro de vida con cuentas de gestión separada/cuentas de valores (las denominadas \"envoltorios de seguros\")" + ], + "Identification Form (acceptance)": [ + "Formulario de identificacion" + ], + "Acceptance of business relationship": [ + "" + ], + "Date (conclusion of contract):": [ + "" + ], + "Accepted via:": [ + "" + ], + "Face to face": [ + "" + ], + "Authenticated copy of identification document": [ + "" + ], + "Residentail address validated": [ + "" + ], + "Further information:": [ + "Identificacion de cliente" + ], + "Evaluation with regard to embargo procedures/terrorism lists on establishing the business relationship": [ + "" + ], + "Verification whether the customer, beneficial owners of the assets, controlling persons, authorized representatives or other involved persons are listed on an embargo/terrorism list.": [ + "" + ], + "Embargo/terrorism status:": [ + "" + ], + "Not listed on embargo/terrorism list.": [ + "" + ], + "Listed on embargo/terrorism list.": [ + "" + ], + "Embargo/terrorism information:": [ + "" + ], + "Verification date": [ + "Formulario de identificacion" + ], + "Supplemental files": [ + "" + ], + "Risk Profile AMLA": [ + "Perfil de riesgo AMLA" + ], + "Evaluation of politically exposed persons (PEP-Check)": [ + "" + ], + "This evaluation has to be completed by all members for every business relationship.": [ + "" + ], + "Foreign PEP": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative a foreign PEP or closely related to such a person?": [ + "" + ], + "Domestic PEP": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative a domestic PEP or closely related to such a person?": [ + "" + ], + "PEP of International Organisatons": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative a PEP in International Organizations or closely related to such a person?": [ + "" + ], + "Acceptance date": [ + "" + ], + "When the decision of the Senior executive body on the acceptance of a business relationship with a PEP was obtain on.": [ + "" + ], + "Evaluation \"high risk\" or non-cooperative country": [ + "" + ], + "High-risk or non-cooperative country": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative in a country considered by the FATF as high-risk or non-cooperative and for which FATF requires increased diligence?": [ + "" + ], + "When the decision of the Senior executive body on the acceptance of such a business relationship was obtained on.": [ + "" + ], + "Evaluation of business relationship risk": [ + "" + ], + "Country risk": [ + "" + ], + "Applicable country risk types": [ + "" + ], + "Nationality of the customer": [ + "" + ], + "Nationality of the beneficial owner of the assets": [ + "Declaración de identidad del beneficiario efectivo (A)" + ], + "Domicile/residential address of the customer": [ + "" + ], + "Domicile/residential address of the beneficial owner of the assets": [ + "" + ], + "Domicile/residential address of the controlling person": [ + "" + ], + "Country risk level (nationality)": [ + "" + ], + "Risk category according to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "Low (Risk 0)": [ + "" + ], + "Risk 0 acc. to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "Medium (Risk 1)": [ + "" + ], + "Risk 1 acc. to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "High (Risk 2)": [ + "" + ], + "Risk 2 acc. to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "Country risk type (place of business activity)": [ + "" + ], + "Customer": [ + "Perfil del cliente" + ], + "Beneficial owner": [ + "" + ], + "Country risk level (business activity)": [ + "" + ], + "Industry risk": [ + "" + ], + "Industry risk source": [ + "" + ], + "Beneficial owner of the assets": [ + "" + ], + "Industry risk level": [ + "" + ], + "Clearly defined, transparent, easily comprehensible business activity well known to the member.": [ + "" + ], + "Business activity with a high level of cash transactions.": [ + "" + ], + "Business activity not well known to the member.": [ + "" + ], + "Trade in munitions/arms, raw gem stones/diamonds, jewellery, international trade in exotic animals, casino and lottery business, trade in erotic wares.": [ + "" + ], + "Member has no personal knowledge of the customer’s industry.": [ + "" + ], + "Contact risk": [ + "" + ], + "Type of contact to the customer/benefcial owner of the assets.": [ + "" + ], + "Contact risk level": [ + "" + ], + "Personal acquaintance between member and customer/beneficial owner of the assets over several years (at least 2) prior to entering into the business relationship": [ + "" + ], + "The customer/beneficial owner was not personally known to the member for several years (at least 2) prior to entering into the business relationship; however (a) no business was entered into in the absence of the customer/beneficial owner, or (b) the customer was at least introduced/brokered by a trusted third party.": [ + "" + ], + "The customer/beneficial owner was not personally known to the member and business was entered into in the absence of the former (relationship by correspondence) and the customer was not introduced/brokered by a trusted third party.": [ + "" + ], + "Summary evaluation": [ + "" + ], + "Justification for risk assessment": [ + "" + ], + "Risk classification": [ + "Clarificaciones especiales" + ], + "Conclusion whether the business relationship is with or without increased risk.": [ + "" + ], + "No high risk": [ + "" + ], + "High risk": [ + "" + ], + "When the decision of the Senior executive body on the acceptance of a business relationship with increased risk was obtained on.": [ + "" + ], + "Customer Profile": [ + "Perfil del cliente" + ], + "The information below has to refer to the persons from whom the assets originate ultimately (e.g. beneficial owner of the assets, founder/creator of a trust or foundation). Is the customer an operational legal entity or partnership the information may refer to the entity itself (not to the controlling person), unless the entity holds the assets in trust for a third party.": [ + "La siguiente información debe referirse a las personas de las que proceden en última instancia los activos (por ejemplo, el beneficiario efectivo de los activos, el fundador o creador de un fideicomiso o fundación). Si el cliente es una entidad jurídica operativa o una sociedad, la información puede referirse a la propia entidad (no a la persona que ejerce el control), a menos que la entidad mantenga los activos en fideicomiso para un tercero." + ], + "Business activity": [ + "" + ], + "Profession, business activities, etc. (former, current, potentially planned)": [ + "" + ], + "Financial circumstances": [ + "" + ], + "Income and assets, liabilities (estimated)": [ + "" + ], + "Origin of the deposited assets involved": [ + "" + ], + "Will the the customer deposit assets with Taler Operations AG?": [ + "" + ], + "Nature, amount and currency of deposited assets.": [ + "" + ], + "Category": [ + "" + ], + "Savings": [ + "" + ], + "Own business operations": [ + "" + ], + "Inheritance": [ + "" + ], + "Category clarification": [ + "Clarificaciones especiales" + ], + "Detail description of the origings/economical background of the assets involved in the business relationship": [ + "" + ], + "Nature and purpose of the business relationship": [ + "" + ], + "Purpose of the business relationship": [ + "" + ], + "Information on the planned development of the business relationship and the assets": [ + "" + ], + "Detail on usual business volume": [ + "" + ], + "Relationship with third parties": [ + "" + ], + "Relation of the customer to the beneficial owner, controlling persons, authorised signatories and other persons involved in the business relationship": [ + "" + ], + "Relation to other AMLA-Files": [ + "" + ], + "Introducer / agents / references": [ + "" + ], + "Further information": [ + "Identificacion de cliente" + ], + "Other relevant information": [ + "" + ], + "Declaration of identity of the beneficial owner (A)": [ + "Declaración de identidad del beneficiario efectivo (A)" + ], + "Declaration of identity of the beneficial owner": [ + "Declaración de identidad del beneficiario efectivo (A)" + ], + "Beneficial owner details": [ + "" + ], + "Beneficial owner(s)": [ + "" + ], + "The person(s) listed below is/are the beneficial owner(s) of the assets involved in the business relationship. If the contracting partner is also the sole beneficial owner of the assets, the contracting partner's detail must be set out below": [ + "" + ], + "Domicile address": [ + "" + ], + "January": [ + "" + ], + "February": [ + "" + ], + "March": [ + "" + ], + "April": [ + "" + ], + "May": [ + "" + ], + "June": [ + "" + ], + "July": [ + "" + ], + "August": [ + "" + ], + "September": [ + "" + ], + "October": [ + "" + ], + "November": [ + "" + ], + "December": [ + "" + ], + "Previous year": [ + "" + ], + "Next year": [ + "" + ], + "Previous month": [ + "" + ], + "Next month": [ + "" + ], + "Cancel": [ + "Cancelar" + ], + "Remove": [ + "" + ], + "Confirm": [ + "" + ], + "Add new...": [ + "" + ], + "No element found": [ + "No encontrado" + ], + "%1$s (Classification level %2$s)": [ + "" + ], + "years": [ + "" + ], + "months": [ + "" + ], + "days": [ + "" + ], + "hours": [ + "" + ], + "minutes": [ + "" + ], + "seconds": [ + "" + ], + "Upload a file": [ + "" + ], + "Download a copy.": [ + "" + ], + "Missing fields": [ + "" + ], + "Simple comment": [ + "Comentario simple" + ], + "Terms of Service": [ + "Terminos de servicio" + ], + "Name and birthdate": [ + "Nombre y fecha de nacimiento" + ], + "required": [ + "No se require KYC" + ], + "Validation function failed. Contact developers %1$s": [ + "" + ], + "The form is too big for the server, try uploading smaller files.": [ + "El formulario es demasiado grande para el servidor, intente cargar archivos más pequeños." + ], + "The account was not found": [ + "No se encontro la cuenta" + ], + "Officer disabled or more recent decision was already submitted.": [ + "Oficial incapacitado o decisión más reciente ya fue presentada." + ], + "Debug information about the values in the form": [ + "Información de depuración sobre los valores en el formulario" + ], + "Submit": [ + "Enviar" + ], + "Could not load context information": [ + "" + ], + "Could not find form": [ + "" + ], + "Form with id '%1$s' is not registered in this application.": [ + "" + ], + "Can't upload information": [ + "" + ], + "The KYC requirement doesn't have an ID": [ + "" + ], + "Mandatory identification requirements are satisfied": [ + "Se cumplen los requisitos de identificación obligatorios" + ], + "Process completed": [ + "Proceso terminado" + ], + "You can close this window now.": [ + "Puede cerrar esta ventana ahora." + ], + "Please, complete the following requirement:": [ + "Por favor, complete el siguiente requerimiento:" + ], + "Please, complete any of the following requirements:": [ + "Por favor, complete alguno de los siguientes requisitos:" + ], + "not found": [ + "No encontrado" + ], + "conflict": [ + "Conflicto" + ], + "payload is too large": [ + "" + ], + "Link generated, you can proceed.": [ + "" + ], + "%1$s": [ + "%1$s" + ], + "Generate link": [ + "" + ], + "Open link": [ + "" + ], + "Form": [ + "Formulario" + ], + "Fill form": [ + "Llenar el formulario" + ], + "Trigger KYC balance": [ + "Iniciar balance KYC" + ], + "You can also use the formId in the UR after \"/test/show-forms/$FORM_ID\"": [ + "" + ], + "Trigger KYC Balance": [ + "Iniciar balance KYC" + ], + "Amount": [ + "Monto" + ], + "No kyc triggered.": [ + "No se require KYC" + ], + "Forbidden.": [ + "" + ], + "Not found.": [ + "No encontrado" + ], + "Conflict.": [ + "Conflicto" + ], + "This actions will trigger wallet balance kyc above 1000000 threshold, the exchange should be properly configured to trigger the desired kyc flow.": [ + "Estas acciones activarán el saldo de KYC de la billetera por encima del umbral de 1000000; el intercambio debe estar configurado correctamente para activar el flujo de KYC deseado." + ], + "Trigger TOPS Terms of service": [ + "Iniciar TOPS Terms o service" + ], + "Trigger GLS onboarding": [ + "Iniciar GLS onboarding" + ], + "Trigger VQF 902.1": [ + "Iniciar VQF 902.1" + ], + "Trigger VQF 902.4": [ + "Iniciar VQF 902.4" + ], + "Trigger VQF 902.5": [ + "Iniciar VQF 902.5" + ], + "Trigger VQF 902.9": [ + "Iniciar VQF 902.9" + ], + "Trigger VQF 902.11": [ + "Iniciar VQF 902.11" + ], + "Trigger VQF 902.12": [ + "Iniciar VQF 902.12" + ], + "Trigger VQF 902.13": [ + "Iniciar VQF 902.13" + ], + "Trigger VQF 902.14": [ + "Iniciar VQF 902.14" + ], + "Trigger VQF 902.15": [ + "Iniciar VQF 902.15" + ], + "Challenger test": [ + "Probar challenger" + ], + "Trigger VQF 902.9 customer": [ + "Iniciar VQF 902.9" + ], + "Trigger VQF 902.9 officer": [ + "Iniciar VQF 902.9" + ], + "The URL is wrong": [ + "La URL es incorrecta" + ], + "Maybe the validation check expired.": [ + "Quizas la verificacion expiro." + ], + "Are you a cross-border truck driver?": [ + "Sos un conductor de camiones limitrofe?" + ], + "How much is in your pockets?": [ + "Cuanto dinero hay en tus bolsillos?" + ], + "KYC_REQUIREMENT_LINK_DESCRIPTION\u0004%1$s": [ + "%1$s" + ], + "KYC_REQUIREMENT_INFO_DESCRIPTION\u0004%1$s": [ + "%1$s" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "es", + "completeness": 26 +}; + +strings['en'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "es" + }, + "Show debug info": [ + "" + ], + "Kyc completed": [ + "" + ], + "You will be redirected to nowhere": [ + "" + ], + "Internal error, please report.": [ + "" + ], + "Customer identification": [ + "" + ], + "Preferences": [ + "" + ], + "Show more information": [ + "Mostrar confirmación de extracción" + ], + "Hide debug info": [ + "" + ], + "The request reached a timeout, check your connection.": [ + "" + ], + "The request was cancelled.": [ + "" + ], + "Too many requests were made to the server, and this action was throttled.": [ + "" + ], + "The server's response was malformed.": [ + "" + ], + "Could not complete the request due to a network problem.": [ + "" + ], + "Unexpected request error": [ + "" + ], + "Unexpected error": [ + "" + ], + "Show notifications": [ + "" + ], + "Open profile": [ + "" + ], + "Open settings": [ + "" + ], + "Menu": [ + "" + ], + "Close panel": [ + "" + ], + "Log out": [ + "" + ], + "Sites": [ + "" + ], + "Learn more about %1$s": [ + "" + ], + "never": [ + "" + ], + "in %1$s": [ + "" + ], + "%1$s ago": [ + "" + ], + "First page": [ + "" + ], + "Next": [ + "" + ], + "Request timeout": [ + "" + ], + "Request cancelled": [ + "" + ], + "Request throttled": [ + "" + ], + "Malformed response": [ + "" + ], + "Network error": [ + "" + ], + "Unhandled failure, please report. Code %1$s": [ + "" + ], + "Operation failed.": [ + "" + ], + "Unexpected error, this is likely a bug. Please report ": [ + "" + ], + "The operation failed.": [ + "" + ], + "The server version is not supported. Supported version \"%1$s\", server version \"%2$s\"": [ + "" + ], + "Terms of service": [ + "" + ], + "You must open/download the terms of service to proceed": [ + "" + ], + "View in Browser": [ + "" + ], + "Download PDF version": [ + "" + ], + "You must download to proceed": [ + "" + ], + "Do you accept the terms of service?": [ + "" + ], + "Challenger EMAIL": [ + "" + ], + "Challenge email ownership.": [ + "" + ], + "E-Mail": [ + "" + ], + "Challenger POSTAL": [ + "" + ], + "Challenge address ownership.": [ + "" + ], + "Name": [ + "" + ], + "Address": [ + "" + ], + "Country": [ + "" + ], + "Challenger SMS": [ + "" + ], + "Challenge phone number ownership.": [ + "" + ], + "Phone": [ + "" + ], + "Generic note": [ + "" + ], + "Free-form, generic note": [ + "" + ], + "Note / Memorandum": [ + "" + ], + "Free-form notes": [ + "" + ], + "Supplemental File Upload": [ + "" + ], + "Optional supplemental information for the establishment of the business relationship with the customer.": [ + "" + ], + "Supplemental Files": [ + "" + ], + "Description": [ + "" + ], + "File (PDF)": [ + "" + ], + "GmbH": [ + "" + ], + "GmbH i.G.": [ + "" + ], + "UG": [ + "" + ], + "UG i.G.": [ + "" + ], + "UHG": [ + "" + ], + "KG": [ + "" + ], + "e.V.": [ + "" + ], + "e.V. i.G.": [ + "" + ], + "eG": [ + "" + ], + "eG i.G.": [ + "" + ], + "PartG": [ + "" + ], + "e.K.": [ + "" + ], + "AG (nicht börsennotiert)": [ + "" + ], + "AG (börsennotiert)": [ + "" + ], + "GbR": [ + "" + ], + "n.e.V.": [ + "" + ], + "Partei": [ + "" + ], + "WEG": [ + "" + ], + "Anderes": [ + "" + ], + "invalid format": [ + "" + ], + "it can't be in the future": [ + "" + ], + "it can't be greater than 120 years": [ + "" + ], + "Invalid e-mail address": [ + "" + ], + "Invalid phone number": [ + "" + ], + "Personal Details": [ + "" + ], + "Personal details of the authorised representative.": [ + "" + ], + "First name(s)": [ + "" + ], + "As on your ID document": [ + "" + ], + "Last name": [ + "" + ], + "Date of birth": [ + "" + ], + "Nationality": [ + "" + ], + "Phone number": [ + "" + ], + "Company information": [ + "" + ], + "Name of the company": [ + "" + ], + "Legal form": [ + "" + ], + "Legal form (free-form entry for other)": [ + "" + ], + "Commercial register number": [ + "" + ], + "Seat of the register court": [ + "" + ], + "Founding date": [ + "" + ], + "Is the company a non-profit organization?": [ + "" + ], + "Industry": [ + "" + ], + "Company address": [ + "" + ], + "Tax information": [ + "" + ], + "Business identification number or tax number": [ + "" + ], + "Was the company incorporated in the USA or under US law?": [ + "" + ], + "Economically active or inactive?": [ + "" + ], + "Eligible for input tax deduction": [ + "" + ], + "Persons": [ + "" + ], + "Please list all legal representatives, shareholders/partners, and authorized signatories.": [ + "" + ], + "Legal representatives / shareholders / partners / authorized signatories": [ + "" + ], + "Type of representative": [ + "" + ], + "New Customer Identification": [ + "" + ], + "Confirmation": [ + "" + ], + "Confirmation of private customer / wallet.": [ + "" + ], + "Please confirm that you are a private customer that wants to redeem their wallet balance.": [ + "" + ], + "Upload multiple documents": [ + "" + ], + "Upload multiple documents.": [ + "" + ], + "Document upload (%1$s)": [ + "" + ], + "Simple form": [ + "" + ], + "Full Name": [ + "" + ], + "Birthdate": [ + "" + ], + "Comment": [ + "" + ], + "Resolution": [ + "" + ], + "New state": [ + "" + ], + "Frozen": [ + "" + ], + "Pending": [ + "" + ], + "Normal": [ + "" + ], + "New threshold": [ + "" + ], + "Establishing of the controlling person of operating legal entities and partnerships both not quoted on the stock exchange (K)": [ + "" + ], + "for operating legal entities and partnerships that are contracting partner as well as analogously for operating legal entities and partnership that are beneficial owners": [ + "" + ], + "Establishment of the controlling person (submitted by customer)": [ + "" + ], + "Contracting partner": [ + "" + ], + "Controlling person(s)": [ + "" + ], + "Reason for control": [ + "" + ], + "Holding 25% or more": [ + "" + ], + "The person(s) listed below is/are holding 25% or more of the contracting partner's shares (capital shares or voting rights)": [ + "" + ], + "Other way": [ + "" + ], + "If the capital shares or voting rights cannot be determined or in case there are no capital shares or voting rights 25% or more, the contracting partner hereby declares that the person(s) listed below is/are controlling the contracting partner in other ways": [ + "" + ], + "Managing director": [ + "" + ], + "In case this/these person(s) cannot be determined or this/these person(s) does/do not exist, the contracting partner hereby declares that the person(s) listed below is/are the managing director(s)": [ + "" + ], + "Can't be empty": [ + "" + ], + "Full name": [ + "" + ], + "Actual address of domicile": [ + "" + ], + "Fiduciary holding assets": [ + "" + ], + "Is a third person the beneficial owner of the assets held in the account/securities account?": [ + "" + ], + "Yes": [ + "" + ], + "No": [ + "" + ], + "Signature(s)": [ + "" + ], + "It is a criminal offence to deliberately provide false information on this form (article 251 of the Swiss Criminal Code, documents forgery)": [ + "" + ], + "The contracting partner hereby undertakes to inform automatically of any changes to the information contained herein.": [ + "" + ], + "Date": [ + "" + ], + "Establishment of the controlling person (submitted by AML officer)": [ + "" + ], + "Signed Declaration": [ + "" + ], + "Signed declaration by the customer": [ + "" + ], + "The uploaded document must contain the customer's signature on the beneficial owner declaration.": [ + "" + ], + "Signed Document": [ + "" + ], + "Special Clarifications": [ + "" + ], + "When a business relationship or transaction is associated with increased risk, appears unusual or evidence exists that the assets are the proceeds of a felony or a qualified tax offence, the member has to perform additional clarifications.": [ + "" + ], + "Reason for special clarifications": [ + "" + ], + "Reason": [ + "" + ], + "Description of the circumstances/transactions, which triggered the special clarifications": [ + "" + ], + "can't be empty": [ + "" + ], + "Used means of clarification": [ + "" + ], + "Means": [ + "" + ], + "Gathering of information from the customer, beneficial owner of the assets, controlling person": [ + "" + ], + "Consultation of generally accessible sources and databases": [ + "" + ], + "Enquiries with trustworthy persons": [ + "" + ], + "Other, which?": [ + "" + ], + "Other means of clarification:": [ + "" + ], + "Optional supplemental information for the special clarifications.": [ + "" + ], + "Summary and plausbility check of the gathered information": [ + "" + ], + "The results of the clarifications have to be documented and their plausibility has to be checked.": [ + "" + ], + "Summary": [ + "" + ], + "Gathered/Consulted documents": [ + "" + ], + "Result of the special clarification": [ + "" + ], + "Result": [ + "" + ], + "No suspicion": [ + "" + ], + "The plausibility of the circumstances could be checked, no reasonable suspicion pursuant to Art. 9 AMLA (possibly update of customer profile and/or risk profile)": [ + "" + ], + "Reasonable suspicion": [ + "" + ], + "Reasonable suspicion pursuant to Art. 9 AMLA, duty to file a report with MROS": [ + "" + ], + "Simple suspicion": [ + "" + ], + "Simple suspicion pursuant to Art. 305 Para. 2 StGB, right to notify MROS": [ + "" + ], + "Other, what?": [ + "" + ], + "Result clarification": [ + "" + ], + "The customer is the person with whom the member concludes the contract with regard to the financial service provided (civil law). Does the\n member act as director of a domiciliary company, this domiciliary company is the customer.": [ + "" + ], + "Identification Form (customer)": [ + "" + ], + "The customer has to be identified on entering into a permanent business relationship or on concluding a cash transaction, which meets the according threshold.": [ + "" + ], + "Correspondence language:": [ + "" + ], + "English": [ + "" + ], + "German": [ + "" + ], + "French": [ + "" + ], + "Italian": [ + "" + ], + "Identification form (basic customer information)": [ + "" + ], + "Information on customer": [ + "" + ], + "Customer type": [ + "" + ], + "Natural person (incl. sole proprietors)": [ + "" + ], + "Legal entity": [ + "" + ], + "Applicable if customer is a natural person": [ + "" + ], + "Residential address in Switzerland": [ + "" + ], + "Telephone": [ + "" + ], + "E-mail": [ + "" + ], + "Copy of identification document": [ + "" + ], + "Only official government IDs (incl. passports) are accepted. Please scan both sides if applicable.": [ + "" + ], + "Sole proprietor": [ + "" + ], + "Information on customer (sole proprietor)": [ + "" + ], + "Applicable only if customer is a sole proprietor": [ + "" + ], + "Company name": [ + "" + ], + "Registered office": [ + "" + ], + "Company identification document": [ + "" + ], + "Information on customer (legal entity)": [ + "" + ], + "Applicable if customer is a legal entity": [ + "" + ], + "Domicile": [ + "" + ], + "Contact person": [ + "" + ], + "Copy of identification document (not older than 12 months)": [ + "" + ], + "Correspondence Preferences": [ + "" + ], + "Information on the natural persons who establish the business relationship for legal entities and partnerships": [ + "" + ], + "For legal entities and partnerships the identity of the natural persons who establish the business relationship must be verified.": [ + "" + ], + "Establishers of the legal relationship": [ + "" + ], + "Residential address": [ + "" + ], + "Signing authority of the person": [ + "" + ], + "Power of attorney arrangements": [ + "" + ], + "Other type of signing authority": [ + "" + ], + "Evidence of signing authority:": [ + "" + ], + "Company register extract": [ + "" + ], + "Mandate": [ + "" + ], + "Other": [ + "" + ], + "Specify other way of establishing signing authority:": [ + "" + ], + "Copy of document that serves as evidence of signing authority:": [ + "" + ], + "Customer classification": [ + "" + ], + "Classification for the establishment of the beneficial owner of the assets and/or controlling person": [ + "" + ], + "The customer is:": [ + "" + ], + "A natural person and there are no doubts that this person is the sole beneficial owner of the assets": [ + "" + ], + "An operational legal entity or partnership": [ + "" + ], + "A foundation (or a similar construct; incl. underlying companies)": [ + "" + ], + "A trust (incl. underlying companies)": [ + "" + ], + "A life insurance policy with separately managed accounts / securities accounts (so-called insurance wrappers)": [ + "" + ], + "Identification Form (acceptance)": [ + "" + ], + "Acceptance of business relationship": [ + "" + ], + "Date (conclusion of contract):": [ + "" + ], + "Accepted via:": [ + "" + ], + "Face to face": [ + "" + ], + "Authenticated copy of identification document": [ + "" + ], + "Residentail address validated": [ + "" + ], + "Further information:": [ + "" + ], + "Evaluation with regard to embargo procedures/terrorism lists on establishing the business relationship": [ + "" + ], + "Verification whether the customer, beneficial owners of the assets, controlling persons, authorized representatives or other involved persons are listed on an embargo/terrorism list.": [ + "" + ], + "Embargo/terrorism status:": [ + "" + ], + "Not listed on embargo/terrorism list.": [ + "" + ], + "Listed on embargo/terrorism list.": [ + "" + ], + "Embargo/terrorism information:": [ + "" + ], + "Verification date": [ + "" + ], + "Supplemental files": [ + "" + ], + "Risk Profile AMLA": [ + "" + ], + "Evaluation of politically exposed persons (PEP-Check)": [ + "" + ], + "This evaluation has to be completed by all members for every business relationship.": [ + "" + ], + "Foreign PEP": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative a foreign PEP or closely related to such a person?": [ + "" + ], + "Domestic PEP": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative a domestic PEP or closely related to such a person?": [ + "" + ], + "PEP of International Organisatons": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative a PEP in International Organizations or closely related to such a person?": [ + "" + ], + "Acceptance date": [ + "" + ], + "When the decision of the Senior executive body on the acceptance of a business relationship with a PEP was obtain on.": [ + "" + ], + "Evaluation \"high risk\" or non-cooperative country": [ + "" + ], + "High-risk or non-cooperative country": [ + "" + ], + "Is the customer, the beneficial owner or the controlling person or authorised representative in a country considered by the FATF as high-risk or non-cooperative and for which FATF requires increased diligence?": [ + "" + ], + "When the decision of the Senior executive body on the acceptance of such a business relationship was obtained on.": [ + "" + ], + "Evaluation of business relationship risk": [ + "" + ], + "Country risk": [ + "" + ], + "Applicable country risk types": [ + "" + ], + "Nationality of the customer": [ + "" + ], + "Nationality of the beneficial owner of the assets": [ + "" + ], + "Domicile/residential address of the customer": [ + "" + ], + "Domicile/residential address of the beneficial owner of the assets": [ + "" + ], + "Domicile/residential address of the controlling person": [ + "" + ], + "Country risk level (nationality)": [ + "" + ], + "Risk category according to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "Low (Risk 0)": [ + "" + ], + "Risk 0 acc. to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "Medium (Risk 1)": [ + "" + ], + "Risk 1 acc. to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "High (Risk 2)": [ + "" + ], + "Risk 2 acc. to VQF country list (VQF doc. no. 902.4.1)": [ + "" + ], + "Country risk type (place of business activity)": [ + "" + ], + "Customer": [ + "" + ], + "Beneficial owner": [ + "" + ], + "Country risk level (business activity)": [ + "" + ], + "Industry risk": [ + "" + ], + "Industry risk source": [ + "" + ], + "Beneficial owner of the assets": [ + "" + ], + "Industry risk level": [ + "" + ], + "Clearly defined, transparent, easily comprehensible business activity well known to the member.": [ + "" + ], + "Business activity with a high level of cash transactions.": [ + "" + ], + "Business activity not well known to the member.": [ + "" + ], + "Trade in munitions/arms, raw gem stones/diamonds, jewellery, international trade in exotic animals, casino and lottery business, trade in erotic wares.": [ + "" + ], + "Member has no personal knowledge of the customer’s industry.": [ + "" + ], + "Contact risk": [ + "" + ], + "Type of contact to the customer/benefcial owner of the assets.": [ + "" + ], + "Contact risk level": [ + "" + ], + "Personal acquaintance between member and customer/beneficial owner of the assets over several years (at least 2) prior to entering into the business relationship": [ + "" + ], + "The customer/beneficial owner was not personally known to the member for several years (at least 2) prior to entering into the business relationship; however (a) no business was entered into in the absence of the customer/beneficial owner, or (b) the customer was at least introduced/brokered by a trusted third party.": [ + "" + ], + "The customer/beneficial owner was not personally known to the member and business was entered into in the absence of the former (relationship by correspondence) and the customer was not introduced/brokered by a trusted third party.": [ + "" + ], + "Summary evaluation": [ + "" + ], + "Justification for risk assessment": [ + "" + ], + "Risk classification": [ + "" + ], + "Conclusion whether the business relationship is with or without increased risk.": [ + "" + ], + "No high risk": [ + "" + ], + "High risk": [ + "" + ], + "When the decision of the Senior executive body on the acceptance of a business relationship with increased risk was obtained on.": [ + "" + ], + "Customer Profile": [ + "" + ], + "The information below has to refer to the persons from whom the assets originate ultimately (e.g. beneficial owner of the assets, founder/creator of a trust or foundation). Is the customer an operational legal entity or partnership the information may refer to the entity itself (not to the controlling person), unless the entity holds the assets in trust for a third party.": [ + "" + ], + "Business activity": [ + "" + ], + "Profession, business activities, etc. (former, current, potentially planned)": [ + "" + ], + "Financial circumstances": [ + "" + ], + "Income and assets, liabilities (estimated)": [ + "" + ], + "Origin of the deposited assets involved": [ + "" + ], + "Will the the customer deposit assets with Taler Operations AG?": [ + "" + ], + "Nature, amount and currency of deposited assets.": [ + "" + ], + "Category": [ + "" + ], + "Savings": [ + "" + ], + "Own business operations": [ + "" + ], + "Inheritance": [ + "" + ], + "Category clarification": [ + "" + ], + "Detail description of the origings/economical background of the assets involved in the business relationship": [ + "" + ], + "Nature and purpose of the business relationship": [ + "" + ], + "Purpose of the business relationship": [ + "" + ], + "Information on the planned development of the business relationship and the assets": [ + "" + ], + "Detail on usual business volume": [ + "" + ], + "Relationship with third parties": [ + "" + ], + "Relation of the customer to the beneficial owner, controlling persons, authorised signatories and other persons involved in the business relationship": [ + "" + ], + "Relation to other AMLA-Files": [ + "" + ], + "Introducer / agents / references": [ + "" + ], + "Further information": [ + "" + ], + "Other relevant information": [ + "" + ], + "Declaration of identity of the beneficial owner (A)": [ + "" + ], + "Declaration of identity of the beneficial owner": [ + "" + ], + "Beneficial owner details": [ + "" + ], + "Beneficial owner(s)": [ + "" + ], + "The person(s) listed below is/are the beneficial owner(s) of the assets involved in the business relationship. If the contracting partner is also the sole beneficial owner of the assets, the contracting partner's detail must be set out below": [ + "" + ], + "Domicile address": [ + "" + ], + "January": [ + "" + ], + "February": [ + "" + ], + "March": [ + "" + ], + "April": [ + "" + ], + "May": [ + "" + ], + "June": [ + "" + ], + "July": [ + "" + ], + "August": [ + "" + ], + "September": [ + "" + ], + "October": [ + "" + ], + "November": [ + "" + ], + "December": [ + "" + ], + "Previous year": [ + "" + ], + "Next year": [ + "" + ], + "Previous month": [ + "" + ], + "Next month": [ + "" + ], + "Cancel": [ + "" + ], + "Remove": [ + "" + ], + "Confirm": [ + "" + ], + "Add new...": [ + "" + ], + "No element found": [ + "" + ], + "%1$s (Classification level %2$s)": [ + "" + ], + "years": [ + "" + ], + "months": [ + "" + ], + "days": [ + "" + ], + "hours": [ + "" + ], + "minutes": [ + "" + ], + "seconds": [ + "" + ], + "Upload a file": [ + "" + ], + "Download a copy.": [ + "" + ], + "Missing fields": [ + "" + ], + "Simple comment": [ + "" + ], + "Terms of Service": [ + "" + ], + "Name and birthdate": [ + "" + ], + "required": [ + "" + ], + "Validation function failed. Contact developers %1$s": [ + "" + ], + "The form is too big for the server, try uploading smaller files.": [ + "" + ], + "The account was not found": [ + "" + ], + "Officer disabled or more recent decision was already submitted.": [ + "" + ], + "Debug information about the values in the form": [ + "" + ], + "Submit": [ + "" + ], + "Could not load context information": [ + "" + ], + "Could not find form": [ + "" + ], + "Form with id '%1$s' is not registered in this application.": [ + "" + ], + "Can't upload information": [ + "" + ], + "The KYC requirement doesn't have an ID": [ + "" + ], + "Mandatory identification requirements are satisfied": [ + "" + ], + "Process completed": [ + "" + ], + "You can close this window now.": [ + "" + ], + "Please, complete the following requirement:": [ + "" + ], + "Please, complete any of the following requirements:": [ + "" + ], + "not found": [ + "" + ], + "conflict": [ + "" + ], + "payload is too large": [ + "" + ], + "Link generated, you can proceed.": [ + "" + ], + "%1$s": [ + "" + ], + "Generate link": [ + "" + ], + "Open link": [ + "" + ], + "Form": [ + "" + ], + "Fill form": [ + "" + ], + "Trigger KYC balance": [ + "" + ], + "You can also use the formId in the UR after \"/test/show-forms/$FORM_ID\"": [ + "" + ], + "Trigger KYC Balance": [ + "" + ], + "Amount": [ + "" + ], + "No kyc triggered.": [ + "" + ], + "Forbidden.": [ + "" + ], + "Not found.": [ + "" + ], + "Conflict.": [ + "" + ], + "This actions will trigger wallet balance kyc above 1000000 threshold, the exchange should be properly configured to trigger the desired kyc flow.": [ + "" + ], + "Trigger TOPS Terms of service": [ + "" + ], + "Trigger GLS onboarding": [ + "" + ], + "Trigger VQF 902.1": [ + "" + ], + "Trigger VQF 902.4": [ + "" + ], + "Trigger VQF 902.5": [ + "" + ], + "Trigger VQF 902.9": [ + "" + ], + "Trigger VQF 902.11": [ + "" + ], + "Trigger VQF 902.12": [ + "" + ], + "Trigger VQF 902.13": [ + "" + ], + "Trigger VQF 902.14": [ + "" + ], + "Trigger VQF 902.15": [ + "" + ], + "Challenger test": [ + "" + ], + "Trigger VQF 902.9 customer": [ + "" + ], + "Trigger VQF 902.9 officer": [ + "" + ], + "The URL is wrong": [ + "" + ], + "Maybe the validation check expired.": [ + "" + ], + "Are you a cross-border truck driver?": [ + "" + ], + "How much is in your pockets?": [ + "" + ], + "KYC_REQUIREMENT_LINK_DESCRIPTION\u0004%1$s": [ + "" + ], + "KYC_REQUIREMENT_INFO_DESCRIPTION\u0004%1$s": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "es", + "completeness": 0 +}; + +strings['de'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "de" }, + "Show debug info": [ + "Debugging-Informationen anzeigen" + ], "Kyc completed": [ - "KYC completado" + "KYC abgeschlossen" + ], + "You will be redirected to nowhere": [ + "Sie werden nirgendwohin weitergeleitet" + ], + "Internal error, please report.": [ + "Interner Fehler, um dessen Mitteilung wir Sie freundlich bitten." + ], + "Customer identification": [ + "Identifizierung der Person" + ], + "Preferences": [ + "Präferenzen" + ], + "Show more information": [ + "Mostrar confirmación de extracción" + ], + "Hide debug info": [ + "Debugging-Informationen anzeigen" + ], + "The request reached a timeout, check your connection.": [ + "" + ], + "The request was cancelled.": [ + "" + ], + "Too many requests were made to the server, and this action was throttled.": [ + "" + ], + "The server's response was malformed.": [ + "" + ], + "Could not complete the request due to a network problem.": [ + "" + ], + "Unexpected request error": [ + "" + ], + "Unexpected error": [ + "" + ], + "Show notifications": [ + "Identifizierung der Person" + ], + "Open profile": [ + "" + ], + "Open settings": [ + "" + ], + "Menu": [ + "" + ], + "Close panel": [ + "" + ], + "Log out": [ + "" + ], + "Sites": [ + "" + ], + "Learn more about %1$s": [ + "" + ], + "never": [ + "" + ], + "in %1$s": [ + "%1$s" + ], + "%1$s ago": [ + "%1$s" + ], + "First page": [ + "" + ], + "Next": [ + "" + ], + "Request timeout": [ + "" + ], + "Request cancelled": [ + "" + ], + "Request throttled": [ + "" + ], + "Malformed response": [ + "" + ], + "Network error": [ + "" + ], + "Unhandled failure, please report. Code %1$s": [ + "" + ], + "Operation failed.": [ + "" + ], + "Unexpected error, this is likely a bug. Please report ": [ + "" + ], + "The operation failed.": [ + "" + ], + "The server version is not supported. Supported version \"%1$s\", server version \"%2$s\"": [ + "" + ], + "Terms of service": [ + "Allgemeine Geschäftsbedingungen" + ], + "You must open/download the terms of service to proceed": [ + "" + ], + "View in Browser": [ + "" + ], + "Download PDF version": [ + "" + ], + "You must download to proceed": [ + "" + ], + "Do you accept the terms of service?": [ + "Akzeptieren Sie die Allgemeinen Geschäftsbedingungen" + ], + "Challenger EMAIL": [ + "Challenger-Test" + ], + "Challenge email ownership.": [ + "" + ], + "E-Mail": [ + "" + ], + "Challenger POSTAL": [ + "Challenger-Test" + ], + "Challenge address ownership.": [ + "Challenger-Test" + ], + "Name": [ + "Vollständiger Name" + ], + "Address": [ + "" + ], + "Country": [ + "Betrag" + ], + "Challenger SMS": [ + "Challenger-Test" + ], + "Challenge phone number ownership.": [ + "" + ], + "Phone": [ + "" + ], + "Generic note": [ + "" + ], + "Free-form, generic note": [ + "" + ], + "Note / Memorandum": [ + "" + ], + "Free-form notes": [ + "" + ], + "Supplemental File Upload": [ + "" + ], + "Optional supplemental information for the establishment of the business relationship with the customer.": [ + "" + ], + "Supplemental Files": [ + "" + ], + "Description": [ + "" + ], + "File (PDF)": [ + "" + ], + "GmbH": [ + "" + ], + "GmbH i.G.": [ + "" + ], + "UG": [ + "" + ], + "UG i.G.": [ + "" + ], + "UHG": [ + "" + ], + "KG": [ + "" + ], + "e.V.": [ + "" + ], + "e.V. i.G.": [ + "" + ], + "eG": [ + "" + ], + "eG i.G.": [ + "" + ], + "PartG": [ + "" + ], + "e.K.": [ + "" + ], + "AG (nicht börsennotiert)": [ + "" + ], + "AG (börsennotiert)": [ + "" + ], + "GbR": [ + "" + ], + "n.e.V.": [ + "" + ], + "Partei": [ + "" + ], + "WEG": [ + "" + ], + "Anderes": [ + "" + ], + "invalid format": [ + "Formular ausfüllen" + ], + "it can't be in the future": [ + "" + ], + "it can't be greater than 120 years": [ + "" + ], + "Invalid e-mail address": [ + "" + ], + "Invalid phone number": [ + "" + ], + "Personal Details": [ + "" + ], + "Personal details of the authorised representative.": [ + "" + ], + "First name(s)": [ + "" + ], + "As on your ID document": [ + "" + ], + "Last name": [ + "" + ], + "Date of birth": [ + "" + ], + "Nationality": [ + "" + ], + "Phone number": [ + "" + ], + "Company information": [ + "" + ], + "Name of the company": [ + "" + ], + "Legal form": [ + "Formular ausfüllen" + ], + "Legal form (free-form entry for other)": [ + "" + ], + "Commercial register number": [ + "" + ], + "Seat of the register court": [ + "" + ], + "Founding date": [ + "" + ], + "Is the company a non-profit organization?": [ + "" + ], + "Industry": [ + "" + ], + "Company address": [ + "" + ], + "Tax information": [ + "" + ], + "Business identification number or tax number": [ + "" + ], + "Was the company incorporated in the USA or under US law?": [ + "" ], - "You will be redirected to nowhere": [ - "Serias redirigido a ningun lugar" + "Economically active or inactive?": [ + "" ], - "Show debug info": [ - "Mostrar informacion de depuracion" + "Eligible for input tax deduction": [ + "" ], - "Internal error, please report.": [ - "Error interno, por favor reporte." + "Persons": [ + "" ], - "Customer identification": [ - "Identificacion de cliente" + "Please list all legal representatives, shareholders/partners, and authorized signatories.": [ + "" ], - "Preferences": [ - "Preferencias" + "Legal representatives / shareholders / partners / authorized signatories": [ + "" + ], + "Type of representative": [ + "" + ], + "New Customer Identification": [ + "Identifizierung der Person" + ], + "Confirmation": [ + "" + ], + "Confirmation of private customer / wallet.": [ + "" + ], + "Please confirm that you are a private customer that wants to redeem their wallet balance.": [ + "" + ], + "Upload multiple documents": [ + "" + ], + "Upload multiple documents.": [ + "" + ], + "Document upload (%1$s)": [ + "" ], "Simple form": [ - "Formulario simple" + "Einfaches Formular" + ], + "Full Name": [ + "Vollständiger Name" + ], + "Birthdate": [ + "Geburtsdatum" ], "Comment": [ - "Comentario" + "Anmerkung/Kommentar" ], "Resolution": [ - "Resolucion" + "Beurteilung" ], "New state": [ - "Nuevo estado" + "Neuer Zustand" ], "Frozen": [ - "Congelado" + "Eingefroren" ], "Pending": [ - "Pendiente" + "Ausstehend" ], "Normal": [ "Normal" ], "New threshold": [ - "Nuevo limite" + "Neuer Schwellenwert" ], - "Do you accept terms of service": [ - "Aceptas los terminos del servicio?" + "Establishing of the controlling person of operating legal entities and partnerships both not quoted on the stock exchange (K)": [ + "Feststellung einer beherrschenden Person von operativ tätigen Rechtssubjekten (Kapital- und Personengesellschaften), die nicht börsennotiert sind (K)" ], - "Full Name": [ - "Nombre completo" + "for operating legal entities and partnerships that are contracting partner as well as analogously for operating legal entities and partnership that are beneficial owners": [ + "für operative Rechtssubjekte (Kapital- und Personengesellschaften), die Vertragspartner sind, sowie analog für Rechtssubjekte, die wirtschaftlich Berechtigte sind" ], - "Birthdate": [ - "Fecha de nacimiento" + "Establishment of the controlling person (submitted by customer)": [ + "" ], - "Are you a cross-border truck driver?": [ - "Sos un conductor de camiones limitrofe?" + "Contracting partner": [ + "" ], - "Yes": [ - "Si" + "Controlling person(s)": [ + "" ], - "No": [ - "No" + "Reason for control": [ + "" ], - "How much is in your pockets?": [ - "Cuanto dinero hay en tus bolsillos?" + "Holding 25% or more": [ + "" ], - "Simple comment": [ - "Comentario simple" + "The person(s) listed below is/are holding 25% or more of the contracting partner's shares (capital shares or voting rights)": [ + "" ], - "Terms of Service": [ - "Terminos de servicio" + "Other way": [ + "" ], - "GLS onboarding": [ - "Incorporacion GLS" + "If the capital shares or voting rights cannot be determined or in case there are no capital shares or voting rights 25% or more, the contracting partner hereby declares that the person(s) listed below is/are controlling the contracting partner in other ways": [ + "" ], - "Identification Form": [ - "Formulario de identificacion" + "Managing director": [ + "" ], - "The customer has to be identified on entering into a permanent business relationship or on concluding a cash transaction, which meets the according threshold.": [ - "El cliente deberá ser identificado al iniciar una relación comercial permanente o al concluir una transacción en efectivo que cumpla el umbral correspondiente." + "In case this/these person(s) cannot be determined or this/these person(s) does/do not exist, the contracting partner hereby declares that the person(s) listed below is/are the managing director(s)": [ + "" ], - "Risk Profile AMLA": [ - "Perfil de riesgo AMLA" + "Can't be empty": [ + "" ], - "Customer Profile": [ - "Perfil del cliente" + "Full name": [ + "Vollständiger Name" ], - "The information below has to refer to the persons from whom the assets originate ultimately (e.g. beneficial owner of the assets, founder/creator of a trust or foundation). Is the customer an operational legal entity or partnership the information may refer to the entity itself (not to the controlling person), unless the entity holds the assets in trust for a third party.": [ - "La siguiente información debe referirse a las personas de las que proceden en última instancia los activos (por ejemplo, el beneficiario efectivo de los activos, el fundador o creador de un fideicomiso o fundación). Si el cliente es una entidad jurídica operativa o una sociedad, la información puede referirse a la propia entidad (no a la persona que ejerce el control), a menos que la entidad mantenga los activos en fideicomiso para un tercero." + "Actual address of domicile": [ + "" ], - "Declaration of identity of the beneficial owner (A)": [ - "Declaración de identidad del beneficiario efectivo (A)" + "Fiduciary holding assets": [ + "" ], - "Establishing of the controlling person of operating legal entities and partnerships both not quoted on the stock exchange (K)": [ - "Constitución de la persona controladora de las personas jurídicas y sociedades operativas que no cotizan en bolsa (K)" + "Is a third person the beneficial owner of the assets held in the account/securities account?": [ + "" ], - "for operating legal entities and partnerships that are contracting partner as well as analogously for operating legal entities and partnership that are beneficial owners": [ - "para personas jurídicas operativas y sociedades que sean socios contratantes, así como análogamente para personas jurídicas operativas y sociedades que sean beneficiarios finales" + "Yes": [ + "Ja" + ], + "No": [ + "Nein" + ], + "Signature(s)": [ + "" + ], + "It is a criminal offence to deliberately provide false information on this form (article 251 of the Swiss Criminal Code, documents forgery)": [ + "" ], - "Foundations (as well as similar constructs) (S)": [ - "Fundaciones (así como construcciones similares) (S)" + "The contracting partner hereby undertakes to inform automatically of any changes to the information contained herein.": [ + "" + ], + "Date": [ + "" + ], + "Establishment of the controlling person (submitted by AML officer)": [ + "" + ], + "Signed Declaration": [ + "" + ], + "Signed declaration by the customer": [ + "" + ], + "The uploaded document must contain the customer's signature on the beneficial owner declaration.": [ + "" ], - "Declaration for trusts (T)": [ - "Declaración de fideicomisos (T)" + "Signed Document": [ + "Einfacher Kommentar" ], "Special Clarifications": [ - "Clarificaciones especiales" + "Spezielle Abklärungen" ], "When a business relationship or transaction is associated with increased risk, appears unusual or evidence exists that the assets are the proceeds of a felony or a qualified tax offence, the member has to perform additional clarifications.": [ - "Cuando una relación o transacción comercial esté asociada a un mayor riesgo, parezca inusual o exista evidencia de que los activos son producto de un delito grave o un delito fiscal calificado, el miembro deberá realizar aclaraciones adicionales." + "Wenn eine Geschäftsbeziehung oder Transaktion mit einem erhöhten Risiko verbunden ist, ungewöhnlich erscheint oder Anhaltspunkte dafür vorliegen, dass es sich bei den Vermögenswerten um Erträge aus einer Straftat oder einem offensichtlichen Steuerdelikt handelt, sind zusätzliche Abklärungen vorzunehmen." ], - "Insurance policies (I)": [ - "Pólizas de seguros (I)" + "Reason for special clarifications": [ + "Spezielle Abklärungen" ], - "Information of life insurance policies with separately managed accounts/securities accounts (so-called insurance wrappers)": [ - "Información sobre pólizas de seguro de vida con cuentas de gestión separada/cuentas de valores (las denominadas \"envoltorios de seguros\")" + "Reason": [ + "" ], - "Name and birthdate": [ - "Nombre y fecha de nacimiento" + "Description of the circumstances/transactions, which triggered the special clarifications": [ + "" ], - "The form is too big for the server, try uploading smaller files.": [ - "El formulario es demasiado grande para el servidor, intente cargar archivos más pequeños." + "can't be empty": [ + "" ], - "The account was not found": [ - "No se encontro la cuenta" + "Used means of clarification": [ + "Spezielle Abklärungen" ], - "Officer disabled or more recent decision was already submitted.": [ - "Oficial incapacitado o decisión más reciente ya fue presentada." + "Means": [ + "" ], - "Debug information about the values in the form": [ - "Información de depuración sobre los valores en el formulario" + "Gathering of information from the customer, beneficial owner of the assets, controlling person": [ + "" ], - "Cancel": [ - "Cancelar" + "Consultation of generally accessible sources and databases": [ + "" ], - "Submit": [ - "Enviar" + "Enquiries with trustworthy persons": [ + "" ], - "Mandatory identification requirements are satisfied": [ - "Se cumplen los requisitos de identificación obligatorios" + "Other, which?": [ + "" ], - "Process completed": [ - "Proceso terminado" + "Other means of clarification:": [ + "" ], - "You can close this window now.": [ - "Puede cerrar esta ventana ahora." + "Optional supplemental information for the special clarifications.": [ + "" ], - "Please, complete the following requirement:": [ - "Por favor, complete el siguiente requerimiento:" + "Summary and plausbility check of the gathered information": [ + "" ], - "Please, complete any of the following requirements:": [ - "Por favor, complete alguno de los siguientes requisitos:" + "The results of the clarifications have to be documented and their plausibility has to be checked.": [ + "" ], - "Start": [ - "Comenzar" + "Summary": [ + "" ], - "Form": [ - "Formulario" + "Gathered/Consulted documents": [ + "" ], - "Fill form": [ - "Llenar el formulario" + "Result of the special clarification": [ + "Spezielle Abklärungen" ], - "Trigger KYC balance": [ - "Iniciar balance KYC" + "Result": [ + "" ], - "Trigger KYC Balance": [ - "Iniciar balance KYC" + "No suspicion": [ + "" ], - "Amount": [ - "Monto" + "The plausibility of the circumstances could be checked, no reasonable suspicion pursuant to Art. 9 AMLA (possibly update of customer profile and/or risk profile)": [ + "" ], - "could not create token": [ - "no se pudo crear el token" + "Reasonable suspicion": [ + "" ], - "access denied": [ - "Acceso denegado" + "Reasonable suspicion pursuant to Art. 9 AMLA, duty to file a report with MROS": [ + "" ], - "not found": [ - "No encontrado" + "Simple suspicion": [ + "Einfacher Kommentar" ], - "conflict": [ - "Conflicto" + "Simple suspicion pursuant to Art. 305 Para. 2 StGB, right to notify MROS": [ + "" ], - "No kyc required": [ - "No se require KYC" + "Other, what?": [ + "" ], - "Access denied trying to test balance.": [ - "Acceso denegado intentando probar el balance." + "Result clarification": [ + "Spezielle Abklärungen" ], - "Unavailable For Legal Reasons": [ - "No disponible por razones legales" + "The customer is the person with whom the member concludes the contract with regard to the financial service provided (civil law). Does the\n member act as director of a domiciliary company, this domiciliary company is the customer.": [ + "" ], - "This actions will trigger wallet balance kyc above 1000000 threshold, the exchange should be properly configured to trigger the desired kyc flow.": [ - "Estas acciones activarán el saldo de KYC de la billetera por encima del umbral de 1000000; el intercambio debe estar configurado correctamente para activar el flujo de KYC deseado." + "Identification Form (customer)": [ + "Formular zur Identifizierung" ], - "Trigger TOPS Terms of service": [ - "Iniciar TOPS Terms o service" + "The customer has to be identified on entering into a permanent business relationship or on concluding a cash transaction, which meets the according threshold.": [ + "Die (natürliche oder juristische) Person muss identifiziert werden bei Aufnahme einer dauerhaften Geschäftsbeziehung oder bei Abschluss eines Bargeschäfts, das einen entsprechenden Schwellenwert erreicht." ], - "Trigger GLS onboarding": [ - "Iniciar GLS onboarding" + "Correspondence language:": [ + "" ], - "Trigger VQF 902.1": [ - "Iniciar VQF 902.1" + "English": [ + "" ], - "Trigger VQF 902.4": [ - "Iniciar VQF 902.4" + "German": [ + "" + ], + "French": [ + "" + ], + "Italian": [ + "" + ], + "Identification form (basic customer information)": [ + "" + ], + "Information on customer": [ + "" + ], + "Customer type": [ + "Kundenprofil" + ], + "Natural person (incl. sole proprietors)": [ + "" + ], + "Legal entity": [ + "" + ], + "Applicable if customer is a natural person": [ + "" + ], + "Residential address in Switzerland": [ + "" + ], + "Telephone": [ + "" + ], + "E-mail": [ + "" + ], + "Copy of identification document": [ + "Formular zur Identifizierung" + ], + "Only official government IDs (incl. passports) are accepted. Please scan both sides if applicable.": [ + "" + ], + "Sole proprietor": [ + "" + ], + "Information on customer (sole proprietor)": [ + "" + ], + "Applicable only if customer is a sole proprietor": [ + "" + ], + "Company name": [ + "" + ], + "Registered office": [ + "" + ], + "Company identification document": [ + "Identifizierung der Person" + ], + "Information on customer (legal entity)": [ + "" + ], + "Applicable if customer is a legal entity": [ + "" + ], + "Domicile": [ + "" + ], + "Contact person": [ + "" + ], + "Copy of identification document (not older than 12 months)": [ + "" + ], + "Correspondence Preferences": [ + "" + ], + "Information on the natural persons who establish the business relationship for legal entities and partnerships": [ + "" + ], + "For legal entities and partnerships the identity of the natural persons who establish the business relationship must be verified.": [ + "" + ], + "Establishers of the legal relationship": [ + "" + ], + "Residential address": [ + "" + ], + "Signing authority of the person": [ + "" + ], + "Power of attorney arrangements": [ + "" + ], + "Other type of signing authority": [ + "" + ], + "Evidence of signing authority:": [ + "" + ], + "Company register extract": [ + "" + ], + "Mandate": [ + "" + ], + "Other": [ + "" + ], + "Specify other way of establishing signing authority:": [ + "" ], - "Trigger VQF 902.5": [ - "Iniciar VQF 902.5" + "Copy of document that serves as evidence of signing authority:": [ + "" ], - "Trigger VQF 902.9": [ - "Iniciar VQF 902.9" + "Customer classification": [ + "Identifizierung der Person" ], - "Trigger VQF 902.11": [ - "Iniciar VQF 902.11" + "Classification for the establishment of the beneficial owner of the assets and/or controlling person": [ + "" ], - "Trigger VQF 902.12": [ - "Iniciar VQF 902.12" + "The customer is:": [ + "" ], - "Trigger VQF 902.13": [ - "Iniciar VQF 902.13" + "A natural person and there are no doubts that this person is the sole beneficial owner of the assets": [ + "" ], - "Trigger VQF 902.14": [ - "Iniciar VQF 902.14" + "An operational legal entity or partnership": [ + "" ], - "Trigger VQF 902.15": [ - "Iniciar VQF 902.15" + "A foundation (or a similar construct; incl. underlying companies)": [ + "" ], - "Challenger test": [ - "Probar challenger" + "A trust (incl. underlying companies)": [ + "" ], - "The URL is wrong": [ - "La URL es incorrecta" + "A life insurance policy with separately managed accounts / securities accounts (so-called insurance wrappers)": [ + "Angaben zu Lebensversicherungen mit getrennt geführten Konten/Depotkonten (sog. Insurance Wrapper)" ], - "Maybe the validation check expired.": [ - "Quizas la verificacion expiro." + "Identification Form (acceptance)": [ + "Formular zur Identifizierung" ], - "KYC_REQUIREMENT_INFO_DESCRIPTION\u0004%1$s": [ + "Acceptance of business relationship": [ "" ], - "KYC_REQUIREMENT_LINK_DESCRIPTION\u0004%1$s": [ + "Date (conclusion of contract):": [ "" - ] - } - }, - "domain": "messages", - "plural_forms": "nplurals=2; plural=n != 1;", - "lang": "es", - "completeness": 97 -}; - -strings['en'] = { - "locale_data": { - "messages": { - "": { - "domain": "messages", - "plural_forms": "nplurals=2; plural=n != 1;", - "lang": "es" - }, - "Kyc completed": [ + ], + "Accepted via:": [ "" ], - "You will be redirected to nowhere": [ + "Face to face": [ "" ], - "Show debug info": [ + "Authenticated copy of identification document": [ "" ], - "Internal error, please report.": [ + "Residentail address validated": [ "" ], - "Customer identification": [ + "Further information:": [ + "Identifizierung der Person" + ], + "Evaluation with regard to embargo procedures/terrorism lists on establishing the business relationship": [ "" ], - "Preferences": [ + "Verification whether the customer, beneficial owners of the assets, controlling persons, authorized representatives or other involved persons are listed on an embargo/terrorism list.": [ "" ], - "Simple form": [ + "Embargo/terrorism status:": [ "" ], - "Comment": [ + "Not listed on embargo/terrorism list.": [ "" ], - "Resolution": [ + "Listed on embargo/terrorism list.": [ "" ], - "New state": [ + "Embargo/terrorism information:": [ "" ], - "Frozen": [ + "Verification date": [ + "Formular zur Identifizierung" + ], + "Supplemental files": [ "" ], - "Pending": [ + "Risk Profile AMLA": [ + "AMLA-Risikoprofil" + ], + "Evaluation of politically exposed persons (PEP-Check)": [ "" ], - "Normal": [ + "This evaluation has to be completed by all members for every business relationship.": [ "" ], - "New threshold": [ + "Foreign PEP": [ "" ], - "Do you accept terms of service": [ + "Is the customer, the beneficial owner or the controlling person or authorised representative a foreign PEP or closely related to such a person?": [ "" ], - "Full Name": [ + "Domestic PEP": [ "" ], - "Birthdate": [ + "Is the customer, the beneficial owner or the controlling person or authorised representative a domestic PEP or closely related to such a person?": [ "" ], - "Are you a cross-border truck driver?": [ + "PEP of International Organisatons": [ "" ], - "Yes": [ + "Is the customer, the beneficial owner or the controlling person or authorised representative a PEP in International Organizations or closely related to such a person?": [ "" ], - "No": [ + "Acceptance date": [ "" ], - "How much is in your pockets?": [ + "When the decision of the Senior executive body on the acceptance of a business relationship with a PEP was obtain on.": [ "" ], - "Simple comment": [ + "Evaluation \"high risk\" or non-cooperative country": [ "" ], - "Terms of Service": [ + "High-risk or non-cooperative country": [ "" ], - "GLS onboarding": [ + "Is the customer, the beneficial owner or the controlling person or authorised representative in a country considered by the FATF as high-risk or non-cooperative and for which FATF requires increased diligence?": [ "" ], - "Identification Form": [ + "When the decision of the Senior executive body on the acceptance of such a business relationship was obtained on.": [ "" ], - "The customer has to be identified on entering into a permanent business relationship or on concluding a cash transaction, which meets the according threshold.": [ + "Evaluation of business relationship risk": [ "" ], - "Risk Profile AMLA": [ + "Country risk": [ "" ], - "Customer Profile": [ + "Applicable country risk types": [ "" ], - "The information below has to refer to the persons from whom the assets originate ultimately (e.g. beneficial owner of the assets, founder/creator of a trust or foundation). Is the customer an operational legal entity or partnership the information may refer to the entity itself (not to the controlling person), unless the entity holds the assets in trust for a third party.": [ + "Nationality of the customer": [ "" ], - "Declaration of identity of the beneficial owner (A)": [ + "Nationality of the beneficial owner of the assets": [ + "Identitätserklärung des wirtschaftlich Berechtigten (A)" + ], + "Domicile/residential address of the customer": [ "" ], - "Establishing of the controlling person of operating legal entities and partnerships both not quoted on the stock exchange (K)": [ + "Domicile/residential address of the beneficial owner of the assets": [ "" ], - "for operating legal entities and partnerships that are contracting partner as well as analogously for operating legal entities and partnership that are beneficial owners": [ + "Domicile/residential address of the controlling person": [ "" ], - "Foundations (as well as similar constructs) (S)": [ + "Country risk level (nationality)": [ "" ], - "Declaration for trusts (T)": [ + "Risk category according to VQF country list (VQF doc. no. 902.4.1)": [ "" ], - "Special Clarifications": [ + "Low (Risk 0)": [ "" ], - "When a business relationship or transaction is associated with increased risk, appears unusual or evidence exists that the assets are the proceeds of a felony or a qualified tax offence, the member has to perform additional clarifications.": [ + "Risk 0 acc. to VQF country list (VQF doc. no. 902.4.1)": [ "" ], - "Insurance policies (I)": [ + "Medium (Risk 1)": [ "" ], - "Information of life insurance policies with separately managed accounts/securities accounts (so-called insurance wrappers)": [ + "Risk 1 acc. to VQF country list (VQF doc. no. 902.4.1)": [ "" ], - "Name and birthdate": [ + "High (Risk 2)": [ "" ], - "The form is too big for the server, try uploading smaller files.": [ + "Risk 2 acc. to VQF country list (VQF doc. no. 902.4.1)": [ "" ], - "The account was not found": [ + "Country risk type (place of business activity)": [ "" ], - "Officer disabled or more recent decision was already submitted.": [ + "Customer": [ + "Kundenprofil" + ], + "Beneficial owner": [ "" ], - "Debug information about the values in the form": [ + "Country risk level (business activity)": [ "" ], - "Cancel": [ + "Industry risk": [ "" ], - "Submit": [ + "Industry risk source": [ "" ], - "Mandatory identification requirements are satisfied": [ + "Beneficial owner of the assets": [ "" ], - "Process completed": [ + "Industry risk level": [ "" ], - "You can close this window now.": [ + "Clearly defined, transparent, easily comprehensible business activity well known to the member.": [ "" ], - "Please, complete the following requirement:": [ + "Business activity with a high level of cash transactions.": [ "" ], - "Please, complete any of the following requirements:": [ + "Business activity not well known to the member.": [ "" ], - "Start": [ + "Trade in munitions/arms, raw gem stones/diamonds, jewellery, international trade in exotic animals, casino and lottery business, trade in erotic wares.": [ "" ], - "Form": [ + "Member has no personal knowledge of the customer’s industry.": [ "" ], - "Fill form": [ + "Contact risk": [ "" ], - "Trigger KYC balance": [ + "Type of contact to the customer/benefcial owner of the assets.": [ "" ], - "Trigger KYC Balance": [ + "Contact risk level": [ "" ], - "Amount": [ + "Personal acquaintance between member and customer/beneficial owner of the assets over several years (at least 2) prior to entering into the business relationship": [ "" ], - "could not create token": [ + "The customer/beneficial owner was not personally known to the member for several years (at least 2) prior to entering into the business relationship; however (a) no business was entered into in the absence of the customer/beneficial owner, or (b) the customer was at least introduced/brokered by a trusted third party.": [ "" ], - "access denied": [ + "The customer/beneficial owner was not personally known to the member and business was entered into in the absence of the former (relationship by correspondence) and the customer was not introduced/brokered by a trusted third party.": [ "" ], - "not found": [ + "Summary evaluation": [ "" ], - "conflict": [ + "Justification for risk assessment": [ "" ], - "No kyc required": [ + "Risk classification": [ + "Spezielle Abklärungen" + ], + "Conclusion whether the business relationship is with or without increased risk.": [ "" ], - "Access denied trying to test balance.": [ + "No high risk": [ "" ], - "Unavailable For Legal Reasons": [ + "High risk": [ "" ], - "This actions will trigger wallet balance kyc above 1000000 threshold, the exchange should be properly configured to trigger the desired kyc flow.": [ + "When the decision of the Senior executive body on the acceptance of a business relationship with increased risk was obtained on.": [ "" ], - "Trigger TOPS Terms of service": [ + "Customer Profile": [ + "Kundenprofil" + ], + "The information below has to refer to the persons from whom the assets originate ultimately (e.g. beneficial owner of the assets, founder/creator of a trust or foundation). Is the customer an operational legal entity or partnership the information may refer to the entity itself (not to the controlling person), unless the entity holds the assets in trust for a third party.": [ + "Die nachstehenden Angaben müssen sich auf die Personen beziehen, die als wirtschaftlich Berechtigte der Vermögenswerte gelten (z. B. verantwortlicher Eigentümer der Vermögenswerte, Gründer/Stifter eines Trusts oder einer Stiftung). Handelt es sich dabei um eine operativ tätige juristische Person (Kapital- oder Personengesellschaft), können sich die Angaben auf die Firma als juristische Person selbst beziehen (und nicht auf die sie beherrschende Person), es sei denn, die juristische Person hält die Vermögenswerte treuhänderisch für einen Dritten." + ], + "Business activity": [ "" ], - "Trigger GLS onboarding": [ + "Profession, business activities, etc. (former, current, potentially planned)": [ "" ], - "Trigger VQF 902.1": [ + "Financial circumstances": [ "" ], - "Trigger VQF 902.4": [ + "Income and assets, liabilities (estimated)": [ "" ], - "Trigger VQF 902.5": [ + "Origin of the deposited assets involved": [ "" ], - "Trigger VQF 902.9": [ + "Will the the customer deposit assets with Taler Operations AG?": [ "" ], - "Trigger VQF 902.11": [ + "Nature, amount and currency of deposited assets.": [ "" ], - "Trigger VQF 902.12": [ + "Category": [ "" ], - "Trigger VQF 902.13": [ + "Savings": [ "" ], - "Trigger VQF 902.14": [ + "Own business operations": [ "" ], - "Trigger VQF 902.15": [ + "Inheritance": [ "" ], - "Challenger test": [ + "Category clarification": [ + "Spezielle Abklärungen" + ], + "Detail description of the origings/economical background of the assets involved in the business relationship": [ "" ], - "The URL is wrong": [ + "Nature and purpose of the business relationship": [ "" ], - "Maybe the validation check expired.": [ + "Purpose of the business relationship": [ "" ], - "KYC_REQUIREMENT_INFO_DESCRIPTION\u0004%1$s": [ + "Information on the planned development of the business relationship and the assets": [ "" ], - "KYC_REQUIREMENT_LINK_DESCRIPTION\u0004%1$s": [ + "Detail on usual business volume": [ "" - ] - } - }, - "domain": "messages", - "plural_forms": "nplurals=2; plural=n != 1;", - "lang": "es", - "completeness": 0 -}; - -strings['de'] = { - "locale_data": { - "messages": { - "": { - "domain": "messages", - "plural_forms": "nplurals=2; plural=n != 1;", - "lang": "es" - }, - "Kyc completed": [ + ], + "Relationship with third parties": [ "" ], - "You will be redirected to nowhere": [ + "Relation of the customer to the beneficial owner, controlling persons, authorised signatories and other persons involved in the business relationship": [ "" ], - "Show debug info": [ + "Relation to other AMLA-Files": [ "" ], - "Internal error, please report.": [ + "Introducer / agents / references": [ "" ], - "Customer identification": [ + "Further information": [ + "Identifizierung der Person" + ], + "Other relevant information": [ "" ], - "Preferences": [ + "Declaration of identity of the beneficial owner (A)": [ + "Identitätserklärung des wirtschaftlich Berechtigten (A)" + ], + "Declaration of identity of the beneficial owner": [ + "Identitätserklärung des wirtschaftlich Berechtigten (A)" + ], + "Beneficial owner details": [ "" ], - "Simple form": [ + "Beneficial owner(s)": [ "" ], - "Comment": [ + "The person(s) listed below is/are the beneficial owner(s) of the assets involved in the business relationship. If the contracting partner is also the sole beneficial owner of the assets, the contracting partner's detail must be set out below": [ "" ], - "Resolution": [ + "Domicile address": [ "" ], - "New state": [ + "January": [ "" ], - "Frozen": [ + "February": [ "" ], - "Pending": [ + "March": [ "" ], - "Normal": [ + "April": [ "" ], - "New threshold": [ + "May": [ "" ], - "Do you accept terms of service": [ + "June": [ "" ], - "Full Name": [ + "July": [ "" ], - "Birthdate": [ + "August": [ "" ], - "Are you a cross-border truck driver?": [ + "September": [ "" ], - "Yes": [ + "October": [ "" ], - "No": [ + "November": [ "" ], - "How much is in your pockets?": [ + "December": [ "" ], - "Simple comment": [ + "Previous year": [ "" ], - "Terms of Service": [ + "Next year": [ "" ], - "GLS onboarding": [ + "Previous month": [ "" ], - "Identification Form": [ + "Next month": [ "" ], - "The customer has to be identified on entering into a permanent business relationship or on concluding a cash transaction, which meets the according threshold.": [ + "Cancel": [ + "Abbrechen" + ], + "Remove": [ "" ], - "Risk Profile AMLA": [ + "Confirm": [ "" ], - "Customer Profile": [ + "Add new...": [ "" ], - "The information below has to refer to the persons from whom the assets originate ultimately (e.g. beneficial owner of the assets, founder/creator of a trust or foundation). Is the customer an operational legal entity or partnership the information may refer to the entity itself (not to the controlling person), unless the entity holds the assets in trust for a third party.": [ + "No element found": [ + "Nichts gefunden" + ], + "%1$s (Classification level %2$s)": [ "" ], - "Declaration of identity of the beneficial owner (A)": [ + "years": [ "" ], - "Establishing of the controlling person of operating legal entities and partnerships both not quoted on the stock exchange (K)": [ + "months": [ "" ], - "for operating legal entities and partnerships that are contracting partner as well as analogously for operating legal entities and partnership that are beneficial owners": [ + "days": [ "" ], - "Foundations (as well as similar constructs) (S)": [ + "hours": [ "" ], - "Declaration for trusts (T)": [ + "minutes": [ "" ], - "Special Clarifications": [ + "seconds": [ "" ], - "When a business relationship or transaction is associated with increased risk, appears unusual or evidence exists that the assets are the proceeds of a felony or a qualified tax offence, the member has to perform additional clarifications.": [ + "Upload a file": [ "" ], - "Insurance policies (I)": [ + "Download a copy.": [ "" ], - "Information of life insurance policies with separately managed accounts/securities accounts (so-called insurance wrappers)": [ + "Missing fields": [ "" ], + "Simple comment": [ + "Einfacher Kommentar" + ], + "Terms of Service": [ + "Allgemeine Geschäftsbedingungen" + ], "Name and birthdate": [ + "Name und Geburtsdatum" + ], + "required": [ + "Es ist keine KYC-Prüfung erforderlich" + ], + "Validation function failed. Contact developers %1$s": [ "" ], "The form is too big for the server, try uploading smaller files.": [ - "" + "Das Formular ist zu groß für den Server. Versuchen Sie, kleinere Dateien hochzuladen." ], "The account was not found": [ - "" + "Das Konto wurde nicht gefunden" ], "Officer disabled or more recent decision was already submitted.": [ - "" + "Bereits deaktiviert vom Beauftragten oder eine neuere Entscheidung wurde bereits eingetragen." ], "Debug information about the values in the form": [ + "Informationen fürs Debugging bezüglich der Werte im Formular" + ], + "Submit": [ + "Abenden" + ], + "Could not load context information": [ "" ], - "Cancel": [ + "Could not find form": [ "" ], - "Submit": [ + "Form with id '%1$s' is not registered in this application.": [ "" ], - "Mandatory identification requirements are satisfied": [ + "Can't upload information": [ "" ], - "Process completed": [ + "The KYC requirement doesn't have an ID": [ "" ], + "Mandatory identification requirements are satisfied": [ + "Die obligatorischen Erfordernisse zur Identifizierung sind erfüllt" + ], + "Process completed": [ + "Das Verfahren ist abgeschlossen" + ], "You can close this window now.": [ - "" + "Sie können dieses Fenster jetzt schließen." ], "Please, complete the following requirement:": [ - "" + "Bitte folgendes ausfüllen:" ], "Please, complete any of the following requirements:": [ - "" + "Folgende Erfordernisse müssen erfüllt sein:" ], - "Start": [ - "" + "not found": [ + "Nichts gefunden" ], - "Form": [ - "" + "conflict": [ + "Konflikt" ], - "Fill form": [ + "payload is too large": [ "" ], - "Trigger KYC balance": [ + "Link generated, you can proceed.": [ "" ], - "Trigger KYC Balance": [ - "" + "%1$s": [ + "%1$s" ], - "Amount": [ + "Generate link": [ "" ], - "could not create token": [ + "Open link": [ "" ], - "access denied": [ - "" + "Form": [ + "Formular" ], - "not found": [ - "" + "Fill form": [ + "Formular ausfüllen" ], - "conflict": [ - "" + "Trigger KYC balance": [ + "KYC-Bewertung auslösen" ], - "No kyc required": [ + "You can also use the formId in the UR after \"/test/show-forms/$FORM_ID\"": [ "" ], - "Access denied trying to test balance.": [ - "" + "Trigger KYC Balance": [ + "KYC-Saldo auslösen" ], - "Unavailable For Legal Reasons": [ + "Amount": [ + "Betrag" + ], + "No kyc triggered.": [ + "Es ist keine KYC-Prüfung erforderlich" + ], + "Forbidden.": [ "" ], + "Not found.": [ + "Nichts gefunden" + ], + "Conflict.": [ + "Konflikt" + ], "This actions will trigger wallet balance kyc above 1000000 threshold, the exchange should be properly configured to trigger the desired kyc flow.": [ - "" + "Ein Wallet-Guthaben von über 1.000.000 löst eine KYC-Prüfung aus. Taler Exchange sollte dem entsprechend konfiguriert sein, um den gewünschten Vorgang der KYC-Prüfung auszulösen." ], "Trigger TOPS Terms of service": [ - "" + "Allgemeine Geschäftsbedingungen von TOPS auslösen" ], "Trigger GLS onboarding": [ - "" + "GLS-Händleronboarding auslösen" ], "Trigger VQF 902.1": [ - "" + "Verfahren nach VQF 902.1 auslösen" ], "Trigger VQF 902.4": [ - "" + "Verfahren nach VQF 902.4 auslösen" ], "Trigger VQF 902.5": [ - "" + "Verfahren nach VQF 902.5 auslösen" ], "Trigger VQF 902.9": [ - "" + "Verfahren nach VQF 902.9 auslösen" ], "Trigger VQF 902.11": [ - "" + "Verfahren nach VQF 902.11 auslösen" ], "Trigger VQF 902.12": [ - "" + "Verfahren nach VQF 902.12 auslösen" ], "Trigger VQF 902.13": [ - "" + "Verfahren nach VQF 902.13 auslösen" ], "Trigger VQF 902.14": [ - "" + "Verfahren nach VQF 902.14 auslösen" ], "Trigger VQF 902.15": [ - "" + "Verfahren nach VQF 902.15 auslösen" ], "Challenger test": [ - "" + "Challenger-Test" + ], + "Trigger VQF 902.9 customer": [ + "Verfahren nach VQF 902.9 auslösen" + ], + "Trigger VQF 902.9 officer": [ + "Verfahren nach VQF 902.9 auslösen" ], "The URL is wrong": [ - "" + "Die URL ist nicht korrekt" ], "Maybe the validation check expired.": [ - "" + "Möglicherweise ist der Gültigkeitszeitraum der Überprüfung abgelaufen." ], - "KYC_REQUIREMENT_INFO_DESCRIPTION\u0004%1$s": [ - "" + "Are you a cross-border truck driver?": [ + "Fahren Sie einen LKW im grenzüberschreitenden Verkehr?" + ], + "How much is in your pockets?": [ + "Wie viel Bargeld führen Sie mit sich?" ], "KYC_REQUIREMENT_LINK_DESCRIPTION\u0004%1$s": [ - "" + "%1$s" + ], + "KYC_REQUIREMENT_INFO_DESCRIPTION\u0004%1$s": [ + "%1$s" ] } }, "domain": "messages", "plural_forms": "nplurals=2; plural=n != 1;", - "lang": "es", - "completeness": 0 + "lang": "de", + "completeness": 26 }; diff --git a/packages/merchant-backoffice-ui/src/i18n/strings.ts b/packages/merchant-backoffice-ui/src/i18n/strings.ts @@ -109,8 +109,8 @@ strings['uk'] = { "Copy and paste this IBAN and the legal name of the beneficial owner into the respective fields in your preferred banking app or online banking website.": [ "" ], - "Receiver name": [ - "Дата доставки" + "Beneficiary": [ + "" ], "Step 2:": [ "" @@ -712,6 +712,9 @@ strings['uk'] = { "Forbidden.": [ "" ], + "Delete access token": [ + "Встановити токен доступу" + ], "Deleting an access token cannot be undone.": [ "наступний токен доступу, який буде використано" ], @@ -1339,6 +1342,9 @@ strings['uk'] = { "Select date to show nearby orders": [ "виберіть дату, щоб показати найближчі замовлення" ], + "Only show unpaid orders": [ + "показувати лише оплачені замовлення" + ], "Only show paid orders": [ "показувати лише оплачені замовлення" ], @@ -1429,6 +1435,9 @@ strings['uk'] = { "There are pending KYC requirements.": [ "" ], + "refund": [ + "повернення" + ], "Reason": [ "Причина" ], @@ -1567,6 +1576,9 @@ strings['uk'] = { "Order status": [ "Статус замовлення" ], + "Unpaid": [ + "неоплачено" + ], "Product list": [ "Список продуктів" ], @@ -1624,9 +1636,6 @@ strings['uk'] = { "Refund URI": [ "URI повернення" ], - "Unpaid": [ - "неоплачено" - ], "Pay at": [ "URL для оплати" ], @@ -1894,6 +1903,12 @@ strings['uk'] = { "Product id": [ "Ідентифікатор продукту" ], + "Delete product": [ + "Видалено" + ], + "Delete the product \"%1$s\"": [ + "не вдалося видалити продукт" + ], "If you delete the product named %1$s (ID: %2$s ), the stock and related information will be lost": [ "" ], @@ -2011,6 +2026,12 @@ strings['uk'] = { "Template identification": [ "" ], + "Delete template": [ + "додати нові шаблони" + ], + "Delete the template \"%1$s\"": [ + "" + ], "If you delete the template %1$s (ID: %2$s) you may loose information": [ "" ], @@ -2107,12 +2128,21 @@ strings['uk'] = { "Token family has been deleted.": [ "Сімейство токенів \"%1$s\" (SLUG: %2$s) видалено" ], + "Delete token family": [ + "Не вдалося видалити сімейство токенів" + ], + "Delete the token family \"%1$s\"": [ + "Видалення сімейства токенів %1$s ." + ], "If you delete the %1$s token family (Slug: %2$s), all issued tokens will become invalid.": [ "Якщо ви видалите сімейство токенів %1$s (Slug: %2$s), всі випущені токени стануть недійсними." ], "Deleting a token family %1$s .": [ "Видалення сімейства токенів %1$s ." ], + "can't be undone": [ + "не може бути порожнім" + ], "Token Family: %1$s": [ "Сімейство токенів: %1$s" ], @@ -2368,6 +2398,9 @@ strings['uk'] = { "I agree": [ "" ], + "Accept the Terms of service": [ + "" + ], "You must accept the Terms of service to continue.": [ "" ], @@ -2596,6 +2629,12 @@ strings['uk'] = { "Show all instances": [ "Показати всі інстанції" ], + "Delete instance": [ + "Не вдалося видалити інстанцію" + ], + "Delete the instance \"%1$s\"": [ + "завантажити новіші шаблони" + ], "If you delete the instance named %1$s (ID: %2$s), the merchant will no longer be able to process orders and refunds": [ "" ], @@ -2605,6 +2644,15 @@ strings['uk'] = { "Deleting an instance %1$s": [ "завантажити новіші шаблони" ], + "This cannot be undone!": [ + "не може бути порожнім" + ], + "Purge the instance": [ + "Не вдалося видалити інстанцію" + ], + "Purge the instance \"%1$s\"": [ + "Ви встановлюєте токен доступу для нової інстанції" + ], "If you purge the instance named %1$s (ID: %2$s), you will also delete all of its transaction data!": [ "" ], @@ -2643,13 +2691,106 @@ strings['uk'] = { ], "There are no statistics to list": [ "" + ], + "title\u0004%1$s: Settings": [ + "Налаштування" + ], + "title\u0004%1$s: New bank account": [ + "Банківський рахунок" + ], + "title\u0004%1$s: Bank accounts": [ + "Банківський рахунок" + ], + "title\u0004%1$s: Update bank Account": [ + "Перевірка дійсності банківського рахунку: %1$s" + ], + "title\u0004%1$s: Orders": [ + "Замовлення" + ], + "title\u0004%1$s: New order": [ + "" + ], + "title\u0004%1$s: Inventory": [ + "" + ], + "title\u0004%1$s: New product": [ + "" + ], + "title\u0004%1$s: Update product": [ + "не вдалося оновити продукт" + ], + "title\u0004%1$s: Category": [ + "" + ], + "title\u0004%1$s: New category": [ + "" + ], + "title\u0004%1$s: Update category": [ + "не вдалося оновити шаблон" + ], + "title\u0004%1$s: Wire transfers": [ + "Ідентифікатор банківського переказу" + ], + "title\u0004%1$s: Webhooks": [ + "Вебхуки" + ], + "title\u0004%1$s: New webhook": [ + "додати нові вебхуки" + ], + "title\u0004%1$s: Update webhook": [ + "не вдалося видалити вебхук" + ], + "title\u0004%1$s: OTP devices": [ + "додати новий резерв" + ], + "title\u0004%1$s: New OTP device": [ + "додати новий резерв" + ], + "title\u0004%1$s: Update OTP device": [ + "" + ], + "title\u0004%1$s: New template": [ + "додати нові шаблони" + ], + "title\u0004%1$s: Update template": [ + "додати нові шаблони" + ], + "title\u0004%1$s: Templates": [ + "Шаблони" + ], + "title\u0004%1$s: Use template": [ + "додати нові шаблони" + ], + "title\u0004%1$s: Personalization": [ + "" + ], + "title\u0004%1$s: Token families": [ + "" + ], + "title\u0004%1$s: New token family": [ + "" + ], + "title\u0004%1$s: Update token family": [ + "Не вдалося оновити сімейство токенів" + ], + "title\u0004%1$s: Access tokens": [ + "Токен доступу" + ], + "title\u0004%1$s: New access token": [ + "Новий токен доступу" + ], + "title\u0004New instance": [ + "додати нову інстанцію" + ], + "title\u0004Instances": [ + "Інстанції" ] } }, "domain": "messages", "plural_forms": "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;", "lang": "uk", - "completeness": 63 + "completeness": 64 }; strings['tr'] = { @@ -2744,8 +2885,8 @@ strings['tr'] = { "Copy and paste this IBAN and the legal name of the beneficial owner into the respective fields in your preferred banking app or online banking website.": [ "" ], - "Receiver name": [ - "Teslim tarihi" + "Beneficiary": [ + "" ], "Step 2:": [ "" @@ -3347,6 +3488,9 @@ strings['tr'] = { "Forbidden.": [ "" ], + "Delete access token": [ + "Oluşturulma" + ], "Deleting an access token cannot be undone.": [ "" ], @@ -3710,1573 +3854,58 @@ strings['tr'] = { "Unable to reach the payment service provider, contact the system administrator or check again later.": [ "" ], - "The payment service provider replied with a invalid status, contact the system administrator or check again later.": [ - "" - ], - "Change value to unknown date": [ - "" - ], - "Enter description or id": [ - "" - ], - "No match found for that description or ID.": [ - "" - ], - "You must enter a valid product identifier.": [ - "" - ], - "Quantity must be greater than 0!": [ - "" - ], - "This quantity exceeds remaining stock. Currently, only %1$s units remain unreserved in stock.": [ - "" - ], - "Search product": [ - "" - ], - "Quantity": [ - "" - ], - "How many products will be added": [ - "" - ], - "Add from inventory": [ - "" - ], - "This product has %1$s applicable taxes configured.": [ - "" - ], - "No taxes configured for this product.": [ - "" - ], - "Amount": [ - "Miktar" - ], - "Taxes can be in currencies that differ from the main currency used by the merchant.": [ - "" - ], - "Enter the currency and value separated by a colon (e.g., &quot;USD:2.3&quot;).": [ - "" - ], - "Legal name of the tax, e.g. VAT or import duties.": [ - "" - ], - "Add tax to the tax list": [ - "" - ], - "Describe and add a product that is not in the inventory list": [ - "" - ], - "Add custom product": [ - "" - ], - "Complete information of the product": [ - "" - ], - "Must be a number.": [ - "" - ], - "Must be greater than 0.": [ - "" - ], - "Photo of the product.": [ - "" - ], - "Full product description.": [ - "" - ], - "Unit name": [ - "" - ], - "Name of the product unit.": [ - "" - ], - "Price per unit": [ - "" - ], - "Amount in the current currency.": [ - "" - ], - "How many products will be added.": [ - "" - ], - "Taxes": [ - "" - ], - "Total price": [ - "" - ], - "Must be greater than 0": [ - "" - ], - "Must have a refund deadline": [ - "Geri ödeme son tarihi" - ], - "Auto refund can't be after refund deadline": [ - "" - ], - "Must be in the future": [ - "" - ], - "Either fulfillment url or fulfillment message must be specified.": [ - "" - ], - "is not a valid URL": [ - "" - ], - "Product with ID \"%1$s\" is out of stock.": [ - "" - ], - "No exchange would accept a payment because of KYC requirements.": [ - "" - ], - "Manage products in order": [ - "" - ], - "%1$s products with a total price of %2$s.": [ - "" - ], - "Manage list of products in the order.": [ - "" - ], - "Remove this product from the order.": [ - "" - ], - "Products price sum": [ - "Ürünler" - ], - "Total product price added up": [ - "" - ], - "Order price": [ - "" - ], - "Amount to be paid by the customer": [ - "" - ], - "Final order price": [ - "" - ], - "Summary": [ - "Özet" - ], - "Title of the order to be shown to the customer": [ - "" - ], - "Shipping and fulfillment": [ - "" - ], - "Delivery date": [ - "Teslim tarihi" - ], - "Deadline for physical delivery assured by the merchant.": [ - "" - ], - "Delivery location": [ - "Teslim tarihi" - ], - "Address where the products will be delivered": [ - "" - ], - "Fulfillment URL": [ - "Gönderim URL'si" - ], - "URL to which the user will be redirected after successful payment.": [ - "" - ], - "Fulfillment message": [ - "Gönderim URL'si" - ], - "Message shown to the customer after paying for the order.": [ - "" - ], - "Taler payment options": [ - "" - ], - "Override default Taler payment settings for this order": [ - "" - ], - "Payment time": [ - "" - ], - "Time for the customer to pay before the offer expires. Inventory products will be reserved until this deadline. The time starts after the order is created.": [ - "" - ], - "Default": [ - "" - ], - "Refund time": [ - "İade edildi" - ], - "Time while the order can be refunded by the merchant. Time starts after the order is created.": [ - "" - ], - "Wire transfer time": [ - "" - ], - "Time for the exchange to make the wire transfer. Time starts after the order is created.": [ - "" - ], - "Auto-refund time": [ - "" - ], - "Time until which the wallet will automatically check for refunds without user interaction.": [ - "" - ], - "Maximum fee": [ - "Azami ücret" - ], - "Maximum fees the merchant is willing to cover for this order. Higher deposit fees must be covered in full by the consumer.": [ - "" - ], - "Create token": [ - "" - ], - "If the order ID is easy to guess, the token will prevent other users from claiming the order.": [ - "" - ], - "Minimum age required": [ - "" - ], - "Any value greater than 0 will limit the coins able be used to pay this contract. If empty the age restriction will be defined by the products": [ - "" - ], - "Minimum age defined by the products is %1$s": [ - "" - ], - "No product with age restriction in this order": [ - "" - ], - "Additional information": [ - "" - ], - "Custom information to be included in the contract for this order.": [ - "" - ], - "You must enter a value in JavaScript Object Notation (JSON).": [ - "" - ], - "remove": [ - "" - ], - "Custom field name": [ - "Bina adı" - ], - "Disabled": [ - "" - ], - "No deadline": [ - "Geri ödeme son tarihi" - ], - "Deadline at %1$s": [ - "" - ], - "Select date to show nearby orders": [ - "" - ], - "Only show paid orders": [ - "" - ], - "Paid": [ - "" - ], - "Only show orders with refunds": [ - "" - ], - "Refunded": [ - "İade edildi" - ], - "Show only paid orders for which the wire transfer is still pending.": [ - "" - ], - "Not wired": [ - "" - ], - "Only display orders that have already been transferred by the payment service provider": [ - "" - ], - "Completed": [ - "" - ], - "Remove all filters": [ - "" - ], - "Clear date filter": [ - "" - ], - "Jump to date (%1$s)": [ - "" - ], - "Gone.": [ - "" - ], - "UnavailableForLegalReasons.": [ - "" - ], - "Jump to order with the given product ID": [ - "" - ], - "Order id": [ - "" - ], - "Instance unknown": [ - "" - ], - "Order unknown": [ - "" - ], - "Create order": [ - "Oluşturulma" - ], - "The instance doesn't exist": [ - "" - ], - "The order doesn't exist": [ - "" - ], - "Date": [ - "Tarih" - ], - "Refund": [ - "" - ], - "copy url": [ - "" - ], - "Load more orders after the last one": [ - "" - ], - "No orders have been found matching your query!": [ - "" - ], - "Duplicated": [ - "" - ], - "This value exceeds the refundable amount.": [ - "" - ], - "Forbidden": [ - "" - ], - "Gone": [ - "" - ], - "There are pending KYC requirements.": [ - "" - ], - "Reason": [ - "" - ], - "Amount to be refunded": [ - "" - ], - "Max refundable:": [ - "" - ], - "Choose one...": [ - "" - ], - "Requested by the customer": [ - "" - ], - "Other": [ - "" - ], - "Why this order is being refunded": [ - "" - ], - "More information to give context": [ - "" - ], - "now": [ - "" - ], - "This is when the time for making refund has been expired.": [ - "" - ], - "This is when the time for making the payment has been expired.": [ - "" - ], - "This is when the wire transfer is going to be executed by the payment service provider.": [ - "" - ], - "This wire transfer has been notified by the payment service provider.": [ - "" - ], - "This refund is waiting to be claimed by the customer.": [ - "" - ], - "This refund has been claimed by the customer.": [ - "" - ], - "The current moment in time.": [ - "" - ], - "This refund can't be claimed because the wire transfer has already be made.": [ - "" - ], - "Contract terms": [ - "" - ], - "Human-readable description of the whole purchase": [ - "" - ], - "Total price for the transaction": [ - "" - ], - "URL for this purchase": [ - "" - ], - "Max fee": [ - "Azami ücret" - ], - "Maximum total deposit fee accepted by the merchant for this contract": [ - "" - ], - "Time when this contract was generated": [ - "" - ], - "Refund deadline": [ - "Geri ödeme son tarihi" - ], - "After this deadline has passed, no refunds will be accepted.": [ - "" - ], - "Payment deadline": [ - "" - ], - "After this deadline, the merchant won't accept payments for the contract": [ - "" - ], - "Wire transfer deadline": [ - "" - ], - "Transfer deadline for the exchange": [ - "" - ], - "Time indicating when the order should be delivered": [ - "" - ], - "Where the order will be delivered": [ - "" - ], - "Auto-refund delay": [ - "" - ], - "How long the wallet should try to get an automatic refund for the purchase": [ - "" - ], - "Extra info": [ - "" - ], - "Extra data that is only interpreted by the merchant frontend": [ - "" - ], - "order created": [ - "" - ], - "pay deadline": [ - "Geri ödeme son tarihi" - ], - "refund deadline": [ - "Geri ödeme son tarihi" - ], - "delivery": [ - "Teslim tarihi" - ], - "Order": [ - "" - ], - "Claimed": [ - "" - ], - "Claimed at": [ - "Oluşturulma" - ], - "Timeline": [ - "" - ], - "Payment details": [ - "" - ], - "Order status": [ - "" - ], - "Product list": [ - "" - ], - "refund missed: %1$s": [ - "" - ], - "refund missed: %1$s: %2$s": [ - "" - ], - "refund created: %1$s": [ - "" - ], - "refund created: %1$s: %2$s": [ - "" - ], - "refund taken: %1$s": [ - "" - ], - "refund taken: %1$s: %2$s": [ - "" - ], - "The contract terms has a v1 order without choices_index.": [ - "" - ], - "The contract terms has a v1 order with a bad choices_index.": [ - "" - ], - "wired %1$s": [ - "" - ], - "wire deadline": [ - "Geri ödeme son tarihi" - ], - "Wired": [ - "" - ], - "Refund order": [ - "İade edildi" - ], - "Not refundable": [ - "" - ], - "Next event in": [ - "" - ], - "Refunded amount": [ - "" - ], - "Refund taken": [ - "" - ], - "Status URL": [ - "" - ], - "Refund URI": [ - "" - ], - "Unpaid": [ - "" - ], - "Pay at": [ - "" - ], - "Order status URL": [ - "" - ], - "Payment URI": [ - "" - ], - "Unknown order status. This is an error, please contact the administrator.": [ - "" - ], - "Invalid. Please enter letters and numbers only.": [ - "" - ], - "Just letters and numbers from 2 to 7": [ - "" - ], - "The size of the key must be 32 characters": [ - "" - ], - "Internal ID on the system": [ - "" - ], - "Useful to identify the device physically": [ - "" - ], - "Verification algorithm": [ - "" - ], - "Algorithm used to verify transactions in offline mode": [ - "" - ], - "Device key": [ - "" - ], - "Be sure to choose a password that is hard to guess, or use the random generator.": [ - "" - ], - "Your device needs to match exactly the same value": [ - "" - ], - "Generate random secret key": [ - "" - ], - "Random": [ - "" - ], - "Create another": [ - "Oluşturulma" - ], - "You can scan the next QR code with your device or save the key before continuing.": [ - "" - ], - "OTP devices": [ - "" - ], - "Delete selected devices from the database": [ - "" - ], - "There are no devices to list yet, add more by pressing the + sign": [ - "" - ], - "Template id is unknown": [ - "" - ], - "The provided information is inconsistent with the current state of the template": [ - "" - ], - "Device:": [ - "" - ], - "Algorithm to use to verify transactions in offline mode": [ - "" - ], - "Not modified": [ - "" - ], - "Be sure to be very hard to guess or use the random generator": [ - "" - ], - "Your device need to have exactly the same value": [ - "" - ], - "Change key": [ - "" - ], - "Is not the same": [ - "" - ], - "You are updating the password for the instance with ID \"%1$s\"": [ - "" - ], - "In order to verify that you have access.": [ - "" - ], - "Confirm change": [ - "" - ], - "Testing password change": [ - "" - ], - "Password changed": [ - "" - ], - "The current password is wrong.": [ - "" - ], - "No enough rights to change the password.": [ - "" - ], - "Account not found.": [ - "Hesap" - ], - "Add element to the list": [ - "" - ], - "Click here to configure the product's stock. If left as is, the backend will not control stock.": [ - "" - ], - "Manage stock": [ - "" - ], - "This product has been configured without stock control": [ - "" - ], - "Infinite": [ - "" - ], - "Shrinkage cannot exceed the current stock and incoming supplies (maximum %1$s)": [ - "" - ], - "Incoming": [ - "" - ], - "Lost": [ - "" - ], - "Current": [ - "" - ], - "Remove stock control for this product": [ - "" - ], - "without stock": [ - "" - ], - "Next restock": [ - "" - ], - "Warehouse address": [ - "" - ], - "Invalid amount": [ - "Geçerlilik" - ], - "Product identification to use in URLs (for internal use only).": [ - "" - ], - "Illustration of the product for customers.": [ - "" - ], - "Product name.": [ - "Ürünler" - ], - "Product description for customers.": [ - "" - ], - "Age restriction": [ - "" - ], - "Is this product restricted for customer below certain age?": [ - "" - ], - "Minimum age of the customer": [ - "" - ], - "Unit describing quantity of product sold (e.g. 2 kilograms, 5 liters, 3 items, 5 meters) for customers.": [ - "" - ], - "Example: kg, items or liters": [ - "" - ], - "Sale price for customers, including taxes, for above units of the product.": [ - "" - ], - "Stock": [ - "" - ], - "Inventory for products with finite supply (for internal use only).": [ - "" - ], - "Taxes included in the product price, exposed to customers.": [ - "" - ], - "Search by category description or id": [ - "" - ], - "Categories where this product will be listed on.": [ - "" - ], - "Add product to inventory": [ - "" - ], - "Product not found.": [ - "" - ], - "This change was made without outdated info.": [ - "" - ], - "Sales": [ - "" - ], - "Sold": [ - "" - ], - "Free": [ - "" - ], - "Go to product update page": [ - "" - ], - "Update": [ - "" - ], - "Remove this product from the database": [ - "" - ], - "Update the product with new price": [ - "" - ], - "Update product with new price": [ - "" - ], - "Confirm update": [ - "" - ], - "lost can't be greater that current + incoming (max %1$s)": [ - "" - ], - "Add more elements to the inventory": [ - "" - ], - "Report elements lost in the inventory": [ - "" - ], - "New price for the product": [ - "" - ], - "There are values with errors.": [ - "" - ], - "Update product with new stock and price": [ - "" - ], - "There are no products to list yet, add more by pressing the + sign": [ - "" - ], - "Product (ID: %1$s) has been deleted": [ - "" - ], - "Jump to product with the given product ID": [ - "" - ], - "Product id": [ - "" - ], - "If you delete the product named %1$s (ID: %2$s ), the stock and related information will be lost": [ - "" - ], - "Deleting a product cannot be undone.": [ - "" - ], - "Product id:": [ - "" - ], - "Must be greater that 0": [ - "" - ], - "Too short": [ - "" - ], - "Identifier": [ - "" - ], - "Name of the template in URLs.": [ - "" - ], - "Template name": [ - "" - ], - "Describe what this template stands for": [ - "" - ], - "Order summary": [ - "" - ], - "If specified here, this template will create orders with the same summary": [ - "" - ], - "Summary is editable": [ - "" - ], - "Allow the user to change the summary.": [ - "" - ], - "If specified here, this template will create orders with the same price": [ - "" - ], - "Amount is editable": [ - "" - ], - "Allow the user to select the amount to pay.": [ - "" - ], - "Currency is editable": [ - "" - ], - "Allow the user to change currency.": [ - "" - ], - "Supported currencies": [ - "" - ], - "Supported currencies: %1$s": [ - "" - ], - "Minimum age": [ - "Asgari yaş" - ], - "Is this contract restricted to some age?": [ - "" - ], - "Payment timeout": [ - "" - ], - "How much time the customer has to complete the payment once the order was created.": [ - "" - ], - "OTP device": [ - "" - ], - "Use to verify transactions in offline mode.": [ - "" - ], - "No OTP device.": [ - "" - ], - "Add one first": [ - "" - ], - "No device": [ - "" - ], - "Add new templates": [ - "" - ], - "Load more templates before the first one": [ - "" - ], - "Delete selected templates from the database": [ - "" - ], - "Use template to create new order": [ - "" - ], - "Generate a QR code for the template.": [ - "" - ], - "Show QR": [ - "" - ], - "Load more templates after the last one": [ - "" - ], - "There are no templates to list yet, add more by pressing the + sign": [ - "" - ], - "Jump to template with the given template ID": [ - "" - ], - "Template identification": [ - "" - ], - "If you delete the template %1$s (ID: %2$s) you may loose information": [ - "" - ], - "Deleting a template cannot be undone.": [ - "" - ], - "Print": [ - "" - ], - "The template configuration needs to be fixed.": [ - "" - ], - "The currency of the template is %1$s and is not in the list of supported currencies.": [ - "" - ], - "If specified, this template will create order with the same summary": [ - "" - ], - "If specified, this template will create orders with the same price": [ - "" - ], - "How much time has the customer to complete the payment once the order was created.": [ - "" - ], - "An amount is required": [ - "" - ], - "An order summary is required": [ - "" - ], - "No more stock for product with ID \"%1$s\".": [ - "" - ], - "New order from template": [ - "" - ], - "Amount of the order": [ - "" - ], - "Slug": [ - "" - ], - "Token family slug to use in URLs (for internal use only)": [ - "" - ], - "Kind": [ - "" - ], - "Token family kind": [ - "" - ], - "User-readable token family name": [ - "" - ], - "Token family description for customers": [ - "" - ], - "Valid After": [ - "Geçerlilik" - ], - "Token family can issue tokens after this date": [ - "" - ], - "Valid Before": [ - "" - ], - "Token family can issue tokens until this date": [ - "" - ], - "Validity Granularity": [ - "" - ], - "Rounding granularity for the start validity of keys, must be 1 minute, 1 hour, 1 day, 1 week, 30 days or 90 days": [ - "" - ], - "Validity duration of a issued token": [ - "" - ], - "Token Families": [ - "" - ], - "Add token family": [ - "" - ], - "Go to token family update page": [ - "" - ], - "Remove this token family from the database": [ - "" - ], - "There are no token families yet, add the first one by pressing the + sign.": [ - "" - ], - "Token family has been deleted.": [ - "" - ], - "If you delete the %1$s token family (Slug: %2$s), all issued tokens will become invalid.": [ - "" - ], - "Deleting a token family %1$s .": [ - "" - ], - "Token Family: %1$s": [ - "" - ], - "Incoming wire transfers": [ - "" - ], - "Load more wire transfers preceding the first one": [ - "" - ], - "Expected credit": [ - "" - ], - "Confirmed": [ - "" - ], - "Validated": [ - "Geçerlilik" - ], - "Executed on": [ - "" - ], - "yes": [ - "" - ], - "no": [ - "" - ], - "never": [ - "" - ], - "unknown": [ - "" - ], - "Load more transfers after the last one": [ - "" - ], - "Verified wire transfers": [ - "" - ], - "Verified": [ - "" - ], - "There are no transfers to list yet, add more by pressing the + sign": [ - "" - ], - "All accounts": [ - "Hesap" - ], - "Filter by account address": [ - "" - ], - "Only display transfers that have already been transferred to your bank account by the payment service provider.": [ - "" - ], - "Only show wire transfers confirmed by the merchant": [ - "" - ], - "Wire transfer already confirmed.": [ - "" - ], - "I have received the wire transfer": [ - "" - ], - "Confirm the wire transfer": [ - "" - ], - "The wire transfer has been sent and should be in your bank account in any time. You can manually confirm the reception usign the information below.": [ - "" - ], - "Time": [ - "" - ], - "Transfer ID": [ - "" - ], - "It's not the same.": [ - "" - ], - "You are deleting the instance with ID \"%1$s\"": [ - "" - ], - "Instance": [ - "" - ], - "Write the instance name to confirm the deletion": [ - "" - ], - "Purge": [ - "" - ], - "All the data will be fully deleted, otherwise only the access will be removed.": [ - "" - ], - "DELETE": [ - "" - ], - "Pay delay can't be greater than wire transfer delay": [ - "" - ], - "Instance id": [ - "" - ], - "Delete this instance": [ - "" - ], - "Must be one of '%1$s'": [ - "" - ], - "URL is invalid": [ - "" - ], - "Webhook ID to use": [ - "" - ], - "Event": [ - "" - ], - "Payment": [ - "" - ], - "Order settled": [ - "" - ], - "Category added": [ - "" - ], - "Category updated": [ - "" - ], - "Inventory added": [ - "" - ], - "Inventory updated": [ - "Teslim tarihi" - ], - "Inventory deleted": [ - "" - ], - "The event of the webhook: why the webhook is used": [ - "" - ], - "Method": [ - "" - ], - "GET": [ - "" - ], - "POST": [ - "" - ], - "PUT": [ - "" - ], - "PATCH": [ - "" - ], - "HEAD": [ - "" - ], - "Method used by the webhook": [ - "" - ], - "URL": [ - "" - ], - "URL of the webhook where the customer will be redirected": [ - "" - ], - "The text below supports the %1$s template engine. Any string between %2$s and %3$s will be replaced with the value of the corresponding variable.": [ - "" - ], - "For example, %1$s will be replaced with the the order's price.": [ - "" - ], - "The short list of variables are:": [ - "" - ], - "order's description": [ - "" - ], - "order's price": [ - "" - ], - "order's unique identification": [ - "" - ], - "the amount that was being refunded": [ - "" - ], - "the reason entered by the merchant staff for granting the refund": [ - "" - ], - "time of the refund in nanoseconds since 1970": [ - "" - ], - "Http header": [ - "" - ], - "Header template of the webhook": [ - "" - ], - "Http body": [ - "" - ], - "Body template used by the webhook.": [ - "" - ], - "Webhook deleted successfully": [ - "" - ], - "Add new webhooks": [ - "" - ], - "Load more webhooks before the first one": [ - "" - ], - "Event type": [ - "" - ], - "Delete selected webhook from the database": [ - "" - ], - "Load more webhooks after the last one": [ - "" - ], - "There are no webhooks to list yet, add more by pressing the + sign": [ - "" - ], - "Webhook updated": [ - "" - ], - "Header": [ - "" - ], - "Body": [ - "" - ], - "Body template used by the webhook": [ - "" - ], - "There is another instance with this username.": [ - "" - ], - "Self provision": [ - "" - ], - "Phone": [ - "" - ], - "Contact phone number": [ - "" - ], - "I agree": [ - "" - ], - "You must accept the Terms of service to continue.": [ - "" - ], - "Create": [ - "Oluşturulma" - ], - "Password reset": [ - "" - ], - "Resetting access to the instance \"%1$s\"": [ - "" - ], - "Reset": [ - "" - ], - "Language": [ - "" - ], - "Date format": [ - "" - ], - "How the date is going to be displayed": [ - "" - ], - "Merchant type": [ - "" - ], - "Simplify UI based on the user usage.": [ - "" - ], - "Expert user": [ - "" - ], - "Taler developer": [ - "" - ], - "Unattended in-person offline vending": [ - "" - ], - "In-person online point-of-sale with inventory": [ - "" - ], - "Digital publishing": [ - "" - ], - "E-commerce site": [ - "" - ], - "Developer mode": [ - "" - ], - "Only use developer mode if you know how the application works. Some features enabled in this mode are still under testing.": [ - "" - ], - "Your browser does not support the canvas element.": [ - "" - ], - "Bad gateway": [ - "" - ], - "Service unavailable": [ - "" - ], - "Select date from which to show statistics": [ - "" - ], - "Show chart": [ - "" - ], - "Orders chart": [ - "" - ], - "Show table": [ - "" - ], - "Orders table": [ - "" - ], - "Start from (%1$s)": [ - "" - ], - "Orders statistics": [ - "" - ], - "Since": [ - "" - ], - "No order statistics yet.": [ - "" - ], - "# of orders since": [ - "" - ], - "hour": [ - "" - ], - "day": [ - "" - ], - "week": [ - "" - ], - "weeks": [ - "" - ], - "month": [ - "" - ], - "months": [ - "" - ], - "quarter": [ - "" - ], - "quarters": [ - "" - ], - "years": [ - "" - ], - "Revenue chart": [ - "" - ], - "Revenue table": [ - "" - ], - "Revenue statistics filter": [ - "" - ], - "Time range": [ - "" - ], - "Select time range to group dataset by": [ - "" - ], - "Select the number of ranges to include in data set": [ - "" - ], - "Currency": [ - "" - ], - "Select the currency to show statistics for": [ - "" - ], - "Revenue statistics over the past %1$s %2$s for currency '%3$s'": [ - "" - ], - "Start time": [ - "" - ], - "No revenue statistics yet.": [ - "" - ], - "Revenue": [ - "" - ], - "Welcome!": [ - "" - ], - "The application is in a unexpected state and can't recover from here. You can report the problem to the developers at %1$s": [ - "" - ], - "You need to associate a bank account to receive revenue.": [ - "" - ], - "Without this the merchant backend will refuse to create new orders.": [ - "" - ], - "Hide for today": [ - "" - ], - "KYC verification needed": [ - "" - ], - "Some transfers are on hold until the KYC process is completed. Visit the KYC section in the left-hand menu for more information.": [ - "" - ], - "The request reached a timeout, check your connection.": [ - "" - ], - "The request was cancelled.": [ - "" - ], - "Too many requests were made to the server, and this action was throttled.": [ - "" - ], - "The server's response was malformed.": [ - "" - ], - "Could not complete the request due to a network problem.": [ - "" - ], - "Unexpected request error.": [ - "" - ], - "Unexpected error.": [ - "" - ], - "Add new instance": [ - "" - ], - "Edit": [ - "" - ], - "Change password": [ - "" - ], - "There are no instances yet. Add one by pressing the '+' sign.": [ - "" - ], - "Instance \"%1$s\" (ID: %2$s) has been deleted.": [ - "" - ], - "Only show active instances": [ - "" - ], - "Active": [ - "" - ], - "Only show deleted instances": [ - "" - ], - "Deleted": [ - "" - ], - "Show all instances": [ + "The payment service provider replied with a invalid status, contact the system administrator or check again later.": [ "" ], - "If you delete the instance named %1$s (ID: %2$s), the merchant will no longer be able to process orders and refunds": [ + "Change value to unknown date": [ "" ], - "This action deletes the instance's private key, but preserves all transaction data. You can still access the transaction data after having deleted the instance.": [ + "Enter description or id": [ "" ], - "Deleting an instance %1$s": [ + "No match found for that description or ID.": [ "" ], - "If you purge the instance named %1$s (ID: %2$s), you will also delete all of its transaction data!": [ + "You must enter a valid product identifier.": [ "" ], - "The instance will disappear from your list and you will no longer be able to access its data.": [ + "Quantity must be greater than 0!": [ "" ], - "Purging an instance %1$s": [ + "This quantity exceeds remaining stock. Currently, only %1$s units remain unreserved in stock.": [ "" ], - "checking compatibility with server...": [ + "Search product": [ "" ], - "Contacting the server failed": [ + "Quantity": [ "" ], - "The server version is not supported": [ + "How many products will be added": [ "" ], - "Supported version \"%1$s\", server version \"%2$s\".": [ + "Add from inventory": [ "" ], - "Deleting": [ + "This product has %1$s applicable taxes configured.": [ "" ], - "Changing": [ + "No taxes configured for this product.": [ "" ], - "Manage password": [ + "Amount": [ + "Miktar" + ], + "Taxes can be in currencies that differ from the main currency used by the merchant.": [ "" ], - "Business Name": [ + "Enter the currency and value separated by a colon (e.g., &quot;USD:2.3&quot;).": [ "" ], - "Available statistics": [ + "Legal name of the tax, e.g. VAT or import duties.": [ "" ], - "There are no statistics to list": [ + "Add tax to the tax list": [ "" ] } @@ -5284,7 +3913,7 @@ strings['tr'] = { "domain": "messages", "plural_forms": "nplurals=2; plural=n != 1;", "lang": "tr", - "completeness": 7 + "completeness": 9 }; strings['sv'] = { @@ -5379,7 +4008,7 @@ strings['sv'] = { "Copy and paste this IBAN and the legal name of the beneficial owner into the respective fields in your preferred banking app or online banking website.": [ "" ], - "Receiver name": [ + "Beneficiary": [ "" ], "Step 2:": [ @@ -5982,6 +4611,9 @@ strings['sv'] = { "Forbidden.": [ "" ], + "Delete access token": [ + "" + ], "Deleting an access token cannot be undone.": [ "" ], @@ -6609,6 +5241,9 @@ strings['sv'] = { "Select date to show nearby orders": [ "" ], + "Only show unpaid orders": [ + "" + ], "Only show paid orders": [ "" ], @@ -6699,6 +5334,9 @@ strings['sv'] = { "There are pending KYC requirements.": [ "" ], + "refund": [ + "" + ], "Reason": [ "" ], @@ -6837,6 +5475,9 @@ strings['sv'] = { "Order status": [ "" ], + "Unpaid": [ + "" + ], "Product list": [ "" ], @@ -6894,9 +5535,6 @@ strings['sv'] = { "Refund URI": [ "" ], - "Unpaid": [ - "" - ], "Pay at": [ "" ], @@ -7164,6 +5802,12 @@ strings['sv'] = { "Product id": [ "" ], + "Delete product": [ + "" + ], + "Delete the product \"%1$s\"": [ + "" + ], "If you delete the product named %1$s (ID: %2$s ), the stock and related information will be lost": [ "" ], @@ -7281,6 +5925,12 @@ strings['sv'] = { "Template identification": [ "" ], + "Delete template": [ + "" + ], + "Delete the template \"%1$s\"": [ + "" + ], "If you delete the template %1$s (ID: %2$s) you may loose information": [ "" ], @@ -7377,6 +6027,12 @@ strings['sv'] = { "Token family has been deleted.": [ "" ], + "Delete token family": [ + "" + ], + "Delete the token family \"%1$s\"": [ + "" + ], "If you delete the %1$s token family (Slug: %2$s), all issued tokens will become invalid.": [ "" ], @@ -7866,6 +6522,12 @@ strings['sv'] = { "Show all instances": [ "" ], + "Delete instance": [ + "" + ], + "Delete the instance \"%1$s\"": [ + "" + ], "If you delete the instance named %1$s (ID: %2$s), the merchant will no longer be able to process orders and refunds": [ "" ], @@ -7875,6 +6537,12 @@ strings['sv'] = { "Deleting an instance %1$s": [ "" ], + "Purge the instance": [ + "" + ], + "Purge the instance \"%1$s\"": [ + "" + ], "If you purge the instance named %1$s (ID: %2$s), you will also delete all of its transaction data!": [ "" ], @@ -7913,6 +6581,99 @@ strings['sv'] = { ], "There are no statistics to list": [ "" + ], + "title\u0004%1$s: Settings": [ + "" + ], + "title\u0004%1$s: New bank account": [ + "" + ], + "title\u0004%1$s: Bank accounts": [ + "" + ], + "title\u0004%1$s: Update bank Account": [ + "" + ], + "title\u0004%1$s: Orders": [ + "" + ], + "title\u0004%1$s: New order": [ + "" + ], + "title\u0004%1$s: Inventory": [ + "" + ], + "title\u0004%1$s: New product": [ + "" + ], + "title\u0004%1$s: Update product": [ + "" + ], + "title\u0004%1$s: Category": [ + "" + ], + "title\u0004%1$s: New category": [ + "" + ], + "title\u0004%1$s: Update category": [ + "" + ], + "title\u0004%1$s: Wire transfers": [ + "" + ], + "title\u0004%1$s: Webhooks": [ + "" + ], + "title\u0004%1$s: New webhook": [ + "" + ], + "title\u0004%1$s: Update webhook": [ + "" + ], + "title\u0004%1$s: OTP devices": [ + "" + ], + "title\u0004%1$s: New OTP device": [ + "" + ], + "title\u0004%1$s: Update OTP device": [ + "" + ], + "title\u0004%1$s: New template": [ + "" + ], + "title\u0004%1$s: Update template": [ + "" + ], + "title\u0004%1$s: Templates": [ + "" + ], + "title\u0004%1$s: Use template": [ + "" + ], + "title\u0004%1$s: Personalization": [ + "" + ], + "title\u0004%1$s: Token families": [ + "" + ], + "title\u0004%1$s: New token family": [ + "" + ], + "title\u0004%1$s: Update token family": [ + "" + ], + "title\u0004%1$s: Access tokens": [ + "" + ], + "title\u0004%1$s: New access token": [ + "" + ], + "title\u0004New instance": [ + "" + ], + "title\u0004Instances": [ + "" ] } }, @@ -8014,7 +6775,7 @@ strings['it'] = { "Copy and paste this IBAN and the legal name of the beneficial owner into the respective fields in your preferred banking app or online banking website.": [ "" ], - "Receiver name": [ + "Beneficiary": [ "" ], "Step 2:": [ @@ -8617,6 +7378,9 @@ strings['it'] = { "Forbidden.": [ "" ], + "Delete access token": [ + "" + ], "Deleting an access token cannot be undone.": [ "" ], @@ -9244,6 +8008,9 @@ strings['it'] = { "Select date to show nearby orders": [ "" ], + "Only show unpaid orders": [ + "" + ], "Only show paid orders": [ "" ], @@ -9334,6 +8101,9 @@ strings['it'] = { "There are pending KYC requirements.": [ "" ], + "refund": [ + "Rimborsato" + ], "Reason": [ "" ], @@ -9472,6 +8242,9 @@ strings['it'] = { "Order status": [ "" ], + "Unpaid": [ + "" + ], "Product list": [ "" ], @@ -9529,9 +8302,6 @@ strings['it'] = { "Refund URI": [ "" ], - "Unpaid": [ - "" - ], "Pay at": [ "" ], @@ -9799,6 +8569,12 @@ strings['it'] = { "Product id": [ "" ], + "Delete product": [ + "" + ], + "Delete the product \"%1$s\"": [ + "" + ], "If you delete the product named %1$s (ID: %2$s ), the stock and related information will be lost": [ "" ], @@ -9916,6 +8692,12 @@ strings['it'] = { "Template identification": [ "" ], + "Delete template": [ + "" + ], + "Delete the template \"%1$s\"": [ + "" + ], "If you delete the template %1$s (ID: %2$s) you may loose information": [ "" ], @@ -10012,6 +8794,12 @@ strings['it'] = { "Token family has been deleted.": [ "" ], + "Delete token family": [ + "" + ], + "Delete the token family \"%1$s\"": [ + "" + ], "If you delete the %1$s token family (Slug: %2$s), all issued tokens will become invalid.": [ "" ], @@ -10432,121 +9220,226 @@ strings['it'] = { "Welcome!": [ "" ], - "The application is in a unexpected state and can't recover from here. You can report the problem to the developers at %1$s": [ + "The application is in a unexpected state and can't recover from here. You can report the problem to the developers at %1$s": [ + "" + ], + "You need to associate a bank account to receive revenue.": [ + "" + ], + "Without this the merchant backend will refuse to create new orders.": [ + "" + ], + "Hide for today": [ + "" + ], + "KYC verification needed": [ + "" + ], + "Some transfers are on hold until the KYC process is completed. Visit the KYC section in the left-hand menu for more information.": [ + "" + ], + "The request reached a timeout, check your connection.": [ + "" + ], + "The request was cancelled.": [ + "" + ], + "Too many requests were made to the server, and this action was throttled.": [ + "" + ], + "The server's response was malformed.": [ + "" + ], + "Could not complete the request due to a network problem.": [ + "" + ], + "Unexpected request error.": [ + "" + ], + "Unexpected error.": [ + "" + ], + "Add new instance": [ + "" + ], + "Edit": [ + "" + ], + "Change password": [ + "" + ], + "There are no instances yet. Add one by pressing the '+' sign.": [ + "" + ], + "Instance \"%1$s\" (ID: %2$s) has been deleted.": [ + "" + ], + "Only show active instances": [ + "" + ], + "Active": [ + "" + ], + "Only show deleted instances": [ + "" + ], + "Deleted": [ + "" + ], + "Show all instances": [ + "" + ], + "Delete instance": [ + "" + ], + "Delete the instance \"%1$s\"": [ + "" + ], + "If you delete the instance named %1$s (ID: %2$s), the merchant will no longer be able to process orders and refunds": [ + "" + ], + "This action deletes the instance's private key, but preserves all transaction data. You can still access the transaction data after having deleted the instance.": [ + "" + ], + "Deleting an instance %1$s": [ + "" + ], + "Purge the instance": [ + "" + ], + "Purge the instance \"%1$s\"": [ + "" + ], + "If you purge the instance named %1$s (ID: %2$s), you will also delete all of its transaction data!": [ + "" + ], + "The instance will disappear from your list and you will no longer be able to access its data.": [ + "" + ], + "Purging an instance %1$s": [ + "" + ], + "checking compatibility with server...": [ + "" + ], + "Contacting the server failed": [ + "" + ], + "The server version is not supported": [ "" ], - "You need to associate a bank account to receive revenue.": [ + "Supported version \"%1$s\", server version \"%2$s\".": [ "" ], - "Without this the merchant backend will refuse to create new orders.": [ + "Deleting": [ "" ], - "Hide for today": [ + "Changing": [ "" ], - "KYC verification needed": [ + "Manage password": [ "" ], - "Some transfers are on hold until the KYC process is completed. Visit the KYC section in the left-hand menu for more information.": [ + "Business Name": [ "" ], - "The request reached a timeout, check your connection.": [ + "Available statistics": [ "" ], - "The request was cancelled.": [ + "There are no statistics to list": [ "" ], - "Too many requests were made to the server, and this action was throttled.": [ - "" + "title\u0004%1$s: Settings": [ + "Impostazioni" ], - "The server's response was malformed.": [ + "title\u0004%1$s: New bank account": [ "" ], - "Could not complete the request due to a network problem.": [ + "title\u0004%1$s: Bank accounts": [ "" ], - "Unexpected request error.": [ + "title\u0004%1$s: Update bank Account": [ "" ], - "Unexpected error.": [ + "title\u0004%1$s: Orders": [ "" ], - "Add new instance": [ + "title\u0004%1$s: New order": [ "" ], - "Edit": [ + "title\u0004%1$s: Inventory": [ "" ], - "Change password": [ + "title\u0004%1$s: New product": [ "" ], - "There are no instances yet. Add one by pressing the '+' sign.": [ + "title\u0004%1$s: Update product": [ "" ], - "Instance \"%1$s\" (ID: %2$s) has been deleted.": [ + "title\u0004%1$s: Category": [ "" ], - "Only show active instances": [ + "title\u0004%1$s: New category": [ "" ], - "Active": [ + "title\u0004%1$s: Update category": [ "" ], - "Only show deleted instances": [ + "title\u0004%1$s: Wire transfers": [ "" ], - "Deleted": [ + "title\u0004%1$s: Webhooks": [ "" ], - "Show all instances": [ + "title\u0004%1$s: New webhook": [ "" ], - "If you delete the instance named %1$s (ID: %2$s), the merchant will no longer be able to process orders and refunds": [ + "title\u0004%1$s: Update webhook": [ "" ], - "This action deletes the instance's private key, but preserves all transaction data. You can still access the transaction data after having deleted the instance.": [ + "title\u0004%1$s: OTP devices": [ "" ], - "Deleting an instance %1$s": [ + "title\u0004%1$s: New OTP device": [ "" ], - "If you purge the instance named %1$s (ID: %2$s), you will also delete all of its transaction data!": [ + "title\u0004%1$s: Update OTP device": [ "" ], - "The instance will disappear from your list and you will no longer be able to access its data.": [ + "title\u0004%1$s: New template": [ "" ], - "Purging an instance %1$s": [ + "title\u0004%1$s: Update template": [ "" ], - "checking compatibility with server...": [ + "title\u0004%1$s: Templates": [ "" ], - "Contacting the server failed": [ + "title\u0004%1$s: Use template": [ "" ], - "The server version is not supported": [ + "title\u0004%1$s: Personalization": [ "" ], - "Supported version \"%1$s\", server version \"%2$s\".": [ + "title\u0004%1$s: Token families": [ "" ], - "Deleting": [ + "title\u0004%1$s: New token family": [ "" ], - "Changing": [ + "title\u0004%1$s: Update token family": [ "" ], - "Manage password": [ + "title\u0004%1$s: Access tokens": [ "" ], - "Business Name": [ + "title\u0004%1$s: New access token": [ "" ], - "Available statistics": [ + "title\u0004New instance": [ "" ], - "There are no statistics to list": [ + "title\u0004Instances": [ "" ] } @@ -10649,7 +9542,7 @@ strings['he'] = { "Copy and paste this IBAN and the legal name of the beneficial owner into the respective fields in your preferred banking app or online banking website.": [ "" ], - "Receiver name": [ + "Beneficiary": [ "" ], "Step 2:": [ @@ -11252,6 +10145,9 @@ strings['he'] = { "Forbidden.": [ "" ], + "Delete access token": [ + "" + ], "Deleting an access token cannot be undone.": [ "" ], @@ -11879,6 +10775,9 @@ strings['he'] = { "Select date to show nearby orders": [ "" ], + "Only show unpaid orders": [ + "" + ], "Only show paid orders": [ "" ], @@ -11969,6 +10868,9 @@ strings['he'] = { "There are pending KYC requirements.": [ "" ], + "refund": [ + "" + ], "Reason": [ "" ], @@ -12107,6 +11009,9 @@ strings['he'] = { "Order status": [ "" ], + "Unpaid": [ + "" + ], "Product list": [ "" ], @@ -12164,9 +11069,6 @@ strings['he'] = { "Refund URI": [ "" ], - "Unpaid": [ - "" - ], "Pay at": [ "" ], @@ -12434,6 +11336,12 @@ strings['he'] = { "Product id": [ "" ], + "Delete product": [ + "" + ], + "Delete the product \"%1$s\"": [ + "" + ], "If you delete the product named %1$s (ID: %2$s ), the stock and related information will be lost": [ "" ], @@ -12551,6 +11459,12 @@ strings['he'] = { "Template identification": [ "" ], + "Delete template": [ + "" + ], + "Delete the template \"%1$s\"": [ + "" + ], "If you delete the template %1$s (ID: %2$s) you may loose information": [ "" ], @@ -12647,6 +11561,12 @@ strings['he'] = { "Token family has been deleted.": [ "" ], + "Delete token family": [ + "" + ], + "Delete the token family \"%1$s\"": [ + "" + ], "If you delete the %1$s token family (Slug: %2$s), all issued tokens will become invalid.": [ "" ], @@ -13136,6 +12056,12 @@ strings['he'] = { "Show all instances": [ "" ], + "Delete instance": [ + "" + ], + "Delete the instance \"%1$s\"": [ + "" + ], "If you delete the instance named %1$s (ID: %2$s), the merchant will no longer be able to process orders and refunds": [ "" ], @@ -13145,6 +12071,12 @@ strings['he'] = { "Deleting an instance %1$s": [ "" ], + "Purge the instance": [ + "" + ], + "Purge the instance \"%1$s\"": [ + "" + ], "If you purge the instance named %1$s (ID: %2$s), you will also delete all of its transaction data!": [ "" ], @@ -13183,6 +12115,99 @@ strings['he'] = { ], "There are no statistics to list": [ "" + ], + "title\u0004%1$s: Settings": [ + "" + ], + "title\u0004%1$s: New bank account": [ + "" + ], + "title\u0004%1$s: Bank accounts": [ + "" + ], + "title\u0004%1$s: Update bank Account": [ + "" + ], + "title\u0004%1$s: Orders": [ + "" + ], + "title\u0004%1$s: New order": [ + "" + ], + "title\u0004%1$s: Inventory": [ + "" + ], + "title\u0004%1$s: New product": [ + "" + ], + "title\u0004%1$s: Update product": [ + "" + ], + "title\u0004%1$s: Category": [ + "" + ], + "title\u0004%1$s: New category": [ + "" + ], + "title\u0004%1$s: Update category": [ + "" + ], + "title\u0004%1$s: Wire transfers": [ + "" + ], + "title\u0004%1$s: Webhooks": [ + "" + ], + "title\u0004%1$s: New webhook": [ + "" + ], + "title\u0004%1$s: Update webhook": [ + "" + ], + "title\u0004%1$s: OTP devices": [ + "" + ], + "title\u0004%1$s: New OTP device": [ + "" + ], + "title\u0004%1$s: Update OTP device": [ + "" + ], + "title\u0004%1$s: New template": [ + "" + ], + "title\u0004%1$s: Update template": [ + "" + ], + "title\u0004%1$s: Templates": [ + "" + ], + "title\u0004%1$s: Use template": [ + "" + ], + "title\u0004%1$s: Personalization": [ + "" + ], + "title\u0004%1$s: Token families": [ + "" + ], + "title\u0004%1$s: New token family": [ + "" + ], + "title\u0004%1$s: Update token family": [ + "" + ], + "title\u0004%1$s: Access tokens": [ + "" + ], + "title\u0004%1$s: New access token": [ + "" + ], + "title\u0004New instance": [ + "" + ], + "title\u0004Instances": [ + "" ] } }, @@ -13284,8 +12309,8 @@ strings['fr'] = { "Copy and paste this IBAN and the legal name of the beneficial owner into the respective fields in your preferred banking app or online banking website.": [ "Copiez et collez l'IBAN et le nom dans les champs destinataires de votre application bancaire ou de votre site web" ], - "Receiver name": [ - "Nom du bénéficiaire" + "Beneficiary": [ + "" ], "Step 2:": [ "Étape 2 :" @@ -13887,6 +12912,9 @@ strings['fr'] = { "Forbidden.": [ "" ], + "Delete access token": [ + "Définir un jeton d'accès" + ], "Deleting an access token cannot be undone.": [ "La suppression d'un produit est irréversible." ], @@ -14514,6 +13542,9 @@ strings['fr'] = { "Select date to show nearby orders": [ "Sélectionnez la date pour afficher les commandes proches" ], + "Only show unpaid orders": [ + "Afficher uniquement les commandes payées" + ], "Only show paid orders": [ "Afficher uniquement les commandes payées" ], @@ -14604,6 +13635,9 @@ strings['fr'] = { "There are pending KYC requirements.": [ "Des exigences en matière de connaissance du client (KYC) sont en suspens." ], + "refund": [ + "Remboursement" + ], "Reason": [ "Référence" ], @@ -14742,6 +13776,9 @@ strings['fr'] = { "Order status": [ "Statut de la commande" ], + "Unpaid": [ + "Non payé" + ], "Product list": [ "Liste des produits" ], @@ -14799,9 +13836,6 @@ strings['fr'] = { "Refund URI": [ "URI de remboursement" ], - "Unpaid": [ - "Non payé" - ], "Pay at": [ "URL de paiement" ], @@ -15069,6 +14103,12 @@ strings['fr'] = { "Product id": [ "Identifiant du produit" ], + "Delete product": [ + "Effacées" + ], + "Delete the product \"%1$s\"": [ + "Impossible d'effacer le produit" + ], "If you delete the product named %1$s (ID: %2$s ), the stock and related information will be lost": [ "Si vous effacez le produit nommé %1$s (identifiant : %2$s), le stock et toutes les informations liées seront perdus" ], @@ -15186,6 +14226,12 @@ strings['fr'] = { "Template identification": [ "Identification du modèle" ], + "Delete template": [ + "Suppression d'un modèle" + ], + "Delete the template \"%1$s\"": [ + "Suppression d'un modèle" + ], "If you delete the template %1$s (ID: %2$s) you may loose information": [ "Si vous effacez le modèle %1$s (identifiant : %2$s) vous pourriez perdre des informations" ], @@ -15282,6 +14328,12 @@ strings['fr'] = { "Token family has been deleted.": [ "Famille de jetons \"%1$s\" (type : %2$s) a été effacée" ], + "Delete token family": [ + "Échec de la suppression de la famille de jetons" + ], + "Delete the token family \"%1$s\"": [ + "Suppression de la famille de jetons %1$s ." + ], "If you delete the %1$s token family (Slug: %2$s), all issued tokens will become invalid.": [ "Si vous supprimez la famille de jetons %1$s ( Catégorie : %2$s), tous les jetons émis deviendront invalides." ], @@ -15771,6 +14823,12 @@ strings['fr'] = { "Show all instances": [ "Afficher toutes les instances" ], + "Delete instance": [ + "Suppression d'une instance %1$s ." + ], + "Delete the instance \"%1$s\"": [ + "Suppression d'une instance %1$s ." + ], "If you delete the instance named %1$s (ID: %2$s), the merchant will no longer be able to process orders and refunds": [ "Si vous supprimez l'instance nommée %1$s (ID : %2$s), le commerçant ne sera plus en mesure de traiter les commandes ou les remboursements" ], @@ -15780,6 +14838,12 @@ strings['fr'] = { "Deleting an instance %1$s": [ "Suppression d'une instance %1$s ." ], + "Purge the instance": [ + "Suppression d'une instance %1$s ." + ], + "Purge the instance \"%1$s\"": [ + "Purge d'une instance %1$s ." + ], "If you purge the instance named %1$s (ID: %2$s), you will also delete all of its transaction data!": [ "Si vous purgez l'instance nommée %1$s (ID : %2$s), vous supprimerez également toutes ses données de transaction." ], @@ -15818,13 +14882,106 @@ strings['fr'] = { ], "There are no statistics to list": [ "" + ], + "title\u0004%1$s: Settings": [ + "Configuration" + ], + "title\u0004%1$s: New bank account": [ + "Compte bancaire" + ], + "title\u0004%1$s: Bank accounts": [ + "Comptes bancaires" + ], + "title\u0004%1$s: Update bank Account": [ + "Valider le compte bancaire : %1$s" + ], + "title\u0004%1$s: Orders": [ + "Commandes" + ], + "title\u0004%1$s: New order": [ + "" + ], + "title\u0004%1$s: Inventory": [ + "Inventaire" + ], + "title\u0004%1$s: New product": [ + "" + ], + "title\u0004%1$s: Update product": [ + "Modification du produit impossible" + ], + "title\u0004%1$s: Category": [ + "" + ], + "title\u0004%1$s: New category": [ + "" + ], + "title\u0004%1$s: Update category": [ + "Impossible de modifier la catégorie" + ], + "title\u0004%1$s: Wire transfers": [ + "Virements bancaires" + ], + "title\u0004%1$s: Webhooks": [ + "Webhooks" + ], + "title\u0004%1$s: New webhook": [ + "Ajouter de nouveaux webhooks" + ], + "title\u0004%1$s: Update webhook": [ + "Impossible de modifier le webhook" + ], + "title\u0004%1$s: OTP devices": [ + "Appareils OTP" + ], + "title\u0004%1$s: New OTP device": [ + "Aucun appareil OTP." + ], + "title\u0004%1$s: Update OTP device": [ + "Appareil OTP" + ], + "title\u0004%1$s: New template": [ + "Utiliser le modèle" + ], + "title\u0004%1$s: Update template": [ + "Utiliser le modèle" + ], + "title\u0004%1$s: Templates": [ + "Modèles" + ], + "title\u0004%1$s: Use template": [ + "Utiliser le modèle" + ], + "title\u0004%1$s: Personalization": [ + "" + ], + "title\u0004%1$s: Token families": [ + "Familles de jetons" + ], + "title\u0004%1$s: New token family": [ + "Ajouter une famille de jetons" + ], + "title\u0004%1$s: Update token family": [ + "Impossible de mettre à jour la famille de jetons" + ], + "title\u0004%1$s: Access tokens": [ + "Jeton d'accès" + ], + "title\u0004%1$s: New access token": [ + "Nouveau jeton d'accès" + ], + "title\u0004New instance": [ + "Ajouter une nouvelle instance" + ], + "title\u0004Instances": [ + "Instances" ] } }, "domain": "messages", "plural_forms": "nplurals=2; plural=(n!=1);", "lang": "fr", - "completeness": 79 + "completeness": 80 }; strings['es'] = { @@ -15919,8 +15076,8 @@ strings['es'] = { "Copy and paste this IBAN and the legal name of the beneficial owner into the respective fields in your preferred banking app or online banking website.": [ "Copia y pega este IBAN y el nombre en el campo destinatario en to aplicaion bancaria o sitio web" ], - "Receiver name": [ - "Fecha de entrega" + "Beneficiary": [ + "" ], "Step 2:": [ "Paso 2:" @@ -16522,6 +15679,9 @@ strings['es'] = { "Forbidden.": [ "" ], + "Delete access token": [ + "Establecer token de acceso" + ], "Deleting an access token cannot be undone.": [ "El borrado de un producto no se puede restaurar." ], @@ -17149,6 +16309,9 @@ strings['es'] = { "Select date to show nearby orders": [ "seleccione la fecha para mostrar pedidos cercanos" ], + "Only show unpaid orders": [ + "mostrar sólo pedidos pagados" + ], "Only show paid orders": [ "mostrar sólo pedidos pagados" ], @@ -17239,6 +16402,9 @@ strings['es'] = { "There are pending KYC requirements.": [ "Hay requerimientos de KYC pendientes." ], + "refund": [ + "reembolzar" + ], "Reason": [ "Razón" ], @@ -17377,6 +16543,9 @@ strings['es'] = { "Order status": [ "Estado de orden" ], + "Unpaid": [ + "impago" + ], "Product list": [ "Lista de producto" ], @@ -17434,9 +16603,6 @@ strings['es'] = { "Refund URI": [ "URI de devolución" ], - "Unpaid": [ - "impago" - ], "Pay at": [ "URL de pago" ], @@ -17704,6 +16870,12 @@ strings['es'] = { "Product id": [ "Id de producto" ], + "Delete product": [ + "seleccione un producto primero" + ], + "Delete the product \"%1$s\"": [ + "no se pudo eliminar el producto" + ], "If you delete the product named %1$s (ID: %2$s ), the stock and related information will be lost": [ "Si elimina el producto con nombre %1$s (ID: %2$s ), el stock y la informacion relacionada se perdera" ], @@ -17821,6 +16993,12 @@ strings['es'] = { "Template identification": [ "Identificacion de plantilla" ], + "Delete template": [ + "cargar nuevas transferencias" + ], + "Delete the template \"%1$s\"": [ + "cargar nuevas transferencias" + ], "If you delete the template %1$s (ID: %2$s) you may loose information": [ "Si elimina la plantilla %1$s (ID: %2$s) perdera informacion" ], @@ -17917,6 +17095,12 @@ strings['es'] = { "Token family has been deleted.": [ "Se ha eliminado la familia de tokens \"%1$s\" (SLUG: %2$s)" ], + "Delete token family": [ + "No se ha podido eliminar la familia de tokens" + ], + "Delete the token family \"%1$s\"": [ + "Eliminando una familia de tokens %1$s ." + ], "If you delete the %1$s token family (Slug: %2$s), all issued tokens will become invalid.": [ "Si elimina la familia de tokens %1$s (Slug: %2$s), todos los tokens emitidos no serán válidos." ], @@ -18406,6 +17590,12 @@ strings['es'] = { "Show all instances": [ "Mostrar todas las instancias" ], + "Delete instance": [ + "Borrando la instancia %1$s." + ], + "Delete the instance \"%1$s\"": [ + "Borrando la instancia %1$s." + ], "If you delete the instance named %1$s (ID: %2$s), the merchant will no longer be able to process orders and refunds": [ "Si eliminas la instancia con nombre %1$s (ID: %2$s), el comerciante no podrá procesar ordenes o rembolsos" ], @@ -18415,6 +17605,12 @@ strings['es'] = { "Deleting an instance %1$s": [ "Borrando la instancia %1$s." ], + "Purge the instance": [ + "Borrando la instancia %1$s." + ], + "Purge the instance \"%1$s\"": [ + "Purgando la instancia %1$s." + ], "If you purge the instance named %1$s (ID: %2$s), you will also delete all of its transaction data!": [ "Si purgas la instancia con nombre %1$s (ID: %2$s), tambien borraras toda su informacion transaccional." ], @@ -18453,6 +17649,99 @@ strings['es'] = { ], "There are no statistics to list": [ "" + ], + "title\u0004%1$s: Settings": [ + "Configuración" + ], + "title\u0004%1$s: New bank account": [ + "Cuenta bancaria" + ], + "title\u0004%1$s: Bank accounts": [ + "Cuenta bancaria" + ], + "title\u0004%1$s: Update bank Account": [ + "Validar cuenta bancaria: %1$s" + ], + "title\u0004%1$s: Orders": [ + "Órdenes" + ], + "title\u0004%1$s: New order": [ + "" + ], + "title\u0004%1$s: Inventory": [ + "Inventario" + ], + "title\u0004%1$s: New product": [ + "" + ], + "title\u0004%1$s: Update product": [ + "No se pudo actualizar el producto" + ], + "title\u0004%1$s: Category": [ + "" + ], + "title\u0004%1$s: New category": [ + "" + ], + "title\u0004%1$s: Update category": [ + "no se pudo actualizar el producto" + ], + "title\u0004%1$s: Wire transfers": [ + "ID de la transferencia" + ], + "title\u0004%1$s: Webhooks": [ + "Webhooks" + ], + "title\u0004%1$s: New webhook": [ + "añadir nuevos webhooks" + ], + "title\u0004%1$s: Update webhook": [ + "no se ha podido eliminar el webhook" + ], + "title\u0004%1$s: OTP devices": [ + "Dispositivo OTP" + ], + "title\u0004%1$s: New OTP device": [ + "Sin dispositivo OTP." + ], + "title\u0004%1$s: Update OTP device": [ + "Dispositivo OTP" + ], + "title\u0004%1$s: New template": [ + "añadir nuevas plantillas" + ], + "title\u0004%1$s: Update template": [ + "añadir nuevas plantillas" + ], + "title\u0004%1$s: Templates": [ + "Plantillas" + ], + "title\u0004%1$s: Use template": [ + "añadir nuevas plantillas" + ], + "title\u0004%1$s: Personalization": [ + "" + ], + "title\u0004%1$s: Token families": [ + "Familias de tokens" + ], + "title\u0004%1$s: New token family": [ + "" + ], + "title\u0004%1$s: Update token family": [ + "No se ha podido actualizar la familia de tokens" + ], + "title\u0004%1$s: Access tokens": [ + "Token de acceso" + ], + "title\u0004%1$s: New access token": [ + "Nuevo token de acceso" + ], + "title\u0004New instance": [ + "agregar nueva instancia" + ], + "title\u0004Instances": [ + "Instancias" ] } }, @@ -18554,7 +17843,7 @@ strings['en'] = { "Copy and paste this IBAN and the legal name of the beneficial owner into the respective fields in your preferred banking app or online banking website.": [ "" ], - "Receiver name": [ + "Beneficiary": [ "" ], "Step 2:": [ @@ -19157,6 +18446,9 @@ strings['en'] = { "Forbidden.": [ "" ], + "Delete access token": [ + "" + ], "Deleting an access token cannot be undone.": [ "" ], @@ -19784,6 +19076,9 @@ strings['en'] = { "Select date to show nearby orders": [ "" ], + "Only show unpaid orders": [ + "" + ], "Only show paid orders": [ "" ], @@ -19874,6 +19169,9 @@ strings['en'] = { "There are pending KYC requirements.": [ "" ], + "refund": [ + "" + ], "Reason": [ "" ], @@ -20012,6 +19310,9 @@ strings['en'] = { "Order status": [ "" ], + "Unpaid": [ + "" + ], "Product list": [ "" ], @@ -20069,9 +19370,6 @@ strings['en'] = { "Refund URI": [ "" ], - "Unpaid": [ - "" - ], "Pay at": [ "" ], @@ -20339,6 +19637,12 @@ strings['en'] = { "Product id": [ "" ], + "Delete product": [ + "" + ], + "Delete the product \"%1$s\"": [ + "" + ], "If you delete the product named %1$s (ID: %2$s ), the stock and related information will be lost": [ "" ], @@ -20456,6 +19760,12 @@ strings['en'] = { "Template identification": [ "" ], + "Delete template": [ + "" + ], + "Delete the template \"%1$s\"": [ + "" + ], "If you delete the template %1$s (ID: %2$s) you may loose information": [ "" ], @@ -20552,6 +19862,12 @@ strings['en'] = { "Token family has been deleted.": [ "" ], + "Delete token family": [ + "" + ], + "Delete the token family \"%1$s\"": [ + "" + ], "If you delete the %1$s token family (Slug: %2$s), all issued tokens will become invalid.": [ "" ], @@ -21041,6 +20357,12 @@ strings['en'] = { "Show all instances": [ "" ], + "Delete instance": [ + "" + ], + "Delete the instance \"%1$s\"": [ + "" + ], "If you delete the instance named %1$s (ID: %2$s), the merchant will no longer be able to process orders and refunds": [ "" ], @@ -21050,6 +20372,12 @@ strings['en'] = { "Deleting an instance %1$s": [ "" ], + "Purge the instance": [ + "" + ], + "Purge the instance \"%1$s\"": [ + "" + ], "If you purge the instance named %1$s (ID: %2$s), you will also delete all of its transaction data!": [ "" ], @@ -21088,6 +20416,99 @@ strings['en'] = { ], "There are no statistics to list": [ "" + ], + "title\u0004%1$s: Settings": [ + "" + ], + "title\u0004%1$s: New bank account": [ + "" + ], + "title\u0004%1$s: Bank accounts": [ + "" + ], + "title\u0004%1$s: Update bank Account": [ + "" + ], + "title\u0004%1$s: Orders": [ + "" + ], + "title\u0004%1$s: New order": [ + "" + ], + "title\u0004%1$s: Inventory": [ + "" + ], + "title\u0004%1$s: New product": [ + "" + ], + "title\u0004%1$s: Update product": [ + "" + ], + "title\u0004%1$s: Category": [ + "" + ], + "title\u0004%1$s: New category": [ + "" + ], + "title\u0004%1$s: Update category": [ + "" + ], + "title\u0004%1$s: Wire transfers": [ + "" + ], + "title\u0004%1$s: Webhooks": [ + "" + ], + "title\u0004%1$s: New webhook": [ + "" + ], + "title\u0004%1$s: Update webhook": [ + "" + ], + "title\u0004%1$s: OTP devices": [ + "" + ], + "title\u0004%1$s: New OTP device": [ + "" + ], + "title\u0004%1$s: Update OTP device": [ + "" + ], + "title\u0004%1$s: New template": [ + "" + ], + "title\u0004%1$s: Update template": [ + "" + ], + "title\u0004%1$s: Templates": [ + "" + ], + "title\u0004%1$s: Use template": [ + "" + ], + "title\u0004%1$s: Personalization": [ + "" + ], + "title\u0004%1$s: Token families": [ + "" + ], + "title\u0004%1$s: New token family": [ + "" + ], + "title\u0004%1$s: Update token family": [ + "" + ], + "title\u0004%1$s: Access tokens": [ + "" + ], + "title\u0004%1$s: New access token": [ + "" + ], + "title\u0004New instance": [ + "" + ], + "title\u0004Instances": [ + "" ] } }, @@ -21189,8 +20610,8 @@ strings['de'] = { "Copy and paste this IBAN and the legal name of the beneficial owner into the respective fields in your preferred banking app or online banking website.": [ "Kopieren Sie diese IBAN und fügen Sie diese mit dem Namen des Begünstigten in die entsprechenden Felder Ihrer Banking-App oder Ihrer Online-Banking-Website ein." ], - "Receiver name": [ - "Name des Begünstigten" + "Beneficiary": [ + "" ], "Step 2:": [ "Schritt 2:" @@ -21322,7 +20743,7 @@ strings['de'] = { "Statistiken" ], "Subscriptions and Discounts": [ - "Abonnements und Rabatte" + "Abos und Rabatte" ], "Configuration": [ "Einstellungen" @@ -21792,6 +21213,9 @@ strings['de'] = { "Forbidden.": [ "Unzulässig." ], + "Delete access token": [ + "Zugangstoken festlegen" + ], "Deleting an access token cannot be undone.": [ "Das Löschen eines Zugangstoken kann nicht rückgängig gemacht werden." ], @@ -22419,6 +21843,9 @@ strings['de'] = { "Select date to show nearby orders": [ "Bitte wählen Sie ein Datum, um die Bestellungen dieses Zeitraums anzuzeigen" ], + "Only show unpaid orders": [ + "Nur bezahlte Bestellungen anzeigen" + ], "Only show paid orders": [ "Nur bezahlte Bestellungen anzeigen" ], @@ -22509,6 +21936,9 @@ strings['de'] = { "There are pending KYC requirements.": [ "Es sind noch KYC-Erfordernisse zu erfüllen (Prüfung der wirtschaftlich Berechtigten)." ], + "refund": [ + "Rückerstattung" + ], "Reason": [ "Buchungsvermerk" ], @@ -22519,7 +21949,7 @@ strings['de'] = { "Maximale Rückerstattung:" ], "Choose one...": [ - "Bitte wählen Sie aus..." + "Bitte wählen Sie eine Option aus..." ], "Requested by the customer": [ "Vom Käufer angefordert" @@ -22534,31 +21964,31 @@ strings['de'] = { "Weitere Informationen für eine genauere Beschreibung" ], "now": [ - "nein" + "jetzt" ], "This is when the time for making refund has been expired.": [ - "" + "Zu diesem Zeitpunkt ist die Rückerstattungsfrist abgelaufen." ], "This is when the time for making the payment has been expired.": [ - "" + "Zu diesem Zeitpunkt ist die Zahlungsfrist abgelaufen." ], "This is when the wire transfer is going to be executed by the payment service provider.": [ - "Dieses Konto ist bereit für die Nutzung mit diesem Zahlungsdienst." + "Zu diesem Zeitpunkt ist der Aufschub für die Überweisung durch den Zahlungsdienst abgelaufen." ], "This wire transfer has been notified by the payment service provider.": [ - "Dieses Konto ist bereit für die Nutzung mit diesem Zahlungsdienst." + "Diese Überweisung wurde vom Zahlungsdienst gemeldet." ], "This refund is waiting to be claimed by the customer.": [ - "Vom Kunden zu zahlender Betrag" + "Diese Rückerstattung kann vom Käufer beantragt werden." ], "This refund has been claimed by the customer.": [ - "Vom Kunden zu zahlender Betrag" + "Diese Rückerstattung wurde vom Käufer verlangt." ], "The current moment in time.": [ - "" + "Der jetzige Zeitpunkt." ], "This refund can't be claimed because the wire transfer has already be made.": [ - "" + "Diese Rückerstattung kann nicht mehr beantragt werden, da die Zahlung des Käufers bereits überwiesen wurde." ], "Contract terms": [ "Vertragsbedingungen" @@ -22618,7 +22048,7 @@ strings['de'] = { "Zusätzliche Daten, die nur im Verkäufer-Frontend verarbeitet werden" ], "order created": [ - "Die Bestellung wurde bezahlt und dem Konto gutgeschrieben" + "Die Bestellung wurde angelegt" ], "pay deadline": [ "Zahlungsfrist" @@ -22627,7 +22057,7 @@ strings['de'] = { "Rückerstattungsfrist" ], "delivery": [ - "Lieferdatum" + "Lieferung" ], "Order": [ "Bestellung" @@ -22647,26 +22077,29 @@ strings['de'] = { "Order status": [ "Bestellstatus" ], + "Unpaid": [ + "Noch nicht bezahlt" + ], "Product list": [ "Artikelliste" ], "refund missed: %1$s": [ - "" + "Nicht verlangte Rückerstattung: %1$s" ], "refund missed: %1$s: %2$s": [ - "" + "Nicht verlangte Rückerstattung: %1$s: %2$s" ], "refund created: %1$s": [ - "Die Rückerstattung ist erfolgreich durchgeführt worden" + "Rückerstattung gewährt: %1$s" ], "refund created: %1$s: %2$s": [ - "Die Rückerstattung ist erfolgreich durchgeführt worden" + "Rückerstattung gewährt: %1$s: %2$s" ], "refund taken: %1$s": [ - "Erhaltener Rückerstattungsbetrag" + "Dem Käufer zugegangene Rückerstattung: %1$s" ], "refund taken: %1$s: %2$s": [ - "Erhaltener Rückerstattungsbetrag" + "Dem Käufer zugegangene Rückerstattung: %1$s: %2$s" ], "The contract terms has a v1 order without choices_index.": [ "Die Vertragsbedingungen haben eine Bestellung der Version v1 (ohne choices_index)." @@ -22675,10 +22108,10 @@ strings['de'] = { "Die Vertragsbedingungen haben eine Bestellung der Version v1 (mit einem schlechten choices_index)." ], "wired %1$s": [ - "" + "überwiesen %1$s" ], "wire deadline": [ - "Keine Zahlungsfrist" + "Überweisungszeitpunkt" ], "Wired": [ "Überwiesen" @@ -22704,9 +22137,6 @@ strings['de'] = { "Refund URI": [ "Rückerstattungs-URI" ], - "Unpaid": [ - "Noch nicht bezahlt" - ], "Pay at": [ "Zahlungs-URL" ], @@ -22801,25 +22231,25 @@ strings['de'] = { "Sie erneuern nun das Passwort für die Instanz mit der ID \"%1$s\"" ], "In order to verify that you have access.": [ - "" + "Um zu überprüfen, ob der Zugang gewährt wird." ], "Confirm change": [ "Änderung bestätigen" ], "Testing password change": [ - "Passwort geändert" + "Die Passwortänderung wird überprüft" ], "Password changed": [ "Passwort geändert" ], "The current password is wrong.": [ - "Ihr Passwort für diesen Benutzernamen" + "Das aktuelle Passwort ist falsch." ], "No enough rights to change the password.": [ - "" + "Es bestehen keine ausreichenden Rechte, um das Passwort zu ändern." ], "Account not found.": [ - "Der Artikel wurde nicht gefunden." + "Das Bankkonto wurde nicht gefunden." ], "Add element to the list": [ "Ein Element zur Liste hinzufügen" @@ -22974,6 +22404,12 @@ strings['de'] = { "Product id": [ "Artikel-ID" ], + "Delete product": [ + "Gelöscht" + ], + "Delete the product \"%1$s\"": [ + "Der Artikel konnte nicht gelöscht werden" + ], "If you delete the product named %1$s (ID: %2$s ), the stock and related information will be lost": [ "Wenn Sie den Artikel mit der Bezeichnung %1$s (ID: %2$s) löschen, gehen seine Bestandsdaten und alle zugehörigen Informationen verloren" ], @@ -23091,6 +22527,12 @@ strings['de'] = { "Template identification": [ "Vorlagenidentifikation" ], + "Delete template": [ + "Die Vorlage wird gelöscht" + ], + "Delete the template \"%1$s\"": [ + "Die Vorlage wird gelöscht" + ], "If you delete the template %1$s (ID: %2$s) you may loose information": [ "Wenn Sie die Vorlage %1$s (ID: %2$s) löschen, können Information verlorengehen" ], @@ -23187,6 +22629,12 @@ strings['de'] = { "Token family has been deleted.": [ "Die Tokenfamilie wurde gelöscht." ], + "Delete token family": [ + "Das Löschen der Tokenfamilie ist fehlgeschlagen" + ], + "Delete the token family \"%1$s\"": [ + "Tokenfamilie %1$s wird gelöscht." + ], "If you delete the %1$s token family (Slug: %2$s), all issued tokens will become invalid.": [ "Wenn Sie die Tokenfamilie %1$s (SLUG: %2$s) löschen, werden alle ausgestellten Token ungültig." ], @@ -23245,7 +22693,7 @@ strings['de'] = { "Filtern nach Kontoadressen" ], "Only display transfers that have already been transferred to your bank account by the payment service provider.": [ - "Nur Bestellungen anzeigen, die vom Zahlungsdienst bereits an das Händlerbankkonto überwiesen wurden" + "Nur Überweisungen anzeigen, die vom Zahlungsdienst bereits an Ihr Bankkonto überwiesen wurden." ], "Only show wire transfers confirmed by the merchant": [ "Nur Überweisungen anzeigen, die vom Verkäufer als auf dem Bankkonto eingegangen bestätigt sind" @@ -23676,6 +23124,12 @@ strings['de'] = { "Show all instances": [ "Zeige alle Instanzen" ], + "Delete instance": [ + "Löschung dieser Instanz" + ], + "Delete the instance \"%1$s\"": [ + "Löschung der Instanz %1$s" + ], "If you delete the instance named %1$s (ID: %2$s), the merchant will no longer be able to process orders and refunds": [ "Wenn Sie die Instanz mit der Bezeichnung %1$s (ID: %2$s) löschen, wird sie keine weiteren Bestellungen oder Rückerstattungen bearbeiten können" ], @@ -23685,6 +23139,12 @@ strings['de'] = { "Deleting an instance %1$s": [ "Löschung der Instanz %1$s" ], + "Purge the instance": [ + "Löschung dieser Instanz" + ], + "Purge the instance \"%1$s\"": [ + "Die Instanz %1$s wird endgültig verworfen" + ], "If you purge the instance named %1$s (ID: %2$s), you will also delete all of its transaction data!": [ "Falls Sie die Instanz %1$s (ID: %2$s) vollständig verwerfen, löschen Sie damit auch unwiderruflich alle Transaktionsdaten!" ], @@ -23723,12 +23183,105 @@ strings['de'] = { ], "There are no statistics to list": [ "Es gibt noch keine Statistiken anzuzeigen" + ], + "title\u0004%1$s: Settings": [ + "Einstellungen" + ], + "title\u0004%1$s: New bank account": [ + "Bankkonto" + ], + "title\u0004%1$s: Bank accounts": [ + "Bankkonten" + ], + "title\u0004%1$s: Update bank Account": [ + "Prüfung der Gültigkeit der Kontonummer: %1$s" + ], + "title\u0004%1$s: Orders": [ + "Bestellungen" + ], + "title\u0004%1$s: New order": [ + "" + ], + "title\u0004%1$s: Inventory": [ + "Lagerbestand" + ], + "title\u0004%1$s: New product": [ + "" + ], + "title\u0004%1$s: Update product": [ + "Der Artikel konnte nicht aktualisiert werden" + ], + "title\u0004%1$s: Category": [ + "" + ], + "title\u0004%1$s: New category": [ + "" + ], + "title\u0004%1$s: Update category": [ + "Die Kategorie konnte nicht aktualisiert werden" + ], + "title\u0004%1$s: Wire transfers": [ + "Überweisungen" + ], + "title\u0004%1$s: Webhooks": [ + "Webhooks" + ], + "title\u0004%1$s: New webhook": [ + "Neue Webhooks hinzufügen" + ], + "title\u0004%1$s: Update webhook": [ + "Webhook konnte nicht aktualisiert werden" + ], + "title\u0004%1$s: OTP devices": [ + "OTP-Geräte" + ], + "title\u0004%1$s: New OTP device": [ + "Kein OTP-Gerät." + ], + "title\u0004%1$s: Update OTP device": [ + "OTP-Gerät" + ], + "title\u0004%1$s: New template": [ + "Vorlage verwenden" + ], + "title\u0004%1$s: Update template": [ + "Vorlage verwenden" + ], + "title\u0004%1$s: Templates": [ + "Vorlagen" + ], + "title\u0004%1$s: Use template": [ + "Vorlage verwenden" + ], + "title\u0004%1$s: Personalization": [ + "Personalisierung" + ], + "title\u0004%1$s: Token families": [ + "Tokenfamilien" + ], + "title\u0004%1$s: New token family": [ + "Tokenfamilie hinzufügen" + ], + "title\u0004%1$s: Update token family": [ + "Die Tokenfamilie konnte nicht aktualisiert werden" + ], + "title\u0004%1$s: Access tokens": [ + "Zugangstoken" + ], + "title\u0004%1$s: New access token": [ + "Neuer Zugangstoken" + ], + "title\u0004New instance": [ + "Neue Instanz hinzufügen" + ], + "title\u0004Instances": [ + "Instanzen" ] } }, "domain": "messages", "plural_forms": "nplurals=2; plural=n != 1;", "lang": "de", - "completeness": 98 + "completeness": 99 }; diff --git a/packages/taler-wallet-webextension/src/i18n/strings.ts b/packages/taler-wallet-webextension/src/i18n/strings.ts @@ -1,3191 +1,70347 @@ -export const strings: any = {}; +/* + This file is part of GNU Taler + (C) 2022 Taler Systems S.A. -strings["de"] = { - domain: "messages", - locale_data: { - messages: { - "": { - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "de", - }, - Balance: ["Guthaben"], - Backup: ["Backup"], - "QR Reader and Taler URI": [""], - Settings: ["Einstellungen"], - Dev: ["Dev"], - "%1$s": [""], - "PENDING OPERATIONS": [""], - Loading: ["Lädt Daten"], - "Could not load backup providers": [""], - "No backup providers configured": [""], - "Add provider": [""], - "Sync all backups": [""], - "Sync now": [""], - "Last synced": [""], - "Not synced": [""], - "Expires in": [""], - "There was an error loading the provider detail for &quot; %1$s&quot;": [ - "", - ], - "There is not known provider with url &quot;%1$s&quot;.": [""], - "See providers": [""], - "Last backup": [""], - "Back up": [""], - "Provider fee": [""], - "per year": [""], - Extend: [""], - "terms has changed, extending the service will imply accepting the new terms of service": - [""], - old: [""], - new: [""], - fee: [""], - storage: [""], - "Remove provider": [""], - "This provider has reported an error": [""], - "There is conflict with another backup from %1$s": [""], - "Backup is not readable": [""], - "Unknown backup problem: %1$s": [""], - "service paid": [""], - "Backup valid until": [""], - Cancel: ["Abbrechen"], - "Open reserve page": ["Seite der Reserve aufrufen"], - "Open pay page": ["Seite für Zahlungen aufrufen"], - "Open refund page": ["Seite für Rückerstattungen aufrufen"], - "Open tip page": ["Seite der Aufwandsentschädigungen aufrufen"], - "Open withdraw page": ["Abhebeseite öffnen"], - "Get digital cash": ["Digitales Bargeld abheben"], - "Could not load balance page": ["Konnte die Umsatzanzeige nicht laden"], - Add: [""], - "Send %1$s": [""], - "Taler Action": [""], - "This page has pay action.": [""], - "This page has a withdrawal action.": [""], - "This page has a tip action.": [""], - "This page has a notify reserve action.": [""], - Notify: [""], - "This page has a refund action.": [""], - "This page has a malformed taler uri.": [""], - Dismiss: [""], - "this popup is being closed and you are being redirected to %1$s": [""], - "Could not load purchase proposal details": [ - "Konnte die Umsatzanzeige nicht laden", - ], - "Order Id": [""], - Summary: [""], - Amount: ["Betrag"], - "Merchant name": [""], - "Merchant jurisdiction": [""], - "Merchant address": [""], - "Merchant logo": [""], - "Merchant website": [""], - "Merchant email": [""], - "Merchant public key": [""], - "Delivery date": [""], - "Delivery location": [""], - Products: [""], - "Created at": [""], - "Refund deadline": [""], - "Auto refund": [""], - "Pay deadline": [""], - "Fulfillment URL": [""], - "Fulfillment message": [""], - "Max deposit fee": [""], - "Max fee": [""], - "Minimum age": [""], - "Wire fee amortization": [""], - Auditors: [""], - Exchanges: ["Exchange"], - "Bank account": [""], - "Bitcoin address": [""], - IBAN: [""], - "Could not load deposit status": ["Konnte die Umsatzanzeige nicht laden"], - "Digital cash deposit": [""], - Cost: [""], - Fee: [""], - "To be received": [""], - "Send &nbsp; %1$s": [""], - "Bitcoin transfer details": [""], - "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": - [""], - "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": - [""], - "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": - [""], - Account: [""], - "Bank host": [""], - "Bank transfer details": [""], - Subject: ["Verwendungszweck"], - "Receiver name": [""], - "Could not load the transaction information": [""], - "There was an error trying to complete the transaction": [""], - "This transaction is not completed": [""], - Send: [""], - Retry: ["Erneut versuchen"], - Forget: [""], - "Caution!": [""], - "If you have already wired money to the exchange you will loose the chance to get the coins form it.": - [""], - Confirm: ["Bestätigen"], - Withdrawal: ["Abheben"], - "Make sure to use the correct subject, otherwise the money will not arrive in this wallet.": - [""], - "The bank did not yet confirmed the wire transfer. Go to the %1$s %2$s and check there is no pending step.": - [""], - "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins": - [""], - Details: [""], - Payment: ["Zahlung"], - Refunds: [""], - "%1$s %2$s on %3$s": [ - "%1$s\n möchte einen Vertrag über %2$s\n mit Ihnen abschließen.", - ], - "Merchant created a refund for this order but was not automatically picked up.": - [""], - Offer: [""], - Accept: [""], - Merchant: [""], - "Invoice ID": [""], - Deposit: [""], - Refresh: [""], - Tip: [""], - Refund: [""], - "Original order ID": [""], - "Purchase summary": [""], - copy: [""], - "hide qr": [""], - "show qr": [""], - Credit: [""], - Invoice: [""], - Exchange: ["Exchange"], - URI: [""], - Debit: [""], - Transfer: [""], - Country: ["Betrag"], - "Address lines": [""], - "Building number": [""], - "Building name": [""], - Street: [""], - "Post code": [""], - "Town location": [""], - Town: [""], - District: [""], - "Country subdivision": [""], - Date: [""], - "Transaction fees": [""], - Total: [""], - Withdraw: ["Abheben"], - Price: [""], - Refunded: [""], - Delivery: [""], - "Total transfer": ["Insgesamt abgehoben"], - "Could not load pay status": [""], - "Digital cash payment": [""], - Purchase: [""], - Receipt: [""], - "Valid until": [""], - "List of products": [""], - free: [""], - "Already paid, you are going to be redirected to %1$s": [""], - "Already paid": [""], - "Already claimed": [""], - "Pay with a mobile phone": [""], - "Hide QR": [""], - "Scan the QR code or &nbsp; %1$s": [""], - "Pay &nbsp; %1$s": [""], - "You have no balance for this currency. Withdraw digital cash first.": [ - "", - ], - "Could not find enough coins to pay. Even if you have enough %1$s some restriction may apply.": - [""], - "Your current balance is not enough.": [ - "Es gibt kein Guthaben anzuzeigen.", - ], - "Merchant message": [""], - "Could not load refund status": ["Konnte die Umsatzanzeige nicht laden"], - "Digital cash refund": [""], - "You&apos;ve ignored the tip.": [""], - "The refund is in progress.": [""], - "Total to refund": ["Insgesamt abgehoben"], - "The merchant &quot;%1$s&quot; is offering you a refund.": [ - "Der Händler %1$s bietet Ihnen eine Aufwandsentschädigung von %2$s durch den Exchange %3$s", - ], - "Order amount": [""], - "Already refunded": [""], - "Refund offered": [""], - "Accept &nbsp; %1$s": [""], - "Could not load tip status": ["Konnte die Umsatzanzeige nicht laden"], - "Digital cash tip": [""], - "The merchant is offering you a tip": [ - "Der Händler %1$s bietet Ihnen eine Aufwandsentschädigung von %2$s durch den Exchange %3$s", - ], - "Merchant URL": [""], - "Receive &nbsp; %1$s": [""], - "Tip from %1$s accepted. Check your transactions list for more details.": - [""], - "Select one option": [""], - "Could not load": ["Konnte die Umsatzanzeige nicht laden"], - "Show terms of service": [""], - "I accept the exchange terms of service": [""], - "Exchange doesn&apos;t have terms of service": [""], - "Review exchange terms of service": [""], - "Review new version of terms of service": [""], - "The exchange reply with a empty terms of service": [""], - "Download Terms of Service": [""], - "Hide terms of service": [""], - "Could not load exchange fees": ["Konnte die Umsatzanzeige nicht laden"], - Close: [""], - "could not find any exchange": ["Konnte die Umsatzanzeige nicht laden"], - "could not find any exchange for the currency %1$s": [""], - "Service fee description": [""], - "Select %1$s exchange": [""], - Reset: [""], - "Use this exchange": [""], - "Doesn&apos;t have auditors": [""], - currency: [""], - Operations: [""], - Deposits: ["%1$s zahlen"], - Denomination: [""], - Until: [""], - Withdrawals: ["Abheben"], - Currency: [""], - "Coin operations": [""], - "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": - [""], - "Transfer operations": [""], - "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": - [""], - Operation: [""], - "Wallet operations": [""], - Feature: [""], - "Could not get the info from the URI": [""], - "Could not get info of withdrawal": [""], - "Digital cash withdrawal": [""], - "Could not finish the withdrawal operation": [""], - "Age restriction": [""], - "Withdraw &nbsp; %1$s": ["Abheben bei %1$s"], - "Withdraw to a mobile phone": [""], - "Digital invoice": [""], - "Could not finish the invoice creation": [""], - Create: [""], - "Could not finish the payment operation": [""], - "Digital cash transfer": [""], - "Could not finish the transfer creation": [""], - "Could not finish the pickup operation": [""], - "Manual Withdrawal for %1$s": ["Manuelles Abheben"], - "Choose a exchange from where the coins will be withdrawn. The exchange will send the coins to this wallet after receiving a wire transfer with the correct subject.": - [""], - "No exchange found for %1$s": [""], - "Add Exchange": [""], - "No exchange configured": [""], - "Can&apos;t create the reserve": [""], - "Start withdrawal": ["Abhebung beginnen"], - "Could not load deposit balance": [ - "Konnte die Umsatzanzeige nicht laden", - ], - "A currency or an amount should be indicated": [""], - "There is no enough balance to make a deposit for currency %1$s": [""], - "Send %1$s to your account": [""], - "There is no account to make a deposit for currency %1$s": [""], - "Add account": [""], - "Select account": [""], - "Add another account": [""], - "Deposit fee": [""], - "Total deposit": [""], - "Deposit&nbsp;%1$s %2$s": ["Einlösen %1$s %2$s"], - "Add bank account for %1$s": [""], - "Enter the URL of an exchange you trust.": [""], - "Unable add this account": [""], - "Select account type": [""], - "Review terms of service": [""], - "Exchange URL": [""], - "Add exchange": [""], - "Add new exchange": [""], - "Add exchange for %1$s": [""], - "An exchange has been found! Review the information and click next": [""], - "This exchange doesn&apos;t match the expected currency %1$s": [""], - "Unable to verify this exchange": [""], - "Unable to add this exchange": [""], - loading: [""], - Version: [""], - Next: [""], - "Waiting for confirmation": [""], - PENDING: [""], - "Could not load the list of transactions": [""], - "Your transaction history is empty for this currency.": [""], - "Add backup provider": [""], - "Could not get provider information": [""], - "Backup providers may charge for their service": [""], - URL: [""], - Name: [""], - "Provider URL": [""], - "Please review and accept this provider&apos;s terms of service": [""], - Pricing: [""], - "free of charge": [""], - "%1$s per year of service": [""], - Storage: [""], - "%1$s megabytes of storage per year of service": [""], - "Accept terms of service": [""], - "Could not parse the payto URI": [""], - "Please check the uri": [""], - "Exchange is ready for withdrawal": [""], - "To complete the process you need to wire%1$s %2$s to the exchange bank account": - [""], - "Alternative, you can also scan this QR code or open %1$s if you have a banking app installed that supports RFC 8905": - [""], - "Cancel withdrawal": [""], - "Could not toggle auto-open": ["Konnte die Umsatzanzeige nicht laden"], - "Could not toggle clipboard": ["Konnte die Umsatzanzeige nicht laden"], - Navigator: [""], - "Automatically open wallet based on page content": [""], - "Enabling this option below will make using the wallet faster, but requires more permissions from your browser.": - [""], - "Automatically check clipboard for Taler URI": [""], - Trust: [""], - "No exchange yet": [""], - "Term of Service": [""], - ok: [""], - changed: [""], - "not accepted": [""], - "unknown (exchange status should be updated)": [""], - "Add an exchange": [""], - Troubleshooting: [""], - "Developer mode": [""], - "More options and information useful for debugging": [""], - Display: [""], - "Current Language": [""], - "Wallet Core": [""], - "Web Extension": [""], - "Exchange compatibility": [""], - "Merchant compatibility": [""], - "Bank compatibility": [""], - "Browser Extension Installed!": [""], - "You can open the GNU Taler Wallet using the combination %1$s .": [""], - "Also pinning the GNU Taler Wallet to your Chrome browser allows you to quick access without keyboard:": - [""], - "Click the puzzle icon": [""], - "Search for GNU Taler Wallet": [""], - "Click the pin icon": [""], - Permissions: [""], - "(Enabling this option below will make using the wallet faster, but requires more permissions from your browser.)": - [""], - "Next Steps": [""], - "Try the demo": [""], - "Learn how to top up your wallet balance": [""], - "Diagnostics timed out. Could not talk to the wallet backend.": [ - "Die Diagnostik ist abgeschlossen. Es war keine Kommunikation mit dem Wallet-Backend möglich.", - ], - "Problems detected:": ["Ein Problem wurde festgestellt:"], - "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": - [ - "Bitte prüfen Sie ihre %1$s Einstellungen, für die Sie IndexedDB verwenden (preference name %2$s prüfen).", - ], - "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": - [ - "Die Datenbank des Wallets ist veraltet. Aktuell wird jedoch keine Migration auf eine neue Version unterstützt. Bitte wählen Sie %1$s zum Zurücksetzen der Wallet-Datenbank.", - ], - "Running diagnostics": ["Diagnostik wird durchgeführt"], - "Debug tools": ["Debugging-Tools"], - "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": - [""], - reset: ["zurücksetzen"], - "TESTING: This may delete all your coin, proceed with caution": [""], - "run gc": [""], - "import database": [""], - "export database": [""], - "Database exported at %1$s %2$s to download": [""], - Coins: [""], - "Pending operations": [""], - "usable coins": [""], - id: [""], - denom: [""], - value: [""], - status: [""], - "from refresh?": [""], - "age key count": [""], - "spent coins": [""], - "click to show": [""], - "Scan a QR code or enter taler:// URI below": [""], - Open: [""], - "URI is not valid. Taler URI should start with `taler://`": [""], - "Try another": [""], - "Could not load list of exchange": [ - "Konnte die Umsatzanzeige nicht laden", - ], - "Choose a currency to proceed or add another exchange": [""], - "Known currencies": [""], - "Specify the amount and the origin": [""], - "Change currency": [""], - "Use previous origins:": [""], - "Or specify the origin of the money": [""], - "Specify the origin of the money": [""], - "From my bank account": [""], - "From another wallet": [""], - "currency not provided": [""], - "Specify the amount and the destination": [""], - "Use previous destinations:": [""], - "Or specify the destination of the money": [""], - "Specify the destination of the money": [""], - "To my bank account": [""], - "To another wallet": [""], - "Could not load backup recovery information": [ - "Konnte die Umsatzanzeige nicht laden", - ], - "Digital wallet recovery": [""], - "Import backup, show info": [""], - "All done, your transaction is in progress": [""], - Edit: [""], - "Could not load the list of known exchanges": [""], - }, - }, -}; + GNU Taler is free software; you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software + Foundation; either version 3, or (at your option) any later version. + + GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR + A PARTICULAR PURPOSE. See the GNU General Public License for more details. -strings["es"] = { - domain: "messages", - locale_data: { - messages: { + You should have received a copy of the GNU General Public License along with + GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/> + */ + +export const strings: {[s: string]: any} = {}; +strings['uk'] = { + "locale_data": { + "messages": { "": { - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "es", + "domain": "messages", + "plural_forms": "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;", + "lang": "uk" }, - Balance: ["Balance"], - Backup: ["Copia de seguridad"], - "QR Reader and Taler URI": ["Lector QR y Taler URI"], - Settings: ["Configuración"], - Dev: ["Dev"], - "%1$s": ["%1$s"], - "PENDING OPERATIONS": ["OPERACIONES PENDIENTES"], - Loading: ["Cargando"], + "Balance": [ + "Баланс" + ], + "Backup": [ + "Резервна копія" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "Зчитувач QR та Taler URI" + ], + "Settings": [ + "Налаштування" + ], + "Dev tools": [ + "Інструменти відлагодження" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "Комісії за транзакцію" + ], + "%1$s": [ + "%1$s" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "ОЧІКУВАНІ ОПЕРАЦІЇ" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "Не вдалося розібрати URI для оплати" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "Операції гаманця" + ], + "Loading": [ + "Завантаження" + ], "Could not load backup providers": [ - "No se pudo cargar los proveedores de copias de seguridad", + "Не вдалося завантажити зберігачів резервних копій" ], "No backup providers configured": [ - "No hay proveedores de copias de seguridad configurados", + "Не налаштовано жодного зберігача резервних копій" + ], + "Add provider": [ + "Додати зберігача" ], - "Add provider": ["Agregar proveedor"], - "Sync all backups": ["Sincronizar todas las copias de seguridad"], - "Sync now": ["Sincronizar ahora"], - "Last synced": ["Ultima vez sincronizado"], - "Not synced": ["No sincronizado"], - "Expires in": ["Expira en"], - "There was an error loading the provider detail for &quot; %1$s&quot;": [ - 'Hubo un error cargando los detalles del proveedor para "%1$s"', + "Sync all backups": [ + "Синхронізувати всі резервні копії" + ], + "Sync now": [ + "Синхронізувати зараз" + ], + "Last synced": [ + "Останній раз синхронізовано" + ], + "Not synced": [ + "Не синхронізовано" + ], + "Expires in": [ + "Термін дії закінчується в" + ], + "show less": [ + "показати qr" + ], + "show more": [ + "показати qr" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "Виникла помилка при завантаженні інформації зберігача &quot; %1$s&quot;" ], "There is not known provider with url &quot;%1$s&quot;.": [ - 'No hay proveedor conocido con la URL "%1$s".', - ], - "See providers": ["Ver proveedores"], - "Last backup": ["Última copia de seguridad"], - "Back up": ["Copia de seguridad"], - "Provider fee": ["Tarifa del proveedor"], - "per year": ["por año"], - Extend: ["Extender"], - "terms has changed, extending the service will imply accepting the new terms of service": - [ - "los términos han cambiado, extender el servicio implicará aceptar los nuevos términos de servicio", - ], - old: ["viejo"], - new: ["nuevo"], - fee: ["tarifa"], - storage: ["almacenamiento"], - "Remove provider": ["Eliminar proveedor"], + "Зберігач з посиланням &quot;%1$s&quot; невідомий." + ], + "See providers": [ + "Подивитись зберігачів" + ], + "Last backup": [ + "Остання резервна копія" + ], + "Back up": [ + "Зробити резервну копію" + ], + "Provider fee": [ + "Комісія зберігача" + ], + "per year": [ + "на рік" + ], + "Extend": [ + "Подовжити" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "умови надання послуг змінились, продовження послуги означатиме прийняття нових умов" + ], + "old": [ + "старий" + ], + "new": [ + "новий" + ], + "fee": [ + "комісія" + ], + "storage": [ + "сховище" + ], + "Remove provider": [ + "Видалити зберігача" + ], + "Pay": [ + "Оплата" + ], + "Withdraw": [ + "Зняття коштів" + ], "This provider has reported an error": [ - "Este proveedor ha reportado un error", + "Цей зберігач повідомив про помилку" ], - "There is conflict with another backup from %1$s": [ - "Hay un conflicto con otra copia de seguridad de %1$s", + "There is conflict with another backup from &quot;%1$s&quot;": [ + "Конфлікт з іншою резервною копією з %1$s" + ], + "Backup is not readable": [ + "Резервна копія пошкоджена або не може бути прочитана" ], - "Backup is not readable": ["La copia de seguridad no es legible"], "Unknown backup problem: %1$s": [ - "Problema de copia de seguridad desconocido: %1$s", - ], - "service paid": ["servicio pagado"], - "Backup valid until": ["Copia de seguridad válida hasta"], - Cancel: ["Cancelar"], - "Open reserve page": ["Abrir página de reserva"], - "Open pay page": ["Abrir página de pago"], - "Open refund page": ["Abrir página de devolución"], - "Open tip page": ["Abrir página de propina"], - "Open withdraw page": ["Abrir página de retirada"], - "Get digital cash": ["Retirar dinero digital"], - "Could not load balance page": ["No se pudo cargar la página"], - Add: ["Agregar"], - "Send %1$s": ["Envíar %1$s"], - "Taler Action": ["Acción Taler"], - "This page has pay action.": ["Esta página tiene una acción de pago."], - "This page has a withdrawal action.": [ - "Esta página tiene una acción de retirada.", + "Невідома помилка резервного копіювання: %1$s" + ], + "service paid": [ + "послуга сплачена" + ], + "Backup valid until": [ + "Резервна копія дійсна до" + ], + "Cancel": [ + "Скасувати" + ], + "Open pay page": [ + "Відкрити сторінку оплати" + ], + "Open refund page": [ + "Відкрити сторінку повернень" + ], + "Open withdraw page": [ + "Відкрити сторінку зняття" + ], + "Your wallet is empty.": [ + "" + ], + "Get digital cash": [ + "Отримати е-готівку" ], - "This page has a tip action.": [ - "Esta página tiene una acción de propina.", + "Try the demo bank and withdraw test money.": [ + "" ], - "This page has a notify reserve action.": [ - "Esta página tiene una acción de notificación de reserva.", + "Could not load the balance": [ + "Не вдалося завантажити баланс депозиту" + ], + "Receive": [ + "Чек" + ], + "Send %1$s": [ + "Переказати %1$s" + ], + "This page has a withdrawal action.": [ + "Ця сторінка має дію зняття коштів." + ], + "This page has pay action.": [ + "Ця сторінка має дію оплати." ], - Notify: ["Notificar"], "This page has a refund action.": [ - "Esta página tiene una acción de devolución.", + "Ця сторінка має дію повернення коштів." + ], + "This page has a add exchange action.": [ + "Ця сторінка має дію повернення коштів." + ], + "Open add exchange page": [ + "Додати обмінник" + ], + "This page has an add contact action.": [ + "Ця сторінка має дію повернення коштів." + ], + "Open add contact page": [ + "Відкрити сторінку оплати" + ], + "Taler Action": [ + "Taler Дія" ], "This page has a malformed taler uri.": [ - "Esta página tiene una URI de Taler malformada.", + "Ця сторінка має некоректний URI Taler." + ], + "Dismiss": [ + "Закрити" ], - Dismiss: ["Descartar"], "this popup is being closed and you are being redirected to %1$s": [ - "Este popup está siendo cerrado y estás siendo redirigido a %1$s", + "це спливаюче вікно закривається, і ви перенаправляєтеся на %1$s" ], "Could not load purchase proposal details": [ - "No se pudo cargar el detalle de la propuesta", - ], - "Order Id": ["Id de orden"], - Summary: ["Resumen"], - Amount: ["Cantidad"], - "Merchant name": ["Comerciante"], - "Merchant jurisdiction": ["Jurisdicción"], - "Merchant address": ["Dirección del comerciante"], - "Merchant logo": ["Logo"], - "Merchant website": ["Siti web"], - "Merchant email": ["Correo electrónico"], - "Merchant public key": ["Clave pública"], - "Delivery date": ["Fecha de entrega"], - "Delivery location": ["Ubicación de entrega"], - Products: ["Productos"], - "Created at": ["Creado en"], - "Refund deadline": ["Plazo de devolución"], - "Auto refund": ["Devolución automática"], - "Pay deadline": ["Plazo de pago"], - "Fulfillment URL": ["URL de éxito"], - "Fulfillment message": ["Mensaje de éxito"], - "Max deposit fee": ["Máxima comisión de depósito"], - "Max fee": ["Máxima comisión"], - "Minimum age": ["Edad mínima"], - "Wire fee amortization": ["Amortización de comisión de transferencia"], - Auditors: ["Auditores"], - Exchanges: ["Exchanges"], - "Bank account": ["Cuenta del banco"], - "Bitcoin address": ["Dirección de Bitcoin"], - IBAN: ["IBAN"], - "Could not load deposit status": [ - "No se pudo cargar el estado del depósito", - ], - "Digital cash deposit": ["Depósito de dinero digital"], - Cost: ["Costo"], - Fee: ["Comisión"], - "To be received": ["A recibir"], - "Send &nbsp; %1$s": ["Envíar %1$s"], - "Bitcoin transfer details": ["Detalle de transferencia Bitcoin"], - "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": - [ - "El exchange necesita una transacción con 3 salidas, una salida es hacia la cuenta del exchange y las otras dos son direcciones segwit falsas para metadata con el monto mínimo.", - ], - "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": - [ - 'En la billetera bitcoincore usar el botón "Agregar destinatario" para agregar dos destinatarios y copiar las direcciones y montos', - ], - "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": - [ - "Asegurarse de que el monto muestre %1$s BTC, sino tendrá que cambiar la unidad a BTC", - ], - Account: ["Cuenta"], - "Bank host": ["Banco anfitrión"], - "Bank transfer details": ["Detalle de transferencia bancaria"], - Subject: ["Asunto"], - "Receiver name": ["Nombre del receptor"], - "Could not load the transaction information": [ - "No se pudo cargar información de la transacción", - ], - "There was an error trying to complete the transaction": [ - "Hubo un error intentando completar la transacción", - ], - "This transaction is not completed": [ - "Esta transacción no está completada", - ], - Send: ["Enviar"], - Retry: ["Reintentar"], - Forget: ["Olvidar"], - "Caution!": ["Cuidado!"], - "If you have already wired money to the exchange you will loose the chance to get the coins form it.": - [ - "Si tú ya has transferido dinero al exchange, perderás la oportunidad de recibir las monedas desde este.", - ], - Confirm: ["Confirmar"], - Withdrawal: ["Retirada"], - "Make sure to use the correct subject, otherwise the money will not arrive in this wallet.": - [ - "Asegúrate de usar el asunto correcto, de lo contrario el dinero no llegará a esta billetera.", - ], - "The bank did not yet confirmed the wire transfer. Go to the %1$s %2$s and check there is no pending step.": - [ - "El banco todavía no confirmó la transferencia. Ir a %1$s %2$s y verificar que no hay pasos pendientes.", - ], - "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins": - [ - "El banco confirmó la transferencia. Esperando que el exchange envíe las monedas", - ], - Details: ["Detalles"], - Payment: ["Pago"], - Refunds: ["Devoluciones"], - "%1$s %2$s on %3$s": ["%1$s %2$s en %3$s"], - "Merchant created a refund for this order but was not automatically picked up.": - [ - "El comerciante creó una devolución para esta orden pero no fue recogida automáticamente.", - ], - Offer: ["Oferta"], - Accept: ["Aceptar"], - Merchant: ["Comerciante"], - "Invoice ID": ["Id de factura"], - Deposit: ["Depósito"], - Refresh: ["Actualizar"], - Tip: ["Propina"], - Refund: ["Devolución"], - "Original order ID": ["Id de orden original"], - "Purchase summary": ["Resumen de compra"], - copy: ["Copiar"], - "hide qr": ["Esconder QR"], - "show qr": ["Mostrar QR"], - Credit: ["Crédito"], - Invoice: ["Factura"], - Exchange: ["Exchange"], - URI: ["URI"], - Debit: ["Débito"], - Transfer: ["Transferencia"], - Country: ["País"], - "Address lines": ["Detalle de dirección"], - "Building number": ["Número de edificio"], - "Building name": ["Nombre de edificio"], - Street: ["Calle"], - "Post code": ["Código postal"], - "Town location": ["Ubicación de la ciudad"], - Town: ["Ciudad"], - District: ["Distrito"], - "Country subdivision": ["Subdivisión de país"], - Date: ["Fecha"], - "Transaction fees": ["Comisiones de transacción"], - Total: ["Total"], - Withdraw: ["Retirar"], - Price: ["Precio"], - Refunded: ["Devuelto"], - Delivery: ["Entrega"], - "Total transfer": ["Total transferido"], - "Could not load pay status": ["No se pudo cargar el estado del pago"], - "Digital cash payment": ["Pago con dinero digital"], - Purchase: ["Compra"], - Receipt: ["Recibo"], - "Valid until": ["Válido hasta"], - "List of products": ["Lista de productos"], - free: ["Gratis"], - "Already paid, you are going to be redirected to %1$s": [ - "Ya pagado, estás siendo dirigido a %1$s", - ], - "Already paid": ["Ya pagado"], - "Already claimed": ["Ya reclamado"], - "Pay with a mobile phone": ["Pagar con un teléfono móbil"], - "Hide QR": ["Esconder QR"], - "Scan the QR code or &nbsp; %1$s": ["Escanear el código QR o %1$s"], - "Pay &nbsp; %1$s": ["Pagar %1$s"], - "You have no balance for this currency. Withdraw digital cash first.": [ - "No hay balance para esta divisa. Extraer dinero digital primero.", - ], - "Could not find enough coins to pay. Even if you have enough %1$s some restriction may apply.": - [ - "No se encontraron suficientes monedas para pagar. Incluso si tuviera suficiente %1$s algunas restricciones se podrían aplicar.", - ], - "Your current balance is not enough.": ["Tu balance no es suficiente."], - "Merchant message": ["Mensaje del comerciante"], - "Could not load refund status": [ - "No se pudo cargar el estado de la devolución", - ], - "Digital cash refund": ["Devolución de dinero digital"], - "You&apos;ve ignored the tip.": ["Has ignorado la propina."], - "The refund is in progress.": [ - "El proceso de devolución está en progreso.", - ], - "Total to refund": ["Total para devolver"], - "The merchant &quot;%1$s&quot; is offering you a refund.": [ - 'El comerciante "%1$s" te está ofreciendo una devolución.', - ], - "Order amount": ["Monto de la orden"], - "Already refunded": ["Ya devuelto"], - "Refund offered": ["Devolución ofrecida"], - "Accept &nbsp; %1$s": ["Aceptar %1$s"], - "Could not load tip status": [ - "No se pudo cargar el estado de la propina", - ], - "Digital cash tip": ["Propina con dinero digital"], - "The merchant is offering you a tip": [ - "El comerciante te ofrece una propina", - ], - "Merchant URL": ["URL del comerciante"], - "Receive &nbsp; %1$s": ["Recibir %1$s"], - "Tip from %1$s accepted. Check your transactions list for more details.": - [ - "Propina de %1$s aceptada. Revisa tu lista de transacciones para más detalle.", - ], - "Select one option": ["Seleccione una opción"], - "Could not load": ["No se pudo cargar"], - "Show terms of service": ["Mostrar términos de servicio"], - "I accept the exchange terms of service": [ - "Yo acepto los términos de servicio del exchange", - ], - "Exchange doesn&apos;t have terms of service": [ - "El exchange no tiene los términos de servicio", - ], - "Review exchange terms of service": ["Revisar los términos de servicio"], - "Review new version of terms of service": [ - "Revisar los nuevos términos de servicio", - ], - "The exchange reply with a empty terms of service": [ - "El exchange respondió con unos términos de servicio vacíos", - ], - "Download Terms of Service": ["Descargar los términos de servicio"], - "Hide terms of service": ["Esconder los términos de servicio"], - "Could not load exchange fees": [ - "No se pudo cargar la comisión del exchange", - ], - Close: ["Cerrar"], - "could not find any exchange": ["No se pudo encontrar ningún exchange"], - "could not find any exchange for the currency %1$s": [ - "No se pudo encontrar ningún exchange para la divisa %1$s", - ], - "Service fee description": ["Descripción de comisión de servicio"], - "Select %1$s exchange": ["Seleccionar exchange %1$s"], - Reset: ["Reiniciar"], - "Use this exchange": ["Usar este exchange"], - "Doesn&apos;t have auditors": ["No tiene auditores"], - currency: ["Divisa"], - Operations: ["Operaciones"], - Deposits: ["Depósitos"], - Denomination: ["Operaciones"], - Until: ["Hasta"], - Withdrawals: ["Retiradas"], - Currency: ["Divisa"], - "Coin operations": ["Operaciones de moneda"], - "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": - [ - "Toda operación en esta sección puede ser diferente por valor de denominación y es válida por un período. El exchange cobrará el monto indicado cada vez que una es usada en dicha operación.", - ], - "Transfer operations": ["Operaciones de transferencia"], - "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": - [ - "Toda operación en esta sección puede ser diferente por tipo de transacción y es válida por un período. El exchange cobrará el monto indicado cada vez que se haga una transferencia.", - ], - Operation: ["Operación"], - "Wallet operations": ["Operaciones de billetera"], - Feature: ["Característica"], - "Could not get the info from the URI": [ - "No se pudo obtener la información desde la URI", - ], - "Could not get info of withdrawal": [ - "No se pudo obtener la información de retiro", - ], - "Digital cash withdrawal": ["Retirada de dinero digital"], - "Could not finish the withdrawal operation": [ - "No se pudo completar la operación de retirada", - ], - "Age restriction": ["Restricción etaria"], - "Withdraw &nbsp; %1$s": ["Retirar %1$s"], - "Withdraw to a mobile phone": ["Retirar con un teléfono móvil"], - "Digital invoice": ["Factura digital"], - "Could not finish the invoice creation": [ - "No se pudo completar la creación de la factura", - ], - Create: ["Crear"], - "Could not finish the payment operation": [ - "No se pudo completar la operación de pago", - ], - "Digital cash transfer": ["Transferencia de dinero digital"], - "Could not finish the transfer creation": [ - "No se pudo completar la operación de creación de transferencia", - ], - "Could not finish the pickup operation": [ - "No se pudo completar la operación de recolección", - ], - "Manual Withdrawal for %1$s": ["Retirada Manual para %1$s"], - "Choose a exchange from where the coins will be withdrawn. The exchange will send the coins to this wallet after receiving a wire transfer with the correct subject.": - [ - "Elija un exchange desde donde las monedas serán retiradas. El exchange enviará las monedas a esta billetera después de recibir una transferencia bancaria con el asunto correcto.", - ], - "No exchange found for %1$s": ["No se encontró exchange para %1$s"], - "Add Exchange": ["Agregar Exchange"], - "No exchange configured": ["Sin exchange configurado"], - "Can&apos;t create the reserve": ["No se pudo crear una reserva"], - "Start withdrawal": ["Comenzar la retirada"], - "Could not load deposit balance": [ - "No se pudo cargar el balance de depósito", + "Не вдалося завантажити деталі пропозиції покупки" ], - "A currency or an amount should be indicated": [ - "Se debería especificar una divisa o un monto", + "Order Id": [ + "Номер замовлення" ], - "There is no enough balance to make a deposit for currency %1$s": [ - "No hay suficiente balance para hacer un depósito para la divisa %1$s", + "Summary": [ + "Підсумок" ], - "Send %1$s to your account": ["Enviar %1$s a tu cuenta"], - "There is no account to make a deposit for currency %1$s": [ - "No hay una cuenta para hacer un depósito para la divisa %1$s", - ], - "Add account": ["Agregar cuenta"], - "Select account": ["Seleccionar cuenta"], - "Add another account": ["Agregar otra cuenta"], - "Deposit fee": ["Comisión de depósito"], - "Total deposit": ["Depósito total"], - "Deposit&nbsp;%1$s %2$s": ["Depositar %1$s %2$s"], - "Add bank account for %1$s": ["Agregar cuenta de banco para %1$s"], - "Enter the URL of an exchange you trust.": [ - "Ingresar la URL de un exchange en el que confíes.", - ], - "Unable add this account": ["No fue posible agregar esta cuenta"], - "Select account type": ["Seleccione un tipo de cuenta"], - "Review terms of service": ["Revisar los términos de servicio"], - "Exchange URL": ["Exchange URL"], - "Add exchange": ["Agregar exchange"], - "Add new exchange": ["Agregar nuevo exchange"], - "Add exchange for %1$s": ["Agregar exchange para %1$s"], - "An exchange has been found! Review the information and click next": [ - "Un exchange ha sido encontrado! Revisa la información y haz clic en siguiente", + "Amount": [ + "Сума" ], - "This exchange doesn&apos;t match the expected currency %1$s": [ - "Este exchange no coincide con la divisa %1$s esperada", + "Choices": [ + "" ], - "Unable to verify this exchange": [ - "No fue posible verificar este exchange", + "This purchase have %1$s choices": [ + "" ], - "Unable to add this exchange": ["No fue posible agregar este exchange"], - loading: ["cargando"], - Version: ["Versión"], - Next: ["Siguiente"], - "Waiting for confirmation": ["Esperando confirmación"], - PENDING: ["PENDIENTE"], - "Could not load the list of transactions": [ - "No se pudo cargar la lista de transacciones", + "Merchant name": [ + "Ім'я продавця" ], - "Your transaction history is empty for this currency.": [ - "No hay historial para esta divisa.", + "Merchant jurisdiction": [ + "Юрисдикція продавця" ], - "Add backup provider": ["Agregar proveedor de copias de seguridad"], - "Could not get provider information": [ - "No se pudo conseguir la información del proveedor", + "Merchant address": [ + "Адреса продавця" ], - "Backup providers may charge for their service": [ - "Los proveedores de copias de seguridad pueden cobrarte por su servicio", + "Merchant logo": [ + "Логотип продавця" ], - URL: ["URL"], - Name: ["Nombre"], - "Provider URL": ["URL del proveedor"], - "Please review and accept this provider&apos;s terms of service": [ - "Por favor revisa y acepta los términos de servicio del proveedor", + "Merchant website": [ + "Вебсайт продавця" ], - Pricing: ["Precios"], - "free of charge": ["Gratis"], - "%1$s per year of service": ["%1$s por año de servicio"], - Storage: ["Alamcenamiento"], - "%1$s megabytes of storage per year of service": [ - "%1$s megabytes de almacenamiento por año de servicio", - ], - "Accept terms of service": ["Aceptar los términos de servicio"], - "Could not parse the payto URI": [ - "No se pudo obtener la información de la URI payto", - ], - "Please check the uri": ["Revisar la URI"], - "Exchange is ready for withdrawal": [ - "El exchange está listo para la retirada", - ], - "To complete the process you need to wire%1$s %2$s to the exchange bank account": - [ - "Para completar el proceso necesitas transferir %1$s %2$s a la cuenta bancaria del exchange", - ], - "Alternative, you can also scan this QR code or open %1$s if you have a banking app installed that supports RFC 8905": - [ - "Alternativamente, también puedes escanear el código QR o abrir %1$s si tienes una App bancaria instalada que soporta RFC 8905", - ], - "Cancel withdrawal": ["Cancelar retirada"], - "Could not toggle auto-open": ["No se pudo cambiar el auto-open"], - "Could not toggle clipboard": ["No se pudo cambiar portapapeles"], - Navigator: ["Navegador"], - "Automatically open wallet based on page content": [ - "Abrir automáticamente la billetera basada en el contenido de la página", - ], - "Enabling this option below will make using the wallet faster, but requires more permissions from your browser.": - [ - "Habilitar la opción de debajo, hará que el uso de la billetera sea mas rápido, pero requiere más permisos de tu navegador.", - ], - "Automatically check clipboard for Taler URI": [ - "Revisar el portapapeles automáticamente por Taler URI", - ], - Trust: ["Confianza"], - "No exchange yet": ["No hay exchanges todavía"], - "Term of Service": ["Términos de servicio"], - ok: ["ok"], - changed: ["modificado"], - "not accepted": ["no aceptado"], - "unknown (exchange status should be updated)": [ - "desconocido (el estado del exchange debería actualizarse)", - ], - "Add an exchange": ["Agregar un exchange"], - Troubleshooting: ["Solución de problemas"], - "Developer mode": ["Modo desarrollador"], - "More options and information useful for debugging": [ - "Más información y opciones útiles para depuración", - ], - Display: ["Pantalla"], - "Current Language": ["Lenguaje actual"], - "Wallet Core": ["Wallet core"], - "Web Extension": ["Web Extension"], - "Exchange compatibility": ["Compatibilidad con Exchange"], - "Merchant compatibility": ["Compatibilidad con Merchant"], - "Bank compatibility": ["Compatibilidad con Bank"], - "Browser Extension Installed!": ["Extensión del navegador instalada!"], - "You can open the GNU Taler Wallet using the combination %1$s .": [ - "Puedes abrir GNU Taler Wallet usando la combinación %1$s.", - ], - "Also pinning the GNU Taler Wallet to your Chrome browser allows you to quick access without keyboard:": - [ - "También fijando GNU Taler Wallet a to navegador Chrome permite un acceso rápido sin el teclado:", - ], - "Click the puzzle icon": ["Haz click en el ícono de rompecabezas"], - "Search for GNU Taler Wallet": ['Busca "GNU Taler Wallet"'], - "Click the pin icon": ["Haz click en el ícono de fijar"], - Permissions: ["Permisos"], - "(Enabling this option below will make using the wallet faster, but requires more permissions from your browser.)": - [ - "(Habilitar esta opción de abajo hará el uso de la billetera mas rápido, pero requiere mas permisos de tu navegador)", - ], - "Next Steps": ["Próximos pasos"], - "Try the demo": ["Probar la demostración"], - "Learn how to top up your wallet balance": [ - "Aprender como llenar tu billetera", + "Merchant email": [ + "Електронна пошта продавця" ], - "Diagnostics timed out. Could not talk to the wallet backend.": [ - "El diagnóstico caducó. No nos pudimos comunicar con la billetera.", - ], - "Problems detected:": ["Problemas detectados:"], - "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": - [ - "Por favor revisa en tu configuración %1$s que tienes IndexedDB habilitado (el nombre de la preferencia %2$s).", - ], - "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": - [ - "La base de datos de la billetera expiró. Por ahora la migración automática no está soportada. Por favor dirijasé a %1$s para reiniciar la base de datos de la billetera.", - ], - "Running diagnostics": ["Ejecutando diagnósticos"], - "Debug tools": ["Herramientas de desarrollo"], - "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": - [ - "Quieres DESTRUIR IRREVOCABLEMENTE todo dentro de tu billetera y PERDER TODAS TUS MONEDAS?", - ], - reset: ["Reiniciar"], - "TESTING: This may delete all your coin, proceed with caution": [ - "TESTING: Esto puede borrar todas tus monedas, proceder con precaución", + "Merchant public key": [ + "Публічний ключ продавця" ], - "run gc": ["Ejecutar GC"], - "import database": ["importar base de datos"], - "export database": ["exportar base de datos"], - "Database exported at %1$s %2$s to download": [ - "Base de datos exportada a %1$s %2$s para descargar", - ], - Coins: ["Monedas"], - "Pending operations": ["Operaciones pendientes"], - "usable coins": ["monedas usables"], - id: ["id"], - denom: ["denominación"], - value: ["valor"], - status: ["estado"], - "from refresh?": ["desde refresco?"], - "age key count": ["cantidad de age key"], - "spent coins": ["monedas gastadas"], - "click to show": ["hacer clic para mostrar"], - "Scan a QR code or enter taler:// URI below": [ - "Escanear un código QR o ingresar taler:// URI debajo", + "Created at": [ + "Створено о" ], - Open: ["Abrir"], - "URI is not valid. Taler URI should start with `taler://`": [ - "El URI no es válido. Taler URI debería comenzar con `taler://`", + "Refund deadline": [ + "Термін повернення" ], - "Try another": ["Intentar otro"], - "Could not load list of exchange": [ - "No se pudo cargar la lista de exchange", + "Auto refund": [ + "Автоматичне повернення" ], - "Choose a currency to proceed or add another exchange": [ - "Elija una divisa para proceder o agregue otro exchange", - ], - "Known currencies": ["Divisas conocidas"], - "Specify the amount and the origin": ["Indicar el monto y el origen"], - "Change currency": ["Cambiar divisa"], - "Use previous origins:": ["Usar un origen previo:"], - "Or specify the origin of the money": [ - "O especificar el origen del dinero", - ], - "Specify the origin of the money": ["Especificar el origen del dinero"], - "From my bank account": ["Desde mi cuenta de banco"], - "From another wallet": ["Desde otra billetera"], - "currency not provided": ["Divisa no provista"], - "Specify the amount and the destination": [ - "Especificar el monto y el destino", - ], - "Use previous destinations:": ["Usar destinos previos:"], - "Or specify the destination of the money": [ - "O especificar el destino del dinero", - ], - "Specify the destination of the money": [ - "Especificar el destino del dinero", - ], - "To my bank account": ["Hacia mi cuenta de banco"], - "To another wallet": ["Hacia otra billetera"], - "Could not load backup recovery information": [ - "No se pudo cargar la información de recuperación de copia de seguridad", - ], - "Digital wallet recovery": ["Recuperación de billetera digital"], - "Import backup, show info": [ - "Importar copia de seguridad, mostrar información", + "Pay deadline": [ + "Термін оплати" ], - "All done, your transaction is in progress": [ - "Todo completo, su transacción está en progreso", + "Fulfillment URL": [ + "URL виконання" ], - Edit: ["Editar"], - "Could not load the list of known exchanges": [ - "No se pudo cargar la lista de exchange conocidos", + "Fulfillment message": [ + "Повідомлення про виконання" ], - }, - }, -}; - -strings["fr"] = { - domain: "messages", - locale_data: { - messages: { - "": { - domain: "messages", - plural_forms: "nplurals=2; plural=(n!=1);", - lang: "fr", - }, - Balance: [""], - Backup: [""], - "QR Reader and Taler URI": [""], - Settings: [""], - Dev: [""], - "%1$s": [""], - "PENDING OPERATIONS": [""], - Loading: [""], - "Could not load backup providers": [""], - "No backup providers configured": [""], - "Add provider": [""], - "Sync all backups": [""], - "Sync now": [""], - "Last synced": [""], - "Not synced": [""], - "Expires in": [""], - "There was an error loading the provider detail for &quot; %1$s&quot;": [ - "", - ], - "There is not known provider with url &quot;%1$s&quot;.": [""], - "See providers": [""], - "Last backup": [""], - "Back up": [""], - "Provider fee": [""], - "per year": [""], - Extend: [""], - "terms has changed, extending the service will imply accepting the new terms of service": - [""], - old: [""], - new: [""], - fee: [""], - storage: [""], - "Remove provider": [""], - "This provider has reported an error": [""], - "There is conflict with another backup from %1$s": [""], - "Backup is not readable": [""], - "Unknown backup problem: %1$s": [""], - "service paid": [""], - "Backup valid until": [""], - Cancel: [""], - "Open reserve page": [""], - "Open pay page": [""], - "Open refund page": [""], - "Open tip page": [""], - "Open withdraw page": [""], - "Get digital cash": [""], - "Could not load balance page": [""], - Add: [""], - "Send %1$s": [""], - "Taler Action": [""], - "This page has pay action.": [""], - "This page has a withdrawal action.": [""], - "This page has a tip action.": [""], - "This page has a notify reserve action.": [""], - Notify: [""], - "This page has a refund action.": [""], - "This page has a malformed taler uri.": [""], - Dismiss: [""], - "this popup is being closed and you are being redirected to %1$s": [""], - "Could not load purchase proposal details": [""], - "Order Id": [""], - Summary: [""], - Amount: [""], - "Merchant name": [""], - "Merchant jurisdiction": [""], - "Merchant address": [""], - "Merchant logo": [""], - "Merchant website": [""], - "Merchant email": [""], - "Merchant public key": [""], - "Delivery date": [""], - "Delivery location": [""], - Products: [""], - "Created at": [""], - "Refund deadline": [""], - "Auto refund": [""], - "Pay deadline": [""], - "Fulfillment URL": [""], - "Fulfillment message": [""], - "Max deposit fee": [""], - "Max fee": [""], - "Minimum age": [""], - "Wire fee amortization": [""], - Auditors: [""], - Exchanges: [""], - "Bank account": [""], - "Bitcoin address": [""], - IBAN: [""], - "Could not load deposit status": [""], - "Digital cash deposit": [""], - Cost: [""], - Fee: [""], - "To be received": [""], - "Send &nbsp; %1$s": [""], - "Bitcoin transfer details": [""], - "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": - [""], - "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": - [""], - "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": - [""], - Account: [""], - "Bank host": [""], - "Bank transfer details": [""], - Subject: [""], - "Receiver name": [""], - "Could not load the transaction information": [""], - "There was an error trying to complete the transaction": [""], - "This transaction is not completed": [""], - Send: [""], - Retry: [""], - Forget: [""], - "Caution!": [""], - "If you have already wired money to the exchange you will loose the chance to get the coins form it.": - [""], - Confirm: ["Confirmer"], - Withdrawal: [""], - "Make sure to use the correct subject, otherwise the money will not arrive in this wallet.": - [""], - "The bank did not yet confirmed the wire transfer. Go to the %1$s %2$s and check there is no pending step.": - [""], - "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins": - [""], - Details: [""], - Payment: [""], - Refunds: [""], - "%1$s %2$s on %3$s": [""], - "Merchant created a refund for this order but was not automatically picked up.": - [""], - Offer: [""], - Accept: [""], - Merchant: [""], - "Invoice ID": [""], - Deposit: [""], - Refresh: [""], - Tip: [""], - Refund: [""], - "Original order ID": [""], - "Purchase summary": [""], - copy: [""], - "hide qr": [""], - "show qr": [""], - Credit: [""], - Invoice: [""], - Exchange: [""], - URI: [""], - Debit: [""], - Transfer: [""], - Country: [""], - "Address lines": [""], - "Building number": [""], - "Building name": [""], - Street: [""], - "Post code": [""], - "Town location": [""], - Town: [""], - District: [""], - "Country subdivision": [""], - Date: [""], - "Transaction fees": [""], - Total: [""], - Withdraw: [""], - Price: [""], - Refunded: [""], - Delivery: [""], - "Total transfer": [""], - "Could not load pay status": [""], - "Digital cash payment": [""], - Purchase: [""], - Receipt: [""], - "Valid until": [""], - "List of products": [""], - free: [""], - "Already paid, you are going to be redirected to %1$s": [""], - "Already paid": [""], - "Already claimed": [""], - "Pay with a mobile phone": [""], - "Hide QR": [""], - "Scan the QR code or &nbsp; %1$s": [""], - "Pay &nbsp; %1$s": [""], - "You have no balance for this currency. Withdraw digital cash first.": [ - "", - ], - "Could not find enough coins to pay. Even if you have enough %1$s some restriction may apply.": - [""], - "Your current balance is not enough.": [""], - "Merchant message": [""], - "Could not load refund status": [""], - "Digital cash refund": [""], - "You&apos;ve ignored the tip.": [""], - "The refund is in progress.": [""], - "Total to refund": [""], - "The merchant &quot;%1$s&quot; is offering you a refund.": [""], - "Order amount": [""], - "Already refunded": [""], - "Refund offered": [""], - "Accept &nbsp; %1$s": [""], - "Could not load tip status": [""], - "Digital cash tip": [""], - "The merchant is offering you a tip": [""], - "Merchant URL": [""], - "Receive &nbsp; %1$s": [""], - "Tip from %1$s accepted. Check your transactions list for more details.": - [""], - "Select one option": [""], - "Could not load": [""], - "Show terms of service": [""], - "I accept the exchange terms of service": [""], - "Exchange doesn&apos;t have terms of service": [""], - "Review exchange terms of service": [""], - "Review new version of terms of service": [""], - "The exchange reply with a empty terms of service": [""], - "Download Terms of Service": [""], - "Hide terms of service": [""], - "Could not load exchange fees": [""], - Close: [""], - "could not find any exchange": [""], - "could not find any exchange for the currency %1$s": [""], - "Service fee description": [""], - "Select %1$s exchange": [""], - Reset: [""], - "Use this exchange": [""], - "Doesn&apos;t have auditors": [""], - currency: [""], - Operations: [""], - Deposits: [""], - Denomination: [""], - Until: [""], - Withdrawals: [""], - Currency: [""], - "Coin operations": [""], - "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": - [""], - "Transfer operations": [""], - "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": - [""], - Operation: [""], - "Wallet operations": [""], - Feature: [""], - "Could not get the info from the URI": [""], - "Could not get info of withdrawal": [""], - "Digital cash withdrawal": [""], - "Could not finish the withdrawal operation": [""], - "Age restriction": [""], - "Withdraw &nbsp; %1$s": [""], - "Withdraw to a mobile phone": [""], - "Digital invoice": [""], - "Could not finish the invoice creation": [""], - Create: [""], - "Could not finish the payment operation": [""], - "Digital cash transfer": [""], - "Could not finish the transfer creation": [""], - "Could not finish the pickup operation": [""], - "Manual Withdrawal for %1$s": [""], - "Choose a exchange from where the coins will be withdrawn. The exchange will send the coins to this wallet after receiving a wire transfer with the correct subject.": - [""], - "No exchange found for %1$s": [""], - "Add Exchange": [""], - "No exchange configured": [""], - "Can&apos;t create the reserve": [""], - "Start withdrawal": [""], - "Could not load deposit balance": [""], - "A currency or an amount should be indicated": [""], - "There is no enough balance to make a deposit for currency %1$s": [""], - "Send %1$s to your account": [""], - "There is no account to make a deposit for currency %1$s": [""], - "Add account": [""], - "Select account": [""], - "Add another account": [""], - "Deposit fee": [""], - "Total deposit": [""], - "Deposit&nbsp;%1$s %2$s": [""], - "Add bank account for %1$s": [""], - "Enter the URL of an exchange you trust.": [""], - "Unable add this account": [""], - "Select account type": [""], - "Review terms of service": [""], - "Exchange URL": [""], - "Add exchange": [""], - "Add new exchange": [""], - "Add exchange for %1$s": [""], - "An exchange has been found! Review the information and click next": [""], - "This exchange doesn&apos;t match the expected currency %1$s": [""], - "Unable to verify this exchange": [""], - "Unable to add this exchange": [""], - loading: [""], - Version: [""], - Next: [""], - "Waiting for confirmation": [""], - PENDING: [""], - "Could not load the list of transactions": [""], - "Your transaction history is empty for this currency.": [""], - "Add backup provider": [""], - "Could not get provider information": [""], - "Backup providers may charge for their service": [""], - URL: [""], - Name: [""], - "Provider URL": [""], - "Please review and accept this provider&apos;s terms of service": [""], - Pricing: [""], - "free of charge": [""], - "%1$s per year of service": [""], - Storage: [""], - "%1$s megabytes of storage per year of service": [""], - "Accept terms of service": [""], - "Could not parse the payto URI": [""], - "Please check the uri": [""], - "Exchange is ready for withdrawal": [""], - "To complete the process you need to wire%1$s %2$s to the exchange bank account": - [""], - "Alternative, you can also scan this QR code or open %1$s if you have a banking app installed that supports RFC 8905": - [""], - "Cancel withdrawal": [""], - "Could not toggle auto-open": [""], - "Could not toggle clipboard": [""], - Navigator: [""], - "Automatically open wallet based on page content": [""], - "Enabling this option below will make using the wallet faster, but requires more permissions from your browser.": - [""], - "Automatically check clipboard for Taler URI": [""], - Trust: [""], - "No exchange yet": [""], - "Term of Service": [""], - ok: [""], - changed: [""], - "not accepted": [""], - "unknown (exchange status should be updated)": [""], - "Add an exchange": [""], - Troubleshooting: [""], - "Developer mode": [""], - "More options and information useful for debugging": [""], - Display: [""], - "Current Language": [""], - "Wallet Core": [""], - "Web Extension": [""], - "Exchange compatibility": [""], - "Merchant compatibility": [""], - "Bank compatibility": [""], - "Browser Extension Installed!": [""], - "You can open the GNU Taler Wallet using the combination %1$s .": [""], - "Also pinning the GNU Taler Wallet to your Chrome browser allows you to quick access without keyboard:": - [""], - "Click the puzzle icon": [""], - "Search for GNU Taler Wallet": [""], - "Click the pin icon": [""], - Permissions: [""], - "(Enabling this option below will make using the wallet faster, but requires more permissions from your browser.)": - [""], - "Next Steps": [""], - "Try the demo": [""], - "Learn how to top up your wallet balance": [""], - "Diagnostics timed out. Could not talk to the wallet backend.": [""], - "Problems detected:": [""], - "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": - [""], - "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": - [""], - "Running diagnostics": [""], - "Debug tools": [""], - "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": - [""], - reset: [""], - "TESTING: This may delete all your coin, proceed with caution": [""], - "run gc": [""], - "import database": [""], - "export database": [""], - "Database exported at %1$s %2$s to download": [""], - Coins: [""], - "Pending operations": [""], - "usable coins": [""], - id: [""], - denom: [""], - value: [""], - status: [""], - "from refresh?": [""], - "age key count": [""], - "spent coins": [""], - "click to show": [""], - "Scan a QR code or enter taler:// URI below": [""], - Open: [""], - "URI is not valid. Taler URI should start with `taler://`": [""], - "Try another": [""], - "Could not load list of exchange": [""], - "Choose a currency to proceed or add another exchange": [""], - "Known currencies": [""], - "Specify the amount and the origin": [""], - "Change currency": [""], - "Use previous origins:": [""], - "Or specify the origin of the money": [""], - "Specify the origin of the money": [""], - "From my bank account": [""], - "From another wallet": [""], - "currency not provided": [""], - "Specify the amount and the destination": [""], - "Use previous destinations:": [""], - "Or specify the destination of the money": [""], - "Specify the destination of the money": [""], - "To my bank account": [""], - "To another wallet": [""], - "Could not load backup recovery information": [""], - "Digital wallet recovery": [""], - "Import backup, show info": [""], - "All done, your transaction is in progress": [""], - Edit: [""], - "Could not load the list of known exchanges": [""], - }, - }, -}; - -strings["it"] = { - domain: "messages", - locale_data: { - messages: { - "": { - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "it", - }, - Balance: [""], - Backup: [""], - "QR Reader and Taler URI": [""], - Settings: [""], - Dev: [""], - "%1$s": [""], - "PENDING OPERATIONS": [""], - Loading: [""], - "Could not load backup providers": [""], - "No backup providers configured": [""], - "Add provider": [""], - "Sync all backups": [""], - "Sync now": [""], - "Last synced": [""], - "Not synced": [""], - "Expires in": [""], - "There was an error loading the provider detail for &quot; %1$s&quot;": [ - "", - ], - "There is not known provider with url &quot;%1$s&quot;.": [""], - "See providers": [""], - "Last backup": [""], - "Back up": [""], - "Provider fee": [""], - "per year": [""], - Extend: [""], - "terms has changed, extending the service will imply accepting the new terms of service": - [""], - old: [""], - new: [""], - fee: [""], - storage: [""], - "Remove provider": [""], - "This provider has reported an error": [""], - "There is conflict with another backup from %1$s": [""], - "Backup is not readable": [""], - "Unknown backup problem: %1$s": [""], - "service paid": [""], - "Backup valid until": [""], - Cancel: [""], - "Open reserve page": [""], - "Open pay page": [""], - "Open refund page": [""], - "Open tip page": [""], - "Open withdraw page": [""], - "Get digital cash": [""], - "Could not load balance page": [""], - Add: [""], - "Send %1$s": [""], - "Taler Action": [""], - "This page has pay action.": [""], - "This page has a withdrawal action.": [""], - "This page has a tip action.": [""], - "This page has a notify reserve action.": [""], - Notify: [""], - "This page has a refund action.": [""], - "This page has a malformed taler uri.": [""], - Dismiss: [""], - "this popup is being closed and you are being redirected to %1$s": [""], - "Could not load purchase proposal details": [""], - "Order Id": [""], - Summary: [""], - Amount: [""], - "Merchant name": [""], - "Merchant jurisdiction": [""], - "Merchant address": [""], - "Merchant logo": [""], - "Merchant website": [""], - "Merchant email": [""], - "Merchant public key": [""], - "Delivery date": [""], - "Delivery location": [""], - Products: [""], - "Created at": [""], - "Refund deadline": [""], - "Auto refund": [""], - "Pay deadline": [""], - "Fulfillment URL": [""], - "Fulfillment message": [""], - "Max deposit fee": [""], - "Max fee": [""], - "Minimum age": [""], - "Wire fee amortization": [""], - Auditors: [""], - Exchanges: [""], - "Bank account": [""], - "Bitcoin address": [""], - IBAN: [""], - "Could not load deposit status": [""], - "Digital cash deposit": [""], - Cost: [""], - Fee: [""], - "To be received": [""], - "Send &nbsp; %1$s": [""], - "Bitcoin transfer details": [""], - "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": - [""], - "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": - [""], - "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": - [""], - Account: [""], - "Bank host": [""], - "Bank transfer details": [""], - Subject: [""], - "Receiver name": [""], - "Could not load the transaction information": [""], - "There was an error trying to complete the transaction": [""], - "This transaction is not completed": [""], - Send: [""], - Retry: [""], - Forget: [""], - "Caution!": [""], - "If you have already wired money to the exchange you will loose the chance to get the coins form it.": - [""], - Confirm: ["Confermare"], - Withdrawal: [""], - "Make sure to use the correct subject, otherwise the money will not arrive in this wallet.": - [""], - "The bank did not yet confirmed the wire transfer. Go to the %1$s %2$s and check there is no pending step.": - [""], - "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins": - [""], - Details: [""], - Payment: [""], - Refunds: [""], - "%1$s %2$s on %3$s": [""], - "Merchant created a refund for this order but was not automatically picked up.": - [""], - Offer: [""], - Accept: [""], - Merchant: [""], - "Invoice ID": [""], - Deposit: [""], - Refresh: [""], - Tip: [""], - Refund: [""], - "Original order ID": [""], - "Purchase summary": [""], - copy: [""], - "hide qr": [""], - "show qr": [""], - Credit: [""], - Invoice: [""], - Exchange: [""], - URI: [""], - Debit: [""], - Transfer: [""], - Country: [""], - "Address lines": [""], - "Building number": [""], - "Building name": [""], - Street: [""], - "Post code": [""], - "Town location": [""], - Town: [""], - District: [""], - "Country subdivision": [""], - Date: [""], - "Transaction fees": [""], - Total: [""], - Withdraw: [""], - Price: [""], - Refunded: [""], - Delivery: [""], - "Total transfer": [""], - "Could not load pay status": [""], - "Digital cash payment": [""], - Purchase: [""], - Receipt: [""], - "Valid until": [""], - "List of products": [""], - free: [""], - "Already paid, you are going to be redirected to %1$s": [""], - "Already paid": [""], - "Already claimed": [""], - "Pay with a mobile phone": [""], - "Hide QR": [""], - "Scan the QR code or &nbsp; %1$s": [""], - "Pay &nbsp; %1$s": [""], - "You have no balance for this currency. Withdraw digital cash first.": [ - "", - ], - "Could not find enough coins to pay. Even if you have enough %1$s some restriction may apply.": - [""], - "Your current balance is not enough.": [""], - "Merchant message": [""], - "Could not load refund status": [""], - "Digital cash refund": [""], - "You&apos;ve ignored the tip.": [""], - "The refund is in progress.": [""], - "Total to refund": [""], - "The merchant &quot;%1$s&quot; is offering you a refund.": [""], - "Order amount": [""], - "Already refunded": [""], - "Refund offered": [""], - "Accept &nbsp; %1$s": [""], - "Could not load tip status": [""], - "Digital cash tip": [""], - "The merchant is offering you a tip": [""], - "Merchant URL": [""], - "Receive &nbsp; %1$s": [""], - "Tip from %1$s accepted. Check your transactions list for more details.": - [""], - "Select one option": [""], - "Could not load": [""], - "Show terms of service": [""], - "I accept the exchange terms of service": [""], - "Exchange doesn&apos;t have terms of service": [""], - "Review exchange terms of service": [""], - "Review new version of terms of service": [""], - "The exchange reply with a empty terms of service": [""], - "Download Terms of Service": [""], - "Hide terms of service": [""], - "Could not load exchange fees": [""], - Close: [""], - "could not find any exchange": [""], - "could not find any exchange for the currency %1$s": [""], - "Service fee description": [""], - "Select %1$s exchange": [""], - Reset: [""], - "Use this exchange": [""], - "Doesn&apos;t have auditors": [""], - currency: [""], - Operations: [""], - Deposits: [""], - Denomination: [""], - Until: [""], - Withdrawals: [""], - Currency: [""], - "Coin operations": [""], - "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": - [""], - "Transfer operations": [""], - "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": - [""], - Operation: [""], - "Wallet operations": [""], - Feature: [""], - "Could not get the info from the URI": [""], - "Could not get info of withdrawal": [""], - "Digital cash withdrawal": [""], - "Could not finish the withdrawal operation": [""], - "Age restriction": [""], - "Withdraw &nbsp; %1$s": [""], - "Withdraw to a mobile phone": [""], - "Digital invoice": [""], - "Could not finish the invoice creation": [""], - Create: [""], - "Could not finish the payment operation": [""], - "Digital cash transfer": [""], - "Could not finish the transfer creation": [""], - "Could not finish the pickup operation": [""], - "Manual Withdrawal for %1$s": [""], - "Choose a exchange from where the coins will be withdrawn. The exchange will send the coins to this wallet after receiving a wire transfer with the correct subject.": - [""], - "No exchange found for %1$s": [""], - "Add Exchange": [""], - "No exchange configured": [""], - "Can&apos;t create the reserve": [""], - "Start withdrawal": [""], - "Could not load deposit balance": [""], - "A currency or an amount should be indicated": [""], - "There is no enough balance to make a deposit for currency %1$s": [""], - "Send %1$s to your account": [""], - "There is no account to make a deposit for currency %1$s": [""], - "Add account": [""], - "Select account": [""], - "Add another account": [""], - "Deposit fee": [""], - "Total deposit": [""], - "Deposit&nbsp;%1$s %2$s": [""], - "Add bank account for %1$s": [""], - "Enter the URL of an exchange you trust.": [""], - "Unable add this account": [""], - "Select account type": [""], - "Review terms of service": [""], - "Exchange URL": [""], - "Add exchange": [""], - "Add new exchange": [""], - "Add exchange for %1$s": [""], - "An exchange has been found! Review the information and click next": [""], - "This exchange doesn&apos;t match the expected currency %1$s": [""], - "Unable to verify this exchange": [""], - "Unable to add this exchange": [""], - loading: [""], - Version: [""], - Next: [""], - "Waiting for confirmation": [""], - PENDING: [""], - "Could not load the list of transactions": [""], - "Your transaction history is empty for this currency.": [""], - "Add backup provider": [""], - "Could not get provider information": [""], - "Backup providers may charge for their service": [""], - URL: [""], - Name: [""], - "Provider URL": [""], - "Please review and accept this provider&apos;s terms of service": [""], - Pricing: [""], - "free of charge": [""], - "%1$s per year of service": [""], - Storage: [""], - "%1$s megabytes of storage per year of service": [""], - "Accept terms of service": [""], - "Could not parse the payto URI": [""], - "Please check the uri": [""], - "Exchange is ready for withdrawal": [""], - "To complete the process you need to wire%1$s %2$s to the exchange bank account": - [""], - "Alternative, you can also scan this QR code or open %1$s if you have a banking app installed that supports RFC 8905": - [""], - "Cancel withdrawal": [""], - "Could not toggle auto-open": [""], - "Could not toggle clipboard": [""], - Navigator: [""], - "Automatically open wallet based on page content": [""], - "Enabling this option below will make using the wallet faster, but requires more permissions from your browser.": - [""], - "Automatically check clipboard for Taler URI": [""], - Trust: [""], - "No exchange yet": [""], - "Term of Service": [""], - ok: [""], - changed: [""], - "not accepted": [""], - "unknown (exchange status should be updated)": [""], - "Add an exchange": [""], - Troubleshooting: [""], - "Developer mode": [""], - "More options and information useful for debugging": [""], - Display: [""], - "Current Language": [""], - "Wallet Core": [""], - "Web Extension": [""], - "Exchange compatibility": [""], - "Merchant compatibility": [""], - "Bank compatibility": [""], - "Browser Extension Installed!": [""], - "You can open the GNU Taler Wallet using the combination %1$s .": [""], - "Also pinning the GNU Taler Wallet to your Chrome browser allows you to quick access without keyboard:": - [""], - "Click the puzzle icon": [""], - "Search for GNU Taler Wallet": [""], - "Click the pin icon": [""], - Permissions: [""], - "(Enabling this option below will make using the wallet faster, but requires more permissions from your browser.)": - [""], - "Next Steps": [""], - "Try the demo": [""], - "Learn how to top up your wallet balance": [""], - "Diagnostics timed out. Could not talk to the wallet backend.": [""], - "Problems detected:": [""], - "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": - [""], - "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": - [""], - "Running diagnostics": [""], - "Debug tools": [""], - "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": - [""], - reset: [""], - "TESTING: This may delete all your coin, proceed with caution": [""], - "run gc": [""], - "import database": [""], - "export database": [""], - "Database exported at %1$s %2$s to download": [""], - Coins: [""], - "Pending operations": [""], - "usable coins": [""], - id: [""], - denom: [""], - value: [""], - status: [""], - "from refresh?": [""], - "age key count": [""], - "spent coins": [""], - "click to show": [""], - "Scan a QR code or enter taler:// URI below": [""], - Open: [""], - "URI is not valid. Taler URI should start with `taler://`": [""], - "Try another": [""], - "Could not load list of exchange": [""], - "Choose a currency to proceed or add another exchange": [""], - "Known currencies": [""], - "Specify the amount and the origin": [""], - "Change currency": [""], - "Use previous origins:": [""], - "Or specify the origin of the money": [""], - "Specify the origin of the money": [""], - "From my bank account": [""], - "From another wallet": [""], - "currency not provided": [""], - "Specify the amount and the destination": [""], - "Use previous destinations:": [""], - "Or specify the destination of the money": [""], - "Specify the destination of the money": [""], - "To my bank account": [""], - "To another wallet": [""], - "Could not load backup recovery information": [""], - "Digital wallet recovery": [""], - "Import backup, show info": [""], - "All done, your transaction is in progress": [""], - Edit: [""], - "Could not load the list of known exchanges": [""], - }, - }, -}; - -strings["ja"] = { - domain: "messages", - locale_data: { - messages: { - "": { - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "ja", - }, - Balance: ["残高"], - Backup: ["バックアップ"], - "QR Reader and Taler URI": [""], - Settings: ["設定"], - Dev: [""], - "%1$s": [""], - "PENDING OPERATIONS": [""], - Loading: [""], - "Could not load backup providers": [""], - "No backup providers configured": [""], - "Add provider": [""], - "Sync all backups": [""], - "Sync now": [""], - "Last synced": [""], - "Not synced": [""], - "Expires in": [""], - "There was an error loading the provider detail for &quot; %1$s&quot;": [ - "", - ], - "There is not known provider with url &quot;%1$s&quot;.": [""], - "See providers": [""], - "Last backup": [""], - "Back up": [""], - "Provider fee": [""], - "per year": [""], - Extend: [""], - "terms has changed, extending the service will imply accepting the new terms of service": - [""], - old: [""], - new: [""], - fee: [""], - storage: [""], - "Remove provider": [""], - "This provider has reported an error": [""], - "There is conflict with another backup from %1$s": [""], - "Backup is not readable": [""], - "Unknown backup problem: %1$s": [""], - "service paid": [""], - "Backup valid until": [""], - Cancel: [""], - "Open reserve page": [""], - "Open pay page": [""], - "Open refund page": [""], - "Open tip page": [""], - "Open withdraw page": [""], - "Get digital cash": [""], - "Could not load balance page": [""], - Add: [""], - "Send %1$s": [""], - "Taler Action": [""], - "This page has pay action.": [""], - "This page has a withdrawal action.": [""], - "This page has a tip action.": [""], - "This page has a notify reserve action.": [""], - Notify: [""], - "This page has a refund action.": [""], - "This page has a malformed taler uri.": [""], - Dismiss: [""], - "this popup is being closed and you are being redirected to %1$s": [""], - "Could not load purchase proposal details": [""], - "Order Id": [""], - Summary: [""], - Amount: [""], - "Merchant name": [""], - "Merchant jurisdiction": [""], - "Merchant address": [""], - "Merchant logo": [""], - "Merchant website": [""], - "Merchant email": [""], - "Merchant public key": [""], - "Delivery date": [""], - "Delivery location": [""], - Products: [""], - "Created at": [""], - "Refund deadline": [""], - "Auto refund": [""], - "Pay deadline": [""], - "Fulfillment URL": [""], - "Fulfillment message": [""], - "Max deposit fee": [""], - "Max fee": [""], - "Minimum age": [""], - "Wire fee amortization": [""], - Auditors: [""], - Exchanges: [""], - "Bank account": [""], - "Bitcoin address": [""], - IBAN: [""], - "Could not load deposit status": [""], - "Digital cash deposit": [""], - Cost: [""], - Fee: [""], - "To be received": [""], - "Send &nbsp; %1$s": [""], - "Bitcoin transfer details": [""], - "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": - [""], - "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": - [""], - "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": - [""], - Account: [""], - "Bank host": [""], - "Bank transfer details": [""], - Subject: [""], - "Receiver name": [""], - "Could not load the transaction information": [""], - "There was an error trying to complete the transaction": [""], - "This transaction is not completed": [""], - Send: [""], - Retry: [""], - Forget: [""], - "Caution!": [""], - "If you have already wired money to the exchange you will loose the chance to get the coins form it.": - [""], - Confirm: [""], - Withdrawal: [""], - "Make sure to use the correct subject, otherwise the money will not arrive in this wallet.": - [""], - "The bank did not yet confirmed the wire transfer. Go to the %1$s %2$s and check there is no pending step.": - [""], - "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins": - [""], - Details: [""], - Payment: [""], - Refunds: [""], - "%1$s %2$s on %3$s": [""], - "Merchant created a refund for this order but was not automatically picked up.": - [""], - Offer: [""], - Accept: [""], - Merchant: [""], - "Invoice ID": [""], - Deposit: [""], - Refresh: [""], - Tip: [""], - Refund: [""], - "Original order ID": [""], - "Purchase summary": [""], - copy: [""], - "hide qr": [""], - "show qr": [""], - Credit: [""], - Invoice: [""], - Exchange: [""], - URI: [""], - Debit: [""], - Transfer: [""], - Country: [""], - "Address lines": [""], - "Building number": [""], - "Building name": [""], - Street: [""], - "Post code": [""], - "Town location": [""], - Town: [""], - District: [""], - "Country subdivision": [""], - Date: [""], - "Transaction fees": [""], - Total: [""], - Withdraw: ["撤退"], - Price: [""], - Refunded: [""], - Delivery: [""], - "Total transfer": [""], - "Could not load pay status": [""], - "Digital cash payment": [""], - Purchase: [""], - Receipt: [""], - "Valid until": [""], - "List of products": [""], - free: [""], - "Already paid, you are going to be redirected to %1$s": [""], - "Already paid": [""], - "Already claimed": [""], - "Pay with a mobile phone": [""], - "Hide QR": [""], - "Scan the QR code or &nbsp; %1$s": [""], - "Pay &nbsp; %1$s": [""], - "You have no balance for this currency. Withdraw digital cash first.": [ - "", - ], - "Could not find enough coins to pay. Even if you have enough %1$s some restriction may apply.": - [""], - "Your current balance is not enough.": ["表示するバランスがありません"], - "Merchant message": [""], - "Could not load refund status": [""], - "Digital cash refund": [""], - "You&apos;ve ignored the tip.": [""], - "The refund is in progress.": [""], - "Total to refund": [""], - "The merchant &quot;%1$s&quot; is offering you a refund.": [""], - "Order amount": [""], - "Already refunded": [""], - "Refund offered": [""], - "Accept &nbsp; %1$s": [""], - "Could not load tip status": [""], - "Digital cash tip": [""], - "The merchant is offering you a tip": [""], - "Merchant URL": [""], - "Receive &nbsp; %1$s": [""], - "Tip from %1$s accepted. Check your transactions list for more details.": - [""], - "Select one option": [""], - "Could not load": [""], - "Show terms of service": [""], - "I accept the exchange terms of service": [""], - "Exchange doesn&apos;t have terms of service": [""], - "Review exchange terms of service": [""], - "Review new version of terms of service": [""], - "The exchange reply with a empty terms of service": [""], - "Download Terms of Service": [""], - "Hide terms of service": [""], - "Could not load exchange fees": [""], - Close: [""], - "could not find any exchange": [""], - "could not find any exchange for the currency %1$s": [""], - "Service fee description": [""], - "Select %1$s exchange": [""], - Reset: [""], - "Use this exchange": [""], - "Doesn&apos;t have auditors": [""], - currency: [""], - Operations: [""], - Deposits: [""], - Denomination: [""], - Until: [""], - Withdrawals: ["撤退"], - Currency: [""], - "Coin operations": [""], - "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": - [""], - "Transfer operations": [""], - "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": - [""], - Operation: [""], - "Wallet operations": [""], - Feature: [""], - "Could not get the info from the URI": [""], - "Could not get info of withdrawal": [""], - "Digital cash withdrawal": [""], - "Could not finish the withdrawal operation": [""], - "Age restriction": [""], - "Withdraw &nbsp; %1$s": [""], - "Withdraw to a mobile phone": [""], - "Digital invoice": [""], - "Could not finish the invoice creation": [""], - Create: [""], - "Could not finish the payment operation": [""], - "Digital cash transfer": [""], - "Could not finish the transfer creation": [""], - "Could not finish the pickup operation": [""], - "Manual Withdrawal for %1$s": [""], - "Choose a exchange from where the coins will be withdrawn. The exchange will send the coins to this wallet after receiving a wire transfer with the correct subject.": - [""], - "No exchange found for %1$s": [""], - "Add Exchange": [""], - "No exchange configured": [""], - "Can&apos;t create the reserve": [""], - "Start withdrawal": [""], - "Could not load deposit balance": [""], - "A currency or an amount should be indicated": [""], - "There is no enough balance to make a deposit for currency %1$s": [""], - "Send %1$s to your account": [""], - "There is no account to make a deposit for currency %1$s": [""], - "Add account": [""], - "Select account": [""], - "Add another account": [""], - "Deposit fee": [""], - "Total deposit": [""], - "Deposit&nbsp;%1$s %2$s": [""], - "Add bank account for %1$s": [""], - "Enter the URL of an exchange you trust.": [""], - "Unable add this account": [""], - "Select account type": [""], - "Review terms of service": [""], - "Exchange URL": [""], - "Add exchange": [""], - "Add new exchange": [""], - "Add exchange for %1$s": [""], - "An exchange has been found! Review the information and click next": [""], - "This exchange doesn&apos;t match the expected currency %1$s": [""], - "Unable to verify this exchange": [""], - "Unable to add this exchange": [""], - loading: [""], - Version: [""], - Next: [""], - "Waiting for confirmation": [""], - PENDING: [""], - "Could not load the list of transactions": [""], - "Your transaction history is empty for this currency.": [""], - "Add backup provider": [""], - "Could not get provider information": [""], - "Backup providers may charge for their service": [""], - URL: [""], - Name: [""], - "Provider URL": [""], - "Please review and accept this provider&apos;s terms of service": [""], - Pricing: [""], - "free of charge": [""], - "%1$s per year of service": [""], - Storage: [""], - "%1$s megabytes of storage per year of service": [""], - "Accept terms of service": [""], - "Could not parse the payto URI": [""], - "Please check the uri": [""], - "Exchange is ready for withdrawal": [""], - "To complete the process you need to wire%1$s %2$s to the exchange bank account": - [""], - "Alternative, you can also scan this QR code or open %1$s if you have a banking app installed that supports RFC 8905": - [""], - "Cancel withdrawal": [""], - "Could not toggle auto-open": [""], - "Could not toggle clipboard": [""], - Navigator: [""], - "Automatically open wallet based on page content": [""], - "Enabling this option below will make using the wallet faster, but requires more permissions from your browser.": - [""], - "Automatically check clipboard for Taler URI": [""], - Trust: [""], - "No exchange yet": [""], - "Term of Service": [""], - ok: [""], - changed: [""], - "not accepted": [""], - "unknown (exchange status should be updated)": [""], - "Add an exchange": [""], - Troubleshooting: [""], - "Developer mode": [""], - "More options and information useful for debugging": [""], - Display: [""], - "Current Language": [""], - "Wallet Core": [""], - "Web Extension": [""], - "Exchange compatibility": [""], - "Merchant compatibility": [""], - "Bank compatibility": [""], - "Browser Extension Installed!": [""], - "You can open the GNU Taler Wallet using the combination %1$s .": [""], - "Also pinning the GNU Taler Wallet to your Chrome browser allows you to quick access without keyboard:": - [""], - "Click the puzzle icon": [""], - "Search for GNU Taler Wallet": [""], - "Click the pin icon": [""], - Permissions: [""], - "(Enabling this option below will make using the wallet faster, but requires more permissions from your browser.)": - [""], - "Next Steps": [""], - "Try the demo": [""], - "Learn how to top up your wallet balance": [""], - "Diagnostics timed out. Could not talk to the wallet backend.": [""], - "Problems detected:": [""], - "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": - [""], - "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": - [""], - "Running diagnostics": [""], - "Debug tools": [""], - "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": - [""], - reset: [""], - "TESTING: This may delete all your coin, proceed with caution": [""], - "run gc": [""], - "import database": [""], - "export database": [""], - "Database exported at %1$s %2$s to download": [""], - Coins: [""], - "Pending operations": [""], - "usable coins": [""], - id: [""], - denom: [""], - value: [""], - status: [""], - "from refresh?": [""], - "age key count": [""], - "spent coins": [""], - "click to show": [""], - "Scan a QR code or enter taler:// URI below": [""], - Open: [""], - "URI is not valid. Taler URI should start with `taler://`": [""], - "Try another": [""], - "Could not load list of exchange": [""], - "Choose a currency to proceed or add another exchange": [""], - "Known currencies": [""], - "Specify the amount and the origin": [""], - "Change currency": [""], - "Use previous origins:": [""], - "Or specify the origin of the money": [""], - "Specify the origin of the money": [""], - "From my bank account": [""], - "From another wallet": [""], - "currency not provided": [""], - "Specify the amount and the destination": [""], - "Use previous destinations:": [""], - "Or specify the destination of the money": [""], - "Specify the destination of the money": [""], - "To my bank account": [""], - "To another wallet": [""], - "Could not load backup recovery information": [""], - "Digital wallet recovery": [""], - "Import backup, show info": [""], - "All done, your transaction is in progress": [""], - Edit: [""], - "Could not load the list of known exchanges": [""], - }, - }, -}; - -strings["sv"] = { - domain: "messages", - locale_data: { - messages: { - "": { - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "sv", - }, - Balance: ["Balans"], - Backup: [""], - "QR Reader and Taler URI": [""], - Settings: [""], - Dev: [""], - "%1$s": [""], - "PENDING OPERATIONS": [""], - Loading: [""], - "Could not load backup providers": [""], - "No backup providers configured": [""], - "Add provider": [""], - "Sync all backups": [""], - "Sync now": [""], - "Last synced": [""], - "Not synced": [""], - "Expires in": [""], - "There was an error loading the provider detail for &quot; %1$s&quot;": [ - "", - ], - "There is not known provider with url &quot;%1$s&quot;.": [""], - "See providers": [""], - "Last backup": [""], - "Back up": [""], - "Provider fee": [""], - "per year": [""], - Extend: [""], - "terms has changed, extending the service will imply accepting the new terms of service": - [""], - old: [""], - new: [""], - fee: [""], - storage: [""], - "Remove provider": [""], - "This provider has reported an error": [""], - "There is conflict with another backup from %1$s": [""], - "Backup is not readable": [""], - "Unknown backup problem: %1$s": [""], - "service paid": [""], - "Backup valid until": [""], - Cancel: ["Avbryt"], - "Open reserve page": [""], - "Open pay page": [""], - "Open refund page": [""], - "Open tip page": [""], - "Open withdraw page": ["Utbetalnings avgift"], - "Get digital cash": ["Utbetalnings avgifter:"], - "Could not load balance page": [""], - Add: [""], - "Send %1$s": ["Välj %1$s"], - "Taler Action": [""], - "This page has pay action.": [""], - "This page has a withdrawal action.": [""], - "This page has a tip action.": [""], - "This page has a notify reserve action.": [""], - Notify: [""], - "This page has a refund action.": [""], - "This page has a malformed taler uri.": [""], - Dismiss: [""], - "this popup is being closed and you are being redirected to %1$s": [""], - "Could not load purchase proposal details": [""], - "Order Id": [""], - Summary: [""], - Amount: [""], - "Merchant name": [""], - "Merchant jurisdiction": [""], - "Merchant address": [""], - "Merchant logo": [""], - "Merchant website": [""], - "Merchant email": [""], - "Merchant public key": [""], - "Delivery date": [""], - "Delivery location": [""], - Products: [""], - "Created at": [""], - "Refund deadline": [""], - "Auto refund": [""], - "Pay deadline": [""], - "Fulfillment URL": [""], - "Fulfillment message": [""], - "Max deposit fee": ["Depostitions avgift"], - "Max fee": [""], - "Minimum age": [""], - "Wire fee amortization": [""], - Auditors: [""], - Exchanges: ["Accepterade tjänsteleverantörer:"], - "Bank account": ["Övervisa till bank konto"], - "Bitcoin address": [""], - IBAN: [""], - "Could not load deposit status": [""], - "Digital cash deposit": [""], - Cost: [""], - Fee: [""], - "To be received": [""], - "Send &nbsp; %1$s": [""], - "Bitcoin transfer details": [""], - "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": - [""], - "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": - [""], - "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": - [""], - Account: [""], - "Bank host": [""], - "Bank transfer details": [""], - Subject: [""], - "Receiver name": [""], - "Could not load the transaction information": [""], - "There was an error trying to complete the transaction": [""], - "This transaction is not completed": [""], - Send: [""], - Retry: [""], - Forget: [""], - "Caution!": [""], - "If you have already wired money to the exchange you will loose the chance to get the coins form it.": - [""], - Confirm: ["Bekräfta"], - Withdrawal: ["Utbetalnings avgift"], - "Make sure to use the correct subject, otherwise the money will not arrive in this wallet.": - [""], - "The bank did not yet confirmed the wire transfer. Go to the %1$s %2$s and check there is no pending step.": - [""], - "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins": - [""], - Details: [""], - Payment: ["Godkän betalning"], - Refunds: [""], - "%1$s %2$s on %3$s": ["Säljaren %1$sgav en återbetalning på %2$s.\n"], - "Merchant created a refund for this order but was not automatically picked up.": - [""], - Offer: [""], - Accept: [""], - Merchant: [""], - "Invoice ID": [""], - Deposit: ["Depostitions avgift"], - Refresh: ["Återhämtnings avgift"], - Tip: [""], - Refund: [""], - "Original order ID": [""], - "Purchase summary": [""], - copy: [""], - "hide qr": [""], - "show qr": [""], - Credit: [""], - Invoice: [""], - Exchange: [""], - URI: [""], - Debit: [""], - Transfer: [""], - Country: [""], - "Address lines": [""], - "Building number": [""], - "Building name": [""], - Street: [""], - "Post code": [""], - "Town location": [""], - Town: [""], - District: [""], - "Country subdivision": [""], - Date: [""], - "Transaction fees": [""], - Total: [""], - Withdraw: ["Utbetalnings avgift"], - Price: [""], - Refunded: [""], - Delivery: [""], - "Total transfer": ["Utbetalnings avgift"], - "Could not load pay status": [""], - "Digital cash payment": [""], - Purchase: [""], - Receipt: [""], - "Valid until": [""], - "List of products": [""], - free: [""], - "Already paid, you are going to be redirected to %1$s": [""], - "Already paid": [""], - "Already claimed": [""], - "Pay with a mobile phone": [""], - "Hide QR": [""], - "Scan the QR code or &nbsp; %1$s": [""], - "Pay &nbsp; %1$s": [""], - "You have no balance for this currency. Withdraw digital cash first.": [ - "", - ], - "Could not find enough coins to pay. Even if you have enough %1$s some restriction may apply.": - [""], - "Your current balance is not enough.": [ - "Du har ingen balans att visa. Behöver du\n %1$s att börja?\n", - ], - "Merchant message": [""], - "Could not load refund status": [""], - "Digital cash refund": [""], - "You&apos;ve ignored the tip.": [""], - "The refund is in progress.": [""], - "Total to refund": ["Utbetalnings avgift"], - "The merchant &quot;%1$s&quot; is offering you a refund.": [ - "Säljaren %1$s erbjuder följande:", - ], - "Order amount": ["Återhämtnings avgift"], - "Already refunded": [""], - "Refund offered": [""], - "Accept &nbsp; %1$s": [""], - "Could not load tip status": [""], - "Digital cash tip": [""], - "The merchant is offering you a tip": [ - "Säljaren %1$s erbjuder följande:", - ], - "Merchant URL": [""], - "Receive &nbsp; %1$s": [""], - "Tip from %1$s accepted. Check your transactions list for more details.": - [""], - "Select one option": [""], - "Could not load": [""], - "Show terms of service": [""], - "I accept the exchange terms of service": [""], - "Exchange doesn&apos;t have terms of service": [""], - "Review exchange terms of service": [""], - "Review new version of terms of service": [""], - "The exchange reply with a empty terms of service": [""], - "Download Terms of Service": [""], - "Hide terms of service": [""], - "Could not load exchange fees": [""], - Close: [""], - "could not find any exchange": ["Accepterade tjänsteleverantörer:"], - "could not find any exchange for the currency %1$s": [""], - "Service fee description": [""], - "Select %1$s exchange": ["Välj %1$s"], - Reset: [""], - "Use this exchange": ["Accepterade tjänsteleverantörer:"], - "Doesn&apos;t have auditors": [""], - currency: [""], - Operations: [""], - Deposits: ["Depostitions avgift"], - Denomination: [""], - Until: [""], - Withdrawals: ["Utbetalnings avgift"], - Currency: [""], - "Coin operations": [""], - "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": - [""], - "Transfer operations": [""], - "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": - [""], - Operation: [""], - "Wallet operations": [""], - Feature: [""], - "Could not get the info from the URI": [""], - "Could not get info of withdrawal": [""], - "Digital cash withdrawal": [""], - "Could not finish the withdrawal operation": [""], - "Age restriction": [""], - "Withdraw &nbsp; %1$s": [""], - "Withdraw to a mobile phone": [""], - "Digital invoice": [""], - "Could not finish the invoice creation": [""], - Create: [""], - "Could not finish the payment operation": [""], - "Digital cash transfer": [""], - "Could not finish the transfer creation": [""], - "Could not finish the pickup operation": [""], - "Manual Withdrawal for %1$s": ["Utbetalnings avgift"], - "Choose a exchange from where the coins will be withdrawn. The exchange will send the coins to this wallet after receiving a wire transfer with the correct subject.": - [""], - "No exchange found for %1$s": ["Accepterade tjänsteleverantörer:"], - "Add Exchange": ["Accepterade tjänsteleverantörer:"], - "No exchange configured": [""], - "Can&apos;t create the reserve": [""], - "Start withdrawal": [""], - "Could not load deposit balance": [""], - "A currency or an amount should be indicated": [""], - "There is no enough balance to make a deposit for currency %1$s": [""], - "Send %1$s to your account": [""], - "There is no account to make a deposit for currency %1$s": [""], - "Add account": ["Övervisa till bank konto"], - "Select account": ["Övervisa till bank konto"], - "Add another account": ["Övervisa till bank konto"], - "Deposit fee": ["Depostitions avgift"], - "Total deposit": [""], - "Deposit&nbsp;%1$s %2$s": ["Depostitions avgift"], - "Add bank account for %1$s": ["Accepterade tjänsteleverantörer:"], - "Enter the URL of an exchange you trust.": [""], - "Unable add this account": [""], - "Select account type": [""], - "Review terms of service": [""], - "Exchange URL": [""], - "Add exchange": ["Accepterade tjänsteleverantörer:"], - "Add new exchange": ["Accepterade tjänsteleverantörer:"], - "Add exchange for %1$s": ["Accepterade tjänsteleverantörer:"], - "An exchange has been found! Review the information and click next": [""], - "This exchange doesn&apos;t match the expected currency %1$s": [""], - "Unable to verify this exchange": [""], - "Unable to add this exchange": [""], - loading: [""], - Version: [""], - Next: [""], - "Waiting for confirmation": [""], - PENDING: [""], - "Could not load the list of transactions": [""], - "Your transaction history is empty for this currency.": [""], - "Add backup provider": [""], - "Could not get provider information": [""], - "Backup providers may charge for their service": [""], - URL: [""], - Name: [""], - "Provider URL": [""], - "Please review and accept this provider&apos;s terms of service": [""], - Pricing: [""], - "free of charge": [""], - "%1$s per year of service": [""], - Storage: [""], - "%1$s megabytes of storage per year of service": [""], - "Accept terms of service": [""], - "Could not parse the payto URI": [""], - "Please check the uri": [""], - "Exchange is ready for withdrawal": ["Tjänsteleverantörer i plånboken:"], - "To complete the process you need to wire%1$s %2$s to the exchange bank account": - [""], - "Alternative, you can also scan this QR code or open %1$s if you have a banking app installed that supports RFC 8905": - [""], - "Cancel withdrawal": [""], - "Could not toggle auto-open": [""], - "Could not toggle clipboard": [""], - Navigator: [""], - "Automatically open wallet based on page content": [""], - "Enabling this option below will make using the wallet faster, but requires more permissions from your browser.": - [""], - "Automatically check clipboard for Taler URI": [""], - Trust: [""], - "No exchange yet": [""], - "Term of Service": [""], - ok: [""], - changed: [""], - "not accepted": [""], - "unknown (exchange status should be updated)": [""], - "Add an exchange": ["Accepterade tjänsteleverantörer:"], - Troubleshooting: [""], - "Developer mode": [""], - "More options and information useful for debugging": [""], - Display: [""], - "Current Language": [""], - "Wallet Core": [""], - "Web Extension": [""], - "Exchange compatibility": [""], - "Merchant compatibility": [""], - "Bank compatibility": [""], - "Browser Extension Installed!": [""], - "You can open the GNU Taler Wallet using the combination %1$s .": [""], - "Also pinning the GNU Taler Wallet to your Chrome browser allows you to quick access without keyboard:": - [""], - "Click the puzzle icon": [""], - "Search for GNU Taler Wallet": [""], - "Click the pin icon": [""], - Permissions: [""], - "(Enabling this option below will make using the wallet faster, but requires more permissions from your browser.)": - [""], - "Next Steps": [""], - "Try the demo": [""], - "Learn how to top up your wallet balance": [""], - "Diagnostics timed out. Could not talk to the wallet backend.": [""], - "Problems detected:": [""], - "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": - [""], - "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": - [""], - "Running diagnostics": [""], - "Debug tools": [""], - "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": - [""], - reset: [""], - "TESTING: This may delete all your coin, proceed with caution": [""], - "run gc": [""], - "import database": [""], - "export database": [""], - "Database exported at %1$s %2$s to download": [""], - Coins: ["# Mynt"], - "Pending operations": [""], - "usable coins": [""], - id: [""], - denom: [""], - value: ["Värde"], - status: [""], - "from refresh?": [""], - "age key count": ["Övervisa till bank konto"], - "spent coins": [""], - "click to show": [""], - "Scan a QR code or enter taler:// URI below": [""], - Open: [""], - "URI is not valid. Taler URI should start with `taler://`": [""], - "Try another": [""], - "Could not load list of exchange": [""], - "Choose a currency to proceed or add another exchange": [""], - "Known currencies": [""], - "Specify the amount and the origin": [""], - "Change currency": [""], - "Use previous origins:": [""], - "Or specify the origin of the money": [""], - "Specify the origin of the money": [""], - "From my bank account": ["Övervisa till bank konto"], - "From another wallet": [""], - "currency not provided": [""], - "Specify the amount and the destination": [""], - "Use previous destinations:": [""], - "Or specify the destination of the money": [""], - "Specify the destination of the money": [""], - "To my bank account": ["Övervisa till bank konto"], - "To another wallet": [""], - "Could not load backup recovery information": [""], - "Digital wallet recovery": [""], - "Import backup, show info": [""], - "All done, your transaction is in progress": [""], - Edit: [""], - "Could not load the list of known exchanges": [""], - }, - }, -}; - -strings["tr"] = { - domain: "messages", - locale_data: { - messages: { - "": { - domain: "messages", - plural_forms: "nplurals=2; plural=n != 1;", - lang: "tr", - }, - Balance: ["Bakiye"], - Backup: ["Yedekle"], - "QR Reader and Taler URI": [""], - Settings: ["Ayarlar"], - Dev: ["Gelişim"], - "%1$s": ["%1$s"], - "PENDING OPERATIONS": [""], - Loading: ["Yükleniyor"], - "Could not load backup providers": [ - "Yedekleme sağlayıcıları yüklenemedi", + "Max deposit fee": [ + "Максимальна комісія за депозит" ], - "No backup providers configured": [ - "Yapılandırılmış yedekleme sağlayıcısı yok", - ], - "Add provider": ["Sağlayıcı ekle"], - "Sync all backups": ["Tüm yedeklemeleri senkronize et"], - "Sync now": ["Şimdi senkronize et"], - "Last synced": ["Son Senkronizasyon"], - "Not synced": ["Senkronize Edilmedi"], - "Expires in": ["İçinde sona eriyor"], - "There was an error loading the provider detail for &quot; %1$s&quot;": [ - "", - ], - "There is not known provider with url &quot;%1$s&quot;.": [""], - "See providers": ["Sağlayıcı ekle"], - "Last backup": [""], - "Back up": [""], - "Provider fee": [""], - "per year": [""], - Extend: [""], - "terms has changed, extending the service will imply accepting the new terms of service": - [""], - old: [""], - new: [""], - fee: [""], - storage: [""], - "Remove provider": [""], - "This provider has reported an error": [""], - "There is conflict with another backup from %1$s": [""], - "Backup is not readable": [""], - "Unknown backup problem: %1$s": [""], - "service paid": [""], - "Backup valid until": [""], - Cancel: ["Bakiye"], - "Open reserve page": ["Rezerv sayfasını açın"], - "Open pay page": ["Ödeme sayfasını açın"], - "Open refund page": ["Geri ödeme sayfasını açın"], - "Open tip page": ["İkramiye sayfasını açın"], - "Open withdraw page": ["Para çekme sayfasını açın"], - "Get digital cash": [""], - "Could not load balance page": ["Bakiye sayfası yüklenemedi"], - Add: [""], - "Send %1$s": ["%1$s seçin"], - "Taler Action": ["Taler Eylemi"], - "This page has pay action.": ["Bu sayfada ödeme eylemi var."], - "This page has a withdrawal action.": [ - "Bu sayfada para çekme eylemi var.", + "Exchanges": [ + "Обмінники" ], - "This page has a tip action.": ["Bu sayfada bir ikramiye eylemi var."], - "This page has a notify reserve action.": [ - "Bu sayfada bir rezervasyon bildir eylemi var.", + "Could not load the status of the term of service": [ + "Не вдалося завантажити список транзакцій" ], - Notify: ["Bildirin"], - "This page has a refund action.": [ - "Bu sayfada bir geri ödeme eylemi var.", + "Select one option": [ + "Виберіть один варіант" ], - "This page has a malformed taler uri.": [ - "Bu sayfada hatalı biçimlendirilmiş taler uri var.", + "Show terms of service": [ + "Показати умови отримання послуг" ], - Dismiss: ["Reddet"], - "this popup is being closed and you are being redirected to %1$s": [""], - "Could not load purchase proposal details": [ - "Yedekleme sağlayıcıları yüklenemedi", - ], - "Order Id": ["Sipariş reddedildi"], - Summary: [""], - Amount: [""], - "Merchant name": [""], - "Merchant jurisdiction": [""], - "Merchant address": [""], - "Merchant logo": [""], - "Merchant website": [""], - "Merchant email": [""], - "Merchant public key": [""], - "Delivery date": [""], - "Delivery location": ["Taler Eylemi"], - Products: [""], - "Created at": [""], - "Refund deadline": [""], - "Auto refund": ["Ödeme iadesi"], - "Pay deadline": [""], - "Fulfillment URL": [""], - "Fulfillment message": [""], - "Max deposit fee": [""], - "Max fee": [""], - "Minimum age": [""], - "Wire fee amortization": [""], - Auditors: [""], - Exchanges: ["Exchange"], - "Bank account": [""], - "Bitcoin address": [""], - IBAN: [""], - "Could not load deposit status": ["Bakiye sayfası yüklenemedi"], - "Digital cash deposit": [""], - Cost: [""], - Fee: ["Ücretler"], - "To be received": [""], - "Send &nbsp; %1$s": [""], - "Bitcoin transfer details": [""], - "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": - [""], - "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": - [""], - "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": - [""], - Account: [""], - "Bank host": [""], - "Bank transfer details": [""], - Subject: [""], - "Receiver name": [""], - "Could not load the transaction information": [""], - "There was an error trying to complete the transaction": [""], - "This transaction is not completed": [""], - Send: [""], - Retry: ["Yeniden deneyin"], - Forget: [""], - "Caution!": [""], - "If you have already wired money to the exchange you will loose the chance to get the coins form it.": - [""], - Confirm: ["Onaylamak"], - Withdrawal: ["Çekildi"], - "Make sure to use the correct subject, otherwise the money will not arrive in this wallet.": - [""], - "The bank did not yet confirmed the wire transfer. Go to the %1$s %2$s and check there is no pending step.": - [""], - "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins": - [""], - Details: [""], - Payment: ["Ödeme gönderildi"], - Refunds: [""], - "%1$s %2$s on %3$s": [""], - "Merchant created a refund for this order but was not automatically picked up.": - [""], - Offer: [""], - Accept: ["İkramiye kabul edildi"], - Merchant: [""], - "Invoice ID": [""], - Deposit: [""], - Refresh: ["Ücreti yenile"], - Tip: [""], - Refund: [""], - "Original order ID": [""], - "Purchase summary": [""], - copy: [""], - "hide qr": [""], - "show qr": [""], - Credit: [""], - Invoice: [""], - Exchange: ["Exchange"], - URI: [""], - Debit: [""], - Transfer: [""], - Country: [""], - "Address lines": [""], - "Building number": [""], - "Building name": [""], - Street: [""], - "Post code": [""], - "Town location": [""], - Town: [""], - District: [""], - "Country subdivision": [""], - Date: [""], - "Transaction fees": [""], - Total: [""], - Withdraw: ["Para çek"], - Price: [""], - Refunded: [""], - Delivery: [""], - "Total transfer": ["Çekildi"], - "Could not load pay status": [""], - "Digital cash payment": [""], - Purchase: [""], - Receipt: [""], - "Valid until": [""], - "List of products": [""], - free: [""], - "Already paid, you are going to be redirected to %1$s": [""], - "Already paid": [""], - "Already claimed": [""], - "Pay with a mobile phone": [""], - "Hide QR": [""], - "Scan the QR code or &nbsp; %1$s": [""], - "Pay &nbsp; %1$s": [""], - "You have no balance for this currency. Withdraw digital cash first.": [ - "", - ], - "Could not find enough coins to pay. Even if you have enough %1$s some restriction may apply.": - [""], - "Your current balance is not enough.": ["Gösterecek bakiyeniz yok."], - "Merchant message": [""], - "Could not load refund status": ["Bakiye sayfası yüklenemedi"], - "Digital cash refund": [""], - "You&apos;ve ignored the tip.": [""], - "The refund is in progress.": [""], - "Total to refund": ["Ödeme iadesi"], - "The merchant &quot;%1$s&quot; is offering you a refund.": [""], - "Order amount": ["Ücreti yenile"], - "Already refunded": ["Ödeme iadesi"], - "Refund offered": [""], - "Accept &nbsp; %1$s": [""], - "Could not load tip status": ["Bakiye sayfası yüklenemedi"], - "Digital cash tip": [""], - "The merchant is offering you a tip": [""], - "Merchant URL": [""], - "Receive &nbsp; %1$s": [""], - "Tip from %1$s accepted. Check your transactions list for more details.": - [""], - "Select one option": [""], - "Could not load": ["Bakiye sayfası yüklenemedi"], - "Show terms of service": ["Hizmet şartlarını göster"], "I accept the exchange terms of service": [ - "Hizmet şartlarını kabul ediyorum", - ], - "Exchange doesn&apos;t have terms of service": [ - "Exchange'in hizmet şartları yok", + "Я приймаю Умови надання послуг, цього обмінника" ], "Review exchange terms of service": [ - "Exchange'in hizmet şartlarını inceleyin", - ], - "Review new version of terms of service": [ - "Hizmet şartlarının yeni sürümünü inceleyin", - ], - "The exchange reply with a empty terms of service": [""], - "Download Terms of Service": [""], - "Hide terms of service": [""], - "Could not load exchange fees": ["Bakiye sayfası yüklenemedi"], - Close: [""], - "could not find any exchange": ["Bakiye sayfası yüklenemedi"], - "could not find any exchange for the currency %1$s": [""], - "Service fee description": [""], - "Select %1$s exchange": ["Özel exchange'i seçin"], - Reset: [""], - "Use this exchange": ["Özel exchange'i seçin"], - "Doesn&apos;t have auditors": [""], - currency: [""], - Operations: ["Bekleyen işlemler"], - Deposits: ["Depozito %1$s"], - Denomination: ["Bekleyen işlemler"], - Until: [""], - Withdrawals: ["Çekildi"], - Currency: [""], - "Coin operations": ["Bekleyen işlemler"], - "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": - [""], - "Transfer operations": ["Bekleyen işlemler"], - "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": - [""], - Operation: [""], - "Wallet operations": ["Bekleyen işlemler"], - Feature: [""], - "Could not get the info from the URI": [""], - "Could not get info of withdrawal": [ - "Para çekme işlemi için ayrıntılar alınamadı:", - ], - "Digital cash withdrawal": [""], - "Could not finish the withdrawal operation": [""], - "Age restriction": [""], - "Withdraw &nbsp; %1$s": [""], - "Withdraw to a mobile phone": [""], - "Digital invoice": [""], - "Could not finish the invoice creation": [""], - Create: [""], - "Could not finish the payment operation": [ - "Para çekme işlemi için ayrıntılar alınamadı:", - ], - "Digital cash transfer": [""], - "Could not finish the transfer creation": [ - "Para çekme işlemi için ayrıntılar alınamadı:", - ], - "Could not finish the pickup operation": [ - "Para çekme işlemi için ayrıntılar alınamadı:", - ], - "Manual Withdrawal for %1$s": ["Para çekme ücretleri:"], - "Choose a exchange from where the coins will be withdrawn. The exchange will send the coins to this wallet after receiving a wire transfer with the correct subject.": - [""], - "No exchange found for %1$s": [""], - "Add Exchange": [""], - "No exchange configured": [""], - "Can&apos;t create the reserve": [""], - "Start withdrawal": [""], - "Could not load deposit balance": ["Bakiye sayfası yüklenemedi"], - "A currency or an amount should be indicated": [""], - "There is no enough balance to make a deposit for currency %1$s": [""], - "Send %1$s to your account": [""], - "There is no account to make a deposit for currency %1$s": [""], - "Add account": [""], - "Select account": [""], - "Add another account": [""], - "Deposit fee": [""], - "Total deposit": [""], - "Deposit&nbsp;%1$s %2$s": ["Test Havale Hesap #%1$s üzerinde %2$s"], - "Add bank account for %1$s": [""], - "Enter the URL of an exchange you trust.": [""], - "Unable add this account": [""], - "Select account type": [""], - "Review terms of service": [""], - "Exchange URL": [""], - "Add exchange": [""], - "Add new exchange": [""], - "Add exchange for %1$s": [""], - "An exchange has been found! Review the information and click next": [""], - "This exchange doesn&apos;t match the expected currency %1$s": [""], - "Unable to verify this exchange": [""], - "Unable to add this exchange": [""], - loading: [""], - Version: [""], - Next: [""], - "Waiting for confirmation": [""], - PENDING: [""], - "Could not load the list of transactions": [""], - "Your transaction history is empty for this currency.": [""], - "Add backup provider": [""], - "Could not get provider information": [""], - "Backup providers may charge for their service": [""], - URL: [""], - Name: [""], - "Provider URL": [""], - "Please review and accept this provider&apos;s terms of service": [ - "Hizmet şartlarını kabul ediyorum", - ], - Pricing: [""], - "free of charge": [""], - "%1$s per year of service": [""], - Storage: [""], - "%1$s megabytes of storage per year of service": [""], - "Accept terms of service": [""], - "Could not parse the payto URI": [""], - "Please check the uri": [""], - "Exchange is ready for withdrawal": [""], - "To complete the process you need to wire%1$s %2$s to the exchange bank account": - [""], - "Alternative, you can also scan this QR code or open %1$s if you have a banking app installed that supports RFC 8905": - [""], - "Cancel withdrawal": [""], - "Could not toggle auto-open": ["Bakiye sayfası yüklenemedi"], - "Could not toggle clipboard": ["Bakiye sayfası yüklenemedi"], - Navigator: [""], - "Automatically open wallet based on page content": [""], - "Enabling this option below will make using the wallet faster, but requires more permissions from your browser.": - [""], - "Automatically check clipboard for Taler URI": [""], - Trust: [""], - "No exchange yet": [""], - "Term of Service": [""], - ok: [""], - changed: [""], - "not accepted": [""], - "unknown (exchange status should be updated)": [""], - "Add an exchange": [""], - Troubleshooting: [""], - "Developer mode": [""], - "More options and information useful for debugging": [""], - Display: [""], - "Current Language": [""], - "Wallet Core": [""], - "Web Extension": [""], - "Exchange compatibility": [""], - "Merchant compatibility": [""], - "Bank compatibility": [""], - "Browser Extension Installed!": [""], - "You can open the GNU Taler Wallet using the combination %1$s .": [""], - "Also pinning the GNU Taler Wallet to your Chrome browser allows you to quick access without keyboard:": - [""], - "Click the puzzle icon": [""], - "Search for GNU Taler Wallet": [""], - "Click the pin icon": [""], - Permissions: [""], - "(Enabling this option below will make using the wallet faster, but requires more permissions from your browser.)": - [""], - "Next Steps": [""], - "Try the demo": [""], - "Learn how to top up your wallet balance": [""], - "Diagnostics timed out. Could not talk to the wallet backend.": [ - "Tanılar zaman aşımına uğradı. Cüzdan arka ucuyla konuşulamadı.", - ], - "Problems detected:": ["Tespit edilen sorunlar:"], - "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": - [ - "Lütfen %1$s ayarlarınızda, IndexedDB'nin etkinleştirildiğinizi kontrol edin (%2$s tercih adını kontrol edin).", - ], - "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": - [ - "Cüzdan veritabanınız eski. Şu anda otomatik aktarım desteklenmiyor. Cüzdan veritabanını sıfırlamak için lütfen %1$s gidin.", - ], - "Running diagnostics": ["Tanılamayı çalıştır"], - "Debug tools": ["Hata ayıklama araçları"], - "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": - [ - "Cüzdanınızdaki her şeyi GERİ ALINAMAZ BİÇİMDE İMHA ETMEK ve TÜM PARALARINIZI KAYBETMEK mi istiyorsunuz?", - ], - reset: ["sıfırla"], - "TESTING: This may delete all your coin, proceed with caution": [""], - "run gc": [""], - "import database": ["veritabanını içe aktar"], - "export database": ["veritabanını dışa aktar"], - "Database exported at %1$s %2$s to download": [ - "Veritabanı %1$s'de dışa aktarıldı-%2$s indirilecek", - ], - Coins: ["Madeni paralar"], - "Pending operations": ["Bekleyen işlemler"], - "usable coins": ["kullanılabilir madeni paralar"], - id: ["kimlik"], - denom: [""], - value: ["değer"], - status: ["durum"], - "from refresh?": ["yenilemeden mi?"], - "age key count": [""], - "spent coins": ["harcanan madeni paralar"], - "click to show": ["göstermek için tıklayın"], - "Scan a QR code or enter taler:// URI below": [""], - Open: [""], - "URI is not valid. Taler URI should start with `taler://`": [""], - "Try another": [""], - "Could not load list of exchange": ["Bakiye sayfası yüklenemedi"], - "Choose a currency to proceed or add another exchange": [""], - "Known currencies": [""], - "Specify the amount and the origin": [""], - "Change currency": [""], - "Use previous origins:": [""], - "Or specify the origin of the money": [""], - "Specify the origin of the money": [""], - "From my bank account": ["Banka hesabına havale yap"], - "From another wallet": [""], - "currency not provided": [""], - "Specify the amount and the destination": [""], - "Use previous destinations:": [""], - "Or specify the destination of the money": [""], - "Specify the destination of the money": [""], - "To my bank account": ["Banka hesabına havale yap"], - "To another wallet": [""], - "Could not load backup recovery information": [ - "Yedekleme sağlayıcıları yüklenemedi", - ], - "Digital wallet recovery": [""], - "Import backup, show info": [""], - "All done, your transaction is in progress": [""], - Edit: [ - "Lütfen bir exchange seçin. Detayları seçiminizden önce inceleyebilirsiniz.", - ], - "Could not load the list of known exchanges": [""], - }, - }, -}; + "Переглянути умови надання послуг обмінника" + ], + "The exchange doesn't have a terms of service.": [ + "Обмінник не має умов надання послуг" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "Поточна мова" + ], + "The exchange replied with a empty terms of service": [ + "Обмінник відповів порожніми умовами надання послуг" + ], + "No terms of service. The exchange replied with a empty document": [ + "Обмінник відповів порожніми умовами надання послуг" + ], + "No terms of service. The exchange replied with a empty text": [ + "Обмінник відповів порожніми умовами надання послуг" + ], + "Download Terms of Service": [ + "Завантажити Умови надання послуг" + ], + "Hide terms of service": [ + "Сховати Умови надання послуг" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "Банківський рахунок" + ], + "Bitcoin address": [ + "Адреса Bitcoin" + ], + "BIC/IBAN": [ + "IBAN" + ], + "IBAN": [ + "IBAN" + ], + "Bitcoin transfer details": [ + "Деталі переказу Bitcoin" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "Для обміну потрібна транзакція з 3 виходами: один вихід - це рахунок обміну, а два інші - segwit вигадані адреси для метаданих з мінімальною сумою." + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "У гаманці bitcoincore використовуйте кнопку &apos;Додати отримувача&apos;, щоб додати двох додаткових отримувачів і скопіювати адреси та суми" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "Переконайтеся, що сума показує %1$s BTC, інакше вам потрібно змінити базову одиницю на BTC" + ], + "Ethereum transfer details": [ + "Деталі банківського переказу" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "Деталі банківського переказу" + ], + "Account": [ + "Рахунок" + ], + "Bank host": [ + "Хост банку" + ], + "BIC": [ + "" + ], + "Exchange": [ + "Exchange" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "Призначення" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "Ім'я отримувача" + ], + "Receiver postal code": [ + "Ім'я отримувача" + ], + "Receiver town": [ + "Ім'я отримувача" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "Не вдалося завантажити інформацію про транзакцію" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "Ця транзакція не завершена" + ], + "Retry": [ + "Спробувати ще раз" + ], + "There was an error trying to complete the transaction.": [ + "Сталася помилка під час спроби завершити транзакцію" + ], + "This transaction was aborted.": [ + "Ця транзакція не завершена" + ], + "This transaction failed.": [ + "Ця транзакція не завершена" + ], + "Caution!": [ + "Увага!" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "Якщо Ви вже переказали гроші на обмінник, Ви втратите можливість отримати з нього монети." + ], + "Confirm": [ + "Підтвердити" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "Зняття" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "Деталі" + ], + "Withdrawal incomplete.": [ + "Зняття" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "Якщо Ви вже переказали гроші на обмінник, Ви втратите можливість отримати з нього монети." + ], + "Payment": [ + "Оплата" + ], + "Refunds": [ + "Повернення" + ], + "%1$s %2$s on %3$s .": [ + "%1$s %2$s на %3$s" + ], + "Refund is in progress.": [ + "Повернення коштів в процесі." + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "Продавець створив повернення для цього замовлення, але воно не було автоматично оброблене." + ], + "Offer": [ + "Пропозиція" + ], + "Accept": [ + "Прийняти" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "Продавець" + ], + "Invoice ID": [ + "№ рахунку-фактури" + ], + "Deposit": [ + "Депозит" + ], + "Wire transfer deadline.": [ + "Деталі переказу Bitcoin" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "Деталі банківського переказу" + ], + "Wire transfer in progress.": [ + "Повернення коштів в процесі." + ], + "Refresh": [ + "Оновити" + ], + "Refund": [ + "Повернення" + ], + "Purchase summary": [ + "Інформація про покупку" + ], + "Credit": [ + "Кредит" + ], + "Invoice": [ + "Рахунок-фактура" + ], + "URI": [ + "URI" + ], + "Debit": [ + "Дебет" + ], + "Transfer": [ + "Переказати" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "Номінал" + ], + "Denomination vanished.": [ + "Номінал" + ], + "Denomination is unoffered.": [ + "Номінал" + ], + "Fees": [ + "" + ], + "Total": [ + "Загальна сума" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "Максимальна комісія" + ], + "Price": [ + "Ціна" + ], + "Subtotal": [ + "Загальна сума" + ], + "Refunded": [ + "Повернено" + ], + "Transfer identification": [ + "Операції переказів" + ], + "copy": [ + "копіювати" + ], + "hide qr": [ + "сховати qr" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "показати qr" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "Хост банку" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "Банк підтвердив банківський переказ. Очікуємо, що обмінник надішле монети" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "Обмінник готовий до зняття коштів" + ], + "Send &nbsp; %1$s": [ + "Надіслати &nbsp; %1$s" + ], + "Pay &nbsp; %1$s": [ + "Оплатити &nbsp; %1$s" + ], + "Merchant message": [ + "Повідомлення продавця" + ], + "Balance is not enough.": [ + "Ваш поточний баланс недостатній." + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "Оплатити мобільним телефоном" + ], + "Hide QR": [ + "Сховати QR" + ], + "Scan the QR code or &nbsp; %1$s": [ + "Скануйте QR-код або &nbsp; %1$s" + ], + "click here": [ + "натисніть, щоб показати" + ], + "Could not load the payment and balance status": [ + "Не вдалося завантажити статус оплати" + ], + "Purchase": [ + "Покупка" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "Термін дії закінчується в" + ], + "Already paid, you are going to be redirected to %1$s": [ + "Вже оплачено, Вас буде перенаправлено на %1$s" + ], + "Already paid": [ + "Вже оплачено" + ], + "Already claimed": [ + "Вже отримано" + ], + "Could not load the refund status": [ + "Не вдалося завантажити статус повернення" + ], + "You&apos;ve ignored the refund.": [ + "" + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "Продавець &quot;%1$s&quot; пропонує вам повернення коштів." + ], + "Order amount": [ + "Сума замовлення" + ], + "Could not load the list of exchanges": [ + "Не вдалося завантажити список обмінників" + ], + "Could not load info from URI": [ + "Не вдалося отримати інформацію з URI" + ], + "Could not load the withdrawal details": [ + "Не вдалося завантажити деталі пропозиції покупки" + ], + "under %1$s": [ + "Переказати %1$s" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "Не вдалося завантажити комісії обмінника" + ], + "Close": [ + "Закрити" + ], + "There is no exchange available for currency %1$s": [ + "Недостатньо балансу для внесення депозиту у валюті %1$s" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "Опис комісії за послуги" + ], + "Select %1$s exchange": [ + "Вибрати обмінник %1$s" + ], + "Reset": [ + "Скинути" + ], + "Use this exchange": [ + "Використовувати цей обмінник" + ], + "Auditors": [ + "Аудитори" + ], + "Doesn&apos;t have auditors": [ + "Немає аудиторів" + ], + "currency": [ + "валюта" + ], + "Coin operations": [ + "Операції з монетами" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "Кожна операція в цьому розділі може відрізнятися за номіналом і дійсна протягом певного періоду часу. Обмінник стягуватиме зазначену суму кожного разу, коли монета використовується в такій операції." + ], + "Deposits": [ + "Депозити" + ], + "Denomination": [ + "Номінал" + ], + "Current": [ + "Валюта" + ], + "Selected": [ + "" + ], + "Until": [ + "До" + ], + "Withdrawals": [ + "Зняття коштів" + ], + "Transfer operations": [ + "Операції переказів" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "Кожна операція в цьому розділі може відрізнятися за типом переказу і дійсна протягом певного періоду часу. Обмінник стягуватиме зазначену суму кожного разу, коли здійснюється переказ." + ], + "Operation": [ + "Операція" + ], + "Fee": [ + "Комісія" + ], + "Wallet operations": [ + "Операції гаманця" + ], + "Feature": [ + "Функція" + ], + "Currency": [ + "Валюта" + ], + "This operation has already been completed.": [ + "Ця транзакція не завершена" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "Не вдалося завершити операцію отримання" + ], + "this page": [ + "Використовувати цей обмінник" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "Обмінник не налаштовано" + ], + "Age restriction": [ + "Обмеження за віком" + ], + "Withdraw &nbsp; %1$s": [ + "Зняти &nbsp; %1$s" + ], + "Withdraw to a mobile phone": [ + "Зняти на мобільний телефон" + ], + "Short description of the invoice": [ + "Вкажіть адрес призначення грошей" + ], + "Create": [ + "Створити" + ], + "Short description of the transfer": [ + "Вкажіть адрес призначення грошей" + ], + "Could not load the invoice payment status": [ + "Не вдалося завантажити статус оплати" + ], + "Receive &nbsp; %1$s": [ + "Отримати &nbsp; %1$s" + ], + "Could not load known bank accounts": [ + "Не вдалося завантажити статус оплати" + ], + "Could not load supported wire methods": [ + "Не вдалося завантажити зберігачів резервних копій" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "На інший гаманець" + ], + "Known accounts for %1$s": [ + "Додати банківський рахунок для %1$s" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "Не вдалося додати цей рахунок" + ], + "Add": [ + "Додати" + ], + "IBAN accounts": [ + "Додати рахунок" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "Рахунок" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "Вибрати рахунок" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "Банківський рахунок" + ], + "Address": [ + "Рядки адреси" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "Банківський рахунок" + ], + "Taler Bank": [ + "Taler Дія" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "Не вдалося завантажити інформацію для відновлення резервної копії" + ], + "Could not load fee for amount %1$s": [ + "Не вдалося завантажити статус повернення" + ], + "A currency or an amount should be indicated": [ + "Необхідно вказати валюту або суму" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "Недостатньо балансу для внесення депозиту у валюті %1$s" + ], + "Send %1$s to your account": [ + "Надіслати %1$s на ваш рахунок" + ], + "There is no account to make a deposit for currency %1$s": [ + "Немає рахунку для внесення депозиту у валюті %1$s" + ], + "Add account": [ + "Додати рахунок" + ], + "Select account": [ + "Вибрати рахунок" + ], + "Manage accounts": [ + "Банківський рахунок" + ], + "Brut amount": [ + "Сума замовлення" + ], + "Deposit fee": [ + "Комісія за депозит" + ], + "Net amount": [ + "Сума замовлення" + ], + "Deposit&nbsp;%1$s %2$s": [ + "Депозит&nbsp;%1$s %2$s" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "Повернення коштів в процесі." + ], + "Executing refund...": [ + "Автоматичне повернення" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "Повернення коштів в процесі." + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "Переказ електронних грошей" + ], + "Waiting to be received": [ + "До отримання" + ], + "Denomination expired": [ + "Номінал" + ], + "Denomination vanished": [ + "Номінал" + ], + "Denomination unoffered": [ + "Номінал" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "Не вдалося завантажити список транзакцій" + ], + "unknown scope": [ + "" + ], + "Send": [ + "Здійснити переказ" + ], + "Your transaction history is empty for this currency.": [ + "Ваша історія транзакцій порожня для цієї валюти." + ], + "Review terms of service": [ + "Перегляньте умови обслуговування" + ], + "Provider URL": [ + "URL постачальника" + ], + "Please review and accept this provider&apos;s terms of service": [ + "Будь ласка, перегляньте та прийміть Умови надання послуг цього постачальника" + ], + "Pricing": [ + "Ціни" + ], + "free of charge": [ + "безкоштовно" + ], + "%1$s per year of service": [ + "%1$s на рік обслуговування" + ], + "Storage": [ + "Сховище" + ], + "%1$s megabytes of storage per year of service": [ + "%1$s мегабайт сховища на рік обслуговування" + ], + "Accept terms of service": [ + "Прийняти умови надання послуг" + ], + "Add backup provider": [ + "Додати постачальника резервного копіювання" + ], + "Backup providers may charge for their service": [ + "Постачальники резервного копіювання можуть стягувати плату за свої послуги" + ], + "URL": [ + "URL" + ], + "Name": [ + "Назва" + ], + "Next": [ + "Далі" + ], + "Navigator": [ + "Навігатор" + ], + "Automatically open wallet": [ + "Автоматично відкривати гаманець на основі вмісту сторінки" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "Версія" + ], + "Web Extension": [ + "Веб-розширення" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "Сумісність з обмінником" + ], + "Merchant compatibility": [ + "Сумісність з продавцем" + ], + "Bank compatibility": [ + "Сумісність з банком" + ], + "Wallet Core compatibility": [ + "Сумісність з банком" + ], + "Enable developer mode": [ + "Режим розробника" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "Дисплей" + ], + "Current Language": [ + "Поточна мова" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "Більше опцій та інформації, корисної для відлагодження" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "Ще немає обмінника" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "Прийняти умови надання послуг" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "Ви можете відкрити гаманець GNU Taler за допомогою комбінації %1$s." + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "Також закріплення гаманця GNU Taler у вашому браузері Chrome дозволяє швидко отримати доступ без клавіатури:" + ], + "Click the puzzle icon": [ + "Натисніть на іконку пазлу" + ], + "Search for GNU Taler Wallet": [ + "Знайдіть гаманець GNU Taler" + ], + "Click the pin icon": [ + "Натисніть на іконку шпильки" + ], + "Next Steps": [ + "Наступні кроки" + ], + "Try the demo": [ + "Спробуйте демо" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "Баланс" + ], + "Backup failed": [ + "Резервна копія дійсна до" + ], + "Transaction updated": [ + "Комісії за транзакцію" + ], + "Exchange updated": [ + "Exchange" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "%1$s" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "Банківський рахунок" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "Наступні кроки" + ], + "Error": [ + "" + ], + "Transaction": [ + "Комісії за транзакцію" + ], + "No exchange yet": [ + "Ще немає обмінника" + ], + "Status": [ + "статус" + ], + "Terms of Service": [ + "Умови обслуговування" + ], + "Last Update": [ + "" + ], + "Actions": [ + "Taler Дія" + ], + "ok": [ + "ок" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "невідомо (статус обмінника має бути оновлено)" + ], + "Reload": [ + "завантаження" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "Забути" + ], + "Debug tools": [ + "Інструменти відлагодження" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "Ви хочете НЕВІДВОРОТНО ЗНИЩИТИ все всередині вашого гаманця і ВТРАТИТИ ВСІ СВОЇ МОНЕТИ?" + ], + "reset": [ + "скинути" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "ТЕСТУВАННЯ: Це може видалити всі ваші монети, будьте обережні" + ], + "run gc": [ + "запустити gc" + ], + "import database": [ + "імпортувати базу даних" + ], + "export database": [ + "експортувати базу даних" + ], + "Clear exchange key cache": [ + "Ще немає обмінника" + ], + "Database exported at %1$s %2$s to download": [ + "База даних експортована о %1$s %2$s для завантаження" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "Обмінники" + ], + "Add an exchange": [ + "Додати обмінник" + ], + "Log levels": [ + "" + ], + "Coins": [ + "Монети" + ], + "usable coins": [ + "використовувані монети" + ], + "id": [ + "ідентифікатор" + ], + "denom": [ + "номінал" + ], + "status": [ + "статус" + ], + "from refresh?": [ + "з оновлення?" + ], + "age key count": [ + "кількість ключів за віком" + ], + "spent coins": [ + "витрачені монети" + ], + "click to show": [ + "натисніть, щоб показати" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "URI недійсний. Taler URI повинен починатися з `taler://`" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "Скануйте QR-код або введіть taler:// URI нижче" + ], + "Pay invoice": [ + "Електронний рахунок-фактура" + ], + "Withdrawal from bank": [ + "Зняття" + ], + "Claim refund": [ + "Вже повернено" + ], + "Accept payment": [ + "Прийняти" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "Зняти на мобільний телефон" + ], + "Add exchange": [ + "Додати обмінник" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "Додати рахунок" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "не вдалося знайти жодного обмінника для валюти %1$s" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "Не вдалося завантажити комісії обмінника" + ], + "Choose a currency to proceed or add another exchange": [ + "Виберіть валюту для продовження або додайте інший обмінник" + ], + "Known currencies": [ + "Відомі валюти" + ], + "Specify the origin": [ + "Вкажіть джерело грошей" + ], + "Use previous origins:": [ + "Використовувати попередні джерела:" + ], + "From another bank account": [ + "З мого банківського рахунку" + ], + "From another wallet": [ + "З іншого гаманця" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "" + ], + "Specify the destination": [ + "Вкажіть адрес призначення грошей" + ], + "Use previous destinations:": [ + "Використовувати попередні місця призначення:" + ], + "To another bank account": [ + "На мій банківський рахунок" + ], + "To another wallet": [ + "На інший гаманець" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "Публічний ключ продавця" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "Скасувати" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "значення" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "Номінал" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "значення" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "старий" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "Операція" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "Валюта" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "Завантаження" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "скинути" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "Завантаження" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "Поточна мова" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "Оплата" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "Чайові" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "Чайові" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "Поточна мова" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "Не вдалося завантажити комісії обмінника" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "%1$s" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "Номінал" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "Очікувані операції" + ], + "Could not load the transfer payment status": [ + "Не вдалося завантажити статус оплати" + ], + "Could not load the status of the order template": [ + "Не вдалося завантажити список транзакцій" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "Натисніть на іконку пазлу" + ], + "Could not parse the recovery URI": [ + "Не вдалося розібрати URI для оплати" + ], + "Try another URI": [ + "Спробуйте інший" + ], + "Import backup, show info": [ + "Імпортувати резервну копію, показати інформацію" + ], + "Add new exchange": [ + "Додати новий обмінник" + ], + "Add exchange for %1$s": [ + "Додати обмінник для %1$s" + ], + "Enter the URL of an exchange you trust.": [ + "Введіть URL обмінника, якому ви довіряєте." + ], + "An exchange has been found! Review the information and click next": [ + "Знайдено обмінник! Перегляньте інформацію та натисніть \"Далі\"" + ], + "This exchange is already in your list.": [ + "Обмінник готовий до зняття коштів" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "Цей обмінник не відповідає очікуваній валюті %1$s" + ], + "No exchange found in that URL.": [ + "Не знайдено обмінника для %1$s" + ], + "loading": [ + "завантаження" + ], + "Version": [ + "Версія" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "URL обмінника" + ], + "Add new contact": [ + "Додати інший рахунок" + ], + "Enter the details of a contact you trust.": [ + "Введіть URL обмінника, якому ви довіряєте." + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "Адреса Bitcoin" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "Не вдалося завантажити список транзакцій" + ], + "Source": [ + "" + ], + "Send Cash": [ + "Переказати %1$s" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "Не вдалося завантажити інформацію для відновлення резервної копії" + ], + "Could not load the list of messages": [ + "Не вдалося завантажити список відомих обмінників" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "Дата" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "копіювати" + ], + "hide uri": [ + "сховати qr" + ], + "show uri": [ + "показати qr" + ], + "Fetch messages": [ + "Повідомлення продавця" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "Ще немає обмінника" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "не вдалося знайти жодного обмінника для валюти %1$s" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "Оплата електронними грошима" + ], + "Digital cash refund": [ + "Повернення електронних грошей" + ], + "Digital cash withdrawal": [ + "Зняття електронних грошей" + ], + "Digital cash deposit": [ + "Депозит електронних грошей" + ], + "Digital cash invoice": [ + "Електронний рахунок-фактура" + ], + "Digital cash transfer": [ + "Переказ електронних грошей" + ], + "Digital cash recovery": [ + "Відновлення цифрового гаманця" + ], + "Development experiment": [ + "Режим розробника" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "Час діагностики вичерпано. Не вдалося зв'язатися з бекендом гаманця." + ], + "Problems detected:": [ + "Виявлено проблеми:" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "Будь ласка, перевірте у налаштуваннях %1$s, що у вас увімкнено IndexedDB (перевірте назву налаштування %2$s)." + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "База даних вашого гаманця застаріла. Наразі автоматична міграція не підтримується. Будь ласка, перейдіть до %1$s, щоб скинути базу даних гаманця." + ], + "here": [ + "" + ], + "Running diagnostics": [ + "Запуск діагностики" + ], + "Edit": [ + "Редагувати" + ], + "List of products": [ + "Список продуктів" + ], + "free": [ + "безкоштовно" + ], + "Could not get provider information": [ + "Не вдалося отримати інформацію про постачальника" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;", + "lang": "uk", + "completeness": 22 +}; + +strings['tr'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "tr" + }, + "Balance": [ + "Bakiye" + ], + "Backup": [ + "Yedekle" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "QR Okuyucu ve Taler URI'si" + ], + "Settings": [ + "Ayarlar" + ], + "Dev tools": [ + "Hata ayıklama araçları" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "İşlem ücretleri" + ], + "%1$s": [ + "%1$s" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "BEKLEYEN İŞLEMLER" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "Para çekme işlemi için ayrıntılar alınamadı:" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "Bekleyen işlemler" + ], + "Loading": [ + "Yükleniyor" + ], + "Could not load backup providers": [ + "Yedekleme sağlayıcıları yüklenemedi" + ], + "No backup providers configured": [ + "Yapılandırılmış yedekleme sağlayıcısı yok" + ], + "Add provider": [ + "Sağlayıcı ekle" + ], + "Sync all backups": [ + "Tüm yedeklemeleri senkronize et" + ], + "Sync now": [ + "Şimdi senkronize et" + ], + "Last synced": [ + "Son Senkronizasyon" + ], + "Not synced": [ + "Senkronize Edilmedi" + ], + "Expires in": [ + "İçinde sona eriyor" + ], + "show less": [ + "qr'yi göster" + ], + "show more": [ + "qr'yi göster" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "&quot;%1$s&quot; için sağlayıcı ayrıntısı yüklenirken bir hata oluştu" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "&quot;%1$s&quot; URL'sine sahip bilinen bir sağlayıcı yok." + ], + "See providers": [ + "Sağlayıcıları gör" + ], + "Last backup": [ + "Son yedek" + ], + "Back up": [ + "Yedekle" + ], + "Provider fee": [ + "Sağlayıcı ücreti" + ], + "per year": [ + "yıllık" + ], + "Extend": [ + "Uzat" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "şartlar değişti; hizmetin uzatılması yeni hizmet şartlarının kabul edilmesi anlamına gelecektir" + ], + "old": [ + "eski" + ], + "new": [ + "yeni" + ], + "fee": [ + "ücret" + ], + "storage": [ + "depolama" + ], + "Remove provider": [ + "Sağlayıcıyı kaldır" + ], + "Pay": [ + "Ödeme gönderildi" + ], + "Withdraw": [ + "Para çek" + ], + "This provider has reported an error": [ + "Sağlayıcı bir hata bildirdi" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "%1$s başka bir yedekle çakışıyor" + ], + "Backup is not readable": [ + "Yedek okunamıyor" + ], + "Unknown backup problem: %1$s": [ + "Bilinmeyen yedekleme problemi: %1$s" + ], + "service paid": [ + "hizmet ödendi" + ], + "Backup valid until": [ + "Yedekleme geçerlilik süresi" + ], + "Cancel": [ + "İptal" + ], + "Open pay page": [ + "Ödeme sayfasını açın" + ], + "Open refund page": [ + "Geri ödeme sayfasını açın" + ], + "Open withdraw page": [ + "Para çekme sayfasını açın" + ], + "Your wallet is empty.": [ + "Cüzdanınızda kayıtlı bir haraket yok." + ], + "Get digital cash": [ + "Dijital para alın" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "Bakiye sayfası yüklenemedi" + ], + "Receive": [ + "Fiş" + ], + "Send %1$s": [ + "%1$s gönder" + ], + "This page has a withdrawal action.": [ + "Bu sayfada para çekme eylemi var." + ], + "This page has pay action.": [ + "Bu sayfada ödeme eylemi var." + ], + "This page has a refund action.": [ + "Bu sayfada bir geri ödeme eylemi var." + ], + "This page has a add exchange action.": [ + "Bu sayfada bir geri ödeme eylemi var." + ], + "Open add exchange page": [ + "Geri ödeme sayfasını açın" + ], + "This page has an add contact action.": [ + "Bu sayfada bir geri ödeme eylemi var." + ], + "Open add contact page": [ + "Ödeme sayfasını açın" + ], + "Taler Action": [ + "Taler Eylemi" + ], + "This page has a malformed taler uri.": [ + "Bu sayfada hatalı biçimlendirilmiş taler uri var." + ], + "Dismiss": [ + "Reddet" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "bu açılır pencere kapatılıyor ve %1$s adresine yönlendiriliyorsunuz" + ], + "Could not load purchase proposal details": [ + "Satın alma teklifi ayrıntıları yüklenemedi" + ], + "Order Id": [ + "Sipariş kimliği" + ], + "Summary": [ + "Özet" + ], + "Amount": [ + "Miktar" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "Satıcı adı" + ], + "Merchant jurisdiction": [ + "Satıcının yetki alanı" + ], + "Merchant address": [ + "Satıcı adresi" + ], + "Merchant logo": [ + "Satıcı logosu" + ], + "Merchant website": [ + "Satıcı web sitesi" + ], + "Merchant email": [ + "Satıcı e-postası" + ], + "Merchant public key": [ + "Satıcı genel anahtarı" + ], + "Created at": [ + "Oluşturulma" + ], + "Refund deadline": [ + "Geri ödeme son tarihi" + ], + "Auto refund": [ + "Otomatik geri ödeme" + ], + "Pay deadline": [ + "Son ödeme tarihi" + ], + "Fulfillment URL": [ + "Gönderim URL'si" + ], + "Fulfillment message": [ + "Gönderim mesajı" + ], + "Max deposit fee": [ + "Azami para yatırma ücreti" + ], + "Exchanges": [ + "Borsalar" + ], + "Could not load the status of the term of service": [ + "Bakiye sayfası yüklenemedi" + ], + "Select one option": [ + "" + ], + "Show terms of service": [ + "Hizmet şartlarını göster" + ], + "I accept the exchange terms of service": [ + "Hizmet şartlarını kabul ediyorum" + ], + "Review exchange terms of service": [ + "Exchange'in hizmet şartlarını inceleyin" + ], + "The exchange doesn't have a terms of service.": [ + "Exchange'in hizmet şartları yok" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "" + ], + "The exchange replied with a empty terms of service": [ + "Exchange'in hizmet şartları yok" + ], + "No terms of service. The exchange replied with a empty document": [ + "" + ], + "No terms of service. The exchange replied with a empty text": [ + "" + ], + "Download Terms of Service": [ + "" + ], + "Hide terms of service": [ + "" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "Banka hesabı" + ], + "Bitcoin address": [ + "Bitcoin adresi" + ], + "BIC/IBAN": [ + "IBAN" + ], + "IBAN": [ + "IBAN" + ], + "Bitcoin transfer details": [ + "Bitcoin transfer ayrıntıları" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "" + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "" + ], + "Ethereum transfer details": [ + "Bitcoin transfer ayrıntıları" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "" + ], + "Account": [ + "Hesap" + ], + "Bank host": [ + "" + ], + "BIC": [ + "" + ], + "Exchange": [ + "Exchange" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "Konu" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "" + ], + "Receiver postal code": [ + "" + ], + "Receiver town": [ + "Fiş" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "Yedekleme sağlayıcıları yüklenemedi" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "" + ], + "Retry": [ + "Yeniden deneyin" + ], + "There was an error trying to complete the transaction.": [ + "" + ], + "This transaction was aborted.": [ + "" + ], + "This transaction failed.": [ + "İşlem ücretleri" + ], + "Caution!": [ + "Dikkat!" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "" + ], + "Confirm": [ + "Onaylamak" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "Çekildi" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "Detaylar" + ], + "Withdrawal incomplete.": [ + "Para çekme Ücreti" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "" + ], + "Payment": [ + "Ödeme gönderildi" + ], + "Refunds": [ + "" + ], + "%1$s %2$s on %3$s .": [ + "" + ], + "Refund is in progress.": [ + "" + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "" + ], + "Offer": [ + "Teklif" + ], + "Accept": [ + "İkramiye kabul edildi" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "Satıcı" + ], + "Invoice ID": [ + "Fatura Kimliği" + ], + "Deposit": [ + "Yatır" + ], + "Wire transfer deadline.": [ + "Bitcoin transfer ayrıntıları" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "Bitcoin transfer ayrıntıları" + ], + "Wire transfer in progress.": [ + "" + ], + "Refresh": [ + "Ücreti yenile" + ], + "Refund": [ + "" + ], + "Purchase summary": [ + "" + ], + "Credit": [ + "Kredi" + ], + "Invoice": [ + "Fatura" + ], + "URI": [ + "URI" + ], + "Debit": [ + "" + ], + "Transfer": [ + "Transfer" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "Bekleyen işlemler" + ], + "Denomination vanished.": [ + "Bekleyen işlemler" + ], + "Denomination is unoffered.": [ + "Bekleyen işlemler" + ], + "Fees": [ + "" + ], + "Total": [ + "Toplam" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "Azami ücret" + ], + "Price": [ + "Fiyat" + ], + "Subtotal": [ + "Toplam" + ], + "Refunded": [ + "İade edildi" + ], + "Transfer identification": [ + "Bekleyen işlemler" + ], + "copy": [ + "kopyala" + ], + "hide qr": [ + "qr'yi gizle" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "qr'yi göster" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "" + ], + "Send &nbsp; %1$s": [ + "&nbsp;%1$s gönder" + ], + "Pay &nbsp; %1$s": [ + "%1$snbsp;öde" + ], + "Merchant message": [ + "Satıcı mesajı" + ], + "Balance is not enough.": [ + "Gösterecek bakiyeniz yok." + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "Cep telefonuyla ödeme yapın" + ], + "Hide QR": [ + "QR'yi gizle" + ], + "Scan the QR code or &nbsp; %1$s": [ + "QR kodunu tarayın veya&nbsp;%1$s" + ], + "click here": [ + "göstermek için tıklayın" + ], + "Could not load the payment and balance status": [ + "Ödeme durumu yüklenemedi" + ], + "Purchase": [ + "Satın al" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "İçinde sona eriyor" + ], + "Already paid, you are going to be redirected to %1$s": [ + "Zaten ödeme yaptınız, %1$s adresine yönlendirileceksiniz" + ], + "Already paid": [ + "Zaten ödendi" + ], + "Already claimed": [ + "Zaten talep edilmiş" + ], + "Could not load the refund status": [ + "Bakiye sayfası yüklenemedi" + ], + "You&apos;ve ignored the refund.": [ + "" + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "" + ], + "Order amount": [ + "Ücreti yenile" + ], + "Could not load the list of exchanges": [ + "Bakiye sayfası yüklenemedi" + ], + "Could not load info from URI": [ + "Bakiye sayfası yüklenemedi" + ], + "Could not load the withdrawal details": [ + "Satın alma teklifi ayrıntıları yüklenemedi" + ], + "under %1$s": [ + "%1$s gönder" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "Bakiye sayfası yüklenemedi" + ], + "Close": [ + "" + ], + "There is no exchange available for currency %1$s": [ + "" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "" + ], + "Select %1$s exchange": [ + "Özel exchange'i seçin" + ], + "Reset": [ + "" + ], + "Use this exchange": [ + "Özel exchange'i seçin" + ], + "Auditors": [ + "Denetçiler" + ], + "Doesn&apos;t have auditors": [ + "" + ], + "currency": [ + "" + ], + "Coin operations": [ + "Bekleyen işlemler" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "" + ], + "Deposits": [ + "Depozito %1$s" + ], + "Denomination": [ + "Bekleyen işlemler" + ], + "Current": [ + "" + ], + "Selected": [ + "" + ], + "Until": [ + "" + ], + "Withdrawals": [ + "Çekildi" + ], + "Transfer operations": [ + "Bekleyen işlemler" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "" + ], + "Operation": [ + "" + ], + "Fee": [ + "Ücretler" + ], + "Wallet operations": [ + "Bekleyen işlemler" + ], + "Feature": [ + "" + ], + "Currency": [ + "" + ], + "This operation has already been completed.": [ + "" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "Para çekme işlemi için ayrıntılar alınamadı:" + ], + "this page": [ + "Özel exchange'i seçin" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "" + ], + "Age restriction": [ + "" + ], + "Withdraw &nbsp; %1$s": [ + "" + ], + "Withdraw to a mobile phone": [ + "" + ], + "Short description of the invoice": [ + "" + ], + "Create": [ + "" + ], + "Short description of the transfer": [ + "" + ], + "Could not load the invoice payment status": [ + "Ödeme durumu yüklenemedi" + ], + "Receive &nbsp; %1$s": [ + "" + ], + "Could not load known bank accounts": [ + "Ödeme durumu yüklenemedi" + ], + "Could not load supported wire methods": [ + "Yedekleme sağlayıcıları yüklenemedi" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "" + ], + "Known accounts for %1$s": [ + "" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "" + ], + "Add": [ + "Ekle" + ], + "IBAN accounts": [ + "Banka hesabı" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "Hesap" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "Banka hesabı" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "Banka hesabı" + ], + "Address": [ + "Adres satırı" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "Banka hesabı" + ], + "Taler Bank": [ + "Taler Eylemi" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "Yedekleme sağlayıcıları yüklenemedi" + ], + "Could not load fee for amount %1$s": [ + "Bakiye sayfası yüklenemedi" + ], + "A currency or an amount should be indicated": [ + "" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "" + ], + "Send %1$s to your account": [ + "" + ], + "There is no account to make a deposit for currency %1$s": [ + "" + ], + "Add account": [ + "" + ], + "Select account": [ + "" + ], + "Manage accounts": [ + "Banka hesabı" + ], + "Brut amount": [ + "Ücreti yenile" + ], + "Deposit fee": [ + "" + ], + "Net amount": [ + "Depozito Ücreti" + ], + "Deposit&nbsp;%1$s %2$s": [ + "Test Havale Hesap #%1$s üzerinde %2$s" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "Ödeme durduruldu" + ], + "Executing refund...": [ + "Otomatik geri ödeme" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "" + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "" + ], + "Waiting to be received": [ + "Alınacak" + ], + "Denomination expired": [ + "Bekleyen işlemler" + ], + "Denomination vanished": [ + "Bekleyen işlemler" + ], + "Denomination unoffered": [ + "Bekleyen işlemler" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "" + ], + "unknown scope": [ + "" + ], + "Send": [ + "Göder" + ], + "Your transaction history is empty for this currency.": [ + "" + ], + "Review terms of service": [ + "" + ], + "Provider URL": [ + "" + ], + "Please review and accept this provider&apos;s terms of service": [ + "Hizmet şartlarını kabul ediyorum" + ], + "Pricing": [ + "" + ], + "free of charge": [ + "" + ], + "%1$s per year of service": [ + "" + ], + "Storage": [ + "" + ], + "%1$s megabytes of storage per year of service": [ + "" + ], + "Accept terms of service": [ + "" + ], + "Add backup provider": [ + "" + ], + "Backup providers may charge for their service": [ + "" + ], + "URL": [ + "" + ], + "Name": [ + "" + ], + "Next": [ + "" + ], + "Navigator": [ + "" + ], + "Automatically open wallet": [ + "" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "" + ], + "Web Extension": [ + "" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "" + ], + "Merchant compatibility": [ + "" + ], + "Bank compatibility": [ + "" + ], + "Wallet Core compatibility": [ + "" + ], + "Enable developer mode": [ + "" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "" + ], + "Current Language": [ + "" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "Hizmet şartlarını göster" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "" + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "" + ], + "Click the puzzle icon": [ + "" + ], + "Search for GNU Taler Wallet": [ + "" + ], + "Click the pin icon": [ + "" + ], + "Next Steps": [ + "" + ], + "Try the demo": [ + "" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "Bakiye" + ], + "Backup failed": [ + "Yedekleme geçerlilik süresi" + ], + "Transaction updated": [ + "İşlem ücretleri" + ], + "Exchange updated": [ + "Exchange" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "%1$s" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "Banka hesabı" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "" + ], + "Error": [ + "" + ], + "Transaction": [ + "İşlem ücretleri" + ], + "No exchange yet": [ + "" + ], + "Status": [ + "durum" + ], + "Terms of Service": [ + "Hizmet şartlarını göster" + ], + "Last Update": [ + "" + ], + "Actions": [ + "Taler Eylemi" + ], + "ok": [ + "" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "" + ], + "Reload": [ + "" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "Unut" + ], + "Debug tools": [ + "Hata ayıklama araçları" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "Cüzdanınızdaki her şeyi GERİ ALINAMAZ BİÇİMDE İMHA ETMEK ve TÜM PARALARINIZI KAYBETMEK mi istiyorsunuz?" + ], + "reset": [ + "sıfırla" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "" + ], + "run gc": [ + "" + ], + "import database": [ + "veritabanını içe aktar" + ], + "export database": [ + "veritabanını dışa aktar" + ], + "Clear exchange key cache": [ + "" + ], + "Database exported at %1$s %2$s to download": [ + "Veritabanı %1$s'de dışa aktarıldı-%2$s indirilecek" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "Borsalar" + ], + "Add an exchange": [ + "" + ], + "Log levels": [ + "" + ], + "Coins": [ + "Madeni paralar" + ], + "usable coins": [ + "kullanılabilir madeni paralar" + ], + "id": [ + "kimlik" + ], + "denom": [ + "" + ], + "status": [ + "durum" + ], + "from refresh?": [ + "yenilemeden mi?" + ], + "age key count": [ + "" + ], + "spent coins": [ + "harcanan madeni paralar" + ], + "click to show": [ + "göstermek için tıklayın" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "" + ], + "Pay invoice": [ + "Fatura" + ], + "Withdrawal from bank": [ + "Çekildi" + ], + "Claim refund": [ + "Ödeme iadesi" + ], + "Accept payment": [ + "İkramiye kabul edildi" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "Para çekme Ücreti" + ], + "Add exchange": [ + "" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "Bakiye sayfası yüklenemedi" + ], + "Choose a currency to proceed or add another exchange": [ + "" + ], + "Known currencies": [ + "" + ], + "Specify the origin": [ + "" + ], + "Use previous origins:": [ + "" + ], + "From another bank account": [ + "Banka hesabına havale yap" + ], + "From another wallet": [ + "" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "URI'yi girin" + ], + "Specify the destination": [ + "" + ], + "Use previous destinations:": [ + "" + ], + "To another bank account": [ + "Banka hesabına havale yap" + ], + "To another wallet": [ + "" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "Satıcı genel anahtarı" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "İptal" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "değer" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "Bekleyen işlemler" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "değer" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "eski" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "Bekleyen işlemler" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "Yükleniyor" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "sıfırla" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "Yükleniyor" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "Ödeme gönderildi" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "Bahşiş" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "Bahşiş" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "Bakiye sayfası yüklenemedi" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "%1$s" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "Bekleyen işlemler" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "Bekleyen işlemler" + ], + "Could not load the transfer payment status": [ + "Ödeme durumu yüklenemedi" + ], + "Could not load the status of the order template": [ + "Bakiye sayfası yüklenemedi" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "" + ], + "Could not parse the recovery URI": [ + "" + ], + "Try another URI": [ + "URI'yi girin" + ], + "Import backup, show info": [ + "" + ], + "Add new exchange": [ + "" + ], + "Add exchange for %1$s": [ + "" + ], + "Enter the URL of an exchange you trust.": [ + "" + ], + "An exchange has been found! Review the information and click next": [ + "" + ], + "This exchange is already in your list.": [ + "" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "" + ], + "No exchange found in that URL.": [ + "" + ], + "loading": [ + "" + ], + "Version": [ + "" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "" + ], + "Add new contact": [ + "" + ], + "Enter the details of a contact you trust.": [ + "" + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "Bitcoin adresi" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "Bakiye sayfası yüklenemedi" + ], + "Source": [ + "" + ], + "Send Cash": [ + "%1$s gönder" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "Yedekleme sağlayıcıları yüklenemedi" + ], + "Could not load the list of messages": [ + "Bakiye sayfası yüklenemedi" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "Tarih" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "kopyala" + ], + "hide uri": [ + "qr'yi gizle" + ], + "show uri": [ + "qr'yi göster" + ], + "Fetch messages": [ + "Satıcı mesajı" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "Dijital ödeme" + ], + "Digital cash refund": [ + "" + ], + "Digital cash withdrawal": [ + "" + ], + "Digital cash deposit": [ + "Dijital para yatırma" + ], + "Digital cash invoice": [ + "Dijital para yatırma" + ], + "Digital cash transfer": [ + "" + ], + "Digital cash recovery": [ + "Dijital para yatırma" + ], + "Development experiment": [ + "" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "Tanılar zaman aşımına uğradı. Cüzdan arka ucuyla konuşulamadı." + ], + "Problems detected:": [ + "Tespit edilen sorunlar:" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "Lütfen %1$s ayarlarınızda, IndexedDB'nin etkinleştirildiğinizi kontrol edin (%2$s tercih adını kontrol edin)." + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "Cüzdan veritabanınız eski. Şu anda otomatik aktarım desteklenmiyor. Cüzdan veritabanını sıfırlamak için lütfen %1$s gidin." + ], + "here": [ + "" + ], + "Running diagnostics": [ + "Tanılamayı çalıştır" + ], + "Edit": [ + "Lütfen bir exchange seçin. Detayları seçiminizden önce inceleyebilirsiniz." + ], + "List of products": [ + "Ürün listesi" + ], + "free": [ + "ücretsiz" + ], + "Could not get provider information": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "tr", + "completeness": 14 +}; + +strings['sv'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "sv" + }, + "Balance": [ + "Balans" + ], + "Backup": [ + "" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "" + ], + "Settings": [ + "" + ], + "Dev tools": [ + "" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "" + ], + "%1$s": [ + "%1$s" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "" + ], + "Loading": [ + "" + ], + "Could not load backup providers": [ + "" + ], + "No backup providers configured": [ + "" + ], + "Add provider": [ + "" + ], + "Sync all backups": [ + "" + ], + "Sync now": [ + "" + ], + "Last synced": [ + "" + ], + "Not synced": [ + "" + ], + "Expires in": [ + "" + ], + "show less": [ + "" + ], + "show more": [ + "visa mer" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "" + ], + "See providers": [ + "" + ], + "Last backup": [ + "" + ], + "Back up": [ + "" + ], + "Provider fee": [ + "" + ], + "per year": [ + "" + ], + "Extend": [ + "" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "" + ], + "old": [ + "" + ], + "new": [ + "" + ], + "fee": [ + "" + ], + "storage": [ + "" + ], + "Remove provider": [ + "" + ], + "Pay": [ + "Godkän betalning" + ], + "Withdraw": [ + "Utbetalnings avgift" + ], + "This provider has reported an error": [ + "" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "" + ], + "Backup is not readable": [ + "" + ], + "Unknown backup problem: %1$s": [ + "" + ], + "service paid": [ + "" + ], + "Backup valid until": [ + "" + ], + "Cancel": [ + "Avbryt" + ], + "Open pay page": [ + "" + ], + "Open refund page": [ + "" + ], + "Open withdraw page": [ + "Utbetalnings avgift" + ], + "Your wallet is empty.": [ + "plånboken" + ], + "Get digital cash": [ + "Utbetalnings avgifter:" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "" + ], + "Receive": [ + "" + ], + "Send %1$s": [ + "Välj %1$s" + ], + "This page has a withdrawal action.": [ + "" + ], + "This page has pay action.": [ + "" + ], + "This page has a refund action.": [ + "" + ], + "This page has a add exchange action.": [ + "" + ], + "Open add exchange page": [ + "Accepterade tjänsteleverantörer:" + ], + "This page has an add contact action.": [ + "" + ], + "Open add contact page": [ + "Utbetalnings avgift" + ], + "Taler Action": [ + "" + ], + "This page has a malformed taler uri.": [ + "" + ], + "Dismiss": [ + "" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "" + ], + "Could not load purchase proposal details": [ + "" + ], + "Order Id": [ + "" + ], + "Summary": [ + "" + ], + "Amount": [ + "" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "" + ], + "Merchant jurisdiction": [ + "" + ], + "Merchant address": [ + "" + ], + "Merchant logo": [ + "" + ], + "Merchant website": [ + "" + ], + "Merchant email": [ + "" + ], + "Merchant public key": [ + "" + ], + "Created at": [ + "" + ], + "Refund deadline": [ + "" + ], + "Auto refund": [ + "" + ], + "Pay deadline": [ + "" + ], + "Fulfillment URL": [ + "" + ], + "Fulfillment message": [ + "" + ], + "Max deposit fee": [ + "Depostitions avgift" + ], + "Exchanges": [ + "Leverantör av betaltjänster" + ], + "Could not load the status of the term of service": [ + "" + ], + "Select one option": [ + "" + ], + "Show terms of service": [ + "" + ], + "I accept the exchange terms of service": [ + "" + ], + "Review exchange terms of service": [ + "" + ], + "The exchange doesn't have a terms of service.": [ + "" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "" + ], + "The exchange replied with a empty terms of service": [ + "" + ], + "No terms of service. The exchange replied with a empty document": [ + "" + ], + "No terms of service. The exchange replied with a empty text": [ + "" + ], + "Download Terms of Service": [ + "" + ], + "Hide terms of service": [ + "" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "Bankkonto" + ], + "Bitcoin address": [ + "" + ], + "BIC/IBAN": [ + "" + ], + "IBAN": [ + "" + ], + "Bitcoin transfer details": [ + "" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "" + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "" + ], + "Ethereum transfer details": [ + "" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "" + ], + "Account": [ + "" + ], + "Bank host": [ + "" + ], + "BIC": [ + "" + ], + "Exchange": [ + "" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "" + ], + "Receiver postal code": [ + "" + ], + "Receiver town": [ + "" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "" + ], + "Retry": [ + "" + ], + "There was an error trying to complete the transaction.": [ + "" + ], + "This transaction was aborted.": [ + "" + ], + "This transaction failed.": [ + "" + ], + "Caution!": [ + "" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "" + ], + "Confirm": [ + "Bekräfta" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "Utbetalnings avgift" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "" + ], + "Withdrawal incomplete.": [ + "Utbetalnings avgift" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "" + ], + "Payment": [ + "Godkän betalning" + ], + "Refunds": [ + "" + ], + "%1$s %2$s on %3$s .": [ + "%1$s %2$s över %3$s" + ], + "Refund is in progress.": [ + "" + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "" + ], + "Offer": [ + "" + ], + "Accept": [ + "" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "" + ], + "Invoice ID": [ + "" + ], + "Deposit": [ + "Depostitions avgift" + ], + "Wire transfer deadline.": [ + "" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "visa mer" + ], + "Wire transfer in progress.": [ + "" + ], + "Refresh": [ + "Återhämtnings avgift" + ], + "Refund": [ + "" + ], + "Purchase summary": [ + "" + ], + "Credit": [ + "" + ], + "Invoice": [ + "" + ], + "URI": [ + "" + ], + "Debit": [ + "" + ], + "Transfer": [ + "" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "" + ], + "Denomination vanished.": [ + "" + ], + "Denomination is unoffered.": [ + "" + ], + "Fees": [ + "" + ], + "Total": [ + "" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "Tjänsteleverantörer i plånboken:" + ], + "Price": [ + "" + ], + "Subtotal": [ + "" + ], + "Refunded": [ + "" + ], + "Transfer identification": [ + "" + ], + "copy": [ + "" + ], + "hide qr": [ + "" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "Tjänsteleverantörer i plånboken:" + ], + "Send &nbsp; %1$s": [ + "" + ], + "Pay &nbsp; %1$s": [ + "" + ], + "Merchant message": [ + "" + ], + "Balance is not enough.": [ + "Du har ingen balans att visa. Behöver du\n %1$s att börja?\n" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "" + ], + "Hide QR": [ + "" + ], + "Scan the QR code or &nbsp; %1$s": [ + "" + ], + "click here": [ + "" + ], + "Could not load the payment and balance status": [ + "" + ], + "Purchase": [ + "" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "" + ], + "Already paid, you are going to be redirected to %1$s": [ + "" + ], + "Already paid": [ + "" + ], + "Already claimed": [ + "" + ], + "Could not load the refund status": [ + "" + ], + "You&apos;ve ignored the refund.": [ + "" + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "Säljaren %1$s erbjuder följande:" + ], + "Order amount": [ + "Återhämtnings avgift" + ], + "Could not load the list of exchanges": [ + "Accepterade tjänsteleverantörer:" + ], + "Could not load info from URI": [ + "" + ], + "Could not load the withdrawal details": [ + "" + ], + "under %1$s": [ + "Välj %1$s" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "Accepterade tjänsteleverantörer:" + ], + "Close": [ + "" + ], + "There is no exchange available for currency %1$s": [ + "" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "" + ], + "Select %1$s exchange": [ + "Välj %1$s" + ], + "Reset": [ + "" + ], + "Use this exchange": [ + "Accepterade tjänsteleverantörer:" + ], + "Auditors": [ + "" + ], + "Doesn&apos;t have auditors": [ + "" + ], + "currency": [ + "" + ], + "Coin operations": [ + "" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "" + ], + "Deposits": [ + "Depostitions avgift" + ], + "Denomination": [ + "" + ], + "Current": [ + "" + ], + "Selected": [ + "Välj" + ], + "Until": [ + "" + ], + "Withdrawals": [ + "Utbetalnings avgift" + ], + "Transfer operations": [ + "" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "" + ], + "Operation": [ + "" + ], + "Fee": [ + "" + ], + "Wallet operations": [ + "" + ], + "Feature": [ + "" + ], + "Currency": [ + "" + ], + "This operation has already been completed.": [ + "" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "" + ], + "this page": [ + "Accepterade tjänsteleverantörer:" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "" + ], + "Age restriction": [ + "" + ], + "Withdraw &nbsp; %1$s": [ + "" + ], + "Withdraw to a mobile phone": [ + "" + ], + "Short description of the invoice": [ + "" + ], + "Create": [ + "" + ], + "Short description of the transfer": [ + "" + ], + "Could not load the invoice payment status": [ + "" + ], + "Receive &nbsp; %1$s": [ + "" + ], + "Could not load known bank accounts": [ + "" + ], + "Could not load supported wire methods": [ + "" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "" + ], + "Known accounts for %1$s": [ + "Accepterade tjänsteleverantörer:" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "" + ], + "Add": [ + "" + ], + "IBAN accounts": [ + "Övervisa till bank konto" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "Övervisa till bank konto" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "Övervisa till bank konto" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "Bankkonto" + ], + "Address": [ + "" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "Bankkonto" + ], + "Taler Bank": [ + "" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "" + ], + "Could not load fee for amount %1$s": [ + "" + ], + "A currency or an amount should be indicated": [ + "" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "" + ], + "Send %1$s to your account": [ + "" + ], + "There is no account to make a deposit for currency %1$s": [ + "" + ], + "Add account": [ + "Övervisa till bank konto" + ], + "Select account": [ + "Övervisa till bank konto" + ], + "Manage accounts": [ + "Bankkonto" + ], + "Brut amount": [ + "Återhämtnings avgift" + ], + "Deposit fee": [ + "Depostitions avgift" + ], + "Net amount": [ + "Depostitions avgift" + ], + "Deposit&nbsp;%1$s %2$s": [ + "Depostitions avgift" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "" + ], + "Executing refund...": [ + "" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "Depostitions avgift" + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "" + ], + "Waiting to be received": [ + "" + ], + "Denomination expired": [ + "" + ], + "Denomination vanished": [ + "" + ], + "Denomination unoffered": [ + "" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "" + ], + "unknown scope": [ + "" + ], + "Send": [ + "" + ], + "Your transaction history is empty for this currency.": [ + "" + ], + "Review terms of service": [ + "" + ], + "Provider URL": [ + "" + ], + "Please review and accept this provider&apos;s terms of service": [ + "" + ], + "Pricing": [ + "" + ], + "free of charge": [ + "" + ], + "%1$s per year of service": [ + "" + ], + "Storage": [ + "" + ], + "%1$s megabytes of storage per year of service": [ + "" + ], + "Accept terms of service": [ + "" + ], + "Add backup provider": [ + "" + ], + "Backup providers may charge for their service": [ + "" + ], + "URL": [ + "" + ], + "Name": [ + "" + ], + "Next": [ + "" + ], + "Navigator": [ + "" + ], + "Automatically open wallet": [ + "" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "" + ], + "Web Extension": [ + "" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "" + ], + "Merchant compatibility": [ + "" + ], + "Bank compatibility": [ + "" + ], + "Wallet Core compatibility": [ + "" + ], + "Enable developer mode": [ + "" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "" + ], + "Current Language": [ + "" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "Tjänsteleverantörer i plånboken:" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "" + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "" + ], + "Click the puzzle icon": [ + "" + ], + "Search for GNU Taler Wallet": [ + "" + ], + "Click the pin icon": [ + "" + ], + "Next Steps": [ + "" + ], + "Try the demo": [ + "" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "Balans" + ], + "Backup failed": [ + "" + ], + "Transaction updated": [ + "" + ], + "Exchange updated": [ + "Tjänsteleverantörer i plånboken:" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "%1$s" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "Bankkonto" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "" + ], + "Error": [ + "" + ], + "Transaction": [ + "" + ], + "No exchange yet": [ + "" + ], + "Status": [ + "" + ], + "Terms of Service": [ + "" + ], + "Last Update": [ + "" + ], + "Actions": [ + "" + ], + "ok": [ + "" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "" + ], + "Reload": [ + "" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "" + ], + "Debug tools": [ + "" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "" + ], + "reset": [ + "" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "" + ], + "run gc": [ + "" + ], + "import database": [ + "" + ], + "export database": [ + "" + ], + "Clear exchange key cache": [ + "" + ], + "Database exported at %1$s %2$s to download": [ + "" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "Leverantör av betaltjänster" + ], + "Add an exchange": [ + "Accepterade tjänsteleverantörer:" + ], + "Log levels": [ + "" + ], + "Coins": [ + "# Mynt" + ], + "usable coins": [ + "" + ], + "id": [ + "" + ], + "denom": [ + "" + ], + "status": [ + "" + ], + "from refresh?": [ + "" + ], + "age key count": [ + "Övervisa till bank konto" + ], + "spent coins": [ + "" + ], + "click to show": [ + "" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "" + ], + "Pay invoice": [ + "" + ], + "Withdrawal from bank": [ + "Utbetalnings avgift" + ], + "Claim refund": [ + "" + ], + "Accept payment": [ + "" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "" + ], + "Add exchange": [ + "Accepterade tjänsteleverantörer:" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "Övervisa till bank konto" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "Accepterade tjänsteleverantörer:" + ], + "Choose a currency to proceed or add another exchange": [ + "" + ], + "Known currencies": [ + "" + ], + "Specify the origin": [ + "" + ], + "Use previous origins:": [ + "" + ], + "From another bank account": [ + "Övervisa till bank konto" + ], + "From another wallet": [ + "" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "" + ], + "Specify the destination": [ + "" + ], + "Use previous destinations:": [ + "" + ], + "To another bank account": [ + "Övervisa till bank konto" + ], + "To another wallet": [ + "" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "Avbryt" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "Värde" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "Värde" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "Godkän betalning" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "%1$s" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "" + ], + "Could not load the transfer payment status": [ + "" + ], + "Could not load the status of the order template": [ + "" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "" + ], + "Could not parse the recovery URI": [ + "" + ], + "Try another URI": [ + "" + ], + "Import backup, show info": [ + "" + ], + "Add new exchange": [ + "Accepterade tjänsteleverantörer:" + ], + "Add exchange for %1$s": [ + "Accepterade tjänsteleverantörer:" + ], + "Enter the URL of an exchange you trust.": [ + "" + ], + "An exchange has been found! Review the information and click next": [ + "" + ], + "This exchange is already in your list.": [ + "Tjänsteleverantörer i plånboken:" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "" + ], + "No exchange found in that URL.": [ + "Accepterade tjänsteleverantörer:" + ], + "loading": [ + "" + ], + "Version": [ + "" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "" + ], + "Add new contact": [ + "Övervisa till bank konto" + ], + "Enter the details of a contact you trust.": [ + "" + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "" + ], + "Source": [ + "" + ], + "Send Cash": [ + "Välj %1$s" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "Övervisa till bank konto" + ], + "Could not load the list of messages": [ + "" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "" + ], + "hide uri": [ + "" + ], + "show uri": [ + "" + ], + "Fetch messages": [ + "" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "" + ], + "Digital cash refund": [ + "" + ], + "Digital cash withdrawal": [ + "" + ], + "Digital cash deposit": [ + "" + ], + "Digital cash invoice": [ + "Utbetalnings avgifter:" + ], + "Digital cash transfer": [ + "" + ], + "Digital cash recovery": [ + "" + ], + "Development experiment": [ + "" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "" + ], + "Problems detected:": [ + "" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "" + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "" + ], + "here": [ + "" + ], + "Running diagnostics": [ + "" + ], + "Edit": [ + "" + ], + "List of products": [ + "" + ], + "free": [ + "" + ], + "Could not get provider information": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "sv", + "completeness": 4 +}; + +strings['ru'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;", + "lang": "ru" + }, + "Balance": [ + "Баланс" + ], + "Backup": [ + "Резервная копия" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "Считыватель QR-кодов и URI Taler" + ], + "Settings": [ + "Настройки" + ], + "Dev tools": [ + "Инструменты отладки" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "Комиссия транзакции" + ], + "%1$s": [ + "%1$s" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "ОЖИДАЮЩИЕ ОПЕРАЦИИ" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "Операции кошелька" + ], + "Loading": [ + "Загружаются" + ], + "Could not load backup providers": [ + "Не удалось загрузить поставщиков резервного копирования" + ], + "No backup providers configured": [ + "Поставщики резервного копирования не настроены" + ], + "Add provider": [ + "Добавить сервис" + ], + "Sync all backups": [ + "Синхронизация всех резервных копий" + ], + "Sync now": [ + "Синхронизировать сейчас" + ], + "Last synced": [ + "Последняя синхронизация" + ], + "Not synced": [ + "Не синхронизировано" + ], + "Expires in": [ + "Срок действия истекает в" + ], + "show less": [ + "показать qr" + ], + "show more": [ + "показать qr" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "Произошла ошибка при загрузке сведений о поставщике для &quot; %1$s&quot;" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "Нет провайдера с url &quot;%1$s&quot;." + ], + "See providers": [ + "Посмотреть провайдеров" + ], + "Last backup": [ + "Последняя резервная копия" + ], + "Back up": [ + "Создать резервную копию" + ], + "Provider fee": [ + "Комиссия провайдера" + ], + "per year": [ + "в год" + ], + "Extend": [ + "Расширить" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "изменились условия, продление сервиса будет означать принятие новых условий предоставления услуг" + ], + "old": [ + "старый" + ], + "new": [ + "новый" + ], + "fee": [ + "комиссия" + ], + "storage": [ + "хранение" + ], + "Remove provider": [ + "Удалить провадер" + ], + "Pay": [ + "Платёж" + ], + "Withdraw": [ + "Снять средства" + ], + "This provider has reported an error": [ + "Этот провайдер сообщил об ошибке" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "Возник конфликт с другой резервной копией из %1$s" + ], + "Backup is not readable": [ + "Резервная копия не читается" + ], + "Unknown backup problem: %1$s": [ + "Неизвестная проблема резервного копирования: %1$s" + ], + "service paid": [ + "Услуга платная" + ], + "Backup valid until": [ + "Резервная копия действительна до" + ], + "Cancel": [ + "Отмена" + ], + "Open pay page": [ + "Открыть страницу оплаты" + ], + "Open refund page": [ + "Открыть страницу возврата средств" + ], + "Open withdraw page": [ + "Открыть страницу вывода средств" + ], + "Your wallet is empty.": [ + "" + ], + "Get digital cash": [ + "Получите цифровую наличность" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "Не удалось загрузить страницу баланса" + ], + "Receive": [ + "Чек" + ], + "Send %1$s": [ + "Отправить %1$s" + ], + "This page has a withdrawal action.": [ + "На этой странице есть действие по выводу средств." + ], + "This page has pay action.": [ + "На этой странице есть платное действие." + ], + "This page has a refund action.": [ + "На этой странице есть действие по возврату средств." + ], + "This page has a add exchange action.": [ + "На этой странице есть действие по возврату средств." + ], + "Open add exchange page": [ + "Добавить Обменник" + ], + "This page has an add contact action.": [ + "На этой странице есть действие по возврату средств." + ], + "Open add contact page": [ + "Открыть страницу оплаты" + ], + "Taler Action": [ + "Действие Талер" + ], + "This page has a malformed taler uri.": [ + "На этой странице неправильно сформирован Taler URI." + ], + "Dismiss": [ + "Закрыть" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "Это всплывающее окно закрывается и вы перенаправляетесь на %1$s" + ], + "Could not load purchase proposal details": [ + "Не удалось загрузить сведения о предложении покупки" + ], + "Order Id": [ + "Номер заказа" + ], + "Summary": [ + "Вкратце" + ], + "Amount": [ + "Сумма" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "Название продавца" + ], + "Merchant jurisdiction": [ + "Юрисдикция продавца" + ], + "Merchant address": [ + "Адрес продавца" + ], + "Merchant logo": [ + "Логотип продавца" + ], + "Merchant website": [ + "Сайт продавца" + ], + "Merchant email": [ + "Email продавца" + ], + "Merchant public key": [ + "Публичный ключ продавца" + ], + "Created at": [ + "Создано в" + ], + "Refund deadline": [ + "Крайний срок возврата средств" + ], + "Auto refund": [ + "Автоматический возврат средств" + ], + "Pay deadline": [ + "Крайний срок оплаты" + ], + "Fulfillment URL": [ + "URL-адрес выполнения" + ], + "Fulfillment message": [ + "Сообщение о выполнении" + ], + "Max deposit fee": [ + "Максимальная комиссия за депозит" + ], + "Exchanges": [ + "Обменники" + ], + "Could not load the status of the term of service": [ + "Не удалось загрузить список известных обменников" + ], + "Select one option": [ + "Выберете одну опцию" + ], + "Show terms of service": [ + "Показать Условия использования" + ], + "I accept the exchange terms of service": [ + "Я принимаю эти Условия использования" + ], + "Review exchange terms of service": [ + "Ознакомиться с Условиями использования" + ], + "The exchange doesn't have a terms of service.": [ + "Обменник не имеет условий использования" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "" + ], + "The exchange replied with a empty terms of service": [ + "Биржа ответитила с пустыми условиями использования" + ], + "No terms of service. The exchange replied with a empty document": [ + "Биржа ответитила с пустыми условиями использования" + ], + "No terms of service. The exchange replied with a empty text": [ + "Биржа ответитила с пустыми условиями использования" + ], + "Download Terms of Service": [ + "Скачать Условия использования" + ], + "Hide terms of service": [ + "Скрыть Условия использования" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "Баковский счёт" + ], + "Bitcoin address": [ + "Биткоин адрес" + ], + "BIC/IBAN": [ + "IBAN" + ], + "IBAN": [ + "IBAN" + ], + "Bitcoin transfer details": [ + "Подробности перевода биткоина" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "Обменнику нужна транзакция с 3 выходами, один выход - это счёт обменника, а два других - это сегвит фейк адрес для метаданных с минимальной суммой." + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "Убедитесь что сумма показывает %1$s BTC, в противном случае вам придётся изменить базовую единицу на BTC" + ], + "Ethereum transfer details": [ + "Подробности банковского перевода" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "Подробности банковского перевода" + ], + "Account": [ + "Счёт" + ], + "Bank host": [ + "Хост банка" + ], + "BIC": [ + "" + ], + "Exchange": [ + "Обменник" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "Причина" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "Имя получателя" + ], + "Receiver postal code": [ + "Имя получателя" + ], + "Receiver town": [ + "Имя получателя" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "Не удалось загрузить информацию о транзакции" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "Эта транзакция не завершена" + ], + "Retry": [ + "Повторить попытку" + ], + "There was an error trying to complete the transaction.": [ + "При попытке завершить транзакцию произошла ошибка" + ], + "This transaction was aborted.": [ + "Эта транзакция не завершена" + ], + "This transaction failed.": [ + "Эта транзакция не завершена" + ], + "Caution!": [ + "Внимание!" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "Если вы уже перевели деньги на обменник вы потеряете шанс получить монеты с нее." + ], + "Confirm": [ + "Подтвердить" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "Вывод" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "Подробности" + ], + "Withdrawal incomplete.": [ + "Вывод" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "Если вы уже перевели деньги на обменник вы потеряете шанс получить монеты с нее." + ], + "Payment": [ + "Платёж" + ], + "Refunds": [ + "Возвраты" + ], + "%1$s %2$s on %3$s .": [ + "%1$s %2$s на %3$s" + ], + "Refund is in progress.": [ + "Возврат средств в выполняется." + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "Продавец создал возврат средств за этот заказ, но не был автоматически забран." + ], + "Offer": [ + "Предложение" + ], + "Accept": [ + "Принять" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "Продавец" + ], + "Invoice ID": [ + "№ счёта-фактуры" + ], + "Deposit": [ + "Депозит" + ], + "Wire transfer deadline.": [ + "Подробности перевода биткоина" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "Подробности банковского перевода" + ], + "Wire transfer in progress.": [ + "Возврат средств в выполняется." + ], + "Refresh": [ + "Обновить" + ], + "Refund": [ + "Возврат" + ], + "Purchase summary": [ + "Сводка о покупке" + ], + "Credit": [ + "Кредит" + ], + "Invoice": [ + "Счёт-фактура" + ], + "URI": [ + "URI" + ], + "Debit": [ + "Дебит" + ], + "Transfer": [ + "Перевести" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "Деноминация" + ], + "Denomination vanished.": [ + "Деноминация" + ], + "Denomination is unoffered.": [ + "Деноминация" + ], + "Fees": [ + "" + ], + "Total": [ + "Всего" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "максимальная комиссия" + ], + "Price": [ + "Цена" + ], + "Subtotal": [ + "Всего" + ], + "Refunded": [ + "Возвращено на счёт" + ], + "Transfer identification": [ + "Операции переводов" + ], + "copy": [ + "копировать" + ], + "hide qr": [ + "спрятать qr" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "показать qr" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "Хост банка" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "Банк подтвердил перевод. Ожидание пока обменик отправит монеты" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "" + ], + "Send &nbsp; %1$s": [ + "Отправить &nbsp; %1$s" + ], + "Pay &nbsp; %1$s": [ + "Заплатить &nbsp; %1$s" + ], + "Merchant message": [ + "Сообщение продавца" + ], + "Balance is not enough.": [ + "Недостаточно средств на балансе." + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "Оплата с помощью мобильного телефона" + ], + "Hide QR": [ + "Скрыть QR" + ], + "Scan the QR code or &nbsp; %1$s": [ + "Отсканируйте QR код или &nbsp; %1$s" + ], + "click here": [ + "кликите чтобы показать" + ], + "Could not load the payment and balance status": [ + "Не удалось загрузить статус оплаты" + ], + "Purchase": [ + "Покупка" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "Срок действия истекает в" + ], + "Already paid, you are going to be redirected to %1$s": [ + "Уже оплачено, вы будете перенаправлены на %1$s" + ], + "Already paid": [ + "Уже оплачено" + ], + "Already claimed": [ + "Уже заявлено" + ], + "Could not load the refund status": [ + "Не удалось загрузить статус возврата" + ], + "You&apos;ve ignored the refund.": [ + "" + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "Продавец «%1$s»‎ предлагает вам возврат средств." + ], + "Order amount": [ + "Сумма заказа" + ], + "Could not load the list of exchanges": [ + "Не удалось загрузить список известных обменников" + ], + "Could not load info from URI": [ + "Не удалось получить информацию из URI" + ], + "Could not load the withdrawal details": [ + "Не удалось загрузить сведения о предложении покупки" + ], + "under %1$s": [ + "Отправить %1$s" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "Не удалось загрузить комиссию за обмен" + ], + "Close": [ + "Закрыть" + ], + "There is no exchange available for currency %1$s": [ + "Не удалось найти ни одного обменника для валюты %1$s" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "Описание комиссии за услугу" + ], + "Select %1$s exchange": [ + "Выберите %1$s обменник" + ], + "Reset": [ + "Сбросить" + ], + "Use this exchange": [ + "Использовать этот обменник" + ], + "Auditors": [ + "Аудиторы" + ], + "Doesn&apos;t have auditors": [ + "Не имеет аудиторов" + ], + "currency": [ + "валюта" + ], + "Coin operations": [ + "Операции моент" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "Каждая операция в этом разделе может отличаться номиналом и действительна в течение определенного периода времени. Биржа будет взимать указанную сумму каждый раз, когда монета используется в такой операции." + ], + "Deposits": [ + "Депозиты" + ], + "Denomination": [ + "Деноминация" + ], + "Current": [ + "Валюта" + ], + "Selected": [ + "" + ], + "Until": [ + "до" + ], + "Withdrawals": [ + "Выводы средств" + ], + "Transfer operations": [ + "Операции переводов" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "Каждая операция в этом разделе может отличаться в зависимости от типа перевода и действительна в течение определенного периода времени. Обменник будет взимать указанную сумму каждый раз при совершении перевода." + ], + "Operation": [ + "Операция" + ], + "Fee": [ + "Комиссия" + ], + "Wallet operations": [ + "Операции кошелька" + ], + "Feature": [ + "Возможность" + ], + "Currency": [ + "Валюта" + ], + "This operation has already been completed.": [ + "Эта транзакция не завершена" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "" + ], + "this page": [ + "Использовать этот обменник" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "" + ], + "Age restriction": [ + "Ограничения возраста" + ], + "Withdraw &nbsp; %1$s": [ + "Вывести &nbsp; %1$s" + ], + "Withdraw to a mobile phone": [ + "Вывести на мобильный телефон" + ], + "Short description of the invoice": [ + "" + ], + "Create": [ + "Создать" + ], + "Short description of the transfer": [ + "" + ], + "Could not load the invoice payment status": [ + "Не удалось загрузить статус оплаты" + ], + "Receive &nbsp; %1$s": [ + "Получить &nbsp; %1$s" + ], + "Could not load known bank accounts": [ + "Не удалось загрузить статус оплаты" + ], + "Could not load supported wire methods": [ + "Не удалось загрузить поставщиков резервного копирования" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "На другой кошелек" + ], + "Known accounts for %1$s": [ + "" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "" + ], + "Add": [ + "Добавить" + ], + "IBAN accounts": [ + "Добавить Счёт" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "Счёт" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "Выберете счёт" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "Баковский счёт" + ], + "Address": [ + "Строки адреса" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "Баковский счёт" + ], + "Taler Bank": [ + "Действие Талер" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "Не удалось загрузить информацию о транзакции" + ], + "Could not load fee for amount %1$s": [ + "Не удалось загрузить статус возврата" + ], + "A currency or an amount should be indicated": [ + "" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "" + ], + "Send %1$s to your account": [ + "" + ], + "There is no account to make a deposit for currency %1$s": [ + "" + ], + "Add account": [ + "Добавить Счёт" + ], + "Select account": [ + "Выберете счёт" + ], + "Manage accounts": [ + "Баковский счёт" + ], + "Brut amount": [ + "Сумма заказа" + ], + "Deposit fee": [ + "Комиссия депозита" + ], + "Net amount": [ + "Сумма заказа" + ], + "Deposit&nbsp;%1$s %2$s": [ + "" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "Возврат средств в выполняется." + ], + "Executing refund...": [ + "Автоматический возврат средств" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "Возврат средств в выполняется." + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "" + ], + "Waiting to be received": [ + "К получению" + ], + "Denomination expired": [ + "Деноминация" + ], + "Denomination vanished": [ + "Деноминация" + ], + "Denomination unoffered": [ + "Деноминация" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "" + ], + "unknown scope": [ + "" + ], + "Send": [ + "Осуществить перевод" + ], + "Your transaction history is empty for this currency.": [ + "" + ], + "Review terms of service": [ + "" + ], + "Provider URL": [ + "URL провайдера" + ], + "Please review and accept this provider&apos;s terms of service": [ + "" + ], + "Pricing": [ + "" + ], + "free of charge": [ + "комиссия за пополнение" + ], + "%1$s per year of service": [ + "" + ], + "Storage": [ + "Хранилище" + ], + "%1$s megabytes of storage per year of service": [ + "" + ], + "Accept terms of service": [ + "" + ], + "Add backup provider": [ + "Добавить провайдера резервной копии" + ], + "Backup providers may charge for their service": [ + "" + ], + "URL": [ + "URL" + ], + "Name": [ + "Название" + ], + "Next": [ + "Далее" + ], + "Navigator": [ + "Навигатор" + ], + "Automatically open wallet": [ + "" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "Версия" + ], + "Web Extension": [ + "Расширение браузера" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "" + ], + "Merchant compatibility": [ + "" + ], + "Bank compatibility": [ + "" + ], + "Wallet Core compatibility": [ + "" + ], + "Enable developer mode": [ + "Режим разработчика" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "Отбражение" + ], + "Current Language": [ + "" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "Показать Условия использования" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "" + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "" + ], + "Click the puzzle icon": [ + "" + ], + "Search for GNU Taler Wallet": [ + "" + ], + "Click the pin icon": [ + "" + ], + "Next Steps": [ + "Следующий шаг" + ], + "Try the demo": [ + "Попробовать демо" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "Баланс" + ], + "Backup failed": [ + "Резервная копия действительна до" + ], + "Transaction updated": [ + "Комиссия транзакции" + ], + "Exchange updated": [ + "Обменник" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "%1$s" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "Баковский счёт" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "Следующий шаг" + ], + "Error": [ + "" + ], + "Transaction": [ + "Комиссия транзакции" + ], + "No exchange yet": [ + "" + ], + "Status": [ + "статус" + ], + "Terms of Service": [ + "Условия использования" + ], + "Last Update": [ + "" + ], + "Actions": [ + "Действие Талер" + ], + "ok": [ + "ok" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "" + ], + "Reload": [ + "загрузка" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "Забыть" + ], + "Debug tools": [ + "Инструменты отладки" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "" + ], + "reset": [ + "сбросить" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "" + ], + "run gc": [ + "" + ], + "import database": [ + "импортировать базу данных" + ], + "export database": [ + "экспортировать базу данных" + ], + "Clear exchange key cache": [ + "" + ], + "Database exported at %1$s %2$s to download": [ + "" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "Обменники" + ], + "Add an exchange": [ + "" + ], + "Log levels": [ + "" + ], + "Coins": [ + "Монеты" + ], + "usable coins": [ + "" + ], + "id": [ + "" + ], + "denom": [ + "" + ], + "status": [ + "статус" + ], + "from refresh?": [ + "" + ], + "age key count": [ + "" + ], + "spent coins": [ + "" + ], + "click to show": [ + "кликите чтобы показать" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "" + ], + "Pay invoice": [ + "Цифровой счёт-фактура" + ], + "Withdrawal from bank": [ + "Вывод" + ], + "Claim refund": [ + "Уже возвращено" + ], + "Accept payment": [ + "Принять" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "Вывести на мобильный телефон" + ], + "Add exchange": [ + "Добавить Обменник" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "Добавить Счёт" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "Не удалось найти ни одного обменника для валюты %1$s" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "Не удалось загрузить комиссию за обмен" + ], + "Choose a currency to proceed or add another exchange": [ + "" + ], + "Known currencies": [ + "" + ], + "Specify the origin": [ + "" + ], + "Use previous origins:": [ + "" + ], + "From another bank account": [ + "Из моего банковского счёта" + ], + "From another wallet": [ + "" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "" + ], + "Specify the destination": [ + "Описание комиссии за услугу" + ], + "Use previous destinations:": [ + "" + ], + "To another bank account": [ + "На мой банковский счёт" + ], + "To another wallet": [ + "На другой кошелек" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "Публичный ключ продавца" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "Отмена" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "значение" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "Деноминация" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "значение" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "старый" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "Операция" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "Валюта" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "Загружаются" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "сбросить" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "Загружаются" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "Платёж" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "Чаевые" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "Чаевые" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "Не удалось загрузить комиссию за обмен" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "%1$s" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "Деноминация" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "" + ], + "Could not load the transfer payment status": [ + "Не удалось загрузить статус оплаты" + ], + "Could not load the status of the order template": [ + "Не удалось загрузить список известных обменников" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "" + ], + "Could not parse the recovery URI": [ + "Не удалось получить информацию из URI" + ], + "Try another URI": [ + "На другой кошелек" + ], + "Import backup, show info": [ + "Импорт резервной копии, отображение информации" + ], + "Add new exchange": [ + "Добавить новый Обменник" + ], + "Add exchange for %1$s": [ + "" + ], + "Enter the URL of an exchange you trust.": [ + "" + ], + "An exchange has been found! Review the information and click next": [ + "" + ], + "This exchange is already in your list.": [ + "" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "" + ], + "No exchange found in that URL.": [ + "" + ], + "loading": [ + "загрузка" + ], + "Version": [ + "Версия" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "URL обменника" + ], + "Add new contact": [ + "Добавить другой счёт" + ], + "Enter the details of a contact you trust.": [ + "" + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "Биткоин адрес" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "Не удалось загрузить список известных обменников" + ], + "Source": [ + "" + ], + "Send Cash": [ + "Отправить %1$s" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "Добавить другой счёт" + ], + "Could not load the list of messages": [ + "Не удалось загрузить список известных обменников" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "Дата" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "копировать" + ], + "hide uri": [ + "спрятать qr" + ], + "show uri": [ + "показать qr" + ], + "Fetch messages": [ + "Сообщение продавца" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "Не удалось найти ни одного обменника для валюты %1$s" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "Оплата цифровой наличкой" + ], + "Digital cash refund": [ + "Возврат цифровой налички" + ], + "Digital cash withdrawal": [ + "Вывод цифровых наличных" + ], + "Digital cash deposit": [ + "Депозит цифровой налички" + ], + "Digital cash invoice": [ + "Цифровой счёт-фактура" + ], + "Digital cash transfer": [ + "" + ], + "Digital cash recovery": [ + "Возврат цифровой налички" + ], + "Development experiment": [ + "Режим разработчика" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "" + ], + "Problems detected:": [ + "" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "" + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "" + ], + "here": [ + "" + ], + "Running diagnostics": [ + "" + ], + "Edit": [ + "Изменить" + ], + "List of products": [ + "Список продуктов" + ], + "free": [ + "комиссия" + ], + "Could not get provider information": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;", + "lang": "ru", + "completeness": 18 +}; + +strings['nl'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "nl" + }, + "Balance": [ + "" + ], + "Backup": [ + "" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "" + ], + "Settings": [ + "" + ], + "Dev tools": [ + "" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "" + ], + "%1$s": [ + "" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "" + ], + "Loading": [ + "" + ], + "Could not load backup providers": [ + "" + ], + "No backup providers configured": [ + "" + ], + "Add provider": [ + "" + ], + "Sync all backups": [ + "" + ], + "Sync now": [ + "" + ], + "Last synced": [ + "" + ], + "Not synced": [ + "" + ], + "Expires in": [ + "" + ], + "show less": [ + "" + ], + "show more": [ + "" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "" + ], + "See providers": [ + "" + ], + "Last backup": [ + "" + ], + "Back up": [ + "" + ], + "Provider fee": [ + "" + ], + "per year": [ + "" + ], + "Extend": [ + "" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "" + ], + "old": [ + "" + ], + "new": [ + "" + ], + "fee": [ + "" + ], + "storage": [ + "" + ], + "Remove provider": [ + "" + ], + "Pay": [ + "" + ], + "Withdraw": [ + "" + ], + "This provider has reported an error": [ + "" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "" + ], + "Backup is not readable": [ + "" + ], + "Unknown backup problem: %1$s": [ + "" + ], + "service paid": [ + "" + ], + "Backup valid until": [ + "" + ], + "Cancel": [ + "" + ], + "Open pay page": [ + "" + ], + "Open refund page": [ + "" + ], + "Open withdraw page": [ + "" + ], + "Your wallet is empty.": [ + "" + ], + "Get digital cash": [ + "" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "" + ], + "Receive": [ + "" + ], + "Send %1$s": [ + "" + ], + "This page has a withdrawal action.": [ + "" + ], + "This page has pay action.": [ + "" + ], + "This page has a refund action.": [ + "" + ], + "This page has a add exchange action.": [ + "" + ], + "Open add exchange page": [ + "" + ], + "This page has an add contact action.": [ + "" + ], + "Open add contact page": [ + "" + ], + "Taler Action": [ + "" + ], + "This page has a malformed taler uri.": [ + "" + ], + "Dismiss": [ + "" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "" + ], + "Could not load purchase proposal details": [ + "" + ], + "Order Id": [ + "" + ], + "Summary": [ + "" + ], + "Amount": [ + "" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "" + ], + "Merchant jurisdiction": [ + "" + ], + "Merchant address": [ + "" + ], + "Merchant logo": [ + "" + ], + "Merchant website": [ + "" + ], + "Merchant email": [ + "" + ], + "Merchant public key": [ + "" + ], + "Created at": [ + "" + ], + "Refund deadline": [ + "" + ], + "Auto refund": [ + "" + ], + "Pay deadline": [ + "" + ], + "Fulfillment URL": [ + "" + ], + "Fulfillment message": [ + "" + ], + "Max deposit fee": [ + "" + ], + "Exchanges": [ + "" + ], + "Could not load the status of the term of service": [ + "" + ], + "Select one option": [ + "" + ], + "Show terms of service": [ + "" + ], + "I accept the exchange terms of service": [ + "" + ], + "Review exchange terms of service": [ + "" + ], + "The exchange doesn't have a terms of service.": [ + "" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "" + ], + "The exchange replied with a empty terms of service": [ + "" + ], + "No terms of service. The exchange replied with a empty document": [ + "" + ], + "No terms of service. The exchange replied with a empty text": [ + "" + ], + "Download Terms of Service": [ + "" + ], + "Hide terms of service": [ + "" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "" + ], + "Bitcoin address": [ + "" + ], + "BIC/IBAN": [ + "" + ], + "IBAN": [ + "" + ], + "Bitcoin transfer details": [ + "" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "" + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "" + ], + "Ethereum transfer details": [ + "" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "" + ], + "Account": [ + "" + ], + "Bank host": [ + "" + ], + "BIC": [ + "" + ], + "Exchange": [ + "Taler Exchange" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "" + ], + "Receiver postal code": [ + "" + ], + "Receiver town": [ + "" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "" + ], + "Retry": [ + "" + ], + "There was an error trying to complete the transaction.": [ + "" + ], + "This transaction was aborted.": [ + "" + ], + "This transaction failed.": [ + "" + ], + "Caution!": [ + "" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "" + ], + "Confirm": [ + "" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "" + ], + "Withdrawal incomplete.": [ + "" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "" + ], + "Payment": [ + "" + ], + "Refunds": [ + "" + ], + "%1$s %2$s on %3$s .": [ + "" + ], + "Refund is in progress.": [ + "" + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "" + ], + "Offer": [ + "" + ], + "Accept": [ + "" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "" + ], + "Invoice ID": [ + "" + ], + "Deposit": [ + "" + ], + "Wire transfer deadline.": [ + "" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "" + ], + "Wire transfer in progress.": [ + "" + ], + "Refresh": [ + "" + ], + "Refund": [ + "" + ], + "Purchase summary": [ + "" + ], + "Credit": [ + "" + ], + "Invoice": [ + "" + ], + "URI": [ + "" + ], + "Debit": [ + "" + ], + "Transfer": [ + "" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "" + ], + "Denomination vanished.": [ + "" + ], + "Denomination is unoffered.": [ + "" + ], + "Fees": [ + "" + ], + "Total": [ + "" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "" + ], + "Price": [ + "" + ], + "Subtotal": [ + "" + ], + "Refunded": [ + "" + ], + "Transfer identification": [ + "" + ], + "copy": [ + "" + ], + "hide qr": [ + "" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "" + ], + "Send &nbsp; %1$s": [ + "" + ], + "Pay &nbsp; %1$s": [ + "" + ], + "Merchant message": [ + "" + ], + "Balance is not enough.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "" + ], + "Hide QR": [ + "" + ], + "Scan the QR code or &nbsp; %1$s": [ + "" + ], + "click here": [ + "" + ], + "Could not load the payment and balance status": [ + "" + ], + "Purchase": [ + "" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "" + ], + "Already paid, you are going to be redirected to %1$s": [ + "" + ], + "Already paid": [ + "" + ], + "Already claimed": [ + "" + ], + "Could not load the refund status": [ + "" + ], + "You&apos;ve ignored the refund.": [ + "" + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "" + ], + "Order amount": [ + "" + ], + "Could not load the list of exchanges": [ + "" + ], + "Could not load info from URI": [ + "" + ], + "Could not load the withdrawal details": [ + "" + ], + "under %1$s": [ + "" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "" + ], + "Close": [ + "" + ], + "There is no exchange available for currency %1$s": [ + "" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "" + ], + "Select %1$s exchange": [ + "" + ], + "Reset": [ + "" + ], + "Use this exchange": [ + "" + ], + "Auditors": [ + "" + ], + "Doesn&apos;t have auditors": [ + "" + ], + "currency": [ + "" + ], + "Coin operations": [ + "" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "" + ], + "Deposits": [ + "" + ], + "Denomination": [ + "" + ], + "Current": [ + "" + ], + "Selected": [ + "" + ], + "Until": [ + "" + ], + "Withdrawals": [ + "" + ], + "Transfer operations": [ + "" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "" + ], + "Operation": [ + "" + ], + "Fee": [ + "" + ], + "Wallet operations": [ + "" + ], + "Feature": [ + "" + ], + "Currency": [ + "" + ], + "This operation has already been completed.": [ + "" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "" + ], + "this page": [ + "" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "" + ], + "Age restriction": [ + "" + ], + "Withdraw &nbsp; %1$s": [ + "" + ], + "Withdraw to a mobile phone": [ + "" + ], + "Short description of the invoice": [ + "" + ], + "Create": [ + "" + ], + "Short description of the transfer": [ + "" + ], + "Could not load the invoice payment status": [ + "" + ], + "Receive &nbsp; %1$s": [ + "" + ], + "Could not load known bank accounts": [ + "" + ], + "Could not load supported wire methods": [ + "" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "" + ], + "Known accounts for %1$s": [ + "" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "" + ], + "Add": [ + "" + ], + "IBAN accounts": [ + "" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "" + ], + "Address": [ + "" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "" + ], + "Taler Bank": [ + "" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "" + ], + "Could not load fee for amount %1$s": [ + "" + ], + "A currency or an amount should be indicated": [ + "" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "" + ], + "Send %1$s to your account": [ + "" + ], + "There is no account to make a deposit for currency %1$s": [ + "" + ], + "Add account": [ + "" + ], + "Select account": [ + "" + ], + "Manage accounts": [ + "" + ], + "Brut amount": [ + "" + ], + "Deposit fee": [ + "" + ], + "Net amount": [ + "" + ], + "Deposit&nbsp;%1$s %2$s": [ + "" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "" + ], + "Executing refund...": [ + "" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "" + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "" + ], + "Waiting to be received": [ + "" + ], + "Denomination expired": [ + "" + ], + "Denomination vanished": [ + "" + ], + "Denomination unoffered": [ + "" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "" + ], + "unknown scope": [ + "" + ], + "Send": [ + "" + ], + "Your transaction history is empty for this currency.": [ + "" + ], + "Review terms of service": [ + "" + ], + "Provider URL": [ + "" + ], + "Please review and accept this provider&apos;s terms of service": [ + "" + ], + "Pricing": [ + "" + ], + "free of charge": [ + "" + ], + "%1$s per year of service": [ + "" + ], + "Storage": [ + "" + ], + "%1$s megabytes of storage per year of service": [ + "" + ], + "Accept terms of service": [ + "" + ], + "Add backup provider": [ + "" + ], + "Backup providers may charge for their service": [ + "" + ], + "URL": [ + "" + ], + "Name": [ + "" + ], + "Next": [ + "" + ], + "Navigator": [ + "" + ], + "Automatically open wallet": [ + "" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "" + ], + "Web Extension": [ + "" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "" + ], + "Merchant compatibility": [ + "" + ], + "Bank compatibility": [ + "" + ], + "Wallet Core compatibility": [ + "" + ], + "Enable developer mode": [ + "" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "" + ], + "Current Language": [ + "" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "" + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "" + ], + "Click the puzzle icon": [ + "" + ], + "Search for GNU Taler Wallet": [ + "" + ], + "Click the pin icon": [ + "" + ], + "Next Steps": [ + "" + ], + "Try the demo": [ + "" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "" + ], + "Backup failed": [ + "" + ], + "Transaction updated": [ + "" + ], + "Exchange updated": [ + "Taler Exchange" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "" + ], + "Error": [ + "" + ], + "Transaction": [ + "" + ], + "No exchange yet": [ + "" + ], + "Status": [ + "" + ], + "Terms of Service": [ + "" + ], + "Last Update": [ + "" + ], + "Actions": [ + "" + ], + "ok": [ + "" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "" + ], + "Reload": [ + "" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "" + ], + "Debug tools": [ + "" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "" + ], + "reset": [ + "" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "" + ], + "run gc": [ + "" + ], + "import database": [ + "" + ], + "export database": [ + "" + ], + "Clear exchange key cache": [ + "" + ], + "Database exported at %1$s %2$s to download": [ + "" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "Taler Exchange" + ], + "Add an exchange": [ + "" + ], + "Log levels": [ + "" + ], + "Coins": [ + "" + ], + "usable coins": [ + "" + ], + "id": [ + "" + ], + "denom": [ + "" + ], + "status": [ + "" + ], + "from refresh?": [ + "" + ], + "age key count": [ + "" + ], + "spent coins": [ + "" + ], + "click to show": [ + "" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "" + ], + "Pay invoice": [ + "" + ], + "Withdrawal from bank": [ + "" + ], + "Claim refund": [ + "" + ], + "Accept payment": [ + "" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "" + ], + "Add exchange": [ + "" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "" + ], + "Choose a currency to proceed or add another exchange": [ + "" + ], + "Known currencies": [ + "" + ], + "Specify the origin": [ + "" + ], + "Use previous origins:": [ + "" + ], + "From another bank account": [ + "" + ], + "From another wallet": [ + "" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "" + ], + "Specify the destination": [ + "" + ], + "Use previous destinations:": [ + "" + ], + "To another bank account": [ + "" + ], + "To another wallet": [ + "" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "" + ], + "Could not load the transfer payment status": [ + "" + ], + "Could not load the status of the order template": [ + "" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "" + ], + "Could not parse the recovery URI": [ + "" + ], + "Try another URI": [ + "" + ], + "Import backup, show info": [ + "" + ], + "Add new exchange": [ + "" + ], + "Add exchange for %1$s": [ + "" + ], + "Enter the URL of an exchange you trust.": [ + "" + ], + "An exchange has been found! Review the information and click next": [ + "" + ], + "This exchange is already in your list.": [ + "" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "" + ], + "No exchange found in that URL.": [ + "" + ], + "loading": [ + "" + ], + "Version": [ + "" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "" + ], + "Add new contact": [ + "" + ], + "Enter the details of a contact you trust.": [ + "" + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "" + ], + "Source": [ + "" + ], + "Send Cash": [ + "" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "" + ], + "Could not load the list of messages": [ + "" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "" + ], + "hide uri": [ + "" + ], + "show uri": [ + "" + ], + "Fetch messages": [ + "" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "" + ], + "Digital cash refund": [ + "" + ], + "Digital cash withdrawal": [ + "" + ], + "Digital cash deposit": [ + "" + ], + "Digital cash invoice": [ + "" + ], + "Digital cash transfer": [ + "" + ], + "Digital cash recovery": [ + "" + ], + "Development experiment": [ + "" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "" + ], + "Problems detected:": [ + "" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "" + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "" + ], + "here": [ + "" + ], + "Running diagnostics": [ + "" + ], + "Edit": [ + "" + ], + "List of products": [ + "" + ], + "free": [ + "" + ], + "Could not get provider information": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "nl", + "completeness": 0 +}; + +strings['ja'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "ja" + }, + "Balance": [ + "残高" + ], + "Backup": [ + "バックアップ" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "" + ], + "Settings": [ + "設定" + ], + "Dev tools": [ + "" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "" + ], + "%1$s": [ + "" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "" + ], + "Loading": [ + "" + ], + "Could not load backup providers": [ + "" + ], + "No backup providers configured": [ + "" + ], + "Add provider": [ + "" + ], + "Sync all backups": [ + "" + ], + "Sync now": [ + "" + ], + "Last synced": [ + "" + ], + "Not synced": [ + "" + ], + "Expires in": [ + "" + ], + "show less": [ + "" + ], + "show more": [ + "" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "" + ], + "See providers": [ + "" + ], + "Last backup": [ + "" + ], + "Back up": [ + "" + ], + "Provider fee": [ + "" + ], + "per year": [ + "" + ], + "Extend": [ + "" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "" + ], + "old": [ + "" + ], + "new": [ + "" + ], + "fee": [ + "" + ], + "storage": [ + "" + ], + "Remove provider": [ + "" + ], + "Pay": [ + "" + ], + "Withdraw": [ + "撤退" + ], + "This provider has reported an error": [ + "" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "" + ], + "Backup is not readable": [ + "" + ], + "Unknown backup problem: %1$s": [ + "" + ], + "service paid": [ + "" + ], + "Backup valid until": [ + "" + ], + "Cancel": [ + "" + ], + "Open pay page": [ + "" + ], + "Open refund page": [ + "" + ], + "Open withdraw page": [ + "" + ], + "Your wallet is empty.": [ + "" + ], + "Get digital cash": [ + "" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "" + ], + "Receive": [ + "" + ], + "Send %1$s": [ + "" + ], + "This page has a withdrawal action.": [ + "" + ], + "This page has pay action.": [ + "" + ], + "This page has a refund action.": [ + "" + ], + "This page has a add exchange action.": [ + "" + ], + "Open add exchange page": [ + "" + ], + "This page has an add contact action.": [ + "" + ], + "Open add contact page": [ + "" + ], + "Taler Action": [ + "" + ], + "This page has a malformed taler uri.": [ + "" + ], + "Dismiss": [ + "" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "" + ], + "Could not load purchase proposal details": [ + "" + ], + "Order Id": [ + "" + ], + "Summary": [ + "" + ], + "Amount": [ + "" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "" + ], + "Merchant jurisdiction": [ + "" + ], + "Merchant address": [ + "" + ], + "Merchant logo": [ + "" + ], + "Merchant website": [ + "" + ], + "Merchant email": [ + "" + ], + "Merchant public key": [ + "" + ], + "Created at": [ + "" + ], + "Refund deadline": [ + "" + ], + "Auto refund": [ + "" + ], + "Pay deadline": [ + "" + ], + "Fulfillment URL": [ + "" + ], + "Fulfillment message": [ + "" + ], + "Max deposit fee": [ + "" + ], + "Exchanges": [ + "" + ], + "Could not load the status of the term of service": [ + "" + ], + "Select one option": [ + "" + ], + "Show terms of service": [ + "" + ], + "I accept the exchange terms of service": [ + "" + ], + "Review exchange terms of service": [ + "" + ], + "The exchange doesn't have a terms of service.": [ + "" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "" + ], + "The exchange replied with a empty terms of service": [ + "" + ], + "No terms of service. The exchange replied with a empty document": [ + "" + ], + "No terms of service. The exchange replied with a empty text": [ + "" + ], + "Download Terms of Service": [ + "" + ], + "Hide terms of service": [ + "" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "" + ], + "Bitcoin address": [ + "" + ], + "BIC/IBAN": [ + "" + ], + "IBAN": [ + "" + ], + "Bitcoin transfer details": [ + "" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "" + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "" + ], + "Ethereum transfer details": [ + "" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "" + ], + "Account": [ + "" + ], + "Bank host": [ + "" + ], + "BIC": [ + "" + ], + "Exchange": [ + "" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "" + ], + "Receiver postal code": [ + "" + ], + "Receiver town": [ + "" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "" + ], + "Retry": [ + "" + ], + "There was an error trying to complete the transaction.": [ + "" + ], + "This transaction was aborted.": [ + "" + ], + "This transaction failed.": [ + "" + ], + "Caution!": [ + "" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "" + ], + "Confirm": [ + "" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "" + ], + "Withdrawal incomplete.": [ + "撤退" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "" + ], + "Payment": [ + "" + ], + "Refunds": [ + "" + ], + "%1$s %2$s on %3$s .": [ + "" + ], + "Refund is in progress.": [ + "" + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "" + ], + "Offer": [ + "" + ], + "Accept": [ + "" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "" + ], + "Invoice ID": [ + "" + ], + "Deposit": [ + "" + ], + "Wire transfer deadline.": [ + "" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "" + ], + "Wire transfer in progress.": [ + "" + ], + "Refresh": [ + "" + ], + "Refund": [ + "" + ], + "Purchase summary": [ + "" + ], + "Credit": [ + "" + ], + "Invoice": [ + "" + ], + "URI": [ + "" + ], + "Debit": [ + "" + ], + "Transfer": [ + "" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "" + ], + "Denomination vanished.": [ + "" + ], + "Denomination is unoffered.": [ + "" + ], + "Fees": [ + "" + ], + "Total": [ + "" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "" + ], + "Price": [ + "" + ], + "Subtotal": [ + "" + ], + "Refunded": [ + "" + ], + "Transfer identification": [ + "" + ], + "copy": [ + "" + ], + "hide qr": [ + "" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "" + ], + "Send &nbsp; %1$s": [ + "" + ], + "Pay &nbsp; %1$s": [ + "" + ], + "Merchant message": [ + "" + ], + "Balance is not enough.": [ + "表示するバランスがありません" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "" + ], + "Hide QR": [ + "" + ], + "Scan the QR code or &nbsp; %1$s": [ + "" + ], + "click here": [ + "" + ], + "Could not load the payment and balance status": [ + "" + ], + "Purchase": [ + "" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "" + ], + "Already paid, you are going to be redirected to %1$s": [ + "" + ], + "Already paid": [ + "" + ], + "Already claimed": [ + "" + ], + "Could not load the refund status": [ + "" + ], + "You&apos;ve ignored the refund.": [ + "" + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "" + ], + "Order amount": [ + "" + ], + "Could not load the list of exchanges": [ + "" + ], + "Could not load info from URI": [ + "" + ], + "Could not load the withdrawal details": [ + "" + ], + "under %1$s": [ + "" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "" + ], + "Close": [ + "" + ], + "There is no exchange available for currency %1$s": [ + "" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "" + ], + "Select %1$s exchange": [ + "" + ], + "Reset": [ + "" + ], + "Use this exchange": [ + "" + ], + "Auditors": [ + "" + ], + "Doesn&apos;t have auditors": [ + "" + ], + "currency": [ + "" + ], + "Coin operations": [ + "" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "" + ], + "Deposits": [ + "" + ], + "Denomination": [ + "" + ], + "Current": [ + "" + ], + "Selected": [ + "" + ], + "Until": [ + "" + ], + "Withdrawals": [ + "撤退" + ], + "Transfer operations": [ + "" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "" + ], + "Operation": [ + "" + ], + "Fee": [ + "" + ], + "Wallet operations": [ + "" + ], + "Feature": [ + "" + ], + "Currency": [ + "" + ], + "This operation has already been completed.": [ + "" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "" + ], + "this page": [ + "" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "" + ], + "Age restriction": [ + "" + ], + "Withdraw &nbsp; %1$s": [ + "" + ], + "Withdraw to a mobile phone": [ + "" + ], + "Short description of the invoice": [ + "" + ], + "Create": [ + "" + ], + "Short description of the transfer": [ + "" + ], + "Could not load the invoice payment status": [ + "" + ], + "Receive &nbsp; %1$s": [ + "" + ], + "Could not load known bank accounts": [ + "" + ], + "Could not load supported wire methods": [ + "" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "" + ], + "Known accounts for %1$s": [ + "" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "" + ], + "Add": [ + "" + ], + "IBAN accounts": [ + "" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "" + ], + "Address": [ + "" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "" + ], + "Taler Bank": [ + "" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "" + ], + "Could not load fee for amount %1$s": [ + "" + ], + "A currency or an amount should be indicated": [ + "" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "" + ], + "Send %1$s to your account": [ + "" + ], + "There is no account to make a deposit for currency %1$s": [ + "" + ], + "Add account": [ + "" + ], + "Select account": [ + "" + ], + "Manage accounts": [ + "" + ], + "Brut amount": [ + "" + ], + "Deposit fee": [ + "" + ], + "Net amount": [ + "" + ], + "Deposit&nbsp;%1$s %2$s": [ + "" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "" + ], + "Executing refund...": [ + "" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "" + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "" + ], + "Waiting to be received": [ + "" + ], + "Denomination expired": [ + "" + ], + "Denomination vanished": [ + "" + ], + "Denomination unoffered": [ + "" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "" + ], + "unknown scope": [ + "" + ], + "Send": [ + "" + ], + "Your transaction history is empty for this currency.": [ + "" + ], + "Review terms of service": [ + "" + ], + "Provider URL": [ + "" + ], + "Please review and accept this provider&apos;s terms of service": [ + "" + ], + "Pricing": [ + "" + ], + "free of charge": [ + "" + ], + "%1$s per year of service": [ + "" + ], + "Storage": [ + "" + ], + "%1$s megabytes of storage per year of service": [ + "" + ], + "Accept terms of service": [ + "" + ], + "Add backup provider": [ + "" + ], + "Backup providers may charge for their service": [ + "" + ], + "URL": [ + "" + ], + "Name": [ + "" + ], + "Next": [ + "" + ], + "Navigator": [ + "" + ], + "Automatically open wallet": [ + "" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "" + ], + "Web Extension": [ + "" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "" + ], + "Merchant compatibility": [ + "" + ], + "Bank compatibility": [ + "" + ], + "Wallet Core compatibility": [ + "" + ], + "Enable developer mode": [ + "" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "" + ], + "Current Language": [ + "" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "" + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "" + ], + "Click the puzzle icon": [ + "" + ], + "Search for GNU Taler Wallet": [ + "" + ], + "Click the pin icon": [ + "" + ], + "Next Steps": [ + "" + ], + "Try the demo": [ + "" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "残高" + ], + "Backup failed": [ + "バックアップ" + ], + "Transaction updated": [ + "" + ], + "Exchange updated": [ + "" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "" + ], + "Error": [ + "" + ], + "Transaction": [ + "" + ], + "No exchange yet": [ + "" + ], + "Status": [ + "" + ], + "Terms of Service": [ + "" + ], + "Last Update": [ + "" + ], + "Actions": [ + "" + ], + "ok": [ + "" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "" + ], + "Reload": [ + "" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "" + ], + "Debug tools": [ + "" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "" + ], + "reset": [ + "" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "" + ], + "run gc": [ + "" + ], + "import database": [ + "" + ], + "export database": [ + "" + ], + "Clear exchange key cache": [ + "" + ], + "Database exported at %1$s %2$s to download": [ + "" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "" + ], + "Add an exchange": [ + "" + ], + "Log levels": [ + "" + ], + "Coins": [ + "" + ], + "usable coins": [ + "" + ], + "id": [ + "" + ], + "denom": [ + "" + ], + "status": [ + "" + ], + "from refresh?": [ + "" + ], + "age key count": [ + "" + ], + "spent coins": [ + "" + ], + "click to show": [ + "" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "" + ], + "Pay invoice": [ + "" + ], + "Withdrawal from bank": [ + "撤退" + ], + "Claim refund": [ + "" + ], + "Accept payment": [ + "" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "" + ], + "Add exchange": [ + "" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "" + ], + "Choose a currency to proceed or add another exchange": [ + "" + ], + "Known currencies": [ + "" + ], + "Specify the origin": [ + "" + ], + "Use previous origins:": [ + "" + ], + "From another bank account": [ + "" + ], + "From another wallet": [ + "" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "" + ], + "Specify the destination": [ + "" + ], + "Use previous destinations:": [ + "" + ], + "To another bank account": [ + "" + ], + "To another wallet": [ + "" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "残高" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "" + ], + "Could not load the transfer payment status": [ + "" + ], + "Could not load the status of the order template": [ + "" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "" + ], + "Could not parse the recovery URI": [ + "" + ], + "Try another URI": [ + "" + ], + "Import backup, show info": [ + "" + ], + "Add new exchange": [ + "" + ], + "Add exchange for %1$s": [ + "" + ], + "Enter the URL of an exchange you trust.": [ + "" + ], + "An exchange has been found! Review the information and click next": [ + "" + ], + "This exchange is already in your list.": [ + "" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "" + ], + "No exchange found in that URL.": [ + "" + ], + "loading": [ + "" + ], + "Version": [ + "" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "" + ], + "Add new contact": [ + "" + ], + "Enter the details of a contact you trust.": [ + "" + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "" + ], + "Source": [ + "" + ], + "Send Cash": [ + "" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "" + ], + "Could not load the list of messages": [ + "" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "" + ], + "hide uri": [ + "" + ], + "show uri": [ + "" + ], + "Fetch messages": [ + "" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "" + ], + "Digital cash refund": [ + "" + ], + "Digital cash withdrawal": [ + "" + ], + "Digital cash deposit": [ + "" + ], + "Digital cash invoice": [ + "" + ], + "Digital cash transfer": [ + "" + ], + "Digital cash recovery": [ + "" + ], + "Development experiment": [ + "" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "" + ], + "Problems detected:": [ + "" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "" + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "" + ], + "here": [ + "" + ], + "Running diagnostics": [ + "" + ], + "Edit": [ + "" + ], + "List of products": [ + "" + ], + "free": [ + "" + ], + "Could not get provider information": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "ja", + "completeness": 0 +}; + +strings['it'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "it" + }, + "Balance": [ + "Saldo" + ], + "Backup": [ + "" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "Lettore QR e Taler URI" + ], + "Settings": [ + "Impostazioni" + ], + "Dev tools": [ + "" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "" + ], + "%1$s": [ + "" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "" + ], + "Loading": [ + "" + ], + "Could not load backup providers": [ + "" + ], + "No backup providers configured": [ + "" + ], + "Add provider": [ + "" + ], + "Sync all backups": [ + "" + ], + "Sync now": [ + "" + ], + "Last synced": [ + "" + ], + "Not synced": [ + "" + ], + "Expires in": [ + "" + ], + "show less": [ + "" + ], + "show more": [ + "" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "" + ], + "See providers": [ + "" + ], + "Last backup": [ + "" + ], + "Back up": [ + "" + ], + "Provider fee": [ + "" + ], + "per year": [ + "" + ], + "Extend": [ + "" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "" + ], + "old": [ + "" + ], + "new": [ + "" + ], + "fee": [ + "" + ], + "storage": [ + "" + ], + "Remove provider": [ + "" + ], + "Pay": [ + "" + ], + "Withdraw": [ + "Prelevare" + ], + "This provider has reported an error": [ + "" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "" + ], + "Backup is not readable": [ + "" + ], + "Unknown backup problem: %1$s": [ + "" + ], + "service paid": [ + "" + ], + "Backup valid until": [ + "" + ], + "Cancel": [ + "" + ], + "Open pay page": [ + "" + ], + "Open refund page": [ + "" + ], + "Open withdraw page": [ + "" + ], + "Your wallet is empty.": [ + "" + ], + "Get digital cash": [ + "" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "" + ], + "Receive": [ + "" + ], + "Send %1$s": [ + "" + ], + "This page has a withdrawal action.": [ + "" + ], + "This page has pay action.": [ + "" + ], + "This page has a refund action.": [ + "" + ], + "This page has a add exchange action.": [ + "" + ], + "Open add exchange page": [ + "" + ], + "This page has an add contact action.": [ + "" + ], + "Open add contact page": [ + "" + ], + "Taler Action": [ + "" + ], + "This page has a malformed taler uri.": [ + "" + ], + "Dismiss": [ + "" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "" + ], + "Could not load purchase proposal details": [ + "" + ], + "Order Id": [ + "" + ], + "Summary": [ + "" + ], + "Amount": [ + "Importo" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "" + ], + "Merchant jurisdiction": [ + "" + ], + "Merchant address": [ + "" + ], + "Merchant logo": [ + "" + ], + "Merchant website": [ + "" + ], + "Merchant email": [ + "" + ], + "Merchant public key": [ + "" + ], + "Created at": [ + "" + ], + "Refund deadline": [ + "" + ], + "Auto refund": [ + "" + ], + "Pay deadline": [ + "" + ], + "Fulfillment URL": [ + "" + ], + "Fulfillment message": [ + "" + ], + "Max deposit fee": [ + "" + ], + "Exchanges": [ + "" + ], + "Could not load the status of the term of service": [ + "" + ], + "Select one option": [ + "" + ], + "Show terms of service": [ + "" + ], + "I accept the exchange terms of service": [ + "" + ], + "Review exchange terms of service": [ + "" + ], + "The exchange doesn't have a terms of service.": [ + "" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "" + ], + "The exchange replied with a empty terms of service": [ + "" + ], + "No terms of service. The exchange replied with a empty document": [ + "" + ], + "No terms of service. The exchange replied with a empty text": [ + "" + ], + "Download Terms of Service": [ + "" + ], + "Hide terms of service": [ + "" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "" + ], + "Bitcoin address": [ + "" + ], + "BIC/IBAN": [ + "" + ], + "IBAN": [ + "" + ], + "Bitcoin transfer details": [ + "" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "" + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "" + ], + "Ethereum transfer details": [ + "" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "" + ], + "Account": [ + "Conto" + ], + "Bank host": [ + "" + ], + "BIC": [ + "" + ], + "Exchange": [ + "Cambio" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "Soggetto" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "" + ], + "Receiver postal code": [ + "" + ], + "Receiver town": [ + "" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "" + ], + "Retry": [ + "" + ], + "There was an error trying to complete the transaction.": [ + "" + ], + "This transaction was aborted.": [ + "" + ], + "This transaction failed.": [ + "" + ], + "Caution!": [ + "" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "" + ], + "Confirm": [ + "Confermare" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "" + ], + "Withdrawal incomplete.": [ + "" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "" + ], + "Payment": [ + "" + ], + "Refunds": [ + "" + ], + "%1$s %2$s on %3$s .": [ + "" + ], + "Refund is in progress.": [ + "" + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "" + ], + "Offer": [ + "" + ], + "Accept": [ + "" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "" + ], + "Invoice ID": [ + "" + ], + "Deposit": [ + "" + ], + "Wire transfer deadline.": [ + "" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "" + ], + "Wire transfer in progress.": [ + "" + ], + "Refresh": [ + "" + ], + "Refund": [ + "" + ], + "Purchase summary": [ + "" + ], + "Credit": [ + "" + ], + "Invoice": [ + "" + ], + "URI": [ + "" + ], + "Debit": [ + "" + ], + "Transfer": [ + "" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "" + ], + "Denomination vanished.": [ + "" + ], + "Denomination is unoffered.": [ + "" + ], + "Fees": [ + "" + ], + "Total": [ + "" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "" + ], + "Price": [ + "" + ], + "Subtotal": [ + "" + ], + "Refunded": [ + "Rimborsato" + ], + "Transfer identification": [ + "" + ], + "copy": [ + "" + ], + "hide qr": [ + "" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "" + ], + "Send &nbsp; %1$s": [ + "" + ], + "Pay &nbsp; %1$s": [ + "" + ], + "Merchant message": [ + "" + ], + "Balance is not enough.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "" + ], + "Hide QR": [ + "" + ], + "Scan the QR code or &nbsp; %1$s": [ + "" + ], + "click here": [ + "" + ], + "Could not load the payment and balance status": [ + "" + ], + "Purchase": [ + "" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "" + ], + "Already paid, you are going to be redirected to %1$s": [ + "" + ], + "Already paid": [ + "" + ], + "Already claimed": [ + "" + ], + "Could not load the refund status": [ + "" + ], + "You&apos;ve ignored the refund.": [ + "" + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "" + ], + "Order amount": [ + "" + ], + "Could not load the list of exchanges": [ + "" + ], + "Could not load info from URI": [ + "" + ], + "Could not load the withdrawal details": [ + "" + ], + "under %1$s": [ + "" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "" + ], + "Close": [ + "" + ], + "There is no exchange available for currency %1$s": [ + "" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "" + ], + "Select %1$s exchange": [ + "" + ], + "Reset": [ + "" + ], + "Use this exchange": [ + "" + ], + "Auditors": [ + "" + ], + "Doesn&apos;t have auditors": [ + "" + ], + "currency": [ + "" + ], + "Coin operations": [ + "" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "" + ], + "Deposits": [ + "" + ], + "Denomination": [ + "" + ], + "Current": [ + "" + ], + "Selected": [ + "" + ], + "Until": [ + "" + ], + "Withdrawals": [ + "" + ], + "Transfer operations": [ + "" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "" + ], + "Operation": [ + "" + ], + "Fee": [ + "" + ], + "Wallet operations": [ + "" + ], + "Feature": [ + "" + ], + "Currency": [ + "" + ], + "This operation has already been completed.": [ + "" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "" + ], + "this page": [ + "" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "" + ], + "Age restriction": [ + "" + ], + "Withdraw &nbsp; %1$s": [ + "" + ], + "Withdraw to a mobile phone": [ + "" + ], + "Short description of the invoice": [ + "" + ], + "Create": [ + "" + ], + "Short description of the transfer": [ + "" + ], + "Could not load the invoice payment status": [ + "" + ], + "Receive &nbsp; %1$s": [ + "" + ], + "Could not load known bank accounts": [ + "" + ], + "Could not load supported wire methods": [ + "" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "" + ], + "Known accounts for %1$s": [ + "" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "" + ], + "Add": [ + "" + ], + "IBAN accounts": [ + "Conto" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "Conto" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "" + ], + "Address": [ + "" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "Conto" + ], + "Taler Bank": [ + "" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "" + ], + "Could not load fee for amount %1$s": [ + "" + ], + "A currency or an amount should be indicated": [ + "" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "" + ], + "Send %1$s to your account": [ + "" + ], + "There is no account to make a deposit for currency %1$s": [ + "" + ], + "Add account": [ + "" + ], + "Select account": [ + "" + ], + "Manage accounts": [ + "" + ], + "Brut amount": [ + "" + ], + "Deposit fee": [ + "" + ], + "Net amount": [ + "Importo" + ], + "Deposit&nbsp;%1$s %2$s": [ + "" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "" + ], + "Executing refund...": [ + "" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "" + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "" + ], + "Waiting to be received": [ + "" + ], + "Denomination expired": [ + "" + ], + "Denomination vanished": [ + "" + ], + "Denomination unoffered": [ + "" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "" + ], + "unknown scope": [ + "" + ], + "Send": [ + "" + ], + "Your transaction history is empty for this currency.": [ + "" + ], + "Review terms of service": [ + "" + ], + "Provider URL": [ + "" + ], + "Please review and accept this provider&apos;s terms of service": [ + "" + ], + "Pricing": [ + "" + ], + "free of charge": [ + "" + ], + "%1$s per year of service": [ + "" + ], + "Storage": [ + "" + ], + "%1$s megabytes of storage per year of service": [ + "" + ], + "Accept terms of service": [ + "" + ], + "Add backup provider": [ + "" + ], + "Backup providers may charge for their service": [ + "" + ], + "URL": [ + "" + ], + "Name": [ + "" + ], + "Next": [ + "" + ], + "Navigator": [ + "" + ], + "Automatically open wallet": [ + "" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "" + ], + "Web Extension": [ + "" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "" + ], + "Merchant compatibility": [ + "" + ], + "Bank compatibility": [ + "" + ], + "Wallet Core compatibility": [ + "" + ], + "Enable developer mode": [ + "" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "" + ], + "Current Language": [ + "" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "" + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "" + ], + "Click the puzzle icon": [ + "" + ], + "Search for GNU Taler Wallet": [ + "" + ], + "Click the pin icon": [ + "" + ], + "Next Steps": [ + "" + ], + "Try the demo": [ + "" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "Saldo" + ], + "Backup failed": [ + "" + ], + "Transaction updated": [ + "" + ], + "Exchange updated": [ + "Cambio" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "" + ], + "Error": [ + "" + ], + "Transaction": [ + "" + ], + "No exchange yet": [ + "" + ], + "Status": [ + "" + ], + "Terms of Service": [ + "" + ], + "Last Update": [ + "" + ], + "Actions": [ + "" + ], + "ok": [ + "ok" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "" + ], + "Reload": [ + "" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "" + ], + "Debug tools": [ + "" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "" + ], + "reset": [ + "" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "" + ], + "run gc": [ + "" + ], + "import database": [ + "" + ], + "export database": [ + "" + ], + "Clear exchange key cache": [ + "" + ], + "Database exported at %1$s %2$s to download": [ + "" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "Cambio" + ], + "Add an exchange": [ + "" + ], + "Log levels": [ + "" + ], + "Coins": [ + "" + ], + "usable coins": [ + "" + ], + "id": [ + "" + ], + "denom": [ + "" + ], + "status": [ + "" + ], + "from refresh?": [ + "" + ], + "age key count": [ + "" + ], + "spent coins": [ + "" + ], + "click to show": [ + "" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "" + ], + "Pay invoice": [ + "" + ], + "Withdrawal from bank": [ + "" + ], + "Claim refund": [ + "" + ], + "Accept payment": [ + "" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "" + ], + "Add exchange": [ + "" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "" + ], + "Choose a currency to proceed or add another exchange": [ + "" + ], + "Known currencies": [ + "" + ], + "Specify the origin": [ + "" + ], + "Use previous origins:": [ + "" + ], + "From another bank account": [ + "" + ], + "From another wallet": [ + "" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "" + ], + "Specify the destination": [ + "" + ], + "Use previous destinations:": [ + "" + ], + "To another bank account": [ + "" + ], + "To another wallet": [ + "" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "Saldo" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "" + ], + "Could not load the transfer payment status": [ + "" + ], + "Could not load the status of the order template": [ + "" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "" + ], + "Could not parse the recovery URI": [ + "" + ], + "Try another URI": [ + "" + ], + "Import backup, show info": [ + "" + ], + "Add new exchange": [ + "" + ], + "Add exchange for %1$s": [ + "" + ], + "Enter the URL of an exchange you trust.": [ + "" + ], + "An exchange has been found! Review the information and click next": [ + "" + ], + "This exchange is already in your list.": [ + "" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "" + ], + "No exchange found in that URL.": [ + "" + ], + "loading": [ + "" + ], + "Version": [ + "" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "" + ], + "Add new contact": [ + "" + ], + "Enter the details of a contact you trust.": [ + "" + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "" + ], + "Source": [ + "" + ], + "Send Cash": [ + "" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "" + ], + "Could not load the list of messages": [ + "" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "Data" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "" + ], + "hide uri": [ + "" + ], + "show uri": [ + "" + ], + "Fetch messages": [ + "" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "" + ], + "Digital cash refund": [ + "" + ], + "Digital cash withdrawal": [ + "" + ], + "Digital cash deposit": [ + "" + ], + "Digital cash invoice": [ + "" + ], + "Digital cash transfer": [ + "" + ], + "Digital cash recovery": [ + "" + ], + "Development experiment": [ + "" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "" + ], + "Problems detected:": [ + "" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "" + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "" + ], + "here": [ + "" + ], + "Running diagnostics": [ + "" + ], + "Edit": [ + "" + ], + "List of products": [ + "" + ], + "free": [ + "" + ], + "Could not get provider information": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "it", + "completeness": 1 +}; + +strings['he'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3));", + "lang": "he" + }, + "Balance": [ + "" + ], + "Backup": [ + "" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "" + ], + "Settings": [ + "" + ], + "Dev tools": [ + "" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "" + ], + "%1$s": [ + "" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "" + ], + "Loading": [ + "" + ], + "Could not load backup providers": [ + "" + ], + "No backup providers configured": [ + "" + ], + "Add provider": [ + "" + ], + "Sync all backups": [ + "" + ], + "Sync now": [ + "" + ], + "Last synced": [ + "" + ], + "Not synced": [ + "" + ], + "Expires in": [ + "" + ], + "show less": [ + "" + ], + "show more": [ + "" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "" + ], + "See providers": [ + "" + ], + "Last backup": [ + "" + ], + "Back up": [ + "" + ], + "Provider fee": [ + "" + ], + "per year": [ + "" + ], + "Extend": [ + "" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "" + ], + "old": [ + "" + ], + "new": [ + "" + ], + "fee": [ + "" + ], + "storage": [ + "" + ], + "Remove provider": [ + "" + ], + "Pay": [ + "" + ], + "Withdraw": [ + "" + ], + "This provider has reported an error": [ + "" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "" + ], + "Backup is not readable": [ + "" + ], + "Unknown backup problem: %1$s": [ + "" + ], + "service paid": [ + "" + ], + "Backup valid until": [ + "" + ], + "Cancel": [ + "" + ], + "Open pay page": [ + "" + ], + "Open refund page": [ + "" + ], + "Open withdraw page": [ + "" + ], + "Your wallet is empty.": [ + "" + ], + "Get digital cash": [ + "" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "" + ], + "Receive": [ + "" + ], + "Send %1$s": [ + "" + ], + "This page has a withdrawal action.": [ + "" + ], + "This page has pay action.": [ + "" + ], + "This page has a refund action.": [ + "" + ], + "This page has a add exchange action.": [ + "" + ], + "Open add exchange page": [ + "" + ], + "This page has an add contact action.": [ + "" + ], + "Open add contact page": [ + "" + ], + "Taler Action": [ + "" + ], + "This page has a malformed taler uri.": [ + "" + ], + "Dismiss": [ + "" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "" + ], + "Could not load purchase proposal details": [ + "" + ], + "Order Id": [ + "" + ], + "Summary": [ + "" + ], + "Amount": [ + "" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "" + ], + "Merchant jurisdiction": [ + "" + ], + "Merchant address": [ + "" + ], + "Merchant logo": [ + "" + ], + "Merchant website": [ + "" + ], + "Merchant email": [ + "" + ], + "Merchant public key": [ + "" + ], + "Created at": [ + "" + ], + "Refund deadline": [ + "" + ], + "Auto refund": [ + "" + ], + "Pay deadline": [ + "" + ], + "Fulfillment URL": [ + "" + ], + "Fulfillment message": [ + "" + ], + "Max deposit fee": [ + "" + ], + "Exchanges": [ + "" + ], + "Could not load the status of the term of service": [ + "" + ], + "Select one option": [ + "" + ], + "Show terms of service": [ + "" + ], + "I accept the exchange terms of service": [ + "" + ], + "Review exchange terms of service": [ + "" + ], + "The exchange doesn't have a terms of service.": [ + "" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "" + ], + "The exchange replied with a empty terms of service": [ + "" + ], + "No terms of service. The exchange replied with a empty document": [ + "" + ], + "No terms of service. The exchange replied with a empty text": [ + "" + ], + "Download Terms of Service": [ + "" + ], + "Hide terms of service": [ + "" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "" + ], + "Bitcoin address": [ + "" + ], + "BIC/IBAN": [ + "" + ], + "IBAN": [ + "" + ], + "Bitcoin transfer details": [ + "" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "" + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "" + ], + "Ethereum transfer details": [ + "" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "" + ], + "Account": [ + "" + ], + "Bank host": [ + "" + ], + "BIC": [ + "" + ], + "Exchange": [ + "" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "" + ], + "Receiver postal code": [ + "" + ], + "Receiver town": [ + "" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "" + ], + "Retry": [ + "" + ], + "There was an error trying to complete the transaction.": [ + "" + ], + "This transaction was aborted.": [ + "" + ], + "This transaction failed.": [ + "" + ], + "Caution!": [ + "" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "" + ], + "Confirm": [ + "" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "" + ], + "Withdrawal incomplete.": [ + "" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "" + ], + "Payment": [ + "" + ], + "Refunds": [ + "" + ], + "%1$s %2$s on %3$s .": [ + "" + ], + "Refund is in progress.": [ + "" + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "" + ], + "Offer": [ + "" + ], + "Accept": [ + "" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "" + ], + "Invoice ID": [ + "" + ], + "Deposit": [ + "" + ], + "Wire transfer deadline.": [ + "" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "" + ], + "Wire transfer in progress.": [ + "" + ], + "Refresh": [ + "" + ], + "Refund": [ + "" + ], + "Purchase summary": [ + "" + ], + "Credit": [ + "" + ], + "Invoice": [ + "" + ], + "URI": [ + "" + ], + "Debit": [ + "" + ], + "Transfer": [ + "" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "" + ], + "Denomination vanished.": [ + "" + ], + "Denomination is unoffered.": [ + "" + ], + "Fees": [ + "" + ], + "Total": [ + "" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "" + ], + "Price": [ + "" + ], + "Subtotal": [ + "" + ], + "Refunded": [ + "" + ], + "Transfer identification": [ + "" + ], + "copy": [ + "" + ], + "hide qr": [ + "" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "" + ], + "Send &nbsp; %1$s": [ + "" + ], + "Pay &nbsp; %1$s": [ + "" + ], + "Merchant message": [ + "" + ], + "Balance is not enough.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "" + ], + "Hide QR": [ + "" + ], + "Scan the QR code or &nbsp; %1$s": [ + "" + ], + "click here": [ + "" + ], + "Could not load the payment and balance status": [ + "" + ], + "Purchase": [ + "" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "" + ], + "Already paid, you are going to be redirected to %1$s": [ + "" + ], + "Already paid": [ + "" + ], + "Already claimed": [ + "" + ], + "Could not load the refund status": [ + "" + ], + "You&apos;ve ignored the refund.": [ + "" + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "" + ], + "Order amount": [ + "" + ], + "Could not load the list of exchanges": [ + "" + ], + "Could not load info from URI": [ + "" + ], + "Could not load the withdrawal details": [ + "" + ], + "under %1$s": [ + "" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "" + ], + "Close": [ + "" + ], + "There is no exchange available for currency %1$s": [ + "" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "" + ], + "Select %1$s exchange": [ + "" + ], + "Reset": [ + "" + ], + "Use this exchange": [ + "" + ], + "Auditors": [ + "" + ], + "Doesn&apos;t have auditors": [ + "" + ], + "currency": [ + "" + ], + "Coin operations": [ + "" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "" + ], + "Deposits": [ + "" + ], + "Denomination": [ + "" + ], + "Current": [ + "" + ], + "Selected": [ + "" + ], + "Until": [ + "" + ], + "Withdrawals": [ + "" + ], + "Transfer operations": [ + "" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "" + ], + "Operation": [ + "" + ], + "Fee": [ + "" + ], + "Wallet operations": [ + "" + ], + "Feature": [ + "" + ], + "Currency": [ + "" + ], + "This operation has already been completed.": [ + "" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "" + ], + "this page": [ + "" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "" + ], + "Age restriction": [ + "" + ], + "Withdraw &nbsp; %1$s": [ + "" + ], + "Withdraw to a mobile phone": [ + "" + ], + "Short description of the invoice": [ + "" + ], + "Create": [ + "" + ], + "Short description of the transfer": [ + "" + ], + "Could not load the invoice payment status": [ + "" + ], + "Receive &nbsp; %1$s": [ + "" + ], + "Could not load known bank accounts": [ + "" + ], + "Could not load supported wire methods": [ + "" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "" + ], + "Known accounts for %1$s": [ + "" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "" + ], + "Add": [ + "" + ], + "IBAN accounts": [ + "" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "" + ], + "Address": [ + "" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "" + ], + "Taler Bank": [ + "" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "" + ], + "Could not load fee for amount %1$s": [ + "" + ], + "A currency or an amount should be indicated": [ + "" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "" + ], + "Send %1$s to your account": [ + "" + ], + "There is no account to make a deposit for currency %1$s": [ + "" + ], + "Add account": [ + "" + ], + "Select account": [ + "" + ], + "Manage accounts": [ + "" + ], + "Brut amount": [ + "" + ], + "Deposit fee": [ + "" + ], + "Net amount": [ + "" + ], + "Deposit&nbsp;%1$s %2$s": [ + "" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "" + ], + "Executing refund...": [ + "" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "" + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "" + ], + "Waiting to be received": [ + "" + ], + "Denomination expired": [ + "" + ], + "Denomination vanished": [ + "" + ], + "Denomination unoffered": [ + "" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "" + ], + "unknown scope": [ + "" + ], + "Send": [ + "" + ], + "Your transaction history is empty for this currency.": [ + "" + ], + "Review terms of service": [ + "" + ], + "Provider URL": [ + "" + ], + "Please review and accept this provider&apos;s terms of service": [ + "" + ], + "Pricing": [ + "" + ], + "free of charge": [ + "" + ], + "%1$s per year of service": [ + "" + ], + "Storage": [ + "" + ], + "%1$s megabytes of storage per year of service": [ + "" + ], + "Accept terms of service": [ + "" + ], + "Add backup provider": [ + "" + ], + "Backup providers may charge for their service": [ + "" + ], + "URL": [ + "" + ], + "Name": [ + "" + ], + "Next": [ + "" + ], + "Navigator": [ + "" + ], + "Automatically open wallet": [ + "" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "" + ], + "Web Extension": [ + "" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "" + ], + "Merchant compatibility": [ + "" + ], + "Bank compatibility": [ + "" + ], + "Wallet Core compatibility": [ + "" + ], + "Enable developer mode": [ + "" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "" + ], + "Current Language": [ + "" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "" + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "" + ], + "Click the puzzle icon": [ + "" + ], + "Search for GNU Taler Wallet": [ + "" + ], + "Click the pin icon": [ + "" + ], + "Next Steps": [ + "" + ], + "Try the demo": [ + "" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "" + ], + "Backup failed": [ + "" + ], + "Transaction updated": [ + "" + ], + "Exchange updated": [ + "" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "" + ], + "Error": [ + "" + ], + "Transaction": [ + "" + ], + "No exchange yet": [ + "" + ], + "Status": [ + "" + ], + "Terms of Service": [ + "" + ], + "Last Update": [ + "" + ], + "Actions": [ + "" + ], + "ok": [ + "" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "" + ], + "Reload": [ + "" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "" + ], + "Debug tools": [ + "" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "" + ], + "reset": [ + "" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "" + ], + "run gc": [ + "" + ], + "import database": [ + "" + ], + "export database": [ + "" + ], + "Clear exchange key cache": [ + "" + ], + "Database exported at %1$s %2$s to download": [ + "" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "" + ], + "Add an exchange": [ + "" + ], + "Log levels": [ + "" + ], + "Coins": [ + "" + ], + "usable coins": [ + "" + ], + "id": [ + "" + ], + "denom": [ + "" + ], + "status": [ + "" + ], + "from refresh?": [ + "" + ], + "age key count": [ + "" + ], + "spent coins": [ + "" + ], + "click to show": [ + "" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "" + ], + "Pay invoice": [ + "" + ], + "Withdrawal from bank": [ + "" + ], + "Claim refund": [ + "" + ], + "Accept payment": [ + "" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "" + ], + "Add exchange": [ + "" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "" + ], + "Choose a currency to proceed or add another exchange": [ + "" + ], + "Known currencies": [ + "" + ], + "Specify the origin": [ + "" + ], + "Use previous origins:": [ + "" + ], + "From another bank account": [ + "" + ], + "From another wallet": [ + "" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "" + ], + "Specify the destination": [ + "" + ], + "Use previous destinations:": [ + "" + ], + "To another bank account": [ + "" + ], + "To another wallet": [ + "" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "" + ], + "Could not load the transfer payment status": [ + "" + ], + "Could not load the status of the order template": [ + "" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "" + ], + "Could not parse the recovery URI": [ + "" + ], + "Try another URI": [ + "" + ], + "Import backup, show info": [ + "" + ], + "Add new exchange": [ + "" + ], + "Add exchange for %1$s": [ + "" + ], + "Enter the URL of an exchange you trust.": [ + "" + ], + "An exchange has been found! Review the information and click next": [ + "" + ], + "This exchange is already in your list.": [ + "" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "" + ], + "No exchange found in that URL.": [ + "" + ], + "loading": [ + "" + ], + "Version": [ + "" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "" + ], + "Add new contact": [ + "" + ], + "Enter the details of a contact you trust.": [ + "" + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "" + ], + "Source": [ + "" + ], + "Send Cash": [ + "" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "" + ], + "Could not load the list of messages": [ + "" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "" + ], + "hide uri": [ + "" + ], + "show uri": [ + "" + ], + "Fetch messages": [ + "" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "" + ], + "Digital cash refund": [ + "" + ], + "Digital cash withdrawal": [ + "" + ], + "Digital cash deposit": [ + "" + ], + "Digital cash invoice": [ + "" + ], + "Digital cash transfer": [ + "" + ], + "Digital cash recovery": [ + "" + ], + "Development experiment": [ + "" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "" + ], + "Problems detected:": [ + "" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "" + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "" + ], + "here": [ + "" + ], + "Running diagnostics": [ + "" + ], + "Edit": [ + "" + ], + "List of products": [ + "" + ], + "free": [ + "" + ], + "Could not get provider information": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3));", + "lang": "he", + "completeness": 0 +}; + +strings['fr'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n!=1);", + "lang": "fr" + }, + "Balance": [ + "Solde" + ], + "Backup": [ + "Sauvegarde" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "Lecteur de QR-code et d'URI Taler" + ], + "Settings": [ + "Configuration" + ], + "Dev tools": [ + "Outils de débogage" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "Frais de transaction" + ], + "%1$s": [ + "%1$s" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "OPERATIONS EN ATTENTE" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "Impossible d'analyser l'URI payto" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "Opérations du portefeuille" + ], + "Loading": [ + "Chargement" + ], + "Could not load backup providers": [ + "Impossible de charger les prestataires de sauvegarde" + ], + "No backup providers configured": [ + "Aucun prestataire de sauvegarde n'est configuré" + ], + "Add provider": [ + "Ajouter un prestataire" + ], + "Sync all backups": [ + "Synchroniser les sauvegardes" + ], + "Sync now": [ + "Synchroniser maintenant" + ], + "Last synced": [ + "Dernière synchronisation" + ], + "Not synced": [ + "Pas synchronisé" + ], + "Expires in": [ + "Expire dans" + ], + "show less": [ + "afficher le code QR" + ], + "show more": [ + "afficher le code QR" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "Une erreur s'est produite lors du chargement du détail du prestataire pour &quot; %1$s&quot;" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "Aucun prestataire n'est connu avec l'URL &quot;%1$s&quot;." + ], + "See providers": [ + "Voir les prestataires" + ], + "Last backup": [ + "Dernière sauvegarde" + ], + "Back up": [ + "Sauvegarde" + ], + "Provider fee": [ + "Frais du prestataire" + ], + "per year": [ + "par année" + ], + "Extend": [ + "Étendre" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "Les conditions ont changé, l'extension du service implique l'acceptation des nouvelles conditions d'utilisation" + ], + "old": [ + "ancien" + ], + "new": [ + "nouveau" + ], + "fee": [ + "frais" + ], + "storage": [ + "stockage" + ], + "Remove provider": [ + "Supprimer le prestataire" + ], + "Pay": [ + "Paiement" + ], + "Withdraw": [ + "Retrait" + ], + "This provider has reported an error": [ + "Ce prestataire a signalé une erreur" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "Il y a un conflit avec une autre sauvegarde du %1$s" + ], + "Backup is not readable": [ + "Sauvegarde non lisible" + ], + "Unknown backup problem: %1$s": [ + "Problème inconnu de sauvegarde : %1$s" + ], + "service paid": [ + "service payé" + ], + "Backup valid until": [ + "Sauvegarde valide jusqu'à" + ], + "Cancel": [ + "Annuler" + ], + "Open pay page": [ + "Ouvrir la page de paiement" + ], + "Open refund page": [ + "Ouvrir la page de remboursement" + ], + "Open withdraw page": [ + "Ouvrir la page de retrait" + ], + "Your wallet is empty.": [ + "" + ], + "Get digital cash": [ + "Obtenir de l'argent numérique" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "Impossible de charger le solde du dépôt" + ], + "Receive": [ + "Reçu" + ], + "Send %1$s": [ + "Envoyé %1$s" + ], + "This page has a withdrawal action.": [ + "Cette page comporte une action de retrait." + ], + "This page has pay action.": [ + "Cette page comporte une action de paiement." + ], + "This page has a refund action.": [ + "Cette page comporte une action de remboursement." + ], + "This page has a add exchange action.": [ + "Cette page comporte une action de remboursement." + ], + "Open add exchange page": [ + "Ajouter un prestataire de services de paiement" + ], + "This page has an add contact action.": [ + "Cette page comporte une action de remboursement." + ], + "Open add contact page": [ + "Ouvrir la page de paiement" + ], + "Taler Action": [ + "Action de Taler" + ], + "This page has a malformed taler uri.": [ + "Cette page contient une URI Taler mal formée." + ], + "Dismiss": [ + "Rejeter" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "ce popup est fermé et vous êtes redirigé vers %1$s" + ], + "Could not load purchase proposal details": [ + "Impossible de charger les détails de la proposition d'achat" + ], + "Order Id": [ + "Identifiant de la commande" + ], + "Summary": [ + "Résumé" + ], + "Amount": [ + "Montant" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "Nom du commerçant" + ], + "Merchant jurisdiction": [ + "Juridiction du commerçant" + ], + "Merchant address": [ + "Adresse du commerçant" + ], + "Merchant logo": [ + "Logo du commerçant" + ], + "Merchant website": [ + "Site web du commerçant" + ], + "Merchant email": [ + "Email du commerçant" + ], + "Merchant public key": [ + "Clé publique du commerçant" + ], + "Created at": [ + "Créé à" + ], + "Refund deadline": [ + "Date limite de remboursement" + ], + "Auto refund": [ + "Remboursement automatique" + ], + "Pay deadline": [ + "Délai de paiement" + ], + "Fulfillment URL": [ + "URL du service de traitement des commandes" + ], + "Fulfillment message": [ + "Message après exécution" + ], + "Max deposit fee": [ + "Frais de dépôt maximum" + ], + "Exchanges": [ + "Prestataire de paiement" + ], + "Could not load the status of the term of service": [ + "Impossible de charger la liste des transactions" + ], + "Select one option": [ + "Sélectionnez une option" + ], + "Show terms of service": [ + "Afficher les Conditions Générales d'Utilisation" + ], + "I accept the exchange terms of service": [ + "J'accepte les Conditions Générales d'Utilisation de l'exchange" + ], + "Review exchange terms of service": [ + "Consulter les conditions d'utilisation de l'exchange" + ], + "The exchange doesn't have a terms of service.": [ + "Exchange n&apos;a pas de conditions d&apos;utilisation" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "Langage actuel" + ], + "The exchange replied with a empty terms of service": [ + "L'exchange a répondu avec des conditions d'utilisations vides" + ], + "No terms of service. The exchange replied with a empty document": [ + "L'exchange a répondu avec des conditions d'utilisations vides" + ], + "No terms of service. The exchange replied with a empty text": [ + "L'exchange a répondu avec des conditions d'utilisations vides" + ], + "Download Terms of Service": [ + "Télécharger les conditions d'utilisation" + ], + "Hide terms of service": [ + "Cacher les conditions d'utilisation" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "Compte bancaire" + ], + "Bitcoin address": [ + "Adresse Bitcoin" + ], + "BIC/IBAN": [ + "IBAN" + ], + "IBAN": [ + "IBAN" + ], + "Bitcoin transfer details": [ + "Details du transfer de Bitcoins" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "L'exchange a besoin d'une transaction avec 3 sorties, une sortie est le compte de l'exchange et les deux autres sont de fausses adresses segwit pour les métadonnées avec un montant minimal." + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "Dans le portefeuille bitcoincore, utilisez le bouton &apos;Add Recipient&apos ; pour ajouter deux destinataires supplémentaires et copier les adresses et les montants" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "Assurez-vous que le montant indique %1$s BTC, sinon vous devez changer l'unité pour le BTC" + ], + "Ethereum transfer details": [ + "Détails du virement bancaire" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "Détails du virement bancaire" + ], + "Account": [ + "Compte" + ], + "Bank host": [ + "Serveur de la banque" + ], + "BIC": [ + "" + ], + "Exchange": [ + "Exchange" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "Référence" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "Nom du bénéficiaire" + ], + "Receiver postal code": [ + "Nom du bénéficiaire" + ], + "Receiver town": [ + "Nom du bénéficiaire" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "Impossible de charger les informations relatives à la transaction" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "Cette transaction n’est pas finalisée" + ], + "Retry": [ + "Réessayer" + ], + "There was an error trying to complete the transaction.": [ + "Une erreur s'est produite lors de l'exécution de la transaction" + ], + "This transaction was aborted.": [ + "Cette transaction n’est pas finalisée" + ], + "This transaction failed.": [ + "Cette transaction n’est pas finalisée" + ], + "Caution!": [ + "Attention !" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "Si vous avez déjà transféré de l'argent à l'exchange, vous ne pourrez pas récupérer les pièces." + ], + "Confirm": [ + "Confirmer" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "Retrait" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "Détails" + ], + "Withdrawal incomplete.": [ + "Retrait" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "Si vous avez déjà transféré de l'argent à l'exchange, vous ne pourrez pas récupérer les pièces." + ], + "Payment": [ + "Paiement" + ], + "Refunds": [ + "Remboursements" + ], + "%1$s %2$s on %3$s .": [ + "%1$s %2$s sur %3$s" + ], + "Refund is in progress.": [ + "Le remboursement est en cours." + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "Le commerçant a créé un remboursement pour cette commande, mais il n'a pas été prélevé automatiquement." + ], + "Offer": [ + "Offre" + ], + "Accept": [ + "Accepter" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "Commerçant" + ], + "Invoice ID": [ + "Identifiant de la facture" + ], + "Deposit": [ + "Dépôt" + ], + "Wire transfer deadline.": [ + "Details du transfer de Bitcoins" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "Détails du virement bancaire" + ], + "Wire transfer in progress.": [ + "Le remboursement est en cours." + ], + "Refresh": [ + "Actualiser" + ], + "Refund": [ + "Remboursement" + ], + "Purchase summary": [ + "Récapitulatif des achats" + ], + "Credit": [ + "Crédit" + ], + "Invoice": [ + "Facture" + ], + "URI": [ + "URI" + ], + "Debit": [ + "Débit" + ], + "Transfer": [ + "Transfert" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "Dénomination" + ], + "Denomination vanished.": [ + "Dénomination" + ], + "Denomination is unoffered.": [ + "Dénomination" + ], + "Fees": [ + "" + ], + "Total": [ + "Total" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "Frais maximums" + ], + "Price": [ + "Prix" + ], + "Subtotal": [ + "Total" + ], + "Refunded": [ + "Remboursée" + ], + "Transfer identification": [ + "Opérations de transfert" + ], + "copy": [ + "copier" + ], + "hide qr": [ + "cacher le code QR" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "afficher le code QR" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "Serveur de la banque" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "La banque a confirmé le virement bancaire. En attente de l'envoi des pièces par l'exchange" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "L'exchange est prêt pour le retrait" + ], + "Send &nbsp; %1$s": [ + "Envoyer &nbsp; %1$s" + ], + "Pay &nbsp; %1$s": [ + "Payer &nbsp; %1$s" + ], + "Merchant message": [ + "Message du commerçant" + ], + "Balance is not enough.": [ + "Votre solde actuel est insuffisant." + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "Payer avec un téléphone portable" + ], + "Hide QR": [ + "Cacher le code QR" + ], + "Scan the QR code or &nbsp; %1$s": [ + "Scannez le code QR ou &nbsp; %1$s" + ], + "click here": [ + "Cliquez pour afficher" + ], + "Could not load the payment and balance status": [ + "Impossible de charger l’état du paiement" + ], + "Purchase": [ + "Achat" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "Expire dans" + ], + "Already paid, you are going to be redirected to %1$s": [ + "Déjà payé, vous allez être redirigé vers %1$s" + ], + "Already paid": [ + "Déjà payé" + ], + "Already claimed": [ + "Déjà réclamé" + ], + "Could not load the refund status": [ + "Impossible de charger l’état du remboursement" + ], + "You&apos;ve ignored the refund.": [ + "Vous avez ignoré le pourboire." + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "Le commerçant &quot;%1$s&quot; vous propose un remboursement." + ], + "Order amount": [ + "Montant de la commande" + ], + "Could not load the list of exchanges": [ + "Impossible de charger la liste de l'exchange" + ], + "Could not load info from URI": [ + "Impossible d'obtenir les informations de l'URI" + ], + "Could not load the withdrawal details": [ + "Impossible de charger les détails de la proposition d'achat" + ], + "under %1$s": [ + "Envoyé %1$s" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "Impossible de charger les frais de l'exchange" + ], + "Close": [ + "Fermer" + ], + "There is no exchange available for currency %1$s": [ + "Votre solde est insuffisant pour effectuer un dépôt dans la devise %1$s" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "Description des frais de service" + ], + "Select %1$s exchange": [ + "Sélectionnez le prestataire de services de paiement %1$s" + ], + "Reset": [ + "Réinitialisation" + ], + "Use this exchange": [ + "Utiliser ce prestataire de services de paiement" + ], + "Auditors": [ + "Auditeurs" + ], + "Doesn&apos;t have auditors": [ + "N'a pas d'auditeurs" + ], + "currency": [ + "devise" + ], + "Coin operations": [ + "Opérations sur les pièces" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "Chaque opération de cette section peut être différente par la valeur de la dénomination et est valide pour une certaine période. L'exchange prélèvera le montant indiqué chaque fois qu'une pièce est utilisée dans le cadre de cette opération." + ], + "Deposits": [ + "Dépôts" + ], + "Denomination": [ + "Dénomination" + ], + "Current": [ + "Devise" + ], + "Selected": [ + "" + ], + "Until": [ + "Jusqu'à" + ], + "Withdrawals": [ + "Retraits" + ], + "Transfer operations": [ + "Opérations de transfert" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "Chaque opération décrite dans cette section peut être différente selon le type de transfert et est valable pour une période donnée. L'exchange facturera le montant indiqué à chaque fois qu'un transfert sera effectué." + ], + "Operation": [ + "Opération" + ], + "Fee": [ + "Frais" + ], + "Wallet operations": [ + "Opérations du portefeuille" + ], + "Feature": [ + "Fonctionnalité" + ], + "Currency": [ + "Devise" + ], + "This operation has already been completed.": [ + "Cette transaction n’est pas finalisée" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "Impossible de terminer le retrait" + ], + "this page": [ + "Ouvrir la page de conseils" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "Aucun exchange de configuré" + ], + "Age restriction": [ + "Restriction d'âge" + ], + "Withdraw &nbsp; %1$s": [ + "Retirer&nbsp;%1$s" + ], + "Withdraw to a mobile phone": [ + "Retrait vers un téléphone portable" + ], + "Short description of the invoice": [ + "Préciser la destination de l'argent" + ], + "Create": [ + "Créer" + ], + "Short description of the transfer": [ + "Préciser la destination de l'argent" + ], + "Could not load the invoice payment status": [ + "Impossible de charger l’état du paiement" + ], + "Receive &nbsp; %1$s": [ + "Recevoir &nbsp; %1$s" + ], + "Could not load known bank accounts": [ + "Impossible de charger l’état du paiement" + ], + "Could not load supported wire methods": [ + "Impossible de charger les prestataires de sauvegarde" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "Vers un autre portefeuille" + ], + "Known accounts for %1$s": [ + "Ajouter un compte bancaire pour %1$s" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "Impossible d'ajouter ce compte" + ], + "Add": [ + "Ajouter" + ], + "IBAN accounts": [ + "Ajouter un compte" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "Compte" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "Sélectionner un compte" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "Compte bancaire" + ], + "Address": [ + "Lignes de l'adresse" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "Compte bancaire" + ], + "Taler Bank": [ + "Action de Taler" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "Impossible de charger les informations de récupération de sauvegarde" + ], + "Could not load fee for amount %1$s": [ + "Impossible de charger l’état du remboursement" + ], + "A currency or an amount should be indicated": [ + "Une devise ou un montant doit être indiqué" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "Votre solde est insuffisant pour effectuer un dépôt dans la devise %1$s" + ], + "Send %1$s to your account": [ + "Envoyer %1$s sur votre compte" + ], + "There is no account to make a deposit for currency %1$s": [ + "Il n'y a pas de compte vers lequel effectuer un dépôt dans la devise %1$s" + ], + "Add account": [ + "Ajouter un compte" + ], + "Select account": [ + "Sélectionner un compte" + ], + "Manage accounts": [ + "Compte bancaire" + ], + "Brut amount": [ + "Montant de la commande" + ], + "Deposit fee": [ + "Frais de dépôt" + ], + "Net amount": [ + "Montant de la commande" + ], + "Deposit&nbsp;%1$s %2$s": [ + "Dépôt&nbsp;%1$s %2$s" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "Le remboursement est en cours." + ], + "Executing refund...": [ + "Remboursement automatique" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "Le remboursement est en cours." + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "Transfert d'argent numérique" + ], + "Waiting to be received": [ + "À recevoir" + ], + "Denomination expired": [ + "Dénomination" + ], + "Denomination vanished": [ + "Dénomination" + ], + "Denomination unoffered": [ + "Dénomination" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "Impossible de charger la liste des transactions" + ], + "unknown scope": [ + "" + ], + "Send": [ + "Envoyer" + ], + "Your transaction history is empty for this currency.": [ + "L'historique de vos transactions est vide pour cette devise." + ], + "Review terms of service": [ + "Consulter les conditions d'utilisation" + ], + "Provider URL": [ + "URL du prestataire" + ], + "Please review and accept this provider&apos;s terms of service": [ + "Veuillez consulter et accepter les conditions générales d'utilisation de ce prestataire de service" + ], + "Pricing": [ + "Tarification" + ], + "free of charge": [ + "gratuit" + ], + "%1$s per year of service": [ + "%1$s par année de service" + ], + "Storage": [ + "Stockage" + ], + "%1$s megabytes of storage per year of service": [ + "%1$s mégaoctets de stockage par année de service" + ], + "Accept terms of service": [ + "Accepter les conditions générales d'utilisation" + ], + "Add backup provider": [ + "Ajouter un prestataire de service de sauvegarde" + ], + "Backup providers may charge for their service": [ + "Les prestataires de service de sauvegarde peuvent facturer leur service" + ], + "URL": [ + "URL" + ], + "Name": [ + "Nom" + ], + "Next": [ + "Suivant" + ], + "Navigator": [ + "Navigateur" + ], + "Automatically open wallet": [ + "Ouvrir automatiquement le portefeuille en fonction du contenu de la page" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "Version" + ], + "Web Extension": [ + "Extension Web" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "Compatibilité de l'exchange" + ], + "Merchant compatibility": [ + "Compatibilité du système pour les commerçants" + ], + "Bank compatibility": [ + "Compatibilité du système bancaire" + ], + "Wallet Core compatibility": [ + "Compatibilité du système bancaire" + ], + "Enable developer mode": [ + "Mode dévelopeur" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "Affichage" + ], + "Current Language": [ + "Langage actuel" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "Plus d'options et d'informations utiles pour le débogage" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "Pas encore d'exchange" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "Accepter les conditions générales d'utilisation" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "Vous pouvez ouvrir le portefeuille GNU Taler en utilisant la combinaison %1$s ." + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "Vous pouvez également épingler le portefeuille GNU Taler à votre navigateur Chrome, ce qui vous permet d'y accéder rapidement sans clavier :" + ], + "Click the puzzle icon": [ + "Cliquez sur l'icône du puzzle" + ], + "Search for GNU Taler Wallet": [ + "Rechercher le portefeuille GNU Taler" + ], + "Click the pin icon": [ + "Cliquez sur l'icône de l'épingle" + ], + "Next Steps": [ + "Prochaines Etapes" + ], + "Try the demo": [ + "Essayez la démonstration" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "Solde" + ], + "Backup failed": [ + "Sauvegarde valide jusqu'à" + ], + "Transaction updated": [ + "Frais de transaction" + ], + "Exchange updated": [ + "Exchange" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "%1$s" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "Compte bancaire" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "Prochaines Etapes" + ], + "Error": [ + "" + ], + "Transaction": [ + "Frais de transaction" + ], + "No exchange yet": [ + "Pas encore d'exchange" + ], + "Status": [ + "état" + ], + "Terms of Service": [ + "Conditions d'utilisation" + ], + "Last Update": [ + "" + ], + "Actions": [ + "Action de Taler" + ], + "ok": [ + "ok" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "inconnu (le statut de l'échange doit être mis à jour)" + ], + "Reload": [ + "chargement" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "Oublier" + ], + "Debug tools": [ + "Outils de débogage" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "Voulez-vous DÉTRUIRE IRRÉVOCABLEMENT tout ce qui se trouve dans votre portefeuille et PERDRE TOUTES VOS PIÈCES ?" + ], + "reset": [ + "réinitialiser" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "TEST : Cela peut supprimer toutes vos pièces, procédez avec prudence" + ], + "run gc": [ + "exécuter gc" + ], + "import database": [ + "Importer une base de données" + ], + "export database": [ + "exporter la base de donnée" + ], + "Clear exchange key cache": [ + "Pas encore d'exchange" + ], + "Database exported at %1$s %2$s to download": [ + "Base de données exportée à %1$s %2$s pour être téléchargée" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "Prestataire de paiement" + ], + "Add an exchange": [ + "Ajouter un exchange" + ], + "Log levels": [ + "" + ], + "Coins": [ + "Pièces" + ], + "usable coins": [ + "pièces utilisables" + ], + "id": [ + "N°" + ], + "denom": [ + "dénomination" + ], + "status": [ + "état" + ], + "from refresh?": [ + "depuis une actualisation ?" + ], + "age key count": [ + "nombre de clés d'age" + ], + "spent coins": [ + "pièces dépensées" + ], + "click to show": [ + "Cliquez pour afficher" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "L'URI n'est pas valide. Une URI Tale dois démarrer par `taler://`" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "Le commerçant vous offre un pourboire" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "Scannez un code QR ou entrez une URI de la forme taler :// ci-dessous" + ], + "Pay invoice": [ + "Facture numérique" + ], + "Withdrawal from bank": [ + "Retrait" + ], + "Claim refund": [ + "Déjà remboursé" + ], + "Accept payment": [ + "Accepter" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "Retrait vers un téléphone portable" + ], + "Add exchange": [ + "Ajouter un prestataire de services de paiement" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "Ajouter un compte" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "Impossible de trouver un exchange pour la devise %1$s" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "Le commerçant vous offre un pourboire" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "Impossible de charger les frais de l'exchange" + ], + "Choose a currency to proceed or add another exchange": [ + "Choisissez une devise pour continuer ou ajoutez un autre exchange" + ], + "Known currencies": [ + "Devises connues" + ], + "Specify the origin": [ + "Précisez l'origine de l'argent" + ], + "Use previous origins:": [ + "Utilisez les origines précédentes :" + ], + "From another bank account": [ + "Depuis mon compte en banque" + ], + "From another wallet": [ + "Depuis un autre portefeuille" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "" + ], + "Specify the destination": [ + "Préciser la destination de l'argent" + ], + "Use previous destinations:": [ + "Utilisez les destinations précédentes :" + ], + "To another bank account": [ + "Vers mon compte en banque" + ], + "To another wallet": [ + "Vers un autre portefeuille" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "Clé publique du commerçant" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "Annuler" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "valeur" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "Dénomination" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "valeur" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "ancien" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "Opération" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "Devise" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "Chargement" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "réinitialiser" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "Chargement" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "Langage actuel" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "Paiement" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "Conseil" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "Conseil" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "Langage actuel" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "Impossible de charger les frais de l'exchange" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "%1$s" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "Dénomination" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "Opérations en cours" + ], + "Could not load the transfer payment status": [ + "Impossible de charger l’état du paiement" + ], + "Could not load the status of the order template": [ + "Impossible de charger la liste des transactions" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "Cliquez sur l'icône du puzzle" + ], + "Could not parse the recovery URI": [ + "Impossible d'analyser l'URI payto" + ], + "Try another URI": [ + "Essayez-en un autre" + ], + "Import backup, show info": [ + "Importer la sauvegarde, afficher les informations" + ], + "Add new exchange": [ + "Ajouter un nouvel échange" + ], + "Add exchange for %1$s": [ + "Ajouter un exchange pour %1$s" + ], + "Enter the URL of an exchange you trust.": [ + "Entrez l'URL d'un exchange auquel vous faites confiance." + ], + "An exchange has been found! Review the information and click next": [ + "Un exchange a été trouvé ! Vérifiez les informations et cliquez sur Suivant" + ], + "This exchange is already in your list.": [ + "L'exchange est prêt pour le retrait" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "Cet exchange ne correspond pas à la devise demandée %1$s" + ], + "No exchange found in that URL.": [ + "Aucun exchange trouvé pour %1$s" + ], + "loading": [ + "chargement" + ], + "Version": [ + "Version" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "URL de l'exchange" + ], + "Add new contact": [ + "Ajoutez un autre compte" + ], + "Enter the details of a contact you trust.": [ + "Entrez l'URL d'un exchange auquel vous faites confiance." + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "Adresse Bitcoin" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "Impossible de charger la liste des transactions" + ], + "Source": [ + "" + ], + "Send Cash": [ + "Envoyé %1$s" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "Impossible de charger les informations de récupération de sauvegarde" + ], + "Could not load the list of messages": [ + "Impossible de charger la liste des échanges connus" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "Date" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "copier" + ], + "hide uri": [ + "cacher le code QR" + ], + "show uri": [ + "afficher le code QR" + ], + "Fetch messages": [ + "Message du commerçant" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "Pas encore d'exchange" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "Impossible de trouver un exchange pour la devise %1$s" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "Paiement en espèces numériques" + ], + "Digital cash refund": [ + "Remboursement en espèces numériques" + ], + "Digital cash withdrawal": [ + "Retrait d'argent numérique" + ], + "Digital cash deposit": [ + "Dépôt d'espèces numériques" + ], + "Digital cash invoice": [ + "Facture numérique" + ], + "Digital cash transfer": [ + "Transfert d'argent numérique" + ], + "Digital cash recovery": [ + "Récupération du portefeuille numérique" + ], + "Development experiment": [ + "Mode dévelopeur" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "Le diagnostic a expiré. Impossible de communiquer avec le backend du portefeuille." + ], + "Problems detected:": [ + "Problèmes détectés :" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "Veuillez vérifier dans vos paramètres %1$s que vous avez activé IndexedDB (vérifiez le nom de la préférence %2$s)." + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "La base de données de votre portefeuille est obsolète. Actuellement, la migration automatique n'est pas prise en charge. Veuillez vous rendre à %1$s pour réinitialiser la base de données du portefeuille." + ], + "here": [ + "" + ], + "Running diagnostics": [ + "Exécution des diagnostics" + ], + "Edit": [ + "Editer" + ], + "List of products": [ + "Liste des produits" + ], + "free": [ + "gratuit" + ], + "Could not get provider information": [ + "Il est impossible d'obtenir les informations du prestataire" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=(n!=1);", + "lang": "fr", + "completeness": 23 +}; + +strings['fi'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "fi" + }, + "Balance": [ + "Saldo" + ], + "Backup": [ + "Varmuuskopio" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "QR -lukija ja Taler URI" + ], + "Settings": [ + "Asetukset" + ], + "Dev tools": [ + "" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "Kauppiaan toimivalta" + ], + "%1$s": [ + "%1$s" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "ODOTTAVAT TOIMINNOT" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "Toimituspaikka" + ], + "Loading": [ + "Lataa" + ], + "Could not load backup providers": [ + "Varmuuskopion tarjoajia ei voitu ladata" + ], + "No backup providers configured": [ + "Varmuuskopion tarjoajia ei ole määritetty" + ], + "Add provider": [ + "Lisää palveluntarjoaja" + ], + "Sync all backups": [ + "Synkronoi kaikki varmuuskopiot" + ], + "Sync now": [ + "Synkronoi nyt" + ], + "Last synced": [ + "Viimeksi synkronoitu" + ], + "Not synced": [ + "Ei synkronoitu" + ], + "Expires in": [ + "Vanhenee" + ], + "show less": [ + "" + ], + "show more": [ + "" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "Virhe ladattaessa palveluntarjoajan tietoja kohteelle &quot; %1$s&quot;" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "Ei tunneta palveluntarjoajaa, jonka URL-osoite on &quot;%1$s&quot;." + ], + "See providers": [ + "Katso palveluntarjoajat" + ], + "Last backup": [ + "Viimeisin varmuuskopio" + ], + "Back up": [ + "Varmuuskopioi" + ], + "Provider fee": [ + "Palveluntarjoajan maksu" + ], + "per year": [ + "vuodessa" + ], + "Extend": [ + "Laajenna" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "ehdot ovat muuttuneet, palvelun laajentaminen tarkoittaa uusien käyttöehtojen hyväksymistä" + ], + "old": [ + "vanha" + ], + "new": [ + "uusi" + ], + "fee": [ + "maksu" + ], + "storage": [ + "tila" + ], + "Remove provider": [ + "Poista palveluntarjoaja" + ], + "Pay": [ + "" + ], + "Withdraw": [ + "" + ], + "This provider has reported an error": [ + "Tämä palveluntarjoaja on ilmoittanut virheestä" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "Ristiriita toisen varmuuskopion kanssa kohteesta %1$s" + ], + "Backup is not readable": [ + "Varmuuskopiota ei voi lukea" + ], + "Unknown backup problem: %1$s": [ + "Tuntematon varmuuskopiointi ongelma: %1$s" + ], + "service paid": [ + "palvelu maksettu" + ], + "Backup valid until": [ + "Varmuuskopio voimassa" + ], + "Cancel": [ + "Peruuta" + ], + "Open pay page": [ + "Avaa maksusivu" + ], + "Open refund page": [ + "Avaa hyvityssivu" + ], + "Open withdraw page": [ + "Avaa nostosivu" + ], + "Your wallet is empty.": [ + "" + ], + "Get digital cash": [ + "Hanki digitaalista käteistä" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "Ei voitu ladata saldosivua" + ], + "Receive": [ + "Vastaanottajan nimi" + ], + "Send %1$s": [ + "Lähetä %1$s" + ], + "This page has a withdrawal action.": [ + "Tällä sivulla on nosto toiminto." + ], + "This page has pay action.": [ + "Tällä sivulla on maksutoiminto." + ], + "This page has a refund action.": [ + "Tällä sivulla on hyvitys toiminto." + ], + "This page has a add exchange action.": [ + "Tällä sivulla on hyvitys toiminto." + ], + "Open add exchange page": [ + "Avaa hyvityssivu" + ], + "This page has an add contact action.": [ + "Tällä sivulla on hyvitys toiminto." + ], + "Open add contact page": [ + "Avaa maksusivu" + ], + "Taler Action": [ + "Taler toiminta" + ], + "This page has a malformed taler uri.": [ + "Tällä sivulla on väärin muotoiltu taler uri." + ], + "Dismiss": [ + "Hylkää" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "tämä ponnahdusikkuna suljetaan ja sinut ohjataan osoitteeseen %1$s" + ], + "Could not load purchase proposal details": [ + "Ostoehdotuksen tietoja ei voitu ladata" + ], + "Order Id": [ + "Tilausnumero" + ], + "Summary": [ + "Yhteenveto" + ], + "Amount": [ + "Summa" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "Kauppiaan nimi" + ], + "Merchant jurisdiction": [ + "Kauppiaan toimivalta" + ], + "Merchant address": [ + "Kauppiaan osoite" + ], + "Merchant logo": [ + "Kauppiaan logo" + ], + "Merchant website": [ + "Kauppiaan nettisivut" + ], + "Merchant email": [ + "Kauppiaan sähköposti" + ], + "Merchant public key": [ + "Kauppiaan julkinen avain" + ], + "Created at": [ + "Luotu" + ], + "Refund deadline": [ + "Palautuksen määräaika" + ], + "Auto refund": [ + "Automaattinen palautus" + ], + "Pay deadline": [ + "Maksun määräaika" + ], + "Fulfillment URL": [ + "Toteutus-URL" + ], + "Fulfillment message": [ + "Toteutusviesti" + ], + "Max deposit fee": [ + "Max talletusmaksu" + ], + "Exchanges": [ + "Vaihdot" + ], + "Could not load the status of the term of service": [ + "Tapahtumatietoja ei voitu ladata" + ], + "Select one option": [ + "" + ], + "Show terms of service": [ + "" + ], + "I accept the exchange terms of service": [ + "" + ], + "Review exchange terms of service": [ + "" + ], + "The exchange doesn't have a terms of service.": [ + "" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "" + ], + "The exchange replied with a empty terms of service": [ + "" + ], + "No terms of service. The exchange replied with a empty document": [ + "" + ], + "No terms of service. The exchange replied with a empty text": [ + "" + ], + "Download Terms of Service": [ + "" + ], + "Hide terms of service": [ + "" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "Pankkitili" + ], + "Bitcoin address": [ + "Bitcoin osoite" + ], + "BIC/IBAN": [ + "IBAN" + ], + "IBAN": [ + "IBAN" + ], + "Bitcoin transfer details": [ + "Bitcoin -siirron tiedot" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "Pörssi tarvitsee tapahtuman, jossa on 3 lähtöä, joista yksi on vaihtotili ja kaksi muuta ovat segwit fake -osoitteita metatiedoille vähimmäismäärällä." + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "Käytä bitcoincore-lompakossa &apos;Lisää vastaanottaja&apos; -painiketta lisätäksesi kaksi muuta vastaanottajaa ja kopioidaksesi osoitteet ja summat" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "Varmista, että summa näyttää %1$s BTC, muuten sinun on vaihdettava perusyksikkö BTC:ksi" + ], + "Ethereum transfer details": [ + "Pankkisiirtotiedot" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "Pankkisiirtotiedot" + ], + "Account": [ + "Tili" + ], + "Bank host": [ + "Pankin isäntä" + ], + "BIC": [ + "" + ], + "Exchange": [ + "" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "Aihe" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "Vastaanottajan nimi" + ], + "Receiver postal code": [ + "Vastaanottajan nimi" + ], + "Receiver town": [ + "Vastaanottajan nimi" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "Tapahtumatietoja ei voitu ladata" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "Tätä tapahtumaa ei ole suoritettu loppuun" + ], + "Retry": [ + "Yritä uudelleen" + ], + "There was an error trying to complete the transaction.": [ + "Tapahtuman suorittamisessa tapahtui virhe" + ], + "This transaction was aborted.": [ + "Tätä tapahtumaa ei ole suoritettu loppuun" + ], + "This transaction failed.": [ + "Tätä tapahtumaa ei ole suoritettu loppuun" + ], + "Caution!": [ + "Varoitus!" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "Jos olet jo siirtänyt rahaa vaihtoon, menetät mahdollisuuden saada kolikot siitä." + ], + "Confirm": [ + "Vahvista" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "Nosto" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "" + ], + "Withdrawal incomplete.": [ + "Nosto" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "Jos olet jo siirtänyt rahaa vaihtoon, menetät mahdollisuuden saada kolikot siitä." + ], + "Payment": [ + "" + ], + "Refunds": [ + "" + ], + "%1$s %2$s on %3$s .": [ + "" + ], + "Refund is in progress.": [ + "" + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "" + ], + "Offer": [ + "" + ], + "Accept": [ + "" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "" + ], + "Invoice ID": [ + "" + ], + "Deposit": [ + "" + ], + "Wire transfer deadline.": [ + "Bitcoin -siirron tiedot" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "Pankkisiirtotiedot" + ], + "Wire transfer in progress.": [ + "" + ], + "Refresh": [ + "" + ], + "Refund": [ + "" + ], + "Purchase summary": [ + "" + ], + "Credit": [ + "" + ], + "Invoice": [ + "" + ], + "URI": [ + "" + ], + "Debit": [ + "" + ], + "Transfer": [ + "" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "" + ], + "Denomination vanished.": [ + "" + ], + "Denomination is unoffered.": [ + "" + ], + "Fees": [ + "" + ], + "Total": [ + "" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "Max maksu" + ], + "Price": [ + "" + ], + "Subtotal": [ + "" + ], + "Refunded": [ + "" + ], + "Transfer identification": [ + "" + ], + "copy": [ + "" + ], + "hide qr": [ + "" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "Pankin isäntä" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "" + ], + "Send &nbsp; %1$s": [ + "Lähetä &nbsp; %1$s" + ], + "Pay &nbsp; %1$s": [ + "" + ], + "Merchant message": [ + "" + ], + "Balance is not enough.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "" + ], + "Hide QR": [ + "" + ], + "Scan the QR code or &nbsp; %1$s": [ + "" + ], + "click here": [ + "" + ], + "Could not load the payment and balance status": [ + "Talletuksen tilaa ei voitu ladata" + ], + "Purchase": [ + "" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "Vanhenee" + ], + "Already paid, you are going to be redirected to %1$s": [ + "" + ], + "Already paid": [ + "" + ], + "Already claimed": [ + "" + ], + "Could not load the refund status": [ + "Talletuksen tilaa ei voitu ladata" + ], + "You&apos;ve ignored the refund.": [ + "" + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "" + ], + "Order amount": [ + "" + ], + "Could not load the list of exchanges": [ + "Talletuksen tilaa ei voitu ladata" + ], + "Could not load info from URI": [ + "Ei voitu ladata saldosivua" + ], + "Could not load the withdrawal details": [ + "Ostoehdotuksen tietoja ei voitu ladata" + ], + "under %1$s": [ + "Lähetä %1$s" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "Ostoehdotuksen tietoja ei voitu ladata" + ], + "Close": [ + "" + ], + "There is no exchange available for currency %1$s": [ + "" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "" + ], + "Select %1$s exchange": [ + "" + ], + "Reset": [ + "" + ], + "Use this exchange": [ + "" + ], + "Auditors": [ + "Tilintarkastajat" + ], + "Doesn&apos;t have auditors": [ + "" + ], + "currency": [ + "" + ], + "Coin operations": [ + "" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "" + ], + "Deposits": [ + "" + ], + "Denomination": [ + "" + ], + "Current": [ + "" + ], + "Selected": [ + "" + ], + "Until": [ + "" + ], + "Withdrawals": [ + "" + ], + "Transfer operations": [ + "" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "" + ], + "Operation": [ + "" + ], + "Fee": [ + "Maksu" + ], + "Wallet operations": [ + "" + ], + "Feature": [ + "" + ], + "Currency": [ + "" + ], + "This operation has already been completed.": [ + "Tätä tapahtumaa ei ole suoritettu loppuun" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "" + ], + "this page": [ + "" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "" + ], + "Age restriction": [ + "" + ], + "Withdraw &nbsp; %1$s": [ + "" + ], + "Withdraw to a mobile phone": [ + "" + ], + "Short description of the invoice": [ + "" + ], + "Create": [ + "" + ], + "Short description of the transfer": [ + "" + ], + "Could not load the invoice payment status": [ + "Talletuksen tilaa ei voitu ladata" + ], + "Receive &nbsp; %1$s": [ + "" + ], + "Could not load known bank accounts": [ + "Ei voitu ladata saldosivua" + ], + "Could not load supported wire methods": [ + "Varmuuskopion tarjoajia ei voitu ladata" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "" + ], + "Known accounts for %1$s": [ + "" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "" + ], + "Add": [ + "Lisää" + ], + "IBAN accounts": [ + "Pankkitili" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "Tili" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "Pankkitili" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "Pankkitili" + ], + "Address": [ + "" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "Pankkitili" + ], + "Taler Bank": [ + "Taler toiminta" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "Tapahtumatietoja ei voitu ladata" + ], + "Could not load fee for amount %1$s": [ + "Talletuksen tilaa ei voitu ladata" + ], + "A currency or an amount should be indicated": [ + "" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "" + ], + "Send %1$s to your account": [ + "" + ], + "There is no account to make a deposit for currency %1$s": [ + "" + ], + "Add account": [ + "" + ], + "Select account": [ + "" + ], + "Manage accounts": [ + "Pankkitili" + ], + "Brut amount": [ + "Pankkitili" + ], + "Deposit fee": [ + "" + ], + "Net amount": [ + "Summa" + ], + "Deposit&nbsp;%1$s %2$s": [ + "" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "" + ], + "Executing refund...": [ + "Automaattinen palautus" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "" + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "" + ], + "Waiting to be received": [ + "Vastaanotettava" + ], + "Denomination expired": [ + "" + ], + "Denomination vanished": [ + "" + ], + "Denomination unoffered": [ + "" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "" + ], + "unknown scope": [ + "" + ], + "Send": [ + "Lähetä" + ], + "Your transaction history is empty for this currency.": [ + "" + ], + "Review terms of service": [ + "" + ], + "Provider URL": [ + "" + ], + "Please review and accept this provider&apos;s terms of service": [ + "" + ], + "Pricing": [ + "" + ], + "free of charge": [ + "" + ], + "%1$s per year of service": [ + "" + ], + "Storage": [ + "" + ], + "%1$s megabytes of storage per year of service": [ + "" + ], + "Accept terms of service": [ + "" + ], + "Add backup provider": [ + "" + ], + "Backup providers may charge for their service": [ + "" + ], + "URL": [ + "" + ], + "Name": [ + "" + ], + "Next": [ + "" + ], + "Navigator": [ + "" + ], + "Automatically open wallet": [ + "" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "" + ], + "Web Extension": [ + "" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "" + ], + "Merchant compatibility": [ + "" + ], + "Bank compatibility": [ + "" + ], + "Wallet Core compatibility": [ + "" + ], + "Enable developer mode": [ + "" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "" + ], + "Current Language": [ + "" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "" + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "" + ], + "Click the puzzle icon": [ + "" + ], + "Search for GNU Taler Wallet": [ + "" + ], + "Click the pin icon": [ + "" + ], + "Next Steps": [ + "" + ], + "Try the demo": [ + "" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "Saldo" + ], + "Backup failed": [ + "Varmuuskopio voimassa" + ], + "Transaction updated": [ + "Tätä tapahtumaa ei ole suoritettu loppuun" + ], + "Exchange updated": [ + "Vaihdot" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "%1$s" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "Pankkitili" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "" + ], + "Error": [ + "" + ], + "Transaction": [ + "Taler toiminta" + ], + "No exchange yet": [ + "" + ], + "Status": [ + "" + ], + "Terms of Service": [ + "" + ], + "Last Update": [ + "" + ], + "Actions": [ + "Taler toiminta" + ], + "ok": [ + "" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "" + ], + "Reload": [ + "" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "Unohda" + ], + "Debug tools": [ + "" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "" + ], + "reset": [ + "" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "" + ], + "run gc": [ + "" + ], + "import database": [ + "" + ], + "export database": [ + "" + ], + "Clear exchange key cache": [ + "" + ], + "Database exported at %1$s %2$s to download": [ + "" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "Vaihdot" + ], + "Add an exchange": [ + "" + ], + "Log levels": [ + "" + ], + "Coins": [ + "" + ], + "usable coins": [ + "" + ], + "id": [ + "" + ], + "denom": [ + "" + ], + "status": [ + "" + ], + "from refresh?": [ + "" + ], + "age key count": [ + "" + ], + "spent coins": [ + "" + ], + "click to show": [ + "" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "" + ], + "Pay invoice": [ + "Maksun määräaika" + ], + "Withdrawal from bank": [ + "Nosto" + ], + "Claim refund": [ + "Automaattinen palautus" + ], + "Accept payment": [ + "" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "" + ], + "Add exchange": [ + "" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "Ei voitu ladata saldosivua" + ], + "Choose a currency to proceed or add another exchange": [ + "" + ], + "Known currencies": [ + "" + ], + "Specify the origin": [ + "" + ], + "Use previous origins:": [ + "" + ], + "From another bank account": [ + "" + ], + "From another wallet": [ + "" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "" + ], + "Specify the destination": [ + "" + ], + "Use previous destinations:": [ + "" + ], + "To another bank account": [ + "Pankkitili" + ], + "To another wallet": [ + "" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "Kauppiaan julkinen avain" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "Peruuta" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "vanha" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "Lataa" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "Lataa" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "Tapahtumatietoja ei voitu ladata" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "%1$s" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "" + ], + "Could not load the transfer payment status": [ + "Talletuksen tilaa ei voitu ladata" + ], + "Could not load the status of the order template": [ + "Tapahtumatietoja ei voitu ladata" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "" + ], + "Could not parse the recovery URI": [ + "" + ], + "Try another URI": [ + "" + ], + "Import backup, show info": [ + "" + ], + "Add new exchange": [ + "" + ], + "Add exchange for %1$s": [ + "" + ], + "Enter the URL of an exchange you trust.": [ + "" + ], + "An exchange has been found! Review the information and click next": [ + "" + ], + "This exchange is already in your list.": [ + "" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "" + ], + "No exchange found in that URL.": [ + "" + ], + "loading": [ + "" + ], + "Version": [ + "" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "" + ], + "Add new contact": [ + "" + ], + "Enter the details of a contact you trust.": [ + "" + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "Bitcoin osoite" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "Talletuksen tilaa ei voitu ladata" + ], + "Source": [ + "" + ], + "Send Cash": [ + "Lähetä %1$s" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "" + ], + "Could not load the list of messages": [ + "Talletuksen tilaa ei voitu ladata" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "" + ], + "hide uri": [ + "" + ], + "show uri": [ + "" + ], + "Fetch messages": [ + "Toteutusviesti" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "" + ], + "Digital cash refund": [ + "" + ], + "Digital cash withdrawal": [ + "" + ], + "Digital cash deposit": [ + "Digitaalinen käteistalletus" + ], + "Digital cash invoice": [ + "Digitaalinen käteistalletus" + ], + "Digital cash transfer": [ + "" + ], + "Digital cash recovery": [ + "Digitaalinen käteistalletus" + ], + "Development experiment": [ + "" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "" + ], + "Problems detected:": [ + "" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "" + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "" + ], + "here": [ + "" + ], + "Running diagnostics": [ + "" + ], + "Edit": [ + "" + ], + "List of products": [ + "" + ], + "free": [ + "" + ], + "Could not get provider information": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "fi", + "completeness": 9 +}; + +strings['es'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "es" + }, + "Balance": [ + "Saldo" + ], + "Backup": [ + "Copia de seguridad" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "Lector QR y Taler URI" + ], + "Settings": [ + "Configuración" + ], + "Dev tools": [ + "Herramientas de desarrollo" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "Comisiones de transacción" + ], + "%1$s": [ + "%1$s" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "OPERACIONES PENDIENTES" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "No se pudo obtener la información de la URI payto" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "Operaciones de billetera" + ], + "Loading": [ + "Cargando" + ], + "Could not load backup providers": [ + "No se pudo cargar los proveedores de copias de seguridad" + ], + "No backup providers configured": [ + "No hay proveedores de copias de seguridad configurados" + ], + "Add provider": [ + "Agregar proveedor" + ], + "Sync all backups": [ + "Sincronizar todas las copias de seguridad" + ], + "Sync now": [ + "Sincronizar ahora" + ], + "Last synced": [ + "Ultima vez sincronizado" + ], + "Not synced": [ + "No sincronizado" + ], + "Expires in": [ + "Expira en" + ], + "show less": [ + "Mostrar QR" + ], + "show more": [ + "Mostrar QR" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "Hubo un error cargando los detalles del proveedor para \"%1$s\"" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "No hay proveedor conocido con la URL \"%1$s\"." + ], + "See providers": [ + "Ver proveedores" + ], + "Last backup": [ + "Última copia de seguridad" + ], + "Back up": [ + "Copia de seguridad" + ], + "Provider fee": [ + "Tarifa del proveedor" + ], + "per year": [ + "por año" + ], + "Extend": [ + "Extender" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "los términos han cambiado, extender el servicio implicará aceptar los nuevos términos de servicio" + ], + "old": [ + "viejo" + ], + "new": [ + "nuevo" + ], + "fee": [ + "tarifa" + ], + "storage": [ + "almacenamiento" + ], + "Remove provider": [ + "Eliminar proveedor" + ], + "Pay": [ + "Pago" + ], + "Withdraw": [ + "Retirar" + ], + "This provider has reported an error": [ + "Este proveedor ha reportado un error" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "Hay un conflicto con otra copia de seguridad de %1$s" + ], + "Backup is not readable": [ + "La copia de seguridad no es legible" + ], + "Unknown backup problem: %1$s": [ + "Problema de copia de seguridad desconocido: %1$s" + ], + "service paid": [ + "servicio pagado" + ], + "Backup valid until": [ + "Copia de seguridad válida hasta" + ], + "Cancel": [ + "Cancelar" + ], + "Open pay page": [ + "Abrir página de pago" + ], + "Open refund page": [ + "Abrir página de devolución" + ], + "Open withdraw page": [ + "Abrir página de retirada" + ], + "Your wallet is empty.": [ + "" + ], + "Get digital cash": [ + "Retirar dinero digital" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "No se pudo cargar el balance de depósito" + ], + "Receive": [ + "Recibo" + ], + "Send %1$s": [ + "Envíar %1$s" + ], + "This page has a withdrawal action.": [ + "Esta página tiene una acción de retirada." + ], + "This page has pay action.": [ + "Esta página tiene una acción de pago." + ], + "This page has a refund action.": [ + "Esta página tiene una acción de devolución." + ], + "This page has a add exchange action.": [ + "Esta página tiene una acción de devolución." + ], + "Open add exchange page": [ + "Agregar exchange" + ], + "This page has an add contact action.": [ + "Esta página tiene una acción de devolución." + ], + "Open add contact page": [ + "Abrir página de pago" + ], + "Taler Action": [ + "Acción Taler" + ], + "This page has a malformed taler uri.": [ + "Esta página tiene una URI de Taler malformada." + ], + "Dismiss": [ + "Descartar" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "Este popup está siendo cerrado y estás siendo redirigido a %1$s" + ], + "Could not load purchase proposal details": [ + "No se pudo cargar el detalle de la propuesta" + ], + "Order Id": [ + "Id de orden" + ], + "Summary": [ + "Resumen" + ], + "Amount": [ + "Monto" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "Comerciante" + ], + "Merchant jurisdiction": [ + "Jurisdicción" + ], + "Merchant address": [ + "Dirección del comerciante" + ], + "Merchant logo": [ + "Logo" + ], + "Merchant website": [ + "Siti web" + ], + "Merchant email": [ + "Correo electrónico" + ], + "Merchant public key": [ + "Clave pública" + ], + "Created at": [ + "Creado en" + ], + "Refund deadline": [ + "Plazo de reembolso" + ], + "Auto refund": [ + "Devolución automática" + ], + "Pay deadline": [ + "Plazo de pago" + ], + "Fulfillment URL": [ + "URL de cumplimiento" + ], + "Fulfillment message": [ + "Mensaje de éxito" + ], + "Max deposit fee": [ + "Máxima comisión de depósito" + ], + "Exchanges": [ + "Proveedor de servicios de pago" + ], + "Could not load the status of the term of service": [ + "No se pudo cargar la lista de transacciones" + ], + "Select one option": [ + "Seleccione una opción" + ], + "Show terms of service": [ + "Mostrar términos de servicio" + ], + "I accept the exchange terms of service": [ + "Yo acepto los términos de servicio del exchange" + ], + "Review exchange terms of service": [ + "Revisar los términos de servicio" + ], + "The exchange doesn't have a terms of service.": [ + "El exchange no tiene los términos de servicio" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "Lenguaje actual" + ], + "The exchange replied with a empty terms of service": [ + "El exchange respondió con unos términos de servicio vacíos" + ], + "No terms of service. The exchange replied with a empty document": [ + "El exchange respondió con unos términos de servicio vacíos" + ], + "No terms of service. The exchange replied with a empty text": [ + "El exchange respondió con unos términos de servicio vacíos" + ], + "Download Terms of Service": [ + "Descargar los términos de servicio" + ], + "Hide terms of service": [ + "Esconder los términos de servicio" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "Cuenta bancaria" + ], + "Bitcoin address": [ + "Dirección de Bitcoin" + ], + "BIC/IBAN": [ + "IBAN" + ], + "IBAN": [ + "IBAN" + ], + "Bitcoin transfer details": [ + "Detalle de transferencia Bitcoin" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "El exchange necesita una transacción con 3 salidas, una salida es hacia la cuenta del exchange y las otras dos son direcciones segwit falsas para metadata con el monto mínimo." + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "En la billetera bitcoincore usar el botón \"Agregar destinatario\" para agregar dos destinatarios y copiar las direcciones y montos" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "Asegurarse de que el monto muestre %1$s BTC, sino tendrá que cambiar la unidad a BTC" + ], + "Ethereum transfer details": [ + "Detalle de transferencia bancaria" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "Detalle de transferencia bancaria" + ], + "Account": [ + "Cuenta" + ], + "Bank host": [ + "Host del banco" + ], + "BIC": [ + "" + ], + "Exchange": [ + "Exchange" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "Asunto" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "Nombre del receptor" + ], + "Receiver postal code": [ + "Nombre del receptor" + ], + "Receiver town": [ + "Nombre del receptor" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "No se pudo cargar información de la transacción" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "Esta transacción no está completada" + ], + "Retry": [ + "Reintentar" + ], + "There was an error trying to complete the transaction.": [ + "Hubo un error intentando completar la transacción" + ], + "This transaction was aborted.": [ + "Esta transacción no está completada" + ], + "This transaction failed.": [ + "Esta transacción no está completada" + ], + "Caution!": [ + "Cuidado!" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "Si tú ya has transferido dinero al exchange, perderás la oportunidad de recibir las monedas desde este." + ], + "Confirm": [ + "Confirmar" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "Extracción" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "Detalles" + ], + "Withdrawal incomplete.": [ + "Extracción" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "Si tú ya has transferido dinero al exchange, perderás la oportunidad de recibir las monedas desde este." + ], + "Payment": [ + "Pago" + ], + "Refunds": [ + "Devoluciones" + ], + "%1$s %2$s on %3$s .": [ + "%1$s %2$s en %3$s" + ], + "Refund is in progress.": [ + "El proceso de devolución está en progreso." + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "El comerciante creó una devolución para esta orden pero no fue recogida automáticamente." + ], + "Offer": [ + "Oferta" + ], + "Accept": [ + "Aceptar" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "Merchant" + ], + "Invoice ID": [ + "Id de factura" + ], + "Deposit": [ + "Depósito" + ], + "Wire transfer deadline.": [ + "Detalle de transferencia Bitcoin" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "Detalle de transferencia bancaria" + ], + "Wire transfer in progress.": [ + "El proceso de devolución está en progreso." + ], + "Refresh": [ + "Actualizar" + ], + "Refund": [ + "Devolución" + ], + "Purchase summary": [ + "Resumen de compra" + ], + "Credit": [ + "Crédito" + ], + "Invoice": [ + "Factura" + ], + "URI": [ + "URI" + ], + "Debit": [ + "Débito" + ], + "Transfer": [ + "Transferencia" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "Operaciones" + ], + "Denomination vanished.": [ + "Operaciones" + ], + "Denomination is unoffered.": [ + "Operaciones" + ], + "Fees": [ + "" + ], + "Total": [ + "Total" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "Máxima comisión" + ], + "Price": [ + "Precio" + ], + "Subtotal": [ + "Total" + ], + "Refunded": [ + "Reembolsado" + ], + "Transfer identification": [ + "Operaciones de transferencia" + ], + "copy": [ + "Copiar" + ], + "hide qr": [ + "Esconder QR" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "Mostrar QR" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "Host del banco" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "El banco confirmó la transferencia. Esperando que el exchange envíe las monedas" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "El exchange está listo para la retirada" + ], + "Send &nbsp; %1$s": [ + "Envíar %1$s" + ], + "Pay &nbsp; %1$s": [ + "Pagar %1$s" + ], + "Merchant message": [ + "Mensaje del comerciante" + ], + "Balance is not enough.": [ + "Tu balance no es suficiente." + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "Pagar con un teléfono móvil" + ], + "Hide QR": [ + "Esconder QR" + ], + "Scan the QR code or &nbsp; %1$s": [ + "Escanear el código QR o %1$s" + ], + "click here": [ + "hacer clic para mostrar" + ], + "Could not load the payment and balance status": [ + "No se pudo cargar el estado del pago" + ], + "Purchase": [ + "Compra" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "Expira en" + ], + "Already paid, you are going to be redirected to %1$s": [ + "Ya pagado, estás siendo dirigido a %1$s" + ], + "Already paid": [ + "Ya pagado" + ], + "Already claimed": [ + "Ya reclamado" + ], + "Could not load the refund status": [ + "No se pudo cargar el estado de la devolución" + ], + "You&apos;ve ignored the refund.": [ + "" + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "El comerciante \"%1$s\" te está ofreciendo una devolución." + ], + "Order amount": [ + "Monto de la orden" + ], + "Could not load the list of exchanges": [ + "No se pudo cargar la lista de exchange" + ], + "Could not load info from URI": [ + "No se pudo obtener la información desde la URI" + ], + "Could not load the withdrawal details": [ + "No se pudo cargar el detalle de la propuesta" + ], + "under %1$s": [ + "Envíar %1$s" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "No se pudo cargar la comisión del exchange" + ], + "Close": [ + "Cerrar" + ], + "There is no exchange available for currency %1$s": [ + "No hay suficiente balance para hacer un depósito para la divisa %1$s" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "Descripción de comisión de servicio" + ], + "Select %1$s exchange": [ + "Seleccionar exchange %1$s" + ], + "Reset": [ + "Reiniciar" + ], + "Use this exchange": [ + "Usar este exchange" + ], + "Auditors": [ + "Auditores" + ], + "Doesn&apos;t have auditors": [ + "No tiene auditores" + ], + "currency": [ + "divisa" + ], + "Coin operations": [ + "Operaciones de moneda" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "Toda operación en esta sección puede ser diferente por valor de denominación y es válida por un período. El exchange cobrará el monto indicado cada vez que una es usada en dicha operación." + ], + "Deposits": [ + "Depósitos" + ], + "Denomination": [ + "Operaciones" + ], + "Current": [ + "Divisa" + ], + "Selected": [ + "" + ], + "Until": [ + "Hasta" + ], + "Withdrawals": [ + "Retiradas" + ], + "Transfer operations": [ + "Operaciones de transferencia" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "Toda operación en esta sección puede ser diferente por tipo de transacción y es válida por un período. El exchange cobrará el monto indicado cada vez que se haga una transferencia." + ], + "Operation": [ + "Operación" + ], + "Fee": [ + "Comisión" + ], + "Wallet operations": [ + "Operaciones de billetera" + ], + "Feature": [ + "Característica" + ], + "Currency": [ + "Divisa" + ], + "This operation has already been completed.": [ + "Esta transacción no está completada" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "No se pudo completar la operación de recolección" + ], + "this page": [ + "Usar este exchange" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "Sin exchange configurado" + ], + "Age restriction": [ + "Restricción de edad" + ], + "Withdraw &nbsp; %1$s": [ + "Retirar %1$s" + ], + "Withdraw to a mobile phone": [ + "Retirar con un teléfono móvil" + ], + "Short description of the invoice": [ + "Especificar el destino del dinero" + ], + "Create": [ + "Crear" + ], + "Short description of the transfer": [ + "Especificar el destino del dinero" + ], + "Could not load the invoice payment status": [ + "No se pudo cargar el estado del pago" + ], + "Receive &nbsp; %1$s": [ + "Recibir %1$s" + ], + "Could not load known bank accounts": [ + "No se pudo cargar el estado del pago" + ], + "Could not load supported wire methods": [ + "No se pudo cargar los proveedores de copias de seguridad" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "Hacia otra billetera" + ], + "Known accounts for %1$s": [ + "Agregar cuenta de banco para %1$s" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "No fue posible agregar esta cuenta" + ], + "Add": [ + "Agregar" + ], + "IBAN accounts": [ + "Agregar cuenta" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "Número IBAN de cuenta bancaria" + ], + "Account name": [ + "Cuenta" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "Seleccionar cuenta" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "Cuenta bancaria" + ], + "Address": [ + "Detalle de dirección" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "Cuenta bancaria" + ], + "Taler Bank": [ + "Acción Taler" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "Número IBAN de cuenta bancaria" + ], + "Could not load balance information": [ + "No se pudo cargar la información de recuperación de copia de seguridad" + ], + "Could not load fee for amount %1$s": [ + "No se pudo cargar el estado de la devolución" + ], + "A currency or an amount should be indicated": [ + "Se debería especificar una divisa o un monto" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "No hay suficiente balance para hacer un depósito para la divisa %1$s" + ], + "Send %1$s to your account": [ + "Enviar %1$s a tu cuenta" + ], + "There is no account to make a deposit for currency %1$s": [ + "No hay una cuenta para hacer un depósito para la divisa %1$s" + ], + "Add account": [ + "Agregar cuenta" + ], + "Select account": [ + "Seleccionar cuenta" + ], + "Manage accounts": [ + "Cuenta bancaria" + ], + "Brut amount": [ + "Monto de la orden" + ], + "Deposit fee": [ + "Comisión de depósito" + ], + "Net amount": [ + "Cantidad a depositar" + ], + "Deposit&nbsp;%1$s %2$s": [ + "Depositar %1$s %2$s" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "Esperando a que las monedas lleguen" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "El proceso de devolución está en progreso." + ], + "Executing refund...": [ + "Devolución automática" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "El proceso de devolución está en progreso." + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "Transferencia de dinero digital" + ], + "Waiting to be received": [ + "A recibir" + ], + "Denomination expired": [ + "Operaciones" + ], + "Denomination vanished": [ + "Operaciones" + ], + "Denomination unoffered": [ + "Operaciones" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "No se pudo cargar la lista de transacciones" + ], + "unknown scope": [ + "" + ], + "Send": [ + "Envíar" + ], + "Your transaction history is empty for this currency.": [ + "No hay historial para esta divisa." + ], + "Review terms of service": [ + "Revisar los términos de servicio" + ], + "Provider URL": [ + "URL del proveedor" + ], + "Please review and accept this provider&apos;s terms of service": [ + "Por favor revisa y acepta los términos de servicio del proveedor" + ], + "Pricing": [ + "Precios" + ], + "free of charge": [ + "Gratis" + ], + "%1$s per year of service": [ + "%1$s por año de servicio" + ], + "Storage": [ + "Alamcenamiento" + ], + "%1$s megabytes of storage per year of service": [ + "%1$s megabytes de almacenamiento por año de servicio" + ], + "Accept terms of service": [ + "Aceptar los términos de servicio" + ], + "Add backup provider": [ + "Agregar proveedor de copias de seguridad" + ], + "Backup providers may charge for their service": [ + "Los proveedores de copias de seguridad pueden cobrarte por su servicio" + ], + "URL": [ + "URL" + ], + "Name": [ + "Nombre" + ], + "Next": [ + "Siguiente" + ], + "Navigator": [ + "Navegador" + ], + "Automatically open wallet": [ + "Abrir automáticamente la billetera basada en el contenido de la página" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "Versión" + ], + "Web Extension": [ + "Web Extension" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "Compatibilidad con Exchange" + ], + "Merchant compatibility": [ + "Compatibilidad con Merchant" + ], + "Bank compatibility": [ + "Compatibilidad con Bank" + ], + "Wallet Core compatibility": [ + "Compatibilidad con Bank" + ], + "Enable developer mode": [ + "Modo desarrollador" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "Pantalla" + ], + "Current Language": [ + "Lenguaje actual" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "Más información y opciones útiles para depuración" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "Agregar exchange de todas maneras" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "Aceptar los términos de servicio" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "Puedes abrir GNU Taler Wallet usando la combinación %1$s." + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "También fijando GNU Taler Wallet a to navegador Chrome permite un acceso rápido sin el teclado:" + ], + "Click the puzzle icon": [ + "Haz click en el ícono de rompecabezas" + ], + "Search for GNU Taler Wallet": [ + "Busca \"GNU Taler Wallet\"" + ], + "Click the pin icon": [ + "Haz click en el ícono de fijar" + ], + "Next Steps": [ + "Próximos pasos" + ], + "Try the demo": [ + "Probar la demostración" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "Saldo" + ], + "Backup failed": [ + "Copia de seguridad válida hasta" + ], + "Transaction updated": [ + "Comisiones de transacción" + ], + "Exchange updated": [ + "Comisión del exchange" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "%1$s" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "Número IBAN de cuenta bancaria" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "Próximos pasos" + ], + "Error": [ + "Error: %1$s" + ], + "Transaction": [ + "Comisiones de transacción" + ], + "No exchange yet": [ + "No hay exchanges todavía" + ], + "Status": [ + "estado" + ], + "Terms of Service": [ + "Términos de servicio" + ], + "Last Update": [ + "" + ], + "Actions": [ + "Acción Taler" + ], + "ok": [ + "ok" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "desconocido (el estado del exchange debería actualizarse)" + ], + "Reload": [ + "cargando" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "Olvidar" + ], + "Debug tools": [ + "Herramientas de desarrollo" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "Quieres DESTRUIR IRREVOCABLEMENTE todo dentro de tu billetera y PERDER TODAS TUS MONEDAS?" + ], + "reset": [ + "Reiniciar" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "TESTING: Esto puede borrar todas tus monedas, proceder con precaución" + ], + "run gc": [ + "Ejecutar GC" + ], + "import database": [ + "importar base de datos" + ], + "export database": [ + "exportar base de datos" + ], + "Clear exchange key cache": [ + "No hay exchanges todavía" + ], + "Database exported at %1$s %2$s to download": [ + "Base de datos exportada a %1$s %2$s para descargar" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "Proveedor de servicios de pago" + ], + "Add an exchange": [ + "Agregar un exchange" + ], + "Log levels": [ + "" + ], + "Coins": [ + "Monedas" + ], + "usable coins": [ + "monedas usables" + ], + "id": [ + "id" + ], + "denom": [ + "denominación" + ], + "status": [ + "estado" + ], + "from refresh?": [ + "desde refresco?" + ], + "age key count": [ + "cantidad de age key" + ], + "spent coins": [ + "monedas gastadas" + ], + "click to show": [ + "hacer clic para mostrar" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "El URI no es válido. Taler URI debería comenzar con `taler://`" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "Escanear un código QR o ingresar taler:// URI debajo" + ], + "Pay invoice": [ + "Factura digital" + ], + "Withdrawal from bank": [ + "Extracción" + ], + "Claim refund": [ + "Ya devuelto" + ], + "Accept payment": [ + "Aceptar" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "Retirar con un teléfono móvil" + ], + "Add exchange": [ + "Agregar exchange" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "Agregar cuenta" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "No se pudo encontrar ningún exchange para la divisa %1$s" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "No se pudo cargar la comisión del exchange" + ], + "Choose a currency to proceed or add another exchange": [ + "Elija una divisa para proceder o agregue otro exchange" + ], + "Known currencies": [ + "Divisas conocidas" + ], + "Specify the origin": [ + "Especificar el origen del dinero" + ], + "Use previous origins:": [ + "Usar un origen previo:" + ], + "From another bank account": [ + "Desde mi cuenta de banco" + ], + "From another wallet": [ + "Desde otra billetera" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "Ingresar URI" + ], + "Specify the destination": [ + "Especificar el destino del dinero" + ], + "Use previous destinations:": [ + "Usar destinos previos:" + ], + "To another bank account": [ + "Hacia mi cuenta de banco" + ], + "To another wallet": [ + "Hacia otra billetera" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "Estado del reembolso" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "Clave pública" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "Cancelar" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "valor" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "Operaciones" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "valor" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "viejo" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "Operación" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "Divisa" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "Cargando" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "Reiniciar" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "Cargando" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "Lenguaje actual" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "Pago" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "Propina" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "Propina" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "Lenguaje actual" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "No se pudo cargar la comisión del exchange" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "Ignorar" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "%1$s" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "Operaciones" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "Operaciones pendientes" + ], + "Could not load the transfer payment status": [ + "No se pudo cargar el estado del pago" + ], + "Could not load the status of the order template": [ + "No se pudo cargar la lista de transacciones" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "Haz click en el ícono de rompecabezas" + ], + "Could not parse the recovery URI": [ + "No se pudo obtener la información de la URI payto" + ], + "Try another URI": [ + "Intentar otro" + ], + "Import backup, show info": [ + "Importar copia de seguridad, mostrar información" + ], + "Add new exchange": [ + "Agregar nuevo exchange" + ], + "Add exchange for %1$s": [ + "Agregar exchange para %1$s" + ], + "Enter the URL of an exchange you trust.": [ + "Ingresar la URL de un exchange en el que confíes." + ], + "An exchange has been found! Review the information and click next": [ + "Un exchange ha sido encontrado! Revisa la información y haz clic en siguiente" + ], + "This exchange is already in your list.": [ + "El exchange está listo para la retirada" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "Este exchange no coincide con la divisa %1$s esperada" + ], + "No exchange found in that URL.": [ + "No se encontró exchange para %1$s" + ], + "loading": [ + "cargando" + ], + "Version": [ + "Versión" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "URL del proveedor" + ], + "Add new contact": [ + "Agregar otra cuenta" + ], + "Enter the details of a contact you trust.": [ + "Ingresar la URL de un exchange en el que confíes." + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "Dirección de Bitcoin" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "No se pudo cargar la lista de transacciones" + ], + "Source": [ + "" + ], + "Send Cash": [ + "Envíar %1$s" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "No se pudo cargar la información de recuperación de copia de seguridad" + ], + "Could not load the list of messages": [ + "No se pudo cargar la lista de exchange conocidos" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "Fecha" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "Copiar" + ], + "hide uri": [ + "Esconder QR" + ], + "show uri": [ + "Mostrar QR" + ], + "Fetch messages": [ + "Mensaje del comerciante" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "No hay exchanges todavía" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "No se pudo encontrar ningún exchange para la divisa %1$s" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "Pago con dinero digital" + ], + "Digital cash refund": [ + "Devolución de dinero digital" + ], + "Digital cash withdrawal": [ + "Retirada de dinero digital" + ], + "Digital cash deposit": [ + "Depósito de dinero digital" + ], + "Digital cash invoice": [ + "Factura digital" + ], + "Digital cash transfer": [ + "Transferencia de dinero digital" + ], + "Digital cash recovery": [ + "Recuperación de billetera digital" + ], + "Development experiment": [ + "Modo desarrollador" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "El diagnóstico caducó. No nos pudimos comunicar con la billetera." + ], + "Problems detected:": [ + "Problemas detectados:" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "Por favor revisa en tu configuración %1$s que tienes IndexedDB habilitado (el nombre de la preferencia %2$s)." + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "La base de datos de la billetera expiró. Por ahora la migración automática no está soportada. Por favor dirijasé a %1$s para reiniciar la base de datos de la billetera." + ], + "here": [ + "" + ], + "Running diagnostics": [ + "Ejecutando diagnósticos" + ], + "Edit": [ + "Editar" + ], + "List of products": [ + "Lista de productos" + ], + "free": [ + "Gratis" + ], + "Could not get provider information": [ + "No se pudo conseguir la información del proveedor" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "es", + "completeness": 23 +}; + +strings['de'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "de" + }, + "Balance": [ + "Salden" + ], + "Backup": [ + "Backup" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "QR-Code-Leser und Taler URI" + ], + "Settings": [ + "Einstellungen" + ], + "Dev tools": [ + "Debugging-Tools" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "" + ], + "%1$s": [ + "%1$s" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "AUSSTEHENDE VORGÄNGE" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "Ausstehende Vorgänge" + ], + "Loading": [ + "Lädt Daten" + ], + "Could not load backup providers": [ + "Es wurden keine Backup-Anbieter gefunden" + ], + "No backup providers configured": [ + "Es wurden keine Backup-Anbieter konfiguriert" + ], + "Add provider": [ + "Anbieter hinzufügen" + ], + "Sync all backups": [ + "Synchronisiere alle Backups" + ], + "Sync now": [ + "Jetzt synchronisieren" + ], + "Last synced": [ + "Zuletzt synchronisiert" + ], + "Not synced": [ + "Nicht synchronisiert" + ], + "Expires in": [ + "Läuft ab in" + ], + "show less": [ + "" + ], + "show more": [ + "" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "Es gab einen Fehler beim Laden der Details des Backup-Anbieters &quot; %1$s&quot;" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "Kein Anbieter mit der URL &quot;%1$s&quot; gefunden." + ], + "See providers": [ + "Zahlungsdienste ansehen" + ], + "Last backup": [ + "Letztes Backup" + ], + "Back up": [ + "Backup ausführen" + ], + "Provider fee": [ + "Gebühr des Backup-Anbieters" + ], + "per year": [ + "pro Jahr" + ], + "Extend": [ + "Erweitern" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "Die AGB sind geändert worden, eine Weiternutzung des Diensts erfordert die Einwilligung in die neuen Allgemeinen Geschäftsbedingungen (AGB)" + ], + "old": [ + "alt" + ], + "new": [ + "neu" + ], + "fee": [ + "Gebühr" + ], + "storage": [ + "" + ], + "Remove provider": [ + "Anbieter entfernen" + ], + "Pay": [ + "Zahlung" + ], + "Withdraw": [ + "Abheben" + ], + "This provider has reported an error": [ + "Dieser Anbieter hat einen Fehler gemeldet" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "Es gibt einen Konflikt mit einem anderen Backup von %1$s" + ], + "Backup is not readable": [ + "Das Backup kann nicht gelesen werden" + ], + "Unknown backup problem: %1$s": [ + "Unbekanntes Problem mit dem Backup: %1$s" + ], + "service paid": [ + "" + ], + "Backup valid until": [ + "Backup gültig bis" + ], + "Cancel": [ + "Abbrechen" + ], + "Open pay page": [ + "Seite für Zahlungen aufrufen" + ], + "Open refund page": [ + "Seite für Rückerstattungen aufrufen" + ], + "Open withdraw page": [ + "Abhebeseite öffnen" + ], + "Your wallet is empty.": [ + "Ihre Geldbörse verzeichnet keine Vorkommnisse." + ], + "Get digital cash": [ + "Digitales Bargeld abheben" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "Der Einzahlungssaldo konnte nicht geladen werden" + ], + "Receive": [ + "Name des Begünstigten" + ], + "Send %1$s": [ + "%1$s übertragen" + ], + "This page has a withdrawal action.": [ + "Diese Seite bietet eine Abhebungsmöglichkeit." + ], + "This page has pay action.": [ + "Diese Seite verlangt eine Zahlung." + ], + "This page has a refund action.": [ + "Diese Seite verfügt über eine Rückerstattungsfunktion." + ], + "This page has a add exchange action.": [ + "Diese Seite verfügt über eine Rückerstattungsfunktion." + ], + "Open add exchange page": [ + "Seite für Rückerstattungen aufrufen" + ], + "This page has an add contact action.": [ + "Diese Seite verfügt über eine Rückerstattungsfunktion." + ], + "Open add contact page": [ + "Seite für Zahlungen aufrufen" + ], + "Taler Action": [ + "" + ], + "This page has a malformed taler uri.": [ + "Diese Seite weist eine fehlerhafte Taler-URI auf." + ], + "Dismiss": [ + "Verwerfen" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "Dieses Fenster wird geschlossen, Sie werden zu %1$s weitergeleitet" + ], + "Could not load purchase proposal details": [ + "Es war nicht möglich, die Details des Angebots zu laden" + ], + "Order Id": [ + "" + ], + "Summary": [ + "Zusammenfassung" + ], + "Amount": [ + "Betrag" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "Händlername" + ], + "Merchant jurisdiction": [ + "" + ], + "Merchant address": [ + "Händleradresse" + ], + "Merchant logo": [ + "Händlerlogo" + ], + "Merchant website": [ + "Händlerwebsite" + ], + "Merchant email": [ + "Emailadresse des Händlers" + ], + "Merchant public key": [ + "Public Key des Händlers" + ], + "Created at": [ + "Erstellungsdatum" + ], + "Refund deadline": [ + "Rückerstattungsfrist" + ], + "Auto refund": [ + "Automatische Rückerstattung" + ], + "Pay deadline": [ + "Zahlungsfrist" + ], + "Fulfillment URL": [ + "Adresse digitaler Dienstleistung (Fulfillment-URL)" + ], + "Fulfillment message": [ + "Fulfillment message (Nachricht an Zahlende über bereitgestelltes digitales Gut)" + ], + "Max deposit fee": [ + "" + ], + "Exchanges": [ + "Zahlungsdienstleister" + ], + "Could not load the status of the term of service": [ + "Konnte die Liste der Zahlungsdienstleister nicht laden" + ], + "Select one option": [ + "" + ], + "Show terms of service": [ + "Allgemeine Geschäftsbedingungen (AGB) anzeigen" + ], + "I accept the exchange terms of service": [ + "Ich akzeptiere die Allgemeinen Geschäftsbedingungen (AGB)" + ], + "Review exchange terms of service": [ + "Allgemeine Geschäftsbedingungen (AGB) ansehen" + ], + "The exchange doesn't have a terms of service.": [ + "Dieser Zahlungsdienstleister hat keine Allgemeinen Geschäftsbedingungen (AGB)" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "" + ], + "The exchange replied with a empty terms of service": [ + "Der Exchange wird mit Allgemeinen Geschäftsbedingungen ohne Inhalt antworten" + ], + "No terms of service. The exchange replied with a empty document": [ + "Der Exchange wird mit Allgemeinen Geschäftsbedingungen ohne Inhalt antworten" + ], + "No terms of service. The exchange replied with a empty text": [ + "Der Exchange wird mit Allgemeinen Geschäftsbedingungen ohne Inhalt antworten" + ], + "Download Terms of Service": [ + "Allgemeine Geschäftsbedingungen (AGB) herunterladen" + ], + "Hide terms of service": [ + "Allgemeine Geschäftsbedingungen (AGB) verstecken" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "Bankkonto" + ], + "Bitcoin address": [ + "Bitcoin Adresse" + ], + "BIC/IBAN": [ + "IBAN" + ], + "IBAN": [ + "IBAN" + ], + "Bitcoin transfer details": [ + "" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "" + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "" + ], + "Ethereum transfer details": [ + "Überweisungsdetails" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "Überweisungsdetails" + ], + "Account": [ + "Konto" + ], + "Bank host": [ + "Server der Bank (Bank host)" + ], + "BIC": [ + "" + ], + "Exchange": [ + "Zahlungsdienstleister" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "Verwendungszweck" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "Name des Begünstigten" + ], + "Receiver postal code": [ + "Name des Begünstigten" + ], + "Receiver town": [ + "Name des Begünstigten" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "Information zu der Transaktion konnten nicht geladen werden" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "Diese Transaktion ist nicht abgeschlossen" + ], + "Retry": [ + "Erneut versuchen" + ], + "There was an error trying to complete the transaction.": [ + "Es kam zu einem Fehler bei der Finalisierung der Transaktion" + ], + "This transaction was aborted.": [ + "Diese Transaktion ist nicht abgeschlossen" + ], + "This transaction failed.": [ + "Diese Transaktion ist nicht abgeschlossen" + ], + "Caution!": [ + "Achtung!" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "" + ], + "Confirm": [ + "Eingeben" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "Abhebung" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "Detail-Angaben" + ], + "Withdrawal incomplete.": [ + "Abhebung" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "" + ], + "Payment": [ + "Zahlung" + ], + "Refunds": [ + "" + ], + "%1$s %2$s on %3$s .": [ + "%1$s %2$s über %3$s" + ], + "Refund is in progress.": [ + "" + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "" + ], + "Offer": [ + "" + ], + "Accept": [ + "" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "" + ], + "Invoice ID": [ + "" + ], + "Deposit": [ + "" + ], + "Wire transfer deadline.": [ + "Überweisungsdetails" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "Überweisungsdetails" + ], + "Wire transfer in progress.": [ + "" + ], + "Refresh": [ + "" + ], + "Refund": [ + "Rückerstattung" + ], + "Purchase summary": [ + "" + ], + "Credit": [ + "Guthaben" + ], + "Invoice": [ + "" + ], + "URI": [ + "" + ], + "Debit": [ + "" + ], + "Transfer": [ + "Überweisung" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "" + ], + "Denomination vanished.": [ + "" + ], + "Denomination is unoffered.": [ + "" + ], + "Fees": [ + "" + ], + "Total": [ + "" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "Höchster Gebührenbetrag" + ], + "Price": [ + "Preis" + ], + "Subtotal": [ + "" + ], + "Refunded": [ + "Rückerstattet" + ], + "Transfer identification": [ + "" + ], + "copy": [ + "Kopieren" + ], + "hide qr": [ + "" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "Server der Bank (Bank host)" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "Der Zahlungsdienstleister ist für Abhebungen verfügbar" + ], + "Send &nbsp; %1$s": [ + "" + ], + "Pay &nbsp; %1$s": [ + "" + ], + "Merchant message": [ + "" + ], + "Balance is not enough.": [ + "Das Guthaben reicht nicht aus." + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "" + ], + "Hide QR": [ + "" + ], + "Scan the QR code or &nbsp; %1$s": [ + "" + ], + "click here": [ + "Klicken zum Anzeigen" + ], + "Could not load the payment and balance status": [ + "Der Einzahlungssaldo konnte nicht geladen werden" + ], + "Purchase": [ + "" + ], + "This purchase is age restricted.": [ + "" + ], + "Expires at": [ + "Läuft ab in" + ], + "Already paid, you are going to be redirected to %1$s": [ + "" + ], + "Already paid": [ + "" + ], + "Already claimed": [ + "" + ], + "Could not load the refund status": [ + "Konnte den Status der Erstattung nicht laden" + ], + "You&apos;ve ignored the refund.": [ + "" + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "Der Verkäufer %1$s bietet Ihnen eine Rückerstattung an." + ], + "Order amount": [ + "" + ], + "Could not load the list of exchanges": [ + "Konnte die Liste der Zahlungsdienstleister nicht laden" + ], + "Could not load info from URI": [ + "Konnte nichts laden" + ], + "Could not load the withdrawal details": [ + "Es war nicht möglich, die Details des Angebots zu laden" + ], + "under %1$s": [ + "%1$s übertragen" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "Konnte die Gebühren des Zahlungsdiensts nicht laden" + ], + "Close": [ + "Schließen" + ], + "There is no exchange available for currency %1$s": [ + "" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "" + ], + "Select %1$s exchange": [ + "" + ], + "Reset": [ + "Zurücksetzen" + ], + "Use this exchange": [ + "" + ], + "Auditors": [ + "Auditor" + ], + "Doesn&apos;t have auditors": [ + "" + ], + "currency": [ + "Währung" + ], + "Coin operations": [ + "" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "" + ], + "Deposits": [ + "Auszahlungen" + ], + "Denomination": [ + "" + ], + "Current": [ + "Währung" + ], + "Selected": [ + "" + ], + "Until": [ + "" + ], + "Withdrawals": [ + "Abhebungen" + ], + "Transfer operations": [ + "" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "" + ], + "Operation": [ + "" + ], + "Fee": [ + "Gebühr" + ], + "Wallet operations": [ + "" + ], + "Feature": [ + "" + ], + "Currency": [ + "Währung" + ], + "This operation has already been completed.": [ + "Diese Transaktion ist nicht abgeschlossen" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "" + ], + "this page": [ + "" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "" + ], + "Age restriction": [ + "Altersbeschränkung" + ], + "Withdraw &nbsp; %1$s": [ + "Abhebung von &nbsp; %1$s" + ], + "Withdraw to a mobile phone": [ + "" + ], + "Short description of the invoice": [ + "" + ], + "Create": [ + "Anlegen" + ], + "Short description of the transfer": [ + "" + ], + "Could not load the invoice payment status": [ + "Konnte den Status der Einzahlung nicht laden" + ], + "Receive &nbsp; %1$s": [ + "" + ], + "Could not load known bank accounts": [ + "Der Einzahlungssaldo konnte nicht geladen werden" + ], + "Could not load supported wire methods": [ + "Es wurden keine Backup-Anbieter gefunden" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "Von einem anderen Wallet" + ], + "Known accounts for %1$s": [ + "" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "" + ], + "Add": [ + "Hinzufügen" + ], + "IBAN accounts": [ + "Bankkonto" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "Konto" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "Bankkonto" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "Bankkonto" + ], + "Address": [ + "" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "Bankkonto" + ], + "Taler Bank": [ + "" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "Es konnten keine Backup-Wiederherstellungsinformationen geladen werden" + ], + "Could not load fee for amount %1$s": [ + "Konnte den Status der Erstattung nicht laden" + ], + "A currency or an amount should be indicated": [ + "" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "" + ], + "Send %1$s to your account": [ + "" + ], + "There is no account to make a deposit for currency %1$s": [ + "" + ], + "Add account": [ + "" + ], + "Select account": [ + "" + ], + "Manage accounts": [ + "Bankkonto" + ], + "Brut amount": [ + "Bankkonto" + ], + "Deposit fee": [ + "" + ], + "Net amount": [ + "Betrag" + ], + "Deposit&nbsp;%1$s %2$s": [ + "Einzahlung von &nbsp;%1$s %2$s" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "" + ], + "Executing refund...": [ + "Automatische Rückerstattung" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "" + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "Übertragung von e-Geld" + ], + "Waiting to be received": [ + "" + ], + "Denomination expired": [ + "" + ], + "Denomination vanished": [ + "" + ], + "Denomination unoffered": [ + "" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "" + ], + "unknown scope": [ + "" + ], + "Send": [ + "Überweisen" + ], + "Your transaction history is empty for this currency.": [ + "" + ], + "Review terms of service": [ + "Allgemeine Geschäftsbedingungen (AGB) ansehen" + ], + "Provider URL": [ + "" + ], + "Please review and accept this provider&apos;s terms of service": [ + "" + ], + "Pricing": [ + "" + ], + "free of charge": [ + "" + ], + "%1$s per year of service": [ + "" + ], + "Storage": [ + "" + ], + "%1$s megabytes of storage per year of service": [ + "" + ], + "Accept terms of service": [ + "" + ], + "Add backup provider": [ + "" + ], + "Backup providers may charge for their service": [ + "" + ], + "URL": [ + "URL" + ], + "Name": [ + "Name" + ], + "Next": [ + "Nächste Seite" + ], + "Navigator": [ + "" + ], + "Automatically open wallet": [ + "" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "Version" + ], + "Web Extension": [ + "" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "" + ], + "Merchant compatibility": [ + "" + ], + "Bank compatibility": [ + "" + ], + "Wallet Core compatibility": [ + "" + ], + "Enable developer mode": [ + "Entwicklermodus" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "" + ], + "Current Language": [ + "" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "Allgemeine Geschäftsbedingungen (AGB) ansehen" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "" + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "" + ], + "Click the puzzle icon": [ + "" + ], + "Search for GNU Taler Wallet": [ + "" + ], + "Click the pin icon": [ + "" + ], + "Next Steps": [ + "" + ], + "Try the demo": [ + "" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "Salden" + ], + "Backup failed": [ + "Backup gültig bis" + ], + "Transaction updated": [ + "Diese Transaktion ist nicht abgeschlossen" + ], + "Exchange updated": [ + "Zahlungsdienstleister" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "%1$s" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "Bankkonto" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "Nächste Seite" + ], + "Error": [ + "" + ], + "Transaction": [ + "" + ], + "No exchange yet": [ + "" + ], + "Status": [ + "" + ], + "Terms of Service": [ + "Allgemeine Geschäftsbedingungen (AGB) herunterladen" + ], + "Last Update": [ + "" + ], + "Actions": [ + "" + ], + "ok": [ + "OK" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "" + ], + "Reload": [ + "Lädt Daten" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "Vergessen" + ], + "Debug tools": [ + "Debugging-Tools" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "Möchten Sie alle Werte Ihres Wallets UNWIDERRUFLICH ZERSTÖREN und ALLE IHRE MÜNZEN VERLIEREN?" + ], + "reset": [ + "zurücksetzen" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "" + ], + "run gc": [ + "" + ], + "import database": [ + "Datenbank importieren" + ], + "export database": [ + "Datenbank exportieren" + ], + "Clear exchange key cache": [ + "" + ], + "Database exported at %1$s %2$s to download": [ + "" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "Zahlungsdienstleister" + ], + "Add an exchange": [ + "" + ], + "Log levels": [ + "" + ], + "Coins": [ + "" + ], + "usable coins": [ + "Münzen verfügbar zur Verwendung" + ], + "id": [ + "" + ], + "denom": [ + "" + ], + "status": [ + "" + ], + "from refresh?": [ + "" + ], + "age key count": [ + "" + ], + "spent coins": [ + "" + ], + "click to show": [ + "Klicken zum Anzeigen" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "" + ], + "Pay invoice": [ + "Zahlungsfrist" + ], + "Withdrawal from bank": [ + "Abhebung" + ], + "Claim refund": [ + "Automatische Rückerstattung" + ], + "Accept payment": [ + "Bezahlung bestätigen" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "" + ], + "Add exchange": [ + "" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "Konnte die Gebühren des Zahlungsdiensts nicht laden" + ], + "Choose a currency to proceed or add another exchange": [ + "" + ], + "Known currencies": [ + "" + ], + "Specify the origin": [ + "" + ], + "Use previous origins:": [ + "" + ], + "From another bank account": [ + "Von meinem Bankkonto" + ], + "From another wallet": [ + "Von einem anderen Wallet" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "URI eingeben" + ], + "Specify the destination": [ + "" + ], + "Use previous destinations:": [ + "" + ], + "To another bank account": [ + "Von meinem Bankkonto" + ], + "To another wallet": [ + "" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "Public Key des Händlers" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "Abbrechen" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "Wert" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "Wert" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "alt" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "Währung" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "Lädt Daten" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "zurücksetzen" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "Lädt Daten" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "Zahlung" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "Konnte die Gebühren des Zahlungsdiensts nicht laden" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "%1$s" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "Ausstehende Vorgänge" + ], + "Could not load the transfer payment status": [ + "Konnte den Status der Erstattung nicht laden" + ], + "Could not load the status of the order template": [ + "Information zu der Transaktion konnten nicht geladen werden" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "" + ], + "Could not parse the recovery URI": [ + "" + ], + "Try another URI": [ + "URI eingeben" + ], + "Import backup, show info": [ + "" + ], + "Add new exchange": [ + "" + ], + "Add exchange for %1$s": [ + "" + ], + "Enter the URL of an exchange you trust.": [ + "" + ], + "An exchange has been found! Review the information and click next": [ + "" + ], + "This exchange is already in your list.": [ + "Der Zahlungsdienstleister ist für Abhebungen verfügbar" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "" + ], + "No exchange found in that URL.": [ + "" + ], + "loading": [ + "Lädt Daten" + ], + "Version": [ + "Version" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "URL des Zahlungsdienstleisters (Exchange-URL)" + ], + "Add new contact": [ + "" + ], + "Enter the details of a contact you trust.": [ + "" + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "Bitcoin Adresse" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "Konnte die Liste der Zahlungsdienstleister nicht laden" + ], + "Source": [ + "" + ], + "Send Cash": [ + "%1$s übertragen" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "Es konnten keine Backup-Wiederherstellungsinformationen geladen werden" + ], + "Could not load the list of messages": [ + "Konnte die Liste der Zahlungsdienstleister nicht laden" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "Datum" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "Kopieren" + ], + "hide uri": [ + "" + ], + "show uri": [ + "" + ], + "Fetch messages": [ + "Fulfillment message (Nachricht an Zahlende über bereitgestelltes digitales Gut)" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "" + ], + "Digital cash refund": [ + "Erstattung von e-Geld" + ], + "Digital cash withdrawal": [ + "Abhebung von digitalem Bargeld" + ], + "Digital cash deposit": [ + "" + ], + "Digital cash invoice": [ + "Übertragung von e-Geld" + ], + "Digital cash transfer": [ + "Übertragung von e-Geld" + ], + "Digital cash recovery": [ + "Übertragung von e-Geld" + ], + "Development experiment": [ + "Entwicklermodus" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "Die Diagnostik ist abgeschlossen. Es war keine Kommunikation mit dem Wallet-Backend möglich." + ], + "Problems detected:": [ + "Ein Problem wurde festgestellt:" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "Bitte prüfen Sie in Ihren %1$s-Einstellungen, dass Sie IndexedDB aktiviert haben, und überprüfen Sie %2$s." + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "Die Datenbank des Wallets ist veraltet. Aktuell wird jedoch keine Migration auf eine neue Version unterstützt. Bitte wählen Sie %1$s zum Zurücksetzen der Wallet-Datenbank." + ], + "here": [ + "" + ], + "Running diagnostics": [ + "Diagnostik wird durchgeführt" + ], + "Edit": [ + "Bearbeiten" + ], + "List of products": [ + "" + ], + "free": [ + "" + ], + "Could not get provider information": [ + "" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "de", + "completeness": 13 +}; + +strings['ca'] = { + "locale_data": { + "messages": { + "": { + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "ca" + }, + "Balance": [ + "Saldo" + ], + "Backup": [ + "Còpia de seguretat" + ], + "Notifications": [ + "" + ], + "QR Reader and Taler URI": [ + "Lector QR i URI del Taler" + ], + "Settings": [ + "Configuració" + ], + "Dev tools": [ + "Eines de depuració" + ], + "Contacts": [ + "" + ], + "Mailbox": [ + "" + ], + "Search transactions": [ + "Comissions de transacció" + ], + "%1$s": [ + "%1$s" + ], + "KYC requirement": [ + "" + ], + "PENDING OPERATIONS": [ + "OPERACIONS PENDENTS" + ], + "Error was thrown trying to: \"%1$s\"": [ + "" + ], + "Could not open the wallet database. Firefox is known to run into this problem under \"permanent private mode\".": [ + "" + ], + "Could not open the wallet database.": [ + "No s'ha pogut processar l'URI «payto»" + ], + "Unexpected request error, code: %1$s": [ + "" + ], + "more info": [ + "" + ], + "wrap text": [ + "" + ], + "copy content": [ + "" + ], + "less info": [ + "" + ], + "Retry operation": [ + "Operacions de la cartera" + ], + "Loading": [ + "Carregant" + ], + "Could not load backup providers": [ + "No s'han pogut carregar els proveïdors de la còpia de seguretat" + ], + "No backup providers configured": [ + "No s'han configurat proveïdors de la còpia de seguretat" + ], + "Add provider": [ + "Afegir proveïdor" + ], + "Sync all backups": [ + "Sincronitzar les còpies de seguretat" + ], + "Sync now": [ + "Sincronitzar ara" + ], + "Last synced": [ + "Darrera sincronització" + ], + "Not synced": [ + "No sincronitzat" + ], + "Expires in": [ + "Caduca en" + ], + "show less": [ + "mostrar QR" + ], + "show more": [ + "mostrar QR" + ], + "There was an error loading the provider detail for &quot;%1$s&quot;": [ + "Hi ha hagut un error carregant els detalls del proveïdor per a &quot; %1$s&quot;" + ], + "There is not known provider with url &quot;%1$s&quot;.": [ + "No hi ha cap proveïdor conegut amb l'URL &quot;%1$s&quot;." + ], + "See providers": [ + "Veure proveïdors" + ], + "Last backup": [ + "Última còpia de seguretat" + ], + "Back up": [ + "Fer una còpia de seguretat" + ], + "Provider fee": [ + "Comissió de proveïdor" + ], + "per year": [ + "per any" + ], + "Extend": [ + "Estendre" + ], + "terms has changed, extending the service will imply accepting the new terms of service": [ + "Els termes han canviat, estendre el servei implicarà acceptar els nous termes d'ús" + ], + "old": [ + "antic" + ], + "new": [ + "nou" + ], + "fee": [ + "comissió" + ], + "storage": [ + "emmagatzematge" + ], + "Remove provider": [ + "Eliminar proveïdor" + ], + "Pay": [ + "Pagament" + ], + "Withdraw": [ + "Retirar" + ], + "This provider has reported an error": [ + "Aquest proveïdor ha reportat un error" + ], + "There is conflict with another backup from &quot;%1$s&quot;": [ + "Hi ha hagut un conflicte amb una altra còpia de seguretat de %1$s" + ], + "Backup is not readable": [ + "La còpia de seguretat no és llegible" + ], + "Unknown backup problem: %1$s": [ + "Problema desconegut amb la còpia de seguretat: %1$s" + ], + "service paid": [ + "servei pagat" + ], + "Backup valid until": [ + "Còpia de seguretat vàlida fins" + ], + "Cancel": [ + "Cancel·lar" + ], + "Open pay page": [ + "Obrir pàgina de pagament" + ], + "Open refund page": [ + "Obrir pàgina de reemborsament" + ], + "Open withdraw page": [ + "Obrir pàgina de retirada" + ], + "Your wallet is empty.": [ + "" + ], + "Get digital cash": [ + "Obtenir efectiu digital" + ], + "Try the demo bank and withdraw test money.": [ + "" + ], + "Could not load the balance": [ + "No s'ha pogut carregar el saldo del dipòsit" + ], + "Receive": [ + "Rebut" + ], + "Send %1$s": [ + "Enviar %1$s" + ], + "This page has a withdrawal action.": [ + "Aquesta pàgina té una acció de retirada." + ], + "This page has pay action.": [ + "Aquesta pàgina té una acció de pagament." + ], + "This page has a refund action.": [ + "Aquesta pàgina té una acció de reemborsament." + ], + "This page has a add exchange action.": [ + "Aquesta pàgina té una acció de reemborsament." + ], + "Open add exchange page": [ + "Afegir proveïdor" + ], + "This page has an add contact action.": [ + "Aquesta pàgina té una acció de propina." + ], + "Open add contact page": [ + "Obrir pàgina de pagament" + ], + "Taler Action": [ + "Acció de Taler" + ], + "This page has a malformed taler uri.": [ + "Aquesta pàgina té una URI de Taler mal formada." + ], + "Dismiss": [ + "Descartar" + ], + "this popup is being closed and you are being redirected to %1$s": [ + "Aquest missatge emergent s'està tancant i t'estem redirigint a %1$s" + ], + "Could not load purchase proposal details": [ + "No s'han pogut carregar els detalls de petició de compra" + ], + "Order Id": [ + "Identificador de sol·licitud" + ], + "Summary": [ + "Resum" + ], + "Amount": [ + "Quantitat" + ], + "Choices": [ + "" + ], + "This purchase have %1$s choices": [ + "" + ], + "Merchant name": [ + "Nom del comerciant" + ], + "Merchant jurisdiction": [ + "Jurisdicció del comerciant" + ], + "Merchant address": [ + "Adreça del comerciant" + ], + "Merchant logo": [ + "Logotip del comerciant" + ], + "Merchant website": [ + "Pàgina web del comerciant" + ], + "Merchant email": [ + "Correu electrònic del comerciant" + ], + "Merchant public key": [ + "Clau pública del comerciant" + ], + "Created at": [ + "Creat a" + ], + "Refund deadline": [ + "Data límit de reemborsament" + ], + "Auto refund": [ + "Reemborsament automàtic" + ], + "Pay deadline": [ + "Data límit per pagar" + ], + "Fulfillment URL": [ + "URL de compliment" + ], + "Fulfillment message": [ + "Missatge de compliment" + ], + "Max deposit fee": [ + "Comissió màxima de dipòsit" + ], + "Exchanges": [ + "Proveïdors de servei de pagament" + ], + "Could not load the status of the term of service": [ + "No s'ha pogut carregar la llista de transaccions" + ], + "Select one option": [ + "Selecciona una opció" + ], + "Show terms of service": [ + "Mostrar termes del servei" + ], + "I accept the exchange terms of service": [ + "Accepto els termes del servei" + ], + "Review exchange terms of service": [ + "Revisar termes de servei del proveïdor" + ], + "The exchange doesn't have a terms of service.": [ + "El proveïdor no té termes de servei" + ], + "Skip it for now.": [ + "" + ], + "Format": [ + "" + ], + "Language": [ + "Llengua actual" + ], + "The exchange replied with a empty terms of service": [ + "El proveïdor ha contestat amb termes de servei buits" + ], + "No terms of service. The exchange replied with a empty document": [ + "El proveïdor ha contestat amb termes de servei buits" + ], + "No terms of service. The exchange replied with a empty text": [ + "El proveïdor ha contestat amb termes de servei buits" + ], + "Download Terms of Service": [ + "Descarregar termes de servei" + ], + "Hide terms of service": [ + "Amager termes de servei" + ], + "Amount is not valid": [ + "" + ], + "Bank account": [ + "Compte bancari" + ], + "Bitcoin address": [ + "Adreça de Bitcoin" + ], + "BIC/IBAN": [ + "IBAN" + ], + "IBAN": [ + "IBAN" + ], + "Bitcoin transfer details": [ + "Detalls de transferència Bitcoin" + ], + "The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount.": [ + "El proveïdor de servei de pagament necessita una transacció amb tres «outputs»/sortides: una sortida és el compte del proveïdor del servei i les altres dues són adreces «segwit» falses per a metadades amb un import mínim." + ], + "In bitcoincore wallet use &apos;Add Recipient&apos; button to add two additional recipient and copy addresses and amounts": [ + "A la cartera bitcoincore utilitza el botó &apos;Add Recipient&apos; (afegir recipient) per afegir dos destinataris i copiar les adreces i imports" + ], + "Make sure the amount show %1$s BTC, else you have to change the base unit to BTC": [ + "Assegura't que l'import mostri %1$s BTC; si no, has de canviar la unitat base a BTC" + ], + "Ethereum transfer details": [ + "Detalls de la transferència bancària" + ], + "You need to wire to the service provider account.": [ + "" + ], + "Make sure the amount show %1$s ETH": [ + "" + ], + "Bank transfer details": [ + "Detalls de la transferència bancària" + ], + "Account": [ + "Compte" + ], + "Bank host": [ + "Servidor del banc" + ], + "BIC": [ + "" + ], + "Exchange": [ + "Proveïdor de canvi" + ], + "Reserve Pub": [ + "" + ], + "Step 1:": [ + "" + ], + "Copy this code and paste it into the subject/purpose field in your banking app or bank website": [ + "" + ], + "Subject": [ + "Concepte" + ], + "Step 2:": [ + "" + ], + "If you don't already have it in your banking favourites list, then copy and paste this IBAN and the name into the receiver fields in your banking app or website": [ + "" + ], + "Receiver name": [ + "Nom del beneficiari" + ], + "Receiver postal code": [ + "Nom del beneficiari" + ], + "Receiver town": [ + "Nom del beneficiari" + ], + "Step 3:": [ + "" + ], + "Finish the wire transfer setting the amount in your banking app or website, then this withdrawal will proceed automatically.": [ + "" + ], + "Make sure ALL data is correct, including the subject; otherwise, the money will not arrive in this wallet. You can use the copy buttons (%1$s) to prevent typing errors or the \"payto://\" URI below to copy just one value.": [ + "" + ], + "Alternative if your bank already supports PayTo URI, you can use this %1$s link instead": [ + "" + ], + "Continue with banking app or website": [ + "" + ], + "Show QR code": [ + "" + ], + "Could not load transaction information": [ + "No s'ha pogut carregar la informació de la transacció" + ], + "Bank account confirmation required for the transaction to complete.": [ + "" + ], + "KYC check required for the transaction to complete.": [ + "" + ], + "No additional information has been provided.": [ + "" + ], + "Follow this link to the%1$s %2$s": [ + "" + ], + "This transaction is pending to complete.": [ + "Aquesta transacció no està completada" + ], + "Retry": [ + "Reintentar" + ], + "There was an error trying to complete the transaction.": [ + "Hi ha hagut un error intentant completar la transacció" + ], + "This transaction was aborted.": [ + "Aquesta transacció no està completada" + ], + "This transaction failed.": [ + "Aquesta transacció no està completada" + ], + "Caution!": [ + "Compte!" + ], + "If you have already wired money to the exchange you will loose the chance to get the coins form it.": [ + "Si ja has enviat diners per transferència (per cable) al proveïdor, perdràs la oportunitat d'aconseguir-ne les monedes." + ], + "Confirm": [ + "Confirmar" + ], + "Doing a cancellation while the transaction still active might result in lost coins. Do you still want to cancel the transaction?": [ + "" + ], + "No": [ + "" + ], + "Yes": [ + "" + ], + "Abort": [ + "" + ], + "Resume": [ + "" + ], + "Suspend": [ + "" + ], + "Delete": [ + "" + ], + "Withdrawal": [ + "Retirada" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Select one of the accounts and use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Now the payment service provider is waiting for %1$s to be transferred. Use the information below to complete the operation by making a wire transfer from your bank account.": [ + "" + ], + "Details": [ + "Detalls" + ], + "Withdrawal incomplete.": [ + "Retirada" + ], + "If you have already sent money to the service provider account it will wire it back at %1$s": [ + "Si ja has enviat diners per transferència (per cable) al proveïdor, perdràs la oportunitat d'aconseguir-ne les monedes." + ], + "Payment": [ + "Pagament" + ], + "Refunds": [ + "Reemborsaments" + ], + "%1$s %2$s on %3$s .": [ + "%1$s %2$s a %3$s" + ], + "Refund is in progress.": [ + "S'està processant el reemborsament." + ], + "Merchant created a refund for this order but was not automatically picked up.": [ + "El comerciant ha creat un reemborsament per a aquesta sol·licitud però no s'ha recollit automàticament." + ], + "Offer": [ + "Oferta" + ], + "Accept": [ + "Acceptar" + ], + "Confirmation code": [ + "" + ], + "Merchant": [ + "Comerciant" + ], + "Invoice ID": [ + "Identificador (ID) de factura" + ], + "Deposit": [ + "Dipòsit" + ], + "Wire transfer deadline.": [ + "Detalls de transferència Bitcoin" + ], + "Wire transfer still pending.": [ + "" + ], + "The service provider deadline to make the wire transfer is: %1$s": [ + "" + ], + "Wire transfer completed.": [ + "" + ], + " ": [ + "" + ], + "Transfer details": [ + "Detalls de la transferència bancària" + ], + "Wire transfer in progress.": [ + "S'està processant el reemborsament." + ], + "Refresh": [ + "Actualitzar" + ], + "Refund": [ + "Reemborsament" + ], + "Purchase summary": [ + "Resum de la compra" + ], + "Credit": [ + "Crèdit" + ], + "Invoice": [ + "Factura" + ], + "URI": [ + "URI" + ], + "Debit": [ + "Dèbit" + ], + "Transfer": [ + "Tranferència" + ], + "Lost": [ + "" + ], + "Reason": [ + "" + ], + "Denomination expired.": [ + "Denominació" + ], + "Denomination vanished.": [ + "Denominació" + ], + "Denomination is unoffered.": [ + "Denominació" + ], + "Fees": [ + "" + ], + "Total": [ + "Total" + ], + "Sent": [ + "" + ], + "Converted": [ + "" + ], + "Bank fee": [ + "Comissió màxima" + ], + "Price": [ + "Preu" + ], + "Subtotal": [ + "Total" + ], + "Refunded": [ + "Reemborsat" + ], + "Transfer identification": [ + "Operacions de transferència" + ], + "copy": [ + "copiar" + ], + "hide qr": [ + "amagar QR" + ], + "forward to contact": [ + "" + ], + "show qr": [ + "mostrar QR" + ], + "Wire transfer need a confirmation. Go to the %1$s and check wire transfer operation to exchange account is complete.": [ + "" + ], + "bank site": [ + "Servidor del banc" + ], + "Bank has confirmed the wire transfer. Waiting for the exchange to send the coins.": [ + "El banc ha confirmat la transferència (per cable). Esperant que el proveïdor enviï les monedes" + ], + "Exchange is ready to send the coins, withdrawal in progress.": [ + "El proveïdor està llest per a la retirada" + ], + "Send &nbsp; %1$s": [ + "Envia &nbsp; %1$s" + ], + "Pay &nbsp; %1$s": [ + "Pagar &nbsp; %1$s" + ], + "Merchant message": [ + "Missatge del comerciant" + ], + "Balance is not enough.": [ + "Actualment no tens prou saldo." + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which exchange and auditors the merchant trust.": [ + "" + ], + "Balance is not enough because merchant will just accept %1$s %2$s. To know more you can check which wire methods the merchant accepts.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to pay for this contract which is restricted.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s to spend right know. There are some coins that need to be refreshed.": [ + "" + ], + "Balance is not enough because you have %1$s %2$s available.": [ + "" + ], + "Provider is missing the global fee configuration, this likely means it is misconfigured.": [ + "" + ], + "Balance looks like it should be enough, but doesn't cover all fees requested by the merchant and payment processor. Please ensure there is at least %1$s %2$s more balance in your wallet or ask your merchant to cover more of the fees.": [ + "" + ], + "Pay with a mobile phone": [ + "Pagar amb un telèfon mòbil" + ], + "Hide QR": [ + "Amagar QR" + ], + "Scan the QR code or &nbsp; %1$s": [ + "Escanejar el codi QR o &nbsp; %1$s" + ], + "click here": [ + "clicar per a mostrar" + ], + "Could not load the payment and balance status": [ + "No s'ha pogut carregar l'estatus del pagament" + ], + "Purchase": [ + "Compra" + ], + "This purchase is age restricted.": [ + "Aquesta pàgina té una acció de propina." + ], + "Expires at": [ + "Caduca en" + ], + "Already paid, you are going to be redirected to %1$s": [ + "Ja s'ha pagat, seràs redirigit a %1$s" + ], + "Already paid": [ + "Ja s'ha pagat" + ], + "Already claimed": [ + "Ja s'ha reclamat" + ], + "Could not load the refund status": [ + "No s'ha pogut carregar l'estatus del reemborsament" + ], + "You&apos;ve ignored the refund.": [ + "Has ignorat la propina." + ], + "The merchant &quot;%1$s&quot; is offering you a refund.": [ + "El comerciant &quot;%1$s&quot; està oferint-te un reemborsament." + ], + "Order amount": [ + "Import de la sol·licitud" + ], + "Could not load the list of exchanges": [ + "No s'ha pogut carregar una llista de proveïdor" + ], + "Could not load info from URI": [ + "No s'ha pogut obtenir informació de l'URI" + ], + "Could not load the withdrawal details": [ + "No s'han pogut carregar els detalls de petició de compra" + ], + "under %1$s": [ + "Enviar %1$s" + ], + "should be greater than zero": [ + "" + ], + "can't be greater than %1$s": [ + "" + ], + "Could not load exchange details info": [ + "No s'han pogut carregar les comissions de canvi" + ], + "Close": [ + "Tancar" + ], + "There is no exchange available for currency %1$s": [ + "No hi ha prou saldo per fer el dipòsit amb la divisa %1$s" + ], + "You can add more exchanges from the settings.": [ + "" + ], + "Exchange %1$s is not available": [ + "" + ], + "Exchange status can view accessed from the settings.": [ + "" + ], + "Service fee description": [ + "Descripció de la comissió de servei" + ], + "Select %1$s exchange": [ + "Seleccionar proveïdor %1$s" + ], + "Reset": [ + "Resetejar" + ], + "Use this exchange": [ + "Utilitzar aquest proveïdor" + ], + "Auditors": [ + "Auditors" + ], + "Doesn&apos;t have auditors": [ + "No té auditors" + ], + "currency": [ + "divisa" + ], + "Coin operations": [ + "Operacions de moneda" + ], + "Every operation in this section may be different by denomination value and is valid for a period of time. The exchange will charge the indicated amount every time a coin is used in such operation.": [ + "Cada operació d'aquesta secció pot variar pel valor de la denominació i és vàlida per un període de temps limitat. El proveïdor cobrarà l'import indicat cada cop que una moneda és utilitzada en una operació d'aquesta mena." + ], + "Deposits": [ + "Dipòsits" + ], + "Denomination": [ + "Denominació" + ], + "Current": [ + "Divisa" + ], + "Selected": [ + "" + ], + "Until": [ + "Fins" + ], + "Withdrawals": [ + "Retirades" + ], + "Transfer operations": [ + "Operacions de transferència" + ], + "Every operation in this section may be different by transfer type and is valid for a period of time. The exchange will charge the indicated amount every time a transfer is made.": [ + "Cada operació d'aquesta secció pot diferir per tipus de transferència i és vàlida per un període de temps limitat. L'intercanvi cobrarà l'import indicat cada cop que es faci una transferència." + ], + "Operation": [ + "Operació" + ], + "Fee": [ + "Comissió" + ], + "Wallet operations": [ + "Operacions de la cartera" + ], + "Feature": [ + "Característica" + ], + "Currency": [ + "Divisa" + ], + "This operation has already been completed.": [ + "Aquesta transacció no està completada" + ], + "This operation has already been aborted": [ + "" + ], + "This operation has started and should be completed in the bank.": [ + "" + ], + "You can confirm the operation in": [ + "No s'ha pogut finalitzar l'operació de recollida" + ], + "this page": [ + "Obrir pàgina de propina" + ], + "This operation has already been completed by another wallet.": [ + "" + ], + "This operation has already been used by another wallet.": [ + "" + ], + "It can be confirmed in": [ + "No s'ha configurat cap proveïdor" + ], + "Age restriction": [ + "Restricció d'edat" + ], + "Withdraw &nbsp; %1$s": [ + "Retirar &nbsp; %1$s" + ], + "Withdraw to a mobile phone": [ + "Retirar a un telèfon mòbil" + ], + "Short description of the invoice": [ + "Especificar la destinació dels diners" + ], + "Create": [ + "Crear" + ], + "Short description of the transfer": [ + "Especificar la destinació dels diners" + ], + "Could not load the invoice payment status": [ + "No s'ha pogut carregar l'estatus del pagament" + ], + "Receive &nbsp; %1$s": [ + "Rebre &nbsp; %1$s" + ], + "Could not load known bank accounts": [ + "No s'ha pogut carregar l'estatus del pagament" + ], + "Could not load supported wire methods": [ + "No s'han pogut carregar els proveïdors de la còpia de seguretat" + ], + "No wire methods supported for this currency": [ + "" + ], + "Try another wire method.": [ + "A una altra cartera" + ], + "Known accounts for %1$s": [ + "Afegir compte bancari per a %1$s" + ], + "To add a new account first select the account type.": [ + "" + ], + "Unable add this account": [ + "No s'ha pogut afegir el compte" + ], + "Add": [ + "Afegir" + ], + "IBAN accounts": [ + "Afegir compte" + ], + "Alias": [ + "" + ], + "Int. Account Number": [ + "" + ], + "Account name": [ + "Compte" + ], + "KYC": [ + "" + ], + "Taler accounts": [ + "Seleccionar compte" + ], + "Host": [ + "" + ], + "Bitcoin accounts": [ + "Compte bancari" + ], + "Address": [ + "Adreça" + ], + "Can't be empty": [ + "" + ], + "Bitcoin Account": [ + "Compte bancari" + ], + "Taler Bank": [ + "Acció de Taler" + ], + "Unsupported country.": [ + "" + ], + "IBANs have fewer than 34 characters.": [ + "" + ], + "IBANs have more than 4 characters.": [ + "" + ], + "It should only contain numbers and letters.": [ + "" + ], + "The checksum is wrong.": [ + "" + ], + "Required": [ + "" + ], + "International Bank Account Number": [ + "" + ], + "Could not load balance information": [ + "No s'ha pogut carregar la informació de recuperació de la còpia de seguretat" + ], + "Could not load fee for amount %1$s": [ + "No s'ha pogut carregar l'estatus del reemborsament" + ], + "A currency or an amount should be indicated": [ + "S'ha d'indicar una divisa o import" + ], + "There is no enough balance to make a deposit for currency %1$s": [ + "No hi ha prou saldo per fer el dipòsit amb la divisa %1$s" + ], + "Send %1$s to your account": [ + "Envia %1$s al teu compte" + ], + "There is no account to make a deposit for currency %1$s": [ + "No hi ha cap compte per fer el dipòsit amb la divisa %1$s" + ], + "Add account": [ + "Afegir compte" + ], + "Select account": [ + "Seleccionar compte" + ], + "Manage accounts": [ + "Compte bancari" + ], + "Brut amount": [ + "Import de la sol·licitud" + ], + "Deposit fee": [ + "Comissió de dipòsit" + ], + "Net amount": [ + "Import de la sol·licitud" + ], + "Deposit&nbsp;%1$s %2$s": [ + "Depòsit&nbsp;%1$s %2$s" + ], + "Need approval in the Bank": [ + "" + ], + "Waiting for wire transfer to complete": [ + "" + ], + "Exchange is waiting the wire transfer": [ + "" + ], + "Payment in progress": [ + "S'està processant el reemborsament." + ], + "Executing refund...": [ + "Reemborsament automàtic" + ], + "Refreshing coins...": [ + "" + ], + "Deposit in progress": [ + "S'està processant el reemborsament." + ], + "Waiting to be paid": [ + "" + ], + "Receiving the transfer": [ + "Transferència d'efectiu digital" + ], + "Waiting to be received": [ + "Pendent de rebre" + ], + "Denomination expired": [ + "Denominació" + ], + "Denomination vanished": [ + "Denominació" + ], + "Denomination unoffered": [ + "Denominació" + ], + "ABORTED": [ + "" + ], + "FAILED": [ + "" + ], + "Could not load the list of transactions": [ + "No s'ha pogut carregar la llista de transaccions" + ], + "unknown scope": [ + "" + ], + "Send": [ + "Enviar" + ], + "Your transaction history is empty for this currency.": [ + "El teu historial de transaccions està buit per a aquesta divisa." + ], + "Review terms of service": [ + "Revisa els temes d'ús" + ], + "Provider URL": [ + "URL del proveïdor" + ], + "Please review and accept this provider&apos;s terms of service": [ + "Si us plau, revisa i accepta els termes d'ús d'aquest proveïdor" + ], + "Pricing": [ + "Preus" + ], + "free of charge": [ + "de franc" + ], + "%1$s per year of service": [ + "%1$s per any de servei" + ], + "Storage": [ + "Emmagatzematge" + ], + "%1$s megabytes of storage per year of service": [ + "%1$s megabytes d'emmagatzematge per any de servei" + ], + "Accept terms of service": [ + "Acceptar els termes d'ús" + ], + "Add backup provider": [ + "Afegeix un proveïdor de recanvi" + ], + "Backup providers may charge for their service": [ + "Els proveïdors de recanvi podrien cobrar pel seu servei" + ], + "URL": [ + "URL" + ], + "Name": [ + "Nom" + ], + "Next": [ + "Següent" + ], + "Navigator": [ + "Navegador" + ], + "Automatically open wallet": [ + "Obrir cartera automàticament depenent del contingut de la pàgina" + ], + "Open the wallet when a payment action is found.": [ + "" + ], + "Version Info": [ + "Versió" + ], + "Web Extension": [ + "Extensió web" + ], + "The version of wallet core is not supported. (supported version: %1$s, wallet version: %2$s)": [ + "" + ], + "Exchange compatibility": [ + "Compatibilitat del proveïdor" + ], + "Merchant compatibility": [ + "Compatibilitat del comerciant" + ], + "Bank compatibility": [ + "Compatibilitat del banc" + ], + "Wallet Core compatibility": [ + "Compatibilitat del banc" + ], + "Enable developer mode": [ + "Mode de desenvolupador" + ], + "Show more information and options in the UI": [ + "" + ], + "Display": [ + "Mostrar" + ], + "Current Language": [ + "Llengua actual" + ], + "Show backup feature": [ + "" + ], + "Backup integration still in beta.": [ + "" + ], + "Show P2P alias feature": [ + "" + ], + "P2P aliases integration still in beta.": [ + "" + ], + "Show suspend/resume transaction": [ + "" + ], + "Prevent transaction from doing network request.": [ + "" + ], + "Show refresh transaction type in the transaction list": [ + "" + ], + "Refresh transaction will be hidden by default if the refresh operation doesn't have fee.": [ + "" + ], + "Show more account types on deposit": [ + "" + ], + "Extends the UI to more payment target types.": [ + "" + ], + "Show JSON on error": [ + "" + ], + "Print more information about the error. Useful for debugging.": [ + "Més opcions i informació útils per a la depuració de programari" + ], + "Allow HTTP connections": [ + "" + ], + "Using HTTP connection may be faster but unsafe (wallet restart required)": [ + "" + ], + "Lang selector": [ + "" + ], + "Allows to manually change the language of the UI. Otherwise it will be automatically selected by your browser configuration.": [ + "" + ], + "Edit exchange management": [ + "De moment no hi ha cap proveïdor" + ], + "Allows to see the list of exchange, remove, add and switch before withdrawal.": [ + "" + ], + "Select terms of service format": [ + "Acceptar els termes d'ús" + ], + "Allows to render the terms of service on different format selected by the user.": [ + "" + ], + "Show wallet activity": [ + "" + ], + "Show the wallet notification and observability event in the UI.": [ + "" + ], + "Enable v1 contract": [ + "" + ], + "v1 is under development and wallet-core converts v1 contract to v0. Enable this options for testing": [ + "" + ], + "GNU Taler Wallet installed!": [ + "" + ], + "You can open the wallet using the combination %1$s .": [ + "Pots obrir la cartera de GNU Taler utilitzant la combinació %1$s." + ], + "Also pinning the GNU Taler Wallet to your browser allows you to quick access without keyboard:": [ + "A més, fixar la cartera del GNU Taler al teu navegador Chrome et permet d'accedir-hi ràpidament sense el teclat:" + ], + "Click the puzzle icon": [ + "Prem la icona del trencaclosques" + ], + "Search for GNU Taler Wallet": [ + "Busca la cartera del GNU Taler" + ], + "Click the pin icon": [ + "Clica la icona del pin" + ], + "Next Steps": [ + "Proper pas" + ], + "Try the demo": [ + "Provar la demostració" + ], + "Click here to open the wallet activity tab.": [ + "" + ], + "Events": [ + "" + ], + "Active tasks": [ + "" + ], + "All events": [ + "" + ], + "Balance change": [ + "Saldo" + ], + "Backup failed": [ + "Còpia de seguretat vàlida fins" + ], + "Transaction updated": [ + "Comissions de transacció" + ], + "Exchange updated": [ + "Proveïdor de canvi" + ], + "Idle": [ + "" + ], + "task.%1$s": [ + "%1$s" + ], + "wallet.%1$s(%2$s)": [ + "" + ], + "Bank account info changed": [ + "Compte bancari" + ], + "Contact added": [ + "" + ], + "Contact deleted": [ + "" + ], + "Mailbox message added": [ + "" + ], + "Mailbox message deleted": [ + "" + ], + "Type": [ + "" + ], + "Id": [ + "" + ], + "Since": [ + "" + ], + "Next try": [ + "Proper pas" + ], + "Error": [ + "" + ], + "Transaction": [ + "Comissions de transacció" + ], + "No exchange yet": [ + "De moment no hi ha cap proveïdor" + ], + "Status": [ + "estatus" + ], + "Terms of Service": [ + "Termes d'ús" + ], + "Last Update": [ + "" + ], + "Actions": [ + "Acció de Taler" + ], + "ok": [ + "OK" + ], + "pending": [ + "" + ], + "proposed": [ + "" + ], + "unknown (exchange status should be updated)": [ + "desconegut (l'estatus del proveïdor s'hauria d'actualitzar)" + ], + "Reload": [ + "carregant" + ], + "Purge": [ + "" + ], + "Make regional": [ + "" + ], + "Make global": [ + "" + ], + "Forget ToS": [ + "Oblidar" + ], + "Debug tools": [ + "Eines de depuració" + ], + "Do you want to IRREVOCABLY DESTROY everything inside your wallet and LOSE ALL YOUR COINS?": [ + "Segur que vols DESTRUIR IRREVERSIBLEMENT tot el contingut de la teva bitlletera i PERDRE TOTES LES TEVES MONEDES?" + ], + "reset": [ + "resetejar" + ], + "TESTING: This may delete all your coin, proceed with caution": [ + "PROVANT: Això podria esborrar totes les teves monedes, procedeix amb precaució" + ], + "run gc": [ + "Executar GC" + ], + "import database": [ + "importar base de dades" + ], + "export database": [ + "Exportar base de dades" + ], + "Clear exchange key cache": [ + "De moment no hi ha cap proveïdor" + ], + "Database exported at %1$s %2$s to download": [ + "Base de dades exportada a %1$s %2$s per ser descarregada" + ], + "Inject Taler support in all pages": [ + "" + ], + "Enabling this option will make `window.taler` be available in all sites": [ + "" + ], + "Exchange Entries": [ + "Proveïdors de servei de pagament" + ], + "Add an exchange": [ + "Afegir un proveïdor" + ], + "Log levels": [ + "" + ], + "Coins": [ + "Monedes" + ], + "usable coins": [ + "monedes utilitzables" + ], + "id": [ + "ID (identificació)" + ], + "denom": [ + "denominació" + ], + "status": [ + "estatus" + ], + "from refresh?": [ + "des d'una actualització?" + ], + "age key count": [ + "Nombre d'«age key»" + ], + "spent coins": [ + "monedes gastades" + ], + "click to show": [ + "clicar per a mostrar" + ], + "URI is not valid. Taler URI should start with \"taler://\"": [ + "L'URI no és vàlida. L'URI del Taler hauria de començar per «taler://»" + ], + "After the URI type it should follow a '/' with more information.": [ + "" + ], + "This URI type is not supported": [ + "" + ], + "This URI requires the bank host and operation id separated by /": [ + "" + ], + "This URI requires the merchant host, order id and session id separated by /": [ + "" + ], + "This URI requires the merchant host and order id separated by /": [ + "" + ], + "This URI requires the exchange host and key id separated by /": [ + "" + ], + "This URI requires the merchant host and template id separated by /": [ + "" + ], + "This URI requires the host key and provider list separated by /": [ + "" + ], + "This URI requires the experiment id": [ + "" + ], + "This URI requires the exchange host": [ + "" + ], + "This URI requires the alias type, the alias and the mailbox URI separated by /": [ + "" + ], + "This URI requires string after the first /": [ + "" + ], + "The bank host is invalid": [ + "" + ], + "The merchant host is invalid": [ + "El comerciant t'ofereix una propina" + ], + "The URI should end with /": [ + "" + ], + "The exchange host is invalid": [ + "" + ], + "The contact is invalid": [ + "" + ], + "The amount is invalid": [ + "" + ], + "A parameter is invalid": [ + "" + ], + "checking...": [ + "" + ], + "Unexpected error happen reading the camera: %1$s": [ + "" + ], + "Could not found a QR code in the file": [ + "" + ], + "Unexpected error happen reading the file: %1$s": [ + "" + ], + "Scan a QR code or enter taler:// URI below": [ + "Escaneja un codi QR o introdueix una URI taler:// a sota" + ], + "Pay invoice": [ + "Factura digital" + ], + "Withdrawal from bank": [ + "Retirada" + ], + "Claim refund": [ + "Ja s'ha reemborsat" + ], + "Accept payment": [ + "Acceptar" + ], + "Complete order": [ + "" + ], + "Restore wallet": [ + "" + ], + "Enable experiment": [ + "" + ], + "Withdraw from exchange": [ + "Retirar a un telèfon mòbil" + ], + "Add exchange": [ + "Afegir proveïdor" + ], + "Notify transaction": [ + "" + ], + "Add contact": [ + "Afegir compte" + ], + "The exchange URL is invalid.": [ + "" + ], + "The exchange URL should end with '/'": [ + "" + ], + "Couldn't found an exchange in the URL specified.": [ + "no s'ha pogut trobar cap proveïdor per a la divisa %1$s" + ], + "HTTP request failed to %1$s: %2$s": [ + "" + ], + "HTTP request failed to %1$s": [ + "" + ], + "The merchant URL is invalid.": [ + "El comerciant t'ofereix una propina" + ], + "The merchant URL should end with '/'": [ + "" + ], + "Couldn't found an merchant in the URL specified.": [ + "" + ], + "The bank URL is invalid.": [ + "" + ], + "The bank URL should end with '/'": [ + "" + ], + "Couldn't found an bank in the URL specified.": [ + "" + ], + "Could not load exchanges": [ + "No s'han pogut carregar les comissions de canvi" + ], + "Choose a currency to proceed or add another exchange": [ + "Tria una divisa per seguir endavant o afegeix un altre proveïdor" + ], + "Known currencies": [ + "Divises conegudes" + ], + "Specify the origin": [ + "Especificar l'origen dels diners" + ], + "Use previous origins:": [ + "Utilitzar orígens previs:" + ], + "From another bank account": [ + "Des del meu compte bancari" + ], + "From another wallet": [ + "Des d'una altra cartera" + ], + "From a %1$s URI or QR code": [ + "" + ], + "Enter URI here": [ + "" + ], + "Specify the destination": [ + "Especificar la destinació dels diners" + ], + "Use previous destinations:": [ + "Utilitzar destinacions prèvies:" + ], + "To another bank account": [ + "Al meu compte bancari" + ], + "To another wallet": [ + "A una altra cartera" + ], + "To a %1$s URI or QR code": [ + "" + ], + "Afghanistan": [ + "" + ], + "Albania": [ + "" + ], + "Algeria": [ + "" + ], + "United States": [ + "" + ], + "Andorra": [ + "" + ], + "Angola": [ + "" + ], + "Antigua and Barbuda": [ + "" + ], + "Argentina": [ + "" + ], + "Armenia": [ + "" + ], + "Australia": [ + "" + ], + "Austria": [ + "" + ], + "Azerbaijan": [ + "" + ], + "Bahamas": [ + "" + ], + "Bahrain": [ + "" + ], + "Bangladesh": [ + "" + ], + "Barbados": [ + "" + ], + "Botswana": [ + "" + ], + "Belarus": [ + "" + ], + "Belgium": [ + "" + ], + "Belize": [ + "" + ], + "Benin": [ + "" + ], + "Bhutan": [ + "" + ], + "Bolivia": [ + "" + ], + "Bosnia and Herzegovina": [ + "" + ], + "Brazil": [ + "" + ], + "United Kingdom": [ + "" + ], + "Brunei": [ + "" + ], + "Bulgaria": [ + "" + ], + "Burkina Faso": [ + "" + ], + "Myanmar": [ + "" + ], + "Burundi": [ + "" + ], + "Cambodia": [ + "" + ], + "Cameroon": [ + "" + ], + "Canada": [ + "" + ], + "Cape Verde": [ + "" + ], + "Central African Republic": [ + "" + ], + "Chad": [ + "" + ], + "Chile": [ + "" + ], + "China": [ + "" + ], + "Colombia": [ + "" + ], + "Comoros": [ + "" + ], + "Democratic Republic of the Congo": [ + "" + ], + "Republic of the Congo": [ + "" + ], + "Costa Rica": [ + "" + ], + "Croatia": [ + "" + ], + "Cuba": [ + "" + ], + "Cyprus": [ + "" + ], + "Czech Republic": [ + "Clau pública del comerciant" + ], + "Denmark": [ + "" + ], + "Djibouti": [ + "" + ], + "Dominican Republic": [ + "" + ], + "Netherlands": [ + "" + ], + "Timor-Leste": [ + "" + ], + "Ecuador": [ + "" + ], + "Egypt": [ + "" + ], + "United Arab Emirates": [ + "" + ], + "Equatorial Guinea": [ + "" + ], + "Eritrea": [ + "" + ], + "Estonia": [ + "" + ], + "Ethiopia": [ + "" + ], + "Fiji": [ + "" + ], + "Philippines": [ + "" + ], + "Finland": [ + "" + ], + "France": [ + "Cancel·lar" + ], + "Gabon": [ + "" + ], + "Gambia": [ + "" + ], + "Georgia": [ + "" + ], + "Germany": [ + "" + ], + "Ghana": [ + "" + ], + "Greece": [ + "" + ], + "Grenada": [ + "" + ], + "Guatemala": [ + "" + ], + "Guinea-Bissau": [ + "" + ], + "Guinea": [ + "" + ], + "Guyana": [ + "" + ], + "Haiti": [ + "" + ], + "Honduras": [ + "" + ], + "Hungary": [ + "" + ], + "Kiribati": [ + "" + ], + "Iceland": [ + "" + ], + "India": [ + "" + ], + "Indonesia": [ + "" + ], + "Iran": [ + "" + ], + "Iraq": [ + "" + ], + "Ireland": [ + "" + ], + "Israel": [ + "" + ], + "Italy": [ + "" + ], + "Ivory Coast": [ + "" + ], + "Jamaica": [ + "" + ], + "Japan": [ + "" + ], + "Jordan": [ + "" + ], + "Kazakhstan": [ + "" + ], + "Kenya": [ + "" + ], + "Saint Kitts and Nevis": [ + "" + ], + "Kuwait": [ + "" + ], + "Kyrgyzstan": [ + "" + ], + "Laos": [ + "" + ], + "Latvia": [ + "" + ], + "Lebanon": [ + "" + ], + "Liberia": [ + "" + ], + "Libya": [ + "" + ], + "Liechtenstein": [ + "" + ], + "Lithuania": [ + "" + ], + "Luxembourg": [ + "" + ], + "North Macedonia": [ + "" + ], + "Madagascar": [ + "" + ], + "Malawi": [ + "" + ], + "Malaysia": [ + "" + ], + "Maldives": [ + "" + ], + "Mali": [ + "" + ], + "Malta": [ + "" + ], + "Marshall Islands": [ + "" + ], + "Mauritania": [ + "" + ], + "Mauritius": [ + "" + ], + "Mexico": [ + "" + ], + "Micronesia": [ + "" + ], + "Moldova": [ + "" + ], + "Monaco": [ + "" + ], + "Mongolia": [ + "" + ], + "Morocco": [ + "" + ], + "Lesotho": [ + "" + ], + "Mozambique": [ + "" + ], + "Namibia": [ + "" + ], + "Nauru": [ + "" + ], + "Nepal": [ + "" + ], + "New Zealand": [ + "" + ], + "Vanuatu": [ + "" + ], + "Nicaragua": [ + "" + ], + "Nigeria": [ + "" + ], + "Niger": [ + "" + ], + "North Korea": [ + "" + ], + "Norway": [ + "" + ], + "Oman": [ + "" + ], + "Pakistan": [ + "" + ], + "Palau": [ + "" + ], + "Panama": [ + "" + ], + "Papua New Guinea": [ + "" + ], + "Paraguay": [ + "" + ], + "Peru": [ + "" + ], + "Poland": [ + "" + ], + "Portugal": [ + "" + ], + "Qatar": [ + "" + ], + "Romania": [ + "" + ], + "Russia": [ + "" + ], + "Rwanda": [ + "" + ], + "Saint Lucia": [ + "" + ], + "El Salvador": [ + "" + ], + "Samoa": [ + "" + ], + "San Marino": [ + "" + ], + "São Tomé and Príncipe": [ + "" + ], + "Saudi Arabia": [ + "" + ], + "Senegal": [ + "" + ], + "Serbia": [ + "" + ], + "Seychelles": [ + "" + ], + "Sierra Leone": [ + "" + ], + "Singapore": [ + "" + ], + "Slovakia": [ + "" + ], + "Slovenia": [ + "" + ], + "Solomon Islands": [ + "" + ], + "Somalia": [ + "" + ], + "South Africa": [ + "" + ], + "South Korea": [ + "" + ], + "Spain": [ + "" + ], + "Sri Lanka": [ + "" + ], + "Sudan": [ + "" + ], + "Suriname": [ + "" + ], + "Eswatini": [ + "" + ], + "Sweden": [ + "" + ], + "Switzerland": [ + "" + ], + "Syria": [ + "" + ], + "Taiwan": [ + "" + ], + "Tajikistan": [ + "" + ], + "Tanzania": [ + "" + ], + "Thailand": [ + "" + ], + "Togo": [ + "" + ], + "Tonga": [ + "" + ], + "Trinidad and Tobago": [ + "" + ], + "Tunisia": [ + "" + ], + "Turkey": [ + "" + ], + "Tuvalu": [ + "valor" + ], + "Uganda": [ + "" + ], + "Ukraine": [ + "" + ], + "Uruguay": [ + "" + ], + "Uzbekistan": [ + "" + ], + "Venezuela": [ + "" + ], + "Vietnam": [ + "" + ], + "Yemen": [ + "" + ], + "Zambia": [ + "" + ], + "Zimbabwe": [ + "" + ], + "Afghan": [ + "" + ], + "Albanian": [ + "" + ], + "Algerian": [ + "" + ], + "American": [ + "" + ], + "Andorran": [ + "" + ], + "Angolan": [ + "" + ], + "Antiguan": [ + "" + ], + "Argentinean": [ + "" + ], + "Armenian": [ + "" + ], + "Australian": [ + "" + ], + "Austrian": [ + "" + ], + "Azerbaijani": [ + "" + ], + "Bahamian": [ + "" + ], + "Bahraini": [ + "" + ], + "Bangladeshi": [ + "" + ], + "Barbadian": [ + "" + ], + "Batswana": [ + "" + ], + "Belarusian": [ + "" + ], + "Belgian": [ + "" + ], + "Belizean": [ + "" + ], + "Beninese": [ + "" + ], + "Bhutanese": [ + "" + ], + "Bolivian": [ + "" + ], + "Bosnian": [ + "" + ], + "Brazilian": [ + "" + ], + "British": [ + "" + ], + "Bruneian": [ + "" + ], + "Bulgarian": [ + "" + ], + "Burkinabe": [ + "" + ], + "Burmese": [ + "" + ], + "Burundian": [ + "" + ], + "Cambodian": [ + "" + ], + "Cameroonian": [ + "" + ], + "Canadian": [ + "" + ], + "Cape Verdean": [ + "" + ], + "Central African": [ + "" + ], + "Chadian": [ + "" + ], + "Chilean": [ + "" + ], + "Chinese": [ + "" + ], + "Colombian": [ + "" + ], + "Comoran": [ + "" + ], + "Congolese": [ + "" + ], + "Costa Rican": [ + "" + ], + "Croatian": [ + "" + ], + "Cuban": [ + "" + ], + "Cypriot": [ + "" + ], + "Czech": [ + "" + ], + "Danish": [ + "" + ], + "Djiboutian": [ + "" + ], + "Dominican": [ + "Denominació" + ], + "Dutch": [ + "" + ], + "East Timorese": [ + "" + ], + "Ecuadorean": [ + "" + ], + "Egyptian": [ + "" + ], + "Emirati": [ + "" + ], + "Equatorial Guinean": [ + "" + ], + "Eritrean": [ + "" + ], + "Estonian": [ + "" + ], + "Ethiopian": [ + "" + ], + "Fijian": [ + "" + ], + "Filipino": [ + "" + ], + "Finnish": [ + "" + ], + "French": [ + "" + ], + "Gabonese": [ + "" + ], + "Gambian": [ + "" + ], + "Georgian": [ + "" + ], + "German": [ + "" + ], + "Ghanaian": [ + "" + ], + "Greek": [ + "" + ], + "Grenadian": [ + "" + ], + "Guatemalan": [ + "" + ], + "Guinea-Bissauan": [ + "" + ], + "Guinean": [ + "" + ], + "Guyanese": [ + "" + ], + "Haitian": [ + "" + ], + "Honduran": [ + "" + ], + "Hungarian": [ + "" + ], + "I-Kiribati": [ + "" + ], + "Icelander": [ + "" + ], + "Indian": [ + "" + ], + "Indonesian": [ + "" + ], + "Iranian": [ + "" + ], + "Iraqi": [ + "" + ], + "Irish": [ + "" + ], + "Israeli": [ + "" + ], + "Italian": [ + "" + ], + "Ivorian": [ + "" + ], + "Jamaican": [ + "" + ], + "Japanese": [ + "" + ], + "Jordanian": [ + "" + ], + "Kazakhstani": [ + "" + ], + "Kenyan": [ + "" + ], + "Kittian and Nevisian": [ + "" + ], + "Kuwaiti": [ + "" + ], + "Kyrgyz": [ + "" + ], + "Laotian": [ + "" + ], + "Latvian": [ + "" + ], + "Lebanese": [ + "" + ], + "Liberian": [ + "" + ], + "Libyan": [ + "" + ], + "Liechtensteiner": [ + "" + ], + "Lithuanian": [ + "" + ], + "Luxembourger": [ + "" + ], + "Macedonian": [ + "" + ], + "Malagasy": [ + "" + ], + "Malawian": [ + "" + ], + "Malaysian": [ + "" + ], + "Maldivian": [ + "" + ], + "Malian": [ + "" + ], + "Maltese": [ + "" + ], + "Marshallese": [ + "" + ], + "Mauritanian": [ + "" + ], + "Mauritian": [ + "" + ], + "Mexican": [ + "" + ], + "Micronesian": [ + "" + ], + "Moldovan": [ + "" + ], + "Monacan": [ + "" + ], + "Mongolian": [ + "" + ], + "Moroccan": [ + "" + ], + "Mosotho": [ + "" + ], + "Mozambican": [ + "" + ], + "Namibian": [ + "" + ], + "Nauruan": [ + "" + ], + "Nepalese": [ + "" + ], + "New Zealander": [ + "" + ], + "Ni-Vanuatu": [ + "" + ], + "Nicaraguan": [ + "" + ], + "Nigerian": [ + "" + ], + "Nigerien": [ + "" + ], + "North Korean": [ + "" + ], + "Norwegian": [ + "" + ], + "Omani": [ + "" + ], + "Pakistani": [ + "" + ], + "Palauan": [ + "" + ], + "Panamanian": [ + "" + ], + "Papua New Guinean": [ + "" + ], + "Paraguayan": [ + "" + ], + "Peruvian": [ + "" + ], + "Polish": [ + "" + ], + "Portuguese": [ + "" + ], + "Qatari": [ + "" + ], + "Romanian": [ + "" + ], + "Russian": [ + "" + ], + "Rwandan": [ + "" + ], + "Saint Lucian": [ + "" + ], + "Salvadoran": [ + "" + ], + "Samoan": [ + "" + ], + "San Marinese": [ + "" + ], + "Sao Tomean": [ + "" + ], + "Saudi": [ + "" + ], + "Senegalese": [ + "" + ], + "Serbian": [ + "" + ], + "Seychellois": [ + "" + ], + "Sierra Leonean": [ + "" + ], + "Singaporean": [ + "" + ], + "Slovakian": [ + "" + ], + "Slovenian": [ + "" + ], + "Solomon Islander": [ + "" + ], + "Somali": [ + "" + ], + "South African": [ + "" + ], + "South Korean": [ + "" + ], + "Spanish": [ + "" + ], + "Sri Lankan": [ + "" + ], + "Sudanese": [ + "" + ], + "Surinamer": [ + "" + ], + "Swazi": [ + "" + ], + "Swedish": [ + "" + ], + "Swiss": [ + "" + ], + "Syrian": [ + "" + ], + "Taiwanese": [ + "" + ], + "Tajik": [ + "" + ], + "Tanzanian": [ + "" + ], + "Thai": [ + "" + ], + "Togolese": [ + "" + ], + "Tongan": [ + "" + ], + "Trinidadian or Tobagonian": [ + "" + ], + "Tunisian": [ + "" + ], + "Turkish": [ + "" + ], + "Tuvaluan": [ + "valor" + ], + "Ugandan": [ + "" + ], + "Ukrainian": [ + "" + ], + "Uruguayan": [ + "" + ], + "Uzbekistani": [ + "" + ], + "Venezuelan": [ + "" + ], + "Vietnamese": [ + "" + ], + "Yemenite": [ + "" + ], + "Zambian": [ + "" + ], + "Zimbabwean": [ + "" + ], + "🇦🇫": [ + "" + ], + "🇦🇱": [ + "" + ], + "🇩🇿": [ + "" + ], + "🇺🇸": [ + "" + ], + "🇦🇩": [ + "" + ], + "🇦🇴": [ + "" + ], + "🇦🇬": [ + "" + ], + "🇦🇷": [ + "" + ], + "🇦🇲": [ + "" + ], + "🇦🇺": [ + "" + ], + "🇦🇹": [ + "" + ], + "🇦🇿": [ + "" + ], + "🇧🇸": [ + "" + ], + "🇧🇭": [ + "" + ], + "🇧🇩": [ + "" + ], + "🇧🇧": [ + "" + ], + "🇧🇼": [ + "" + ], + "🇧🇾": [ + "" + ], + "🇧🇪": [ + "" + ], + "🇧🇿": [ + "" + ], + "🇧🇯": [ + "" + ], + "🇧🇹": [ + "" + ], + "🇧🇴": [ + "" + ], + "🇧🇦": [ + "" + ], + "🇧🇷": [ + "" + ], + "🇬🇧": [ + "" + ], + "🇧🇳": [ + "" + ], + "🇧🇬": [ + "" + ], + "🇧🇫": [ + "" + ], + "🇲🇲": [ + "" + ], + "🇧🇮": [ + "" + ], + "🇰🇭": [ + "" + ], + "🇨🇲": [ + "" + ], + "🇨🇦": [ + "" + ], + "🇨🇻": [ + "" + ], + "🇨🇫": [ + "" + ], + "🇨🇱": [ + "" + ], + "🇨🇳": [ + "" + ], + "🇨🇴": [ + "" + ], + "🇨🇩": [ + "" + ], + "🇨🇬": [ + "" + ], + "🇨🇷": [ + "" + ], + "🇨🇺": [ + "" + ], + "🇨🇾": [ + "" + ], + "🇨🇿": [ + "" + ], + "🇩🇰": [ + "" + ], + "🇩🇯": [ + "" + ], + "🇩🇴": [ + "" + ], + "🇳🇱": [ + "" + ], + "🇹🇱": [ + "" + ], + "🇪🇨": [ + "" + ], + "🇪🇬": [ + "" + ], + "🇦🇪": [ + "" + ], + "🇬🇶": [ + "" + ], + "🇪🇷": [ + "" + ], + "🇪🇪": [ + "" + ], + "🇪🇹": [ + "" + ], + "🇫🇯": [ + "" + ], + "🇵🇭": [ + "" + ], + "🇫🇮": [ + "" + ], + "🇫🇷": [ + "" + ], + "🇬🇦": [ + "" + ], + "🇬🇲": [ + "" + ], + "🇬🇪": [ + "" + ], + "UAE Dirham": [ + "" + ], + "Afghani": [ + "" + ], + "Lek": [ + "" + ], + "Armenian Dram": [ + "" + ], + "Netherlands Antillean Guilder": [ + "" + ], + "Kwanza": [ + "" + ], + "Argentine Peso": [ + "" + ], + "Australian Dollar": [ + "" + ], + "Aruban Florin": [ + "" + ], + "Azerbaijan Manat": [ + "" + ], + "Convertible Mark": [ + "" + ], + "Barbados Dollar": [ + "" + ], + "Taka": [ + "" + ], + "Bulgarian Lev": [ + "" + ], + "Bahraini Dinar": [ + "" + ], + "Burundi Franc": [ + "" + ], + "Bermudian Dollar": [ + "" + ], + "Brunei Dollar": [ + "" + ], + "Boliviano": [ + "" + ], + "Mvdol": [ + "" + ], + "Brazilian Real": [ + "" + ], + "Bahamian Dollar": [ + "" + ], + "Ngultrum": [ + "" + ], + "Pula": [ + "" + ], + "Belarusian Ruble": [ + "" + ], + "Belize Dollar": [ + "" + ], + "Canadian Dollar": [ + "" + ], + "Congolese Franc": [ + "" + ], + "WIR Euro": [ + "" + ], + "Swiss Franc": [ + "" + ], + "WIR Franc": [ + "" + ], + "Unidad de Fomento": [ + "" + ], + "Chilean Peso": [ + "" + ], + "Yuan Renminbi": [ + "" + ], + "Colombian Peso": [ + "" + ], + "Unidad de Valor Real": [ + "" + ], + "Costa Rican Colon": [ + "" + ], + "Cuban Peso": [ + "" + ], + "Cabo Verde Escudo": [ + "" + ], + "Czech Koruna": [ + "" + ], + "Djibouti Franc": [ + "" + ], + "Danish Krone": [ + "" + ], + "Dominican Peso": [ + "" + ], + "Algerian Dinar": [ + "" + ], + "Egyptian Pound": [ + "" + ], + "Nakfa": [ + "" + ], + "Ethiopian Birr": [ + "" + ], + "Euro": [ + "" + ], + "Fiji Dollar": [ + "" + ], + "Falkland Islands Pound": [ + "" + ], + "Pound Sterling": [ + "" + ], + "Lari": [ + "" + ], + "Ghana Cedi": [ + "" + ], + "Gibraltar Pound": [ + "" + ], + "Dalasi": [ + "" + ], + "Guinean Franc": [ + "" + ], + "Quetzal": [ + "" + ], + "Guyana Dollar": [ + "" + ], + "Hong Kong Dollar": [ + "" + ], + "Lempira": [ + "" + ], + "Gourde": [ + "" + ], + "Forint": [ + "" + ], + "Rupiah": [ + "" + ], + "New Israeli Sheqel": [ + "" + ], + "Indian Rupee": [ + "" + ], + "Iraqi Dinar": [ + "" + ], + "Iranian Rial": [ + "" + ], + "Iceland Krona": [ + "" + ], + "Jamaican Dollar": [ + "" + ], + "Jordanian Dinar": [ + "" + ], + "Yen": [ + "" + ], + "Kenyan Shilling": [ + "" + ], + "Som": [ + "" + ], + "Riel": [ + "" + ], + "Comorian Franc ": [ + "" + ], + "North Korean Won": [ + "" + ], + "Won": [ + "" + ], + "Kuwaiti Dinar": [ + "" + ], + "Cayman Islands Dollar": [ + "" + ], + "Tenge": [ + "" + ], + "Lao Kip": [ + "" + ], + "Lebanese Pound": [ + "" + ], + "Sri Lanka Rupee": [ + "" + ], + "Liberian Dollar": [ + "" + ], + "Loti": [ + "" + ], + "Libyan Dinar": [ + "" + ], + "Moroccan Dirham": [ + "" + ], + "Moldovan Leu": [ + "" + ], + "Malagasy Ariary": [ + "" + ], + "Denar": [ + "" + ], + "Kyat": [ + "" + ], + "Tugrik": [ + "" + ], + "Pataca": [ + "" + ], + "Ouguiya": [ + "" + ], + "Mauritius Rupee": [ + "" + ], + "Rufiyaa": [ + "" + ], + "Malawi Kwacha": [ + "" + ], + "Mexican Peso": [ + "" + ], + "Mexican Unidad de Inversion (UDI)": [ + "" + ], + "Malaysian Ringgit": [ + "" + ], + "Mozambique Metical": [ + "" + ], + "Namibia Dollar": [ + "" + ], + "Naira": [ + "" + ], + "Cordoba Oro": [ + "" + ], + "Norwegian Krone": [ + "" + ], + "Nepalese Rupee": [ + "" + ], + "New Zealand Dollar": [ + "" + ], + "Rial Omani": [ + "" + ], + "Balboa": [ + "" + ], + "Sol": [ + "antic" + ], + "Kina": [ + "" + ], + "Philippine Peso": [ + "" + ], + "Pakistan Rupee": [ + "" + ], + "Zloty": [ + "" + ], + "Guarani": [ + "" + ], + "Qatari Rial": [ + "" + ], + "Romanian Leu": [ + "" + ], + "Serbian Dinar": [ + "" + ], + "Russian Ruble": [ + "" + ], + "Rwanda Franc": [ + "" + ], + "Saudi Riyal": [ + "" + ], + "Solomon Islands Dollar": [ + "" + ], + "Seychelles Rupee": [ + "" + ], + "Sudanese Pound": [ + "" + ], + "Swedish Krona": [ + "" + ], + "Singapore Dollar": [ + "" + ], + "Saint Helena Pound": [ + "" + ], + "Leone": [ + "" + ], + "Somali Shilling": [ + "" + ], + "Surinam Dollar": [ + "" + ], + "South Sudanese Pound": [ + "" + ], + "Dobra": [ + "" + ], + "El Salvador Colon": [ + "" + ], + "Syrian Pound": [ + "" + ], + "Lilangeni": [ + "" + ], + "Baht": [ + "" + ], + "Somoni": [ + "" + ], + "Turkmenistan New Manat": [ + "" + ], + "Tunisian Dinar": [ + "" + ], + "Pa’anga": [ + "" + ], + "Turkish Lira": [ + "" + ], + "Trinidad and Tobago Dollar": [ + "" + ], + "New Taiwan Dollar": [ + "" + ], + "Tanzanian Shilling": [ + "" + ], + "Hryvnia": [ + "" + ], + "Uganda Shilling": [ + "" + ], + "US Dollar": [ + "" + ], + "US Dollar (Next day)": [ + "" + ], + "Uruguay Peso en Unidades Indexadas (UI)": [ + "" + ], + "Peso Uruguayo": [ + "" + ], + "Unidad Previsional": [ + "" + ], + "Uzbekistan Sum": [ + "" + ], + "Bolívar Soberano": [ + "" + ], + "Dong": [ + "" + ], + "Vatu": [ + "" + ], + "Tala": [ + "" + ], + "CFA Franc BEAC": [ + "" + ], + "East Caribbean Dollar": [ + "" + ], + "CFA Franc BCEAO": [ + "" + ], + "CFP Franc": [ + "" + ], + "Sucre": [ + "" + ], + "Yemeni Rial": [ + "" + ], + "Rand": [ + "" + ], + "Zambian Kwacha": [ + "" + ], + "Zimbabwe Gold": [ + "" + ], + "Afar": [ + "" + ], + "Abkhazian": [ + "" + ], + "Achinese": [ + "" + ], + "Acoli": [ + "" + ], + "Adangme": [ + "" + ], + "Adyghe": [ + "" + ], + "Avestan": [ + "" + ], + "Tunisian Arabic": [ + "" + ], + "Afrikaans": [ + "" + ], + "Afrihili": [ + "" + ], + "Aghem": [ + "" + ], + "Ainu": [ + "" + ], + "Akan": [ + "" + ], + "Akkadian": [ + "" + ], + "Alabama": [ + "" + ], + "Aleut": [ + "" + ], + "Gheg Albanian": [ + "" + ], + "Southern Altai": [ + "" + ], + "Amarik": [ + "" + ], + "Aragonese": [ + "" + ], + "Old English": [ + "" + ], + "Angika": [ + "" + ], + "Modern Standard Arabic": [ + "" + ], + "Arabik": [ + "" + ], + "Aramaic": [ + "" + ], + "Mapuche": [ + "" + ], + "Araona": [ + "" + ], + "Arapaho": [ + "" + ], + "Algerian Arabic": [ + "" + ], + "Arawak": [ + "" + ], + "Moroccan Arabic": [ + "" + ], + "Egyptian Arabic": [ + "" + ], + "Asu": [ + "" + ], + "Assamese": [ + "" + ], + "American Sign Language": [ + "" + ], + "Asturian": [ + "" + ], + "Avaric": [ + "" + ], + "Kotava": [ + "" + ], + "Awadhi": [ + "" + ], + "Aymara": [ + "" + ], + "South Azerbaijani": [ + "" + ], + "Bashkir": [ + "" + ], + "Baluchi": [ + "" + ], + "Balinese": [ + "" + ], + "Bavarian": [ + "" + ], + "Basaa": [ + "" + ], + "Bamun": [ + "" + ], + "Batak Toba": [ + "" + ], + "Ghomala": [ + "" + ], + "Belarus kasa": [ + "" + ], + "Beja": [ + "" + ], + "Bemba": [ + "" + ], + "Betawi": [ + "" + ], + "Bena": [ + "" + ], + "Bafut": [ + "" + ], + "Badaga": [ + "" + ], + "Bɔlgeria kasa": [ + "" + ], + "Bhojpuri": [ + "" + ], + "Bislama": [ + "" + ], + "Bikol": [ + "" + ], + "Bini": [ + "" + ], + "Banjar": [ + "" + ], + "Kom": [ + "" + ], + "Siksika": [ + "" + ], + "Bambara": [ + "" + ], + "Bengali kasa": [ + "" + ], + "Tibetan": [ + "" + ], + "Bishnupriya": [ + "" + ], + "Bakhtiari": [ + "" + ], + "Braj": [ + "" + ], + "Breton": [ + "" + ], + "Brahui": [ + "" + ], + "Bodo": [ + "" + ], + "Akoose": [ + "" + ], + "Buriat": [ + "" + ], + "Buginese": [ + "" + ], + "Bulu": [ + "" + ], + "Blin": [ + "" + ], + "Medumba": [ + "" + ], + "Catalan": [ + "" + ], + "Caddo": [ + "" + ], + "Carib": [ + "" + ], + "Cayuga": [ + "" + ], + "Atsam": [ + "" + ], + "Cebuano": [ + "" + ], + "Chechen": [ + "" + ], + "Chiga": [ + "" + ], + "Chibcha": [ + "" + ], + "Chamorro": [ + "" + ], + "Chagatai": [ + "" + ], + "Chuukese": [ + "" + ], + "Mari": [ + "" + ], + "Chinook Jargon": [ + "" + ], + "Choctaw": [ + "" + ], + "Chipewyan": [ + "" + ], + "Cherokee": [ + "" + ], + "Cheyenne": [ + "" + ], + "Central Kurdish": [ + "" + ], + "Corsican": [ + "" + ], + "Coptic": [ + "" + ], + "Capiznon": [ + "" + ], + "Cree": [ + "" + ], + "Crimean Turkish": [ + "" + ], + "Kashubian": [ + "" + ], + "Kyɛk kasa": [ + "" + ], + "Church Slavic": [ + "" + ], + "Chuvash": [ + "" + ], + "Welsh": [ + "" + ], + "Dakota": [ + "" + ], + "Dargwa": [ + "" + ], + "Taita": [ + "" + ], + "Austrian German": [ + "" + ], + "Swiss High German": [ + "" + ], + "Gyaaman": [ + "" + ], + "Delaware": [ + "" + ], + "Slave": [ + "" + ], + "Dogrib": [ + "" + ], + "Dinka": [ + "" + ], + "Zarma": [ + "" + ], + "Dogri": [ + "" + ], + "Lower Sorbian": [ + "" + ], + "Central Dusun": [ + "" + ], + "Duala": [ + "" + ], + "Middle Dutch": [ + "" + ], + "Divehi": [ + "" + ], + "Jola-Fonyi": [ + "" + ], + "Dyula": [ + "" + ], + "Dzongkha": [ + "" + ], + "Dazaga": [ + "" + ], + "Embu": [ + "" + ], + "Ewe": [ + "" + ], + "Efik": [ + "" + ], + "Emilian": [ + "" + ], + "Ancient Egyptian": [ + "" + ], + "Ekajuk": [ + "" + ], + "Greek kasa": [ + "" + ], + "Elamite": [ + "" + ], + "Australian English": [ + "" + ], + "Borɔfo": [ + "" + ], + "Canadian English": [ + "" + ], + "British English": [ + "" + ], + "Middle English": [ + "" + ], + "American English": [ + "" + ], + "Esperanto": [ + "Operació" + ], + "Latin American Spanish": [ + "" + ], + "European Spanish": [ + "" + ], + "Mexican Spanish": [ + "" + ], + "Spain kasa": [ + "" + ], + "Central Yupik": [ + "" + ], + "Basque": [ + "" + ], + "Ewondo": [ + "" + ], + "Extremaduran": [ + "" + ], + "Fang": [ + "" + ], + "Pɛɛhyia kasa": [ + "" + ], + "Fanti": [ + "" + ], + "Fulah": [ + "" + ], + "Tornedalen Finnish": [ + "" + ], + "Faroese": [ + "" + ], + "Fon": [ + "" + ], + "Canadian French": [ + "" + ], + "Cajun French": [ + "Divisa" + ], + "Swiss French": [ + "" + ], + "Frɛnkye": [ + "" + ], + "Middle French": [ + "" + ], + "Old French": [ + "" + ], + "Arpitan": [ + "" + ], + "Northern Frisian": [ + "" + ], + "Eastern Frisian": [ + "" + ], + "Friulian": [ + "" + ], + "Western Frisian": [ + "" + ], + "Ga": [ + "" + ], + "Gagauz": [ + "" + ], + "Gan Chinese": [ + "" + ], + "Gayo": [ + "" + ], + "Gbaya": [ + "" + ], + "Zoroastrian Dari": [ + "" + ], + "Scottish Gaelic": [ + "" + ], + "Geez": [ + "" + ], + "Gilbertese": [ + "" + ], + "Galician": [ + "" + ], + "Gilaki": [ + "" + ], + "Middle High German": [ + "" + ], + "Old High German": [ + "" + ], + "Goan Konkani": [ + "" + ], + "Gondi": [ + "" + ], + "Gorontalo": [ + "" + ], + "Gothic": [ + "" + ], + "Grebo": [ + "" + ], + "Ancient Greek": [ + "" + ], + "Swiss German": [ + "" + ], + "Wayuu": [ + "" + ], + "Gujarati": [ + "" + ], + "Frafra": [ + "" + ], + "Gusii": [ + "" + ], + "Manx": [ + "" + ], + "Gwichʼin": [ + "" + ], + "Hausa": [ + "" + ], + "Haida": [ + "" + ], + "Hakka Chinese": [ + "" + ], + "Hawaiian": [ + "" + ], + "Hebrew": [ + "" + ], + "Fiji Hindi": [ + "" + ], + "Hindi": [ + "" + ], + "Hiligaynon": [ + "" + ], + "Hittite": [ + "" + ], + "Hmong": [ + "" + ], + "Hiri Motu": [ + "" + ], + "Upper Sorbian": [ + "" + ], + "Xiang Chinese": [ + "" + ], + "Hangri kasa": [ + "" + ], + "Hupa": [ + "" + ], + "Herero": [ + "" + ], + "Interlingua": [ + "" + ], + "Iban": [ + "" + ], + "Ibibio": [ + "" + ], + "Indonihyia kasa": [ + "" + ], + "Interlingue": [ + "" + ], + "Igbo": [ + "" + ], + "Sichuan Yi": [ + "" + ], + "Inupiaq": [ + "" + ], + "Iloko": [ + "" + ], + "Ingush": [ + "" + ], + "Ido": [ + "" + ], + "Icelandic": [ + "" + ], + "Italy kasa": [ + "" + ], + "Inuktitut": [ + "" + ], + "Ingrian": [ + "" + ], + "Gyapan kasa": [ + "" + ], + "Jamaican Creole English": [ + "" + ], + "Lojban": [ + "" + ], + "Ngomba": [ + "" + ], + "Machame": [ + "" + ], + "Judeo-Persian": [ + "" + ], + "Judeo-Arabic": [ + "" + ], + "Jutish": [ + "" + ], + "Gyabanis kasa": [ + "" + ], + "Kara-Kalpak": [ + "" + ], + "Kabyle": [ + "" + ], + "Kachin": [ + "" + ], + "Jju": [ + "" + ], + "Kamba": [ + "" + ], + "Kawi": [ + "" + ], + "Kabardian": [ + "" + ], + "Kanembu": [ + "" + ], + "Tyap": [ + "" + ], + "Makonde": [ + "" + ], + "Kabuverdianu": [ + "" + ], + "Kenyang": [ + "" + ], + "Koro": [ + "" + ], + "Kongo": [ + "" + ], + "Kaingang": [ + "" + ], + "Khasi": [ + "" + ], + "Khotanese": [ + "" + ], + "Koyra Chiini": [ + "" + ], + "Khowar": [ + "" + ], + "Kikuyu": [ + "" + ], + "Kirmanjki": [ + "" + ], + "Kuanyama": [ + "" + ], + "Kako": [ + "" + ], + "Kazakh": [ + "" + ], + "Kalaallisut": [ + "" + ], + "Kalenjin": [ + "" + ], + "Kimbundu": [ + "" + ], + "Kambodia kasa": [ + "" + ], + "Kannada": [ + "" + ], + "Komi-Permyak": [ + "" + ], + "Konkani": [ + "" + ], + "Korea kasa": [ + "" + ], + "Kosraean": [ + "" + ], + "Kpelle": [ + "" + ], + "Karachay-Balkar": [ + "" + ], + "Krio": [ + "" + ], + "Kinaray-a": [ + "" + ], + "Kanuri": [ + "" + ], + "Karelian": [ + "" + ], + "Kurukh": [ + "" + ], + "Shambala": [ + "" + ], + "Bafia": [ + "" + ], + "Colognian": [ + "" + ], + "Kashmiri": [ + "" + ], + "Kurdish": [ + "" + ], + "Kumyk": [ + "" + ], + "Kutenai": [ + "" + ], + "Komi": [ + "" + ], + "Cornish": [ + "" + ], + "Ladino": [ + "Carregant" + ], + "Langi": [ + "" + ], + "Lahnda": [ + "" + ], + "Latin": [ + "" + ], + "Lamba": [ + "" + ], + "Luxembourgish": [ + "" + ], + "Lezghian": [ + "" + ], + "Lingua Franca Nova": [ + "" + ], + "Ganda": [ + "" + ], + "Ligurian": [ + "" + ], + "Limburgish": [ + "" + ], + "Livonian": [ + "" + ], + "Lakota": [ + "" + ], + "Lombard": [ + "" + ], + "Lingala": [ + "" + ], + "Lao": [ + "" + ], + "Mongo": [ + "" + ], + "Lozi": [ + "" + ], + "Latgalian": [ + "" + ], + "Luba-Lulua": [ + "" + ], + "Luiseno": [ + "" + ], + "Luba-Katanga": [ + "" + ], + "Lunda": [ + "" + ], + "Luo": [ + "" + ], + "Mizo": [ + "" + ], + "Luyia": [ + "" + ], + "Literary Chinese": [ + "" + ], + "Laz": [ + "" + ], + "Madurese": [ + "resetejar" + ], + "Mafa": [ + "" + ], + "Magahi": [ + "" + ], + "Maithili": [ + "" + ], + "Makasar": [ + "" + ], + "Mandingo": [ + "Carregant" + ], + "Masai": [ + "" + ], + "Maba": [ + "" + ], + "Moksha": [ + "" + ], + "Mandar": [ + "" + ], + "Mende": [ + "" + ], + "Meru": [ + "" + ], + "Morisyen": [ + "" + ], + "Middle Irish": [ + "" + ], + "Makhuwa-Meetto": [ + "" + ], + "Metaʼ": [ + "" + ], + "Micmac": [ + "" + ], + "Maori": [ + "" + ], + "Minangkabau": [ + "" + ], + "Malayalam": [ + "" + ], + "Manchu": [ + "" + ], + "Manipuri": [ + "" + ], + "Mohawk": [ + "" + ], + "Mossi": [ + "" + ], + "Western Mari": [ + "" + ], + "Marathi": [ + "" + ], + "Malay kasa": [ + "" + ], + "Mundang": [ + "" + ], + "Multiple Languages": [ + "Llengua actual" + ], + "Creek": [ + "" + ], + "Mirandese": [ + "" + ], + "Marwari": [ + "" + ], + "Mentawai": [ + "" + ], + "Bɛɛmis kasa": [ + "" + ], + "Myene": [ + "" + ], + "Erzya": [ + "" + ], + "Mazanderani": [ + "" + ], + "Min Nan Chinese": [ + "" + ], + "Neapolitan": [ + "" + ], + "Nama": [ + "" + ], + "Norwegian Bokmål": [ + "" + ], + "North Ndebele": [ + "" + ], + "Low German": [ + "" + ], + "Nɛpal kasa": [ + "" + ], + "Newari": [ + "" + ], + "Ndonga": [ + "" + ], + "Nias": [ + "" + ], + "Niuean": [ + "" + ], + "Ao Naga": [ + "" + ], + "Flemish": [ + "" + ], + "Dɛɛkye": [ + "" + ], + "Kwasio": [ + "" + ], + "Ngiemboon": [ + "" + ], + "Norwegian Nynorsk": [ + "" + ], + "Nogai": [ + "" + ], + "Old Norse": [ + "" + ], + "Novial": [ + "" + ], + "NʼKo": [ + "" + ], + "South Ndebele": [ + "" + ], + "Northern Sotho": [ + "" + ], + "Nuer": [ + "" + ], + "Navajo": [ + "" + ], + "Classical Newari": [ + "" + ], + "Nyamwezi": [ + "" + ], + "Nyankole": [ + "" + ], + "Nyanja": [ + "" + ], + "Nyoro": [ + "" + ], + "Nzima": [ + "" + ], + "Occitan": [ + "" + ], + "Ojibwa": [ + "" + ], + "Oromo": [ + "" + ], + "Oriya": [ + "" + ], + "Osage": [ + "" + ], + "Ossetic": [ + "" + ], + "Ottoman Turkish": [ + "" + ], + "Pangasinan": [ + "" + ], + "Pahlavi": [ + "" + ], + "Pampanga": [ + "" + ], + "Papiamento": [ + "Pagament" + ], + "Pungyabi kasa": [ + "" + ], + "Picard": [ + "" + ], + "Pennsylvania German": [ + "" + ], + "Plautdietsch": [ + "" + ], + "Old Persian": [ + "" + ], + "Palatine German": [ + "" + ], + "Phoenician": [ + "" + ], + "Pali": [ + "" + ], + "Pɔland kasa": [ + "" + ], + "Piedmontese": [ + "" + ], + "Pontic": [ + "" + ], + "Pohnpeian": [ + "" + ], + "Prussian": [ + "" + ], + "Old Provençal": [ + "" + ], + "Pashto": [ + "" + ], + "Brazilian Portuguese": [ + "" + ], + "Pɔɔtugal kasa": [ + "" + ], + "European Portuguese": [ + "" + ], + "Kʼicheʼ": [ + "" + ], + "Chimborazo Highland Quichua": [ + "" + ], + "Quechua": [ + "" + ], + "Rajasthani": [ + "" + ], + "Rapanui": [ + "" + ], + "Rarotongan": [ + "" + ], + "Romagnol": [ + "" + ], + "Riffian": [ + "" + ], + "Romansh": [ + "" + ], + "Rundi": [ + "" + ], + "Rombo": [ + "" + ], + "Moldavian": [ + "" + ], + "Romany": [ + "" + ], + "Root": [ + "" + ], + "Romenia kasa": [ + "" + ], + "Rotuman": [ + "" + ], + "Rusyn": [ + "" + ], + "Roviana": [ + "" + ], + "Aromanian": [ + "" + ], + "Rahyia kasa": [ + "" + ], + "Rwa": [ + "" + ], + "Rewanda kasa": [ + "" + ], + "Sandawe": [ + "" + ], + "Sakha": [ + "" + ], + "Samaritan Aramaic": [ + "" + ], + "Samburu": [ + "" + ], + "Sanskrit": [ + "" + ], + "Sasak": [ + "" + ], + "Santali": [ + "" + ], + "Saurashtra": [ + "" + ], + "Ngambay": [ + "" + ], + "Sangu": [ + "" + ], + "Sicilian": [ + "" + ], + "Scots": [ + "" + ], + "Sardinian": [ + "" + ], + "Sassarese Sardinian": [ + "" + ], + "Sindhi": [ + "" + ], + "Seneca": [ + "" + ], + "Sena": [ + "" + ], + "Seri": [ + "" + ], + "Selkup": [ + "" + ], + "Northern Sami": [ + "" + ], + "Koyraboro Senni": [ + "" + ], + "Old Irish": [ + "" + ], + "Sango": [ + "" + ], + "Samogitian": [ + "" + ], + "Tachelhit": [ + "" + ], + "Shan": [ + "" + ], + "Serbo-Croatian": [ + "" + ], + "Chadian Arabic": [ + "" + ], + "Sidamo": [ + "" + ], + "Sinhala": [ + "" + ], + "Slovak": [ + "" + ], + "Lower Silesian": [ + "" + ], + "Selayar": [ + "" + ], + "Southern Sami": [ + "" + ], + "Lule Sami": [ + "" + ], + "Inari Sami": [ + "" + ], + "Skolt Sami": [ + "" + ], + "Soninke": [ + "" + ], + "Shona": [ + "" + ], + "Sogdien": [ + "" + ], + "Somalia kasa": [ + "" + ], + "Sranan Tongo": [ + "" + ], + "Serer": [ + "" + ], + "Swati": [ + "" + ], + "Saho": [ + "" + ], + "Saterland Frisian": [ + "" + ], + "Southern Sotho": [ + "" + ], + "Sukuma": [ + "" + ], + "Susu": [ + "" + ], + "Sundanese": [ + "" + ], + "Sumerian": [ + "" + ], + "Sweden kasa": [ + "" + ], + "Comorian": [ + "" + ], + "Congo Swahili": [ + "" + ], + "Swahili": [ + "" + ], + "Classical Syriac": [ + "" + ], + "Syriac": [ + "" + ], + "Silesian": [ + "" + ], + "Tamil kasa": [ + "" + ], + "Tulu": [ + "" + ], + "Timne": [ + "" + ], + "Teso": [ + "" + ], + "Tereno": [ + "" + ], + "Telugu": [ + "" + ], + "Tetum": [ + "" + ], + "Taeland kasa": [ + "" + ], + "Tigre": [ + "" + ], + "Tigrinya": [ + "" + ], + "Tiv": [ + "Propina" + ], + "Tokelau": [ + "" + ], + "Tsakhur": [ + "" + ], + "Turkmen": [ + "" + ], + "Klingon": [ + "" + ], + "Tlingit": [ + "" + ], + "Tagalog": [ + "" + ], + "Talysh": [ + "" + ], + "Tamashek": [ + "" + ], + "Tswana": [ + "" + ], + "Nyasa Tonga": [ + "" + ], + "Tok Pisin": [ + "" + ], + "Tɛɛki kasa": [ + "" + ], + "Turoyo": [ + "" + ], + "Taroko": [ + "" + ], + "Tsakonian": [ + "" + ], + "Tsimshian": [ + "" + ], + "Tsonga": [ + "" + ], + "Tatar": [ + "" + ], + "Muslim Tat": [ + "" + ], + "Tumbuka": [ + "" + ], + "Tasawaq": [ + "" + ], + "Twi": [ + "Propina" + ], + "Tahitian": [ + "" + ], + "Tuvinian": [ + "" + ], + "Central Atlas Tamazight": [ + "" + ], + "Udmurt": [ + "" + ], + "Ugaritic": [ + "" + ], + "Uyghur": [ + "" + ], + "Ukren kasa": [ + "" + ], + "Umbundu": [ + "" + ], + "Unknown Language": [ + "Llengua actual" + ], + "Urdu kasa": [ + "" + ], + "Uzbek": [ + "" + ], + "Vai": [ + "" + ], + "Venetian": [ + "" + ], + "Veps": [ + "" + ], + "Venda": [ + "" + ], + "Viɛtnam kasa": [ + "" + ], + "West Flemish": [ + "" + ], + "Main-Franconian": [ + "" + ], + "Votic": [ + "" + ], + "Volapük": [ + "" + ], + "Võro": [ + "" + ], + "Vunjo": [ + "" + ], + "Walser": [ + "" + ], + "Wolaytta": [ + "" + ], + "Waray": [ + "" + ], + "Washo": [ + "" + ], + "Walloon": [ + "" + ], + "Warlpiri": [ + "" + ], + "Wolof": [ + "" + ], + "Wu Chinese": [ + "" + ], + "Kalmyk": [ + "" + ], + "Xhosa": [ + "" + ], + "Mingrelian": [ + "" + ], + "Soga": [ + "" + ], + "Yao": [ + "" + ], + "Yapese": [ + "" + ], + "Yangben": [ + "" + ], + "Yemba": [ + "" + ], + "Yiddish": [ + "" + ], + "Yoruba": [ + "" + ], + "Nheengatu": [ + "" + ], + "Cantonese": [ + "" + ], + "Zapotec": [ + "" + ], + "Zhuang": [ + "" + ], + "Blissymbols": [ + "" + ], + "Zeelandic": [ + "" + ], + "Zenaga": [ + "" + ], + "Standard Moroccan Tamazight": [ + "" + ], + "Simplified Chinese": [ + "" + ], + "Traditional Chinese": [ + "" + ], + "Kyaena kasa": [ + "" + ], + "Zuni": [ + "" + ], + "Zulu": [ + "" + ], + "No linguistic content": [ + "" + ], + "Zaza": [ + "" + ], + "Could not load user attention request": [ + "No s'han pogut carregar les comissions de canvi" + ], + "No notification left": [ + "" + ], + "Ignore": [ + "" + ], + "Invalid dev experiment URI.": [ + "" + ], + "URI: %1$s": [ + "%1$s" + ], + "Experiment": [ + "" + ], + "Insert lost denomination": [ + "Denominació" + ], + "Apply": [ + "" + ], + "Pending refresh": [ + "Operacions pendents" + ], + "Could not load the transfer payment status": [ + "No s'ha pogut carregar l'estatus del pagament" + ], + "Could not load the status of the order template": [ + "No s'ha pogut carregar la llista de transaccions" + ], + "required": [ + "" + ], + "Review order": [ + "" + ], + "Missing URI": [ + "" + ], + "Check the link.": [ + "Prem la icona del trencaclosques" + ], + "Could not parse the recovery URI": [ + "No s'ha pogut processar l'URI «payto»" + ], + "Try another URI": [ + "Torna a intentar" + ], + "Import backup, show info": [ + "Importar còpia de seguretat, mostrar informació" + ], + "Add new exchange": [ + "Afegir nou proveïdor" + ], + "Add exchange for %1$s": [ + "Afegir proveïdor per a %1$s" + ], + "Enter the URL of an exchange you trust.": [ + "Introdueix l'URL d'un proveïdor en qui confiïs." + ], + "An exchange has been found! Review the information and click next": [ + "S'ha trobat un proveïdor! Revisa la informació i clica «següent»" + ], + "This exchange is already in your list.": [ + "El proveïdor està llest per a la retirada" + ], + "Only exchange accessible through \"http\" and \"https\" are allowed.": [ + "" + ], + "This exchange protocol version is not supported: \" %1$s\".": [ + "" + ], + "This exchange currency \"%1$s\" doesn&apos;t match the expected currency %2$s.": [ + "Aquest proveïdor no accepta la divisa esperada: %1$s" + ], + "No exchange found in that URL.": [ + "No s'ha trobat cap proveïdor per a %1$s" + ], + "loading": [ + "carregant" + ], + "Version": [ + "Versió" + ], + "Can't use the URL: \"%1$s\"": [ + "" + ], + "Exchange URL": [ + "URL del proveïdor" + ], + "Add new contact": [ + "Afegir un altre compte" + ], + "Enter the details of a contact you trust.": [ + "Introdueix l'URL d'un proveïdor en qui confiïs." + ], + "Contact info valid.": [ + "" + ], + "This contact is already in your list.": [ + "" + ], + "Review contact": [ + "" + ], + "Contact alias": [ + "" + ], + "Alias type": [ + "" + ], + "Mailbox service": [ + "" + ], + "Mailbox address": [ + "Adreça de Bitcoin" + ], + "Contact source": [ + "" + ], + "Could not load the list of contacts": [ + "No s'ha pogut carregar la llista de transaccions" + ], + "Source": [ + "" + ], + "Send Cash": [ + "Enviar %1$s" + ], + "Request Cash": [ + "" + ], + "No contacts found.": [ + "" + ], + "Could not bank choices for account": [ + "No s'ha pogut carregar la informació de recuperació de la còpia de seguretat" + ], + "Could not load the list of messages": [ + "No s'ha pogut carregar la llista de proveïdors coneguts" + ], + "Unexpected error when trying to initialize mailbox: %1$s": [ + "" + ], + "Unexpected error when trying to delete message: %1$s": [ + "" + ], + "Unexpected error when trying to fetch messages: %1$s": [ + "" + ], + "Date": [ + "Data" + ], + "You may copy your mailbox URI from below and register it at %1$s with your alias(es) to make it easier for others to find you.": [ + "" + ], + "copy uri": [ + "copiar" + ], + "hide uri": [ + "amagar QR" + ], + "show uri": [ + "mostrar QR" + ], + "Fetch messages": [ + "Missatge del comerciant" + ], + "Mailbox not initialized": [ + "" + ], + "Initialize mailbox": [ + "" + ], + "No messages yet.": [ + "De moment no hi ha cap proveïdor" + ], + "Taler URI handler": [ + "" + ], + "Could not found a handler for the Taler URI": [ + "no s'ha pogut trobar cap proveïdor per a la divisa %1$s" + ], + "The uri read in the path parameter is not valid: \"%1$s\"": [ + "" + ], + "Digital cash payment": [ + "Pagament en efectiu digital" + ], + "Digital cash refund": [ + "Reemborsament d'efectiu digital" + ], + "Digital cash withdrawal": [ + "Retirada d'efectiu digital" + ], + "Digital cash deposit": [ + "Dipòsit d'efectiu digital" + ], + "Digital cash invoice": [ + "Factura digital" + ], + "Digital cash transfer": [ + "Transferència d'efectiu digital" + ], + "Digital cash recovery": [ + "Recuperació de cartera digital" + ], + "Development experiment": [ + "Mode de desenvolupador" + ], + "Return to wallet": [ + "" + ], + "Network is offline": [ + "" + ], + "Diagnostics timed out. Could not talk to the wallet backend.": [ + "El diagnòstic ha caducat. No s'ha pogut comunicar amb la cartera." + ], + "Problems detected:": [ + "Problemes detectats:" + ], + "Please check in your %1$s settings that you have IndexedDB enabled (check the preference name %2$s).": [ + "Si us plau, comprova a la configuració de %1$s si tens IndexedDB activat (busca el nom de preferència %2$s)." + ], + "Your wallet database is outdated. Currently automatic migration is not supported. Please go %1$s to reset the wallet database.": [ + "La base de dades de la teva cartera ha caducat. Actualment no hi ha suport per a la migració automàtica. Si us plau, ves a %1$s per resetejar la base de dades de la cartera." + ], + "here": [ + "" + ], + "Running diagnostics": [ + "Executant diagnòstics" + ], + "Edit": [ + "Editar" + ], + "List of products": [ + "Llista de productes" + ], + "free": [ + "de franc" + ], + "Could not get provider information": [ + "No s'ha pogut aconseguir informació del proveïdor" + ] + } + }, + "domain": "messages", + "plural_forms": "nplurals=2; plural=n != 1;", + "lang": "ca", + "completeness": 23 +}; +