Merge pull request #4496 from mcsaeid/master

FIX: Updating en.json to add more consistency
This commit is contained in:
Overtorment 2022-02-16 21:35:01 +00:00 committed by GitHub
commit b60ae341ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,7 +203,7 @@
"create_details": "Details",
"create_fee": "Fee",
"create_memo": "Memo",
"create_satoshi_per_vbyte": "Satoshi per vbyte",
"create_satoshi_per_vbyte": "Satoshi per vByte",
"create_this_is_hex": "This is your transactions hex—signed and ready to be broadcasted to the network.",
"create_to": "To",
"create_tx_size": "Transaction Size",
@ -223,14 +223,14 @@
"details_create": "Create Invoice",
"details_error_decode": "Unable to decode Bitcoin address",
"details_fee_field_is_not_valid": "The fee is not valid.",
"details_frozen": "{amount} BTC are frozen",
"details_frozen": "{amount} BTC is frozen",
"details_next": "Next",
"details_no_signed_tx": "The selected file doesnt contain a transaction that can be imported.",
"details_note_placeholder": "Note to Self",
"details_scan": "Scan",
"details_scan_hint": "Double tap to scan or import a destination",
"details_total_exceeds_balance": "The sending amount exceeds the available balance.",
"details_total_exceeds_balance_frozen": "The sending amount exceeds the available balance. Please note that the frozen coins are excluded.",
"details_total_exceeds_balance_frozen": "The sending amount exceeds the available balance. Please note that frozen coins are excluded.",
"details_unrecognized_file_format": "Unrecognized file format",
"details_wallet_before_tx": "Before creating a transaction, you must first add a Bitcoin wallet.",
"dynamic_init": "Initializing",
@ -244,7 +244,7 @@
"fee_custom": "Custom",
"fee_fast": "Fast",
"fee_medium": "Medium",
"fee_replace_minvb": "The total fee rate (satoshi per vbyte) you want to pay should be higher than {min} sat/vbyte.",
"fee_replace_minvb": "The total fee rate (satoshi per vByte) you want to pay should be higher than {min} sat/vByte.",
"fee_satvbyte": "in sat/vByte",
"fee_slow": "Slow",
"header": "Send",
@ -391,7 +391,7 @@
"ask_me_later": "Ask me later"
},
"transactions": {
"cancel_explain": "We will replace this transaction with the one that pays you and has higher fees. This effectively cancels the transaction. This is called RBF—Replace by Fee.",
"cancel_explain": "We will replace this transaction with one that pays you and has higher fees. This effectively cancels the current transaction. This is called RBF—Replace by Fee.",
"cancel_no": "This transaction is not replaceable.",
"cancel_title": "Cancel this transaction (RBF)",
"confirmations_lowercase": "{confirmations} confirmations",
@ -427,8 +427,8 @@
"eta_3h": "ETA: In ~3 hours",
"eta_1d": "ETA: In ~1 day",
"list_title": "Transactions",
"open_url_error": "Unable to open URL with the default browser. Please change your default browser and try again",
"rbf_explain": "We will replace this transaction with one with a higher fee, so it should be mined faster. This is called RBF—Replace by Fee.",
"open_url_error": "Unable to open the link with the default browser. Please change your default browser and try again.",
"rbf_explain": "We will replace this transaction with one with a higher fee so that it will be mined faster. This is called RBF—Replace by Fee.",
"rbf_title": "Bump Fee (RBF)",
"status_bump": "Bump Fee",
"status_cancel": "Cancel Transaction",
@ -647,13 +647,13 @@
"sats": "sats"
},
"addresses": {
"sign_title": "Sign/Verify message",
"sign_help": "Here you can create or verify a cryptographic signature based on a Bitcoin address",
"sign_title": "Sign/Verify Message",
"sign_help": "Here you can create or verify a cryptographic signature based on a Bitcoin address.",
"sign_sign": "Sign",
"sign_sign_submit": "Sign and Submit",
"sign_verify": "Verify",
"sign_signature_correct": "Verification Succeeded!",
"sign_signature_incorrect": "Verification Failed!",
"sign_signature_correct": "Verification successful!",
"sign_signature_incorrect": "Verification failed!",
"sign_placeholder_address": "Address",
"sign_placeholder_message": "Message",
"sign_placeholder_signature": "Signature",
@ -664,19 +664,19 @@
"transactions": "Transactions"
},
"lnurl_auth": {
"register_question_part_1": "Do you want to register an account at ",
"register_question_part_2": "using your LN wallet?",
"register_answer": "Sucessfully registered an account at {hostname}!",
"login_question_part_1": "Do you want to login at ",
"login_question_part_2": "using your LN wallet?",
"login_answer": "Sucessfully logged in at {hostname}!",
"link_question_part_1": "Link your account at ",
"link_question_part_2": "to your LN wallet?",
"link_answer": "Your LN wallet was sucessfully linked to your account at {hostname}!",
"auth_question_part_1": "Do you want to authenticate at ",
"auth_question_part_2": "using your LN wallet?",
"auth_answer": "Sucessfully authenticated at {hostname}!",
"could_not_auth": "Could not authenticate to {hostname}.",
"register_question_part_1": "Would you like to register an account at",
"register_question_part_2": "using your Lightning wallet?",
"register_answer": "You have successfully registered an account at {hostname}!",
"login_question_part_1": "Would you like to log in at",
"login_question_part_2": "using your Lightning wallet?",
"login_answer": "You have successfully logged in at {hostname}!",
"link_question_part_1": "Would you like to link your account at",
"link_question_part_2": "to your Lightning wallet?",
"link_answer": "Your Lightning wallet was successfully linked to your account at {hostname}!",
"auth_question_part_1": "Would you like to be authenticated at",
"auth_question_part_2": "using your Lightning wallet?",
"auth_answer": "You have successfully authenticated at {hostname}!",
"could_not_auth": "We couldnt authenticate you to {hostname}.",
"authenticate": "Authenticate"
}
}