Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
ibz committed Jan 13, 2025
1 parent d7cfe2a commit e6309ac
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
48 changes: 24 additions & 24 deletions core/embed/rust/src/translations/generated/translated_string.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions core/mocks/trezortranslate_keys.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class TR:
bitcoin__multiple_accounts: str = "Multiple accounts"
bitcoin__new_fee_rate: str = "New fee rate:"
bitcoin__simple_send_of: str = "Simple send of"
bitcoin__ticket_amount: str = "Ticket amount:"
bitcoin__ticket_amount: str = "Ticket amount"
bitcoin__title_confirm_details: str = "Confirm details"
bitcoin__title_finalize_transaction: str = "Finalize transaction"
bitcoin__title_high_mining_fee: str = "High mining fee"
Expand All @@ -79,7 +79,7 @@ class TR:
bitcoin__unusually_high_fee: str = "Unusually high fee."
bitcoin__unverified_external_inputs: str = "The transaction contains unverified external inputs."
bitcoin__valid_signature: str = "The signature is valid."
bitcoin__voting_rights: str = "Voting rights to:"
bitcoin__voting_rights: str = "Voting rights to"
brightness__change_title: str = "Change display brightness"
brightness__changed_title: str = "Display brightness changed"
brightness__title: str = "Display brightness"
Expand Down Expand Up @@ -205,7 +205,7 @@ class TR:
cardano__script_reward: str = "script reward"
cardano__sending: str = "Sending"
cardano__show_simple: str = "Show Simple"
cardano__sign_tx_path_template: str = "Sign transaction with {0}:"
cardano__sign_tx_path_template: str = "Sign transaction with {0}"
cardano__stake_delegation: str = "Stake delegation"
cardano__stake_deregistration: str = "Stake key deregistration"
cardano__stake_pool_registration: str = "Stakepool registration"
Expand Down Expand Up @@ -468,7 +468,7 @@ class TR:
nem__decrease: str = "Decrease"
nem__description: str = "Description:"
nem__divisibility_and_levy_cannot_be_shown: str = "Divisibility and levy cannot be shown for unknown mosaics"
nem__encrypted: str = "Encrypted:"
nem__encrypted: str = "Encrypted"
nem__final_confirm: str = "Final confirm"
nem__immutable: str = "immutable"
nem__increase: str = "Increase"
Expand All @@ -495,7 +495,7 @@ class TR:
nem__supply_units_template: str = "{0} supply by {1} whole units?"
nem__transferable: str = "Transferable?"
nem__under_namespace: str = "under namespace"
nem__unencrypted: str = "Unencrypted:"
nem__unencrypted: str = "Unencrypted"
nem__unknown_mosaic: str = "Unknown mosaic!"
passphrase__access_wallet: str = "Access passphrase wallet?"
passphrase__always_on_device: str = "Always enter your passphrase on Trezor?"
Expand Down Expand Up @@ -814,9 +814,9 @@ class TR:
stellar__inflation: str = "Inflation"
stellar__initial_balance: str = "Initial Balance"
stellar__initialize_signing_with: str = "Initialize signing with"
stellar__issuer_template: str = "{0} issuer:"
stellar__issuer_template: str = "{0} issuer"
stellar__key: str = "Key:"
stellar__limit: str = "Limit:"
stellar__limit: str = "Limit"
stellar__low: str = "Low:"
stellar__master_weight: str = "Master Weight:"
stellar__medium: str = "Medium:"
Expand All @@ -827,8 +827,8 @@ class TR:
stellar__on_network_template: str = "Transaction is on {0}"
stellar__path_pay: str = "Path Pay"
stellar__path_pay_at_least: str = "Path Pay at least"
stellar__pay: str = "Pay:"
stellar__pay_at_most: str = "Pay at most:"
stellar__pay: str = "Pay"
stellar__pay_at_most: str = "Pay at most"
stellar__preauth_transaction: str = "Pre-auth transaction:"
stellar__price_per_template: str = "Price per {0}:"
stellar__private_network: str = "private network"
Expand All @@ -840,7 +840,7 @@ class TR:
stellar__set_sequence_to_template: str = "Set sequence to {0}?"
stellar__sign_tx_count_template: str = "Sign this transaction made up of {0}"
stellar__sign_tx_fee_template: str = "and pay {0}\nfor fee?"
stellar__source_account: str = "Source account:"
stellar__source_account: str = "Source account"
stellar__testnet_network: str = "testnet network"
stellar__trusted_account: str = "Trusted Account"
stellar__update: str = "Update"
Expand All @@ -853,12 +853,12 @@ class TR:
storage_msg__starting: str = "Starting up"
storage_msg__verifying_pin: str = "Verifying PIN"
storage_msg__wrong_pin: str = "Wrong PIN"
tezos__baker_address: str = "Baker address:"
tezos__baker_address: str = "Baker address"
tezos__balance: str = "Balance:"
tezos__ballot: str = "Ballot:"
tezos__confirm_delegation: str = "Confirm delegation"
tezos__confirm_origination: str = "Confirm origination"
tezos__delegator: str = "Delegator:"
tezos__delegator: str = "Delegator"
tezos__proposal: str = "Proposal"
tezos__register_delegate: str = "Register delegate"
tezos__remove_delegation: str = "Remove delegation"
Expand Down

0 comments on commit e6309ac

Please sign in to comment.