2024-04-24 11:29:38 +03:00
lang_name : English
2023-07-13 03:54:27 +03:00
copy : Copy
paste : Paste
2023-07-21 04:17:57 +03:00
continue : Continue
complete : Complete
2023-08-16 05:15:35 +03:00
error : Error
2023-08-09 20:11:44 +03:00
retry : Retry
2023-08-11 23:43:25 +03:00
close : Close
2023-08-13 21:09:04 +03:00
change : Change
show : Show
2023-08-14 03:17:54 +03:00
delete : Delete
2023-08-21 08:30:50 +03:00
clear : Clear
2023-08-21 10:53:23 +03:00
create : Create
2024-04-24 01:42:56 +03:00
id : Identifier
kernel : Kernel
2024-04-24 11:29:38 +03:00
settings : Settings
language : Language
2023-07-21 04:17:57 +03:00
wallets :
2023-08-16 04:42:05 +03:00
await_conf_amount : Awaiting confirmation
await_fin_amount : Awaiting finalization
locked_amount : Locked
2024-04-19 05:06:37 +03:00
txs_empty : 'To receive or send funds manually or through transport use %{message} or %{transport} buttons at the bottom of the screen, to change wallet settings press %{settings}.'
2023-07-21 04:17:57 +03:00
title : Wallets
create_desc : Create or import existing wallet from saved recovery phrase.
add : Add wallet
name : 'Name:'
pass : 'Password:'
2023-07-29 00:17:54 +03:00
pass_empty : Enter password from the wallet
2023-08-13 21:09:04 +03:00
current_pass : 'Current password:'
new_pass : 'New password:'
min_tx_conf_count : 'Minimum amount of confirmations for transactions:'
2023-07-22 01:59:19 +03:00
recover : Restore
2023-08-13 21:09:04 +03:00
recovery_phrase : Recovery phrase
2023-07-22 01:59:19 +03:00
words_count : 'Words count:'
2023-07-23 11:48:28 +03:00
enter_word : 'Enter word #%{number}:'
2023-07-21 04:17:57 +03:00
not_valid_word : Entered word is not valid
2023-07-28 00:00:57 +03:00
not_valid_phrase : Entered phrase is not valid
2023-07-22 01:59:19 +03:00
create_phrase_desc : Safely write down and save your recovery phrase.
restore_phrase_desc : Enter words from your saved recovery phrase.
2023-07-25 03:42:52 +03:00
setup_conn_desc : Choose how your wallet connects to the network.
conn_method : Connection method
ext_conn : 'External connections:'
2023-08-01 02:13:35 +03:00
add_node : Add node
node_url : 'Node URL:'
node_secret : 'API Secret (optional):'
2023-07-25 03:42:52 +03:00
invalid_url : Entered URL is invalid
2023-07-29 00:17:54 +03:00
open : Open the wallet
wrong_pass : Entered password is wrong
2023-07-30 18:57:12 +03:00
locked : Locked
unlocked : Unlocked
2023-08-03 23:49:11 +03:00
enable_node : 'Enable integrated node to use the wallet or change connection settings by selecting %{settings} at the bottom of the screen.'
2024-04-22 17:44:41 +03:00
node_loading : 'Wallet will be loaded after integrated node synchronization, you can change connection by selecting %{settings} at the bottom of the screen.'
2023-08-13 21:09:04 +03:00
loading : Loading
closing : Closing
checking : Checking
2024-04-17 01:30:28 +03:00
default_wallet : Default wallet
2024-04-22 04:20:37 +03:00
new_account_desc : 'Enter name of new account:'
2023-08-10 19:54:12 +03:00
wallet_loading : Loading wallet
wallet_closing : Closing wallet
2023-08-13 21:09:04 +03:00
wallet_checking : Checking wallet
2023-08-10 19:54:12 +03:00
tx_loading : Loading transactions
2023-08-16 04:42:05 +03:00
default_account : Default account
2023-10-18 02:26:22 +03:00
accounts : Accounts
2023-08-21 08:30:50 +03:00
tx_sent : Sent
tx_received : Received
tx_sending : Sending
tx_receiving : Receiving
tx_confirming : Awaiting confirmation
tx_canceled : Canceled
2024-04-20 16:59:54 +03:00
tx_finalizing : Finalizing
2023-08-21 08:30:50 +03:00
tx_confirmed : Confirmed
2024-04-18 05:20:49 +03:00
txs : Transactions
2024-04-24 02:08:10 +03:00
tx : Transaction
2024-04-24 01:42:56 +03:00
input_finalize_desc : 'Enter message to finalize the transaction:'
2024-04-18 05:20:49 +03:00
messages : Messages
transport : Transport
2024-04-19 04:09:23 +03:00
input_slatepack_desc : 'Enter message to create response or finalize the transaction:'
2024-04-24 01:42:56 +03:00
parse_slatepack_err : 'An error occurred during reading of the message, check input data:'
2024-04-18 16:55:37 +03:00
pay_balance_error : 'Account balance is insufficient to pay %{amount} ツ and network fee.'
2024-04-19 04:09:23 +03:00
parse_i1_slatepack_desc : 'To pay %{amount} ツ send this message to the receiver:'
2024-04-18 05:20:49 +03:00
parse_i2_slatepack_desc : 'Finalize transaction to receive %{amount} ツ'
2024-04-20 16:59:54 +03:00
parse_i3_slatepack_desc : 'Post transaction to finalize receiving of %{amount} ツ'
2024-04-19 04:09:23 +03:00
parse_s1_slatepack_desc : 'To receive %{amount} ツ send this message to the sender:'
2024-04-18 05:20:49 +03:00
parse_s2_slatepack_desc : 'Finalize transaction to send %{amount} ツ'
2024-04-20 16:59:54 +03:00
parse_s3_slatepack_desc : 'Post transaction to finalize sending of %{amount} ツ'
2024-04-20 23:49:19 +03:00
resp_slatepack_err : 'An error occurred during creation of the response, check input data:'
2024-04-24 01:42:56 +03:00
resp_exists_err : Such transaction already exists.
resp_canceled_err : Such transaction was already canceled.
2024-04-19 04:09:23 +03:00
create_request_desc : 'Create request to send or receive the funds:'
2024-04-21 23:00:29 +03:00
send_request_desc : 'You have created a request to send %{amount} ツ. Send this message to the receiver:'
2024-04-18 05:20:49 +03:00
send_slatepack_err : An error occurred during creation of request to send funds, check input data.
2024-04-21 23:00:29 +03:00
invoice_desc : 'You have created request to receive %{amount} ツ. Send this message to the sender:'
2024-04-16 15:24:22 +03:00
invoice_slatepack_err : An error occurred during issuing of the invoice, check input data.
2024-04-18 05:20:49 +03:00
finalize_slatepack_err : 'An error occurred during finalization, check input data:'
2024-04-16 15:24:22 +03:00
finalize : Finalize
2024-04-18 05:20:49 +03:00
use_dandelion : Use Dandelion
enter_amount_send : 'You have %{amount} ツ. Enter amount to send:'
enter_amount_receive : 'Enter amount to receive:'
2023-08-13 21:09:04 +03:00
recovery : Recovery
repair_wallet : Repair wallet
repair_desc : Check a wallet, repairing and restoring missing outputs if required. This operation will take time.
repair_unavailable : You need an active connection to the node and completed wallet synchronization.
delete : Delete wallet
2023-08-14 03:17:54 +03:00
delete_conf : Are you sure you want to delete the wallet?
2024-04-19 05:06:37 +03:00
delete_desc : Make sure you have saved your recovery phrase to access funds.
2023-08-13 21:09:04 +03:00
wallet_loading_err : 'An error occurred during synchronization of the wallet, you can retry or change connection settings by selecting %{settings} at the bottom of the screen.'
2023-08-03 23:49:11 +03:00
wallet : Wallet
send : Send
receive : Receive
settings : Wallet settings
2024-04-19 12:54:31 +03:00
change_server_confirmation : To apply change of connection settings, you need to re-open your wallet. Reopen it now?
2023-06-02 02:05:34 +03:00
network :
2023-06-19 01:29:15 +03:00
self : Network
2023-08-10 19:54:12 +03:00
type : 'Network type:'
2024-04-22 22:01:09 +03:00
mainnet : Main
testnet : Test
2023-08-05 22:39:42 +03:00
connections : Connections
2023-06-02 02:05:34 +03:00
node : Integrated node
2023-07-11 21:02:36 +03:00
metrics : Metrics
2023-06-02 02:05:34 +03:00
mining : Mining
2023-06-19 01:29:15 +03:00
settings : Node settings
enable_node : Enable node
2023-06-17 13:23:31 +03:00
autorun : Autorun
2023-06-26 18:51:19 +03:00
disabled_server : 'Enable integrated node or add another connection method by pressing %{dots} in the top-left corner of the screen.'
2023-06-29 03:42:03 +03:00
no_ips : There are no available IP addresses on your system, server cannot be started, check your network connectivity.
2023-08-09 02:22:16 +03:00
available : Available
not_available : Not available
availability_check : Availability check
2024-04-25 15:15:00 +03:00
tor_network : Tor network
server_enabled : Server enabled
server_starting : Server is starting
server_stopping : Server is stopping
server_error : Server error
server_disabled : Server disabled
2023-05-17 00:36:59 +03:00
sync_status :
2023-06-21 02:13:47 +03:00
node_restarting : Node is restarting
node_down : Node is down
initial : Node is starting
no_sync : Node is running
2023-05-17 00:36:59 +03:00
awaiting_peers : Waiting for peers
header_sync : Downloading headers
header_sync_percent: 'Downloading headers : %{percent}%'
2023-06-23 22:12:30 +03:00
tx_hashset_pibd : Downloading state (PIBD)
2023-06-03 21:33:07 +03:00
tx_hashset_pibd_percent: 'Downloading state (PIBD) : %{percent}%'
2023-07-16 21:57:18 +03:00
tx_hashset_download : Downloading state
tx_hashset_download_percent: 'Downloading state : %{percent}%'
2023-06-03 21:33:07 +03:00
tx_hashset_setup_history: 'Preparing state (history) : %{percent}%'
tx_hashset_setup_position: 'Preparing state (position) : %{percent}%'
2023-10-26 23:41:02 +03:00
tx_hashset_setup : Preparing state
2023-06-03 21:33:07 +03:00
tx_hashset_range_proofs_validation: 'Validating state (range proofs) : %{percent}%'
tx_hashset_kernels_validation: 'Validating state (kernels) : %{percent}%'
2023-05-17 00:36:59 +03:00
tx_hashset_save : Finalizing chain state
2023-06-17 13:23:31 +03:00
body_sync : Downloading blocks
2023-05-17 00:36:59 +03:00
body_sync_percent: 'Downloading blocks : %{percent}%'
2023-06-21 02:13:47 +03:00
shutdown : Node is shutting down
2023-06-02 02:05:34 +03:00
network_node :
header : Header
block : Block
hash : Hash
height : Height
difficulty : Difficulty
2023-08-21 08:30:50 +03:00
time : Time
2023-06-02 02:05:34 +03:00
main_pool : Main pool
stem_pool : Stem pool
data : Data
size : Size (GB)
peers : Peers
network_metrics :
2023-07-11 21:02:36 +03:00
loading : Metrics will be available after the synchronization
2023-06-02 02:05:34 +03:00
emission : Emission
inflation : Inflation
supply : Supply
block_time : Block time
reward : Reward
2023-06-19 01:29:15 +03:00
difficulty_window : 'Difficulty window %{size}'
network_mining :
loading : Mining will be available after the synchronization
2023-06-26 18:51:19 +03:00
info : 'Mining server is enabled, you can change its settings by selecting %{settings} at the bottom of the screen. Data is updating when devices are connected.'
2023-07-13 03:54:27 +03:00
restart_server_required : Server restart is required to apply changes.
2023-06-21 02:13:47 +03:00
rewards_wallet : Wallet for rewards
2023-06-19 01:29:15 +03:00
server : Stratum server
2023-06-23 22:12:30 +03:00
address : Address
2023-06-19 01:29:15 +03:00
miners : Miners
devices : Devices
blocks_found : Blocks found
2023-06-20 00:38:25 +03:00
hashrate : 'Hashrate (C%{bits})'
connected : Connected
disconnected : Disconnected
2023-06-23 22:12:30 +03:00
network_settings :
2023-07-01 03:29:05 +03:00
change_value : Change value
2023-08-16 04:42:05 +03:00
stratum_ip : 'Stratum IP address:'
2023-07-15 21:13:37 +03:00
stratum_port : 'Stratum port:'
2023-06-29 03:42:03 +03:00
port_unavailable : Specified port is unavailable
2023-07-01 03:29:05 +03:00
restart_node_required : Node restart is required to apply changes.
2023-06-29 03:42:03 +03:00
enable : Enable
disable : Disable
restart : Restart
server : Server
2023-08-16 04:42:05 +03:00
api_ip : 'API IP address:'
api_port : 'API port:'
2023-07-15 21:13:37 +03:00
api_secret : 'Rest API and V2 Owner API token:'
foreign_api_secret : 'Foreign API token:'
2023-07-01 03:29:05 +03:00
disabled : Disabled
2023-07-01 21:04:52 +03:00
enabled : Enabled
2023-07-15 21:13:37 +03:00
ftl : 'The Future Time Limit (FTL):'
2023-07-01 03:29:05 +03:00
ftl_description : Limit on how far into the future, relative to a node's local time in seconds, the timestamp on a new block can be, in order for the block to be accepted.
not_valid_value : Entered value is not valid
2023-07-01 21:04:52 +03:00
full_validation : Full validation
full_validation_description : Whether to run a full chain validation when processing each block (except during synchronization).
archive_mode : Archive mode
archive_mode_desc : Run the node in full archive mode (more disk space and time will be required for synchronization).
2023-07-15 21:13:37 +03:00
attempt_time : 'Mining attempt time (in seconds):'
attempt_time_desc : The amount of time to attempt to mine on a particular header before stopping and re-collecting transactions from the pool
min_share_diff : 'The minimum acceptable share difficulty:'
2023-07-04 00:39:13 +03:00
reset_settings_desc : Reset node settings to default values
2023-07-03 21:17:49 +03:00
reset_settings : Reset settings
2023-07-04 00:39:13 +03:00
reset : Reset
2023-07-05 16:06:14 +03:00
tx_pool : Transaction pool
2023-07-15 21:13:37 +03:00
pool_fee : 'Base fee that is accepted into the pool:'
reorg_period : 'Reorg cache retention period (in minutes):'
max_tx_pool : 'Maximum number of transactions in the pool:'
max_tx_stempool : 'Maximum number of transactions in the stem-pool:'
max_tx_weight : 'Maximum total weight of transactions that can get selected to build a block:'
epoch_duration : 'Epoch duration (in seconds):'
embargo_timer : 'Embargo timer (in seconds):'
aggregation_period : 'Aggregation period (in seconds):'
stem_probability : 'Stem phase probability:'
2023-07-05 16:06:14 +03:00
stem_txs : Stem transactions
2023-07-11 03:02:44 +03:00
p2p_server : P2P server
2023-07-15 21:13:37 +03:00
p2p_port : 'P2P port:'
2023-07-11 03:02:44 +03:00
add_seed : Add DNS Seed
2023-07-15 21:13:37 +03:00
seed_address : 'DNS Seed address:'
2023-07-11 03:02:44 +03:00
add_peer : Add peer
2023-07-15 21:13:37 +03:00
peer_address : 'Peer address:'
2023-07-11 03:02:44 +03:00
peer_address_error: 'Enter IP address or DNS name (make sure specified host is available) in correct format, e.g. : 192.168 .0 .1 : 1234 or example.com:5678'
default : Default
allow_list : Allow list
allow_list_desc : Connect only to peers in this list.
deny_list : Deny list
deny_list_desc : Never connect to peers in this list.
favourites : Favourites
favourites_desc : A list of preferred peers to connect to.
2023-07-15 21:13:37 +03:00
ban_window : 'How much time (in seconds) a banned peer should stay banned:'
2023-07-11 03:02:44 +03:00
ban_window_desc : The decision to ban is made by node, based on the correctness of the data received from the peer.
2023-07-15 21:13:37 +03:00
max_inbound_count : 'Maximum number of inbound peer connections:'
max_outbound_count : 'Maximum number of outbound peer connections:'
min_outbound_count : 'Minimum number of outbound peer connections:'
2023-07-11 03:02:44 +03:00
min_outbound_desc : Node server will actively keep trying to add peers until it will get to at least this number.
2023-06-02 02:05:34 +03:00
modal :
cancel : Cancel
2023-06-23 22:12:30 +03:00
save : Save
2023-07-04 00:39:13 +03:00
confirmation : Confirmation
2023-07-25 03:42:52 +03:00
add : Add
2023-06-02 02:05:34 +03:00
modal_exit :
2023-06-20 00:38:25 +03:00
description : Are you sure you want to quit the application?
2023-06-02 02:05:34 +03:00
exit : Exit