Skip to content

Commit

Permalink
fix: add missing i18n entries
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Nov 3, 2023
1 parent b89aed7 commit b2ae1c1
Showing 1 changed file with 127 additions and 0 deletions.
127 changes: 127 additions & 0 deletions src/i18n/en-us/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,55 @@ export default {
open_language_switcher: 'open language switcher',
},
},
evm_wallet: {
send_icon_alt: 'Send icon',
receive_icon_alt: 'Receive icon',
buy_icon_alt: 'Buy more tokens icon',
token_logo_alt: 'Token logo',
send: 'Send',
receive: 'Receive',
scan_qr: 'Scan the QR Code to get your account',
buy: 'Buy',
unwrap: 'Unwrap',
wrap: 'Wrap',
stake: 'Stake',
unstake: 'Unstake',
copy: 'Copy',
link_to_send_aria: 'Link to Send page',
link_to_receive_aria: 'Link to Receive page',
link_to_buy_aria: 'External link to buy tokens',
balance_row_actions_aria: 'Balance row actions',
no_fiat_value: 'No reliable fiat value found',
receiving_account: 'Receiving Account',
account_required: 'Account is required',
token: 'Token',
cancel: 'Cancel',
estimated_fees: 'Estimated Fees',
amount_available: '{amount} Available',
amount_required: 'Amount is required',
view_contract: 'View Contract',
invalid_form: 'There is at least one invalid field.',
general_error: 'There was an error processing your request',
invalid_amount_precision: 'You can only enter {precision} decimal places',
sent: 'Sent',
received: 'Received',
swapped: 'Swapped',
switch: 'Switch',
failed_contract_interaction: 'Failed contract interaction',
contract_interaction: 'Contract interaction',
contract_creation: 'Contract creation',
aria_link_to_address: 'Link to block explorer address page',
aria_link_to_transaction: 'Link to block explorer transaction page',
click_to_fill_max: 'Click to fill max amount',
amount_exceeds_available_balance: 'Balance too low',
incorrect_network: 'Incorrect network detected! Switch to {networkName} to complete transaction',
viewing_n_transactions: 'Viewing {rowsPerPage} of {totalRows} transactions',
no_transactions_found: 'No transactions found',
add_to_metamask: 'Add to MetaMask',
rejected_metamask_prompt: 'The MetaMask prompt was rejected',
error_adding_token_to_metamask: 'Error adding token to MetaMask',
inventory: 'Collectibles',
},
global: {
language: 'Language',
cancel: 'Cancel',
Expand Down Expand Up @@ -397,9 +446,87 @@ export default {
neutral_message_custom_call_send: 'calling <b>{name}</b> with <b>{params} parameters</b>, sending <b>{quantity} {symbol}</b></b>',
},
antelope: {
contracts: {
invalid_contract: 'Contract or contract ABI missing',
contract_data_required: 'Contract data missing',
},
evm: {
error_support_provider_request: 'Provider does not support request method',
error_login: 'Error in login proccess',
error_add_chain_rejected: 'User has rejected the request to add the chain',
error_connect_rejected: 'User has rejected the request to connect to the chain',
error_add_chain: 'Error in adding chain',
error_switch_chain_rejected: 'User has rejected the request to switch the chain',
error_switch_chain: 'Error in switching chain',
error_no_provider: 'No provider found',
error_getting_function_interface: 'Error trying to find event signature for function {prefix}',
error_getting_event_interface: 'Error trying to find event signature for event {hex}',
error_invalid_address: 'Invalid address',
error_getting_contract_creation: 'Error trying to get contract creation info',
error_no_signer: 'No signer found',
error_send_transaction: 'An unknown error occurred when sending the transaction',
error_transfer_failed: 'An unknown error occurred when transferring tokens',
error_call_exception: 'An error occurred while calling the smart contract function',
error_insufficient_funds: 'You don\'t have enough funds to complete this transaction',
error_missing_new: 'A new operator was missing when deploying the smart contract',
error_nonce_expired: 'The nonce used for this transaction is too low',
error_numeric_fault: 'A numeric operation failed',
error_replacement_underpriced: 'A new transaction replacing an existing one does not have enough gas price',
error_transaction_replaced: 'This transaction was replaced by another transaction',
error_unpredictable_gas_limit: 'The gas limit for this transaction couldn\'t be estimated',
error_user_rejected: 'You rejected the transaction',
error_transaction_canceled: 'You canceled the action',
error_wrap_not_supported_on_native: 'Wrap is not supported on native chain',
error_unwrap_not_supported_on_native: 'Unwrap is not supported on native chain',
error_wrap_failed: 'An unknown error occurred when wrapping tokens',
error_unwrap_failed: 'An unknown error occurred when unwrapping tokens',
error_stake_failed: 'An unknown error occurred when staking tokens',
error_unstakes_failed: 'An unknown error occurred when unstaking tokens',
error_withdraw_failed: 'An unknown error occurred when withdrawing tokens',
error_fetching_token_price: 'An unknown error occurred when fetching token price data',
},
history: {
error_fetching_transactions: 'Unexpected error fetching transactions. Please refresh the page to try again.',
error_fetching_nft_transfers: 'Unexpected error fetching NFT transfers. Please refresh the page to try again.',
},
chain: {
error_update_data: 'Error in updating data',
error_apy: 'Error in getting APY',
error_invalid_network: 'Invalid network',
error_no_default_authenticator: 'No default authenticator found',
},
account: {
error_login_native: 'An error has occurred trying to login to the native chain',
error_login_evm: 'An error has occurred trying to login to the EVM chain',
error_auto_login: 'An error has occurred trying to auto login the user',
},
utils: {
error_parsing_transaction: 'Failed to parse transaction data',
error_contract_instance: 'Failed to create contract instance',
error_parsing_log_event: 'Failed to parse log event',
},
balances: {
error_at_transfer_tokens: 'An error has occurred trying to transfer tokens',
error_token_contract_not_found: 'Token contract not found for address {address}',
},
rex: {
error_contract_not_found: 'Contract not found for address {address}',
},
wallets: {
error_system_token_transfer_config: 'Error getting Wagmi system token transfer config',
error_token_transfer_config: 'Error getting Wagmi token transfer config',
error_oreid_no_chain_account: 'The app {appName} does not have a chain account for the chain {networkName}',
network_switch_success: 'Network switched successfully',
},
wrap: {
error_getting_wrapped_contract: 'An error occurred while getting the wrapped system token contract',
error_wrap: 'An unknown error occurred while wrapping system token',
},
words: {
days: 'days',
hours: 'hours',
minutes: 'minutes',
seconds: 'seconds',
},
},
};

0 comments on commit b2ae1c1

Please sign in to comment.