You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

197 lines
15 KiB

{
"components.Activity.Invoice.amount": "Invoice amount",
"components.Activity.Invoice.received": "Received payment",
"components.Activity.Invoice.requested": "Requested payment",
"components.Activity.Invoice.type_paid": "Lightning invoice (paid)",
"components.Activity.Invoice.type_unpaid": "Lightning invoice (unpaid)",
"components.Activity.InvoiceModal.copy": "Copy Request",
"components.Activity.InvoiceModal.memo": "Memo",
"components.Activity.InvoiceModal.not_paid": "Not Paid",
"components.Activity.InvoiceModal.paid": "Paid",
"components.Activity.InvoiceModal.pay_req": "Payment Request",
"components.Activity.InvoiceModal.request": "Request",
"components.Activity.InvoiceModal.save": "Save as image",
"components.Activity.Payment.amount": "Payment amount",
"components.Activity.Payment.fee": "Payment fee",
"components.Activity.Payment.type": "Lightning payment",
"components.Activity.PaymentModal.fee": "Fee",
"components.Activity.PaymentModal.lightning": "Lightning Network",
"components.Activity.PaymentModal.sent": "Sent",
"components.Activity.Transaction.amount": "Transaction amount",
"components.Activity.Transaction.fee": "Transaction fee",
"components.Activity.Transaction.received": "Received",
"components.Activity.Transaction.sent": "Sent",
"components.Activity.Transaction.type": "On-chain transaction",
"components.Activity.TransactionModal.fee": "Fee",
"components.Activity.TransactionModal.on_chain": "On-Chain",
"components.Activity.TransactionModal.received": "Received",
"components.Activity.TransactionModal.sent": "Sent",
"components.Activity.all": "All",
"components.Activity.hide_expired": "Hide Expired Requests",
"components.Activity.pending": "Pending",
"components.Activity.refresh": "Refresh",
"components.Activity.requested": "Requested",
"components.Activity.search": "Search",
"components.Activity.sent": "Sent",
"components.Activity.show_expired": "Show Expired Requests",
"components.Contacts.AddChannel.manual_button": "Connect Manually",
"components.Contacts.AddChannel.manual_description": "Hm, looks like we can't see that node from here, wanna try to manually connect?",
"components.Contacts.AddChannel.offline": "Offline",
"components.Contacts.AddChannel.online": "Online",
"components.Contacts.AddChannel.pending": "Pending",
"components.Contacts.AddChannel.private": "Private",
"components.Contacts.ConnectManually.description": "Please enter the peer’s pubkey@host",
"components.Contacts.ConnectManually.placeholder": "pubkey@host",
"components.Contacts.ConnectManually.submit": "Submit",
"components.Contacts.ConnectManually.title": "Connect Manually",
"components.Contacts.Network.closing": "closing",
"components.Contacts.Network.loading": "loading",
"components.Contacts.Network.offline": "offline",
"components.Contacts.Network.online": "online",
"components.Contacts.Network.open_channel": "Open a channel",
"components.Contacts.Network.pay_limit": "Pay Limit",
"components.Contacts.Network.pending": "pending",
"components.Contacts.Network.refresh": "Refresh",
"components.Contacts.Network.req_limit": "Request Limit",
"components.Contacts.Network.search_placeholder": "search by alias or pubkey",
"components.Contacts.Network.title": "My Network",
"components.Contacts.SubmitChannelForm.description": "Opening a channel will help you send and receive money on the Lightning Network. You aren't spending any money, rather moving the money you plan to use onto the network.",
"components.Contacts.SubmitChannelForm.duplicate_warnig": "You currently have {activeChannels, plural, zero {no active channels} one {1 active channel} other {{activeChannels} active channels}} open to {aliasMsg, select, this_node {this node} other {{aliasMsg}}} with a capacity of",
"components.Contacts.SubmitChannelForm.submit": "Submit",
"components.Contacts.SubmitChannelForm.title": "Add Funds to Network",
"components.Contacts.SuggestedNodes.connect": "Connect",
"components.Contacts.SuggestedNodes.empty_description": "Hmmm, looks like you don't have any channels yet. Here are some suggested nodes to open a channel with to get started",
"components.Contacts.SuggestedNodes.empty_description_alt": "Hmmm, looks like you don't have any channels yet. Open some channels to get started.",
"components.LoadingBolt.loading": "loading",
"components.Onboarding.Autopilot.disable": "Disable Autopilot",
"components.Onboarding.Autopilot.enable": "Enable Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Paste the full content of your BTCPay Server connection config file. This can be found by clicking the link entitled 'Click here to open the configuration file' in your BTCPay Server gRPC settings.",
"components.Onboarding.BtcPayServer.btcpay_error": "Invalid connection string.",
"components.Onboarding.BtcPayServer.connection_string_label": "Connection String",
"components.Onboarding.BtcPayServer.connection_string_placeholder": "BTCPay Server Connection String",
"components.Onboarding.ConnectionConfirm.verify_host_description": "Please check the hostname carefully.",
"components.Onboarding.ConnectionConfirm.verify_host_title": "Are you sure you want to connect to",
"components.Onboarding.ConnectionDetails.cert_description": "Path to the lnd tls cert. Example: /path/to/tls.cert",
"components.Onboarding.ConnectionDetails.cert_title": "TLS Certificate",
"components.Onboarding.ConnectionDetails.hostname_description": "Hostname and port of the Lnd gRPC interface. Example: localhost:10009",
"components.Onboarding.ConnectionDetails.hostname_title": "Host",
"components.Onboarding.ConnectionDetails.macaroon_description": "Path to the lnd macaroon file. Example: /path/to/admin.macaroon",
"components.Onboarding.ConnectionType.btcpay_description": "Connect to your own BTCPay Server instance to access your BTCPay Server wallet.",
"components.Onboarding.ConnectionType.custom": "Custom",
"components.Onboarding.ConnectionType.custom_description": "Connect to your own node. You will need to provide your own connection settings so this is for advanced users only.",
"components.Onboarding.ConnectionType.default": "Default",
"components.Onboarding.ConnectionType.default_description": "By selecting the default mode we will do everything for you. Just click and go!",
"components.Onboarding.ConnectionType.only": "only",
"components.Onboarding.FormContainer.back": "back",
"components.Onboarding.FormContainer.help": "Need Help?",
"components.Onboarding.FormContainer.next": "Next",
"components.Onboarding.Login.password_placeholder": "Password",
"components.Onboarding.Login.unlock": "Unlock",
"components.Onboarding.Login.unlocking": "Unlocking",
"components.Onboarding.NewWalletPassword.password_confirm_placeholder": "Confirm Password",
"components.Onboarding.NewWalletPassword.password_error_length": "Password must be at least {passwordMinLength} characters long",
"components.Onboarding.NewWalletPassword.password_error_match": "Passwords do not match",
"components.Onboarding.NewWalletPassword.password_placeholder": "Password",
"components.Onboarding.NewWalletPassword.unlock": "Unlock",
"components.Onboarding.RecoverForm.word_placeholder": "word",
"components.Onboarding.Signup.signup_create": "Create new wallet",
"components.Onboarding.Signup.signup_import": "Import existing wallet",
"components.Onboarding.alias_description": "Set your nickname to help others connect with you on the Lightning Network",
"components.Onboarding.alias_title": "What should we call you?",
"components.Onboarding.autopilot_description": "Autopilot is an automatic network manager. Instead of manually adding people to build your network to make payments, enable autopilot to automatically connect you to the Lightning Network using 60% of your balance.",
"components.Onboarding.autopilot_title": "Autopilot",
"components.Onboarding.btcpay_description": "Enter the connection details for your BTCPay Server node.",
"components.Onboarding.btcpay_title": "BTCPay Server",
"components.Onboarding.confirm_connection_description": "Confirm the connection details for your Lightning node.",
"components.Onboarding.confirm_connection_title": "Confirm connection",
"components.Onboarding.connection_description": "By default, Zap will spin up a node for you and handle all the nerdy stuff in the background. However, you can also set up a custom node connection and use Zap to control a remote node if you desire (for advanced users).",
"components.Onboarding.connection_details_custom_description": "Enter the connection details for your Lightning node.",
"components.Onboarding.connection_details_custom_title": "Connection details",
"components.Onboarding.connection_title": "How do you want to connect to the Lightning Network?",
"components.Onboarding.create_wallet_password_description": "Looks like you are new here. Set a password to encrypt your wallet. This password will be needed to unlock Zap in the future",
"components.Onboarding.create_wallet_password_title": "Welcome!",
"components.Onboarding.import_description": "Recovering a wallet, nice. You don't need anyone else, you got yourself :)",
"components.Onboarding.import_title": "Import your seed",
"components.Onboarding.login_description": "It looks like you already have a wallet (wallet found at: `{walletDir}`). Please enter your wallet password to unlock it.",
"components.Onboarding.login_title": "Welcome back!",
"components.Onboarding.retype_seed_description": "Your seed is important! If you lose your seed you'll have no way to recover your wallet. To make sure that you have properly saved your seed, please retype words {word1}, {word2} & {word3}",
"components.Onboarding.retype_seed_title": "Retype your seed",
"components.Onboarding.save_seed_description": "Please save these 24 words securely! This will allow you to recover your wallet in the future",
"components.Onboarding.save_seed_title": "Save your wallet seed",
"components.Onboarding.signup_description": "Would you like to create a new wallet or import an existing one?",
"components.Onboarding.signup_title": "Alright, let's get set up",
"components.Pay.amount": "Amount",
"components.Pay.back": "Back",
"components.Pay.calculating": "calculating",
"components.Pay.current_balance": "Your current balance",
"components.Pay.description": "You can send Bitcoin (BTC) through the Lightning Network or make a On-Chain Transaction. Just paste your Lightning Payment Request or the Bitcoin Address in the field below. Zap will guide you to the process.",
"components.Pay.error_no_route": "We were unable to find a route to your destination. Please try again later.",
"components.Pay.error_not_enough_funds": "You do not have enough funds available to make this payment.",
"components.Pay.fee": "Fee",
"components.Pay.fee_less_than_1": "less than 1 satoshi",
"components.Pay.fee_per_byte": "per byte",
"components.Pay.fee_range": "between {minFee} and {maxFee} satoshis",
"components.Pay.fee_unknown": "unknown",
"components.Pay.fee_upto": "up to {maxFee} satoshi",
"components.Pay.memo": "Memo",
"components.Pay.next": "Next",
"components.Pay.next_block_confirmation": "next block confirmation",
"components.Pay.request_label_combined": "Payment Request or Address",
"components.Pay.request_label_offchain": "Payment Request",
"components.Pay.request_label_onchain": "Address",
"components.Pay.searching_routes": "searching for routes",
"components.Pay.send": "Send",
"components.Pay.subtitle_offchain": "Lightning Payment",
"components.Pay.subtitle_onchain": "On-Chain Payment",
"components.Pay.total": "Total",
"components.Request.address_notification_title": "Address copied",
"components.Request.amount": "Amount",
"components.Request.button_text": "Request",
"components.Request.copied_notification_description": "Payment address has been copied to your clipboard",
"components.Request.copy_button_text": "Copy invoice",
"components.Request.description": "You can request Bitcoin (BTC) through the Lightning Network. Just enter the Amount you want to request in the field below. Zap will generate a QR-Code and a Lightning invoice after.",
"components.Request.ln_invoice": "Lightning Invoice",
"components.Request.memo": "Memo",
"components.Request.memo_placeholder": "For example \"Dinner last night\"",
"components.Request.not_paid": "not paid",
"components.Request.paid": "paid",
"components.Request.qrcode": "QR-Code",
"components.Request.status": "Request Status",
"components.Request.subtitle": "through the Lightning Network",
"components.Request.title": "Request",
"components.Request.total": "Total",
"components.Settings.Fiat.title": "Fiat Currency",
"components.Settings.Locale.title": "Language",
"components.Settings.Menu.fiat": "Fiat Currency",
"components.Settings.Menu.locale": "Language",
"components.Settings.Menu.theme": "Theme",
"components.Settings.Theme.dark": "Dark",
"components.Settings.Theme.light": "Light",
"components.Settings.Theme.title": "Theme",
"components.Syncing.block_progress": "Block {currentBlock} of {totalBlocks}",
"components.Syncing.filter_progress": "Commitment Filter {currentFilter} of {totalFilters}",
"components.Syncing.fund_description": "Might as well fund your wallet while you’re waiting to sync.",
"components.Syncing.fund_title": "Fund your Zap wallet",
"components.Syncing.grab_coffee": "It looks like this could take some time - you might want to grab a coffee or try again later!",
"components.Syncing.preparing": "Preparing…",
"components.Syncing.sync_caption": "Syncing to the blockchain",
"components.Syncing.sync_description": "Please wait a while whilst we fetch all of your latest data from the blockchain.",
"components.Syncing.sync_title": "Welcome back to your Zap wallet!",
"components.Syncing.waiting_for_peers": "Waiting for peers…",
"components.UI.expired": "Expired",
"components.UI.expires": "Expires",
"components.UI.invalid_request": "Not a valid {chain} request.",
"components.UI.payreq_placeholder": "Paste a Lightning Payment Request or Bitcoin Address here",
"components.UI.required_field": "This is a required field",
"components.UI.valid_request": "Valid {chain} request",
"components.Wallet.ReceiveModal.bitcoin_address": "Bitcoin Address",
"components.Wallet.ReceiveModal.copy_address": "Copy address",
"components.Wallet.ReceiveModal.copy_pubkey": "Copy Pubkey",
"components.Wallet.ReceiveModal.node_pubkey": "Node Pubkey",
"components.Wallet.ReceiveModal.node_public_key": "Node Public Key",
"components.Wallet.pay": "Pay",
"components.Wallet.payment_success": "Successfully sent payment",
"components.Wallet.request": "Request",
"components.Wallet.sending_tx": "Sending your transaction…",
"components.Wallet.transaction_success": "Successfully sent transaction"
}