Browse Source

chore(i18n): add machine generated translations for 9 languages (#260)

Added translation files processed by Google Translate for the following languages:
French
German
Spanish
Russian
Italian
Chinese Simplified
Portuguese (Brazilian)
Japanese
Korean
master
jamaljsr 5 years ago
parent
commit
ce0f6b3e52
  1. 255
      src/i18n/locales/af-ZA.json
  2. 255
      src/i18n/locales/ar-SA.json
  3. 255
      src/i18n/locales/ca-ES.json
  4. 255
      src/i18n/locales/cs-CZ.json
  5. 255
      src/i18n/locales/da-DK.json
  6. 255
      src/i18n/locales/de-DE.json
  7. 255
      src/i18n/locales/el-GR.json
  8. 255
      src/i18n/locales/es-ES.json
  9. 255
      src/i18n/locales/fi-FI.json
  10. 255
      src/i18n/locales/fr-FR.json
  11. 255
      src/i18n/locales/he-IL.json
  12. 255
      src/i18n/locales/hu-HU.json
  13. 255
      src/i18n/locales/it-IT.json
  14. 255
      src/i18n/locales/ja-JP.json
  15. 255
      src/i18n/locales/ko-KR.json
  16. 255
      src/i18n/locales/nl-NL.json
  17. 255
      src/i18n/locales/no-NO.json
  18. 255
      src/i18n/locales/pl-PL.json
  19. 255
      src/i18n/locales/pt-BR.json
  20. 255
      src/i18n/locales/pt-PT.json
  21. 255
      src/i18n/locales/ro-RO.json
  22. 255
      src/i18n/locales/ru-RU.json
  23. 255
      src/i18n/locales/sr-SP.json
  24. 255
      src/i18n/locales/sv-SE.json
  25. 255
      src/i18n/locales/tr-TR.json
  26. 255
      src/i18n/locales/uk-UA.json
  27. 255
      src/i18n/locales/vi-VN.json
  28. 255
      src/i18n/locales/zh-CN.json
  29. 255
      src/i18n/locales/zh-TW.json

255
src/i18n/locales/af-ZA.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/ar-SA.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/ca-ES.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/cs-CZ.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/da-DK.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/de-DE.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Beginnend",
"enums.status.Started": "Gestartet",
"enums.status.Stopping": "Anhalten",
"enums.status.Stopped": "Gestoppt",
"enums.status.Error": "Error",
"cmps.forms.required": "erforderlich",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "{{label}} in die Zwischenablage kopiert",
"cmps.common.NavMenu.createNetwork": "Netzwerk erstellen",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Starten",
"cmps.common.OpenTerminalButton.info": "Führen Sie '{{cmd}}-Befehle direkt auf dem Knoten aus",
"cmps.common.RestartNode.title": "Knoten neu starten",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Halt",
"cmps.common.RestartNode.confirmBtn": "Ja",
"cmps.common.RestartNode.cancelBtn": "Stornieren",
"cmps.common.RestartNode.startConfirmTitle": "Möchten Sie den {{name}} Knoten starten?",
"cmps.common.RestartNode.startSuccess": "Der Knoten {{name}} wurde gestartet",
"cmps.common.RestartNode.startError": "Der Knoten konnte nicht gestartet werden",
"cmps.common.RestartNode.stopConfirmTitle": "Möchten Sie den {{name}} Knoten wirklich stoppen?",
"cmps.common.RestartNode.stopSuccess": "Der Knoten {{name}} wurde gestoppt",
"cmps.common.RestartNode.stopError": "Der Knoten konnte nicht gestoppt werden",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Knoten aus dem Netzwerk entfernen",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Entfernen",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Möchten Sie {{name}} wirklich aus dem Netzwerk entfernen?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Alle Blitzknoten, die diesen Knoten als Backend verwenden, werden mit dem ersten Bitcoin Knoten verbunden.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "Das Netzwerk wird neu gestartet, um LN Knoten mit einem anderen Backend und Bitcoin Knoten mit anderen Peers zu verbinden. Dies kann bis zu einer Minute dauern.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Ja",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Stornieren",
"cmps.designer.bitcoind.actions.RemoveNode.success": "Der Knoten {{name}} wurde aus dem Netzwerk entfernt",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Knoten kann nicht entfernt werden",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Verbinden",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Aktionen",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Ich warte darauf, dass Bitcoind online geht",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Verbindung zum Knoten nicht möglich",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Nutzername",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Passwort",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API-Dokumente",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Der Knoten muss gestartet werden, um die Verbindungsinformationen anzuzeigen",
"cmps.designer.bitcoind.InfoTab.nodeType": "Knotentyp",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementierung",
"cmps.designer.bitcoind.InfoTab.version": "Ausführung",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Guthaben ausgeben",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Unreife Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Blockhöhe",
"cmps.designer.bitcoind.InfoTab.blockHash": "Hash blockieren",
"cmps.designer.bitcoind.InfoTab.startError": "Verbindung zum Bitcoin Knoten nicht möglich",
"cmps.designer.bitcoind.MineBlocksInput.label": "Blöcke manuell abbauen",
"cmps.designer.bitcoind.MineBlocksInput.error": "Kann keine Blöcke abbauen",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Bergwerk",
"cmps.designer.default.DefaultSidebar.title": "Netzwerk Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Klicken Sie auf ein Element im Designer, um Details anzuzeigen",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Knoten hinzufügen",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Ziehen Sie einen Knoten auf die Leinwand, um ihn dem Netzwerk hinzuzufügen",
"cmps.designer.default.DefaultSidebar.showVersions": "Alle Versionen anzeigen",
"cmps.designer.link.Backend.title": "Ketten-Backend-Verbindung",
"cmps.designer.link.Backend.desc": "Lightning Knoten verlassen sich auf Blockchain Knoten, um Transaktionen zu senden und Bestätigungsbenachrichtigungen über Transaktionen zu erhalten, die sie betreffen. Sie können diese Verbindung ändern, wenn Sie möchten.",
"cmps.designer.link.Backend.btnText": "Ändern Sie das Backend",
"cmps.designer.link.Backend.lightningTitle": "Blitzknoten",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Knoten",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementierung",
"cmps.designer.link.Backend.version": "Ausführung",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Kanaldetails",
"cmps.designer.link.Channel.sourceTitle": "Quellknoten",
"cmps.designer.link.Channel.destinationTitle": "Zielknoten",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Kapazität",
"cmps.designer.link.Channel.sourceBalance": "Quellensaldo",
"cmps.designer.link.Channel.destinationBalance": "Zielguthaben",
"cmps.designer.link.Channel.channelPoint": "Kanalpunkt",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementierung",
"cmps.designer.link.Channel.version": "Ausführung",
"cmps.designer.link.Channel.closeChanBtn": "Kanal schließen",
"cmps.designer.link.Channel.closeChanModalTitle": "Möchtest du diesen Kanal wirklich schließen?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Ja",
"cmps.designer.link.Channel.closeChanCancelBtn": "Stornieren",
"cmps.designer.link.Channel.closeChanSuccess": "Der Kanal wurde geschlossen",
"cmps.designer.link.Channel.closeChanError": "Kanal kann nicht geschlossen werden",
"cmps.designer.link.LinkDetails.invalidTitle": "Ungültige Auswahl",
"cmps.designer.link.LinkDetails.invalidMsg": "Sie haben es irgendwie geschafft, einen ungültigen Link auszuwählen. Klicken Sie oben auf das Symbol zum erneuten Laden, um sicherzustellen, dass Ihr Diagramm den Status in Ihren Knoten korrekt darstellt",
"cmps.designer.link.Peer.title": "Bitcoin Peer Verbindung",
"cmps.designer.link.Peer.desc": "Bitcoin Knoten kommunizieren über Peer to Peer-Verbindungen, um Transaktionen und Blöcke zu übertragen. Polar verbindet automatisch alle Bitcoin Knoten miteinander, wenn das Netzwerk gestartet wird.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementierung",
"cmps.designer.link.Peer.version": "Ausführung",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Blitzrechnung erstellen",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Knoten",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Menge",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Stornieren",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Rechnung erstellen",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Die Rechnung konnte nicht erstellt werden",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Die Rechnung wurde erfolgreich erstellt",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Bezahlen Sie die Rechnung unten, um {{amount}} sats an {{nodeName}} zu senden",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Kopieren und schließen",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Kopierte Rechnung in die Zwischenablage",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Ändern Sie das Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Wenn Sie das Backend des Lightning Knotens ändern, wird dieser angewiesen, einen anderen Bitcoin Knoten zum Senden / Empfangen von Blöcken und Transaktionen zu verwenden.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Blitzknoten",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Knoten",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "Der Knoten {{name}} wird automatisch neu gestartet, um die Änderung zu übernehmen.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Stornieren",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Ändern Sie das Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Der Backend-Knoten kann nicht geändert werden",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} führt {{ln.implementation}} v{{ln.version}} was mit Bitcoin Core v{{requiredVersion}} und älter kompatibel ist. {{backend.name}} läuft auf v{{backend.version}} kann also nicht verwendet werden.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Der Backend-Knoten wurde erfolgreich aktualisiert",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "Der {{ln}} Knoten ruft die Daten der Kette von {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Guthaben einzahlen",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Anzahlung",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Hinterlegt {{amount}} sats zu {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Einzahlungen nicht möglich",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Kanal öffnen",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Eingehend",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Ausgehend",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Öffne neuen Kanal",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Quelle",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Ziel",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Kapazität",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Zahlen Sie genug Geld auf {selectedFrom} um den Kanal zu öffnen",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Ein Kanal von einem Knoten zu sich selbst kann nicht geöffnet werden",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Stornieren",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Kanal öffnen",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Knotensalden können nicht abgerufen werden",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Kanal kann nicht geöffnet werden",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Blitz-Rechnung bezahlen",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "Vom Knoten",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Rechnung",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Stornieren",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Rechnung bezahlen",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Die Rechnung kann nicht bezahlt werden",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Die Rechnung wurde erfolgreich bezahlt",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "{{amount}} Sats von {{nodeName}} gesendet",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Zahlungen",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Rechnung bezahlen",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Rechnung erstellen",
"cmps.designer.lightning.actions.RemoveNode.title": "Knoten aus dem Netzwerk entfernen",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Entfernen",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Möchten Sie {{name}} wirklich aus dem Netzwerk entfernen?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Alle offenen Kanäle mit diesem Knoten sind nicht funktionsfähig und werden im Designer nicht angezeigt.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Ja",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Stornieren",
"cmps.designer.lightning.actions.RemoveNode.success": "Der Knoten {{name}} wurde aus dem Netzwerk entfernt",
"cmps.designer.lightning.actions.RemoveNode.error": "Knoten kann nicht entfernt werden",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Makrone",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Schreibgeschützte Makrone",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Makrone",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Schreibgeschützte Makrone",
"cmps.designer.lightning.connect.EncodedStrings.error": "Fehler beim Codieren des Dateiinhalts",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "LND Connect-URL kann nicht erstellt werden",
"cmps.designer.lightning.ActionsTab.notStarted": "Der Knoten muss gestartet werden, um Aktionen auszuführen",
"cmps.designer.lightning.ConnectTab.notStarted": "Der Knoten muss gestartet werden, um die Verbindungsinformationen anzuzeigen",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST-Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API-Dokumente",
"cmps.designer.lightning.ConnectTab.filePaths": "Dateipfade",
"cmps.designer.lightning.ConnectTab.hexStrings": "VERHEXEN",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Knotentyp",
"cmps.designer.lightning.InfoTab.implementation": "Implementierung",
"cmps.designer.lightning.InfoTab.version": "Ausführung",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Bestätigter Saldo",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unbestätigter Saldo",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Mit Kette synchronisiert",
"cmps.designer.lightning.InfoTab.blockHeight": "Blockhöhe",
"cmps.designer.lightning.InfoTab.channels": "Kanäle",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Aktiv / Ausstehend / Inaktiv",
"cmps.designer.lightning.InfoTab.startError": "Verbindung zu {{implementation}} Knoten nicht möglich",
"cmps.designer.lightning.InfoTab.syncWarning": "Nicht synchron mit der Kette. Meins einen Block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Verbinden",
"cmps.designer.lightning.LightningDetails.actions": "Aktionen",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Ich warte darauf, dass {{implementation}} online geht",
"cmps.designer.lightning.LightningDetails.connectError": "Verbindung zu {{implementation}} Knoten nicht möglich",
"cmps.designer.SyncButton.syncSuccess": "Der Designer wurde mit den Lightning Knoten synchronisiert",
"cmps.designer.SyncButton.syncError": "Netzwerk konnte nicht synchronisiert werden",
"cmps.designer.SyncButton.syncBtnTip": "Kanäle von Knoten aktualisieren",
"cmps.home.DetectDockerModal.dockerError": "Docker Fehler",
"cmps.home.DetectDockerModal.notFound": "Nicht gefunden",
"cmps.home.DetectDockerModal.notDetected": "Docker nicht erkannt",
"cmps.home.DetectDockerModal.description": "Um ein Lightning Netzwerk zu starten, müssen Docker und Docker Compose auf diesem Computer installiert und ausgeführt werden.",
"cmps.home.DetectDockerModal.download": "Herunterladen",
"cmps.home.DetectDockerModal.versionsTitle": "Installierte Docker Versionen",
"cmps.home.DetectDockerModal.checkAgain": "Nochmal Überprüfen",
"cmps.home.GetStarted.title": "Lass uns anfangen!",
"cmps.home.GetStarted.createBtn": "Erstellen Sie ein Lightning Netzwerk",
"cmps.home.Home.initError": "Anwendungsstatus kann nicht initialisiert werden",
"cmps.home.NetworkCard.lightningNodes": "Blitzknoten",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Knoten",
"cmps.network.NetworkActions.menuRename": "Umbenennen",
"cmps.network.NetworkActions.menuDelete": "Löschen",
"cmps.network.NetworkActions.primaryBtnStarting": "Beginnend",
"cmps.network.NetworkActions.primaryBtnStop": "Halt",
"cmps.network.NetworkActions.primaryBtnStopping": "Anhalten",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Neustart",
"cmps.network.NetworkActions.mineBtn": "Schnelle Mine",
"cmps.network.NetworkActions.mineError": "Kann keine Blöcke abbauen",
"cmps.network.NetworkView.missingImages": "Das Starten dieses Netzwerks dauert etwas länger als normal, da Docker-Images verwendet werden, die noch nicht heruntergeladen wurden.",
"cmps.network.NetworkView.renameSave": "Speichern",
"cmps.network.NetworkView.renameCancel": "Stornieren",
"cmps.network.NetworkView.renameError": "Fehler beim Umbenennen des Netzwerks",
"cmps.network.NetworkView.deleteTitle": "Möchten Sie dieses Netzwerk wirklich löschen?",
"cmps.network.NetworkView.deleteContent": "Alle Blockchain Daten werden dauerhaft entfernt.",
"cmps.network.NetworkView.deleteConfirmBtn": "Ja",
"cmps.network.NetworkView.deleteCancelBtn": "Stornieren",
"cmps.network.NetworkView.deleteSuccess": "Das Netzwerk '{{name}}' und seine Daten wurden gelöscht!",
"cmps.network.NetworkView.deleteError": "Das Netzwerk kann nicht gelöscht werden",
"cmps.network.NewNetwork.title": "Erstellen Sie ein neues Lightning Netzwerk",
"cmps.network.NewNetwork.nameLabel": "Netzwerkname",
"cmps.network.NewNetwork.namePhldr": "Mein Blitz Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "Wie viele LND Knoten?",
"cmps.network.NewNetwork.clightningNodesLabel": "Wie viele C-Lightning Knoten?",
"cmps.network.NewNetwork.clightningWindows": "Wird unter Windows noch nicht unterstützt.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "Diagramm für Netzwerk mit ID {{networkId}} nicht gefunden",
"cmps.network.NewNetwork.btnCreate": "Erstellen",
"cmps.terminal.DockerTerminal.connected": "Verbunden mit dem {{type}} Docker Container {{name}}...",
"cmps.terminal.DockerTerminal.connectErr": "Verbindung zum Terminal nicht möglich",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Ungültiger Knotentyp '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker-Container '{{name}}' nicht gefunden",
"cmps.terminal.DockerTerminal.cliUpdating": "Aktualisieren von {{cli}} um immer das Wiederholungstest-Netzwerk zu verwenden",
"store.models.bitcoind.mineError": "Die Anzahl der Blöcke zu mir muss eine positive Zahl sein",
"store.models.designer.notFoundError": "Diagramm für Netzwerk mit ID {{networkId}} nicht gefunden",
"store.models.designer.linkErrNotStarted": "Die Knoten müssen zuerst gestartet werden",
"store.models.designer.linkErrTitle": "Knoten können nicht verbunden werden",
"store.models.designer.linkErrBitcoin": "Verbindungen zwischen Bitcoin Knoten werden automatisch verwaltet",
"store.models.designer.linkErrPorts": "Verwenden Sie die oberen und unteren Anschlüsse, um eine Verbindung zwischen Bitcoin- und Lightning Knoten herzustellen",
"store.models.designer.dropErrTitle": "Fehler beim Hinzufügen des Knotens",
"store.models.designer.dropErrMsg": "Es kann kein neuer Knoten hinzugefügt werden, während das Netzwerk wechselt",
"store.models.network.networkByIdErr": "Netzwerk mit der ID '{{networkId}}' wurde nicht gefunden.",
"store.models.network.nodeByNameErr": "Der Knoten '{{name}}' wurde nicht gefunden.",
"store.models.network.connectedErr": "Der Knoten '{{lnName}}' ist bereits mit '{{backendName}}' verbunden",
"store.models.network.renameErr": "Der Netzwerkname '{{name}}' ist ungültig",
"store.models.network.removeLastErr": "Der einzige Bitcoin Knoten kann nicht entfernt werden",
"store.models.network.removeCompatErr": "Es gibt keine anderen kompatiblen backends für {{lnName}} mit denen eine Verbindung hergestellt werden kann. Sie müssen zuerst den Knoten {{lnName}} entfernen",
"utils.network.backendCompatError": "Dieses Netzwerk enthält keinen Bitcoin Core v{{requiredVersion}} (oder niedrigeren) Knoten, der für {{implementation}} v{{version}} erforderlich ist"
}

255
src/i18n/locales/el-GR.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/es-ES.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Comenzando",
"enums.status.Started": "Empezado",
"enums.status.Stopping": "Parada",
"enums.status.Stopped": "Detenido",
"enums.status.Error": "Error",
"cmps.forms.required": "necesario",
"cmps.common.form.LightningNodeSelect.balance": "Equilibrar",
"cmps.common.CopyIcon.message": "Copiado {{label}} al portapapeles",
"cmps.common.NavMenu.createNetwork": "Crear red",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Lanzamiento",
"cmps.common.OpenTerminalButton.info": "Ejecute los comandos '{{cmd}}' directamente en el nodo",
"cmps.common.RestartNode.title": "Reiniciar nodo",
"cmps.common.RestartNode.startBtn": "comienzo",
"cmps.common.RestartNode.stopBtn": "Detener",
"cmps.common.RestartNode.confirmBtn": "si",
"cmps.common.RestartNode.cancelBtn": "Cancelar",
"cmps.common.RestartNode.startConfirmTitle": "¿Desea iniciar el nodo {{name}}?",
"cmps.common.RestartNode.startSuccess": "El nodo {{name}} ha sido iniciado",
"cmps.common.RestartNode.startError": "No se puede iniciar el nodo",
"cmps.common.RestartNode.stopConfirmTitle": "¿Seguro que quieres detener el nodo {{name}}?",
"cmps.common.RestartNode.stopSuccess": "El nodo {{name}} ha sido detenido",
"cmps.common.RestartNode.stopError": "No se puede detener el nodo",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Eliminar nodo de la red",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "retirar",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "¿Estás seguro de que deseas eliminar {{name}} de la red?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Cualquier nodo lightning que use este nodo como backend se conectará al primer nodo bitcoin.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "La red se reiniciará para conectar nodos LN a otro backend y nodos bitcoin a otros pares. Esto puede tardar hasta un minuto en completarse.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "si",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancelar",
"cmps.designer.bitcoind.actions.RemoveNode.success": "El nodo {{name}} ha sido eliminado de la red",
"cmps.designer.bitcoind.actions.RemoveNode.error": "No se puede eliminar el nodo",
"cmps.designer.bitcoind.BitcoinDetails.info": "Informacion",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Conectar",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Comportamiento",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Esperando a que bitcoind se conecte",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "No se puede conectar al nodo",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "Host RPC",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Nombre de usuario",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Contraseña",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "Documentos de API",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Se necesita iniciar el nodo para ver la información de conexión",
"cmps.designer.bitcoind.InfoTab.nodeType": "Tipo de nodo",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementación",
"cmps.designer.bitcoind.InfoTab.version": "Versión",
"cmps.designer.bitcoind.InfoTab.status": "Estado",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Saldo gastable",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Equilibrio inmaduro",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Altura del bloque",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "No se puede conectar al nodo bitcoin",
"cmps.designer.bitcoind.MineBlocksInput.label": "Bloques de mina manual",
"cmps.designer.bitcoind.MineBlocksInput.error": "Incapaz de extraer bloques",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mía",
"cmps.designer.default.DefaultSidebar.title": "Diseñador de red",
"cmps.designer.default.DefaultSidebar.mainDesc": "Haga clic en un elemento en el diseñador para ver detalles",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Agregar nodos",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Arrastre un nodo debajo del lienzo para agregarlo a la red",
"cmps.designer.default.DefaultSidebar.showVersions": "Mostrar todas las versiones",
"cmps.designer.link.Backend.title": "Conexión de backend de cadena",
"cmps.designer.link.Backend.desc": "Los nodos Lightning dependen de los nodos blockchain para enviar transacciones y recibir notificaciones de confirmación sobre las transacciones que les interesan. Puede cambiar esta conexión si lo desea.",
"cmps.designer.link.Backend.btnText": "Cambiar backend",
"cmps.designer.link.Backend.lightningTitle": "Nodo Rayo",
"cmps.designer.link.Backend.bitcoinTitle": "Nodo Bitcoin",
"cmps.designer.link.Backend.name": "Nombre",
"cmps.designer.link.Backend.implementation": "Implementación",
"cmps.designer.link.Backend.version": "Versión",
"cmps.designer.link.Backend.status": "Estado",
"cmps.designer.link.Channel.title": "Detalles del canal",
"cmps.designer.link.Channel.sourceTitle": "Nodo de origen",
"cmps.designer.link.Channel.destinationTitle": "Nodo de destino",
"cmps.designer.link.Channel.status": "Estado",
"cmps.designer.link.Channel.capacity": "Capacidad",
"cmps.designer.link.Channel.sourceBalance": "Saldo de origen",
"cmps.designer.link.Channel.destinationBalance": "Balance de destino",
"cmps.designer.link.Channel.channelPoint": "Punto de canal",
"cmps.designer.link.Channel.name": "Nombre",
"cmps.designer.link.Channel.implementation": "Implementación",
"cmps.designer.link.Channel.version": "Versión",
"cmps.designer.link.Channel.closeChanBtn": "Cerrar canal",
"cmps.designer.link.Channel.closeChanModalTitle": "¿Seguro que quieres cerrar este canal?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "si",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancelar",
"cmps.designer.link.Channel.closeChanSuccess": "El canal ha sido cerrado",
"cmps.designer.link.Channel.closeChanError": "No se puede cerrar el canal",
"cmps.designer.link.LinkDetails.invalidTitle": "Selección invalida",
"cmps.designer.link.LinkDetails.invalidMsg": "De alguna manera has logrado seleccionar un enlace no válido. Haga clic en el icono de recarga arriba para asegurarse de que su gráfico represente con precisión el estado en sus nodos",
"cmps.designer.link.Peer.title": "Conexión entre pares de Bitcoin",
"cmps.designer.link.Peer.desc": "Los nodos de Bitcoin se comunican a través de sus conexiones de igual a igual para transmitir transacciones y bloques. Polar conecta automáticamente todos los nodos de Bitcoin entre sí cuando se inicia la red.",
"cmps.designer.link.Peer.peer1Title": "Par 1",
"cmps.designer.link.Peer.peer2Title": "Par 2",
"cmps.designer.link.Peer.name": "Nombre",
"cmps.designer.link.Peer.implementation": "Implementación",
"cmps.designer.link.Peer.version": "Versión",
"cmps.designer.link.Peer.status": "Estado",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Crear factura de rayo",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Nodo",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Cantidad",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancelar",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Crear factura",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "No se puede crear la factura",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Creó con éxito la factura",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pague la siguiente factura para enviar {{amount}} sats a {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copiar y cerrar",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Factura copiada al portapapeles",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Cambiar el backend del nodo Lightning",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Cambiar el backend del Lightning Node le indicará que use un nodo Bitcoin diferente para enviar / recibir bloques y transacciones.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Nodo Rayo",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Nodo Bitcoin",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "El nodo {{name}} se reiniciará automáticamente para aplicar el cambio.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancelar",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Cambiar backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "No se puede cambiar el nodo de fondo",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} ejecuta {{ln.implementation}} v{{ln.version}} que es compatible con Bitcoin Core v{{requiredVersion}} y versiones anteriores. {{backend.name}} ejecuta v{{backend.version}} por lo que no se puede usar.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Se actualizó correctamente el nodo de fondo",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "El nodo {{ln}} extraerá datos de la cadena de {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Fondos de depósito",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Depositar",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Depositado {{amount}} sats a {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Incapaz de depositar fondos",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Canal abierto",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Entrante",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Saliente",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Abrir nuevo canal",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Fuente",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destino",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacidad",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Mínimo: {{min}} - Máximo {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposite fondos suficientes en {selectedFrom} para abrir el canal",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "No se puede abrir un canal de un nodo a sí mismo",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancelar",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Canal abierto",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "No es posible recuperar saldos de nodos",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "No se puede abrir el canal.",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pagar factura de rayo",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "Del nodo",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "PERNO 11 Factura",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancelar",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Factura de pago",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Incapaz de pagar la factura",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Pagó exitosamente la factura",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Enviado {{amount}} sats de {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Pagos",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Factura de pago",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Crear factura",
"cmps.designer.lightning.actions.RemoveNode.title": "Eliminar nodo de la red",
"cmps.designer.lightning.actions.RemoveNode.btnText": "retirar",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "¿Estás seguro de que deseas eliminar {{name}} de la red?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Cualquier canal abierto con este nodo será inoperable y no se mostrará en el diseñador.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "si",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancelar",
"cmps.designer.lightning.actions.RemoveNode.success": "El nodo {{name}} ha sido eliminado de la red",
"cmps.designer.lightning.actions.RemoveNode.error": "No se puede eliminar el nodo",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macarrón",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Macarrón de solo lectura",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macarrón",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Macarrón de solo lectura",
"cmps.designer.lightning.connect.EncodedStrings.error": "Error al codificar el contenido del archivo",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "URL de conexión de LND",
"cmps.designer.lightning.connect.LndConnect.encodeError": "No se puede crear la URL de LND Connect",
"cmps.designer.lightning.ActionsTab.notStarted": "Nodo debe iniciarse para realizar acciones en él",
"cmps.designer.lightning.ConnectTab.notStarted": "Se necesita iniciar el nodo para ver la información de conexión",
"cmps.designer.lightning.ConnectTab.grpcHost": "Host GRPC",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "URL de P2P LN",
"cmps.designer.lightning.ConnectTab.apiDocs": "Documentos de API",
"cmps.designer.lightning.ConnectTab.filePaths": "Rutas de archivo",
"cmps.designer.lightning.ConnectTab.hexStrings": "MALEFICIO",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Tipo de nodo",
"cmps.designer.lightning.InfoTab.implementation": "Implementación",
"cmps.designer.lightning.InfoTab.version": "Versión",
"cmps.designer.lightning.InfoTab.status": "Estado",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Saldo confirmado",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Saldo no confirmado",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Sincronizado a la cadena",
"cmps.designer.lightning.InfoTab.blockHeight": "Altura del bloque",
"cmps.designer.lightning.InfoTab.channels": "Canales",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Activo / Pendiente / Inactivo",
"cmps.designer.lightning.InfoTab.startError": "No se puede conectar al nodo {{implementation}}",
"cmps.designer.lightning.InfoTab.syncWarning": "No está sincronizado con la cadena. Mina un bloque",
"cmps.designer.lightning.LightningDetails.info": "Informacion",
"cmps.designer.lightning.LightningDetails.connect": "Conectar",
"cmps.designer.lightning.LightningDetails.actions": "Comportamiento",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Esperando a que {{implementation}} se conecte",
"cmps.designer.lightning.LightningDetails.connectError": "No se puede conectar al nodo {{implementation}}",
"cmps.designer.SyncButton.syncSuccess": "El diseñador se ha sincronizado con los nodos Lightning",
"cmps.designer.SyncButton.syncError": "Error al sincronizar la red",
"cmps.designer.SyncButton.syncBtnTip": "Actualizar canales desde nodos",
"cmps.home.DetectDockerModal.dockerError": "Error de Docker",
"cmps.home.DetectDockerModal.notFound": "Extraviado",
"cmps.home.DetectDockerModal.notDetected": "Docker no detectado",
"cmps.home.DetectDockerModal.description": "Para iniciar una Red Lightning, debe tener Docker y Docker Compose instalados y ejecutándose en esta computadora.",
"cmps.home.DetectDockerModal.download": "Descargar",
"cmps.home.DetectDockerModal.versionsTitle": "Versiones de Docker instaladas",
"cmps.home.DetectDockerModal.checkAgain": "Revisar otra vez",
"cmps.home.GetStarted.title": "¡Empecemos!",
"cmps.home.GetStarted.createBtn": "Crea una red Lightning",
"cmps.home.Home.initError": "No se puede inicializar el estado de la aplicación",
"cmps.home.NetworkCard.lightningNodes": "Nodos Relámpagos",
"cmps.home.NetworkCard.bitcoinNodes": "Nodos de Bitcoin",
"cmps.network.NetworkActions.menuRename": "Rebautizar",
"cmps.network.NetworkActions.menuDelete": "Eliminar",
"cmps.network.NetworkActions.primaryBtnStarting": "Comenzando",
"cmps.network.NetworkActions.primaryBtnStop": "Detener",
"cmps.network.NetworkActions.primaryBtnStopping": "Parada",
"cmps.network.NetworkActions.primaryBtnStart": "comienzo",
"cmps.network.NetworkActions.primaryBtnRestart": "Reiniciar",
"cmps.network.NetworkActions.mineBtn": "Mina rápida",
"cmps.network.NetworkActions.mineError": "Incapaz de extraer bloques",
"cmps.network.NetworkView.missingImages": "Iniciar esta red tomará un poco más de tiempo de lo normal porque usa imágenes acopladas que aún no se han descargado.",
"cmps.network.NetworkView.renameSave": "Salvar",
"cmps.network.NetworkView.renameCancel": "Cancelar",
"cmps.network.NetworkView.renameError": "Error al cambiar el nombre de la red",
"cmps.network.NetworkView.deleteTitle": "¿Estás seguro de que deseas eliminar esta red?",
"cmps.network.NetworkView.deleteContent": "Todos los datos de blockchain se eliminarán permanentemente.",
"cmps.network.NetworkView.deleteConfirmBtn": "si",
"cmps.network.NetworkView.deleteCancelBtn": "Cancelar",
"cmps.network.NetworkView.deleteSuccess": "¡La red '{{name}}' y sus datos han sido eliminados!",
"cmps.network.NetworkView.deleteError": "No se puede eliminar la red",
"cmps.network.NewNetwork.title": "Crear una nueva red Lightning",
"cmps.network.NewNetwork.nameLabel": "Nombre de red",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "¿Cuántos nodos LND?",
"cmps.network.NewNetwork.clightningNodesLabel": "¿Cuántos nodos c-lightning?",
"cmps.network.NewNetwork.clightningWindows": "Todavía no es compatible con Windows.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "¿Cuántos nodos bitcoind?",
"cmps.network.NewNetwork.btnCreate": "Crear",
"cmps.terminal.DockerTerminal.connected": "Conectado al {{type}} Docker Container {{name}}...",
"cmps.terminal.DockerTerminal.connectErr": "No se puede conectar a la terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Tipo de nodo no válido '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "No se encontró el contenedor Docker '{{name}}'",
"cmps.terminal.DockerTerminal.cliUpdating": "Actualizar {{cli}} para usar siempre la red regtest",
"store.models.bitcoind.mineError": "El número de bloques a minar debe ser un número positivo",
"store.models.designer.notFoundError": "Gráfico no encontrado para la red con id {{networkId}}",
"store.models.designer.linkErrNotStarted": "Los nodos deben iniciarse primero",
"store.models.designer.linkErrTitle": "No se pueden conectar nodos",
"store.models.designer.linkErrBitcoin": "Las conexiones entre nodos bitcoin se gestionan automáticamente",
"store.models.designer.linkErrPorts": "Use los puertos superior e inferior para conectarse entre los nodos bitcoin y lightning",
"store.models.designer.dropErrTitle": "Error al agregar nodo",
"store.models.designer.dropErrMsg": "No se puede agregar un nuevo nodo cuando la red está en transición",
"store.models.network.networkByIdErr": "No se encontró la red con la identificación '{{networkId}}'.",
"store.models.network.nodeByNameErr": "No se encontró el nodo '{{name}}'.",
"store.models.network.connectedErr": "El nodo '{{lnName}}' ya está conectado a '{{backendName}}'",
"store.models.network.renameErr": "El nombre de red '{{name}}' no es válido",
"store.models.network.removeLastErr": "No se puede eliminar el único nodo bitcoin",
"store.models.network.removeCompatErr": "No hay otros backends compatibles para {{lnName}} para conectarse. Primero debe eliminar el {{lnName}} nodo",
"utils.network.backendCompatError": "Esta red no contiene un nodo Bitcoin Core v{{requiredVersion}} (o inferior) que se requiere para {{implementation}} v{{version}}"
}

255
src/i18n/locales/fi-FI.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/fr-FR.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Départ",
"enums.status.Started": "Commencé",
"enums.status.Stopping": "Arrêt",
"enums.status.Stopped": "Arrêté",
"enums.status.Error": "Erreur",
"cmps.forms.required": "obligatoire",
"cmps.common.form.LightningNodeSelect.balance": "Équilibre",
"cmps.common.CopyIcon.message": "Copié {{label}} dans le presse-papiers",
"cmps.common.NavMenu.createNetwork": "Créer un réseau",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Lancement",
"cmps.common.OpenTerminalButton.info": "Exécutez les commandes '{{cmd}}' directement sur le nœud",
"cmps.common.RestartNode.title": "Redémarrer le nœud",
"cmps.common.RestartNode.startBtn": "Début",
"cmps.common.RestartNode.stopBtn": "Arrêtez",
"cmps.common.RestartNode.confirmBtn": "Oui",
"cmps.common.RestartNode.cancelBtn": "Annuler",
"cmps.common.RestartNode.startConfirmTitle": "Voulez-vous démarrer le nœud {{name}}?",
"cmps.common.RestartNode.startSuccess": "Le nœud {{name}} a été démarré",
"cmps.common.RestartNode.startError": "Impossible de démarrer le nœud",
"cmps.common.RestartNode.stopConfirmTitle": "Voulez-vous vraiment arrêter le nœud {{name}}?",
"cmps.common.RestartNode.stopSuccess": "Le noeud {{name}} a été arrêté",
"cmps.common.RestartNode.stopError": "Impossible d'arrêter le nœud",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Supprimer le nœud du réseau",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Retirer",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Voulez-vous vraiment supprimer {{name}} du réseau?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Tous les nœuds de foudre utilisant ce nœud comme backend seront connectés au premier nœud Bitcoin.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "Le réseau sera redémarré pour connecter les nœuds LN à un autre backend et les nœuds bitcoin à d'autres homologues. Cela peut prendre jusqu'à une minute.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Oui",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Annuler",
"cmps.designer.bitcoind.actions.RemoveNode.success": "Le nœud {{name}} a été supprimé du réseau",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Impossible de supprimer le nœud",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Relier",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "En attendant que bitcoind se connecte",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Impossible de se connecter au nœud",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "Hôte RPC",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Nom d'utilisateur",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Mot de passe",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "Documents API",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Le nœud doit être démarré pour afficher les informations de connexion",
"cmps.designer.bitcoind.InfoTab.nodeType": "Type de nœud",
"cmps.designer.bitcoind.InfoTab.implementation": "La mise en œuvre",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Statut",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Solde disponible",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Équilibre immature",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Hauteur de bloc",
"cmps.designer.bitcoind.InfoTab.blockHash": "Bloquer le hachage",
"cmps.designer.bitcoind.InfoTab.startError": "Impossible de se connecter au nœud Bitcoin",
"cmps.designer.bitcoind.MineBlocksInput.label": "Miner manuellement les blocs",
"cmps.designer.bitcoind.MineBlocksInput.error": "Impossible d'extraire des blocs",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mien",
"cmps.designer.default.DefaultSidebar.title": "Concepteur de réseau",
"cmps.designer.default.DefaultSidebar.mainDesc": "Cliquez sur un élément dans le concepteur pour voir les détails",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Ajouter des nœuds",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Faites glisser un nœud ci-dessous sur le canevas pour l'ajouter au réseau",
"cmps.designer.default.DefaultSidebar.showVersions": "Afficher toutes les versions",
"cmps.designer.link.Backend.title": "Connexion de backend de chaîne",
"cmps.designer.link.Backend.desc": "Les nœuds Lightning s'appuient sur les nœuds de la chaîne de blocs pour envoyer des transactions et recevoir des notifications de confirmation sur les transactions qui leur tiennent à cœur. Vous pouvez modifier cette connexion si vous le souhaitez.",
"cmps.designer.link.Backend.btnText": "Changer de backend",
"cmps.designer.link.Backend.lightningTitle": "Noeud de foudre",
"cmps.designer.link.Backend.bitcoinTitle": "Noeud Bitcoin",
"cmps.designer.link.Backend.name": "Nom",
"cmps.designer.link.Backend.implementation": "La mise en œuvre",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Statut",
"cmps.designer.link.Channel.title": "Détails de la chaîne",
"cmps.designer.link.Channel.sourceTitle": "Noeud source",
"cmps.designer.link.Channel.destinationTitle": "Noeud de destination",
"cmps.designer.link.Channel.status": "Statut",
"cmps.designer.link.Channel.capacity": "Capacité",
"cmps.designer.link.Channel.sourceBalance": "Solde source",
"cmps.designer.link.Channel.destinationBalance": "Solde de destination",
"cmps.designer.link.Channel.channelPoint": "Point de canal",
"cmps.designer.link.Channel.name": "Nom",
"cmps.designer.link.Channel.implementation": "La mise en œuvre",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Fermer la chaîne",
"cmps.designer.link.Channel.closeChanModalTitle": "Voulez-vous vraiment fermer cette chaîne?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Oui",
"cmps.designer.link.Channel.closeChanCancelBtn": "Annuler",
"cmps.designer.link.Channel.closeChanSuccess": "La chaîne a été fermée",
"cmps.designer.link.Channel.closeChanError": "Impossible de fermer le canal",
"cmps.designer.link.LinkDetails.invalidTitle": "Selection invalide",
"cmps.designer.link.LinkDetails.invalidMsg": "Vous avez en quelque sorte réussi à sélectionner un lien non valide. Cliquez sur l'icône de rechargement ci-dessus pour vous assurer que votre graphique représente précisément l'état de vos nœuds",
"cmps.designer.link.Peer.title": "Connexion d'homologue Bitcoin",
"cmps.designer.link.Peer.desc": "Les nœuds Bitcoin communiquent via leurs connexions poste à poste pour transmettre des transactions et des blocs. Polar connecte automatiquement tous les nœuds Bitcoin les uns aux autres lorsque le réseau est démarré.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Nom",
"cmps.designer.link.Peer.implementation": "La mise en œuvre",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Statut",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Créer une facture Lightning",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Nœud",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Montant",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Annuler",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Créer une facture",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Impossible de créer la facture",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Création de la facture réussie",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Payez la facture ci-dessous pour envoyer {{amount}} sats à {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copier et fermer",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Facture copiée dans le presse-papiers",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Changer le backend du nœud Lightning",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changer le backend du Lightning Node lui demandera d'utiliser un autre nœud Bitcoin pour envoyer / recevoir des blocs et des transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Noeud de foudre",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Noeud Bitcoin",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "Le nœud {{name}} sera redémarré automatiquement pour appliquer la modification.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Annuler",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Changer de backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Impossible de modifier le nœud principal",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} exécute {{ln.implementation}} v{{ln.version}} qui est compatible avec Bitcoin Core v{{requiredVersion}} et versions antérieures. {{backend.name}} est en cours d'exécution v{{backend.version}} donc il ne peut pas être utilisé.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Mise à jour réussie du nœud principal",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "Le nœud {{ln}} tirera les données de chaîne de {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Fonds de dépôt",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Dépôt",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Déposé de {{amount}} sats à {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Impossible de déposer des fonds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Canal ouvert",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Entrant",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Sortant",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Ouvrir une nouvelle chaîne",
"cmps.designer.lightning.actions.OpenChannelModal.source": "La source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacité",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Déposez suffisamment de fonds à {selectedFrom} pour ouvrir la chaîne",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Impossible d'ouvrir un canal d'un nœud à lui-même",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Annuler",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Canal ouvert",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Impossible de récupérer les soldes des nœuds",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Impossible d'ouvrir le canal",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Payer la facture Lightning",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "Depuis le nœud",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "Facture BOLT 11",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Annuler",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Payer sa commande",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Impossible de payer la facture",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Paiement de la facture réussi",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Envoyé {{amount}} sats de {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Paiements",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Payer sa commande",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Créer une facture",
"cmps.designer.lightning.actions.RemoveNode.title": "Supprimer le nœud du réseau",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Retirer",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Voulez-vous vraiment supprimer {{name}} du réseau?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Tous les canaux ouverts avec ce nœud seront inutilisables et ne seront pas affichés dans le concepteur.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Oui",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Annuler",
"cmps.designer.lightning.actions.RemoveNode.success": "Le nœud {{name}} a été supprimé du réseau",
"cmps.designer.lightning.actions.RemoveNode.error": "Impossible de supprimer le nœud",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Macaron en lecture seule",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Macaron en lecture seule",
"cmps.designer.lightning.connect.EncodedStrings.error": "Impossible de coder le contenu du fichier",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "URL de connexion LND",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Impossible de créer l'URL de LND Connect",
"cmps.designer.lightning.ActionsTab.notStarted": "Le nœud doit être démarré pour effectuer des actions dessus",
"cmps.designer.lightning.ConnectTab.notStarted": "Le nœud doit être démarré pour afficher les informations de connexion",
"cmps.designer.lightning.ConnectTab.grpcHost": "Hôte GRPC",
"cmps.designer.lightning.ConnectTab.restHost": "Hôte REST",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "URL P2P LN",
"cmps.designer.lightning.ConnectTab.apiDocs": "Documents API",
"cmps.designer.lightning.ConnectTab.filePaths": "Chemins d'accès aux fichiers",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Type de nœud",
"cmps.designer.lightning.InfoTab.implementation": "La mise en œuvre",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Statut",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Solde confirmé",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Solde non confirmé",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synchronisé avec la chaîne",
"cmps.designer.lightning.InfoTab.blockHeight": "Hauteur de bloc",
"cmps.designer.lightning.InfoTab.channels": "Chaînes",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Actif / En attente / Inactif",
"cmps.designer.lightning.InfoTab.startError": "Impossible de se connecter à {{implementation}} nœud",
"cmps.designer.lightning.InfoTab.syncWarning": "Pas en phase avec la chaîne. Mine un bloc",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Relier",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "En attente de {{implementation}} pour se connecter",
"cmps.designer.lightning.LightningDetails.connectError": "Impossible de se connecter à {{implementation}} nœud",
"cmps.designer.SyncButton.syncSuccess": "Le concepteur a été synchronisé avec les nœuds Lightning",
"cmps.designer.SyncButton.syncError": "Impossible de synchroniser le réseau",
"cmps.designer.SyncButton.syncBtnTip": "Mettre à jour les canaux à partir des nœuds",
"cmps.home.DetectDockerModal.dockerError": "Erreur Docker",
"cmps.home.DetectDockerModal.notFound": "Pas trouvé",
"cmps.home.DetectDockerModal.notDetected": "Docker non détecté",
"cmps.home.DetectDockerModal.description": "Pour démarrer un réseau Lightning, vous devez installer et exécuter Docker et Docker Compose sur cet ordinateur.",
"cmps.home.DetectDockerModal.download": "Télécharger",
"cmps.home.DetectDockerModal.versionsTitle": "Versions Docker installées",
"cmps.home.DetectDockerModal.checkAgain": "Revérifier",
"cmps.home.GetStarted.title": "Commençons!",
"cmps.home.GetStarted.createBtn": "Créer un réseau Lightning",
"cmps.home.Home.initError": "Impossible d'initialiser l'état de l'application",
"cmps.home.NetworkCard.lightningNodes": "Nœuds de foudre",
"cmps.home.NetworkCard.bitcoinNodes": "Noeuds Bitcoin",
"cmps.network.NetworkActions.menuRename": "Renommer",
"cmps.network.NetworkActions.menuDelete": "Supprimer",
"cmps.network.NetworkActions.primaryBtnStarting": "Départ",
"cmps.network.NetworkActions.primaryBtnStop": "Arrêtez",
"cmps.network.NetworkActions.primaryBtnStopping": "Arrêt",
"cmps.network.NetworkActions.primaryBtnStart": "Début",
"cmps.network.NetworkActions.primaryBtnRestart": "Redémarrer",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Impossible d'extraire des blocs",
"cmps.network.NetworkView.missingImages": "Le démarrage de ce réseau prendra un peu plus de temps que d'habitude car il utilise des images de docker qui n'ont pas encore été téléchargées.",
"cmps.network.NetworkView.renameSave": "Sauvegarder",
"cmps.network.NetworkView.renameCancel": "Annuler",
"cmps.network.NetworkView.renameError": "Impossible de renommer le réseau",
"cmps.network.NetworkView.deleteTitle": "Voulez-vous vraiment supprimer ce réseau?",
"cmps.network.NetworkView.deleteContent": "Toutes les données de la blockchain seront définitivement supprimées.",
"cmps.network.NetworkView.deleteConfirmBtn": "Oui",
"cmps.network.NetworkView.deleteCancelBtn": "Annuler",
"cmps.network.NetworkView.deleteSuccess": "Le réseau '{{name}}' et ses données ont été supprimés!",
"cmps.network.NetworkView.deleteError": "Impossible de supprimer le réseau",
"cmps.network.NewNetwork.title": "Créer un nouveau réseau Lightning",
"cmps.network.NewNetwork.nameLabel": "Nom de réseau",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "Combien de nœuds LND?",
"cmps.network.NewNetwork.clightningNodesLabel": "Combien de nœuds c-lightning?",
"cmps.network.NewNetwork.clightningWindows": "Pas encore pris en charge sous Windows.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "Combien de nœuds bitcoind?",
"cmps.network.NewNetwork.btnCreate": "Créer",
"cmps.terminal.DockerTerminal.connected": "Connecté au conteneur {{type}} docker {{name}}...",
"cmps.terminal.DockerTerminal.connectErr": "Impossible de se connecter au terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Type de nœud non valide '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Conteneur Docker '{{name}}' introuvable",
"cmps.terminal.DockerTerminal.cliUpdating": "Mettre à jour {{cli}} pour toujours utiliser le réseau regtest",
"store.models.bitcoind.mineError": "Le nombre de blocs à extraire doit être un nombre positif",
"store.models.designer.notFoundError": "Graphique introuvable pour le réseau avec ID {{networkId}}",
"store.models.designer.linkErrNotStarted": "Les nœuds doivent être démarrés en premier",
"store.models.designer.linkErrTitle": "Impossible de connecter les nœuds",
"store.models.designer.linkErrBitcoin": "Les connexions entre les nœuds Bitcoin sont gérées automatiquement",
"store.models.designer.linkErrPorts": "Utilisez les ports supérieur et inférieur pour vous connecter entre les nœuds Bitcoin et Lightning",
"store.models.designer.dropErrTitle": "Échec de l'ajout du nœud",
"store.models.designer.dropErrMsg": "Impossible d'ajouter un nouveau nœud lorsque le réseau est en transition",
"store.models.network.networkByIdErr": "Le réseau avec ID '{{networkId}}' est introuvable.",
"store.models.network.nodeByNameErr": "Le nœud '{{name}}' est introuvable.",
"store.models.network.connectedErr": "Le nœud '{{lnName}}' est déjà connecté à '{{backendName}}'",
"store.models.network.renameErr": "Le nom de réseau '{{name}}' n'est pas valide",
"store.models.network.removeLastErr": "Impossible de supprimer le seul nœud Bitcoin",
"store.models.network.removeCompatErr": "Il n'y a pas d'autre backend compatible pour {{lnName}} auquel se connecter. Vous devez d'abord supprimer le {{lnName}} nœud",
"utils.network.backendCompatError": "Ce réseau ne contient pas de nœud Bitcoin Core v{{requiredVersion}} (ou inférieur) requis pour {{implementation}} v{{version}}"
}

255
src/i18n/locales/he-IL.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/hu-HU.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/it-IT.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Di partenza",
"enums.status.Started": "Iniziato",
"enums.status.Stopping": "Sosta",
"enums.status.Stopped": "Fermato",
"enums.status.Error": "Errore",
"cmps.forms.required": "necessario",
"cmps.common.form.LightningNodeSelect.balance": "Equilibrio",
"cmps.common.CopyIcon.message": "{{label}} copiato negli appunti",
"cmps.common.NavMenu.createNetwork": "Crea rete",
"cmps.common.OpenTerminalButton.title": "Terminale",
"cmps.common.OpenTerminalButton.btn": "Lanciare",
"cmps.common.OpenTerminalButton.info": "Esegui i comandi '{{cmd}}' direttamente sul nodo",
"cmps.common.RestartNode.title": "Riavvia nodo",
"cmps.common.RestartNode.startBtn": "Inizio",
"cmps.common.RestartNode.stopBtn": "Fermare",
"cmps.common.RestartNode.confirmBtn": "Sì",
"cmps.common.RestartNode.cancelBtn": "Annulla",
"cmps.common.RestartNode.startConfirmTitle": "Vuoi avviare il nodo {{name}}?",
"cmps.common.RestartNode.startSuccess": "Il nodo {{name}} è stato avviato",
"cmps.common.RestartNode.startError": "Impossibile avviare il nodo",
"cmps.common.RestartNode.stopConfirmTitle": "Sei sicuro di voler arrestare il nodo {{name}}?",
"cmps.common.RestartNode.stopSuccess": "Il nodo {{name}} è stato arrestato",
"cmps.common.RestartNode.stopError": "Impossibile arrestare il nodo",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Rimuovi nodo dalla rete",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Rimuovere",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Sei sicuro di voler rimuovere {{name}} dalla rete?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Tutti i nodi fulmini che utilizzano questo nodo come backend saranno collegati al primo nodo bitcoin.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "La rete verrà riavviata per connettere nodi LN a un altro backend e nodi bitcoin ad altri peer. Questo può richiedere fino a un minuto per il completamento.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Sì",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Annulla",
"cmps.designer.bitcoind.actions.RemoveNode.success": "Il nodo {{name}} è stato rimosso dalla rete",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Impossibile rimuovere il nodo",
"cmps.designer.bitcoind.BitcoinDetails.info": "Informazioni",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Collegare",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Azioni",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "In attesa che bitcoind arrivi online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Impossibile connettersi al nodo",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "Host RPC",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Nome utente",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Parola d'ordine",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "Documenti API",
"cmps.designer.bitcoind.ConnectTab.notStarted": "È necessario avviare il nodo per visualizzare le informazioni sulla connessione",
"cmps.designer.bitcoind.InfoTab.nodeType": "Tipo di nodo",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementazione",
"cmps.designer.bitcoind.InfoTab.version": "Versione",
"cmps.designer.bitcoind.InfoTab.status": "Stato",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Saldo spendibile",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Equilibrio immaturo",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Altezza del blocco",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Impossibile connettersi al nodo bitcoin",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manualmente i miei blocchi",
"cmps.designer.bitcoind.MineBlocksInput.error": "Impossibile estrarre blocchi",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Il mio",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Fai clic su un elemento nel designer per visualizzare i dettagli",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Aggiungi nodi",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Trascina un nodo in basso nell'area di disegno per aggiungerlo alla rete",
"cmps.designer.default.DefaultSidebar.showVersions": "Mostra tutte le versioni",
"cmps.designer.link.Backend.title": "Connessione back-end a catena",
"cmps.designer.link.Backend.desc": "I nodi fulmini si basano sui nodi blockchain per inviare transazioni e ricevere notifiche di conferma sulle transazioni a loro care. Puoi modificare questa connessione se lo desideri.",
"cmps.designer.link.Backend.btnText": "Cambia backend",
"cmps.designer.link.Backend.lightningTitle": "Nodo lampo",
"cmps.designer.link.Backend.bitcoinTitle": "Nodo Bitcoin",
"cmps.designer.link.Backend.name": "Nome",
"cmps.designer.link.Backend.implementation": "Implementazione",
"cmps.designer.link.Backend.version": "Versione",
"cmps.designer.link.Backend.status": "Stato",
"cmps.designer.link.Channel.title": "Dettagli del canale",
"cmps.designer.link.Channel.sourceTitle": "Nodo sorgente",
"cmps.designer.link.Channel.destinationTitle": "Nodo di destinazione",
"cmps.designer.link.Channel.status": "Stato",
"cmps.designer.link.Channel.capacity": "Capacità",
"cmps.designer.link.Channel.sourceBalance": "Saldo della fonte",
"cmps.designer.link.Channel.destinationBalance": "Saldo della destinazione",
"cmps.designer.link.Channel.channelPoint": "Punto canale",
"cmps.designer.link.Channel.name": "Nome",
"cmps.designer.link.Channel.implementation": "Implementazione",
"cmps.designer.link.Channel.version": "Versione",
"cmps.designer.link.Channel.closeChanBtn": "Chiudi canale",
"cmps.designer.link.Channel.closeChanModalTitle": "Sei sicuro di voler chiudere questo canale?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Sì",
"cmps.designer.link.Channel.closeChanCancelBtn": "Annulla",
"cmps.designer.link.Channel.closeChanSuccess": "Il canale è stato chiuso",
"cmps.designer.link.Channel.closeChanError": "Impossibile chiudere il canale",
"cmps.designer.link.LinkDetails.invalidTitle": "Selezione non valida",
"cmps.designer.link.LinkDetails.invalidMsg": "In qualche modo sei riuscito a selezionare un collegamento non valido. Fai clic sull'icona di ricarica sopra per assicurarti che il tuo grafico rappresenti accuratamente lo stato nei tuoi nodi",
"cmps.designer.link.Peer.title": "Connessione peer bitcoin",
"cmps.designer.link.Peer.desc": "I nodi Bitcoin comunicano tramite le connessioni peer to peer per trasmettere transazioni e blocchi. Polar collega automaticamente tutti i nodi Bitcoin tra loro all'avvio della rete.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Nome",
"cmps.designer.link.Peer.implementation": "Implementazione",
"cmps.designer.link.Peer.version": "Versione",
"cmps.designer.link.Peer.status": "Stato",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Crea fattura Lightning",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Nodo",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Quantità",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Annulla",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Crea fattura",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Impossibile creare la fattura",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Creato correttamente la fattura",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Paga la fattura qui sotto per inviare {{amount}} sats a {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copia e chiudi",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Fattura copiata negli Appunti",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Cambia backend nodo Lightning",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "La modifica del backend del nodo Lightning indica che verrà utilizzato un nodo Bitcoin diverso per inviare / ricevere blocchi e transazioni.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Nodo lampo",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Nodo Bitcoin",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "Il nodo {{name}} verrà riavviato automaticamente per applicare la modifica.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Annulla",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Cambia backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Impossibile modificare il nodo back-end",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} esegue {{ln.implementation}} v{{ln.version}} che è compatibile con Bitcoin Core v{{requiredVersion}} e precedenti. {{backend.name}} esegue v{{backend.version}} quindi non può essere utilizzato.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Aggiornato correttamente il nodo back-end",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "Il nodo {{ln}} estraerà i dati della catena da {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Fondi di deposito",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Depositare",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Depositato {{amount}} sats a {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Impossibile depositare fondi",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Apri canale",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "In arrivo",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Estroverso",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Apri nuovo canale",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Fonte",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destinazione",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacità",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimo: {{min}} - Massimo {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Depositare abbastanza fondi su {selectedFrom} per aprire il canale",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Impossibile aprire un canale da un nodo a se stesso",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Annulla",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Apri canale",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Impossibile recuperare i saldi dei nodi",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Impossibile aprire il canale",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Paga la fattura del lampo",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "Dal nodo",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Annulla",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Paga fattura",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Impossibile pagare la fattura",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Pagata correttamente la fattura",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Inviato {{amount}} sats da {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Pagamenti",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Paga fattura",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Crea fattura",
"cmps.designer.lightning.actions.RemoveNode.title": "Rimuovi nodo dalla rete",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Rimuovere",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Sei sicuro di voler rimuovere {{name}} dalla rete?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Eventuali canali aperti con questo nodo saranno inoperabili e non visualizzati nella finestra di progettazione.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Sì",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Annulla",
"cmps.designer.lightning.actions.RemoveNode.success": "Il nodo {{name}} è stato rimosso dalla rete",
"cmps.designer.lightning.actions.RemoveNode.error": "Impossibile rimuovere il nodo",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Amaretto Amministratore",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Amaretto di sola lettura",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Amaretto Amministratore",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Amaretto di sola lettura",
"cmps.designer.lightning.connect.EncodedStrings.error": "Impossibile codificare il contenuto del file",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "URL di connessione LND",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Impossibile creare URL di LND Connect",
"cmps.designer.lightning.ActionsTab.notStarted": "Il nodo deve essere avviato per eseguire azioni su di esso",
"cmps.designer.lightning.ConnectTab.notStarted": "È necessario avviare il nodo per visualizzare le informazioni sulla connessione",
"cmps.designer.lightning.ConnectTab.grpcHost": "Host GRPC",
"cmps.designer.lightning.ConnectTab.restHost": "Host REST",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "Documenti API",
"cmps.designer.lightning.ConnectTab.filePaths": "Percorsi dei file",
"cmps.designer.lightning.ConnectTab.hexStrings": "ESADECIMALE",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Tipo di nodo",
"cmps.designer.lightning.InfoTab.implementation": "Implementazione",
"cmps.designer.lightning.InfoTab.version": "Versione",
"cmps.designer.lightning.InfoTab.status": "Stato",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Saldo confermato",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Saldo non confermato",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Sincronizzato con Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Altezza del blocco",
"cmps.designer.lightning.InfoTab.channels": "Canali",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Attivo / In attesa / Inattivo",
"cmps.designer.lightning.InfoTab.startError": "Impossibile connettersi al nodo {{implementation}}",
"cmps.designer.lightning.InfoTab.syncWarning": "Non sincronizzato con la catena. Il mio un isolato",
"cmps.designer.lightning.LightningDetails.info": "Informazioni",
"cmps.designer.lightning.LightningDetails.connect": "Collegare",
"cmps.designer.lightning.LightningDetails.actions": "Azioni",
"cmps.designer.lightning.LightningDetails.waitingNotice": "In attesa che {{implementation}} venga online",
"cmps.designer.lightning.LightningDetails.connectError": "Impossibile connettersi al nodo {{implementation}}",
"cmps.designer.SyncButton.syncSuccess": "Il designer è stato sincronizzato con i nodi Lightning",
"cmps.designer.SyncButton.syncError": "Sincronizzazione della rete non riuscita",
"cmps.designer.SyncButton.syncBtnTip": "Aggiorna canali dai nodi",
"cmps.home.DetectDockerModal.dockerError": "Errore Docker",
"cmps.home.DetectDockerModal.notFound": "Non trovato",
"cmps.home.DetectDockerModal.notDetected": "Docker non rilevato",
"cmps.home.DetectDockerModal.description": "Per avviare una rete Lightning, è necessario che Docker e Docker Compose siano installati e in esecuzione su questo computer.",
"cmps.home.DetectDockerModal.download": "Scarica",
"cmps.home.DetectDockerModal.versionsTitle": "Versioni Docker installate",
"cmps.home.DetectDockerModal.checkAgain": "Controlla di nuovo",
"cmps.home.GetStarted.title": "Iniziamo!",
"cmps.home.GetStarted.createBtn": "Crea una rete Lightning",
"cmps.home.Home.initError": "Impossibile inizializzare lo stato dell'applicazione",
"cmps.home.NetworkCard.lightningNodes": "Nodi di fulmini",
"cmps.home.NetworkCard.bitcoinNodes": "Nodi Bitcoin",
"cmps.network.NetworkActions.menuRename": "Rinominare",
"cmps.network.NetworkActions.menuDelete": "Elimina",
"cmps.network.NetworkActions.primaryBtnStarting": "Di partenza",
"cmps.network.NetworkActions.primaryBtnStop": "Fermare",
"cmps.network.NetworkActions.primaryBtnStopping": "Sosta",
"cmps.network.NetworkActions.primaryBtnStart": "Inizio",
"cmps.network.NetworkActions.primaryBtnRestart": "Ricomincia",
"cmps.network.NetworkActions.mineBtn": "Miniera veloce",
"cmps.network.NetworkActions.mineError": "Impossibile estrarre blocchi",
"cmps.network.NetworkView.missingImages": "L'avvio di questa rete richiederà un po 'più tempo del normale perché utilizza immagini docker non ancora scaricate.",
"cmps.network.NetworkView.renameSave": "Salva",
"cmps.network.NetworkView.renameCancel": "Annulla",
"cmps.network.NetworkView.renameError": "Impossibile rinominare la rete",
"cmps.network.NetworkView.deleteTitle": "Sei sicuro di voler eliminare questa rete?",
"cmps.network.NetworkView.deleteContent": "Tutti i dati della blockchain verranno rimossi in modo permanente.",
"cmps.network.NetworkView.deleteConfirmBtn": "Sì",
"cmps.network.NetworkView.deleteCancelBtn": "Annulla",
"cmps.network.NetworkView.deleteSuccess": "La rete \"{{name}}\" e i suoi dati sono stati eliminati!",
"cmps.network.NetworkView.deleteError": "Impossibile eliminare la rete",
"cmps.network.NewNetwork.title": "Crea una nuova rete Lightning",
"cmps.network.NewNetwork.nameLabel": "Nome della rete",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "Quanti nodi LND?",
"cmps.network.NewNetwork.clightningNodesLabel": "Quanti nodi c-lightning?",
"cmps.network.NewNetwork.clightningWindows": "Non supportato ancora su Windows.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "Quanti nodi bitcoind?",
"cmps.network.NewNetwork.btnCreate": "Creare",
"cmps.terminal.DockerTerminal.connected": "Collegato al contenitore {{type}} docker {{name}}...",
"cmps.terminal.DockerTerminal.connectErr": "Impossibile connettersi al terminale",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Tipo di nodo '{{type}}' non valido",
"cmps.terminal.DockerTerminal.containerErr": "Contenitore Docker '{{name}}' non trovato",
"cmps.terminal.DockerTerminal.cliUpdating": "Aggiornamento {{cli}} per utilizzare sempre la rete di test",
"store.models.bitcoind.mineError": "Il numero di blocchi da estrarre deve essere un numero positivo",
"store.models.designer.notFoundError": "Grafico non trovato per la rete con ID {{networkId}}",
"store.models.designer.linkErrNotStarted": "I nodi devono essere avviati per primi",
"store.models.designer.linkErrTitle": "Impossibile connettere i nodi",
"store.models.designer.linkErrBitcoin": "Le connessioni tra nodi bitcoin sono gestite automaticamente",
"store.models.designer.linkErrPorts": "Usa le porte superiore e inferiore per connetterti tra bitcoin e nodi fulmini",
"store.models.designer.dropErrTitle": "Impossibile aggiungere il nodo",
"store.models.designer.dropErrMsg": "Impossibile aggiungere un nuovo nodo durante la transizione della rete",
"store.models.network.networkByIdErr": "La rete con ID \"{{networkId}}\" non è stata trovata.",
"store.models.network.nodeByNameErr": "Il nodo '{{name}}' non è stato trovato.",
"store.models.network.connectedErr": "Il nodo '{{lnName}}' è già collegato a '{{backendName}}'",
"store.models.network.renameErr": "Il nome di rete '{{name}}' non è valido",
"store.models.network.removeLastErr": "Impossibile rimuovere l'unico nodo bitcoin",
"store.models.network.removeCompatErr": "Non ci sono altri backend compatibili per {{lnName}} a cui connettersi. È necessario rimuovere prima il nodo {{lnName}}",
"utils.network.backendCompatError": "Questa rete non contiene un nodo Bitcoin Core v{{requiredVersion}} (o inferiore) richiesto per {{implementation}} v{{version}}"
}

255
src/i18n/locales/ja-JP.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "起動",
"enums.status.Started": "開始しました",
"enums.status.Stopping": "停止中",
"enums.status.Stopped": "停止",
"enums.status.Error": "エラー",
"cmps.forms.required": "必須",
"cmps.common.form.LightningNodeSelect.balance": "残高",
"cmps.common.CopyIcon.message": "{{label}} をクリップボードにコピーしました",
"cmps.common.NavMenu.createNetwork": "ネットワークを作成",
"cmps.common.OpenTerminalButton.title": "ターミナル",
"cmps.common.OpenTerminalButton.btn": "打ち上げ",
"cmps.common.OpenTerminalButton.info": "ノードで「{{cmd}}」コマンドを直接実行します",
"cmps.common.RestartNode.title": "再起動ノード",
"cmps.common.RestartNode.startBtn": "開始",
"cmps.common.RestartNode.stopBtn": "やめる",
"cmps.common.RestartNode.confirmBtn": "はい",
"cmps.common.RestartNode.cancelBtn": "キャンセル",
"cmps.common.RestartNode.startConfirmTitle": "{{name}} ノードを開始しますか?",
"cmps.common.RestartNode.startSuccess": "ノード {{name}} が開始されました",
"cmps.common.RestartNode.startError": "ノードを開始できません",
"cmps.common.RestartNode.stopConfirmTitle": "{{name}} ノードを停止してもよろしいですか?",
"cmps.common.RestartNode.stopSuccess": "ノード {{name}} が停止しました",
"cmps.common.RestartNode.stopError": "ノードを停止できません",
"cmps.designer.bitcoind.actions.RemoveNode.title": "ネットワークからノードを削除",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "削除する",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "ネットワークから {{name}} を削除してもよろしいですか?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "このノードをバックエンドとして使用する稲妻ノードは、最初のビットコインノードに接続されます。",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "ネットワークが再起動され、LNノードが別のバックエンドに、ビットコインノードが他のピアに接続されます。これが完了するまでに最大1分かかる場合があります。",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "はい",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "キャンセル",
"cmps.designer.bitcoind.actions.RemoveNode.success": "ノード {{name}} はネットワークから削除されました",
"cmps.designer.bitcoind.actions.RemoveNode.error": "ノードを削除できません",
"cmps.designer.bitcoind.BitcoinDetails.info": "情報",
"cmps.designer.bitcoind.BitcoinDetails.connect": "つなぐ",
"cmps.designer.bitcoind.BitcoinDetails.actions": "行動",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "ビットコインがオンラインになるのを待っています",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "ノードに接続できません",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPCホスト",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "ユーザー名",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "パスワード",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "APIドキュメント",
"cmps.designer.bitcoind.ConnectTab.notStarted": "接続情報を表示するには、ノードを起動する必要があります",
"cmps.designer.bitcoind.InfoTab.nodeType": "ノードタイプ",
"cmps.designer.bitcoind.InfoTab.implementation": "実装",
"cmps.designer.bitcoind.InfoTab.version": "バージョン",
"cmps.designer.bitcoind.InfoTab.status": "状態",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "支出可能な残高",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "未熟なバランス",
"cmps.designer.bitcoind.InfoTab.blockHeight": "ブロックの高さ",
"cmps.designer.bitcoind.InfoTab.blockHash": "ブロックハッシュ",
"cmps.designer.bitcoind.InfoTab.startError": "ビットコインノードに接続できません",
"cmps.designer.bitcoind.MineBlocksInput.label": "ブロックを手動でマイニングする",
"cmps.designer.bitcoind.MineBlocksInput.error": "ブロックをマイニングできません",
"cmps.designer.bitcoind.MineBlocksInput.btn": "私の",
"cmps.designer.default.DefaultSidebar.title": "ネットワークデザイナー",
"cmps.designer.default.DefaultSidebar.mainDesc": "デザイナーの要素をクリックして詳細を表示します",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "ノードを追加",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "以下のノードをキャンバスにドラッグして、ネットワークに追加します",
"cmps.designer.default.DefaultSidebar.showVersions": "すべてのバージョンを表示",
"cmps.designer.link.Backend.title": "チェーンバックエンド接続",
"cmps.designer.link.Backend.desc": "Lightningノードは、ブロックチェーンノードに依存してトランザクションを送信し、関心のあるトランザクションに関する確認通知を受信します。必要に応じて、この接続を変更できます。",
"cmps.designer.link.Backend.btnText": "バックエンドを変更",
"cmps.designer.link.Backend.lightningTitle": "ライトニングノード",
"cmps.designer.link.Backend.bitcoinTitle": "ビットコインノード",
"cmps.designer.link.Backend.name": "名前",
"cmps.designer.link.Backend.implementation": "実装",
"cmps.designer.link.Backend.version": "バージョン",
"cmps.designer.link.Backend.status": "状態",
"cmps.designer.link.Channel.title": "チャンネルの詳細",
"cmps.designer.link.Channel.sourceTitle": "ソースノード",
"cmps.designer.link.Channel.destinationTitle": "宛先ノード",
"cmps.designer.link.Channel.status": "状態",
"cmps.designer.link.Channel.capacity": "容量",
"cmps.designer.link.Channel.sourceBalance": "ソースバランス",
"cmps.designer.link.Channel.destinationBalance": "宛先残高",
"cmps.designer.link.Channel.channelPoint": "チャンネルポイント",
"cmps.designer.link.Channel.name": "名前",
"cmps.designer.link.Channel.implementation": "実装",
"cmps.designer.link.Channel.version": "バージョン",
"cmps.designer.link.Channel.closeChanBtn": "チャンネルを閉じる",
"cmps.designer.link.Channel.closeChanModalTitle": "このチャンネルを閉じてもよろしいですか?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "はい",
"cmps.designer.link.Channel.closeChanCancelBtn": "キャンセル",
"cmps.designer.link.Channel.closeChanSuccess": "チャンネルが閉じられました",
"cmps.designer.link.Channel.closeChanError": "チャンネルを閉じることができません",
"cmps.designer.link.LinkDetails.invalidTitle": "無効な選択",
"cmps.designer.link.LinkDetails.invalidMsg": "どうにかして無効なリンクを選択できました。上のリロードアイコンをクリックして、グラフがノードの状態を正確に表していることを確認します",
"cmps.designer.link.Peer.title": "ビットコインピア接続",
"cmps.designer.link.Peer.desc": "ビットコインノードは、ピアツーピア接続を介して通信し、トランザクションとブロックを送信します。 Polarは、ネットワークが開始されると、すべてのBitcoinノードを相互に自動的に接続します。",
"cmps.designer.link.Peer.peer1Title": "ピア1",
"cmps.designer.link.Peer.peer2Title": "ピア2",
"cmps.designer.link.Peer.name": "名前",
"cmps.designer.link.Peer.implementation": "実装",
"cmps.designer.link.Peer.version": "バージョン",
"cmps.designer.link.Peer.status": "状態",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Lightning Invoiceを作成する",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "ノード",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "量",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "キャンセル",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "請求書を作成",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "請求書を作成できません",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "請求書を作成しました",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "以下の請求書を支払い, {{amount}} satsを {{nodeName}} に送信します",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "コピーして閉じる",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "請求書をクリップボードにコピーしました",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Lightningノードバックエンドの変更",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Lightningノードのバックエンドを変更すると、異なるビットコインノードを使用してブロックとトランザクションを送受信するよう指示されます。",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "ライトニングノード",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "ビットコインノード",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "{{name}} ノードは、変更を適用するために自動的に再起動されます。",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "キャンセル",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "バックエンドを変更",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "バックエンドノードを変更できません",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} はBitcoin Core v{{requiredVersion}} 以前と互換性のある {{ln.implementation}} v{{ln.version}} を実行しています。 {{backend.name}} はv{{backend.version}} 実行しているため、使用できません。",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "バックエンドノードを正常に更新しました",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "{{ln}} ノードは {{backend}} からチェーンデータをプルします",
"cmps.designer.lightning.actions.Deposit.title": "預金資金",
"cmps.designer.lightning.actions.Deposit.depositBtn": "保証金",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "{{amount}} satsから {{node}} へのデポジット",
"cmps.designer.lightning.actions.Deposit.depositError": "資金を入金できません",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "オープンチャンネル",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "着信",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "発信",
"cmps.designer.lightning.actions.OpenChannelModal.title": "新しいチャンネルを開く",
"cmps.designer.lightning.actions.OpenChannelModal.source": "ソース",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "先",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "容量",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "最小: {{min}} 最大 {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "チャンネルを開くために十分な資金を {selectedFrom} に入金します",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "ノードからそれ自体へのチャネルを開くことができません",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "キャンセル",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "オープンチャンネル",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "ノード残高を取得できません",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "チャンネルを開けません",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Lightning請求書の支払い",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "ノードから",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11請求書",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "キャンセル",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "請求書の支払い",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "請求書を支払うことができません",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "請求書の支払いに成功しました",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "{{nodeName}}から {{amount}} 送信しました",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "お支払い",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "請求書の支払い",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "請求書を作成",
"cmps.designer.lightning.actions.RemoveNode.title": "ネットワークからノードを削除",
"cmps.designer.lightning.actions.RemoveNode.btnText": "削除する",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "ネットワークから {{name}} を削除してもよろしいですか?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "このノードで開いているチャネルは動作不能になり、デザイナーに表示されません。",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "はい",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "キャンセル",
"cmps.designer.lightning.actions.RemoveNode.success": "ノード {{name}} はネットワークから削除されました",
"cmps.designer.lightning.actions.RemoveNode.error": "ノードを削除できません",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS証明書",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "管理者マカロン",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "読み取り専用のマカロン",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS証明書",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "管理者マカロン",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "読み取り専用のマカロン",
"cmps.designer.lightning.connect.EncodedStrings.error": "ファイルの内容をエンコードできませんでした",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "LND Connect URLを作成できません",
"cmps.designer.lightning.ActionsTab.notStarted": "ノードでアクションを実行するにはノードを起動する必要があります",
"cmps.designer.lightning.ConnectTab.notStarted": "接続情報を表示するには、ノードを起動する必要があります",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPCホスト",
"cmps.designer.lightning.ConnectTab.restHost": "RESTホスト",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN URL",
"cmps.designer.lightning.ConnectTab.apiDocs": "APIドキュメント",
"cmps.designer.lightning.ConnectTab.filePaths": "ファイルパス",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "ノードタイプ",
"cmps.designer.lightning.InfoTab.implementation": "実装",
"cmps.designer.lightning.InfoTab.version": "バージョン",
"cmps.designer.lightning.InfoTab.status": "状態",
"cmps.designer.lightning.InfoTab.confirmedBalance": "確認済み残高",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "未確認残高",
"cmps.designer.lightning.InfoTab.alias": "エイリアス",
"cmps.designer.lightning.InfoTab.pubkey": "パブキー",
"cmps.designer.lightning.InfoTab.syncedToChain": "チェーンに同期",
"cmps.designer.lightning.InfoTab.blockHeight": "ブロックの高さ",
"cmps.designer.lightning.InfoTab.channels": "チャンネル",
"cmps.designer.lightning.InfoTab.channelsTooltip": "アクティブ/保留中/非アクティブ",
"cmps.designer.lightning.InfoTab.startError": "{{implementation}} ノードに接続できません",
"cmps.designer.lightning.InfoTab.syncWarning": "チェーンと同期していません。ブロックをマイニングする",
"cmps.designer.lightning.LightningDetails.info": "情報",
"cmps.designer.lightning.LightningDetails.connect": "つなぐ",
"cmps.designer.lightning.LightningDetails.actions": "行動",
"cmps.designer.lightning.LightningDetails.waitingNotice": "がオンラインに {{implementation}} を待っています",
"cmps.designer.lightning.LightningDetails.connectError": "{{implementation}} ノードに接続できません",
"cmps.designer.SyncButton.syncSuccess": "デザイナーはLightningノードと同期されました",
"cmps.designer.SyncButton.syncError": "ネットワークの同期に失敗しました",
"cmps.designer.SyncButton.syncBtnTip": "ノードからチャンネルを更新する",
"cmps.home.DetectDockerModal.dockerError": "Dockerエラー",
"cmps.home.DetectDockerModal.notFound": "見つかりません",
"cmps.home.DetectDockerModal.notDetected": "Dockerが検出されない",
"cmps.home.DetectDockerModal.description": "Lightningネットワークを開始するには、このコンピューターにDockerおよびDocker Composeをインストールして実行する必要があります。",
"cmps.home.DetectDockerModal.download": "ダウンロード",
"cmps.home.DetectDockerModal.versionsTitle": "インストール済みのDockerバージョン",
"cmps.home.DetectDockerModal.checkAgain": "再び確かめる",
"cmps.home.GetStarted.title": "始めましょう!",
"cmps.home.GetStarted.createBtn": "Lightningネットワークを作成する",
"cmps.home.Home.initError": "アプリケーションの状態を初期化できません",
"cmps.home.NetworkCard.lightningNodes": "ライトニングノード",
"cmps.home.NetworkCard.bitcoinNodes": "ビットコインノード",
"cmps.network.NetworkActions.menuRename": "リネーム",
"cmps.network.NetworkActions.menuDelete": "削除する",
"cmps.network.NetworkActions.primaryBtnStarting": "起動",
"cmps.network.NetworkActions.primaryBtnStop": "やめる",
"cmps.network.NetworkActions.primaryBtnStopping": "停止中",
"cmps.network.NetworkActions.primaryBtnStart": "開始",
"cmps.network.NetworkActions.primaryBtnRestart": "再起動",
"cmps.network.NetworkActions.mineBtn": "クイックマイン",
"cmps.network.NetworkActions.mineError": "ブロックをマイニングできません",
"cmps.network.NetworkView.missingImages": "このネットワークは、まだダウンロードされていないドッカーイメージを使用するため、通常より少し時間がかかります。",
"cmps.network.NetworkView.renameSave": "セーブ",
"cmps.network.NetworkView.renameCancel": "キャンセル",
"cmps.network.NetworkView.renameError": "ネットワークの名前を変更できませんでした",
"cmps.network.NetworkView.deleteTitle": "このネットワークを削除してもよろしいですか?",
"cmps.network.NetworkView.deleteContent": "すべてのブロックチェーンデータが完全に削除されます。",
"cmps.network.NetworkView.deleteConfirmBtn": "はい",
"cmps.network.NetworkView.deleteCancelBtn": "キャンセル",
"cmps.network.NetworkView.deleteSuccess": "ネットワーク '{{name}}'とそのデータは削除されました!",
"cmps.network.NetworkView.deleteError": "ネットワークを削除できません",
"cmps.network.NewNetwork.title": "新しいLightningネットワークを作成する",
"cmps.network.NewNetwork.nameLabel": "ネットワーク名",
"cmps.network.NewNetwork.namePhldr": "私のLightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "LNDノードはいくつですか?",
"cmps.network.NewNetwork.clightningNodesLabel": "c-lightningノードはいくつありますか?",
"cmps.network.NewNetwork.clightningWindows": "Windowsではまだサポートされていません。",
"cmps.network.NewNetwork.bitcoindNodesLabel": "ビットコインドノードはいくつですか?",
"cmps.network.NewNetwork.btnCreate": "作成する",
"cmps.terminal.DockerTerminal.connected": "{{type}} ドッカーコンテナー {{name}} 接続...",
"cmps.terminal.DockerTerminal.connectErr": "端末に接続できません",
"cmps.terminal.DockerTerminal.nodeTypeErr": "無効なノードタイプ '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Dockerコンテナー '{{name}}'が見つかりません",
"cmps.terminal.DockerTerminal.cliUpdating": "常にregtestネットワークを使用するように {{cli}} を更新する",
"store.models.bitcoind.mineError": "マイニングするブロックの数は、正数でなければなりません",
"store.models.designer.notFoundError": "ID {{networkId}} ネットワークのグラフが見つかりません",
"store.models.designer.linkErrNotStarted": "最初にノードを開始する必要があります",
"store.models.designer.linkErrTitle": "ノードを接続できません",
"store.models.designer.linkErrBitcoin": "ビットコインノード間の接続は自動的に管理されます",
"store.models.designer.linkErrPorts": "上下のポートを使用して、ビットコインと稲妻のノードを接続します",
"store.models.designer.dropErrTitle": "ノードを追加できませんでした",
"store.models.designer.dropErrMsg": "ネットワークの移行中は新しいノードを追加できません",
"store.models.network.networkByIdErr": "ID '{{networkId}}' のネットワークが見つかりませんでした。",
"store.models.network.nodeByNameErr": "ノード '{{name}}'が見つかりませんでした。",
"store.models.network.connectedErr": "ノード「{{lnName}}」はすでに「{{backendName}}」に接続されています",
"store.models.network.renameErr": "ネットワーク名 '{{name}}'は無効です",
"store.models.network.removeLastErr": "唯一のビットコインノードを削除できません",
"store.models.network.removeCompatErr": "{{lnName}} に接続する他の互換性のあるバックエンドはありません。最初に {{lnName}} ノードを削除する必要があります",
"utils.network.backendCompatError": "このネットワークには、{{implementation}} v{{version}} 必要な Bitcoin Core v{{requiredVersion}} (またはそれ以下) ノードが含まれていません"
}

255
src/i18n/locales/ko-KR.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "시작",
"enums.status.Started": "시작",
"enums.status.Stopping": "멎는",
"enums.status.Stopped": "중지",
"enums.status.Error": "오류",
"cmps.forms.required": "필수",
"cmps.common.form.LightningNodeSelect.balance": "균형",
"cmps.common.CopyIcon.message": "클립 보드에 {{label}} 을 복사 함",
"cmps.common.NavMenu.createNetwork": "네트워크 만들기",
"cmps.common.OpenTerminalButton.title": "단말기",
"cmps.common.OpenTerminalButton.btn": "시작하다",
"cmps.common.OpenTerminalButton.info": "노드에서 직접 '{{cmd}}'명령을 실행하십시오.",
"cmps.common.RestartNode.title": "노드 재시작",
"cmps.common.RestartNode.startBtn": "스타트",
"cmps.common.RestartNode.stopBtn": "중지",
"cmps.common.RestartNode.confirmBtn": "예",
"cmps.common.RestartNode.cancelBtn": "취소",
"cmps.common.RestartNode.startConfirmTitle": "{{name}} 노드를 시작 하시겠습니까?",
"cmps.common.RestartNode.startSuccess": "노드 {{name}} 이 시작되었습니다",
"cmps.common.RestartNode.startError": "노드를 시작할 수 없습니다",
"cmps.common.RestartNode.stopConfirmTitle": "{{name}} 노드를 중지 하시겠습니까?",
"cmps.common.RestartNode.stopSuccess": "노드 {{name}} 이 중지되었습니다",
"cmps.common.RestartNode.stopError": "노드를 중지 할 수 없습니다",
"cmps.designer.bitcoind.actions.RemoveNode.title": "네트워크에서 노드 제거",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "없애다",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "네트워크에서 {{name}} 을 제거 하시겠습니까?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "이 노드를 백엔드로 사용하는 모든 번개 노드는 첫 번째 비트 코인 노드에 연결됩니다.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "LN 노드를 다른 백엔드에 연결하고 비트 코인 노드를 다른 피어에 연결하기 위해 네트워크가 다시 시작됩니다. 완료하는 데 최대 1 분이 소요될 수 있습니다.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "예",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "취소",
"cmps.designer.bitcoind.actions.RemoveNode.success": "노드 {{name}} 이 네트워크에서 제거되었습니다.",
"cmps.designer.bitcoind.actions.RemoveNode.error": "노드를 제거 할 수 없습니다",
"cmps.designer.bitcoind.BitcoinDetails.info": "정보",
"cmps.designer.bitcoind.BitcoinDetails.connect": "잇다",
"cmps.designer.bitcoind.BitcoinDetails.actions": "행위",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "비트 코인이 온라인 상태가되기를 기다리는 중",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "노드에 연결할 수 없습니다",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC 호스트",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "사용자 이름",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "암호",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API 문서",
"cmps.designer.bitcoind.ConnectTab.notStarted": "연결 정보를 보려면 노드를 시작해야합니다",
"cmps.designer.bitcoind.InfoTab.nodeType": "노드 유형",
"cmps.designer.bitcoind.InfoTab.implementation": "이행",
"cmps.designer.bitcoind.InfoTab.version": "버전",
"cmps.designer.bitcoind.InfoTab.status": "상태",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "지출 잔액",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "미숙 한 균형",
"cmps.designer.bitcoind.InfoTab.blockHeight": "블록 높이",
"cmps.designer.bitcoind.InfoTab.blockHash": "해시 차단",
"cmps.designer.bitcoind.InfoTab.startError": "비트 코인 노드에 연결할 수 없습니다",
"cmps.designer.bitcoind.MineBlocksInput.label": "수동 광산 블록",
"cmps.designer.bitcoind.MineBlocksInput.error": "블록을 채굴 할 수 없습니다",
"cmps.designer.bitcoind.MineBlocksInput.btn": "나의 것",
"cmps.designer.default.DefaultSidebar.title": "네트워크 디자이너",
"cmps.designer.default.DefaultSidebar.mainDesc": "세부 사항을 보려면 디자이너에서 요소를 클릭하십시오.",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "노드 추가",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "아래 노드를 캔버스로 드래그하여 네트워크에 추가",
"cmps.designer.default.DefaultSidebar.showVersions": "모든 버전 표시",
"cmps.designer.link.Backend.title": "체인 백엔드 연결",
"cmps.designer.link.Backend.desc": "낙뢰 노드는 블록 체인 노드를 사용하여 트랜잭션을 보내고 관심있는 트랜잭션에 대한 확인 알림을받습니다. 원하는 경우이 연결을 변경할 수 있습니다.",
"cmps.designer.link.Backend.btnText": "백엔드 변경",
"cmps.designer.link.Backend.lightningTitle": "번개 노드",
"cmps.designer.link.Backend.bitcoinTitle": "비트 코인 노드",
"cmps.designer.link.Backend.name": "이름",
"cmps.designer.link.Backend.implementation": "이행",
"cmps.designer.link.Backend.version": "버전",
"cmps.designer.link.Backend.status": "상태",
"cmps.designer.link.Channel.title": "채널 세부 사항",
"cmps.designer.link.Channel.sourceTitle": "소스 노드",
"cmps.designer.link.Channel.destinationTitle": "대상 노드",
"cmps.designer.link.Channel.status": "상태",
"cmps.designer.link.Channel.capacity": "생산 능력",
"cmps.designer.link.Channel.sourceBalance": "소스 밸런스",
"cmps.designer.link.Channel.destinationBalance": "대상 잔액",
"cmps.designer.link.Channel.channelPoint": "채널 포인트",
"cmps.designer.link.Channel.name": "이름",
"cmps.designer.link.Channel.implementation": "이행",
"cmps.designer.link.Channel.version": "버전",
"cmps.designer.link.Channel.closeChanBtn": "채널 닫기",
"cmps.designer.link.Channel.closeChanModalTitle": "이 채널을 닫으시겠습니까?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "예",
"cmps.designer.link.Channel.closeChanCancelBtn": "취소",
"cmps.designer.link.Channel.closeChanSuccess": "채널이 닫혔습니다",
"cmps.designer.link.Channel.closeChanError": "채널을 닫을 수 없습니다",
"cmps.designer.link.LinkDetails.invalidTitle": "잘못된 선택",
"cmps.designer.link.LinkDetails.invalidMsg": "어떻게 든 유효하지 않은 링크를 선택했습니다. 차트가 노드의 상태를 정확하게 나타내려면 위의 다시로드 아이콘을 클릭하십시오.",
"cmps.designer.link.Peer.title": "비트 코인 피어 연결",
"cmps.designer.link.Peer.desc": "비트 코인 노드는 피어 투 피어 연결을 통해 통신하여 트랜잭션과 블록을 전송합니다. Polar는 네트워크가 시작될 때 모든 Bitcoin 노드를 자동으로 서로 연결합니다.",
"cmps.designer.link.Peer.peer1Title": "동료 1",
"cmps.designer.link.Peer.peer2Title": "피어 2",
"cmps.designer.link.Peer.name": "이름",
"cmps.designer.link.Peer.implementation": "이행",
"cmps.designer.link.Peer.version": "버전",
"cmps.designer.link.Peer.status": "상태",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "번개 송장 만들기",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "마디",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "양",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "취소",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "송장 생성",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "송장을 만들 수 없습니다",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "송장 작성 성공",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "아래의 인보이스를 지불하여 {{nodeName}}{{amount}} sat를 보내십시오.",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "복사 후 닫기",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "클립 보드로 복사 한 송장",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "라이트닝 노드 백엔드 변경",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Lightning Node의 백엔드를 변경하면 다른 Bitcoin 노드를 사용하여 블록과 트랜잭션을 보내거나받을 수 있습니다.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "번개 노드",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "비트 코인 노드",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "변경 사항을 적용하기 위해 {{name}} 노드가 자동으로 다시 시작됩니다.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "취소",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "백엔드 변경",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "백엔드 노드를 변경할 수 없습니다",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} 은 {{ln.implementation}} v{{ln.version}} 를 실행 중이며 Bitcoin Core v{{requiredVersion}} 및 이전 버전과 호환됩니다. {{backend.name}} 는 v{{backend.version}} 실행 중이므로 사용할 수 없습니다.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "백엔드 노드를 성공적으로 업데이트했습니다",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "{{ln}} 노드는 {{backend}} 에서 체인 데이터를 가져옵니다",
"cmps.designer.lightning.actions.Deposit.title": "예금 기금",
"cmps.designer.lightning.actions.Deposit.depositBtn": "예금",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "{{amount}} 은 {{node}} 앉았다",
"cmps.designer.lightning.actions.Deposit.depositError": "자금을 입금 할 수 없습니다",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "열린 채널",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "들어오는",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "나가는",
"cmps.designer.lightning.actions.OpenChannelModal.title": "새 채널 열기",
"cmps.designer.lightning.actions.OpenChannelModal.source": "출처",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "목적지",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "생산 능력",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "최소: {{min}} 최대 {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "채널을 열기 위해 {selectedFrom} 에 충분한 자금을 입금하십시오",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "노드에서 자체 채널을 열 수 없습니다",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "취소",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "열린 채널",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "노드 잔액을 가져올 수 없습니다",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "채널을 열 수 없습니다",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "번개 청구서 지불",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "노드에서",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 송장",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "취소",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "송장 지불",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "송장을 지불 할 수 없습니다",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "인보이스 결제 완료",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "보낸 {{amount}} 은 {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "지불",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "송장 지불",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "송장 생성",
"cmps.designer.lightning.actions.RemoveNode.title": "네트워크에서 노드 제거",
"cmps.designer.lightning.actions.RemoveNode.btnText": "없애다",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "네트워크에서 {{name}} 을 제거 하시겠습니까?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "이 노드가있는 열린 채널은 작동 할 수 없으며 디자이너에 표시되지 않습니다.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "예",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "취소",
"cmps.designer.lightning.actions.RemoveNode.success": "노드 {{name}} 이 네트워크에서 제거되었습니다.",
"cmps.designer.lightning.actions.RemoveNode.error": "노드를 제거 할 수 없습니다",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS 인증서",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "관리 마카롱",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "읽기 전용 마카롱",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS 인증서",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "관리 마카롱",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "읽기 전용 마카롱",
"cmps.designer.lightning.connect.EncodedStrings.error": "파일 내용을 인코딩하지 못했습니다",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND 연결 URL",
"cmps.designer.lightning.connect.LndConnect.encodeError": "LND Connect URL을 만들 수 없습니다",
"cmps.designer.lightning.ActionsTab.notStarted": "노드에서 조치를 수행하려면 노드를 시작해야합니다.",
"cmps.designer.lightning.ConnectTab.notStarted": "연결 정보를 보려면 노드를 시작해야합니다",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC 호스트",
"cmps.designer.lightning.ConnectTab.restHost": "REST 호스트",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN URL",
"cmps.designer.lightning.ConnectTab.apiDocs": "API 문서",
"cmps.designer.lightning.ConnectTab.filePaths": "파일 경로",
"cmps.designer.lightning.ConnectTab.hexStrings": "마녀",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND 연결",
"cmps.designer.lightning.InfoTab.nodeType": "노드 유형",
"cmps.designer.lightning.InfoTab.implementation": "이행",
"cmps.designer.lightning.InfoTab.version": "버전",
"cmps.designer.lightning.InfoTab.status": "상태",
"cmps.designer.lightning.InfoTab.confirmedBalance": "확인 된 잔액",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "미확인 잔액",
"cmps.designer.lightning.InfoTab.alias": "별명",
"cmps.designer.lightning.InfoTab.pubkey": "펍키",
"cmps.designer.lightning.InfoTab.syncedToChain": "체인에 동기화",
"cmps.designer.lightning.InfoTab.blockHeight": "블록 높이",
"cmps.designer.lightning.InfoTab.channels": "채널",
"cmps.designer.lightning.InfoTab.channelsTooltip": "활성 / 보류 / 비활성",
"cmps.designer.lightning.InfoTab.startError": "{{implementation}} 노드에 연결할 수 없습니다",
"cmps.designer.lightning.InfoTab.syncWarning": "체인과 동기화되지 않았습니다. 블록 광산",
"cmps.designer.lightning.LightningDetails.info": "정보",
"cmps.designer.lightning.LightningDetails.connect": "잇다",
"cmps.designer.lightning.LightningDetails.actions": "행위",
"cmps.designer.lightning.LightningDetails.waitingNotice": "{{implementation}} 이 온라인 상태가되기를 기다리는 중",
"cmps.designer.lightning.LightningDetails.connectError": "{{implementation}} 노드에 연결할 수 없습니다",
"cmps.designer.SyncButton.syncSuccess": "디자이너가 Lightning 노드와 동기화되었습니다",
"cmps.designer.SyncButton.syncError": "네트워크를 동기화하지 못했습니다",
"cmps.designer.SyncButton.syncBtnTip": "노드에서 채널 업데이트",
"cmps.home.DetectDockerModal.dockerError": "도커 오류",
"cmps.home.DetectDockerModal.notFound": "찾을 수 없음",
"cmps.home.DetectDockerModal.notDetected": "도 커가 감지되지 않습니다",
"cmps.home.DetectDockerModal.description": "Lightning Network를 시작하려면이 컴퓨터에 Docker 및 Docker Compose가 설치되어 실행 중이어야합니다.",
"cmps.home.DetectDockerModal.download": "다운로드",
"cmps.home.DetectDockerModal.versionsTitle": "설치된 도커 버전",
"cmps.home.DetectDockerModal.checkAgain": "다시 확인",
"cmps.home.GetStarted.title": "시작하자!",
"cmps.home.GetStarted.createBtn": "번개 네트워크 만들기",
"cmps.home.Home.initError": "응용 프로그램 상태를 초기화 할 수 없습니다",
"cmps.home.NetworkCard.lightningNodes": "번개 노드",
"cmps.home.NetworkCard.bitcoinNodes": "비트 코인 노드",
"cmps.network.NetworkActions.menuRename": "이름 바꾸기",
"cmps.network.NetworkActions.menuDelete": "지우다",
"cmps.network.NetworkActions.primaryBtnStarting": "시작",
"cmps.network.NetworkActions.primaryBtnStop": "중지",
"cmps.network.NetworkActions.primaryBtnStopping": "멎는",
"cmps.network.NetworkActions.primaryBtnStart": "스타트",
"cmps.network.NetworkActions.primaryBtnRestart": "재시작",
"cmps.network.NetworkActions.mineBtn": "빠른 광산",
"cmps.network.NetworkActions.mineError": "블록을 채굴 할 수 없습니다",
"cmps.network.NetworkView.missingImages": "이 네트워크를 시작하면 아직 다운로드되지 않은 도커 이미지를 사용하기 때문에 평소보다 시간이 조금 더 걸립니다.",
"cmps.network.NetworkView.renameSave": "저장",
"cmps.network.NetworkView.renameCancel": "취소",
"cmps.network.NetworkView.renameError": "네트워크 이름을 바꾸지 못했습니다.",
"cmps.network.NetworkView.deleteTitle": "이 네트워크를 삭제 하시겠습니까?",
"cmps.network.NetworkView.deleteContent": "모든 블록 체인 데이터가 영구적으로 제거됩니다.",
"cmps.network.NetworkView.deleteConfirmBtn": "예",
"cmps.network.NetworkView.deleteCancelBtn": "취소",
"cmps.network.NetworkView.deleteSuccess": "네트워크 '{{name}}'및 해당 데이터가 삭제되었습니다!",
"cmps.network.NetworkView.deleteError": "네트워크를 삭제할 수 없습니다",
"cmps.network.NewNetwork.title": "새로운 번개 네트워크 만들기",
"cmps.network.NewNetwork.nameLabel": "네트워크 이름",
"cmps.network.NewNetwork.namePhldr": "내 번개 Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "LND 노드는 몇 개입니까?",
"cmps.network.NewNetwork.clightningNodesLabel": "c-lightning 몇 개입니까?",
"cmps.network.NewNetwork.clightningWindows": "Windows에서는 아직 지원되지 않습니다.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "비트 코인 노드는 몇 개입니까?",
"cmps.network.NewNetwork.btnCreate": "창조하다",
"cmps.terminal.DockerTerminal.connected": "{{type}} 도커 컨테이너 {{name}} 연결됨 ...",
"cmps.terminal.DockerTerminal.connectErr": "터미널에 연결할 수 없습니다",
"cmps.terminal.DockerTerminal.nodeTypeErr": "유효하지 않은 노드 유형 '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "도커 컨테이너 '{{name}}'을 (를) 찾을 수 없습니다",
"cmps.terminal.DockerTerminal.cliUpdating": "항상 regtest 네트워크를 사용하도록 {{cli}} 업데이트",
"store.models.bitcoind.mineError": "채굴 할 블록 수는 양수 여야합니다.",
"store.models.designer.notFoundError": "ID 가 {{networkId}} 네트워크에 대한 차트를 찾을 수 없습니다",
"store.models.designer.linkErrNotStarted": "노드가 먼저 시작되어야합니다",
"store.models.designer.linkErrTitle": "노드를 연결할 수 없습니다",
"store.models.designer.linkErrBitcoin": "비트 코인 노드 간의 연결은 자동으로 관리됩니다",
"store.models.designer.linkErrPorts": "비트 코인과 라이트닝 노드를 연결하기 위해 상단 및 하단 포트를 사용",
"store.models.designer.dropErrTitle": "노드를 추가하지 못했습니다",
"store.models.designer.dropErrMsg": "네트워크가 전환 중일 때 새 노드를 추가 할 수 없습니다",
"store.models.network.networkByIdErr": "ID 가 '{{networkId}}' 인 네트워크를 찾을 수 없습니다.",
"store.models.network.nodeByNameErr": "'{{name}}'노드를 찾을 수 없습니다.",
"store.models.network.connectedErr": "'{{lnName}}'노드가 이미 '{{backendName}}'에 연결되었습니다",
"store.models.network.renameErr": "네트워크 이름 '{{name}}' 이 (가) 유효하지 않습니다",
"store.models.network.removeLastErr": "비트 코인 노드 만 제거 할 수 없습니다",
"store.models.network.removeCompatErr": "연결할 {{lnName}} 에 대한 다른 호환 가능한 백엔드가 없습니다. 먼저 {{lnName}} 노드를 제거해야합니다",
"utils.network.backendCompatError": "이 네트워크에는 {{implementation}} v{{version}} 필요한 Bitcoin Core v{{requiredVersion}} (또는 그 이하) 노드가 없습니다."
}

255
src/i18n/locales/nl-NL.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/no-NO.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/pl-PL.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/pt-BR.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Iniciando",
"enums.status.Started": "Começado",
"enums.status.Stopping": "Parando",
"enums.status.Stopped": "Parado",
"enums.status.Error": "Erro",
"cmps.forms.required": "requeridos",
"cmps.common.form.LightningNodeSelect.balance": "Saldo",
"cmps.common.CopyIcon.message": "Copiado {{label}} para a área de transferência",
"cmps.common.NavMenu.createNetwork": "Criar rede",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Lançamento",
"cmps.common.OpenTerminalButton.info": "Execute comandos '{{cmd}}' diretamente no nó",
"cmps.common.RestartNode.title": "Nó de reinicialização",
"cmps.common.RestartNode.startBtn": "Começar",
"cmps.common.RestartNode.stopBtn": "Pare",
"cmps.common.RestartNode.confirmBtn": "Sim",
"cmps.common.RestartNode.cancelBtn": "Cancelar",
"cmps.common.RestartNode.startConfirmTitle": "Deseja iniciar o nó {{name}}?",
"cmps.common.RestartNode.startSuccess": "O nó {{name}} foi iniciado",
"cmps.common.RestartNode.startError": "Não foi possível iniciar o nó",
"cmps.common.RestartNode.stopConfirmTitle": "Tem certeza de que deseja parar o nó {{name}}?",
"cmps.common.RestartNode.stopSuccess": "O nó {{name}} foi parado",
"cmps.common.RestartNode.stopError": "Não foi possível parar o nó",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remover nó da rede",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Retirar",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Tem certeza de que deseja remover {{name}} da rede?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Qualquer nó relâmpago que use este nó como back-end será conectado ao primeiro nó bitcoin.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "A rede será reiniciada para conectar os nós do LN a outros nós de back-end e bitcoin a outros pares. Isso pode levar até um minuto para ser concluído.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Sim",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancelar",
"cmps.designer.bitcoind.actions.RemoveNode.success": "O nó {{name}} foi removido da rede",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Não foi possível remover o nó",
"cmps.designer.bitcoind.BitcoinDetails.info": "Informações",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Conectar",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Ações",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Aguardando o bitcoind ficar online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Não foi possível conectar ao nó",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "Host RPC",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Nome do usuário",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Senha",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "Documentos da API",
"cmps.designer.bitcoind.ConnectTab.notStarted": "É necessário iniciar o nó para visualizar as informações de conexão",
"cmps.designer.bitcoind.InfoTab.nodeType": "Tipo de nó",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementação",
"cmps.designer.bitcoind.InfoTab.version": "Versão",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Saldo gastável",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Saldo Imaturo",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Altura do bloco",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Não foi possível conectar-se ao nó bitcoin",
"cmps.designer.bitcoind.MineBlocksInput.label": "Blocos de minas manualmente",
"cmps.designer.bitcoind.MineBlocksInput.error": "Incapaz de extrair blocos",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Meu",
"cmps.designer.default.DefaultSidebar.title": "Designer de Rede",
"cmps.designer.default.DefaultSidebar.mainDesc": "Clique em um elemento no designer para ver detalhes",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Adicionar nós",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Arraste um nó abaixo para a tela para adicioná-lo à rede",
"cmps.designer.default.DefaultSidebar.showVersions": "Mostrar todas as versões",
"cmps.designer.link.Backend.title": "Conexão de cadeia de back-end",
"cmps.designer.link.Backend.desc": "Os nós do Lightning contam com os nós da blockchain para enviar transações e receber notificações de confirmação sobre as transações com as quais se preocupam. Você pode alterar essa conexão, se desejar.",
"cmps.designer.link.Backend.btnText": "Alterar back-end",
"cmps.designer.link.Backend.lightningTitle": "Nó relâmpago",
"cmps.designer.link.Backend.bitcoinTitle": "Nó Bitcoin",
"cmps.designer.link.Backend.name": "Nome",
"cmps.designer.link.Backend.implementation": "Implementação",
"cmps.designer.link.Backend.version": "Versão",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Detalhes do canal",
"cmps.designer.link.Channel.sourceTitle": "Nó de Origem",
"cmps.designer.link.Channel.destinationTitle": "Nó de destino",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacidade",
"cmps.designer.link.Channel.sourceBalance": "Saldo da fonte",
"cmps.designer.link.Channel.destinationBalance": "Saldo do destino",
"cmps.designer.link.Channel.channelPoint": "Ponto do canal",
"cmps.designer.link.Channel.name": "Nome",
"cmps.designer.link.Channel.implementation": "Implementação",
"cmps.designer.link.Channel.version": "Versão",
"cmps.designer.link.Channel.closeChanBtn": "Fechar canal",
"cmps.designer.link.Channel.closeChanModalTitle": "Tem certeza de que deseja fechar este canal?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Sim",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancelar",
"cmps.designer.link.Channel.closeChanSuccess": "O canal foi fechado",
"cmps.designer.link.Channel.closeChanError": "Não foi possível fechar o canal",
"cmps.designer.link.LinkDetails.invalidTitle": "Seleção inválida",
"cmps.designer.link.LinkDetails.invalidMsg": "De alguma forma, você conseguiu selecionar um link inválido. Clique no ícone de recarga acima para garantir que seu gráfico represente com precisão o estado em seus nós",
"cmps.designer.link.Peer.title": "Conexão de pares Bitcoin",
"cmps.designer.link.Peer.desc": "Nós Bitcoin se comunicam através de suas conexões ponto a ponto para transmitir transações e blocos. A Polar conecta automaticamente todos os nós do Bitcoin quando a rede é iniciada.",
"cmps.designer.link.Peer.peer1Title": "Par 1",
"cmps.designer.link.Peer.peer2Title": "Par 2",
"cmps.designer.link.Peer.name": "Nome",
"cmps.designer.link.Peer.implementation": "Implementação",
"cmps.designer.link.Peer.version": "Versão",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Criar fatura relâmpago",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Nó",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Montante",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancelar",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Criar recibo",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Não foi possível criar a fatura",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Criada com sucesso a fatura",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pague a fatura abaixo para enviar {{amount}} sats para {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copiar e Fechar",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Fatura copiada para a área de transferência",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Alterar back-end do nó do Lightning",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Alterar o back-end do Lightning Node o instruirá a usar um nó Bitcoin diferente para enviar / receber blocos e transações.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Nó relâmpago",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Nó Bitcoin",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "O nó {{name}} será reiniciado automaticamente para aplicar a alteração.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancelar",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Alterar back-end",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Não foi possível alterar o nó de back-end",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} está executando {{ln.implementation}} v{{ln.version}} que é compatível com o Bitcoin Core v{{requiredVersion}} e mais antigo. {{backend.name}} está executando a versão{{backend.version}} portanto, não pode ser usado.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Atualizou com êxito o nó de back-end",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "O nó {{ln}} extrairá dados da cadeia de {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Fundos de depósito",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Depósito",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Depositou {{amount}} sats em {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Não foi possível depositar fundos",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Canal aberto",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Entrada",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Extrovertido",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Abrir novo canal",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Fonte",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destino",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacidade",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Mínimo: {{min}} - Máximo {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposite fundos suficientes para {selectedFrom} para abrir o canal",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Não é possível abrir um canal de um nó para si mesmo",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancelar",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Canal aberto",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Não foi possível buscar os saldos dos nós",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Não foi possível abrir o canal",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pagar fatura relâmpago",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "Do nó",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "PARAFUSO 11 PARAFUSO",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancelar",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Fatura de pagamento",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Não foi possível pagar a fatura",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Pagou com sucesso a fatura",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Enviado {{amount}} sats de {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Pagamentos",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Fatura de pagamento",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Criar recibo",
"cmps.designer.lightning.actions.RemoveNode.title": "Remover nó da rede",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Retirar",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Tem certeza de que deseja remover {{name}} da rede?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Quaisquer canais abertos com este nó ficarão inoperantes e não serão exibidos no designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Sim",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancelar",
"cmps.designer.lightning.actions.RemoveNode.success": "O nó {{name}} foi removido da rede",
"cmps.designer.lightning.actions.RemoveNode.error": "Não foi possível remover o nó",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "Certificação TLS",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Macaroon somente leitura",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "Certificação TLS",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Macaroon somente leitura",
"cmps.designer.lightning.connect.EncodedStrings.error": "Falha ao codificar o conteúdo do arquivo",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "URL de conexão LND",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Não foi possível criar o URL do LND Connect",
"cmps.designer.lightning.ActionsTab.notStarted": "O nó precisa ser iniciado para executar ações nele",
"cmps.designer.lightning.ConnectTab.notStarted": "É necessário iniciar o nó para visualizar as informações de conexão",
"cmps.designer.lightning.ConnectTab.grpcHost": "Host GRPC",
"cmps.designer.lightning.ConnectTab.restHost": "Host REST",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "URL do P2P LN",
"cmps.designer.lightning.ConnectTab.apiDocs": "Documentos da API",
"cmps.designer.lightning.ConnectTab.filePaths": "Caminhos de arquivo",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Tipo de nó",
"cmps.designer.lightning.InfoTab.implementation": "Implementação",
"cmps.designer.lightning.InfoTab.version": "Versão",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Saldo confirmado",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Saldo não confirmado",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Sincronizado com a cadeia",
"cmps.designer.lightning.InfoTab.blockHeight": "Altura do bloco",
"cmps.designer.lightning.InfoTab.channels": "Canais",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Ativo / Pendente / Inativo",
"cmps.designer.lightning.InfoTab.startError": "Não foi possível conectar ao nó {{implementation}}",
"cmps.designer.lightning.InfoTab.syncWarning": "Não está sincronizado com a corrente. Mine um bloco",
"cmps.designer.lightning.LightningDetails.info": "Informações",
"cmps.designer.lightning.LightningDetails.connect": "Conectar",
"cmps.designer.lightning.LightningDetails.actions": "Ações",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Aguardando {{implementation}} para ficar online",
"cmps.designer.lightning.LightningDetails.connectError": "Não foi possível conectar ao nó {{implementation}}",
"cmps.designer.SyncButton.syncSuccess": "O designer foi sincronizado com os nós do Lightning",
"cmps.designer.SyncButton.syncError": "Falha ao sincronizar a rede",
"cmps.designer.SyncButton.syncBtnTip": "Atualizar canais de nós",
"cmps.home.DetectDockerModal.dockerError": "Erro do Docker",
"cmps.home.DetectDockerModal.notFound": "Não encontrado",
"cmps.home.DetectDockerModal.notDetected": "Docker não detectado",
"cmps.home.DetectDockerModal.description": "Para iniciar uma Lightning Network, você deve ter o Docker e o Docker Compose instalados e em execução neste computador.",
"cmps.home.DetectDockerModal.download": "Baixar",
"cmps.home.DetectDockerModal.versionsTitle": "Versões do Docker instalado",
"cmps.home.DetectDockerModal.checkAgain": "Verificar novamente",
"cmps.home.GetStarted.title": "Vamos começar!",
"cmps.home.GetStarted.createBtn": "Criar uma rede Lightning",
"cmps.home.Home.initError": "Não foi possível inicializar o estado do aplicativo",
"cmps.home.NetworkCard.lightningNodes": "Nós do Lightning",
"cmps.home.NetworkCard.bitcoinNodes": "Nós Bitcoin",
"cmps.network.NetworkActions.menuRename": "Renomear",
"cmps.network.NetworkActions.menuDelete": "Excluir",
"cmps.network.NetworkActions.primaryBtnStarting": "Iniciando",
"cmps.network.NetworkActions.primaryBtnStop": "Pare",
"cmps.network.NetworkActions.primaryBtnStopping": "Parando",
"cmps.network.NetworkActions.primaryBtnStart": "Começar",
"cmps.network.NetworkActions.primaryBtnRestart": "Reiniciar",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Incapaz de extrair blocos",
"cmps.network.NetworkView.missingImages": "Iniciar esta rede demorará um pouco mais do que o normal, pois utiliza imagens de janela de encaixe que ainda não foram baixadas.",
"cmps.network.NetworkView.renameSave": "Salve ",
"cmps.network.NetworkView.renameCancel": "Cancelar",
"cmps.network.NetworkView.renameError": "Falha ao renomear a rede",
"cmps.network.NetworkView.deleteTitle": "Tem certeza de que deseja excluir esta rede?",
"cmps.network.NetworkView.deleteContent": "Todos os dados da blockchain serão removidos permanentemente.",
"cmps.network.NetworkView.deleteConfirmBtn": "Sim",
"cmps.network.NetworkView.deleteCancelBtn": "Cancelar",
"cmps.network.NetworkView.deleteSuccess": "A rede '{{name}}' e seus dados foram excluídos!",
"cmps.network.NetworkView.deleteError": "Não foi possível excluir a rede",
"cmps.network.NewNetwork.title": "Crie uma nova rede Lightning",
"cmps.network.NewNetwork.nameLabel": "Nome da rede",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "Quantos nós LND?",
"cmps.network.NewNetwork.clightningNodesLabel": "Quantos nós c-lightning?",
"cmps.network.NewNetwork.clightningWindows": "Ainda não há suporte no Windows.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "Quantos nós de bitcoind?",
"cmps.network.NewNetwork.btnCreate": "Crio",
"cmps.terminal.DockerTerminal.connected": "Conectado ao container docker {{type}} {{name}}...",
"cmps.terminal.DockerTerminal.connectErr": "Não foi possível conectar ao terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Tipo de nó inválido '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Contêiner do Docker '{{name}}' não encontrado",
"cmps.terminal.DockerTerminal.cliUpdating": "Atualizando {{cli}} para sempre usar a rede regtest",
"store.models.bitcoind.mineError": "O número de blocos para o meu deve ser um número positivo",
"store.models.designer.notFoundError": "Gráfico não encontrado para a rede com o ID {{networkId}}",
"store.models.designer.linkErrNotStarted": "Os nós devem ser iniciados primeiro",
"store.models.designer.linkErrTitle": "Não é possível conectar nós",
"store.models.designer.linkErrBitcoin": "As conexões entre nós de bitcoin são gerenciadas automaticamente",
"store.models.designer.linkErrPorts": "Use as portas superior e inferior para se conectar entre bitcoin e nós de raios",
"store.models.designer.dropErrTitle": "Falha ao adicionar nó",
"store.models.designer.dropErrMsg": "Não é possível adicionar um novo nó quando a rede está em transição",
"store.models.network.networkByIdErr": "A rede com o ID '{{networkId}}' não foi encontrada.",
"store.models.network.nodeByNameErr": "O nó '{{name}}' não foi encontrado.",
"store.models.network.connectedErr": "O nó '{{lnName}}' já está conectado a '{{backendName}}'",
"store.models.network.renameErr": "O nome da rede '{{name}}' não é válido",
"store.models.network.removeLastErr": "Não é possível remover o único nó bitcoin",
"store.models.network.removeCompatErr": "Não há outros back-end compatíveis para conexão com {{lnName}}. Você deve remover o {{lnName}} nó primeiro",
"utils.network.backendCompatError": "Esta rede não contém um nó Bitcoin Core v{{requiredVersion}} (ou inferior) necessário para {{implementation}} v{{version}}"
}

255
src/i18n/locales/pt-PT.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/ro-RO.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/ru-RU.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "начало",
"enums.status.Started": "Начал",
"enums.status.Stopping": "остановка",
"enums.status.Stopped": "Остановился",
"enums.status.Error": "ошибка",
"cmps.forms.required": "требуется",
"cmps.common.form.LightningNodeSelect.balance": "Баланс",
"cmps.common.CopyIcon.message": "Скопировано {{label}} в буфер обмена",
"cmps.common.NavMenu.createNetwork": "Создать сеть",
"cmps.common.OpenTerminalButton.title": "Терминал",
"cmps.common.OpenTerminalButton.btn": "запуск",
"cmps.common.OpenTerminalButton.info": "Выполнить команды '{{cmd}}' непосредственно на узле",
"cmps.common.RestartNode.title": "Перезапустить узел",
"cmps.common.RestartNode.startBtn": "Начало",
"cmps.common.RestartNode.stopBtn": "Стоп",
"cmps.common.RestartNode.confirmBtn": "да",
"cmps.common.RestartNode.cancelBtn": "Отмена",
"cmps.common.RestartNode.startConfirmTitle": "Вы хотите запустить узел {{name}}?",
"cmps.common.RestartNode.startSuccess": "Узел {{name}} запущен",
"cmps.common.RestartNode.startError": "Невозможно запустить узел",
"cmps.common.RestartNode.stopConfirmTitle": "Вы уверены, что хотите остановить узел {{name}}?",
"cmps.common.RestartNode.stopSuccess": "Узел {{name}} был остановлен",
"cmps.common.RestartNode.stopError": "Невозможно остановить узел",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Удалить узел из сети",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "удалять",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Вы уверены, что хотите удалить {{name}} из сети?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Любые молниеносные узлы, использующие этот узел в качестве бэкенда, будут подключены к первому узлу биткойнов.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "Сеть будет перезапущена, чтобы соединить узлы LN с другим бэкендом, а узлы биткойнов - с другими узлами. Это может занять до минуты.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "да",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Отмена",
"cmps.designer.bitcoind.actions.RemoveNode.success": "Узел {{name}} был удален из сети",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Невозможно удалить узел",
"cmps.designer.bitcoind.BitcoinDetails.info": "Информация",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "действия",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "В ожидании выхода биткойн онлайн",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Невозможно подключиться к узлу",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "имя пользователя",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "пароль",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Документы",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Для просмотра информации о соединении необходимо запустить узел",
"cmps.designer.bitcoind.InfoTab.nodeType": "Тип узла",
"cmps.designer.bitcoind.InfoTab.implementation": "Реализация",
"cmps.designer.bitcoind.InfoTab.version": "Версия",
"cmps.designer.bitcoind.InfoTab.status": "Положение дел",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Расходный баланс",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Незрелый баланс",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Высота блока",
"cmps.designer.bitcoind.InfoTab.blockHash": "Блок Хэш",
"cmps.designer.bitcoind.InfoTab.startError": "Невозможно подключиться к узлу биткойн",
"cmps.designer.bitcoind.MineBlocksInput.label": "Вручную мои блоки",
"cmps.designer.bitcoind.MineBlocksInput.error": "Невозможно добывать блоки",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Мой",
"cmps.designer.default.DefaultSidebar.title": "Сетевой дизайнер",
"cmps.designer.default.DefaultSidebar.mainDesc": "Нажмите на элемент в дизайнере, чтобы увидеть детали",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Добавить узлы",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Перетащите узел ниже на холст, чтобы добавить его в сеть",
"cmps.designer.default.DefaultSidebar.showVersions": "Показать все версии",
"cmps.designer.link.Backend.title": "Цепное соединение с бэкэндом",
"cmps.designer.link.Backend.desc": "Узлы молнии полагаются на узлы цепочки блоков для отправки транзакций и получения уведомлений о подтверждении транзакций, которые им нужны. Вы можете изменить это соединение, если хотите.",
"cmps.designer.link.Backend.btnText": "Изменить бэкэнд",
"cmps.designer.link.Backend.lightningTitle": "Молниеносный Узел",
"cmps.designer.link.Backend.bitcoinTitle": "Биткойн-узел",
"cmps.designer.link.Backend.name": "имя",
"cmps.designer.link.Backend.implementation": "Реализация",
"cmps.designer.link.Backend.version": "Версия",
"cmps.designer.link.Backend.status": "Положение дел",
"cmps.designer.link.Channel.title": "Детали канала",
"cmps.designer.link.Channel.sourceTitle": "Исходный узел",
"cmps.designer.link.Channel.destinationTitle": "Узел назначения",
"cmps.designer.link.Channel.status": "Положение дел",
"cmps.designer.link.Channel.capacity": "Вместимость",
"cmps.designer.link.Channel.sourceBalance": "Исходный баланс",
"cmps.designer.link.Channel.destinationBalance": "Баланс назначения",
"cmps.designer.link.Channel.channelPoint": "Канал Точка",
"cmps.designer.link.Channel.name": "имя",
"cmps.designer.link.Channel.implementation": "Реализация",
"cmps.designer.link.Channel.version": "Версия",
"cmps.designer.link.Channel.closeChanBtn": "Закрыть канал",
"cmps.designer.link.Channel.closeChanModalTitle": "Вы уверены, что хотите закрыть этот канал?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "да",
"cmps.designer.link.Channel.closeChanCancelBtn": "Отмена",
"cmps.designer.link.Channel.closeChanSuccess": "Канал был закрыт",
"cmps.designer.link.Channel.closeChanError": "Невозможно закрыть канал",
"cmps.designer.link.LinkDetails.invalidTitle": "Неверный выбор",
"cmps.designer.link.LinkDetails.invalidMsg": "Вам каким-то образом удалось выбрать недействительную ссылку. Нажмите значок перезагрузки выше, чтобы убедиться, что ваша диаграмма точно отображает состояние ваших узлов",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Узлы биткойнов обмениваются данными через одноранговые соединения для передачи транзакций и блоков. Polar автоматически соединяет все узлы Биткойн друг с другом при запуске сети.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "имя",
"cmps.designer.link.Peer.implementation": "Реализация",
"cmps.designer.link.Peer.version": "Версия",
"cmps.designer.link.Peer.status": "Положение дел",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Создать счет за молнию",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Узел",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Количество",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Отмена",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Создать счет",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Невозможно создать счет",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Успешно создан счет",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Оплатите счет ниже, чтобы отправить {{amount}} сатов на {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Копировать и закрыть",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Скопирован счет в буфер обмена",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Изменить бэкэнд узла молнии",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Изменение бэкенда Lightning Node проинструктирует его использовать другой биткойн-узел для отправки / получения блоков и транзакций.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Молниеносный Узел",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Биткойн-узел",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "Узел {{name}} будет перезапущен автоматически, чтобы применить изменения.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Отмена",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Изменить бэкэнд",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Невозможно изменить внутренний узел",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} работает {{ln.implementation}} v{{ln.version}} что совместимо с Bitcoin Core v{{requiredVersion}} и старше. {{backend.name}} работает v{{backend.version}} поэтому его нельзя использовать.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Успешно обновлен серверный узел",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "Узел {{ln}} будет извлекать цепочку данных из {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Депозитные средства",
"cmps.designer.lightning.actions.Deposit.depositBtn": "депозит",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Депонировано от {{amount}} до {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Невозможно внести средства",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Открытый канал",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "вступающий",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "исходящий",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Открыть новый канал",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Источник",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Место назначения",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Вместимость",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Минимум: {{min}} - Максимум {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Внесите достаточно средств на {selectedFrom} чтобы открыть канал",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Невозможно открыть канал от узла к себе",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Отмена",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Открытый канал",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Невозможно получить баланс узлов",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Невозможно открыть канал",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Оплатить счет молнии",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "От узла",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "БОЛТ 11 Счет",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Отмена",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Оплатить счет",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Невозможно оплатить счет",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Успешно оплачен счет",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Отправлено {{amount}} сатов из {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "платежи",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Оплатить счет",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Создать счет",
"cmps.designer.lightning.actions.RemoveNode.title": "Удалить узел из сети",
"cmps.designer.lightning.actions.RemoveNode.btnText": "удалять",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Вы уверены, что хотите удалить {{name}} из сети?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Любые открытые каналы с этим узлом будут неработоспособны и не будут отображаться в конструкторе.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "да",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Отмена",
"cmps.designer.lightning.actions.RemoveNode.success": "Узел {{name}} был удален из сети",
"cmps.designer.lightning.actions.RemoveNode.error": "Невозможно удалить узел",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Macaroon только для чтения",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Macaroon только для чтения",
"cmps.designer.lightning.connect.EncodedStrings.error": "Не удалось кодировать содержимое файла",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Невозможно создать URL LND Connect",
"cmps.designer.lightning.ActionsTab.notStarted": "Узел должен быть запущен для выполнения действий над ним",
"cmps.designer.lightning.ConnectTab.notStarted": "Для просмотра информации о соединении необходимо запустить узел",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Документы",
"cmps.designer.lightning.ConnectTab.filePaths": "Пути к файлам",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Тип узла",
"cmps.designer.lightning.InfoTab.implementation": "Реализация",
"cmps.designer.lightning.InfoTab.version": "Версия",
"cmps.designer.lightning.InfoTab.status": "Положение дел",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Подтвержденный баланс",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Неподтвержденный баланс",
"cmps.designer.lightning.InfoTab.alias": "кличка",
"cmps.designer.lightning.InfoTab.pubkey": "Публичных",
"cmps.designer.lightning.InfoTab.syncedToChain": "Синхронизировано с Цепью",
"cmps.designer.lightning.InfoTab.blockHeight": "Высота блока",
"cmps.designer.lightning.InfoTab.channels": "каналы",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Активный / Ожидание / Неактивный",
"cmps.designer.lightning.InfoTab.startError": "Невозможно подключиться к {{implementation}} узлу",
"cmps.designer.lightning.InfoTab.syncWarning": "Не синхронизировано с тогдашней цепочкой. Мой блок",
"cmps.designer.lightning.LightningDetails.info": "Информация",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "действия",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Ожидание {{implementation}} чтобы прийти онлайн",
"cmps.designer.lightning.LightningDetails.connectError": "Невозможно подключиться к {{implementation}} узлу",
"cmps.designer.SyncButton.syncSuccess": "Конструктор был синхронизирован с узлами Lightning",
"cmps.designer.SyncButton.syncError": "Не удалось синхронизировать сеть",
"cmps.designer.SyncButton.syncBtnTip": "Обновление каналов с узлов",
"cmps.home.DetectDockerModal.dockerError": "Ошибка Docker",
"cmps.home.DetectDockerModal.notFound": "не обнаружена",
"cmps.home.DetectDockerModal.notDetected": "Докер не обнаружен",
"cmps.home.DetectDockerModal.description": "Для запуска Lightning Network на этом компьютере должны быть установлены и запущены Docker и Docker Compose.",
"cmps.home.DetectDockerModal.download": "Скачать",
"cmps.home.DetectDockerModal.versionsTitle": "Установленные версии Docker",
"cmps.home.DetectDockerModal.checkAgain": "Проверить снова",
"cmps.home.GetStarted.title": "Давайте начнем!",
"cmps.home.GetStarted.createBtn": "Создать сеть молний",
"cmps.home.Home.initError": "Невозможно инициализировать состояние приложения",
"cmps.home.NetworkCard.lightningNodes": "Молнии Узлы",
"cmps.home.NetworkCard.bitcoinNodes": "Биткойн-узлы",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "удалять",
"cmps.network.NetworkActions.primaryBtnStarting": "начало",
"cmps.network.NetworkActions.primaryBtnStop": "Стоп",
"cmps.network.NetworkActions.primaryBtnStopping": "остановка",
"cmps.network.NetworkActions.primaryBtnStart": "Начало",
"cmps.network.NetworkActions.primaryBtnRestart": "Начать сначала",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Невозможно добывать блоки",
"cmps.network.NetworkView.missingImages": "Запуск этой сети займет немного больше времени, чем обычно, поскольку он использует образы докеров, которые еще не были загружены.",
"cmps.network.NetworkView.renameSave": "Сохранить",
"cmps.network.NetworkView.renameCancel": "Отмена",
"cmps.network.NetworkView.renameError": "Не удалось переименовать сеть",
"cmps.network.NetworkView.deleteTitle": "Вы уверены, что хотите удалить эту сеть?",
"cmps.network.NetworkView.deleteContent": "Все данные блокчейна будут удалены навсегда.",
"cmps.network.NetworkView.deleteConfirmBtn": "да",
"cmps.network.NetworkView.deleteCancelBtn": "Отмена",
"cmps.network.NetworkView.deleteSuccess": "Сеть '{{name}}' и ее данные были удалены!",
"cmps.network.NetworkView.deleteError": "Невозможно удалить сеть",
"cmps.network.NewNetwork.title": "Создать новую сеть Lightning",
"cmps.network.NewNetwork.nameLabel": "Имя сети",
"cmps.network.NewNetwork.namePhldr": "Моя молния симнет",
"cmps.network.NewNetwork.lndNodesLabel": "Сколько узлов LND?",
"cmps.network.NewNetwork.clightningNodesLabel": "Сколько узлов c-lightning?",
"cmps.network.NewNetwork.clightningWindows": "Пока не поддерживается в Windows.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "Сколько узлов биткойн?",
"cmps.network.NewNetwork.btnCreate": "Создайте",
"cmps.terminal.DockerTerminal.connected": "Подключен к докеру {{type}} контейнер {{name}}...",
"cmps.terminal.DockerTerminal.connectErr": "Невозможно подключиться к терминалу",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Неверный тип узла '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Контейнер Docker '{{name}}' не найден",
"cmps.terminal.DockerTerminal.cliUpdating": "Обновление {{cli}} чтобы всегда использовать сеть регест",
"store.models.bitcoind.mineError": "Количество блоков в моем должно быть положительным числом",
"store.models.designer.notFoundError": "Диаграмма не найдена для сети с идентификатором {{networkId}}",
"store.models.designer.linkErrNotStarted": "Узлы должны быть начаты в первую очередь",
"store.models.designer.linkErrTitle": "Невозможно соединить узлы",
"store.models.designer.linkErrBitcoin": "Соединения между биткойн-узлами управляются автоматически",
"store.models.designer.linkErrPorts": "Используйте верхний и нижний порты для подключения между биткойнами и молниями.",
"store.models.designer.dropErrTitle": "Не удалось добавить узел",
"store.models.designer.dropErrMsg": "Невозможно добавить новый узел при переходе сети",
"store.models.network.networkByIdErr": "Сеть с идентификатором '{{networkId}}' не найдена.",
"store.models.network.nodeByNameErr": "Узел '{{name}}' не найден.",
"store.models.network.connectedErr": "Узел '{{lnName}}' уже подключен к «{{backendName}}»",
"store.models.network.renameErr": "Имя сети '{{name}}' недопустимо",
"store.models.network.removeLastErr": "Невозможно удалить единственный биткойн-узел",
"store.models.network.removeCompatErr": "Других совместимых бэкэндов для {{lnName}} . Вы должны сначала удалить {{lnName}} узел",
"utils.network.backendCompatError": "Эта сеть не содержит узла Bitcoin Core v{{requiredVersion}} (или ниже), который требуется для {{implementation}} v{{version}}"
}

255
src/i18n/locales/sr-SP.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/sv-SE.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/tr-TR.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/uk-UA.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/vi-VN.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}

255
src/i18n/locales/zh-CN.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "开始",
"enums.status.Started": "已开始",
"enums.status.Stopping": "正在停止",
"enums.status.Stopped": "已停止",
"enums.status.Error": "错误",
"cmps.forms.required": "需要",
"cmps.common.form.LightningNodeSelect.balance": "平衡",
"cmps.common.CopyIcon.message": "已将 {{label}} 复制到剪贴板",
"cmps.common.NavMenu.createNetwork": "建立网络",
"cmps.common.OpenTerminalButton.title": "终奌站",
"cmps.common.OpenTerminalButton.btn": "发射",
"cmps.common.OpenTerminalButton.info": "直接在节点上运行“{{cmd}}”命令",
"cmps.common.RestartNode.title": "重新启动节点",
"cmps.common.RestartNode.startBtn": "开始",
"cmps.common.RestartNode.stopBtn": "停止",
"cmps.common.RestartNode.confirmBtn": "是",
"cmps.common.RestartNode.cancelBtn": "取消",
"cmps.common.RestartNode.startConfirmTitle": "您要启动 {{name}} 节点吗?",
"cmps.common.RestartNode.startSuccess": "节点 {{name}} 已经启动",
"cmps.common.RestartNode.startError": "无法启动节点",
"cmps.common.RestartNode.stopConfirmTitle": "您确定要停止 {{name}} 节点吗?",
"cmps.common.RestartNode.stopSuccess": "节点 {{name}} 已停止",
"cmps.common.RestartNode.stopError": "无法停止节点",
"cmps.designer.bitcoind.actions.RemoveNode.title": "从网络中删除节点",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "去掉",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "您确定要从网络中删除 {{name}} 吗?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "任何使用该节点作为后端的闪电节点都将连接到第一个比特币节点。",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "网络将重新启动,以将LN节点连接到另一个后端,并将比特币节点连接到其他对等端。这可能需要一分钟才能完成。",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "是",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "取消",
"cmps.designer.bitcoind.actions.RemoveNode.success": "节点 {{name}} 已从网络中删除",
"cmps.designer.bitcoind.actions.RemoveNode.error": "无法删除节点",
"cmps.designer.bitcoind.BitcoinDetails.info": "信息",
"cmps.designer.bitcoind.BitcoinDetails.connect": "连接",
"cmps.designer.bitcoind.BitcoinDetails.actions": "动作",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "等待比特币上线",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "无法连接到节点",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC主机",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "用户名",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "密码",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API文件",
"cmps.designer.bitcoind.ConnectTab.notStarted": "需要启动节点以查看连接信息",
"cmps.designer.bitcoind.InfoTab.nodeType": "节点类型",
"cmps.designer.bitcoind.InfoTab.implementation": "实作",
"cmps.designer.bitcoind.InfoTab.version": "版",
"cmps.designer.bitcoind.InfoTab.status": "状态",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "支出余额",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "未平衡",
"cmps.designer.bitcoind.InfoTab.blockHeight": "块高",
"cmps.designer.bitcoind.InfoTab.blockHash": "区块哈希",
"cmps.designer.bitcoind.InfoTab.startError": "无法连接到比特币节点",
"cmps.designer.bitcoind.MineBlocksInput.label": "手动排雷",
"cmps.designer.bitcoind.MineBlocksInput.error": "无法采矿",
"cmps.designer.bitcoind.MineBlocksInput.btn": "矿",
"cmps.designer.default.DefaultSidebar.title": "网络设计师",
"cmps.designer.default.DefaultSidebar.mainDesc": "单击设计器中的元素以查看详细信息",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "添加节点",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "将下面的一个节点拖到画布上以将其添加到网络中",
"cmps.designer.default.DefaultSidebar.showVersions": "显示所有版本",
"cmps.designer.link.Backend.title": "链后端连接",
"cmps.designer.link.Backend.desc": "闪电节点依靠区块链节点发送交易并接收有关其所关心交易的确认通知。您可以根据需要更改此连接。",
"cmps.designer.link.Backend.btnText": "变更后端",
"cmps.designer.link.Backend.lightningTitle": "闪电节点",
"cmps.designer.link.Backend.bitcoinTitle": "比特币节点",
"cmps.designer.link.Backend.name": "名称",
"cmps.designer.link.Backend.implementation": "实作",
"cmps.designer.link.Backend.version": "版",
"cmps.designer.link.Backend.status": "状态",
"cmps.designer.link.Channel.title": "频道详情",
"cmps.designer.link.Channel.sourceTitle": "源节点",
"cmps.designer.link.Channel.destinationTitle": "目的节点",
"cmps.designer.link.Channel.status": "状态",
"cmps.designer.link.Channel.capacity": "容量",
"cmps.designer.link.Channel.sourceBalance": "源平衡",
"cmps.designer.link.Channel.destinationBalance": "目标余额",
"cmps.designer.link.Channel.channelPoint": "通道点",
"cmps.designer.link.Channel.name": "名称",
"cmps.designer.link.Channel.implementation": "实作",
"cmps.designer.link.Channel.version": "版",
"cmps.designer.link.Channel.closeChanBtn": "关闭频道",
"cmps.designer.link.Channel.closeChanModalTitle": "您确定要关闭此频道吗?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "是",
"cmps.designer.link.Channel.closeChanCancelBtn": "取消",
"cmps.designer.link.Channel.closeChanSuccess": "频道已关闭",
"cmps.designer.link.Channel.closeChanError": "无法关闭频道",
"cmps.designer.link.LinkDetails.invalidTitle": "选择无效",
"cmps.designer.link.LinkDetails.invalidMsg": "您已经设法设法选择了无效的链接。单击上方的重新加载图标以确保您的图表准确表示节点中的状态",
"cmps.designer.link.Peer.title": "比特币对等连接",
"cmps.designer.link.Peer.desc": "比特币节点通过其对等连接进行通信以传输交易和区块。网络启动时,Polar自动将所有比特币节点彼此连接。",
"cmps.designer.link.Peer.peer1Title": "对等1",
"cmps.designer.link.Peer.peer2Title": "对等2",
"cmps.designer.link.Peer.name": "名称",
"cmps.designer.link.Peer.implementation": "实作",
"cmps.designer.link.Peer.version": "版",
"cmps.designer.link.Peer.status": "状态",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "创建闪电发票",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "节点",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "量",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "取消",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "创建发票",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "无法创建发票",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "成功创建发票",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "支付以下发票,将 {{amount}} sats发送给 {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "复制并关闭",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "已将发票复制到剪贴板",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "更改闪电节点后端",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "更改闪电节点的后端将指示其使用其他比特币节点发送/接收区块和交易。",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "闪电节点",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "比特币节点",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "{{name}} 节点将自动重新启动以应用更改。",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "取消",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "变更后端",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "无法更改后端节点",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} 正在运行 {{ln.implementation}} v{{ln.version}} ,它与Bitcoin Core v{{requiredVersion}} 和更早版本兼容。 {{backend.name}} 正在运行v{{backend.version}} 因此无法使用。",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "成功更新后端节点",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "{{ln}} 节点将从 {{backend}} 提取链数据",
"cmps.designer.lightning.actions.Deposit.title": "存款资金",
"cmps.designer.lightning.actions.Deposit.depositBtn": "存款",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "存入 {{amount}} sats到 {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "无法存入资金",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "公开频道",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "传入",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "外向",
"cmps.designer.lightning.actions.OpenChannelModal.title": "开启新频道",
"cmps.designer.lightning.actions.OpenChannelModal.source": "资源",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "目的地",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "容量",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "最小值: {{min}} 最大值 {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "将足够的资金存入 {selectedFrom} 以打开渠道",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "无法打开从节点到其自身的通道",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "取消",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "公开频道",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "无法获取节点余额",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "无法打开频道",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "支付闪电发票",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "从节点",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "螺栓11发票",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "取消",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "支付发票",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "无法支付发票",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "成功支付发票",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "从 {{nodeName}} 发送了 {{amount}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "付款方式",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "支付发票",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "创建发票",
"cmps.designer.lightning.actions.RemoveNode.title": "从网络中删除节点",
"cmps.designer.lightning.actions.RemoveNode.btnText": "去掉",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "您确定要从网络中删除 {{name}} 吗?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "具有该节点的任何打开的通道将无法使用,并且不会在设计器中显示。",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "是",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "取消",
"cmps.designer.lightning.actions.RemoveNode.success": "节点 {{name}} 已从网络中删除",
"cmps.designer.lightning.actions.RemoveNode.error": "无法删除节点",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS证书",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "管理员蛋白杏仁饼干",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "只读蛋白杏仁饼干",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS证书",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "管理员蛋白杏仁饼干",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "只读蛋白杏仁饼干",
"cmps.designer.lightning.connect.EncodedStrings.error": "无法编码文件内容",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect网址",
"cmps.designer.lightning.connect.LndConnect.encodeError": "无法创建LND Connect网址",
"cmps.designer.lightning.ActionsTab.notStarted": "需要启动节点以对其执行操作",
"cmps.designer.lightning.ConnectTab.notStarted": "需要启动节点以查看连接信息",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC主机",
"cmps.designer.lightning.ConnectTab.restHost": "REST主机",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN网址",
"cmps.designer.lightning.ConnectTab.apiDocs": "API文件",
"cmps.designer.lightning.ConnectTab.filePaths": "文件路径",
"cmps.designer.lightning.ConnectTab.hexStrings": "十六进制",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND连接",
"cmps.designer.lightning.InfoTab.nodeType": "节点类型",
"cmps.designer.lightning.InfoTab.implementation": "实作",
"cmps.designer.lightning.InfoTab.version": "版",
"cmps.designer.lightning.InfoTab.status": "状态",
"cmps.designer.lightning.InfoTab.confirmedBalance": "确认余额",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "未确认余额",
"cmps.designer.lightning.InfoTab.alias": "别名",
"cmps.designer.lightning.InfoTab.pubkey": "公钥",
"cmps.designer.lightning.InfoTab.syncedToChain": "同步到链",
"cmps.designer.lightning.InfoTab.blockHeight": "块高",
"cmps.designer.lightning.InfoTab.channels": "频道",
"cmps.designer.lightning.InfoTab.channelsTooltip": "有效/待定/无效",
"cmps.designer.lightning.InfoTab.startError": "无法连接到 {{implementation}} 节点",
"cmps.designer.lightning.InfoTab.syncWarning": "然后与链不同步。挖一个街区",
"cmps.designer.lightning.LightningDetails.info": "信息",
"cmps.designer.lightning.LightningDetails.connect": "连接",
"cmps.designer.lightning.LightningDetails.actions": "动作",
"cmps.designer.lightning.LightningDetails.waitingNotice": "等待 {{implementation}} 上线",
"cmps.designer.lightning.LightningDetails.connectError": "无法连接到 {{implementation}} 节点",
"cmps.designer.SyncButton.syncSuccess": "设计器已与Lightning节点同步",
"cmps.designer.SyncButton.syncError": "同步网络失败",
"cmps.designer.SyncButton.syncBtnTip": "从节点更新频道",
"cmps.home.DetectDockerModal.dockerError": "Docker错误",
"cmps.home.DetectDockerModal.notFound": "未找到",
"cmps.home.DetectDockerModal.notDetected": "未检测到Docker",
"cmps.home.DetectDockerModal.description": "要启动闪电网络,您必须在此计算机上安装并运行Docker和Docker Compose。",
"cmps.home.DetectDockerModal.download": "下载",
"cmps.home.DetectDockerModal.versionsTitle": "已安装的Docker版本",
"cmps.home.DetectDockerModal.checkAgain": "再检查一遍",
"cmps.home.GetStarted.title": "让我们开始吧!",
"cmps.home.GetStarted.createBtn": "创建一个闪电网络",
"cmps.home.Home.initError": "无法初始化应用程序状态",
"cmps.home.NetworkCard.lightningNodes": "闪电节点",
"cmps.home.NetworkCard.bitcoinNodes": "比特币节点",
"cmps.network.NetworkActions.menuRename": "改名",
"cmps.network.NetworkActions.menuDelete": "删除",
"cmps.network.NetworkActions.primaryBtnStarting": "开始",
"cmps.network.NetworkActions.primaryBtnStop": "停止",
"cmps.network.NetworkActions.primaryBtnStopping": "正在停止",
"cmps.network.NetworkActions.primaryBtnStart": "开始",
"cmps.network.NetworkActions.primaryBtnRestart": "重新开始",
"cmps.network.NetworkActions.mineBtn": "快速矿",
"cmps.network.NetworkActions.mineError": "无法采矿",
"cmps.network.NetworkView.missingImages": "启动该网络将比正常情况花费更长的时间,因为它使用了尚未下载的docker映像。",
"cmps.network.NetworkView.renameSave": "保存",
"cmps.network.NetworkView.renameCancel": "取消",
"cmps.network.NetworkView.renameError": "无法重命名网络",
"cmps.network.NetworkView.deleteTitle": "您确定要删除此网络吗?",
"cmps.network.NetworkView.deleteContent": "所有区块链数据将被永久删除。",
"cmps.network.NetworkView.deleteConfirmBtn": "是",
"cmps.network.NetworkView.deleteCancelBtn": "取消",
"cmps.network.NetworkView.deleteSuccess": "网络“{{name}}”及其数据已被删除!",
"cmps.network.NetworkView.deleteError": "无法删除网络",
"cmps.network.NewNetwork.title": "创建一个新的闪电网络",
"cmps.network.NewNetwork.nameLabel": "网络名字",
"cmps.network.NewNetwork.namePhldr": "我的闪电Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "多少个LND节点?",
"cmps.network.NewNetwork.clightningNodesLabel": "多少个c-闪电节点?",
"cmps.network.NewNetwork.clightningWindows": "Windows尚不支持。",
"cmps.network.NewNetwork.bitcoindNodesLabel": "多少个比特币节点?",
"cmps.network.NewNetwork.btnCreate": "创建",
"cmps.terminal.DockerTerminal.connected": "连接到 {{type}} docker容器 {{name}}...",
"cmps.terminal.DockerTerminal.connectErr": "无法连接到终端",
"cmps.terminal.DockerTerminal.nodeTypeErr": "无效的节点类型“{{type}}”",
"cmps.terminal.DockerTerminal.containerErr": "找不到Docker容器'{{name}}'",
"cmps.terminal.DockerTerminal.cliUpdating": "更新 {{cli}} 以始终使用regtest网络",
"store.models.bitcoind.mineError": "要挖掘的块数必须为正数",
"store.models.designer.notFoundError": "找不到ID为 {{networkId}} 网络的图表",
"store.models.designer.linkErrNotStarted": "节点必须先启动",
"store.models.designer.linkErrTitle": "无法连接节点",
"store.models.designer.linkErrBitcoin": "比特币节点之间的连接是自动管理的",
"store.models.designer.linkErrPorts": "使用顶部和底部端口在比特币和闪电节点之间连接",
"store.models.designer.dropErrTitle": "添加节点失败",
"store.models.designer.dropErrMsg": "网络过渡时无法添加新节点",
"store.models.network.networkByIdErr": "找不到ID为“{{networkId}}”的网络。",
"store.models.network.nodeByNameErr": "找不到节点“{{name}}”。",
"store.models.network.connectedErr": "节点“{{lnName}}”已连接到“{{backendName}}”",
"store.models.network.renameErr": "网络名称“{{name}}”无效",
"store.models.network.removeLastErr": "无法删除唯一的比特币节点",
"store.models.network.removeCompatErr": "没有其他兼容的后端可以连接 {{lnName}} 。您必须先删除 {{lnName}} 节点",
"utils.network.backendCompatError": "该网络不包含 {{implementation}} v{{version}} 所需的 Bitcoin Core v{{requiredVersion}} (或更低版本) 节点"
}

255
src/i18n/locales/zh-TW.json

@ -0,0 +1,255 @@
{
"enums.status.Starting": "Starting",
"enums.status.Started": "Started",
"enums.status.Stopping": "Stopping",
"enums.status.Stopped": "Stopped",
"enums.status.Error": "Error",
"cmps.forms.required": "required",
"cmps.common.form.LightningNodeSelect.balance": "Balance",
"cmps.common.CopyIcon.message": "Copied {{label}} to clipboard",
"cmps.common.NavMenu.createNetwork": "Create Network",
"cmps.common.OpenTerminalButton.title": "Terminal",
"cmps.common.OpenTerminalButton.btn": "Launch",
"cmps.common.OpenTerminalButton.info": "Run '{{cmd}}' commands directly on the node",
"cmps.common.RestartNode.title": "Restart Node",
"cmps.common.RestartNode.startBtn": "Start",
"cmps.common.RestartNode.stopBtn": "Stop",
"cmps.common.RestartNode.confirmBtn": "Yes",
"cmps.common.RestartNode.cancelBtn": "Cancel",
"cmps.common.RestartNode.startConfirmTitle": "Would you like to start the {{name}} node?",
"cmps.common.RestartNode.startSuccess": "The node {{name}} has been started",
"cmps.common.RestartNode.startError": "Unable to start the node",
"cmps.common.RestartNode.stopConfirmTitle": "Are you sure you want to stop the {{name}} node?",
"cmps.common.RestartNode.stopSuccess": "The node {{name}} has been stopped",
"cmps.common.RestartNode.stopError": "Unable to stop the node",
"cmps.designer.bitcoind.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.bitcoind.actions.RemoveNode.btnText": "Remove",
"cmps.designer.bitcoind.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.bitcoind.actions.RemoveNode.confirmText": "Any lightning nodes using this node as a backend will be connected to the first bitcoin node.",
"cmps.designer.bitcoind.actions.RemoveNode.restartText": "The network will be restarted to connect LN nodes to another backend and bitcoin nodes to other peers. This can take up to a minute to complete.",
"cmps.designer.bitcoind.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.bitcoind.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.bitcoind.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.bitcoind.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.bitcoind.BitcoinDetails.info": "Info",
"cmps.designer.bitcoind.BitcoinDetails.connect": "Connect",
"cmps.designer.bitcoind.BitcoinDetails.actions": "Actions",
"cmps.designer.bitcoind.BitcoinDetails.waitingNotice": "Waiting for bitcoind to come online",
"cmps.designer.bitcoind.BitcoinDetails.getInfoErr": "Unable to connect to node",
"cmps.designer.bitcoind.ConnectTab.rpcHost": "RPC Host",
"cmps.designer.bitcoind.ConnectTab.rpcUser": "Username",
"cmps.designer.bitcoind.ConnectTab.rpcPass": "Password",
"cmps.designer.bitcoind.ConnectTab.apiDocs": "API Docs",
"cmps.designer.bitcoind.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.bitcoind.InfoTab.nodeType": "Node Type",
"cmps.designer.bitcoind.InfoTab.implementation": "Implementation",
"cmps.designer.bitcoind.InfoTab.version": "Version",
"cmps.designer.bitcoind.InfoTab.status": "Status",
"cmps.designer.bitcoind.InfoTab.spendableBalance": "Spendable Balance",
"cmps.designer.bitcoind.InfoTab.immatureBalance": "Immature Balance",
"cmps.designer.bitcoind.InfoTab.blockHeight": "Block Height",
"cmps.designer.bitcoind.InfoTab.blockHash": "Block Hash",
"cmps.designer.bitcoind.InfoTab.startError": "Unable to connect to bitcoin node",
"cmps.designer.bitcoind.MineBlocksInput.label": "Manually Mine Blocks",
"cmps.designer.bitcoind.MineBlocksInput.error": "Unable to mine blocks",
"cmps.designer.bitcoind.MineBlocksInput.btn": "Mine",
"cmps.designer.default.DefaultSidebar.title": "Network Designer",
"cmps.designer.default.DefaultSidebar.mainDesc": "Click on an element in the designer to see details",
"cmps.designer.default.DefaultSidebar.addNodesTitle": "Add Nodes",
"cmps.designer.default.DefaultSidebar.addNodesDesc": "Drag a node below onto the canvas to add it to the network",
"cmps.designer.default.DefaultSidebar.showVersions": "Show All Versions",
"cmps.designer.link.Backend.title": "Chain Backend Connection",
"cmps.designer.link.Backend.desc": "Lightning nodes rely on blockchain nodes to send transactions and receive confirmation notifications about transactions they care about. You can change this connection if you'd like to.",
"cmps.designer.link.Backend.btnText": "Change Backend",
"cmps.designer.link.Backend.lightningTitle": "Lightning Node",
"cmps.designer.link.Backend.bitcoinTitle": "Bitcoin Node",
"cmps.designer.link.Backend.name": "Name",
"cmps.designer.link.Backend.implementation": "Implementation",
"cmps.designer.link.Backend.version": "Version",
"cmps.designer.link.Backend.status": "Status",
"cmps.designer.link.Channel.title": "Channel Details",
"cmps.designer.link.Channel.sourceTitle": "Source Node",
"cmps.designer.link.Channel.destinationTitle": "Destination Node",
"cmps.designer.link.Channel.status": "Status",
"cmps.designer.link.Channel.capacity": "Capacity",
"cmps.designer.link.Channel.sourceBalance": "Source Balance",
"cmps.designer.link.Channel.destinationBalance": "Destination Balance",
"cmps.designer.link.Channel.channelPoint": "Channel Point",
"cmps.designer.link.Channel.name": "Name",
"cmps.designer.link.Channel.implementation": "Implementation",
"cmps.designer.link.Channel.version": "Version",
"cmps.designer.link.Channel.closeChanBtn": "Close Channel",
"cmps.designer.link.Channel.closeChanModalTitle": "Are you sure you want to close this channel?",
"cmps.designer.link.Channel.closeChanConfirmBtn": "Yes",
"cmps.designer.link.Channel.closeChanCancelBtn": "Cancel",
"cmps.designer.link.Channel.closeChanSuccess": "The channel has been closed",
"cmps.designer.link.Channel.closeChanError": "Unable to close the channel",
"cmps.designer.link.LinkDetails.invalidTitle": "Invalid Selection",
"cmps.designer.link.LinkDetails.invalidMsg": "You've somehow managed to select an invalid link. Click the reload icon above to ensure your chart accurately represents the state in your nodes",
"cmps.designer.link.Peer.title": "Bitcoin Peer Connection",
"cmps.designer.link.Peer.desc": "Bitcoin nodes communicate over their peer to peer connections to transmit transactions and blocks. Polar automatically connects all Bitcoin nodes to each other when the network is started.",
"cmps.designer.link.Peer.peer1Title": "Peer 1",
"cmps.designer.link.Peer.peer2Title": "Peer 2",
"cmps.designer.link.Peer.name": "Name",
"cmps.designer.link.Peer.implementation": "Implementation",
"cmps.designer.link.Peer.version": "Version",
"cmps.designer.link.Peer.status": "Status",
"cmps.designer.lightning.actions.CreateInvoiceModal.title": "Create Lightning Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.nodeLabel": "Node",
"cmps.designer.lightning.actions.CreateInvoiceModal.amountLabel": "Amount",
"cmps.designer.lightning.actions.CreateInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.CreateInvoiceModal.okBtn": "Create Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.submitError": "Unable to create the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successTitle": "Successfully Created the Invoice",
"cmps.designer.lightning.actions.CreateInvoiceModal.successDesc": "Pay the invoice below to send {{amount}} sats to {{nodeName}}",
"cmps.designer.lightning.actions.CreateInvoiceModal.copyClose": "Copy & Close",
"cmps.designer.lightning.actions.CreateInvoiceModal.copied": "Copied Invoice to the clipboard",
"cmps.designer.lightning.actions.ChangeBackendModal.title": "Change Lightning Node Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.description": "Changing the Lightning Node's backend will instruct it to use a different Bitcoin node to send/receive blocks and transactions.",
"cmps.designer.lightning.actions.ChangeBackendModal.lnNodeLabel": "Lightning Node",
"cmps.designer.lightning.actions.ChangeBackendModal.backendNodeLabel": "Bitcoin Node",
"cmps.designer.lightning.actions.ChangeBackendModal.restartNotice": "The {{name}} node will be restarted automatically to apply the change.",
"cmps.designer.lightning.actions.ChangeBackendModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.ChangeBackendModal.okBtn": "Change Backend",
"cmps.designer.lightning.actions.ChangeBackendModal.submitError": "Unable to change the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.compatWarning": "{{ln.name}} is running {{ln.implementation}} v{{ln.version}} which is compatible with Bitcoin Core v{{requiredVersion}} and older. {{backend.name}} is running v{{backend.version}} so it cannot be used.",
"cmps.designer.lightning.actions.ChangeBackendModal.successTitle": "Successfully updated the backend node",
"cmps.designer.lightning.actions.ChangeBackendModal.successDesc": "The {{ln}} node will pull chain data from {{backend}}",
"cmps.designer.lightning.actions.Deposit.title": "Deposit Funds",
"cmps.designer.lightning.actions.Deposit.depositBtn": "Deposit",
"cmps.designer.lightning.actions.Deposit.depositSuccess": "Deposited {{amount}} sats to {{node}}",
"cmps.designer.lightning.actions.Deposit.depositError": "Unable to deposit funds",
"cmps.designer.lightning.actions.OpenChannelButtons.openChannelTitle": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelButtons.incoming": "Incoming",
"cmps.designer.lightning.actions.OpenChannelButtons.outgoing": "Outgoing",
"cmps.designer.lightning.actions.OpenChannelModal.title": "Open New Channel",
"cmps.designer.lightning.actions.OpenChannelModal.source": "Source",
"cmps.designer.lightning.actions.OpenChannelModal.dest": "Destination",
"cmps.designer.lightning.actions.OpenChannelModal.capacityLabel": "Capacity",
"cmps.designer.lightning.actions.OpenChannelModal.capacityInfo": "Minimum: {{min}} - Maximum {{max}}",
"cmps.designer.lightning.actions.OpenChannelModal.deposit": "Deposit enough funds to {selectedFrom} to open the channel",
"cmps.designer.lightning.actions.OpenChannelModal.sameNodesWarnMsg": "Cannot open a channel from a node to itself",
"cmps.designer.lightning.actions.OpenChannelModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.OpenChannelModal.okBtn": "Open Channel",
"cmps.designer.lightning.actions.OpenChannelModal.balancesError": "Unable to fetch node balances",
"cmps.designer.lightning.actions.OpenChannelModal.submitError": "Unable to open the channel",
"cmps.designer.lightning.actions.PayInvoiceModal.title": "Pay Lightning Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.nodeLabel": "From Node",
"cmps.designer.lightning.actions.PayInvoiceModal.invoiceLabel": "BOLT 11 Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.PayInvoiceModal.okBtn": "Pay Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.submitError": "Unable to pay the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successTitle": "Successfully paid the Invoice",
"cmps.designer.lightning.actions.PayInvoiceModal.successDesc": "Sent {{amount}} sats from {{nodeName}}",
"cmps.designer.lightning.actions.PaymentButtons.paymentsTitle": "Payments",
"cmps.designer.lightning.actions.PaymentButtons.payInvoice": "Pay Invoice",
"cmps.designer.lightning.actions.PaymentButtons.createInvoice": "Create Invoice",
"cmps.designer.lightning.actions.RemoveNode.title": "Remove Node From Network",
"cmps.designer.lightning.actions.RemoveNode.btnText": "Remove",
"cmps.designer.lightning.actions.RemoveNode.confirmTitle": "Are you sure you want to remove {{name}} from the network?",
"cmps.designer.lightning.actions.RemoveNode.confirmText": "Any open channels with this node will be inoperable and not displayed in the designer.",
"cmps.designer.lightning.actions.RemoveNode.confirmBtn": "Yes",
"cmps.designer.lightning.actions.RemoveNode.cancelBtn": "Cancel",
"cmps.designer.lightning.actions.RemoveNode.success": "The node {{name}} have been removed from the network",
"cmps.designer.lightning.actions.RemoveNode.error": "Unable to remove the node",
"cmps.designer.lightning.connect.FilePaths.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.FilePaths.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.FilePaths.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.tlsCert": "TLS Cert",
"cmps.designer.lightning.connect.EncodedStrings.adminMacaroon": "Admin Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.readOnlyMacaroon": "Read-only Macaroon",
"cmps.designer.lightning.connect.EncodedStrings.error": "Failed to encode file contents",
"cmps.designer.lightning.connect.LndConnect.connectUrl": "LND Connect Url",
"cmps.designer.lightning.connect.LndConnect.encodeError": "Unable to create LND Connect url",
"cmps.designer.lightning.ActionsTab.notStarted": "Node needs to be started to perform actions on it",
"cmps.designer.lightning.ConnectTab.notStarted": "Node needs to be started to view connection info",
"cmps.designer.lightning.ConnectTab.grpcHost": "GRPC Host",
"cmps.designer.lightning.ConnectTab.restHost": "REST Host",
"cmps.designer.lightning.ConnectTab.p2pLnUrl": "P2P LN Url",
"cmps.designer.lightning.ConnectTab.apiDocs": "API Docs",
"cmps.designer.lightning.ConnectTab.filePaths": "File Paths",
"cmps.designer.lightning.ConnectTab.hexStrings": "HEX",
"cmps.designer.lightning.ConnectTab.base64Strings": "Base64",
"cmps.designer.lightning.ConnectTab.lndConnect": "LND Connect",
"cmps.designer.lightning.InfoTab.nodeType": "Node Type",
"cmps.designer.lightning.InfoTab.implementation": "Implementation",
"cmps.designer.lightning.InfoTab.version": "Version",
"cmps.designer.lightning.InfoTab.status": "Status",
"cmps.designer.lightning.InfoTab.confirmedBalance": "Confirmed Balance",
"cmps.designer.lightning.InfoTab.unconfirmedBalance": "Unconfirmed Balance",
"cmps.designer.lightning.InfoTab.alias": "Alias",
"cmps.designer.lightning.InfoTab.pubkey": "Pubkey",
"cmps.designer.lightning.InfoTab.syncedToChain": "Synced to Chain",
"cmps.designer.lightning.InfoTab.blockHeight": "Block Height",
"cmps.designer.lightning.InfoTab.channels": "Channels",
"cmps.designer.lightning.InfoTab.channelsTooltip": "Active / Pending / Inactive",
"cmps.designer.lightning.InfoTab.startError": "Unable to connect to {{implementation}} node",
"cmps.designer.lightning.InfoTab.syncWarning": "Not in sync with then chain. Mine a block",
"cmps.designer.lightning.LightningDetails.info": "Info",
"cmps.designer.lightning.LightningDetails.connect": "Connect",
"cmps.designer.lightning.LightningDetails.actions": "Actions",
"cmps.designer.lightning.LightningDetails.waitingNotice": "Waiting for {{implementation}} to come online",
"cmps.designer.lightning.LightningDetails.connectError": "Unable to connect to {{implementation}} node",
"cmps.designer.SyncButton.syncSuccess": "The designer has been synced with the Lightning nodes",
"cmps.designer.SyncButton.syncError": "Failed to sync the network",
"cmps.designer.SyncButton.syncBtnTip": "Update channels from nodes",
"cmps.home.DetectDockerModal.dockerError": "Docker Error",
"cmps.home.DetectDockerModal.notFound": "Not Found",
"cmps.home.DetectDockerModal.notDetected": "Docker Not Detected",
"cmps.home.DetectDockerModal.description": "To start a Lightning Network, you must have Docker and Docker Compose installed and running on this computer.",
"cmps.home.DetectDockerModal.download": "Download",
"cmps.home.DetectDockerModal.versionsTitle": "Installed Docker Versions",
"cmps.home.DetectDockerModal.checkAgain": "Check Again",
"cmps.home.GetStarted.title": "Let's get started!",
"cmps.home.GetStarted.createBtn": "Create a Lightning Network",
"cmps.home.Home.initError": "Unable to initialize the application state",
"cmps.home.NetworkCard.lightningNodes": "Lightning Nodes",
"cmps.home.NetworkCard.bitcoinNodes": "Bitcoin Nodes",
"cmps.network.NetworkActions.menuRename": "Rename",
"cmps.network.NetworkActions.menuDelete": "Delete",
"cmps.network.NetworkActions.primaryBtnStarting": "Starting",
"cmps.network.NetworkActions.primaryBtnStop": "Stop",
"cmps.network.NetworkActions.primaryBtnStopping": "Stopping",
"cmps.network.NetworkActions.primaryBtnStart": "Start",
"cmps.network.NetworkActions.primaryBtnRestart": "Restart",
"cmps.network.NetworkActions.mineBtn": "Quick Mine",
"cmps.network.NetworkActions.mineError": "Unable to mine blocks",
"cmps.network.NetworkView.missingImages": "Starting this network will take a bit longer than normal because it uses docker images that have not been downloaded yet.",
"cmps.network.NetworkView.renameSave": "Save",
"cmps.network.NetworkView.renameCancel": "Cancel",
"cmps.network.NetworkView.renameError": "Failed to rename the network",
"cmps.network.NetworkView.deleteTitle": "Are you sure you want to delete this network?",
"cmps.network.NetworkView.deleteContent": "All of the blockchain data will be permanently removed.",
"cmps.network.NetworkView.deleteConfirmBtn": "Yes",
"cmps.network.NetworkView.deleteCancelBtn": "Cancel",
"cmps.network.NetworkView.deleteSuccess": "The network '{{name}}' and its data has been deleted!",
"cmps.network.NetworkView.deleteError": "Unable to delete the network",
"cmps.network.NewNetwork.title": "Create a new Lightning Network",
"cmps.network.NewNetwork.nameLabel": "Network Name",
"cmps.network.NewNetwork.namePhldr": "My Lightning Simnet",
"cmps.network.NewNetwork.lndNodesLabel": "How many LND nodes?",
"cmps.network.NewNetwork.clightningNodesLabel": "How many c-lightning nodes?",
"cmps.network.NewNetwork.clightningWindows": "Not supported on Windows yet.",
"cmps.network.NewNetwork.bitcoindNodesLabel": "How many bitcoind nodes?",
"cmps.network.NewNetwork.btnCreate": "Create",
"cmps.terminal.DockerTerminal.connected": "Connected to the {{type}} docker container {{name}} ...",
"cmps.terminal.DockerTerminal.connectErr": "Unable to connect to terminal",
"cmps.terminal.DockerTerminal.nodeTypeErr": "Invalid node type '{{type}}'",
"cmps.terminal.DockerTerminal.containerErr": "Docker container '{{name}}' not found",
"cmps.terminal.DockerTerminal.cliUpdating": "Updating {{cli}} to always use the regtest network",
"store.models.bitcoind.mineError": "The number of blocks to mine must be a positve number",
"store.models.designer.notFoundError": "Chart not found for network with id {{networkId}}",
"store.models.designer.linkErrNotStarted": "The nodes must be Started first",
"store.models.designer.linkErrTitle": "Cannot connect nodes",
"store.models.designer.linkErrBitcoin": "Connections between bitcoin nodes are managed automatically",
"store.models.designer.linkErrPorts": "Use the top & bottom ports to connect between bitcoin and lightning nodes",
"store.models.designer.dropErrTitle": "Failed to add node",
"store.models.designer.dropErrMsg": "Cannot add a new node when the network is transitioning",
"store.models.network.networkByIdErr": "Network with the id '{{networkId}}' was not found.",
"store.models.network.nodeByNameErr": "The node '{{name}}' was not found.",
"store.models.network.connectedErr": "The node '{{lnName}}' is already connected to '{{backendName}}'",
"store.models.network.renameErr": "The network name '{{name}}' is not valid",
"store.models.network.removeLastErr": "Cannot remove the only bitcoin node",
"store.models.network.removeCompatErr": "There are no other compatible backends for {{lnName}} to connect to. You must remove the {{lnName}} node first",
"utils.network.backendCompatError": "This network does not contain a Bitcoin Core v{{requiredVersion}} (or lower) node which is required for {{implementation}} v{{version}}"
}
Loading…
Cancel
Save