samotari / crypto-terminal

CryptoTerminal is an open-source terminal application with which merchants can accept in-person cryptocurrency payments.
https://samotari.github.io/cryptoterminal.eu/
GNU Affero General Public License v3.0
93 stars 57 forks source link

[es] Missing translations #277

Closed chill117 closed 6 years ago

chill117 commented 6 years ago
{
  "about.version": "Version",
  "about.repo-url": "Source code and issue tracker",
  "about.support-email": "Support email",
  "getting-started.buttons.back": "Back",
  "getting-started.buttons.next": "Next",
  "getting-started.welcome.title": "Hi there!",
  "getting-started.welcome.instructions": "CryptoTerminal is designed to be used with your existing wallet application. This enables you to easily receive payments while keeping the private keys that secure your funds stored safely offline or in a hardware wallet. We recommend that you use one of the following hardware wallets to secure your funds:",
  "getting-started.welcome.ready?": "Once you have your cryptocurrency wallet prepared, you can begin the setup process by pressing the \"Start\" button below.",
  "getting-started.welcome.start": "Start",
  "getting-started.welcome.skip": "Skip the guided setup process",
  "getting-started.choose-payment-methods.title": "Choose payment methods",
  "getting-started.choose-payment-methods.instructions": "Which payment methods would you like to accept?",
  "getting-started.done.title": "Yay!",
  "getting-started.done.app-is-ready": "Your CryptoTerminal is now ready to use.",
  "getting-started.done.contact-below": "If you have any trouble or would like to provide feedback, you can reach us directly at the email address shown below.",
  "getting-started.done.ok": "OK",
  "getting-started.general-settings.title": "General settings",
  "display-payment-address.message.warning": "Warning!",
  "display-payment-address.message.offline": "Device is offline.",
  "display-payment-address.message.cannot-verify-payment": "Cannot verify payment.",
  "payment-request.crypto-amount.field-missing": "Cannot convert to cryptocurrency amount without \"{{field}}\"",
  "payment-request.crypto-amount.unknown-method": "Cannot convert to cryptocurrency amount because the payment method does not exist",
  "more-menu.recommended-mobile-wallets": "Recommended mobile wallets",
  "ct-api.missing-exchange-rates": "Missing exchange rates data",
  "recommended-mobile-wallets.title": "Recommended Mobile Wallets",
  "recommended-mobile-wallets.description": "The following are the mobile wallet applications that we recommend to our customers.",
  "recommended-mobile-wallets.instructions": "Scan a QR code with your mobile device to navigate to that app's Play or App store listing.",
  "recommended-mobile-wallets.section-title.android": "For Android devices",
  "recommended-mobile-wallets.section-title.ios": "For iOS devices",
  "bitcoin.verificationInstructions": "Please compare the following addresses with those generated by your wallet application.",
  "bitcoin.settings.addressIndex.description": "This is the starting number (zero-based) from which new addresses will be generated.",
  "bitcoin.settings.extendedPublicKey.description": "Used to generate a new receiving address every time you request a payment",
  "bitcoin.segwit-not-supported": "Segwit addresses are not supported yet. If your wallet allows you to do so, please use a \"legacy\" extended public key (xpub) instead.",
}
karliatto commented 6 years ago

Done by #279