From 38b6bdbfd3afe48276a45ff2347de9d61a3ffdfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Tue, 18 Oct 2022 23:59:46 +0200 Subject: [PATCH] chore: split English TS files - qml_base.ts is created as a reference point for translators - qml_en.ts is a minimal overlay translation, providing just the needed plural forms - adjust the script to generate the above TS files - fixup some leftover qsTrId() calls and the qmake file --- scripts/translationScripts/update-en-ts.py | 17 +- ui/i18n/qml_base.ts | 14702 ++++++++++++++++ ui/i18n/qml_en.ts | 15434 +---------------- ui/imports/shared/views/chat/MessageView.qml | 4 +- ui/nim-status-client.pro | 1 + 5 files changed, 14859 insertions(+), 15299 deletions(-) create mode 100644 ui/i18n/qml_base.ts diff --git a/scripts/translationScripts/update-en-ts.py b/scripts/translationScripts/update-en-ts.py index 43cfa64b5c..2a3c478ce1 100644 --- a/scripts/translationScripts/update-en-ts.py +++ b/scripts/translationScripts/update-en-ts.py @@ -1,8 +1,9 @@ import xml.etree.ElementTree as ET import subprocess +import os -# 1) Runs lupdate ../../ui/nim-status-client.pro -target-language en -# 2) Fixups qml_en.ts: ensure each source has translation, otherwise Lokalise can't figure out base words +# 1) Runs lupdate on ../../ui/nim-status-client.pro +# 2) Fixups qml_base.ts: ensure each source has translation, otherwise Lokalise can't figure out base words # # usage: `python update-en-ts.py` @@ -23,9 +24,15 @@ def fixupTranslations(enTsFile: str): if __name__ == "__main__": - p = subprocess.run(['lupdate', '../../ui/nim-status-client.pro', '-target-language', 'en'], + # full base TS file (has to come first as we're targetting the same language) + basefile = "../../ui/i18n/qml_base.ts" + p = subprocess.run(['lupdate', '../../ui/nim-status-client.pro', '-source-language', 'en', '-no-obsolete', '-target-language', 'en_GB', '-ts', basefile], stdout=subprocess.PIPE, stderr=subprocess.STDOUT, check=True, text=True) - print(p.stdout) + fixupTranslations(basefile) - fixupTranslations('../../ui/i18n/qml_en.ts') + # EN "translation" file, plurals only + enfile = "../../ui/i18n/qml_en.ts" + p = subprocess.run(['lupdate', '../../ui/nim-status-client.pro', '-source-language', 'en', '-pluralonly', '-target-language', 'en_GB', '-ts', enfile], + stdout=subprocess.PIPE, stderr=subprocess.STDOUT, check=True, text=True) + print(p.stdout) diff --git a/ui/i18n/qml_base.ts b/ui/i18n/qml_base.ts new file mode 100644 index 0000000000..4b77d3e385 --- /dev/null +++ b/ui/i18n/qml_base.ts @@ -0,0 +1,14702 @@ + + + AboutView + + + + Check for updates + Check for updates + + + + + Current Version + Current Version + + + + + Release Notes + Release Notes + + + + + Our Principles + Our Principles + + + + + Status desktop’s GitHub Repositories + Status desktop’s GitHub Repositories + + + + + Status Desktop + Status Desktop + + + + + Status Go + Status Go + + + + + StatusQ + StatusQ + + + + + go-waku + go-waku + + + + + Legal & Privacy Documents + Legal & Privacy Documents + + + + + Terms of Use + Terms of Use + + + + + Privacy Policy + Privacy Policy + + + + + Software License + Software License + + + + AcceptRejectOptionsButtonsPanel + + + + Decline and block + Decline and block + + + + AcceptTransactionView + + + + Accept and share address + Accept and share address + + + + + Accept and send + Accept and send + + + + + + + Decline + Decline + + + + AccountView + + + + Type + Type + + + + + Watch-Only Account + Watch-Only Account + + + + + Generated by your Status seed phrase profile + Generated by your Status seed phrase profile + + + + + Imported Account + Imported Account + + + + + Storage + Storage + + + + + On Device + On Device + + + + + Derivation Path + Derivation Path + + + + + Related Accounts + Related Accounts + + + + + Remove from your profile + Remove from your profile + + + + + Confirm %1 Removal + Confirm %1 Removal + + + + + You will not be able to restore viewing access to this account in the future unless you enter this account’s address again. + You will not be able to restore viewing access to this account in the future unless you enter this account’s address again. + + + + + Remove Account + Remove Account + + + + Acknowledgements + + + + Secure Your Assets and Funds + Secure Your Assets and Funds + + + + + Your seed phrase is a 12-word passcode to your funds. + Your seed phrase is a 12-word passcode to your funds. + + + + + Your seed phrase cannot be recovered if lost. Therefore, you <b>must</b> back it up. The simplest way is to <b>write it down offline and store it somewhere secure.</b> + Your seed phrase cannot be recovered if lost. Therefore, you <b>must</b> back it up. The simplest way is to <b>write it down offline and store it somewhere secure.</b> + + + + + I have a pen and paper + I have a pen and paper + + + + + I am ready to write down my seed phrase + I am ready to write down my seed phrase + + + + + I know where I’ll store it + I know where I’ll store it + + + + + You can only complete this process once. Status will not store your seed phrase and can never help you recover it. + You can only complete this process once. Status will not store your seed phrase and can never help you recover it. + + + + ActivityCenterPopupTopBarPanel + + + + All + All + + + + + Admin + Admin + + + + + Mentions + Mentions + + + + + Replies + Replies + + + + + Contact requests + Contact requests + + + + + Identity verification + Identity verification + + + + + Transactions + Transactions + + + + + Membership + Membership + + + + + System + System + + + + + Mark all as Read + Mark all as Read + + + + + Show read notifications + Show read notifications + + + + + Hide read notifications + Hide read notifications + + + + ActivityNotificationBase + + + + Mark as Read + Mark as Read + + + + + Mark as Unread + Mark as Unread + + + + AddAccountModal + + + + Generate an account + Generate an account + + + + + An authentication failed + An authentication failed + + + + + Enter an account name... + Enter an account name... + + + + + Account name + Account name + + + + + You need to enter an account name + You need to enter an account name + + + + + color + color + + + + + Advanced + Advanced + + + + + Authenticate + Authenticate + + + + + Loading... + Loading... + + + + + Add account + Add account + + + + AddEditSavedAddressPopup + + + + + + Edit saved address + Edit saved address + + + + + + + Add saved address + Add saved address + + + + + + + Enter a name + Enter a name + + + + + + + Name + Name + + + + + + + Name must not be blank + Name must not be blank + + + + + + + This is not a valid account name + This is not a valid account name + + + + + + + Address + Address + + + + + + + Enter ENS Name or Ethereum Address + Enter ENS Name or Ethereum Address + + + + + + + Please enter a valid ENS name OR Ethereum Address + Please enter a valid ENS name OR Ethereum Address + + + + + + + Save + Save + + + + + + + Add address + Add address + + + + AddFavoriteModal + + + + Favorite added + Favorite added + + + + + Edit + Edit + + + + + Add favorite + Add favorite + + + + + URL + URL + + + + + Paste URL + Paste URL + + + + + Paste + Paste + + + + + Pasted + Pasted + + + + + Please enter a valid URL + Please enter a valid URL + + + + + Name + Name + + + + + Name of the website + Name of the website + + + + + Please enter a name + Please enter a name + + + + + Remove + Remove + + + + + Done + Done + + + + + Add + Add + + + + + Add Favorite + Add Favorite + + + + AddShowTokenModal + + + + Add custom token + Add custom token + + + + + This needs to be a valid address + This needs to be a valid address + + + + + Invalid ERC20 address + Invalid ERC20 address + + + + + Enter contract address... + Enter contract address... + + + + + Contract address + Contract address + + + + + The name of your token... + The name of your token... + + + + + Name + Name + + + + + ABC + ABC + + + + + Symbol + Symbol + + + + + Decimals + Decimals + + + + + Changing settings failed + Changing settings failed + + + + + Add + Add + + + + AddWakuNodeModal + + + + Waku nodes + Waku nodes + + + + + Name + Name + + + + + Specify a name + Specify a name + + + + + You need to enter a name + You need to enter a name + + + + + Storenode multiaddress + Storenode multiaddress + + + + + History node address + History node address + + + + + You need to enter the storenode multiaddress + You need to enter the storenode multiaddress + + + + + You need to enter the enode address + You need to enter the enode address + + + + + Multiaddress must start with a "/" + Multiaddress must start with a "/" + + + + + The format must be: enode://{enode-id}:{password}@{ip-address}:{port} + The format must be: enode://{enode-id}:{password}@{ip-address}:{port} + + + + + Save + Save + + + + AddressInput + + + + ENS Username not found + ENS Username not found + + + + AddressRequiredValidator + + + + You need to request the recipient’s address first. +Assets won’t be sent yet. + You need to request the recipient’s address first. +Assets won’t be sent yet. + + + + AdvancedAddAccountView + + + + Enter address... + Enter address... + + + + + Account address + Account address + + + + + This needs to be a valid address (starting with 0x) + This needs to be a valid address (starting with 0x) + + + + + You need to enter an address + You need to enter an address + + + + AdvancedView + + + + Fleet + Fleet + + + + + Minimize on close + Minimize on close + + + + + Application Logs + Application Logs + + + + + Experimental features + Experimental features + + + + + Wallet + Wallet + + + + + Dapp Browser + Dapp Browser + + + + + Community History Archive Protocol + Community History Archive Protocol + + + + + Node Management + Node Management + + + + + Community Permissions Settings + Community Permissions Settings + + + + + Discord Import Tool + Discord Import Tool + + + + + Bloom filter level + Bloom filter level + + + + + Warning! + Warning! + + + + + + + The account will be logged out. When you login again, the selected mode will be enabled + The account will be logged out. When you login again, the selected mode will be enabled + + + + + + + Light Node + Light Node + + + + + Normal + Normal + + + + + + + Full Node + Full Node + + + + + WakuV2 mode + WakuV2 mode + + + + + Developer features + Developer features + + + + + Full developer mode + Full developer mode + + + + + Download messages + Download messages + + + + + Telemetry + Telemetry + + + + + Debug + Debug + + + + + Auto message + Auto message + + + + + Are you sure you want to enable all the develoer features? The app will be restarted. + Are you sure you want to enable all the develoer features? The app will be restarted. + + + + + Are you sure you want to enable telemetry? This will reduce your privacy level while using Status. You need to restart the app for this change to take effect. + Are you sure you want to enable telemetry? This will reduce your privacy level while using Status. You need to restart the app for this change to take effect. + + + + + Are you sure you want to enable auto message? You need to restart the app for this change to take effect. + Are you sure you want to enable auto message? You need to restart the app for this change to take effect. + + + + + Are you sure you want to %1 debug mode? You need to restart the app for this change to take effect. + Are you sure you want to %1 debug mode? You need to restart the app for this change to take effect. + + + + + disable + disable + + + + + enable + enable + + + + + This feature is experimental and is meant for testing purposes by core contributors and the community. It's not meant for real use and makes no claims of security or integrity of funds or data. Use at your own risk. + This feature is experimental and is meant for testing purposes by core contributors and the community. It's not meant for real use and makes no claims of security or integrity of funds or data. Use at your own risk. + + + + + I understand + I understand + + + + AllowNotificationsView + + + + Allow notifications + Allow notifications + + + + + Status will notify you about new messages. You can +edit your notification preferences later in settings. + Status will notify you about new messages. You can +edit your notification preferences later in settings. + + + + + Ok, got it + Ok, got it + + + + AmountInput + + + + The maximum number of characters is %1 + The maximum number of characters is %1 + + + + + Invalid amount format + Invalid amount format + + + + + Amount + Amount + + + + AppMain + + + + Profile Picture + Profile Picture + + + + + Make this my Profile Pic + Make this my Profile Pic + + + + + Invite People + Invite People + + + + + View Community + View Community + + + + + Leave Community + Leave Community + + + + + Testnet mode is enabled. All balances, transactions and dApp interactions will be on testnets. + Testnet mode is enabled. All balances, transactions and dApp interactions will be on testnets. + + + + + Turn off + Turn off + + + + + Turn off Testnet mode + Turn off Testnet mode + + + + + Closing this banner will turn off Testnet mode. +All future transactions will be on mainnet or other active networks. + Closing this banner will turn off Testnet mode. +All future transactions will be on mainnet or other active networks. + + + + + Turn off Testnet + Turn off Testnet + + + + + Secure your seed phrase + Secure your seed phrase + + + + + Back up now + Back up now + + + + + The import of ‘%1’ from Discord to Status was stopped: <a href='#'>Critical issues found</a> + The import of ‘%1’ from Discord to Status was stopped: <a href='#'>Critical issues found</a> + + + + + ‘%1’ was successfully imported from Discord to Status + ‘%1’ was successfully imported from Discord to Status + + + + + Details (%1) + Details (%1) + + + + + + + %n issue(s) + + + + + + + + Details + Details + + + + + Importing ‘%1’ from Discord to Status + Importing ‘%1’ from Discord to Status + + + + + Check progress (%1) + Check progress (%1) + + + + + Check progress + Check progress + + + + + Visit your Community + Visit your Community + + + + + Connected + Connected + + + + + Disconnected + Disconnected + + + + + A new version of Status (%1) is available + A new version of Status (%1) is available + + + + + Your version is up to date + Your version is up to date + + + + + Update + Update + + + + + Close + Close + + + + + Where do you want to go? + Where do you want to go? + + + + AppSearch + + + + No results + No results + + + + + Anywhere + Anywhere + + + + AppearanceView + + + + Blockchains will drop search costs, causing a kind of decomposition that allows you to have markets of entities that are horizontally segregated and vertically segregated. + Blockchains will drop search costs, causing a kind of decomposition that allows you to have markets of entities that are horizontally segregated and vertically segregated. + + + + + Text size + Text size + + + + + XS + XS + + + + + S + S + + + + + M + M + + + + + L + L + + + + + XL + XL + + + + + XXL + XXL + + + + + Zoom (requires restart) + Zoom (requires restart) + + + + + 50% + 50% + + + + + 100% + 100% + + + + + 150% + 150% + + + + + 200% + 200% + + + + + Mode + Mode + + + + + Light + Light + + + + + Dark + Dark + + + + + System + System + + + + AssetAndAmountInput + + + + Insufficient balance + Insufficient balance + + + + + Must be greater than or equal to 0 + Must be greater than or equal to 0 + + + + + This needs to be a number + This needs to be a number + + + + + Please enter an amount + Please enter an amount + + + + + Balance: + Balance: + + + + + Asset & Amount + Asset & Amount + + + + + The amount is 0. Proceed only if this is desired. + The amount is 0. Proceed only if this is desired. + + + + AssetDelegate + + + + %1 %2 + %1 %2 + + + + AssetsDetailView + + + + Market Cap + Market Cap + + + + + Day Low + Day Low + + + + + Day High + Day High + + + + + Hour + Hour + + + + + Day + Day + + + + + 24 Hours + 24 Hours + + + + + Overview + Overview + + + + + Website + Website + + + + BackUpCommuntyBannerPanel + + + + Back up community key + Back up community key + + + + + Back up + Back up + + + + BackupSeedModal + + + + Not Now + Not Now + + + + + Back up your seed phrase + Back up your seed phrase + + + + + Confirm Seed Phrase + Confirm Seed Phrase + + + + + Continue + Continue + + + + + Complete & Delete My Seed Phrase + Complete & Delete My Seed Phrase + + + + + + + Confirm word #%1 of your seed phrase + Confirm word #%1 of your seed phrase + + + + BackupSeedStepBase + + + + Word #%1 + Word #%1 + + + + + Enter word + Enter word + + + + + Wrong word + Wrong word + + + + BalanceExceeded + + + + Balance exceeded + Balance exceeded + + + + + No networks available + No networks available + + + + BalanceValidator + + + + Insufficient balance + Insufficient balance + + + + BeforeGetStartedModal + + + + Before you get started... + Before you get started... + + + + + Get Started + Get Started + + + + + I acknowledge that Status Desktop is in Beta and by using it I take the full responsibility for all risks concerning my data and funds. + I acknowledge that Status Desktop is in Beta and by using it I take the full responsibility for all risks concerning my data and funds. + + + + + I accept Status + I accept Status + + + + + Terms of Use + Terms of Use + + + + + Privacy Policy + Privacy Policy + + + + BlockContactConfirmationDialog + + + + + + Block User + Block User + + + + + Blocking will stop new messages from reaching you from %1. + Blocking will stop new messages from reaching you from %1. + + + + BloomSelectorButton + + + + TODO + TODO + + + + BrowserConnectionModal + + + + '%1' would like to connect to + '%1' would like to connect to + + + + + Allowing authorizes this DApp to retrieve your wallet address and enable Web3 + Allowing authorizes this DApp to retrieve your wallet address and enable Web3 + + + + + Granting access authorizes this DApp to retrieve your chat key + Granting access authorizes this DApp to retrieve your chat key + + + + + Deny + Deny + + + + + Allow + Allow + + + + BrowserHeader + + + + Enter URL + Enter URL + + + + BrowserLayout + + + + Error sending the transaction + Error sending the transaction + + + + + Error signing message + Error signing message + + + + + Transaction pending... + Transaction pending... + + + + + View on etherscan + View on etherscan + + + + + Server's certificate not trusted + Server's certificate not trusted + + + + + Do you wish to continue? + Do you wish to continue? + + + + + If you wish so, you may continue with an unverified certificate. Accepting an unverified certificate means you may not be connected with the host you tried to connect to. +Do you wish to override the security check and continue? + If you wish so, you may continue with an unverified certificate. Accepting an unverified certificate means you may not be connected with the host you tried to connect to. +Do you wish to override the security check and continue? + + + + BrowserSettingsMenu + + + + New Tab + New Tab + + + + + Exit Incognito mode + Exit Incognito mode + + + + + Go Incognito + Go Incognito + + + + + Zoom In + Zoom In + + + + + Zoom Out + Zoom Out + + + + + Find + Find + + + + + Compatibility mode + Compatibility mode + + + + + Developer Tools + Developer Tools + + + + + Settings + Settings + + + + BrowserTabStyle + + + + Start Page + Start Page + + + + BrowserTabView + + + + Start Page + Start Page + + + + + New Tab + New Tab + + + + + Downloads Page + Downloads Page + + + + BrowserView + + + + Search engine used in the address bar + Search engine used in the address bar + + + + + None + None + + + + + Show Favorites Bar + Show Favorites Bar + + + + + Connected DApps + Connected DApps + + + + + No connected dApps + No connected dApps + + + + + Connecting a dApp grants it permission to view your address and balances, and to send you transaction requests + Connecting a dApp grants it permission to view your address and balances, and to send you transaction requests + + + + BrowserWalletMenu + + + + Mainnet + Mainnet + + + + + Ropsten + Ropsten + + + + + Unknown + Unknown + + + + + Disconnect + Disconnect + + + + + Assets + Assets + + + + + History + History + + + + BrowserWebEngineView + + + + Add Favorite + Add Favorite + + + + ChangePasswordModal + + + + Change password + Change password + + + + + Change password used to unlock Status on this device & sign transactions. + Change password used to unlock Status on this device & sign transactions. + + + + + Change Password + Change Password + + + + ChangePasswordSuccessModal + + + + <b>Password changed</b> + <b>Password changed</b> + + + + + You need to sign in again using the new password. + You need to sign in again using the new password. + + + + + Sign out & Quit + Sign out & Quit + + + + ChannelIdentifierView + + + + Welcome to the beginning of the <span style='color: %1'>%2</span> group! + Welcome to the beginning of the <span style='color: %1'>%2</span> group! + + + + + Welcome to the beginning of the <span style='color: %1'>#%2</span> channel! + Welcome to the beginning of the <span style='color: %1'>#%2</span> channel! + + + + + Any messages you send here are encrypted and can only be read by you and <span style='color: %1'>%2</span> + Any messages you send here are encrypted and can only be read by you and <span style='color: %1'>%2</span> + + + + ChatColumnView + + + + Send + Send + + + + + Request Address + Request Address + + + + + + + Request + Request + + + + ChatCommandModal + + + + Continue + Continue + + + + + Receive on account + Receive on account + + + + + From account + From account + + + + + Address request required + Address request required + + + + + From + From + + + + + To + To + + + + + + + Preview + Preview + + + + + Transaction preview + Transaction preview + + + + + Next + Next + + + + ChatCommandsPopup + + + + Send transaction + Send transaction + + + + + Request transaction + Request transaction + + + + ChatContentView + + + + Blocked + Blocked + + + + + This user has been blocked. + This user has been blocked. + + + + + You need to join this community to send messages + You need to join this community to send messages + + + + ChatContextMenuView + + + + Add / remove from group + Add / remove from group + + + + + Add to group + Add to group + + + + + Edit name and image + Edit name and image + + + + + Mark as Read + Mark as Read + + + + + Clear History + Clear History + + + + + Edit Channel + Edit Channel + + + + + Download + Download + + + + + Delete Channel + Delete Channel + + + + + Leave group + Leave group + + + + + Delete Chat + Delete Chat + + + + + Leave Chat + Leave Chat + + + + + Save + Save + + + + + Download messages + Download messages + + + + + Delete #%1 + Delete #%1 + + + + + Delete chat + Delete chat + + + + + Leave chat + Leave chat + + + + + Delete + Delete + + + + + Are you sure you want to delete #%1 channel? + Are you sure you want to delete #%1 channel? + + + + + Are you sure you want to delete this chat? + Are you sure you want to delete this chat? + + + + + Are you sure you want to leave this chat? + Are you sure you want to leave this chat? + + + + ChatHeaderContentView + + + + Search + Search + + + + + Members + Members + + + + + More + More + + + + + Public chat + Public chat + + + + + %n member(s) + + + + + + + ChatMessagesView + + + + Failed to send message. + Failed to send message. + + + + ChatRequestMessagePanel + + + + You need to be mutual contacts with this person for them to receive your messages + You need to be mutual contacts with this person for them to receive your messages + + + + + Just click this button to add them as contact. They will receive a notification. Once they accept the request, you'll be able to chat + Just click this button to add them as contact. They will receive a notification. Once they accept the request, you'll be able to chat + + + + + Add to contacts + Add to contacts + + + + ChatView + + + + Members + Members + + + + ChooseBrowserPopup + + + + Choose browser + Choose browser + + + + + Open in Status + Open in Status + + + + + Open in my default browser + Open in my default browser + + + + + Remember my choice. To override it, go to settings. + Remember my choice. To override it, go to settings. + + + + ClosedEmptyPanel + + + + Your chats will appear here. To start new chats press the  button at the top + Your chats will appear here. To start new chats press the  button at the top + + + + CollectibleCollectionView + + + + No collectibles available + No collectibles available + + + + CollectibleDetailView + + + + Properties + Properties + + + + CollectibleModal + + + + unnamed + unnamed + + + + + id + id + + + + + description + description + + + + + View in Opensea + View in Opensea + + + + CollectiblesContent + + + + Something went wrong + Something went wrong + + + + + Reload + Reload + + + + CollectiblesHeader + + + + Maximum number of collectibles to display reached + Maximum number of collectibles to display reached + + + + CollectiblesModal + + + + View + View + + + + + Unnamed + Unnamed + + + + CollectiblesModalContent + + + + ID + ID + + + + + Description + Description + + + + CollectiblesPanel + + + + Specific amount + Specific amount + + + + CollectiblesStore + + + + Collectibles + Collectibles + + + + CollectiblesView + + + + Collectibles will appear here + Collectibles will appear here + + + + CommunitiesGridView + + + + Featured + Featured + + + + + Popular + Popular + + + + CommunitiesListPanel + + + + %n member(s) + + + + + + + + Leave Community + Leave Community + + + + + Leave %1 + Leave %1 + + + + + Are you sure you want to leave? Once you leave, you will have to request to rejoin if you change your mind. + Are you sure you want to leave? Once you leave, you will have to request to rejoin if you change your mind. + + + + + Cancel + Cancel + + + + + Leave community + Leave community + + + + CommunitiesPopup + + + + Communities + Communities + + + + + Access existing community + Access existing community + + + + + Search for communities or topics + Search for communities or topics + + + + + %n member(s) + + + + + + + + Create a community + Create a community + + + + CommunitiesPortalLayout + + + + Find community + Find community + + + + + Import using key + Import using key + + + + + Create New Community + Create New Community + + + + + No communities found + No communities found + + + + + Create new community + Create new community + + + + + Create a new Status community + Create a new Status community + + + + + Create new + Create new + + + + + '%1' import in progress... + '%1' import in progress... + + + + + Import existing Discord community into Status + Import existing Discord community into Status + + + + + Import existing + Import existing + + + + + Your current import must finished or be cancelled before a new import can be started. + Your current import must finished or be cancelled before a new import can be started. + + + + CommunitiesView + + + + Import community + Import community + + + + + Communities you've joined + Communities you've joined + + + + CommunityBannerPicker + + + + + + Community banner + Community banner + + + + + Choose an image for banner + Choose an image for banner + + + + + Make this my Community banner + Make this my Community banner + + + + CommunityChannelsAndCategoriesBannerPanel + + + + Expand your community by adding more channels and categories + Expand your community by adding more channels and categories + + + + + Add channels + Add channels + + + + + Add categories + Add categories + + + + CommunityColorPanel + + + + Community Colour + Community Colour + + + + + Select Community Colour + Select Community Colour + + + + + This is not a valid color + This is not a valid color + + + + + Preview + Preview + + + + + White text should be legible on top of this color + White text should be legible on top of this color + + + + + Standard colors + Standard colors + + + + CommunityColorPicker + + + + Community color + Community color + + + + CommunityColumnView + + + + %n member(s) + + + + + + + + Start chat + Start chat + + + + + Pending + Pending + + + + + Request to join + Request to join + + + + + Join Community + Join Community + + + + + Membership requests + Membership requests + + + + + + + Create channel + Create channel + + + + + + + Create category + Create category + + + + + + + Invite people + Invite people + + + + + Unmute category + Unmute category + + + + + Mute category + Mute category + + + + + Edit Category + Edit Category + + + + + Delete Category + Delete Category + + + + + Delete %1 category + Delete %1 category + + + + + Are you sure you want to delete %1 category? Channels inside the category won’t be deleted. + Are you sure you want to delete %1 category? Channels inside the category won’t be deleted. + + + + + Create channel or category + Create channel or category + + + + + Error deleting the category + Error deleting the category + + + + CommunityDelegate + + + + Admin + Admin + + + + + Member + Member + + + + CommunityDescriptionInput + + + + Give it a short description + Give it a short description + + + + + What your community is about + What your community is about + + + + + community description + community description + + + + CommunityDetailPopup + + + + Public community + Public community + + + + + Invitation only community + Invitation only community + + + + + On request community + On request community + + + + + + + Unknown community + Unknown community + + + + + - ENS only + - ENS only + + + + + %n member(s) + + + + + + + + Channels + Channels + + + + + + + Join ‘%1’ + Join ‘%1’ + + + + + Pending + Pending + + + + + You need to be invited + You need to be invited + + + + + Request to join ‘%1’ + Request to join ‘%1’ + + + + + Error joining the community + Error joining the community + + + + CommunityIntroDialog + + + + Welcome to %1 + Welcome to %1 + + + + + Join %1 + Join %1 + + + + + Community <b>%1</b> has no intro message... + Community <b>%1</b> has no intro message... + + + + + I agree with the above + I agree with the above + + + + CommunityIntroMessageInput + + + + Community introduction and rules + Community introduction and rules + + + + + What new members will read before joining (eg. community rules, welcome message, etc.). Members will need to tick a check box agreeing to these rules before they are allowed to join your community. + What new members will read before joining (eg. community rules, welcome message, etc.). Members will need to tick a check box agreeing to these rules before they are allowed to join your community. + + + + + community intro message + community intro message + + + + CommunityLogoPicker + + + + + + Community logo + Community logo + + + + + Choose an image as logo + Choose an image as logo + + + + + Make this my Community logo + Make this my Community logo + + + + CommunityMembersSettingsPanel + + + + Members + Members + + + + + All Members + All Members + + + + + Pending Requests + Pending Requests + + + + + Rejected + Rejected + + + + + Banned + Banned + + + + + No members to search + No members to search + + + + + Search %1's %n member(s) + + + + + + + + No pending requests to search + No pending requests to search + + + + + Search %1's %2 pending request%3 + Search %1's %2 pending request%3 + + + + + No rejected members to search + No rejected members to search + + + + + Search %1's %2 rejected member%3 + Search %1's %2 rejected member%3 + + + + + No banned members to search + No banned members to search + + + + + Search %1's %2 banned member%3 + Search %1's %2 banned member%3 + + + + + Are you sure you ban <b>%1</b> from %2? + Are you sure you ban <b>%1</b> from %2? + + + + + Ban %1 + Ban %1 + + + + + + + Cancel + Cancel + + + + + Ban + Ban + + + + + Are you sure you kick <b>%1</b> from %2? + Are you sure you kick <b>%1</b> from %2? + + + + + Kick %1 + Kick %1 + + + + + Kick + Kick + + + + CommunityMembersTabPanel + + + + Kick + Kick + + + + + Ban + Ban + + + + + Unban + Unban + + + + + Accept + Accept + + + + + Reject + Reject + + + + CommunityNameInput + + + + Name your community + Name your community + + + + + A catchy name + A catchy name + + + + + community name + community name + + + + CommunityNewPermissionView + + + + Anyone + Anyone + + + + + Who holds + Who holds + + + + + Example: 10 SNT + Example: 10 SNT + + + + + and + and + + + + + or + or + + + + + ENS username on '%1' domain + ENS username on '%1' domain + + + + + Any ENS username + Any ENS username + + + + + Is allowed to + Is allowed to + + + + + Example: View and post + Example: View and post + + + + + In + In + + + + + Example: `#general` channel + Example: `#general` channel + + + + + Private + Private + + + + + Make this permission private to hide it from members who don’t meet it’s requirements + Make this permission private to hide it from members who don’t meet it’s requirements + + + + + Create permission + Create permission + + + + CommunityOptions + + + + Community history service + Community history service + + + + + Request to join required + Request to join required + + + + + Any member can pin a message + Any member can pin a message + + + + CommunityOutroMessageInput + + + + Leaving community message + Leaving community message + + + + + The message a member will see when they leave your community + The message a member will see when they leave your community + + + + + community intro message + community intro message + + + + CommunityOverviewSettingsPanel + + + + Overview + Overview + + + + + + + Edit Community + Edit Community + + + + + This node is the Community Owner Node. For your Community to function correctly try to keep this computer with Status running and onlinie as much as possible. + This node is the Community Owner Node. For your Community to function correctly try to keep this computer with Status running and onlinie as much as possible. + + + + + Welcome to your community! + Welcome to your community! + + + + + Invite new people + Invite new people + + + + + Try an airdrop to reward your community for engagement! + Try an airdrop to reward your community for engagement! + + + + + Airdrop Tokens + Airdrop Tokens + + + + + Back up community key + Back up community key + + + + + Back up + Back up + + + + CommunityPermissionsSettingsPanel + + + + + + Permissions + Permissions + + + + + New permission + New permission + + + + CommunityProfilePopup + + + + Public community + Public community + + + + + Invitation only community + Invitation only community + + + + + On request community + On request community + + + + + Unknown community + Unknown community + + + + + Invite friends + Invite friends + + + + + Invite + Invite + + + + CommunityProfilePopupInviteFriendsPanel + + + + Contacts + Contacts + + + + + Search contacts + Search contacts + + + + + Share community + Share community + + + + + Copied! + Copied! + + + + CommunityProfilePopupInviteMessagePanel + + + + Invitation Message + Invitation Message + + + + + The message a contact will get with community invitation + The message a contact will get with community invitation + + + + + Invites will be sent to: + Invites will be sent to: + + + + CommunityProfilePopupOverviewPanel + + + + Share community + Share community + + + + + Copied! + Copied! + + + + + Transfer ownership + Transfer ownership + + + + + Leave community + Leave community + + + + CommunitySettingsView + + + + + + + + Overview + Overview + + + + + + + Members + Members + + + + + Permissions + Permissions + + + + + %n member(s) + + + + + + + + Open legacy popup (to be removed) + Open legacy popup (to be removed) + + + + + Back to community + Back to community + + + + + Error editing the community + Error editing the community + + + + CommunityTagsPanel + + + + Community Tags + Community Tags + + + + + Confirm Community Tags + Confirm Community Tags + + + + + Select tags that will fit your Community + Select tags that will fit your Community + + + + + Search tags + Search tags + + + + + Selected tags + Selected tags + + + + + %1 / %2 + %1 / %2 + + + + CommunityTagsPicker + + + + Tags + Tags + + + + + Choose tags describing the community + Choose tags describing the community + + + + CommunityWelcomeBannerPanel + + + + Welcome to your community! + Welcome to your community! + + + + + Add members + Add members + + + + + Manage community + Manage community + + + + CommunityWelcomePermissionsView + + + + Permissions + Permissions + + + + + You can manage your community by creating and issuing membership and access permissions + You can manage your community by creating and issuing membership and access permissions + + + + + Give individual members access to private channels + Give individual members access to private channels + + + + + Monetise your community with subscriptions and fees + Monetise your community with subscriptions and fees + + + + + Require holding a token or NFT to obtain exclusive membership rights + Require holding a token or NFT to obtain exclusive membership rights + + + + + Add permission + Add permission + + + + ConfirmAddExistingKeyModal + + + + Enter seed phrase + Enter seed phrase + + + + + Do you want to add another existing key? + Do you want to add another existing key? + + + + + Add another existing key + Add another existing key + + + + ConfirmAppRestartModal + + + + Application Restart + Application Restart + + + + + Please restart the application to apply the changes. + Please restart the application to apply the changes. + + + + + Restart + Restart + + + + ConfirmPasswordView + + + + Passwords don't match + Passwords don't match + + + + + Have you written down your password? + Have you written down your password? + + + + + You will never be able to recover your password if you lose it. + You will never be able to recover your password if you lose it. + + + + + If you need to, write it using pen and paper and keep in a safe place. + If you need to, write it using pen and paper and keep in a safe place. + + + + + If you lose your password you will lose access to your Status profile. + If you lose your password you will lose access to your Status profile. + + + + + Confirm your password (again) + Confirm your password (again) + + + + + Finalise Status Password Creation + Finalise Status Password Creation + + + + ConfirmSeedPhrasePanel + + + + Write down your 12-word seed phrase to keep offline + Write down your 12-word seed phrase to keep offline + + + + + Reveal seed phrase + Reveal seed phrase + + + + + The next screen contains your seed phrase. +<b>Anyone</b> who sees it can use it to access to your funds. + The next screen contains your seed phrase. +<b>Anyone</b> who sees it can use it to access to your funds. + + + + ConfirmStoringSeedPhrasePanel + + + + Complete back up + Complete back up + + + + + Store Your Phrase Offline and Complete Your Back Up + Store Your Phrase Offline and Complete Your Back Up + + + + + By completing this process, you will remove your seed phrase from this application’s storage. This makes your funds more secure. + By completing this process, you will remove your seed phrase from this application’s storage. This makes your funds more secure. + + + + + You will remain logged in, and your seed phrase will be entirely in your hands. + You will remain logged in, and your seed phrase will be entirely in your hands. + + + + + I acknowledge that Status will not be able to show me my seed phrase again. + I acknowledge that Status will not be able to show me my seed phrase again. + + + + ConfirmationDialog + + + + Confirm + Confirm + + + + + Reject + Reject + + + + + Cancel + Cancel + + + + + Are you sure you want to do this? + Are you sure you want to do this? + + + + + Confirm your action + Confirm your action + + + + + Do not show this again + Do not show this again + + + + ConfirmationPopup + + + + Enable Tenor GIFs? + Enable Tenor GIFs? + + + + + Once enabled, GIFs posted in the chat may share your metadata with Tenor. + Once enabled, GIFs posted in the chat may share your metadata with Tenor. + + + + + Enable + Enable + + + + Constants + + + + Username must be at least 5 characters + Username must be at least 5 characters + + + + + Only letters, numbers, underscores and hyphens allowed + Only letters, numbers, underscores and hyphens allowed + + + + + 24 character username limit + 24 character username limit + + + + + Usernames ending with '-eth' are not allowed + Usernames ending with '-eth' are not allowed + + + + + Usernames ending with '_eth' are not allowed + Usernames ending with '_eth' are not allowed + + + + + Usernames ending with '.eth' are not allowed + Usernames ending with '.eth' are not allowed + + + + + Sorry, the name you have chosen is not allowed, try picking another username + Sorry, the name you have chosen is not allowed, try picking another username + + + + + (edited) + (edited) + + + + + Username already taken :( + Username already taken :( + + + + + Username doesn’t belong to you :( + Username doesn’t belong to you :( + + + + + Continuing will connect this username with your chat key. + Continuing will connect this username with your chat key. + + + + + ✓ Username available! + ✓ Username available! + + + + + Username is already connected with your chat key and can be used inside Status. + Username is already connected with your chat key and can be used inside Status. + + + + + This user name is owned by you and connected with your chat key. Continue to set `Show my ENS username in chats`. + This user name is owned by you and connected with your chat key. Continue to set `Show my ENS username in chats`. + + + + + Continuing will require a transaction to connect the username with your current chat key. + Continuing will require a transaction to connect the username with your current chat key. + + + + Contact + + + + Admin + Admin + + + + ContactPanel + + + + Respond to ID Request + Respond to ID Request + + + + + See ID Request + See ID Request + + + + ContactRequestCta + + + + Accepted + Accepted + + + + + Declined & Blocked + Declined & Blocked + + + + + Declined + Declined + + + + ContactRequestsPopup + + + + Contact requests + Contact requests + + + + + Decline all contacts + Decline all contacts + + + + + Are you sure you want to decline all these contact requests + Are you sure you want to decline all these contact requests + + + + + Accept all contacts + Accept all contacts + + + + + Are you sure you want to accept all these contact requests + Are you sure you want to accept all these contact requests + + + + + Decline all + Decline all + + + + + Accept all + Accept all + + + + ContactSelector + + + + Please select a contact + Please select a contact + + + + + Select a contact + Select a contact + + + + + Contact does not have an ENS address. Please send a transaction in chat. + Contact does not have an ENS address. Please send a transaction in chat. + + + + + No contact selected + No contact selected + + + + + You don’t have any contacts yet + You don’t have any contacts yet + + + + ContactVerificationRequestPopup + + + + %1 is asking you to verify your identity + %1 is asking you to verify your identity + + + + + %1 would like to verify your identity. Answer the question to prove your identity to %2 + %1 would like to verify your identity. Answer the question to prove your identity to %2 + + + + + Provide answer to verification request from this contact. + Provide answer to verification request from this contact. + + + + + Your answer has been sent to %1. + Your answer has been sent to %1. + + + + + Refuse Verification + Refuse Verification + + + + + Send Answer + Send Answer + + + + + Change answer + Change answer + + + + + Close + Close + + + + ContactsColumnView + + + + Chat + Chat + + + + + Join public chats + Join public chats + + + + + Start chat + Start chat + + + + + Search + Search + + + + + Contact requests + Contact requests + + + + + Community imported + Community imported + + + + + Importing community is in progress + Importing community is in progress + + + + ContactsListAndSearch + + + + Enter a valid chat key or ENS username + Enter a valid chat key or ENS username + + + + + + + Can't chat with yourself + Can't chat with yourself + + + + + Enter ENS username or chat key + Enter ENS username or chat key + + + + ContactsListPanel + + + + Contact Request Sent + Contact Request Sent + + + + + Contact Request Rejected + Contact Request Rejected + + + + ContactsView + + + + Send contact request to chat key + Send contact request to chat key + + + + + Search by a display name or chat key + Search by a display name or chat key + + + + + + + Contacts + Contacts + + + + + Pending Requests + Pending Requests + + + + + Blocked + Blocked + + + + + Identity Verified Contacts + Identity Verified Contacts + + + + + You don’t have any contacts yet + You don’t have any contacts yet + + + + + Received + Received + + + + + Sent + Sent + + + + Controls + + + + XS + XS + + + + + S + S + + + + + M + M + + + + + L + L + + + + + XL + XL + + + + + XXL + XXL + + + + + 50% + 50% + + + + + 100% + 100% + + + + + 150% + 150% + + + + + 200% + 200% + + + + CopyToClipBoardButton + + + + Copied! + Copied! + + + + CreateCategoryPopup + + + + Edit category + Edit category + + + + + New category + New category + + + + + Category title + Category title + + + + + Name the category + Name the category + + + + + category name + category name + + + + + Channels + Channels + + + + + Delete category + Delete category + + + + + Delete %1 category + Delete %1 category + + + + + Are you sure you want to delete %1 category? Channels inside the category won’t be deleted. + Are you sure you want to delete %1 category? Channels inside the category won’t be deleted. + + + + + Save + Save + + + + + Create + Create + + + + + Error editing the category + Error editing the category + + + + + Error creating the category + Error creating the category + + + + CreateChannelPopup + + + + New channel + New channel + + + + + Edit #%1 + Edit #%1 + + + + + Channel name + Channel name + + + + + # Name the channel + # Name the channel + + + + + channel name + channel name + + + + + Channel colour + Channel colour + + + + + Pick a color + Pick a color + + + + + Description + Description + + + + + Describe the channel + Describe the channel + + + + + channel description + channel description + + + + + Delete channel + Delete channel + + + + + Save changes + Save changes + + + + + Create channel + Create channel + + + + + Error creating the community + Error creating the community + + + + CreateChatView + + + + To: + To: + + + + + USER LIMIT REACHED + USER LIMIT REACHED + + + + + + + Contacts + Contacts + + + + + + + You can only send direct messages to your Contacts. + +Send a contact request to the person you would like to chat with, you will be able to chat with them once they have accepted your contact request. + You can only send direct messages to your Contacts. + +Send a contact request to the person you would like to chat with, you will be able to chat with them once they have accepted your contact request. + + + + CreateCommunityPopup + + + + Import a community from Discord into Status + Import a community from Discord into Status + + + + + Create New Community + Create New Community + + + + + Next + Next + + + + + Start Discord import + Start Discord import + + + + + Create Community + Create Community + + + + + Clear all + Clear all + + + + + Proceed with (%1/%2) files + Proceed with (%1/%2) files + + + + + Validate (%1/%2) files + Validate (%1/%2) files + + + + + Import files + Import files + + + + + Select Discord JSON files to import + Select Discord JSON files to import + + + + + Some of your community files cannot be used + Some of your community files cannot be used + + + + + Uncheck any files you would like to exclude from the import + Uncheck any files you would like to exclude from the import + + + + + (JSON file format only) + (JSON file format only) + + + + + Browse files + Browse files + + + + + Export your Discord JSON data using %1 + Export your Discord JSON data using %1 + + + + + Refer to this <a href='https://github.com/Tyrrrz/DiscordChatExporter/wiki'>wiki</a> if you have any queries + Refer to this <a href='https://github.com/Tyrrrz/DiscordChatExporter/wiki'>wiki</a> if you have any queries + + + + + Choose files to import + Choose files to import + + + + + JSON files (%1) + JSON files (%1) + + + + + Please select the categories and channels you would like to import + Please select the categories and channels you would like to import + + + + + Import all history + Import all history + + + + + Start date + Start date + + + + + Error creating the community + Error creating the community + + + + CreatePasswordModal + + + + + + Store password + Store password + + + + + Current password... + Current password... + + + + + Confirm password… + Confirm password… + + + + + Enter new PIN + Enter new PIN + + + + + Repeat PIN + Repeat PIN + + + + + Store PIN + Store PIN + + + + + Error importing account + Error importing account + + + + + An error occurred while importing your account: + An error occurred while importing your account: + + + + + Login failed + Login failed + + + + + Login failed. Please re-enter your password and try again. + Login failed. Please re-enter your password and try again. + + + + + Incorrect password + Incorrect password + + + + CreatePasswordView + + + + Create password + Create password + + + + CryptoServicesModal + + + + Buy / Sell crypto + Buy / Sell crypto + + + + + Choose a service you'd like to use to buy crypto + Choose a service you'd like to use to buy crypto + + + + CurrenciesStore + + + + + + US Dollars + US Dollars + + + + + + + British Pound + British Pound + + + + + + + Euros + Euros + + + + + + + Russian ruble + Russian ruble + + + + + + + South Korean won + South Korean won + + + + + + + Ethereum + Ethereum + + + + + + + + + + + + + + + + + + + Tokens + Tokens + + + + + + + Bitcoin + Bitcoin + + + + + + + Status Network Token + Status Network Token + + + + + + + Dai + Dai + + + + + + + United Arab Emirates dirham + United Arab Emirates dirham + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Other Fiat + Other Fiat + + + + + + + Afghan afghani + Afghan afghani + + + + + + + Argentine peso + Argentine peso + + + + + + + Australian dollar + Australian dollar + + + + + + + Barbadian dollar + Barbadian dollar + + + + + + + Bangladeshi taka + Bangladeshi taka + + + + + + + Bulgarian lev + Bulgarian lev + + + + + + + Bahraini dinar + Bahraini dinar + + + + + + + Brunei dollar + Brunei dollar + + + + + + + Bolivian boliviano + Bolivian boliviano + + + + + + + Brazillian real + Brazillian real + + + + + + + Bhutanese ngultrum + Bhutanese ngultrum + + + + + + + Canadian dollar + Canadian dollar + + + + + + + Swiss franc + Swiss franc + + + + + + + Chilean peso + Chilean peso + + + + + + + Chinese yuan + Chinese yuan + + + + + + + Colombian peso + Colombian peso + + + + + + + Costa Rican colón + Costa Rican colón + + + + + + + Czech koruna + Czech koruna + + + + + + + Danish krone + Danish krone + + + + + + + Dominican peso + Dominican peso + + + + + + + Egyptian pound + Egyptian pound + + + + + + + Ethiopian birr + Ethiopian birr + + + + + + + Georgian lari + Georgian lari + + + + + + + Ghanaian cedi + Ghanaian cedi + + + + + + + Hong Kong dollar + Hong Kong dollar + + + + + + + Croatian kuna + Croatian kuna + + + + + + + Hungarian forint + Hungarian forint + + + + + + + Indonesian rupiah + Indonesian rupiah + + + + + + + Israeli new shekel + Israeli new shekel + + + + + + + Indian rupee + Indian rupee + + + + + + + Icelandic króna + Icelandic króna + + + + + + + Jamaican dollar + Jamaican dollar + + + + + + + Japanese yen + Japanese yen + + + + + + + Kenyan shilling + Kenyan shilling + + + + + + + Kuwaiti dinar + Kuwaiti dinar + + + + + + + Kazakhstani tenge + Kazakhstani tenge + + + + + + + Sri Lankan rupee + Sri Lankan rupee + + + + + + + Moroccan dirham + Moroccan dirham + + + + + + + Moldovan leu + Moldovan leu + + + + + + + Mauritian rupee + Mauritian rupee + + + + + + + Malawian kwacha + Malawian kwacha + + + + + + + Mexican peso + Mexican peso + + + + + + + Malaysian ringgit + Malaysian ringgit + + + + + + + Mozambican metical + Mozambican metical + + + + + + + Namibian dollar + Namibian dollar + + + + + + + Nigerian naira + Nigerian naira + + + + + + + Norwegian krone + Norwegian krone + + + + + + + Nepalese rupee + Nepalese rupee + + + + + + + New Zealand dollar + New Zealand dollar + + + + + + + Omani rial + Omani rial + + + + + + + Peruvian sol + Peruvian sol + + + + + + + Papua New Guinean kina + Papua New Guinean kina + + + + + + + Philippine peso + Philippine peso + + + + + + + Pakistani rupee + Pakistani rupee + + + + + + + Polish złoty + Polish złoty + + + + + + + Paraguayan guaraní + Paraguayan guaraní + + + + + + + Qatari riyal + Qatari riyal + + + + + + + Romanian leu + Romanian leu + + + + + + + Serbian dinar + Serbian dinar + + + + + + + Saudi riyal + Saudi riyal + + + + + + + Swedish krona + Swedish krona + + + + + + + Singapore dollar + Singapore dollar + + + + + + + Thai baht + Thai baht + + + + + + + Trinidad and Tobago dollar + Trinidad and Tobago dollar + + + + + + + New Taiwan dollar + New Taiwan dollar + + + + + + + Tanzanian shilling + Tanzanian shilling + + + + + + + Turkish lira + Turkish lira + + + + + + + Ukrainian hryvnia + Ukrainian hryvnia + + + + + + + Ugandan shilling + Ugandan shilling + + + + + + + Uruguayan peso + Uruguayan peso + + + + + + + Venezuelan bolívar + Venezuelan bolívar + + + + + + + Vietnamese đồng + Vietnamese đồng + + + + + + + South African rand + South African rand + + + + CustomSocialLinkInput + + + + Hyperlink Text + Hyperlink Text + + + + + Example: My Myspace Profile + Example: My Myspace Profile + + + + + URL + URL + + + + + Link URL + Link URL + + + + + Preview + Preview + + + + + My Myspace Profile + My Myspace Profile + + + + + Remove + Remove + + + + DefaultDAppExplorerView + + + + Default DApp explorer + Default DApp explorer + + + + + none + none + + + + DemoApp + + + + Invite People + Invite People + + + + + View Community + View Community + + + + + Edit Community + Edit Community + + + + + Leave Community + Leave Community + + + + DerivationPathsPanel + + + + Derivation Path + Derivation Path + + + + + Reset + Reset + + + + DerivedAddressesPanel + + + + No activity + No activity + + + + + Pending + Pending + + + + + Invalid path + Invalid path + + + + + + + + + Has Activity + Has Activity + + + + + + + + + No Activity + No Activity + + + + + Account + Account + + + + DetailsView + + + + Configure your Keycard + Configure your Keycard + + + + + Rename Keycard + Rename Keycard + + + + + Change PIN + Change PIN + + + + + Create a backup copy of this Keycard + Create a backup copy of this Keycard + + + + + Unlock Keycard + Unlock Keycard + + + + + Advanced + Advanced + + + + + Create a 12-digit personal unblocking key (PUK) + Create a 12-digit personal unblocking key (PUK) + + + + + Create a new pairing code + Create a new pairing code + + + + DevicesView + + + + Please set a name for your device. + Please set a name for your device. + + + + + Specify a name + Specify a name + + + + + Continue + Continue + + + + + Advertise device + Advertise device + + + + + Pair your devices to sync contacts and chats between them + Pair your devices to sync contacts and chats between them + + + + + Learn more + Learn more + + + + + Paired devices + Paired devices + + + + + Syncing... + Syncing... + + + + + Sync all devices + Sync all devices + + + + DiscordImportProgressContents + + + + Delete community & restart import + Delete community & restart import + + + + + Cancel import + Cancel import + + + + + Restart import + Restart import + + + + + Hide window + Hide window + + + + + Visit your new community + Visit your new community + + + + + Setting up your community + Setting up your community + + + + + Importing channels + Importing channels + + + + + Importing messages + Importing messages + + + + + Downloading assets + Downloading assets + + + + + Initializing community + Initializing community + + + + + ✓ Complete + ✓ Complete + + + + + Import stopped... + Import stopped... + + + + + Pending... + Pending... + + + + + Saving... This can take a moment, almost done! + Saving... This can take a moment, almost done! + + + + + Working... + Working... + + + + + %1% + %1% + + + + + %1 more issue(s) downloading assets + %1 more issue(s) downloading assets + + + + + Importing ‘%1’ from Discord... + Importing ‘%1’ from Discord... + + + + + Importing ‘%1’ from Discord stopped... + Importing ‘%1’ from Discord stopped... + + + + + Importing ‘%1’ stopped due to a critical issue... + Importing ‘%1’ stopped due to a critical issue... + + + + + ‘%1’ was imported with %n issue(s). + + + + + + + + ‘%1’ was successfully imported from Discord. + ‘%1’ was successfully imported from Discord. + + + + + Your Discord community import is in progress... + Your Discord community import is in progress... + + + + + This process can take a while. Feel free to hide this window and use Status normally in the meantime. We’ll notify you when the Community is ready for you. + This process can take a while. Feel free to hide this window and use Status normally in the meantime. We’ll notify you when the Community is ready for you. + + + + + If there were any issues with your import you can upload new JSON files via the community page at any time. + If there were any issues with your import you can upload new JSON files via the community page at any time. + + + + + Are you sure you want to cancel the import? + Are you sure you want to cancel the import? + + + + + Your new Status community will be deleted and all information entered will be lost. + Your new Status community will be deleted and all information entered will be lost. + + + + + Delete community + Delete community + + + + + Continue importing + Continue importing + + + + DiscordImportProgressDialog + + + + Import a community from Discord into Status + Import a community from Discord into Status + + + + DisplayNamePopup + + + + Edit + Edit + + + + + Display Name + Display Name + + + + + OK + OK + + + + DownloadBar + + + + Cancelled + Cancelled + + + + + Paused + Paused + + + + + Show All + Show All + + + + DownloadMenu + + + + Open + Open + + + + + Show in folder + Show in folder + + + + + Pause + Pause + + + + + Resume + Resume + + + + + Cancel + Cancel + + + + DownloadPage + + + + Thanks for using Status + Thanks for using Status + + + + + You're curently using version %1 of Status. + You're curently using version %1 of Status. + + + + + There's new version available to download. + There's new version available to download. + + + + + Get Status %1 + Get Status %1 + + + + DownloadView + + + + Cancelled + Cancelled + + + + + Paused + Paused + + + + + Downloaded files will appear here. + Downloaded files will appear here. + + + + ENSPopup + + + + Primary username + Primary username + + + + + Your messages are displayed to others with this username: + Your messages are displayed to others with this username: + + + + + Once you select a username, you won’t be able to disable it afterwards. You will only be able choose a different username to display. + Once you select a username, you won’t be able to disable it afterwards. You will only be able choose a different username to display. + + + + EmptyChatPanel + + + + Share your chat key + Share your chat key + + + + + or + or + + + + + invite + invite + + + + + friends to start messaging in Status + friends to start messaging in Status + + + + EmptyPlaceholder + + + + Favorite GIFs will appear here + Favorite GIFs will appear here + + + + + Recent GIFs will appear here + Recent GIFs will appear here + + + + + Error while contacting Tenor API, please retry. + Error while contacting Tenor API, please retry. + + + + + Retry + Retry + + + + EnsAddedView + + + + ENS usernames + ENS usernames + + + + + Username added + Username added + + + + + %1 is now connected with your chat key and can be used in Status. + %1 is now connected with your chat key and can be used in Status. + + + + + Ok, got it + Ok, got it + + + + EnsConnectedView + + + + ENS usernames + ENS usernames + + + + + Username added + Username added + + + + + %1 will be connected once the transaction is complete. + %1 will be connected once the transaction is complete. + + + + + You can follow the progress in the Transaction History section of your wallet. + You can follow the progress in the Transaction History section of your wallet. + + + + + Ok, got it + Ok, got it + + + + EnsDetailsView + + + + Wallet address + Wallet address + + + + + + + Copied to clipboard! + Copied to clipboard! + + + + + Key + Key + + + + + Release your username + Release your username + + + + + Release username + Release username + + + + + Username locked. You won't be able to release it until %1 + Username locked. You won't be able to release it until %1 + + + + + Back + Back + + + + EnsListView + + + + Hey + Hey + + + + + + + (pending) + (pending) + + + + + ENS usernames + ENS usernames + + + + + Add username + Add username + + + + + Your usernames + Your usernames + + + + + Chat settings + Chat settings + + + + + Primary Username + Primary Username + + + + + None selected + None selected + + + + + You’re displaying your ENS username in chats + You’re displaying your ENS username in chats + + + + EnsPanel + + + + Any domain + Any domain + + + + + Custom subdomain + Custom subdomain + + + + + Subdomain not recognized + Subdomain not recognized + + + + EnsRegisteredView + + + + ENS usernames + ENS usernames + + + + + Username added + Username added + + + + + Nice! You own %1.stateofus.eth once the transaction is complete. + Nice! You own %1.stateofus.eth once the transaction is complete. + + + + + You can follow the progress in the Transaction History section of your wallet. + You can follow the progress in the Transaction History section of your wallet. + + + + + Ok, got it + Ok, got it + + + + EnsReleasedView + + + + ENS usernames + ENS usernames + + + + + Username removed + Username removed + + + + + The username %1 will be removed and your deposit will be returned once the transaction is mined + The username %1 will be removed and your deposit will be returned once the transaction is mined + + + + + You can follow the progress in the Transaction History section of your wallet. + You can follow the progress in the Transaction History section of your wallet. + + + + + Ok, got it + Ok, got it + + + + EnsSearchView + + + + At least 4 characters. Latin letters, numbers, and lowercase only. + At least 4 characters. Latin letters, numbers, and lowercase only. + + + + + Letters and numbers only. + Letters and numbers only. + + + + + Type the entire username including the custom domain like username.domain.eth + Type the entire username including the custom domain like username.domain.eth + + + + + Connect username with your pubkey + Connect username with your pubkey + + + + + Custom domain + Custom domain + + + + + I want a stateofus.eth domain + I want a stateofus.eth domain + + + + + I own a name on another domain + I own a name on another domain + + + + EnsTermsAndConditionsView + + + + ENS usernames + ENS usernames + + + + + Terms of name registration + Terms of name registration + + + + + Funds are deposited for 1 year. Your SNT will be locked, but not spent. + Funds are deposited for 1 year. Your SNT will be locked, but not spent. + + + + + After 1 year, you can release the name and get your deposit back, or take no action to keep the name. + After 1 year, you can release the name and get your deposit back, or take no action to keep the name. + + + + + If terms of the contract change — e.g. Status makes contract upgrades — user has the right to release the username regardless of time held. + If terms of the contract change — e.g. Status makes contract upgrades — user has the right to release the username regardless of time held. + + + + + The contract controller cannot access your deposited funds. They can only be moved back to the address that sent them. + The contract controller cannot access your deposited funds. They can only be moved back to the address that sent them. + + + + + Your address(es) will be publicly associated with your ENS name. + Your address(es) will be publicly associated with your ENS name. + + + + + Usernames are created as subdomain nodes of stateofus.eth and are subject to the ENS smart contract terms. + Usernames are created as subdomain nodes of stateofus.eth and are subject to the ENS smart contract terms. + + + + + You authorize the contract to transfer SNT on your behalf. This can only occur when you approve a transaction to authorize the transfer. + You authorize the contract to transfer SNT on your behalf. This can only occur when you approve a transaction to authorize the transfer. + + + + + These terms are guaranteed by the smart contract logic at addresses: + These terms are guaranteed by the smart contract logic at addresses: + + + + + %1 (Status UsernameRegistrar). + %1 (Status UsernameRegistrar). + + + + + + + <a href='%1%2'>Look up on Etherscan</a> + <a href='%1%2'>Look up on Etherscan</a> + + + + + %1 (ENS Registry). + %1 (ENS Registry). + + + + + Wallet address + Wallet address + + + + + + + Copied to clipboard! + Copied to clipboard! + + + + + Key + Key + + + + + Agree to <a href="#">Terms of name registration.</a> I understand that my wallet address will be publicly connected to my username. + Agree to <a href="#">Terms of name registration.</a> I understand that my wallet address will be publicly connected to my username. + + + + + Back + Back + + + + + 10 SNT + 10 SNT + + + + + Deposit + Deposit + + + + + Not enough SNT + Not enough SNT + + + + + Register + Register + + + + EnsView + + + + + + Transaction pending... + Transaction pending... + + + + + + + View on etherscan + View on etherscan + + + + + ENS Registration failed + ENS Registration failed + + + + + ENS Registration completed + ENS Registration completed + + + + + Updating ENS pubkey failed + Updating ENS pubkey failed + + + + + Updating ENS pubkey completed + Updating ENS pubkey completed + + + + EnsWelcomeView + + + + Get a universal username + Get a universal username + + + + + ENS names transform those crazy-long addresses into unique usernames. + ENS names transform those crazy-long addresses into unique usernames. + + + + + Customize your chat name + Customize your chat name + + + + + An ENS name can replace your random 3-word name in chat. Be @yourname instead of %1. + An ENS name can replace your random 3-word name in chat. Be @yourname instead of %1. + + + + + Simplify your ETH address + Simplify your ETH address + + + + + You can receive funds to your easy-to-share ENS name rather than your hexadecimal hash (0x...). + You can receive funds to your easy-to-share ENS name rather than your hexadecimal hash (0x...). + + + + + Receive transactions in chat + Receive transactions in chat + + + + + Others can send you funds via chat in one simple step. + Others can send you funds via chat in one simple step. + + + + + 10 SNT to register + 10 SNT to register + + + + + Register once to keep the name forever. After 1 year you can release the name and get your SNT back. + Register once to keep the name forever. After 1 year you can release the name and get your SNT back. + + + + + Already own a username? + Already own a username? + + + + + You can verify and add any usernames you own in the next steps. + You can verify and add any usernames you own in the next steps. + + + + + Powered by Ethereum Name Services + Powered by Ethereum Name Services + + + + + Start + Start + + + + + Only available on Mainnet + Only available on Mainnet + + + + EnterName + + + + Keycard name + Keycard name + + + + + Preview + Preview + + + + + Rename this Keycard + Rename this Keycard + + + + EnterPassword + + + + Password + Password + + + + + + + Enter your password + Enter your password + + + + + + + + + Password incorrect + Password incorrect + + + + + + + Password changed on other device + Password changed on other device + + + + + + + Enter your new password to proceed + Enter your new password to proceed + + + + EnterSeedPhrase + + + + The phrase you’ve entered does not match this Keycard’s seed phrase + The phrase you’ve entered does not match this Keycard’s seed phrase + + + + + Invalid seed phrase + Invalid seed phrase + + + + + The phrase you’ve entered is invalid + The phrase you’ve entered is invalid + + + + + Enter key pair seed phrase + Enter key pair seed phrase + + + + + %n word(s) + + + + + + + EnterSeedPhraseWords + + + + Confirm seed phrase words + Confirm seed phrase words + + + + + + + + + Word #%1 + Word #%1 + + + + + + + + + Enter word + Enter word + + + + + + + + + This word doesn’t match + This word doesn’t match + + + + ExemptionNotificationsModal + + + + %1 exemption + %1 exemption + + + + + Mute all messages + Mute all messages + + + + + Personal @ Mentions + Personal @ Mentions + + + + + Global @ Mentions + Global @ Mentions + + + + + Other Messages + Other Messages + + + + + Clear Exemptions + Clear Exemptions + + + + + Done + Done + + + + ExtendedDropdownContent + + + + Most viewed + Most viewed + + + + + Newest first + Newest first + + + + + Oldest first + Oldest first + + + + + List + List + + + + + Thumbnails + Thumbnails + + + + + Mint token + Mint token + + + + + Import existing token + Import existing token + + + + + Mint collectible + Mint collectible + + + + FavoriteMenu + + + + Open in new Tab + Open in new Tab + + + + + Edit + Edit + + + + + Remove + Remove + + + + FetchMoreMessagesButton + + + + ↓ Fetch more messages + ↓ Fetch more messages + + + + + Before %1 + Before %1 + + + + FleetRadioSelector + + + + Warning! + Warning! + + + + + Change fleet to %1 + Change fleet to %1 + + + + FleetsModal + + + + Fleet + Fleet + + + + GapComponent + + + + Fetch messages + Fetch messages + + + + + Between %1 and %2 + Between %1 and %2 + + + + GasSelector + + + + Must be greater than 0 + Must be greater than 0 + + + + + This needs to be a number + This needs to be a number + + + + + Please enter an amount + Please enter an amount + + + + + Min 21000 units + Min 21000 units + + + + + Not enough gas + Not enough gas + + + + + Miners will currently not process transactions with a tip below %1 Gwei, the average is %2 Gwei + Miners will currently not process transactions with a tip below %1 Gwei, the average is %2 Gwei + + + + + The average miner tip is %1 Gwei + The average miner tip is %1 Gwei + + + + + Priority + Priority + + + + + Gas Price + Gas Price + + + + + Current base fee: %1 %2 + Current base fee: %1 %2 + + + + + Use suggestions + Use suggestions + + + + + Use custom + Use custom + + + + + Low + Low + + + + + Optimal + Optimal + + + + + High + High + + + + + Gas amount limit + Gas amount limit + + + + + Per-gas tip limit + Per-gas tip limit + + + + + + + Gwei + Gwei + + + + + Per-gas overall limit + Per-gas overall limit + + + + + Maximum priority fee: %1 ETH + Maximum priority fee: %1 ETH + + + + + Maximum overall price for the transaction. If the block base fee exceeds this, it will be included in a following block with a lower base fee. + Maximum overall price for the transaction. If the block base fee exceeds this, it will be included in a following block with a lower base fee. + + + + GasSelectorButton + + + + Low + Low + + + + GasValidator + + + + Not enough ETH for gas + Not enough ETH for gas + + + + Global + + + + Verify %1's Identity + Verify %1's Identity + + + + + Ask a question that only the real %1 will be able to answer e.g. a question about a shared experience, or ask %1 to enter a code or phrase you have sent to them via a different communication channel (phone, post, etc...). + Ask a question that only the real %1 will be able to answer e.g. a question about a shared experience, or ask %1 to enter a code or phrase you have sent to them via a different communication channel (phone, post, etc...). + + + + + Send verification request + Send verification request + + + + HistoryView + + + + Status Desktop is connected to a non-archival node. Transaction history may be incomplete. + Status Desktop is connected to a non-archival node. Transaction history may be incomplete. + + + + + No transactions found + No transactions found + + + + + Load More + Load More + + + + HoldingsDropdown + + + + Choose token + Choose token + + + + + Choose collectible + Choose collectible + + + + + Back + Back + + + + + Token + Token + + + + + Collectible + Collectible + + + + + ENS + ENS + + + + HoldingsTabs + + + + Add + Add + + + + + Update + Update + + + + + Remove + Remove + + + + HomePageView + + + + homepage + homepage + + + + + System default + System default + + + + + Other + Other + + + + + Example: duckduckgo.com + Example: duckduckgo.com + + + + ImageCropWorkflow + + + + Supported image formats (%1) + Supported image formats (%1) + + + + ImportCommunityPopup + + + + Import Community + Import Community + + + + + Entering a community key will grant you the ownership of that community. Please be responsible with it and don’t share the key with people you don’t trust. + Entering a community key will grant you the ownership of that community. Please be responsible with it and don’t share the key with people you don’t trust. + + + + + Community private key + Community private key + + + + + Import + Import + + + + ImportPrivateKeyPanel + + + + + + You need to enter a private key + You need to enter a private key + + + + + + + Enter a valid private key (64 characters hexadecimal string) + Enter a valid private key (64 characters hexadecimal string) + + + + + Private key + Private key + + + + + Paste the contents of your private key + Paste the contents of your private key + + + + + Enter a valid private key + Enter a valid private key + + + + + Public address + Public address + + + + + Account already added + Account already added + + + + + Pending + Pending + + + + + Has Activity + Has Activity + + + + + No Activity + No Activity + + + + ImportSeedPhrasePanel + + + + + + Invalid seed phrase + Invalid seed phrase + + + + + This seed phrase doesn't match our supported dictionary. Check for misspelled words. + This seed phrase doesn't match our supported dictionary. Check for misspelled words. + + + + + %n word(s) + + + + + + + InlineSelectorPanel + + + + Confirm + Confirm + + + + + Reject + Reject + + + + Input + + + + Copied + Copied + + + + + Pasted + Pasted + + + + + Copy + Copy + + + + + Paste + Paste + + + + InsertDetailsView + + + + + + Your profile + Your profile + + + + + + + Longer and unusual names are better as they are less likely to be used by someone else. + Longer and unusual names are better as they are less likely to be used by someone else. + + + + + Display name + Display name + + + + + Chatkey: + Chatkey: + + + + + Next + Next + + + + + Choose an image for profile picture + Choose an image for profile picture + + + + + Profile picture + Profile picture + + + + + Make this my profile picture + Make this my profile picture + + + + + Your emojihash and identicon ring + Your emojihash and identicon ring + + + + + This set of emojis and coloured ring around your avatar are unique and represent your chat key, so your friends can easily distinguish you from potential impersonators. + This set of emojis and coloured ring around your avatar are unique and represent your chat key, so your friends can easily distinguish you from potential impersonators. + + + + InvitationBubbleView + + + + Verified community invitation + Verified community invitation + + + + + Community invitation + Community invitation + + + + + %n member(s) + + + + + + + + Go to Community + Go to Community + + + + InviteFriendsPopup + + + + Get Status at https://status.im + Get Status at https://status.im + + + + + Download Status link + Download Status link + + + + + Copy to clipboard + Copy to clipboard + + + + InviteFriendsToCommunityPopup + + + + Invite successfully sent + Invite successfully sent + + + + + Invite Contacts to %1 + Invite Contacts to %1 + + + + + Next + Next + + + + + Send Invites + Send Invites + + + + IssuePill + + + + %n warning(s) + + + + + + + + %n error(s) + + + + + + + JSDialogWindow + + + + Ok + Ok + + + + + Cancel + Cancel + + + + KeyPairItem + + + + Keycard Locked + Keycard Locked + + + + KeyPairUnknownItem + + + + Active Accounts + Active Accounts + + + + KeycardConfirmation + + + + A factory reset will delete the key on this Keycard. +Are you sure you want to do this? + A factory reset will delete the key on this Keycard. +Are you sure you want to do this? + + + + + I understand the key pair on this Keycard will be deleted + I understand the key pair on this Keycard will be deleted + + + + KeycardCreatePINModal + + + + + + Create PIN + Create PIN + + + + + New PIN + New PIN + + + + + Confirm PIN + Confirm PIN + + + + + Create a 6 digit long PIN + Create a 6 digit long PIN + + + + KeycardInit + + + + Plug in Keycard reader... + Plug in Keycard reader... + + + + + Insert Keycard... + Insert Keycard... + + + + + Check the card, it might be wrongly inserted + Check the card, it might be wrongly inserted + + + + + Keycard inserted... + Keycard inserted... + + + + + Reading Keycard... + Reading Keycard... + + + + + Migrating key pair to Keycard + Migrating key pair to Keycard + + + + + Renaming keycard... + Renaming keycard... + + + + + This is not a Keycard + This is not a Keycard + + + + + The card inserted is not a recognised Keycard, +please remove and try and again + The card inserted is not a recognised Keycard, +please remove and try and again + + + + + Unlock this Keycard + Unlock this Keycard + + + + + Wrong Keycard inserted + Wrong Keycard inserted + + + + + Keycard inserted does not match the Keycard below + Keycard inserted does not match the Keycard below + + + + + Keycard inserted does not match the Keycard you're trying to unlock + Keycard inserted does not match the Keycard you're trying to unlock + + + + + This Keycard has empty metadata + This Keycard has empty metadata + + + + + This Keycard already stores keys +but doesn't store any metadata + This Keycard already stores keys +but doesn't store any metadata + + + + + Keycard is empty + Keycard is empty + + + + + There is no key pair on this Keycard + There is no key pair on this Keycard + + + + + This Keycard already stores keys + This Keycard already stores keys + + + + + To migrate %1 on to this Keycard, you +will need to perform a factory reset first + To migrate %1 on to this Keycard, you +will need to perform a factory reset first + + + + + Keycard locked and already stores keys + Keycard locked and already stores keys + + + + + Keycard locked + Keycard locked + + + + + The Keycard you have inserted is locked, +you will need to factory reset it before proceeding + The Keycard you have inserted is locked, +you will need to factory reset it before proceeding + + + + + You will need to unlock it before proceeding + You will need to unlock it before proceeding + + + + + Pin entered incorrectly too many times + Pin entered incorrectly too many times + + + + + Puk entered incorrectly too many times + Puk entered incorrectly too many times + + + + + Max pairing slots reached for the entered keycard + Max pairing slots reached for the entered keycard + + + + + Your Keycard is already unlocked! + Your Keycard is already unlocked! + + + + + Unlock successful + Unlock successful + + + + + Keycard recognized + Keycard recognized + + + + + Your Keycard has been reset + Your Keycard has been reset + + + + + Keycard successfully factory reset + Keycard successfully factory reset + + + + + You can now create a new key pair on this Keycard + You can now create a new key pair on this Keycard + + + + + You can now use this Keycard as if it +was a brand new empty Keycard + You can now use this Keycard as if it +was a brand new empty Keycard + + + + + Key pair successfully migrated + Key pair successfully migrated + + + + + Keycard successfully renamed + Keycard successfully renamed + + + + + To complete migration close Status and log in with your new Keycard + To complete migration close Status and log in with your new Keycard + + + + + Key pair failed to migrated + Key pair failed to migrated + + + + + Keycard renaming failed + Keycard renaming failed + + + + + Accounts on this Keycard + Accounts on this Keycard + + + + + Ready to authenticate... + Ready to authenticate... + + + + + + + Biometric scan failed + Biometric scan failed + + + + + + + Biometrics incorrect + Biometrics incorrect + + + + + Biometric pin invalid + Biometric pin invalid + + + + + The PIN length doesn't match Keycard's PIN length + The PIN length doesn't match Keycard's PIN length + + + + KeycardInitView + + + + Plug in Keycard reader... + Plug in Keycard reader... + + + + + Insert your Keycard... + Insert your Keycard... + + + + + Check the card, it might be wrongly inserted + Check the card, it might be wrongly inserted + + + + + Keycard inserted... + Keycard inserted... + + + + + Reading Keycard... + Reading Keycard... + + + + + Keycard recognized + Keycard recognized + + + + KeycardItem + + + + Keycard Locked + Keycard Locked + + + + KeycardPin + + + + + + + + It is very important that you do not lose this PIN + It is very important that you do not lose this PIN + + + + + PINs don't match + PINs don't match + + + + + Enter this Keycard’s PIN + Enter this Keycard’s PIN + + + + + Enter Keycard PIN + Enter Keycard PIN + + + + + + + PIN incorrect + PIN incorrect + + + + + + + %n attempt(s) remaining + + + + + + + + Your saved PIN is out of date + Your saved PIN is out of date + + + + + Enter your new PIN to proceed + Enter your new PIN to proceed + + + + + Choose a Keycard PIN + Choose a Keycard PIN + + + + + Repeat Keycard PIN + Repeat Keycard PIN + + + + + Keycard PIN set + Keycard PIN set + + + + + Keycard PIN verified! + Keycard PIN verified! + + + + KeycardPinView + + + + + + + + It is very important that you do not lose this PIN + It is very important that you do not lose this PIN + + + + + PINs don't match + PINs don't match + + + + + Create new Keycard PIN + Create new Keycard PIN + + + + + Repeat Keycard PIN + Repeat Keycard PIN + + + + + Keycard PIN set + Keycard PIN set + + + + + + + Enter Keycard PIN + Enter Keycard PIN + + + + + PIN incorrect + PIN incorrect + + + + + %n attempt(s) remaining + + + + + + + KeycardPopup + + + + Set up a new Keycard with an existing account + Set up a new Keycard with an existing account + + + + + Factory reset a Keycard + Factory reset a Keycard + + + + + + + Authenticate + Authenticate + + + + + + + + + + + + + + + + + Unlock Keycard + Unlock Keycard + + + + + Check what’s on a Keycard + Check what’s on a Keycard + + + + + Rename Keycard + Rename Keycard + + + + + + + + + + + + + + + Cancel + Cancel + + + + + Use biometrics instead + Use biometrics instead + + + + + Use password instead + Use password instead + + + + + Use biometrics + Use biometrics + + + + + Use PIN + Use PIN + + + + + Update PIN + Update PIN + + + + + Unlock using PUK + Unlock using PUK + + + + + Input seed phrase + Input seed phrase + + + + + Yes, migrate key pair to this Keycard + Yes, migrate key pair to this Keycard + + + + + Yes, migrate key pair to Keycard + Yes, migrate key pair to Keycard + + + + + + + Try entering seed phrase again + Try entering seed phrase again + + + + + Check what is stored on this Keycard + Check what is stored on this Keycard + + + + + + + + + + + I don’t know the PIN + I don’t know the PIN + + + + + + + Factory reset this Keycard + Factory reset this Keycard + + + + + + + + + + + + + + + Next + Next + + + + + + + + + + + + + + + + + Done + Done + + + + + Restart app & sign in using your new Keycard + Restart app & sign in using your new Keycard + + + + + Update password & authenticate + Update password & authenticate + + + + + Update PIN & authenticate + Update PIN & authenticate + + + + + Try biometrics again + Try biometrics again + + + + + Unlock using seed phrase + Unlock using seed phrase + + + + + Rename this Keycard + Rename this Keycard + + + + KeycardPuk + + + + + + Enter PUK + Enter PUK + + + + + The PUK is incorrect, try entering it again + The PUK is incorrect, try entering it again + + + + + %n attempt(s) remaining + + + + + + + KeycardPukView + + + + Enter PUK code to recover Keycard + Enter PUK code to recover Keycard + + + + + Recover Keycard + Recover Keycard + + + + + Invalid PUK code, %n attempt(s) remaining + + + + + + + KeycardStateView + + + + This Keycard already stores keys + This Keycard already stores keys + + + + + To generate new keys, you will need to perform a factory reset first + To generate new keys, you will need to perform a factory reset first + + + + + + + Factory reset + Factory reset + + + + + + + Or remove Keycard and insert another Keycard and try again + Or remove Keycard and insert another Keycard and try again + + + + + Keycard is empty + Keycard is empty + + + + + There is no key pair on this Keycard + There is no key pair on this Keycard + + + + + Generate new keys for this Keycard + Generate new keys for this Keycard + + + + + Keycard locked and already stores keys + Keycard locked and already stores keys + + + + + The Keycard you have inserted is locked, you will need to factory reset it before proceeding + The Keycard you have inserted is locked, you will need to factory reset it before proceeding + + + + + This is not a Keycard + This is not a Keycard + + + + + The card inserted is not a recognised Keycard, please remove and try and again + The card inserted is not a recognised Keycard, please remove and try and again + + + + + Keycard locked + Keycard locked + + + + + You will need to unlock it before proceeding + You will need to unlock it before proceeding + + + + + +Max PIN retries reached for this keycard + +Max PIN retries reached for this keycard + + + + + +Max PUK retries reached for this keycard + +Max PUK retries reached for this keycard + + + + + +Max pairing slots reached for this keycard + +Max pairing slots reached for this keycard + + + + + Unlock Keycard + Unlock Keycard + + + + + Unlock this Keycard + Unlock this Keycard + + + + + Unlock using seed phrase + Unlock using seed phrase + + + + + Unlock using PUK + Unlock using PUK + + + + + Wrong Keycard inserted + Wrong Keycard inserted + + + + + The card inserted is not linked to your profile. + The card inserted is not linked to your profile. + + + + + Remove Keycard and try again + Remove Keycard and try again + + + + KeycardView + + + + Get Keycard + Get Keycard + + + + KeysMainView + + + + intro-wizard-title1 + intro-wizard-title1 + + + + + a-set-of-keys-controls-your-account.-your-keys-live-on-your-device,-so-only-you-can-use-them. + a-set-of-keys-controls-your-account.-your-keys-live-on-your-device,-so-only-you-can-use-them. + + + + + Connect your keys + Connect your keys + + + + + Use your existing Status keys to login to this device. + Use your existing Status keys to login to this device. + + + + + Enter a seed phrase + Enter a seed phrase + + + + + Get your keys + Get your keys + + + + + A set of keys controls your account. Your keys live on your +device, so only you can use them. + A set of keys controls your account. Your keys live on your +device, so only you can use them. + + + + + Generate new keys + Generate new keys + + + + + Generate keys for a new Keycard + Generate keys for a new Keycard + + + + + + + + + Import a seed phrase + Import a seed phrase + + + + + Seed phrases are used to back up and restore your keys. Only use this option if you already have a seed phrase. + Seed phrases are used to back up and restore your keys. Only use this option if you already have a seed phrase. + + + + + Import a seed phrase into a new Keycard + Import a seed phrase into a new Keycard + + + + LanguageView + + + + Set Display Currency + Set Display Currency + + + + + Search Currencies + Search Currencies + + + + + Language + Language + + + + + Alpha languages + Alpha languages + + + + + Beta languages + Beta languages + + + + + Search Languages + Search Languages + + + + + Date Format + Date Format + + + + + DD/MM/YY + DD/MM/YY + + + + + MM/DD/YY + MM/DD/YY + + + + + Time Format + Time Format + + + + + 24-Hour Time + 24-Hour Time + + + + + 12-Hour Time + 12-Hour Time + + + + + Change language + Change language + + + + + Display language has been changed. You must restart the application for changes to take effect. + Display language has been changed. You must restart the application for changes to take effect. + + + + + Close the app now + Close the app now + + + + Layout + + + + To: + To: + + + + + USER LIMIT REACHED + USER LIMIT REACHED + + + + + + + + + + + Invite People + Invite People + + + + + + + + + + + View Community + View Community + + + + + + + + + + + Edit Community + Edit Community + + + + + + + + + + + Leave Community + Leave Community + + + + LeftTabView + + + + Settings + Settings + + + + + Sign out + Sign out + + + + + Make sure you have your account password and seed phrase stored. Without them you can lock yourself out of your account and lose funds. + Make sure you have your account password and seed phrase stored. Without them you can lock yourself out of your account and lose funds. + + + + + Sign out & Quit + Sign out & Quit + + + + + Wallet + Wallet + + + + + Total value + Total value + + + + + Add account + Add account + + + + + Saved addresses + Saved addresses + + + + LinksMessageView + + + + Enable automatic image unfurling + Enable automatic image unfurling + + + + + Enable link previews in chat? + Enable link previews in chat? + + + + + Once enabled, links posted in the chat may share your metadata with their owners + Once enabled, links posted in the chat may share your metadata with their owners + + + + + Enable in Settings + Enable in Settings + + + + + Don't ask me again + Don't ask me again + + + + LoginView + + + + Fingerprint not recognized + Fingerprint not recognized + + + + + Password incorrect + Password incorrect + + + + + Login failed: %1 + Login failed: %1 + + + + + Ok + Ok + + + + + Add new user + Add new user + + + + + Add existing Status user + Add existing Status user + + + + + Connecting... + Connecting... + + + + + Password + Password + + + + + + + + + Enter Keycard PIN + Enter Keycard PIN + + + + + + + Welcome back + Welcome back + + + + + + + Waiting for TouchID... + Waiting for TouchID... + + + + + Use password instead + Use password instead + + + + + Use PIN instead + Use PIN instead + + + + + Plug in Keycard reader... + Plug in Keycard reader... + + + + + Insert your Keycard... + Insert your Keycard... + + + + + Check the card, it might be wrongly inserted + Check the card, it might be wrongly inserted + + + + + Keycard inserted... + Keycard inserted... + + + + + Reading Keycard... + Reading Keycard... + + + + + Keycard recognized + Keycard recognized + + + + + PIN Verified + PIN Verified + + + + + Wrong Keycard! +The card inserted is not linked to your profile. + Wrong Keycard! +The card inserted is not linked to your profile. + + + + + Insert proper Keycard + Insert proper Keycard + + + + + PIN incorrect + PIN incorrect + + + + + %n attempt(s) remaining + + + + + + + + Keycard locked + Keycard locked + + + + + Unlock Keycard + Unlock Keycard + + + + + The card inserted is empty (has no profile linked). + The card inserted is empty (has no profile linked). + + + + + Generate keys for a new Keycard + Generate keys for a new Keycard + + + + + This is not a Keycard + This is not a Keycard + + + + + The card inserted is not a recognised Keycard, +please remove and try and again + The card inserted is not a recognised Keycard, +please remove and try and again + + + + MailserverConnectionDialog + + + + Can not connect to mailserver + Can not connect to mailserver + + + + + The mailserver you're connecting to is unavailable. + The mailserver you're connecting to is unavailable. + + + + + Pick another + Pick another + + + + + Retry + Retry + + + + MainView + + + + Secure your funds. Keep your profile safe. + Secure your funds. Keep your profile safe. + + + + + Your Keycard(s) + Your Keycard(s) + + + + + Setup a new Keycard with an existing account + Setup a new Keycard with an existing account + + + + + Migrate an existing account from Status Desktop to Keycard + Migrate an existing account from Status Desktop to Keycard + + + + + Create, import or restore a Keycard account + Create, import or restore a Keycard account + + + + + Generate a seed phrase + Generate a seed phrase + + + + + Import or restore via a seed phrase + Import or restore via a seed phrase + + + + + Import from Keycard to Status Desktop + Import from Keycard to Status Desktop + + + + + Other + Other + + + + + Check what’s on a Keycard + Check what’s on a Keycard + + + + + Factory reset a Keycard + Factory reset a Keycard + + + + + DApp Permissions + DApp Permissions + + + + + %n DApp(s) connected + + + + + + + + Networks + Networks + + + + + Accounts + Accounts + + + + + Generated from Your Seed Phrase + Generated from Your Seed Phrase + + + + + Imported + Imported + + + + + Watch-Only + Watch-Only + + + + MembersSelectorBase + + + + To: + To: + + + + + %1 USER LIMIT REACHED + %1 USER LIMIT REACHED + + + + MembershipRequestsPopup + + + + Membership requests + Membership requests + + + + MenuPanel + + + + Apps + Apps + + + + + Settings + Settings + + + + + About & Help + About & Help + + + + MessageContextMenuView + + + + Copy image + Copy image + + + + + Download image + Download image + + + + + Verify Identity + Verify Identity + + + + + ID Request Pending.... + ID Request Pending.... + + + + + Respond to ID Request... + Respond to ID Request... + + + + + Rename + Rename + + + + + Unblock User + Unblock User + + + + + Mark as Untrustworthy + Mark as Untrustworthy + + + + + Remove Untrustworthy Mark + Remove Untrustworthy Mark + + + + + Block User + Block User + + + + + Reply to + Reply to + + + + + Edit message + Edit message + + + + + Copy Message Id + Copy Message Id + + + + + Unpin + Unpin + + + + + Pin + Pin + + + + + Delete message + Delete message + + + + + Jump to + Jump to + + + + + Please choose a directory + Please choose a directory + + + + + Confirm deleting this message + Confirm deleting this message + + + + + Are you sure you want to delete this message? Be aware that other clients are not guaranteed to delete the message as well. + Are you sure you want to delete this message? Be aware that other clients are not guaranteed to delete the message as well. + + + + MessageStore + + + + You + You + + + + MessageView + + + + Audio Message + Audio Message + + + + + Cancel + Cancel + + + + + Save + Save + + + + + Loading image... + Loading image... + + + + + Error loading the image + Error loading the image + + + + + Resend + Resend + + + + + Pinned + Pinned + + + + + Pinned by + Pinned by + + + + + Imported from discord + Imported from discord + + + + + &lt;deleted&gt; + There is should be a message for reply which source message was deleted + &lt;deleted&gt; + + + + + Add reaction + Add reaction + + + + + Reply + Reply + + + + + Edit + Edit + + + + + Unpin + Unpin + + + + + Pin + Pin + + + + + Delete + Delete + + + + + Confirm deleting this message + Confirm deleting this message + + + + + Are you sure you want to delete this message? Be aware that other clients are not guaranteed to delete the message as well. + Are you sure you want to delete this message? Be aware that other clients are not guaranteed to delete the message as well. + + + + MessagingView + + + + Allow new contact requests + Allow new contact requests + + + + + Open Message Links With + Open Message Links With + + + + + Status Browser + Status Browser + + + + + System Default Browser + System Default Browser + + + + + Contacts, Requests, and Blocked Users + Contacts, Requests, and Blocked Users + + + + + Display Message Link Previews + Display Message Link Previews + + + + + Fine tune which sites to allow link previews + Fine tune which sites to allow link previews + + + + + Image unfurling + Image unfurling + + + + + All images (links that contain an image extension) will be downloaded and displayed + All images (links that contain an image extension) will be downloaded and displayed + + + + + Message syncing + Message syncing + + + + + Waku nodes + Waku nodes + + + + + For security reasons, private chat history won't be synced. + For security reasons, private chat history won't be synced. + + + + ModuleWarning + + + + %1% + %1% + + + + MuteChatMenuItem + + + + Unmute Chat + Unmute Chat + + + + + Mute Chat + Mute Chat + + + + MutedChatsModal + + + + Muted chats + Muted chats + + + + + Unmute + Unmute + + + + MyProfileSettingsView + + + + Biometric login and transaction authentication + Biometric login and transaction authentication + + + + + Communities + Communities + + + + + Accounts + Accounts + + + + + You haven't joined any communities yet + You haven't joined any communities yet + + + + + You don't have any wallet accounts yet + You don't have any wallet accounts yet + + + + MyProfileView + + + + Change Password + Change Password + + + + + Edit + Edit + + + + + Preview + Preview + + + + NetworkCardsComponent + + + + Your Balances + Your Balances + + + + + No Balance + No Balance + + + + + No Gas + No Gas + + + + + BALANCE: + BALANCE: + + + + + + + Disabled + Disabled + + + + NetworkFilter + + + + All networks + All networks + + + + + %n network(s) + + + + + + + NetworkSelectPopup + + + + Layer 2 + Layer 2 + + + + NetworkSelector + + + + Simple + Simple + + + + + Advanced + Advanced + + + + + Custom + Custom + + + + NetworksAdvancedCustomRoutingView + + + + Networks + Networks + + + + + Show Unpreferred Networks + Show Unpreferred Networks + + + + + The networks where the receipient will receive tokens. Amounts calculated automatically for the lowest cost. + The networks where the receipient will receive tokens. Amounts calculated automatically for the lowest cost. + + + + NetworksSimpleRoutingView + + + + Networks + Networks + + + + + Choose a network to use for the transaction + Choose a network to use for the transaction + + + + NetworksView + + + + Layer 2 + Layer 2 + + + + + Add Custom Network + Add Custom Network + + + + NicknamePopup + + + + + + Nickname + Nickname + + + + + Nicknames help you identify others in Status. Only you can see the nicknames you’ve added + Nicknames help you identify others in Status. Only you can see the nicknames you’ve added + + + + + Done + Done + + + + NoFriendsRectangle + + + + You don’t have any contacts yet. Invite your friends to start chatting. + You don’t have any contacts yet. Invite your friends to start chatting. + + + + + Invite friends + Invite friends + + + + NoImageUploadedPanel + + + + Upload + Upload + + + + + Wide aspect ratio is optimal + Wide aspect ratio is optimal + + + + NodeLayout + + + + Bloom Filter Usage + Bloom Filter Usage + + + + + Type json-rpc message... e.g {"method": "eth_accounts"} + Type json-rpc message... e.g {"method": "eth_accounts"} + + + + NotificationSelect + + + + Send Alerts + Send Alerts + + + + + Deliver Quietly + Deliver Quietly + + + + + Turn Off + Turn Off + + + + NotificationWindow + + + + Everything is connected + Everything is connected + + + + NotificationsView + + + + Community + Community + + + + + 1:1 Chat + 1:1 Chat + + + + + Group Chat + Group Chat + + + + + Muted + Muted + + + + + + + Off + Off + + + + + + + + + Quiet + Quiet + + + + + Personal @ Mentions %1 + Personal @ Mentions %1 + + + + + Global @ Mentions %1 + Global @ Mentions %1 + + + + + Alerts + Alerts + + + + + Other Messages %1 + Other Messages %1 + + + + + Multiple Exemptions + Multiple Exemptions + + + + + Enable Notifications in macOS Settings + Enable Notifications in macOS Settings + + + + + To receive Status notifications, make sure you've enabled them in your computer's settings under <b>System Preferences > Notifications</b> + To receive Status notifications, make sure you've enabled them in your computer's settings under <b>System Preferences > Notifications</b> + + + + + Sync your devices to share notifications preferences + Sync your devices to share notifications preferences + + + + + Syncing > + Syncing > + + + + + Allow Notifications + Allow Notifications + + + + + Messages + Messages + + + + + 1:1 Chats + 1:1 Chats + + + + + Group Chats + Group Chats + + + + + Personal @ Mentions + Personal @ Mentions + + + + + Messages containing @%1 + Messages containing @%1 + + + + + Global @ Mentions + Global @ Mentions + + + + + Messages containing @here and @channel + Messages containing @here and @channel + + + + + All Messages + All Messages + + + + + Others + Others + + + + + Contact Requests + Contact Requests + + + + + Identity Verification Requests + Identity Verification Requests + + + + + Notification Content + Notification Content + + + + + Show Name and Message + Show Name and Message + + + + + Hi there! So EIP-1559 will defini... + Hi there! So EIP-1559 will defini... + + + + + Name Only + Name Only + + + + + + + You have a new message + You have a new message + + + + + Anonymous + Anonymous + + + + + Play a Sound When Receiving a Notification + Play a Sound When Receiving a Notification + + + + + Volume + Volume + + + + + Send a Test Notification + Send a Test Notification + + + + + Exemptions + Exemptions + + + + + Search Communities, Group Chats and 1:1 Chats + Search Communities, Group Chats and 1:1 Chats + + + + + Most recent + Most recent + + + + OnboardingLayout + + + + + + Keys for this account already exist + Keys for this account already exist + + + + + Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase + Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase + + + + + + + Login failed + Login failed + + + + + + + Login failed. Please re-enter your password and try again. + Login failed. Please re-enter your password and try again. + + + + + Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase. In case of Keycard try recovering using PUK or reinstall the app and try login with the Keycard option. + Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase. In case of Keycard try recovering using PUK or reinstall the app and try login with the Keycard option. + + + + + Error importing seed + Error importing seed + + + + OperatorsSelector + + + + And... + And... + + + + + Or... + Or... + + + + OutgoingContactVerificationRequestPopup + + + + Verify %1's Identity + Verify %1's Identity + + + + + Cancel verification + Cancel verification + + + + + Mark Untrustworthy + Mark Untrustworthy + + + + + Confirm Identity + Confirm Identity + + + + + Waiting for %1's response... + Waiting for %1's response... + + + + PasswordView + + + + Create a password + Create a password + + + + + Create a password to unlock Status on this device & sign transactions. + Create a password to unlock Status on this device & sign transactions. + + + + + You will not be able to recover this password if it is lost. + You will not be able to recover this password if it is lost. + + + + + Minimum %1 characters. To strengthen your password consider including: + Minimum %1 characters. To strengthen your password consider including: + + + + + Passwords don't match + Passwords don't match + + + + + This password has been pwned and shouldn't be used + This password has been pwned and shouldn't be used + + + + + This password is a common word and shouldn't be used + This password is a common word and shouldn't be used + + + + + Password must be at least %1 characters long + Password must be at least %1 characters long + + + + + Current password + Current password + + + + + New password + New password + + + + + Very weak + Very weak + + + + + Weak + Weak + + + + + So-so + So-so + + + + + Good + Good + + + + + Great + Great + + + + + Lower case + Lower case + + + + + Upper case + Upper case + + + + + Numbers + Numbers + + + + + Symbols + Symbols + + + + + Confirm password + Confirm password + + + + PermissionsDropdown + + + + Community + Community + + + + + Members who meet the requirements will be allowed to create and edit permissions, token sales, airdrops and subscriptions + Members who meet the requirements will be allowed to create and edit permissions, token sales, airdrops and subscriptions + + + + + Be careful with assigning this permission. + Be careful with assigning this permission. + + + + + Only the community owner can modify admin permissions + Only the community owner can modify admin permissions + + + + + Become admin + Become admin + + + + + Anyone who meets the requirements will be allowed to join your community + Anyone who meets the requirements will be allowed to join your community + + + + + Become member + Become member + + + + + Channels + Channels + + + + + Members who meet the requirements will be allowed to read, write, ban members and pin messages in the selected channels + Members who meet the requirements will be allowed to read, write, ban members and pin messages in the selected channels + + + + + Moderate + Moderate + + + + + Members who meet the requirements will be allowed to read and write in the selected channels + Members who meet the requirements will be allowed to read and write in the selected channels + + + + + View and post + View and post + + + + + Members who meet the requirements will be allowed to read the selected channels + Members who meet the requirements will be allowed to read the selected channels + + + + + Read + Read + + + + + Add + Add + + + + + Update + Update + + + + PermissionsListView + + + + Disconnect All + Disconnect All + + + + + Disconnect + Disconnect + + + + PinnedMessagesPopup + + + + Pin limit reached + Pin limit reached + + + + + Pinned messages + Pinned messages + + + + + Unpin a previous message first + Unpin a previous message first + + + + + %n message(s) + + + + + + + + Pinned messages will appear here. + Pinned messages will appear here. + + + + + Unpin selected message and pin new message + Unpin selected message and pin new message + + + + PrivateChatPopup + + + + New chat + New chat + + + + + My Profile + My Profile + + + + ProfileDescriptionPanel + + + + Display name + Display name + + + + + Display Name + Display Name + + + + + Bio + Bio + + + + + Tell us about yourself + Tell us about yourself + + + + + Add more social links + Add more social links + + + + ProfileDialogView + + + + Edit Profile + Edit Profile + + + + + Send Message + Send Message + + + + + Respond to contact request + Respond to contact request + + + + + Send Contact Request + Send Contact Request + + + + + + + Block User + Block User + + + + + + + Unblock User + Unblock User + + + + + Contact Request Pending... + Contact Request Pending... + + + + + Contact Request Rejected + Contact Request Rejected + + + + + Respond to ID Request + Respond to ID Request + + + + + Remove contact '%1' + Remove contact '%1' + + + + + This will remove the user as a contact. Please confirm. + This will remove the user as a contact. Please confirm. + + + + + Remove contact verification + Remove contact verification + + + + + This will remove the contact's verified status. Please confirm. + This will remove the contact's verified status. Please confirm. + + + + + Verify Identity + Verify Identity + + + + + ID Request Pending... + ID Request Pending... + + + + + Rename + Rename + + + + + Reverse Contact Rejection + Reverse Contact Rejection + + + + + Copy Link to Profile + Copy Link to Profile + + + + + Mark as Untrustworthy + Mark as Untrustworthy + + + + + Remove Untrustworthy Mark + Remove Untrustworthy Mark + + + + + Remove Identity Verification + Remove Identity Verification + + + + + Remove Contact + Remove Contact + + + + + Cancel Contact Request + Cancel Contact Request + + + + + Link to Profile + Link to Profile + + + + + + + Copy + Copy + + + + + + + Copied + Copied + + + + + Emoji Hash + Emoji Hash + + + + + Tokens + Tokens + + + + + NFTs + NFTs + + + + + Communities + Communities + + + + + Accounts + Accounts + + + + + More content to appear here soon... + More content to appear here soon... + + + + ProfileHeader + + + + Chatkey:%1... + Chatkey:%1... + + + + + Upload a file + Upload a file + + + + + Remove image + Remove image + + + + ProfileLayout + + + + Contacts + Contacts + + + + ProfileSectionStore + + + + Back up seed phrase + Back up seed phrase + + + + + Profile + Profile + + + + + Keycard + Keycard + + + + + ENS usernames + ENS usernames + + + + + Messaging + Messaging + + + + + Wallet + Wallet + + + + + Browser + Browser + + + + + Communities + Communities + + + + + Appearance + Appearance + + + + + Notifications & Sounds + Notifications & Sounds + + + + + Language & Currency + Language & Currency + + + + + Devices settings + Devices settings + + + + + Advanced + Advanced + + + + + About + About + + + + + Sign out & Quit + Sign out & Quit + + + + PublicChatPopup + + + + Join public chat + Join public chat + + + + + A public chat is where you get to hang out with others, make friends and talk about subjects of your interest. + A public chat is where you get to hang out with others, make friends and talk about subjects of your interest. + + + + + chat-name + chat-name + + + + + You need to enter a channel name + You need to enter a channel name + + + + + The channel name can only contain lowercase letters, numbers and dashes + The channel name can only contain lowercase letters, numbers and dashes + + + + + Start chat + Start chat + + + + RateView + + + + Bandwidth + Bandwidth + + + + + Upload + Upload + + + + + + + Kb/s + Kb/s + + + + + Download + Download + + + + ReceiveModal + + + + Receive + Receive + + + + + Legacy + Legacy + + + + + Multichain + Multichain + + + + + Your Address + Your Address + + + + + Copy + Copy + + + + RecipientSelector + + + + Invalid ethereum address + Invalid ethereum address + + + + + Address + Address + + + + + My account + My account + + + + + Contact + Contact + + + + + Recipient + Recipient + + + + RenameAccontModal + + + + Rename %1 + Rename %1 + + + + + Enter an account name... + Enter an account name... + + + + + You need to enter an account name + You need to enter an account name + + + + + This is not a valid account name + This is not a valid account name + + + + + color + color + + + + + Change Name + Change Name + + + + + Changing settings failed + Changing settings failed + + + + RenameGroupPopup + + + + + + Edit group name and image + Edit group name and image + + + + + Name the group + Name the group + + + + + Group image + Group image + + + + + Choose an image as logo + Choose an image as logo + + + + + Use as an icon for this group chat + Use as an icon for this group chat + + + + + Standard colours + Standard colours + + + + + Save changes + Save changes + + + + RightTabView + + + + + + + + Assets + Assets + + + + + + + Activity + Activity + + + + + Collectibles + Collectibles + + + + RootStore + + + + You + You + + + + + Start a 1-on-1 chat with %1 + Start a 1-on-1 chat with %1 + + + + + Join the %1 community + Join the %1 community + + + + + Join the %1 group chat + Join the %1 group chat + + + + SavedAddressesDelegate + + + + Edit + Edit + + + + + + + Delete + Delete + + + + + Are you sure? + Are you sure? + + + + + Are you sure you want to remove '%1' from your saved addresses? + Are you sure you want to remove '%1' from your saved addresses? + + + + + Cancel + Cancel + + + + SavedAddressesView + + + + Saved addresses + Saved addresses + + + + + Add new address + Add new address + + + + + No saved addresses + No saved addresses + + + + SearchBox + + + + Search + Search + + + + SearchEngineModal + + + + Search engine + Search engine + + + + + None + None + + + + SearchResults + + + + Non contacts + Non contacts + + + + + No profile found + No profile found + + + + SeedPhrase + + + + Reveal seed phrase + Reveal seed phrase + + + + + Write down your seed phrase + Write down your seed phrase + + + + + The next screen contains your seed phrase.<br/><b>Anyone</b> who sees it can use it to access to your funds. + The next screen contains your seed phrase.<br/><b>Anyone</b> who sees it can use it to access to your funds. + + + + SeedPhraseBackupWarning + + + + Back up your seed phrase + Back up your seed phrase + + + + + Back up + Back up + + + + SeedPhraseInputView + + + + Enter seed phrase + Enter seed phrase + + + + + %n word(s) + + + + + + + + Invalid seed + Invalid seed + + + + + Import + Import + + + + + Restore Status Profile + Restore Status Profile + + + + + Recover Keycard + Recover Keycard + + + + + Next + Next + + + + SeedPhraseView + + + + Write down your seed phrase + Write down your seed phrase + + + + + You will need this to recover your Keycard if you lose +your PIN or if the wrong PIN is entered five times in a row. + You will need this to recover your Keycard if you lose +your PIN or if the wrong PIN is entered five times in a row. + + + + + Next + Next + + + + SeedPhraseWordsInputView + + + + Enter seed phrase words + Enter seed phrase words + + + + + Invalid word + Invalid word + + + + + Finish + Finish + + + + SelectAccountModal + + + + Select account + Select account + + + + + Select account to share and receive assets + Select account to share and receive assets + + + + + Confirm and share address + Confirm and share address + + + + SelectAnotherAccountModal + + + + Your keys + Your keys + + + + + Add another existing key + Add another existing key + + + + SelectGeneratedAccount + + + + Import new Seed Phrase + Import new Seed Phrase + + + + + Generate from Private key + Generate from Private key + + + + + Add a watch-only address + Add a watch-only address + + + + + Imported + Imported + + + + + Add new + Add new + + + + + Origin + Origin + + + + SelectKeyPair + + + + Select a key pair + Select a key pair + + + + + Select which key pair you’d like to move to this Keycard + Select which key pair you’d like to move to this Keycard + + + + + Profile key pair + Profile key pair + + + + + Other key pairs + Other key pairs + + + + SendContactRequestMenuItem + + + + Send Contact Request + Send Contact Request + + + + SendContactRequestModal + + + + Send Contact Request to chat key + Send Contact Request to chat key + + + + + Paste + Paste + + + + + Enter chat key here + Enter chat key here + + + + + + + Say who you are / why you want to become a contact... + Say who you are / why you want to become a contact... + + + + + + + who are you + who are you + + + + + + + Send Contact Request + Send Contact Request + + + + + Send Contact Request to %1 + Send Contact Request to %1 + + + + SendMessageMenuItem + + + + Send Message + Send Message + + + + SendModal + + + + Error sending the transaction + Error sending the transaction + + + + + Send + Send + + + + + Max: %1 + Max: %1 + + + + + No balances active + No balances active + + + + + To + To + + + + + Enter an ENS name or address + Enter an ENS name or address + + + + + Paste + Paste + + + + + Fees + Fees + + + + + Transaction pending... + Transaction pending... + + + + + View on etherscan + View on etherscan + + + + SendModalFooter + + + + Estimated Time: + Estimated Time: + + + + + Max Fees: + Max Fees: + + + + + Send + Send + + + + SendToContractWarning + + + + Tokens will be sent directly to a contract address, which may result in a loss of funds. To transfer ERC-20 tokens, ensure the recipient address is the address of the destination wallet. + Tokens will be sent directly to a contract address, which may result in a loss of funds. To transfer ERC-20 tokens, ensure the recipient address is the address of the destination wallet. + + + + SendTransactionButton + + + + Sign and send + Sign and send + + + + SettingsDirtyToastMessage + + + + Changes detected + Changes detected + + + + + Cancel + Cancel + + + + + Save changes + Save changes + + + + SignMessageModal + + + + Signature request + Signature request + + + + + From + From + + + + + Data + Data + + + + + Message + Message + + + + + Reject + Reject + + + + + Sign + Sign + + + + + Sign with password + Sign with password + + + + SignPhraseModal + + + + Signing phrase + Signing phrase + + + + + This is your signing phrase + This is your signing phrase + + + + + You should see these 3 words before signing each transaction + You should see these 3 words before signing each transaction + + + + + If you see a different combination, cancel the transaction and sign out + If you see a different combination, cancel the transaction and sign out + + + + + Ok, got it + Ok, got it + + + + + Remind me later + Remind me later + + + + SignTransactionModal + + + + + + Send + Send + + + + + Error sending the transaction + Error sending the transaction + + + + + + + Continue + Continue + + + + + Choose account + Choose account + + + + + Network fee + Network fee + + + + + Error estimating gas: %1 + Error estimating gas: %1 + + + + + Transaction preview + Transaction preview + + + + + + + Sign with password + Sign with password + + + + + Send %1 %2 + Send %1 %2 + + + + + Next + Next + + + + + Wrong password + Wrong password + + + + + Transaction pending... + Transaction pending... + + + + + View on etherscan + View on etherscan + + + + SocialLinksModal + + + + Social Links + Social Links + + + + + Custom links + Custom links + + + + + Add another custom link + Add another custom link + + + + StateBubble + + + + Pending + Pending + + + + + Confirmed + Confirmed + + + + + Unknown token + Unknown token + + + + + Address requested + Address requested + + + + + Waiting to accept + Waiting to accept + + + + + Address shared + Address shared + + + + + Address received + Address received + + + + + Transaction declined + Transaction declined + + + + + failure + failure + + + + + Unknown state + Unknown state + + + + StaticSocialLinkInput + + + + Twitter Handle + Twitter Handle + + + + + Personal Site + Personal Site + + + + + Github + Github + + + + + YouTube Channel + YouTube Channel + + + + + Discord Handle + Discord Handle + + + + + Telegram Handle + Telegram Handle + + + + StatusActivityCenterButton + + + + Activity + Activity + + + + StatusAddressOrEnsValidator + + + + Please enter a valid address or ENS name. + Please enter a valid address or ENS name. + + + + StatusAddressPage + + + + Copy Action: + Copy Action: + + + + StatusAddressValidator + + + + Please enter a valid address. + Please enter a valid address. + + + + StatusAppChatView + + + + More + More + + + + + Join public chats + Join public chats + + + + + Start chat + Start chat + + + + StatusAppCommunitiesPortalView + + + + Find community + Find community + + + + + Featured + Featured + + + + + Popular + Popular + + + + StatusAppCommunityView + + + + Search + Search + + + + + + + Members + Members + + + + + Community content here + Community content here + + + + StatusAssetSelector + + + + Search for token or enter token address + Search for token or enter token address + + + + StatusAsyncEnsValidator + + + + ENS name could not be resolved in to an address + ENS name could not be resolved in to an address + + + + StatusAsyncValidator + + + + invalid input + invalid input + + + + StatusBadge + + + + 99+ + 99+ + + + + StatusChatImageExtensionValidator + + + + Format not supported. + Format not supported. + + + + + Upload %1 only + Upload %1 only + + + + StatusChatImageLoader + + + + Error loading the image + Error loading the image + + + + + Loading image... + Loading image... + + + + StatusChatImageQtyValidator + + + + You can only upload %n image(s) at a time + + + + + + + StatusChatImageSizeValidator + + + + Max image size is %1 MB + Max image size is %1 MB + + + + StatusChatInfoButton + + + + Unmute + Unmute + + + + + %Ln pinned message(s) + + + + + + + StatusChatInput + + + + Message + Message + + + + + Please choose an image + Please choose an image + + + + + Image files (%1) + Image files (%1) + + + + + Your message is too long. + Your message is too long. + + + + + Please make your message shorter. We have set the limit to 2000 characters to be courteous of others. + Please make your message shorter. We have set the limit to 2000 characters to be courteous of others. + + + + + Bold + Bold + + + + + Italic + Italic + + + + + Strikethrough + Strikethrough + + + + + Code + Code + + + + + Quote + Quote + + + + + Unblock + Unblock + + + + StatusChatListAndCategories + + + + Add channel inside category + Add channel inside category + + + + + More + More + + + + StatusChatListCategoryItem + + + + Add channel inside category + Add channel inside category + + + + + More + More + + + + StatusChatListItem + + + + Unmute + Unmute + + + + StatusColorDialog + + + + This is not a valid colour + This is not a valid colour + + + + + Preview + Preview + + + + + Standard colours + Standard colours + + + + + Select Colour + Select Colour + + + + StatusColorSelector + + + + Color + Color + + + + StatusColorSpacePage + + + + Thickness + Thickness + + + + + Min saturate: + Min saturate: + + + + + Max saturate: + Max saturate: + + + + + Min value: + Min value: + + + + + Max value: + Max value: + + + + + Color + Color + + + + StatusCommunityTagsPage + + + + Select tags that will fit your Community + Select tags that will fit your Community + + + + + Search tags + Search tags + + + + + Selected tags + Selected tags + + + + StatusContactVerificationIcons + + + + Verified contact + Verified contact + + + + + Untrustworthy contact + Untrustworthy contact + + + + + Contact + Contact + + + + + Untrustworthy + Untrustworthy + + + + StatusDateGroupLabel + + + + Today + Today + + + + + Yesterday + Yesterday + + + + StatusDatePicker + + + + Previous year + Previous year + + + + + Previous month + Previous month + + + + + Show current month + Show current month + + + + + Next month + Next month + + + + + Next year + Next year + + + + StatusDialog + + + + Close + Close + + + + + Abort + Abort + + + + + Cancel + Cancel + + + + + No to all + No to all + + + + + No + No + + + + + Open + Open + + + + + Save + Save + + + + + Save all + Save all + + + + + Retry + Retry + + + + + Ignore + Ignore + + + + + Ok + Ok + + + + + Yes to all + Yes to all + + + + + Yes + Yes + + + + + Apply + Apply + + + + StatusETHTransactionModal + + + + Contract interaction + Contract interaction + + + + + Wrong password + Wrong password + + + + + Error sending the transaction: %1 + Error sending the transaction: %1 + + + + + Error sending the transaction + Error sending the transaction + + + + + Continue + Continue + + + + + Choose account + Choose account + + + + + + + Sign with password + Sign with password + + + + + Next + Next + + + + StatusEmojiSection + + + + No recent emojis + No recent emojis + + + + StatusExpandableSettingsItemPage + + + + Back up seed phrase + Back up seed phrase + + + + + Not Implemented + Not Implemented + + + + StatusFloatValidator + + + + Please enter a valid numeric value. + Please enter a valid numeric value. + + + + StatusGifColumn + + + + Remove from favorites + Remove from favorites + + + + + Add to favorites + Add to favorites + + + + StatusGifPopup + + + + Search + Search + + + + + TRENDING + TRENDING + + + + + FAVORITES + FAVORITES + + + + + RECENT + RECENT + + + + StatusImageCropPanelPage + + + + Cycle image + Cycle image + + + + + Cycle spacing + Cycle spacing + + + + + Cycle frame margins + Cycle frame margins + + + + + Load external image + Load external image + + + + + Test Title + Test Title + + + + + Supported image formats (%1) + Supported image formats (%1) + + + + StatusIntValidator + + + + Please enter a valid numeric value. + Please enter a valid numeric value. + + + + StatusItemSelector + + + + and + and + + + + + or + or + + + + StatusListPicker + + + + Search + Search + + + + StatusListPickerPage + + + + + + Search Languages + Search Languages + + + + + + + Search Currencies + Search Currencies + + + + StatusMacNotification + + + + My latest message + with a return + My latest message + with a return + + + + + Open + Open + + + + StatusMessage + + + + (edited) + (edited) + + + + StatusMessageEmojiReactions + + + + and + and + + + + + %1 more + %1 more + + + + + %1 reacted with %2 + %1 reacted with %2 + + + + + Add reaction + Add reaction + + + + StatusMessageHeader + + + + You + You + + + + StatusMessageReply + + + + You + You + + + + StatusNotification + + + + Open + Open + + + + StatusPasswordStrengthIndicator + + + + Very weak + Very weak + + + + + Weak + Weak + + + + + So-so + So-so + + + + + Good + Good + + + + + Great + Great + + + + StatusSNTTransactionModal + + + + + + + + Authorize %1 %2 + Authorize %1 %2 + + + + + Error sending the transaction + Error sending the transaction + + + + + Wrong password + Wrong password + + + + + Continue + Continue + + + + + Choose account + Choose account + + + + + + + Sign with password + Sign with password + + + + + Send %1 %2 + Send %1 %2 + + + + + Next + Next + + + + StatusSearchListPopup + + + + Search... + Search... + + + + StatusSearchLocationMenu + + + + Anywhere + Anywhere + + + + StatusSearchPopup + + + + No results + No results + + + + + Anywhere + Anywhere + + + + + Search + Search + + + + + In: + In: + + + + StatusSpellcheckingMenuItems + + + + Add to dictionary + Add to dictionary + + + + + Disable Spellchecking + Disable Spellchecking + + + + StatusStackModal + + + + StackModal + StackModal + + + + + Next + Next + + + + + Finish + Finish + + + + StatusStickerButton + + + + Buy for %1 SNT + Buy for %1 SNT + + + + + Uninstall + Uninstall + + + + + Install + Install + + + + + Free + Free + + + + + Pending... + Pending... + + + + + Cancel + Cancel + + + + + Update + Update + + + + StatusStickerMarket + + + + This feature is experimental and is meant for testing purposes by core contributors and the community. It's not meant for real use and makes no claims of security or integrity of funds or data. Use at your own risk. + This feature is experimental and is meant for testing purposes by core contributors and the community. It's not meant for real use and makes no claims of security or integrity of funds or data. Use at your own risk. + + + + + I understand + I understand + + + + StatusStickersPopup + + + + You don't have any stickers yet + You don't have any stickers yet + + + + + Recently used stickers will appear here + Recently used stickers will appear here + + + + + Get Stickers + Get Stickers + + + + StatusTagSelectorPage + + + + To: + To: + + + + + USER LIMIT REACHED + USER LIMIT REACHED + + + + StatusTokenInlineSelector + + + + Hold + Hold + + + + + or + or + + + + + to post + to post + + + + StatusUrlValidator + + + + Please enter a valid URL + Please enter a valid URL + + + + StatusValidator + + + + invalid input + invalid input + + + + StatusWalletColorSelect + + + + Account color + Account color + + + + StatusWindowsTitleBar + + + + Status + Status + + + + SubheaderTabBar + + + + Step %1 of %2 + Step %1 of %2 + + + + TabAddressSelectorView + + + + Saved + Saved + + + + + My Accounts + My Accounts + + + + + Recent + Recent + + + + + Search for saved address + Search for saved address + + + + + No Saved Address + No Saved Address + + + + + No Recents + No Recents + + + + ToastMessage + + + + View on Etherscan + View on Etherscan + + + + + + + Transaction pending... + Transaction pending... + + + + TokenMarketValuesStore + + + + Price + Price + + + + + Balance + Balance + + + + + 7D + 7D + + + + + 1M + 1M + + + + + 6M + 6M + + + + + 1Y + 1Y + + + + + ALL + ALL + + + + TokenSettingsModal + + + + Manage Assets + Manage Assets + + + + + Add custom token + Add custom token + + + + TokenSettingsModalContent + + + + Token details + Token details + + + + + Remove token + Remove token + + + + + Custom + Custom + + + + + Default + Default + + + + TouchIDAuthView + + + + Biometrics + Biometrics + + + + + Would you like to use TouchID instead of a PIN code +to login to Status using your Keycard? + Would you like to use TouchID instead of a PIN code +to login to Status using your Keycard? + + + + + Would you like to use Touch ID +to login to Status? + Would you like to use Touch ID +to login to Status? + + + + + Yes, use Touch ID + Yes, use Touch ID + + + + + I prefer to use my PIN + I prefer to use my PIN + + + + + I prefer to use my password + I prefer to use my password + + + + TransactionBubbleView + + + + Transaction request + Transaction request + + + + + ↑ Outgoing transaction + ↑ Outgoing transaction + + + + + ↓ Incoming transaction + ↓ Incoming transaction + + + + + Token not found on your current network + Token not found on your current network + + + + TransactionDelegate + + + + Receive %1 + Receive %1 + + + + + + + Send %1 to %2 + Send %1 to %2 + + + + TransactionDetailView + + + + + + Received %1 %2 from %3 + Received %1 %2 from %3 + + + + + + + Sent %1 %2 to %3 + Sent %1 %2 to %3 + + + + + Transaction summary + Transaction summary + + + + + Fees + Fees + + + + + Data + Data + + + + + Time + Time + + + + + %1 <font color="#939BA1">on</font> %2 + %1 <font color="#939BA1">on</font> %2 + + + + + Confirmations + Confirmations + + + + + Nonce + Nonce + + + + + Base fee + Base fee + + + + + %1 Gwei + %1 Gwei + + + + + Tip + Tip + + + + + + + %1 Gwei <font color="#939BA1">&#8226; Max: %2 Gwei</font> + %1 Gwei <font color="#939BA1">&#8226; Max: %2 Gwei</font> + + + + + Total fee + Total fee + + + + TransactionModal + + + + Transaction Details + Transaction Details + + + + + confirmation(s) + confirmation(s) + + + + + When the transaction has 12 confirmations you can consider it settled. + When the transaction has 12 confirmations you can consider it settled. + + + + + Block + Block + + + + + Hash + Hash + + + + + From + From + + + + + To + To + + + + + Gas limit + Gas limit + + + + + Gas price + Gas price + + + + + Gas used + Gas used + + + + + Nonce + Nonce + + + + TransactionPreview + + + + From + From + + + + + Recipient + Recipient + + + + + Unknown + Unknown + + + + + Asset + Asset + + + + + Amount + Amount + + + + + Network fee + Network fee + + + + + Data + Data + + + + + Data field + Data field + + + + TransactionSettingsConfirmationPopup + + + + Are you sure? + Are you sure? + + + + + Your priority fee is below our suggested parameters. + Your priority fee is below our suggested parameters. + + + + + Current base fee + Current base fee + + + + + + + + + + + + + + + + + %1 Gwei + %1 Gwei + + + + + Current minimum tip + Current minimum tip + + + + + Current average tip + Current average tip + + + + + Your tip limit + Your tip limit + + + + + Suggested minimum tip + Suggested minimum tip + + + + + Your price limit + Your price limit + + + + + Suggested minimum price limit + Suggested minimum price limit + + + + + Change Limit + Change Limit + + + + + Continue anyway + Continue anyway + + + + TransactionSigner + + + + You need to enter a password + You need to enter a password + + + + + Password needs to be 6 characters or more + Password needs to be 6 characters or more + + + + + Signing phrase + Signing phrase + + + + + Signing phrase is a 3 word combination that displayed when you entered the wallet on this device for the first time. + Signing phrase is a 3 word combination that displayed when you entered the wallet on this device for the first time. + + + + + Enter the password you use to unlock this device + Enter the password you use to unlock this device + + + + + Password + Password + + + + + Enter password + Enter password + + + + TransferOwnershipPopup + + + + Transfer ownership + Transfer ownership + + + + + Community private key + Community private key + + + + + Copy + Copy + + + + + Copied + Copied + + + + + You should keep it safe and only share it with people you trust to take ownership of your community + You should keep it safe and only share it with people you trust to take ownership of your community + + + + + You can also use this key to import your community on another device + You can also use this key to import your community on another device + + + + UnblockContactConfirmationDialog + + + + + + Unblock User + Unblock User + + + + + Unblocking will allow new messages you received from %1 to reach you. + Unblocking will allow new messages you received from %1 to reach you. + + + + UserListPanel + + + + Online + Online + + + + + Inactive + Inactive + + + + UserStatusContextMenu + + + + View My Profile + View My Profile + + + + + Always online + Always online + + + + + Inactive + Inactive + + + + + Set status automatically + Set status automatically + + + + UsernameLabel + + + + You + You + + + + Utils + + + + Sun + Sun + + + + + Mon + Mon + + + + + Tue + Tue + + + + + Wed + Wed + + + + + Thu + Thu + + + + + Fri + Fri + + + + + Sat + Sat + + + + + Jan + Jan + + + + + Feb + Feb + + + + + Mar + Mar + + + + + Apr + Apr + + + + + May + May + + + + + Jun + Jun + + + + + Jul + Jul + + + + + Aug + Aug + + + + + Sep + Sep + + + + + Oct + Oct + + + + + Nov + Nov + + + + + Dec + Dec + + + + + Yesterday + Yesterday + + + + + Sunday + Sunday + + + + + Monday + Monday + + + + + Tuesday + Tuesday + + + + + Wednesday + Wednesday + + + + + Thursday + Thursday + + + + + Friday + Friday + + + + + Saturday + Saturday + + + + + NOW + NOW + + + + + %1M + %1M + + + + + %1H + %1H + + + + + %1D + %1D + + + + + words + words + + + + + You need to enter a password + You need to enter a password + + + + + Password needs to be 6 characters or more + Password needs to be 6 characters or more + + + + + You need to repeat your password + You need to repeat your password + + + + + Passwords don't match + Passwords don't match + + + + + You need to enter a PIN + You need to enter a PIN + + + + + The PIN must contain only digits + The PIN must contain only digits + + + + + The PIN must be exactly %1 digits + The PIN must be exactly %1 digits + + + + + You need to repeat your PIN + You need to repeat your PIN + + + + + PIN don't match + PIN don't match + + + + + + + You need to enter a %1 + You need to enter a %1 + + + + + The %1 cannot exceed %2 characters + The %1 cannot exceed %2 characters + + + + + Must be an hexadecimal color (eg: #4360DF) + Must be an hexadecimal color (eg: #4360DF) + + + + + Use only lowercase letters (a to z), numbers & dashes (-). Do not use chat keys. + Use only lowercase letters (a to z), numbers & dashes (-). Do not use chat keys. + + + + + Value has to be at least %1 characters long + Value has to be at least %1 characters long + + + + + Unknown + Unknown + + + + + < 1 min + < 1 min + + + + + < 3 mins + < 3 mins + + + + + < 5 mins + < 5 mins + + + + + > 5 mins + > 5 mins + + + + + years ago + years ago + + + + + year ago + year ago + + + + + months ago + months ago + + + + + month ago + month ago + + + + + weeks ago + weeks ago + + + + + week ago + week ago + + + + + days ago + days ago + + + + + day ago + day ago + + + + + hours ago + hours ago + + + + + hour ago + hour ago + + + + + mins ago + mins ago + + + + + min ago + min ago + + + + + secs ago + secs ago + + + + + sec ago + sec ago + + + + + now + now + + + + ViewProfileMenuItem + + + + View Profile + View Profile + + + + WakuNodesModal + + + + Waku nodes + Waku nodes + + + + + Use Waku nodes + Use Waku nodes + + + + + Select node automatically + Select node automatically + + + + + Waku Nodes + Waku Nodes + + + + + Node %1 + Node %1 + + + + + Add a new node + Add a new node + + + + WalletFooter + + + + Send + Send + + + + + Receive + Receive + + + + + Buy / Sell + Buy / Sell + + + + WalletView + + + + + + + + + + Wallet + Wallet + + + + + Networks + Networks + + + + + DApp Permissions + DApp Permissions + + + + + Testnet Mode + Testnet Mode + + + + WelcomeView + + + + Welcome to Status + Welcome to Status + + + + + Your fully decentralized gateway to Ethereum and Web3. Crypto wallet, privacy first group chat, and dApp browser. + Your fully decentralized gateway to Ethereum and Web3. Crypto wallet, privacy first group chat, and dApp browser. + + + + + I am new to Status + I am new to Status + + + + + I already use Status + I already use Status + + + + main + + + + StatusQ Documentation App + StatusQ Documentation App + + + + + Status Desktop + Status Desktop + + + + + Open Status + Open Status + + + + + Quit + Quit + + + \ No newline at end of file diff --git a/ui/i18n/qml_en.ts b/ui/i18n/qml_en.ts index 04f027e3d0..0e1693b9f8 100644 --- a/ui/i18n/qml_en.ts +++ b/ui/i18n/qml_en.ts @@ -1,10520 +1,252 @@ - - - - - - - - - - - - - - - - - - AboutView - - - - Check for updates - Check for updates - - - - - Current Version - Current Version - - - - - Release Notes - Release Notes - - - - - Our Principles - Our Principles - - - - - Status desktop’s GitHub Repositories - Status desktop’s GitHub Repositories - - - - - Status Desktop - Status Desktop - - - - - Status Go - Status Go - - - - - StatusQ - StatusQ - - - - - go-waku - go-waku - - - - - Legal & Privacy Documents - Legal & Privacy Documents - - - - - Terms of Use - Terms of Use - - - - - Privacy Policy - Privacy Policy - - - - - Software License - Software License - - - - AcceptRejectOptionsButtonsPanel - - - - Decline and block - Decline and block - - - - AcceptTransactionView - - - - Accept and share address - Accept and share address - - - - - Accept and send - Accept and send - - - - - - - Decline - Decline - - - - AccountView - - - - Type - Type - - - - - Watch-Only Account - Watch-Only Account - - - - - Generated by your Status seed phrase profile - Generated by your Status seed phrase profile - - - - - Imported Account - Imported Account - - - - - Storage - Storage - - - - - On Device - On Device - - - - - Derivation Path - Derivation Path - - - - - Related Accounts - Related Accounts - - - - - Remove from your profile - Remove from your profile - - - - - Confirm %1 Removal - Confirm %1 Removal - - - - - You will not be able to restore viewing access to this account in the future unless you enter this account’s address again. - You will not be able to restore viewing access to this account in the future unless you enter this account’s address again. - - - - - Remove Account - Remove Account - - - - Acknowledgements - - - - Secure Your Assets and Funds - Secure Your Assets and Funds - - - - - Your seed phrase is a 12-word passcode to your funds. - Your seed phrase is a 12-word passcode to your funds. - - - - - Your seed phrase cannot be recovered if lost. Therefore, you <b>must</b> back it up. The simplest way is to <b>write it down offline and store it somewhere secure.</b> - Your seed phrase cannot be recovered if lost. Therefore, you <b>must</b> back it up. The simplest way is to <b>write it down offline and store it somewhere secure.</b> - - - - - I have a pen and paper - I have a pen and paper - - - - - I am ready to write down my seed phrase - I am ready to write down my seed phrase - - - - - I know where I’ll store it - I know where I’ll store it - - - - - You can only complete this process once. Status will not store your seed phrase and can never help you recover it. - You can only complete this process once. Status will not store your seed phrase and can never help you recover it. - - - - ActivityCenterMessageComponentView - - Mark as Read - Mark as Read - - - Mark as Unread - Mark as Unread - - - - ActivityCenterPopup - - Show more - Show more - - - - ActivityCenterPopupTopBarPanel - - - - All - All - - - - - Admin - Admin - - - - - Mentions - Mentions - - - - - Replies - Replies - - - - - Contact requests - Contact requests - - - - - Identity verification - Identity verification - - - - - Transactions - Transactions - - - - - Membership - Membership - - - - - System - System - - - - - Mark all as Read - Mark all as Read - - - - - Show read notifications - Show read notifications - - - - - Hide read notifications - Hide read notifications - - - Notification settings - Notification settings - - - - ActivityNotificationBase - - - - Mark as Read - Mark as Read - - - - - Mark as Unread - Mark as Unread - - - - AddAccountModal - - - - Generate an account - Generate an account - - - Wrong password - Wrong password - - - You need to enter a password - You need to enter a password - - - Password needs to be 6 characters or more - Password needs to be 6 characters or more - - - Enter your password… - Enter your password… - - - Enter your password... - Enter your password... - - - Password - Password - - - - - An authentication failed - An authentication failed - - - - - Enter an account name... - Enter an account name... - - - - - Account name - Account name - - - - - You need to enter an account name - You need to enter an account name - - - - - color - color - - - - - Advanced - Advanced - - - - - Authenticate - Authenticate - - - - - Loading... - Loading... - - - - - Add account - Add account - - - - AddEditSavedAddressPopup - - - - - - Edit saved address - Edit saved address - - - - - - - Add saved address - Add saved address - - - - - - - Enter a name - Enter a name - - - - - - - Name - Name - - - - - - - Name must not be blank - Name must not be blank - - - - - - - This is not a valid account name - This is not a valid account name - - - - - - - Address - Address - - - - - - - Enter ENS Name or Ethereum Address - Enter ENS Name or Ethereum Address - - - - - - - Please enter a valid ENS name OR Ethereum Address - Please enter a valid ENS name OR Ethereum Address - - - - - - - Save - Save - - - - - - - Add address - Add address - - - - AddFavoriteModal - - - - Favorite added - Favorite added - - - - - Edit - Edit - - - - - Add favorite - Add favorite - - - - - URL - URL - - - - - Paste URL - Paste URL - - - - - Paste - Paste - - - - - Pasted - Pasted - - - - - Please enter a valid URL - Please enter a valid URL - - - - - Name - Name - - - - - Name of the website - Name of the website - - - - - Please enter a name - Please enter a name - - - - - Remove - Remove - - - - - Done - Done - - - - - Add - Add - - - - - Add Favorite - Add Favorite - - - - AddShowTokenModal - - - - Add custom token - Add custom token - - - - - This needs to be a valid address - This needs to be a valid address - - - - - Invalid ERC20 address - Invalid ERC20 address - - - - - Enter contract address... - Enter contract address... - - - - - Contract address - Contract address - - - - - The name of your token... - The name of your token... - - - - - Name - Name - - - - - ABC - ABC - - - - - Symbol - Symbol - - - - - Decimals - Decimals - - - - - Changing settings failed - Changing settings failed - - - - - Add - Add - - - - AddWakuNodeModal - - - - Waku nodes - Waku nodes - - - - - Name - Name - - - - - Specify a name - Specify a name - - - - - You need to enter a name - You need to enter a name - - - - - History node address - History node address - - - - - Storenode multiaddress - Storenode multiaddress - - - - - You need to enter the enode address - You need to enter the enode address - - - - - You need to enter the storenode multiaddress - You need to enter the storenode multiaddress - - - - - The format must be: enode://{enode-id}:{password}@{ip-address}:{port} - The format must be: enode://{enode-id}:{password}@{ip-address}:{port} - - - - - Multiaddress must start with a "/" - Multiaddress must start with a "/" - - - - - Save - Save - - - - AddressInput - - - - ENS Username not found - ENS Username not found - - - - AddressRequiredValidator - - - - You need to request the recipient’s address first. -Assets won’t be sent yet. - You need to request the recipient’s address first. -Assets won’t be sent yet. - - - - AdvancedAddAccountView - - - - Enter address... - Enter address... - - - - - Account address - Account address - - - - - This needs to be a valid address (starting with 0x) - This needs to be a valid address (starting with 0x) - - - - - You need to enter an address - You need to enter an address - - - - AdvancedView - - - - Fleet - Fleet - - - - - Minimize on close - Minimize on close - - - - - Application Logs - Application Logs - - - - - Experimental features - Experimental features - - - - - Wallet - Wallet - - - WalletSettingsLineButton - WalletSettingsLineButton - - - - - Dapp Browser - Dapp Browser - - - - - Community History Archive Protocol - Community History Archive Protocol - - - - - Node Management - Node Management - - - Keycard - Keycard - - - - - Community Permissions Settings - Community Permissions Settings - - - - - Discord Import Tool - Discord Import Tool - - - - - Bloom filter level - Bloom filter level - - - - - Warning! - Warning! - - - - - - - The account will be logged out. When you login again, the selected mode will be enabled - The account will be logged out. When you login again, the selected mode will be enabled - - - - - - - Light Node - Light Node - - - - - Normal - Normal - - - - - - - Full Node - Full Node - - - - - WakuV2 mode - WakuV2 mode - - - - - Developer features - Developer features - - - - - Full developer mode - Full developer mode - - - - - Download messages - Download messages - - - - - Telemetry - Telemetry - - - - - Debug - Debug - - - - - Auto message - Auto message - - - - - Are you sure you want to enable all the develoer features? The app will be restarted. - Are you sure you want to enable all the develoer features? The app will be restarted. - - - - - Are you sure you want to enable telemetry? This will reduce your privacy level while using Status. You need to restart the app for this change to take effect. - Are you sure you want to enable telemetry? This will reduce your privacy level while using Status. You need to restart the app for this change to take effect. - - - - - Are you sure you want to enable auto message? You need to restart the app for this change to take effect. - Are you sure you want to enable auto message? You need to restart the app for this change to take effect. - - - - - Are you sure you want to %1 debug mode? You need to restart the app for this change to take effect. - Are you sure you want to %1 debug mode? You need to restart the app for this change to take effect. - - - - - disable - disable - - - - - enable - enable - - - - - This feature is experimental and is meant for testing purposes by core contributors and the community. It's not meant for real use and makes no claims of security or integrity of funds or data. Use at your own risk. - This feature is experimental and is meant for testing purposes by core contributors and the community. It's not meant for real use and makes no claims of security or integrity of funds or data. Use at your own risk. - - - - - I understand - I understand - - - - AllowNotificationsView - - - - Allow notifications - Allow notifications - - - - - Status will notify you about new messages. You can -edit your notification preferences later in settings. - Status will notify you about new messages. You can -edit your notification preferences later in settings. - - - - - Ok, got it - Ok, got it - - - - AmountInput - - - - The maximum number of characters is %1 - The maximum number of characters is %1 - - - - - Invalid amount format - Invalid amount format - - - - - Amount - Amount - - + + + AppMain - - - - Profile Picture - Profile Picture - - - - - Make this my Profile Pic - Make this my Profile Pic - - - - - Invite People - Invite People - - - - - View Community - View Community - - - - - Leave Community - Leave Community - - - - - Testnet mode is enabled. All balances, transactions and dApp interactions will be on testnets. - Testnet mode is enabled. All balances, transactions and dApp interactions will be on testnets. - - - - - Turn off - Turn off - - - - - Turn off Testnet mode - Turn off Testnet mode - - - - - Closing this banner will turn off Testnet mode. -All future transactions will be on mainnet or other active networks. - Closing this banner will turn off Testnet mode. -All future transactions will be on mainnet or other active networks. - - - - - Turn off Testnet - Turn off Testnet - - - - - Secure your seed phrase - Secure your seed phrase - - - - - Back up now - Back up now - - - - - The import of ‘%1’ from Discord to Status was stopped: <a href='#'>Critical issues found</a> - The import of ‘%1’ from Discord to Status was stopped: <a href='#'>Critical issues found</a> - - - - - ‘%1’ was successfully imported from Discord to Status - ‘%1’ was successfully imported from Discord to Status - - - - - Details (%1) - Details (%1) - - - - - + + + + %n issue(s) - - - + + %n issue + %n issues - - - - Details - Details - - - - - Importing ‘%1’ from Discord to Status - Importing ‘%1’ from Discord to Status - - - - - Check progress (%1) - Check progress (%1) - - - - - Check progress - Check progress - - - - - Visit your Community - Visit your Community - - - - - Connected - Connected - - - - - Disconnected - Disconnected - - - - - A new version of Status (%1) is available - A new version of Status (%1) is available - - - Download - Download - - - - - Your version is up to date - Your version is up to date - - - - - Update - Update - - - - - Close - Close - - - Can not connect to mailserver - Can not connect to mailserver - - - The mailserver you're connecting to is unavailable. - The mailserver you're connecting to is unavailable. - - - Pick another - Pick another - - - Retry - Retry - - - - - Where do you want to go? - Where do you want to go? - - - - AppSearch - - - - No results - No results - - - - - Anywhere - Anywhere - - - - AppearanceView - - Preview - Preview - - - - - Blockchains will drop search costs, causing a kind of decomposition that allows you to have markets of entities that are horizontally segregated and vertically segregated. - Blockchains will drop search costs, causing a kind of decomposition that allows you to have markets of entities that are horizontally segregated and vertically segregated. - - - Size - Size - - - Change font size - Change font size - - - - - Text size - Text size - - - - - XS - XS - - - - - S - S - - - - - M - M - - - - - L - L - - - - - XL - XL - - - - - XXL - XXL - - - - - Zoom (requires restart) - Zoom (requires restart) - - - - - Mode - Mode - - - Change Zoom (requires restart) - Change Zoom (requires restart) - - - - - 50% - 50% - - - - - 100% - 100% - - - - - 150% - 150% - - - - - 200% - 200% - - - Appearance - Appearance - - - - - Light - Light - - - - - Dark - Dark - - - - - System - System - - - - AssetAndAmountInput - - - - Insufficient balance - Insufficient balance - - - - - Must be greater than or equal to 0 - Must be greater than or equal to 0 - - - - - This needs to be a number - This needs to be a number - - - - - Please enter an amount - Please enter an amount - - - - - Balance: - Balance: - - - - - Asset & Amount - Asset & Amount - - - - - The amount is 0. Proceed only if this is desired. - The amount is 0. Proceed only if this is desired. - - - - AssetDelegate - - - - %1 %2 - %1D {1 %2?} - - - - AssetsDetailView - - Assets - Assets - - - %1 %2 - %1D {1 %2?} - - - - - Price - Price - - - - - Balance - Balance - - - - - 1H - 99+ {1H?} - - - - - 1D - 99+ {1D?} - - - - - 7D - 99+ {7D?} - - - - - 1M - 99+ {1M?} - - - - - 6M - 99+ {6M?} - - - - - 1Y - 99+ {1Y?} - - - - - ALL - ALL - - - - - Market Cap - Market Cap - - - - - Day Low - Day Low - - - - - Day High - Day High - - - - - Hour - Hour - - - - - Day - Day - - - - - 24 Hours - 24 Hours - - - - - Overview - Overview - - - - - Website - Website - - - - AssetsView - - %1 %2 - %1D {1 %2?} - - - - BackUpCommuntyBannerPanel - - - - Back up community key - Back up community key - - - - - Back up - Back up - - - - BackupSeedModal - - - - Not Now - Not Now - - - - - Back up your seed phrase - Back up your seed phrase - - - - - Confirm Seed Phrase - Confirm Seed Phrase - - - - - Continue - Continue - - - - - Complete & Delete My Seed Phrase - Complete & Delete My Seed Phrase - - - - - - - Confirm word #%1 of your seed phrase - Confirm word #%1 of your seed phrase - - - - BackupSeedStepBase - - - - Word #%1 - Word #%1 - - - - - Enter word - Enter word - - - - - Wrong word - Wrong word - - - - BalanceExceeded - - - - Balance exceeded - Balance exceeded - - - - - No networks available - No networks available - - - - BalanceValidator - - - - Insufficient balance - Insufficient balance - - - - BeforeGetStartedModal - - - - - - - Before you get started - Before you get started - - - I acknowledge that status desktop is in beta and by using it I take the full responsibility for all risks concerning my data and funds - I acknowledge that status desktop is in beta and by using it I take the full responsibility for all risks concerning my data and funds - - - - - Before you get started... - Before you get started... - - - - - Get Started - Get Started - - - - - I acknowledge that Status Desktop is in Beta and by using it I take the full responsibility for all risks concerning my data and funds. - I acknowledge that Status Desktop is in Beta and by using it I take the full responsibility for all risks concerning my data and funds. - - - - - I accept Status - I accept Status - - - - - Terms of Use - Terms of Use - - - Terms of service - Terms of service - - - - - Privacy Policy - Privacy Policy - - - Get started - Get started - - - - BlockContactConfirmationDialog - - - - - - Block User - Block User - - - - - Blocking will stop new messages from reaching you from %1. - Blocking will stop new messages from reaching you from %1. - - - - BloomSelectorButton - - - - TODO - TODO - - - - BrowserConnectionModal - - - - '%1' would like to connect to - '%1' would like to connect to - - - - - Allowing authorizes this DApp to retrieve your wallet address and enable Web3 - Allowing authorizes this DApp to retrieve your wallet address and enable Web3 - - - - - Granting access authorizes this DApp to retrieve your chat key - Granting access authorizes this DApp to retrieve your chat key - - - - - Deny - Deny - - - - - Allow - Allow - - - - BrowserHeader - - - - Enter URL - Enter URL - - - - BrowserLayout - - - - Error sending the transaction - Error sending the transaction - - - - - Error signing message - Error signing message - - - - - Transaction pending... - Transaction pending... - - - - - View on etherscan - View on etherscan - - - - - Server's certificate not trusted - Server's certificate not trusted - - - - - Do you wish to continue? - Do you wish to continue? - - - - - If you wish so, you may continue with an unverified certificate. Accepting an unverified certificate means you may not be connected with the host you tried to connect to. -Do you wish to override the security check and continue? - If you wish so, you may continue with an unverified certificate. Accepting an unverified certificate means you may not be connected with the host you tried to connect to. -Do you wish to override the security check and continue? - - - - BrowserSettingsMenu - - - - New Tab - New Tab - - - - - Exit Incognito mode - Exit Incognito mode - - - - - Go Incognito - Go Incognito - - - - - Zoom In - Zoom In - - - - - Zoom Out - Zoom Out - - - - - Find - Find - - - - - Compatibility mode - Compatibility mode - - - - - Developer Tools - Developer Tools - - - - - Settings - Settings - - - - BrowserTabStyle - - - - Start Page - Start Page - - - - BrowserTabView - - - - Start Page - Start Page - - - - - New Tab - New Tab - - - - - Downloads Page - Downloads Page - - - - BrowserView - - - - Search engine used in the address bar - Search engine used in the address bar - - - - - None - None - - - - - Show Favorites Bar - Show Favorites Bar - - - - - Connected DApps - Connected DApps - - - - - No connected dApps - No connected dApps - - - - - Connecting a dApp grants it permission to view your address and balances, and to send you transaction requests - Connecting a dApp grants it permission to view your address and balances, and to send you transaction requests - - - - BrowserWalletMenu - - - - Mainnet - Mainnet - - - - - Ropsten - Ropsten - - - - - Unknown - Unknown - - - - - Disconnect - Disconnect - - - - - Assets - Assets - - - - - History - History - - - - BrowserWebEngineView - - - - Add Favorite - Add Favorite - - - - ChangePasswordModal - - - - Change password - Change password - - - - - Change password used to unlock Status on this device & sign transactions. - Change password used to unlock Status on this device & sign transactions. - - - - - Change Password - Change Password - - - - ChangePasswordSuccessModal - - - - <b>Password changed</b> - <b>Password changed</b> - - - - - You need to sign in again using the new password. - You need to sign in again using the new password. - - - - - Sign out & Quit - Sign out & Quit - - - - ChangeProfilePicModal - - Profile picture - Profile picture - - - Remove - Remove - - - Upload - Upload - - - Please choose an image - Please choose an image - - - Image files (*.jpg *.jpeg *.png) - Image files (*.jpg *.jpeg *.png) - - - - ChannelIdentifierView - - - - Welcome to the beginning of the <span style='color: %1'>%2</span> group! - Welcome to the beginning of the <span style='color: %1'>%2</span> group! - - - - - Welcome to the beginning of the <span style='color: %1'>#%2</span> channel! - Welcome to the beginning of the <span style='color: %1'>#%2</span> channel! - - - - - Any messages you send here are encrypted and can only be read by you and <span style='color: %1'>%2</span> - Any messages you send here are encrypted and can only be read by you and <span style='color: %1'>%2</span> - - - - ChatButtonsPanel - - Add reaction - Add reaction - - - Reply - Reply - - - Edit - Edit - - - Unpin - Unpin - - - Pin - Pin - - - Delete - Delete - - - Confirm deleting this message - Confirm deleting this message - - - Are you sure you want to delete this message? Be aware that other clients are not guaranteed to delete the message as well. - Are you sure you want to delete this message? Be aware that other clients are not guaranteed to delete the message as well. - - - - ChatColumnView - - - - Send - Send - - - - - Request Address - Request Address - - - - - - - Request - Request - - - - ChatCommandModal - - - - Continue - Continue - - - - - Receive on account - Receive on account - - - - - From account - From account - - - - - Address request required - Address request required - - - - - From - From - - - - - To - To - - - - - - - Preview - Preview - - - - - Transaction preview - Transaction preview - - - - - Next - Next - - - - ChatCommandsPopup - - - - Send transaction - Send transaction - - - - - Request transaction - Request transaction - - - - ChatContentView - - Contact - Contact - - - Not a contact - Not a contact - - - Public chat - Public chat - - - %1 members - %1 members - - - 1 member - 1 member - - - Connected - Connected - - - Disconnected - Disconnected - - - - - Blocked - Blocked - - - - - This user has been blocked. - This user has been blocked. - - - - ChatContextMenuView - - View Members - View Members - - - - - Add / remove from group - Add / remove from group - - - - - Add to group - Add to group - - - Test WakuV2 - requestAllHistoricMessages - Test WakuV2 - requestAllHistoricMessages - - - Edit name - Edit name - - - - - Edit name and image - Edit name and image - - - - - Mark as Read - Mark as Read - - - Clear history - Clear history - - - - - Edit Channel - Edit Channel - - - - - Download - Download - - - - - Delete Channel - Delete Channel - - - - - Leave group - Leave group - - - - - Delete chat - Delete chat - - - - - Leave chat - Leave chat - - - - - Save - Save - - - - - Clear History - Clear History - - - - - Delete Chat - Delete Chat - - - - - Leave Chat - Leave Chat - - - - - Download messages - Download messages - - - - - Delete #%1 - Delete #%1 - - - - - Delete - Delete - - - - - Are you sure you want to delete #%1 channel? - Are you sure you want to delete #%1 channel? - - - - - Are you sure you want to delete this chat? - Are you sure you want to delete this chat? - - - - - Are you sure you want to leave this chat? - Are you sure you want to leave this chat? - ChatHeaderContentView - - - - Search - Search - - - - - Members - Members - - - - - More - More - - - Contact - Contact - - - Not a contact - Not a contact - - - - - Public chat - Public chat - - - + + %n member(s) - - - + + %n member + %n members - - ChatMessagesView - - Loading... - Loading... - - - - - Failed to send message. - Failed to send message. - - - - ChatRequestMessagePanel - - - - You need to be mutual contacts with this person for them to receive your messages - You need to be mutual contacts with this person for them to receive your messages - - - - - Just click this button to add them as contact. They will receive a notification. Once they accept the request, you'll be able to chat - Just click this button to add them as contact. They will receive a notification. Once they accept the request, you'll be able to chat - - - - - Add to contacts - Add to contacts - - - - ChatView - - - - Members - Members - - - - - Remove contact - Remove contact - - - - - Are you sure you want to remove this contact? - Are you sure you want to remove this contact? - - - - ChooseBrowserPopup - - - - Choose browser - Choose browser - - - - - Open in Status - Open in Status - - - - - Open in my default browser - Open in my default browser - - - - - Remember my choice. To override it, go to settings. - Remember my choice. To override it, go to settings. - - - - ClosedEmptyPanel - - - - Your chats will appear here. To start new chats press the  button at the top - Your chats will appear here. To start new chats press the  button at the top - - - - CollectibleCollectionView - - - - No collectibles available - No collectibles available - - - - CollectibleDetailView - - - - Properties - Properties - - - Levels - Levels - - - Stats - Stats - - - - CollectibleDetailsHeader - - Send - Send - - - Assets - Assets - - - - CollectibleModal - - - - unnamed - unnamed - - - - - id - id - - - - - description - description - - - - - View in Opensea - View in Opensea - - - - CollectiblesContent - - - - Something went wrong - Something went wrong - - - - - Reload - Reload - - - - CollectiblesHeader - - - - Maximum number of collectibles to display reached - Maximum number of collectibles to display reached - - - - CollectiblesModal - - - - View - View - - - - - Unnamed - Unnamed - - - - CollectiblesModalContent - - - - ID - ID - - - - - Description - Description - - - - CollectiblesPanel - - - - Specific amount - Specific amount - - - Amount - Amount - - - - CollectiblesStore - - - - Collectibles - Collectibles - - - - CollectiblesView - - - - Collectibles will appear here - Collectibles will appear here - - - - CommunitiesGridView - - - Featured - Featured - - - - Popular - Popular - - CommunitiesListPanel - - - - Leave community - Leave community - - - - - Leave %1 - Leave %1 - - - + + %n member(s) - - - + + %n member + %n members - - - - Leave Community - Leave Community - - - - - Are you sure you want to leave? Once you leave, you will have to request to rejoin if you change your mind. - Are you sure you want to leave? Once you leave, you will have to request to rejoin if you change your mind. - - - - - Cancel - Cancel - CommunitiesPopup - - - - Communities - Communities - - - - - Access existing community - Access existing community - - - - - Search for communities or topics - Search for communities or topics - - - + + %n member(s) - - - + + %n member + %n members - - %1 members - %1 members - - - - - Create a community - Create a community - - - - CommunitiesPortalLayout - - - - Find community - Find community - - - Search - Search - - - Import Community - Import Community - - - - - Import using key - Import using key - - - - - Create New Community - Create New Community - - - Featured - Featured - - - Popular - Popular - - - - - No communities found - No communities found - - - - - Create new community - Create new community - - - - - Create a new Status community - Create a new Status community - - - - - Create new - Create new - - - - - '%1' import in progress... - '%1' import in progress... - - - - - Import existing Discord community into Status - Import existing Discord community into Status - - - - - Import existing - Import existing - - - - - Your current import must finished or be cancelled before a new import can be started. - Your current import must finished or be cancelled before a new import can be started. - - - - CommunitiesView - - - - Import community - Import community - - - - - Communities you've joined - Communities you've joined - - - - CommunityBannerPicker - - - - - - Community banner - Community banner - - - - - Choose an image for banner - Choose an image for banner - - - - - Make this my Community banner - Make this my Community banner - - - - CommunityChannelsAndCategoriesBannerPanel - - - - Expand your community by adding more channels and categories - Expand your community by adding more channels and categories - - - - - Add channels - Add channels - - - - - Add categories - Add categories - - - - CommunityColorPanel - - - - Community Colour - Community Colour - - - - - Select Community Colour - Select Community Colour - - - - - This is not a valid color - This is not a valid color - - - - - Preview - Preview - - - - - White text should be legible on top of this color - White text should be legible on top of this color - - - - - Standard colors - Standard colors - - - This is not a valid colour - This is not a valid colour - - - White text should be legable on top of this colour - White text should be legable on top of this colour - - - Standard colours - Standard colours - - - - CommunityColorPicker - - Community colour - Community colour - - - - - Community color - Community color - CommunityColumnView - - 1 Member - 1 Member - - - %1 Members - %1 Members - - - + + %n member(s) - - - + + %n member + %n members - - - - Start chat - Start chat - - - - - Membership requests - Membership requests - - - - - - - Create channel - Create channel - - - - - - - Create category - Create category - - - - - - - Invite people - Invite people - - - - - Unmute category - Unmute category - - - - - Mute category - Mute category - - - - - Edit Category - Edit Category - - - - - Delete Category - Delete Category - - - - - Delete %1 category - Delete %1 category - - - - - Are you sure you want to delete %1 category? Channels inside the category won’t be deleted. - Are you sure you want to delete %1 category? Channels inside the category won’t be deleted. - - - - - Create channel or category - Create channel or category - - - - - Error deleting the category - Error deleting the category - - - - CommunityDelegate - - - - Admin - Admin - - - - - Member - Member - - - - CommunityDescriptionInput - - Description - Description - - - - - Give it a short description - Give it a short description - - - - - What your community is about - What your community is about - - - - - community description - community description - CommunityDetailPopup - - - - Public community - Public community - - - - - Invitation only community - Invitation only community - - - - - On request community - On request community - - - - - - - Unknown community - Unknown community - - - - - - ENS only - - ENS only - - - - - %1 members - %1 members - - - - - Channels - Channels - - - - - - - Join ‘%1’ - Join ‘%1’ - - - - - Pending - Pending - - - - - You need to be invited - You need to be invited - - - - - Request to join ‘%1’ - Request to join ‘%1’ - - - - - Error joining the community - Error joining the community - - - - CommunityIntroDialog - - - - Welcome to %1 - Welcome to %1 - - - - - Join %1 - Join %1 - - - - - Community <b>%1</b> has no intro message... - Community <b>%1</b> has no intro message... - - - - - I agree with the above - I agree with the above - - - - CommunityIntroMessageInput - - - - Community introduction and rules - Community introduction and rules - - - - - What new members will read before joining (eg. community rules, welcome message, etc.). Members will need to tick a check box agreeing to these rules before they are allowed to join your community. - What new members will read before joining (eg. community rules, welcome message, etc.). Members will need to tick a check box agreeing to these rules before they are allowed to join your community. - - - - - community intro message - community intro message - - - - CommunityLogoPicker - - - - - - Community logo - Community logo - - - - - Choose an image as logo - Choose an image as logo - - - - - Make this my Community logo - Make this my Community logo + + + + %n member(s) + + %n member + %n members + CommunityMembersSettingsPanel - - - - Members - Members - - - Member name - Member name - - - Membership requests - Membership requests - - - Community members will appear here - Community members will appear here - - - No contacts found - No contacts found - - - You - You - - - - - All Members - All Members - - - - - Pending Requests - Pending Requests - - - - - Rejected - Rejected - - - - - Banned - Banned - - - - - No members to search - No members to search - - - Search %1's %2 member%3 - Search %1's %2 member%3 - - - - Search %1's %n member(s) - - - + + + Search %1's %n member(s) + + Search %1's %n member + Search %1's %n members - - - - No pending requests to search - No pending requests to search - - - - - Search %1's %2 pending request%3 - Search %1's %2 pending request%3 - - - - - No rejected members to search - No rejected members to search - - - - - Search %1's %2 rejected member%3 - Search %1's %2 rejected member%3 - - - - - No banned members to search - No banned members to search - - - - - Search %1's %2 banned member%3 - Search %1's %2 banned member%3 - - - - - Are you sure you ban <b>%1</b> from %2? - Are you sure you ban <b>%1</b> from %2? - - - - - Ban %1 - Ban %1 - - - - - - - Cancel - Cancel - - - - - Ban - Ban - - - - - Are you sure you kick <b>%1</b> from %2? - Are you sure you kick <b>%1</b> from %2? - - - - - Kick %1 - Kick %1 - - - - - Kick - Kick - - - - CommunityMembersTabPanel - - - - Kick - Kick - - - - - Ban - Ban - - - - - Unban - Unban - - - - - Accept - Accept - - - - - Reject - Reject - - - - CommunityNameInput - - Community name - Community name - - - - - Name your community - Name your community - - - - - A catchy name - A catchy name - - - - - community name - community name - - - - CommunityNewPermissionView - - - - Anyone - Anyone - - - - - Who holds - Who holds - - - - - Example: 10 SNT - Example: 10 SNT - - - - - and - and - - - - - or - or - - - %1 %2 - %1D {1 %2?} - - - - - ENS username on '%1' domain - ENS username on '%1' domain - - - - - Any ENS username - Any ENS username - - - - - Is allowed to - Is allowed to - - - - - Example: View and post - Example: View and post - - - - - In - In - - - - - Example: `#general` channel - Example: `#general` channel - - - - - Private - Private - - - - - Make this permission private to hide it from members who don’t meet it’s requirements - Make this permission private to hide it from members who don’t meet it’s requirements - - - - - Create permission - Create permission - - - - CommunityOptions - - - - Community history service - Community history service - - - - - Request to join required - Request to join required - - - - - Any member can pin a message - Any member can pin a message - - - - CommunityOutroMessageInput - - - - Leaving community message - Leaving community message - - - - - The message a member will see when they leave your community - The message a member will see when they leave your community - - - - - community intro message - community intro message - - - - CommunityOverviewSettingsPanel - - - - Overview - Overview - - - - - - - Edit Community - Edit Community - - - - - This node is the Community Owner Node. For your Community to function correctly try to keep this computer with Status running and onlinie as much as possible. - This node is the Community Owner Node. For your Community to function correctly try to keep this computer with Status running and onlinie as much as possible. - - - - - Welcome to your community! - Welcome to your community! - - - - - Invite new people - Invite new people - - - - - Try an airdrop to reward your community for engagement! - Try an airdrop to reward your community for engagement! - - - - - Airdrop Tokens - Airdrop Tokens - - - - - Back up community key - Back up community key - - - - - Back up - Back up - - - - CommunityPermissionsSettingsPanel - - - - - - Permissions - Permissions - - - - - New permission - New permission - - - - CommunityProfilePopup - - - - Public community - Public community - - - - - Invitation only community - Invitation only community - - - - - On request community - On request community - - - - - Unknown community - Unknown community - - - - - Invite friends - Invite friends - - - - - Invite - Invite - - - - CommunityProfilePopupInviteFriendsPanel - - - - Search contacts - Search contacts - - - - - Share community - Share community - - - - - Copied! - Copied! - - - - - Contacts - Contacts - - - - CommunityProfilePopupInviteMessagePanel - - - - Invitation Message - Invitation Message - - - - - The message a contact will get with community invitation - The message a contact will get with community invitation - - - - - Invites will be sent to: - Invites will be sent to: - - - - CommunityProfilePopupOverviewPanel - - - - Share community - Share community - - - - - Copied! - Copied! - - - - - Transfer ownership - Transfer ownership - - - - - Leave community - Leave community - CommunitySettingsView - - - - - - - - Overview - Overview - - - - - - - Members - Members - - - - - Permissions - Permissions - - - + + %n member(s) - - - + + %n member + %n members - - Settings - Settings - - - - - Open legacy popup (to be removed) - Open legacy popup (to be removed) - - - - - Back to community - Back to community - - - - - Error editing the community - Error editing the community - - - - CommunityTagsPanel - - - - Community Tags - Community Tags - - - - - Confirm Community Tags - Confirm Community Tags - - - - - Select tags that will fit your Community - Select tags that will fit your Community - - - - - Search tags - Search tags - - - - - Selected tags - Selected tags - - - - - %1 / %2 - %1 / %2 - - - - CommunityTagsPicker - - - - Tags - Tags - - - - - Choose tags describing the community - Choose tags describing the community - - - - CommunityWelcomeBannerPanel - - - - Welcome to your community! - Welcome to your community! - - - - - Add members - Add members - - - - - Manage community - Manage community - - - - CommunityWelcomePermissionsView - - - - Permissions - Permissions - - - - - You can manage your community by creating and issuing membership and access permissions - You can manage your community by creating and issuing membership and access permissions - - - - - Give individual members access to private channels - Give individual members access to private channels - - - - - Monetise your community with subscriptions and fees - Monetise your community with subscriptions and fees - - - - - Require holding a token or NFT to obtain exclusive membership rights - Require holding a token or NFT to obtain exclusive membership rights - - - - - Add permission - Add permission - - - - CompactMessageView - - Pinned by %1 - Pinned by %1 - - - Cancel - Cancel - - - Save - Save - - - - ConfirmAddExistingKeyModal - - - - Enter seed phrase - Enter seed phrase - - - - - Do you want to add another existing key? - Do you want to add another existing key? - - - - - Add another existing key - Add another existing key - - - - ConfirmAppRestartModal - - - - Application Restart - Application Restart - - - - - Please restart the application to apply the changes. - Please restart the application to apply the changes. - - - - - Restart - Restart - - - - ConfirmPasswordView - - - - Passwords don't match - Passwords don't match - - - - - Have you written down your password? - Have you written down your password? - - - - - You will never be able to recover your password if you lose it. - You will never be able to recover your password if you lose it. - - - - - If you need to, write it using pen and paper and keep in a safe place. - If you need to, write it using pen and paper and keep in a safe place. - - - - - If you lose your password you will lose access to your Status profile. - If you lose your password you will lose access to your Status profile. - - - - - Confirm your password (again) - Confirm your password (again) - - - Confirm you password (again) - Confirm you password (again) - - - - - Finalise Status Password Creation - Finalise Status Password Creation - - - Keys for this account already exist - Keys for this account already exist - - - Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase - Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase - - - Login failed - Login failed - - - Login failed. Please re-enter your password and try again. - Login failed. Please re-enter your password and try again. - - - - ConfirmSeedPhrasePanel - - - - Write down your 12-word seed phrase to keep offline - Write down your 12-word seed phrase to keep offline - - - - - Reveal seed phrase - Reveal seed phrase - - - - - The next screen contains your seed phrase. -<b>Anyone</b> who sees it can use it to access to your funds. - The next screen contains your seed phrase. -<b>Anyone</b> who sees it can use it to access to your funds. - - - - ConfirmStoringSeedPhrasePanel - - - - Complete back up - Complete back up - - - - - Store Your Phrase Offline and Complete Your Back Up - Store Your Phrase Offline and Complete Your Back Up - - - - - By completing this process, you will remove your seed phrase from this application’s storage. This makes your funds more secure. - By completing this process, you will remove your seed phrase from this application’s storage. This makes your funds more secure. - - - - - You will remain logged in, and your seed phrase will be entirely in your hands. - You will remain logged in, and your seed phrase will be entirely in your hands. - - - - - I acknowledge that Status will not be able to show me my seed phrase again. - I acknowledge that Status will not be able to show me my seed phrase again. - - - I aknowledge that Status will not be able to show me my seed phrase again. - I aknowledge that Status will not be able to show me my seed phrase again. - - - - ConfirmationDialog - - - - Confirm - Confirm - - - - - Reject - Reject - - - - - Cancel - Cancel - - - - - Are you sure you want to do this? - Are you sure you want to do this? - - - - - Confirm your action - Confirm your action - - - - - Do not show this again - Do not show this again - - - - ConfirmationPopup - - - - Enable Tenor GIFs? - Enable Tenor GIFs? - - - - - Once enabled, GIFs posted in the chat may share your metadata with Tenor. - Once enabled, GIFs posted in the chat may share your metadata with Tenor. - - - - - Enable - Enable - - - - Constants - - - - Username must be at least 5 characters - Username must be at least 5 characters - - - - - Only letters, numbers, underscores and hyphens allowed - Only letters, numbers, underscores and hyphens allowed - - - - - 24 character username limit - 24 character username limit - - - - - Usernames ending with '-eth' are not allowed - Usernames ending with '-eth' are not allowed - - - - - Usernames ending with '_eth' are not allowed - Usernames ending with '_eth' are not allowed - - - - - Usernames ending with '.eth' are not allowed - Usernames ending with '.eth' are not allowed - - - - - Sorry, the name you have chosen is not allowed, try picking another username - Sorry, the name you have chosen is not allowed, try picking another username - - - - - (edited) - (edited) - - - - - Username already taken :( - Username already taken :( - - - - - Username doesn’t belong to you :( - Username doesn’t belong to you :( - - - - - Continuing will connect this username with your chat key. - Continuing will connect this username with your chat key. - - - - - ✓ Username available! - ✓ Username available! - - - - - Username is already connected with your chat key and can be used inside Status. - Username is already connected with your chat key and can be used inside Status. - - - - - This user name is owned by you and connected with your chat key. Continue to set `Show my ENS username in chats`. - This user name is owned by you and connected with your chat key. Continue to set `Show my ENS username in chats`. - - - - - Continuing will require a transaction to connect the username with your current chat key. - Continuing will require a transaction to connect the username with your current chat key. - - - - Contact - - - - Admin - Admin - - - - ContactPanel - - - - Respond to ID Request - Respond to ID Request - - - - - See ID Request - See ID Request - - - Rename - Rename - - - - ContactRequestsPopup - - - - Contact requests - Contact requests - - - - - Decline all contacts - Decline all contacts - - - - - Are you sure you want to decline all these contact requests - Are you sure you want to decline all these contact requests - - - - - Accept all contacts - Accept all contacts - - - - - Are you sure you want to accept all these contact requests - Are you sure you want to accept all these contact requests - - - - - Decline all - Decline all - - - - - Accept all - Accept all - - - - ContactSelector - - - - Please select a contact - Please select a contact - - - - - Select a contact - Select a contact - - - - - Contact does not have an ENS address. Please send a transaction in chat. - Contact does not have an ENS address. Please send a transaction in chat. - - - - - No contact selected - No contact selected - - - - - You don’t have any contacts yet - You don’t have any contacts yet - - - - ContactVerificationRequestPopup - - - - %1 is asking you to verify your identity - %1 is asking you to verify your identity - - - - - %1 would like to verify your identity. Answer the question to prove your identity to %2 - %1 would like to verify your identity. Answer the question to prove your identity to %2 - - - - - Provide answer to verification request from this contact. - Provide answer to verification request from this contact. - - - Your answer has been sent to %1. - Your answer has been sent to %1. - - - - - You're answer has been sent to %1. - You're answer has been sent to %1. - - - - - Refuse Verification - Refuse Verification - - - - - Send Answer - Send Answer - - - - - Change answer - Change answer - - - - - Close - Close - - - - ContactsColumnView - - - - Chat - Chat - - - - - Search - Search - - - - - Join public chats - Join public chats - - - - - Start chat - Start chat - - - - - Contact requests - Contact requests - - - - - Community imported - Community imported - - - - - Importing community is in progress - Importing community is in progress - - - - ContactsListAndSearch - - - - Enter a valid chat key or ENS username - Enter a valid chat key or ENS username - - - - - - - Can't chat with yourself - Can't chat with yourself - - - - - Enter ENS username or chat key - Enter ENS username or chat key - - - - ContactsListPanel - - - - Contact Request Sent - Contact Request Sent - - - - - Contact Request Rejected - Contact Request Rejected - - - - ContactsView - - - - Send contact request to chat key - Send contact request to chat key - - - - - Search by a display name or chat key - Search by a display name or chat key - - - - - - - Contacts - Contacts - - - - - Pending Requests - Pending Requests - - - - - Blocked - Blocked - - - - - Identity Verified Contacts - Identity Verified Contacts - - - - - You don’t have any contacts yet - You don’t have any contacts yet - - - - - Received - Received - - - - - Sent - Sent - - - - - Remove contact - Remove contact - - - - - Are you sure you want to remove this contact? - Are you sure you want to remove this contact? - - - - Controls - - - - XS - XS - - - - - S - S - - - - - M - M - - - - - L - L - - - - - XL - XL - - - - - XXL - XXL - - - - - 50% - 50% - - - - - 100% - 100% - - - - - 150% - 150% - - - - - 200% - 200% - - - - CopyToClipBoardButton - - - - Copied! - Copied! - - - - CreateCategoryPopup - - - - Edit category - Edit category - - - - - New category - New category - - - - - Category title - Category title - - - - - Name the category - Name the category - - - - - category name - category name - - - - - Channels - Channels - - - - - Delete category - Delete category - - - - - Delete %1 category - Delete %1 category - - - - - Are you sure you want to delete %1 category? Channels inside the category won’t be deleted. - Are you sure you want to delete %1 category? Channels inside the category won’t be deleted. - - - - - Save - Save - - - - - Create - Create - - - - - Error editing the category - Error editing the category - - - - - Error creating the category - Error creating the category - - - - CreateChannelPopup - - - - New channel - New channel - - - - - Edit #%1 - Edit #%1 - - - - - Channel name - Channel name - - - Name the channel - Name the channel - - - - - # Name the channel - # Name the channel - - - - - channel name - channel name - - - - - Channel colour - Channel colour - - - - - Pick a color - Pick a color - - - - - Description - Description - - - - - Describe the channel - Describe the channel - - - - - channel description - channel description - - - - - Delete channel - Delete channel - - - - - Save changes - Save changes - - - - - Create channel - Create channel - - - Save - Save - - - Create - Create - - - - - Error creating the community - Error creating the community - - - - CreateChatView - - - - To: - To: - - - - - USER LIMIT REACHED - USER LIMIT REACHED - - - - - - - Contacts - Contacts - - - - - - - You can only send direct messages to your Contacts. - -Send a contact request to the person you would like to chat with, you will be able to chat with them once they have accepted your contact request. - You can only send direct messages to your Contacts. - -Send a contact request to the person you would like to chat with, you will be able to chat with them once they have accepted your contact request. - - - You can only send direct messages to your Contacts. - - -Send a contact request to the person you would like to chat with, you will be - able to -chat with them once they have accepted your contact request. - You can only send direct messages to your Contacts. - - -Send a contact request to the person you would like to chat with, you will be - able to -chat with them once they have accepted your contact request. - - - You can only send direct messages to your Contacts. - - -Send a contact request to the person you would like to chat with, you will be able to -chat with them once they have accepted your contact request. - You can only send direct messages to your Contacts. - - -Send a contact request to the person you would like to chat with, you will be able to -chat with them once they have accepted your contact request. - - - Confirm - Confirm - - - - CreateCommunityPopup - - - - Import a community from Discord into Status - Import a community from Discord into Status - - - - - Create New Community - Create New Community - - - - - Next - Next - - - - - Create Community - Create Community - - - - - Start Discord import - Start Discord import - - - - - Clear all - Clear all - - - - - Proceed with (%1/%2) files - Proceed with (%1/%2) files - - - - - Validate (%1/%2) files - Validate (%1/%2) files - - - - - Import files - Import files - - - - - Select Discord JSON files to import - Select Discord JSON files to import - - - - - Some of your community files cannot be used - Some of your community files cannot be used - - - - - Uncheck any files you would like to exclude from the import - Uncheck any files you would like to exclude from the import - - - - - (JSON file format only) - (JSON file format only) - - - - - Browse files - Browse files - - - - - Export your Discord JSON data using %1 - Export your Discord JSON data using %1 - - - - - Refer to this <a href='https://github.com/Tyrrrz/DiscordChatExporter/wiki'>wiki</a> if you have any queries - Refer to this <a href='https://github.com/Tyrrrz/DiscordChatExporter/wiki'>wiki</a> if you have any queries - - - - - Choose files to import - Choose files to import - - - - - JSON files (%1) - JSON files (%1) - - - - - Please select the categories and channels you would like to import - Please select the categories and channels you would like to import - - - - - Import all history - Import all history - - - - - Start date - Start date - - - - - Error creating the community - Error creating the community - - - - CreatePasswordModal - - - - - - Store password - Store password - - - Create a password - Create a password - - - - - Current password... - Current password... - - - New password... - New password... - - - - - Confirm password… - Confirm password… - - - At least 6 characters. You will use this password to unlock status on this device & sign transactions. - At least 6 characters. You will use this password to unlock status on this device & sign transactions. - - - Create password - Create password - - - - - Enter new PIN - Enter new PIN - - - - - Repeat PIN - Repeat PIN - - - - - Store PIN - Store PIN - - - - - Error importing account - Error importing account - - - - - An error occurred while importing your account: - An error occurred while importing your account: - - - - - Login failed - Login failed - - - - - Login failed. Please re-enter your password and try again. - Login failed. Please re-enter your password and try again. - - - - - Incorrect password - Incorrect password - - - - CreatePasswordView - - - - Create password - Create password - - - - CryptoServicesModal - - - - Buy / Sell crypto - Buy / Sell crypto - - - - - Choose a service you'd like to use to buy crypto - Choose a service you'd like to use to buy crypto - - - - CurrenciesStore - - - - - - US Dollars - US Dollars - - - - - - - British Pound - British Pound - - - - - - - Euros - Euros - - - - - - - Russian ruble - Russian ruble - - - - - - - South Korean won - South Korean won - - - - - - - Ethereum - Ethereum - - - - - - - - - - - - - - - - - - - Tokens - Tokens - - - - - - - Bitcoin - Bitcoin - - - - - - - Status Network Token - Status Network Token - - - - - - - Dai - Dai - - - - - - - United Arab Emirates dirham - United Arab Emirates dirham - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Other Fiat - Other Fiat - - - - - - - Afghan afghani - Afghan afghani - - - - - - - Argentine peso - Argentine peso - - - - - - - Australian dollar - Australian dollar - - - - - - - Barbadian dollar - Barbadian dollar - - - - - - - Bangladeshi taka - Bangladeshi taka - - - - - - - Bulgarian lev - Bulgarian lev - - - - - - - Bahraini dinar - Bahraini dinar - - - - - - - Brunei dollar - Brunei dollar - - - - - - - Bolivian boliviano - Bolivian boliviano - - - - - - - Brazillian real - Brazillian real - - - - - - - Bhutanese ngultrum - Bhutanese ngultrum - - - - - - - Canadian dollar - Canadian dollar - - - - - - - Swiss franc - Swiss franc - - - - - - - Chilean peso - Chilean peso - - - - - - - Chinese yuan - Chinese yuan - - - - - - - Colombian peso - Colombian peso - - - - - - - Costa Rican colón - Costa Rican colón - - - - - - - Czech koruna - Czech koruna - - - - - - - Danish krone - Danish krone - - - - - - - Dominican peso - Dominican peso - - - - - - - Egyptian pound - Egyptian pound - - - - - - - Ethiopian birr - Ethiopian birr - - - - - - - Georgian lari - Georgian lari - - - - - - - Ghanaian cedi - Ghanaian cedi - - - - - - - Hong Kong dollar - Hong Kong dollar - - - - - - - Croatian kuna - Croatian kuna - - - - - - - Hungarian forint - Hungarian forint - - - - - - - Indonesian rupiah - Indonesian rupiah - - - - - - - Israeli new shekel - Israeli new shekel - - - - - - - Indian rupee - Indian rupee - - - - - - - Icelandic króna - Icelandic króna - - - - - - - Jamaican dollar - Jamaican dollar - - - - - - - Japanese yen - Japanese yen - - - - - - - Kenyan shilling - Kenyan shilling - - - - - - - Kuwaiti dinar - Kuwaiti dinar - - - - - - - Kazakhstani tenge - Kazakhstani tenge - - - - - - - Sri Lankan rupee - Sri Lankan rupee - - - - - - - Moroccan dirham - Moroccan dirham - - - - - - - Moldovan leu - Moldovan leu - - - - - - - Mauritian rupee - Mauritian rupee - - - - - - - Malawian kwacha - Malawian kwacha - - - - - - - Mexican peso - Mexican peso - - - - - - - Malaysian ringgit - Malaysian ringgit - - - - - - - Mozambican metical - Mozambican metical - - - - - - - Namibian dollar - Namibian dollar - - - - - - - Nigerian naira - Nigerian naira - - - - - - - Norwegian krone - Norwegian krone - - - - - - - Nepalese rupee - Nepalese rupee - - - - - - - New Zealand dollar - New Zealand dollar - - - - - - - Omani rial - Omani rial - - - - - - - Peruvian sol - Peruvian sol - - - - - - - Papua New Guinean kina - Papua New Guinean kina - - - - - - - Philippine peso - Philippine peso - - - - - - - Pakistani rupee - Pakistani rupee - - - - - - - Polish złoty - Polish złoty - - - - - - - Paraguayan guaraní - Paraguayan guaraní - - - - - - - Qatari riyal - Qatari riyal - - - - - - - Romanian leu - Romanian leu - - - - - - - Serbian dinar - Serbian dinar - - - - - - - Saudi riyal - Saudi riyal - - - - - - - Swedish krona - Swedish krona - - - - - - - Singapore dollar - Singapore dollar - - - - - - - Thai baht - Thai baht - - - - - - - Trinidad and Tobago dollar - Trinidad and Tobago dollar - - - - - - - New Taiwan dollar - New Taiwan dollar - - - - - - - Tanzanian shilling - Tanzanian shilling - - - - - - - Turkish lira - Turkish lira - - - - - - - Ukrainian hryvnia - Ukrainian hryvnia - - - - - - - Ugandan shilling - Ugandan shilling - - - - - - - Uruguayan peso - Uruguayan peso - - - - - - - Venezuelan bolívar - Venezuelan bolívar - - - - - - - Vietnamese đồng - Vietnamese đồng - - - - - - - South African rand - South African rand - - - - CustomSocialLinkInput - - - - Hyperlink Text - Hyperlink Text - - - - - Example: My Myspace Profile - Example: My Myspace Profile - - - - - URL - URL - - - - - Link URL - Link URL - - - - - Preview - Preview - - - - - My Myspace Profile - My Myspace Profile - - - - - Remove - Remove - - - - DateGroup - - Today - Today - - - Yesterday - Yesterday - - - January - January - - - February - February - - - March - March - - - April - April - - - May - May - - - June - June - - - July - July - - - August - August - - - September - September - - - October - October - - - November - November - - - December - December - - - - DefaultDAppExplorerView - - - - Default DApp explorer - Default DApp explorer - - - - - none - none - - - - DemoApp - - - - Invite People - Invite People - - - - - View Community - View Community - - - - - Edit Community - Edit Community - - - - - Leave Community - Leave Community - - - - DerivationPathsPanel - - - - Derivation Path - Derivation Path - - - - - Reset - Reset - - - - DerivedAddressesPanel - - - - No activity - No activity - - - - - Pending - Pending - - - - - Invalid path - Invalid path - - - - - - - - - Has Activity - Has Activity - - - - - - - - - No Activity - No Activity - - - - - Account - Account - - - - DevicesView - - - - Please set a name for your device. - Please set a name for your device. - - - - - Specify a name - Specify a name - - - - - Continue - Continue - - - - - Advertise device - Advertise device - - - - - Pair your devices to sync contacts and chats between them - Pair your devices to sync contacts and chats between them - - - - - Learn more - Learn more - - - - - Paired devices - Paired devices - - - - - Syncing... - Syncing... - - - - - Sync all devices - Sync all devices - DiscordImportProgressContents - - - Delete community & restart import - Delete community & restart import - - - - Cancel import - Cancel import - - - - Restart import - Restart import - - - - Hide window - Hide window - - - - Visit your new community - Visit your new community - - - - Setting up your community - Setting up your community - - - - Importing channels - Importing channels - - - - Importing messages - Importing messages - - - - Downloading assets - Downloading assets - - - - Initializing community - Initializing community - - - - ✓ Complete - ✓ Complete - - - - Import stopped... - Import stopped... - - - - Pending... - Pending... - - - - Saving... This can take a moment, almost done! - Saving... This can take a moment, almost done! - - - - Working... - Working... - - - - %1% - %1D {1%?} - - - - %1 more issue(s) downloading assets - %1 more issue(s) downloading assets - - - - Importing ‘%1’ from Discord... - Importing ‘%1’ from Discord... - - - - Importing ‘%1’ from Discord stopped... - Importing ‘%1’ from Discord stopped... - - - - Importing ‘%1’ stopped due to a critical issue... - Importing ‘%1’ stopped due to a critical issue... - - - ‘%1’ was imported with %n issue(s). - - - + + + ‘%1’ was imported with %n issue(s). + + ‘%1’ was imported with %n issue. + ‘%1’ was imported with %n issues. - - - ‘%1’ was successfully imported from Discord. - ‘%1’ was successfully imported from Discord. - - - - Your Discord community import is in progress... - Your Discord community import is in progress... - - - - This process can take a while. Feel free to hide this window and use Status normally in the meantime. We’ll notify you when the Community is ready for you. - This process can take a while. Feel free to hide this window and use Status normally in the meantime. We’ll notify you when the Community is ready for you. - - - - If there were any issues with your import you can upload new JSON files via the community page at any time. - If there were any issues with your import you can upload new JSON files via the community page at any time. - - - - Are you sure you want to cancel the import? - Are you sure you want to cancel the import? - - - - Your new Status community will be deleted and all information entered will be lost. - Your new Status community will be deleted and all information entered will be lost. - - - - Delete community - Delete community - - - - Continue importing - Continue importing - - - - DiscordImportProgressDialog - - - Import a community from Discord into Status - Import a community from Discord into Status - - - - DisplayNamePopup - - - - Edit - Edit - - - - - Display Name - Display Name - - - - - OK - OK - - - Ok - Ok - - - - DownloadBar - - - - Cancelled - Cancelled - - - - - Paused - Paused - - - - - Show All - Show All - - - - DownloadMenu - - - - Open - Open - - - - - Show in folder - Show in folder - - - - - Pause - Pause - - - - - Resume - Resume - - - - - Cancel - Cancel - - - - DownloadPage - - - - Thanks for using Status - Thanks for using Status - - - - - You're curently using version %1 of Status. - You're curently using version %1 of Status. - - - - - There's new version available to download. - There's new version available to download. - - - - - Get Status %1 - Get Status %1 - - - - DownloadView - - - - Cancelled - Cancelled - - - - - Paused - Paused - - - - - Downloaded files will appear here. - Downloaded files will appear here. - - - - ENSPopup - - - - Primary username - Primary username - - - - - Your messages are displayed to others with this username: - Your messages are displayed to others with this username: - - - - - Once you select a username, you won’t be able to disable it afterwards. You will only be able choose a different username to display. - Once you select a username, you won’t be able to disable it afterwards. You will only be able choose a different username to display. - - - - EmojiReactionsPanel - - Add reaction - Add reaction - - - - EmptyChatPanel - - - - Share your chat key - Share your chat key - - - - - or - or - - - - - invite - invite - - - - - friends to start messaging in Status - friends to start messaging in Status - - - - EmptyPlaceholder - - - - Favorite GIFs will appear here - Favorite GIFs will appear here - - - - - Recent GIFs will appear here - Recent GIFs will appear here - - - - - Error while contacting Tenor API, please retry. - Error while contacting Tenor API, please retry. - - - - - Retry - Retry - - - - EnsAddedView - - - - ENS usernames - ENS usernames - - - - - Username added - Username added - - - - - %1 is now connected with your chat key and can be used in Status. - %1 is now connected with your chat key and can be used in Status. - - - - - Ok, got it - Ok, got it - - - - EnsConnectedView - - - - ENS usernames - ENS usernames - - - - - Username added - Username added - - - - - %1 will be connected once the transaction is complete. - %1 will be connected once the transaction is complete. - - - - - You can follow the progress in the Transaction History section of your wallet. - You can follow the progress in the Transaction History section of your wallet. - - - - - Ok, got it - Ok, got it - - - - EnsDetailsView - - - - Wallet address - Wallet address - - - - - - - Copied to clipboard! - Copied to clipboard! - - - - - Key - Key - - - - - Release your username - Release your username - - - Connect username with your pubkey - Connect username with your pubkey - - - - - Release username - Release username - - - - - Username locked. You won't be able to release it until %1 - Username locked. You won't be able to release it until %1 - - - - - Back - Back - - - - EnsListView - - - - Hey - Hey - - - - - - - (pending) - (pending) - - - - - ENS usernames - ENS usernames - - - - - Add username - Add username - - - - - Your usernames - Your usernames - - - - - Chat settings - Chat settings - - - - - Primary Username - Primary Username - - - - - None selected - None selected - - - - - You’re displaying your ENS username in chats - You’re displaying your ENS username in chats - - - - EnsPanel - - - - Any domain - Any domain - - - - - Custom subdomain - Custom subdomain - - - - - Subdomain not recognized - Subdomain not recognized - - - - EnsRegisteredView - - - - ENS usernames - ENS usernames - - - - - Username added - Username added - - - - - Nice! You own %1.stateofus.eth once the transaction is complete. - Nice! You own %1.stateofus.eth once the transaction is complete. - - - - - You can follow the progress in the Transaction History section of your wallet. - You can follow the progress in the Transaction History section of your wallet. - - - - - Ok, got it - Ok, got it - - - - EnsReleasedView - - - - ENS usernames - ENS usernames - - - - - Username removed - Username removed - - - - - The username %1 will be removed and your deposit will be returned once the transaction is mined - The username %1 will be removed and your deposit will be returned once the transaction is mined - - - - - You can follow the progress in the Transaction History section of your wallet. - You can follow the progress in the Transaction History section of your wallet. - - - - - Ok, got it - Ok, got it - - - - EnsSearchView - - - - At least 4 characters. Latin letters, numbers, and lowercase only. - At least 4 characters. Latin letters, numbers, and lowercase only. - - - - - Letters and numbers only. - Letters and numbers only. - - - - - Type the entire username including the custom domain like username.domain.eth - Type the entire username including the custom domain like username.domain.eth - - - - - Connect username with your pubkey - Connect username with your pubkey - - - - - Custom domain - Custom domain - - - - - I want a stateofus.eth domain - I want a stateofus.eth domain - - - - - I own a name on another domain - I own a name on another domain - - - - EnsTermsAndConditionsView - - - - ENS usernames - ENS usernames - - - - - Terms of name registration - Terms of name registration - - - - - Funds are deposited for 1 year. Your SNT will be locked, but not spent. - Funds are deposited for 1 year. Your SNT will be locked, but not spent. - - - - - After 1 year, you can release the name and get your deposit back, or take no action to keep the name. - After 1 year, you can release the name and get your deposit back, or take no action to keep the name. - - - - - If terms of the contract change — e.g. Status makes contract upgrades — user has the right to release the username regardless of time held. - If terms of the contract change — e.g. Status makes contract upgrades — user has the right to release the username regardless of time held. - - - - - The contract controller cannot access your deposited funds. They can only be moved back to the address that sent them. - The contract controller cannot access your deposited funds. They can only be moved back to the address that sent them. - - - - - Your address(es) will be publicly associated with your ENS name. - Your address(es) will be publicly associated with your ENS name. - - - - - Usernames are created as subdomain nodes of stateofus.eth and are subject to the ENS smart contract terms. - Usernames are created as subdomain nodes of stateofus.eth and are subject to the ENS smart contract terms. - - - - - You authorize the contract to transfer SNT on your behalf. This can only occur when you approve a transaction to authorize the transfer. - You authorize the contract to transfer SNT on your behalf. This can only occur when you approve a transaction to authorize the transfer. - - - - - These terms are guaranteed by the smart contract logic at addresses: - These terms are guaranteed by the smart contract logic at addresses: - - - - - %1 (Status UsernameRegistrar). - %1 (Status UsernameRegistrar). - - - - - - - <a href='%1%2'>Look up on Etherscan</a> - <a href='%1%2'>Look up on Etherscan</a> - - - - - %1 (ENS Registry). - %1 (ENS Registry). - - - - - Wallet address - Wallet address - - - - - - - Copied to clipboard! - Copied to clipboard! - - - - - Key - Key - - - - - Agree to <a href="#">Terms of name registration.</a> I understand that my wallet address will be publicly connected to my username. - Agree to <a href="#">Terms of name registration.</a> I understand that my wallet address will be publicly connected to my username. - - - - - Back - Back - - - - - 10 SNT - 10 SNT - - - - - Deposit - Deposit - - - - - Not enough SNT - Not enough SNT - - - - - Register - Register - - - - EnsView - - - - - - Transaction pending... - Transaction pending... - - - - - - - View on etherscan - View on etherscan - - - - - ENS Registration failed - ENS Registration failed - - - - - ENS Registration completed - ENS Registration completed - - - - - Updating ENS pubkey failed - Updating ENS pubkey failed - - - - - Updating ENS pubkey completed - Updating ENS pubkey completed - - - - EnsWelcomeView - - - - Get a universal username - Get a universal username - - - - - ENS names transform those crazy-long addresses into unique usernames. - ENS names transform those crazy-long addresses into unique usernames. - - - - - Customize your chat name - Customize your chat name - - - - - An ENS name can replace your random 3-word name in chat. Be @yourname instead of %1. - An ENS name can replace your random 3-word name in chat. Be @yourname instead of %1. - - - - - Simplify your ETH address - Simplify your ETH address - - - - - You can receive funds to your easy-to-share ENS name rather than your hexadecimal hash (0x...). - You can receive funds to your easy-to-share ENS name rather than your hexadecimal hash (0x...). - - - - - Receive transactions in chat - Receive transactions in chat - - - - - Others can send you funds via chat in one simple step. - Others can send you funds via chat in one simple step. - - - - - 10 SNT to register - 10 SNT to register - - - - - Register once to keep the name forever. After 1 year you can release the name and get your SNT back. - Register once to keep the name forever. After 1 year you can release the name and get your SNT back. - - - - - Already own a username? - Already own a username? - - - - - You can verify and add any usernames you own in the next steps. - You can verify and add any usernames you own in the next steps. - - - - - Powered by Ethereum Name Services - Powered by Ethereum Name Services - - - - - Start - Start - - - - - Only available on Mainnet - Only available on Mainnet - - - - EnterPassword - - - - Password - Password - - - - - - - Enter your password - Enter your password - - - - - - - - - Password incorrect - Password incorrect - - - - - - - Password changed on other device - Password changed on other device - - - - - - - Enter your new password to proceed - Enter your new password to proceed - EnterSeedPhrase - - - - The phrase you’ve entered does not match this Keycard’s seed phrase - The phrase you’ve entered does not match this Keycard’s seed phrase - - - - - Invalid seed phrase - Invalid seed phrase - - - - - The phrase you’ve entered is invalid - The phrase you’ve entered is invalid - - - - - Enter key pair seed phrase - Enter key pair seed phrase - - - + + %n word(s) - - - + + %n word + %n words - - EnterSeedPhraseWords - - - - Confirm seed phrase words - Confirm seed phrase words - - - - - - - - - Word #%1 - Word #%1 - - - - - - - - - Enter word - Enter word - - - - - - - - - This word doesn’t match - This word doesn’t match - - - - ExemptionNotificationsModal - - - - %1 exemption - %1 exemption - - - - - Mute all messages - Mute all messages - - - - - Personal @ Mentions - Personal @ Mentions - - - - - Global @ Mentions - Global @ Mentions - - - - - Other Messages - Other Messages - - - - - Clear Exemptions - Clear Exemptions - - - - - Done - Done - - - - ExtendedDropdownContent - - - - Most viewed - Most viewed - - - - - Newest first - Newest first - - - - - Oldest first - Oldest first - - - - - List - List - - - - - Thumbnails - Thumbnails - - - - - Mint token - Mint token - - - - - Import existing token - Import existing token - - - - - Mint collectible - Mint collectible - - - - FavoriteMenu - - - - Open in new Tab - Open in new Tab - - - - - Edit - Edit - - - - - Remove - Remove - - - - FetchMoreMessagesButton - - - - ↓ Fetch more messages - ↓ Fetch more messages - - - - - Before %1 - Before %1 - - - before--%1 - before--%1 - - - - FleetRadioSelector - - - - Warning! - Warning! - - - - - Change fleet to %1 - Change fleet to %1 - - - - FleetsModal - - - - Fleet - Fleet - - - - GapComponent - - fetch-messages - fetch-messages - - - between--1-and--2 - between--1-and--2 - - - - - Fetch messages - Fetch messages - - - - - Between %1 and %2 - Between %1 and %2 - - - - GasSelector - - - - Must be greater than 0 - Must be greater than 0 - - - - - This needs to be a number - This needs to be a number - - - - - Please enter an amount - Please enter an amount - - - - - Min 21000 units - Min 21000 units - - - - - Not enough gas - Not enough gas - - - - - Miners will currently not process transactions with a tip below %1 Gwei, the average is %2 Gwei - Miners will currently not process transactions with a tip below %1 Gwei, the average is %2 Gwei - - - - - The average miner tip is %1 Gwei - The average miner tip is %1 Gwei - - - - - Priority - Priority - - - - - Gas Price - Gas Price - - - - - Current base fee: %1 %2 - Current base fee: %1 %2 - - - - - Use suggestions - Use suggestions - - - - - Use custom - Use custom - - - - - Low - Low - - - - - Optimal - Optimal - - - - - High - High - - - - - Gas amount limit - Gas amount limit - - - - - Per-gas tip limit - Per-gas tip limit - - - - - - - Gwei - Gwei - - - - - Per-gas overall limit - Per-gas overall limit - - - - - Maximum priority fee: %1 ETH - Maximum priority fee: %1 ETH - - - - - Maximum overall price for the transaction. If the block base fee exceeds this, it will be included in a following block with a lower base fee. - Maximum overall price for the transaction. If the block base fee exceeds this, it will be included in a following block with a lower base fee. - - - - GasSelectorButton - - - - Low - Low - - - - GasValidator - - - - Not enough ETH for gas - Not enough ETH for gas - - - - GroupChatPanel - - To: - To: - - - USER LIMIT REACHED - USER LIMIT REACHED - - - Confirm - Confirm - - - - GroupInfoPopup - - Add members - Add members - - - %1/%2 members - %1/%2 members - - - %1 members - %1 members - - - 1 member - 1 member - - - Search - Search - - - All your contacts are already in the group - All your contacts are already in the group - - - Pinned messages - Pinned messages - - - Admin - Admin - - - Make Admin - Make Admin - - - Remove From Group - Remove From Group - - - Add selected - Add selected - - - - HistoryView - - - - Status Desktop is connected to a non-archival node. Transaction history may be incomplete. - Status Desktop is connected to a non-archival node. Transaction history may be incomplete. - - - - - No transactions found - No transactions found - - - - - Load More - Load More - - - - HoldingsDropdown - - - - Choose token - Choose token - - - - - Choose collectible - Choose collectible - - - - - Back - Back - - - - - Token - Token - - - - - Collectible - Collectible - - - - - ENS - ENS - - - - HoldingsTabs - - - - Add - Add - - - - - Update - Update - - - - - Remove - Remove - - - - HomePageView - - - - homepage - homepage - - - - - System default - System default - - - - - Other - Other - - - - - Example: duckduckgo.com - Example: duckduckgo.com - - - - ImageCropWorkflow - - - - Supported image formats (%1) - Supported image formats (%1) - - - - ImageCropperModal - - Crop your image (optional) - Crop your image (optional) - - - Finish - Finish - - - - ImportCommunityPopup - - - - Import Community - Import Community - - - - - Entering a community key will grant you the ownership of that community. Please be responsible with it and don’t share the key with people you don’t trust. - Entering a community key will grant you the ownership of that community. Please be responsible with it and don’t share the key with people you don’t trust. - - - - - Community private key - Community private key - - - - - Import - Import - - - - ImportPrivateKeyPanel - - - - - - You need to enter a private key - You need to enter a private key - - - - - - - Enter a valid private key (64 characters hexadecimal string) - Enter a valid private key (64 characters hexadecimal string) - - - - - Private key - Private key - - - - - Paste the contents of your private key - Paste the contents of your private key - - - - - Enter a valid private key - Enter a valid private key - - - - - Public address - Public address - - - - - Account already added - Account already added - - - - - Pending - Pending - - - - - Has Activity - Has Activity - - - - - No Activity - No Activity - - ImportSeedPhrasePanel - - - - - - Invalid seed phrase - Invalid seed phrase - - - - - This seed phrase doesn't match our supported dictionary. Check for misspelled words. - This seed phrase doesn't match our supported dictionary. Check for misspelled words. - - - + + %n word(s) - - - + + %n word + %n words - - %1 words - %1 words - - - - InlineSelectorPanel - - - - Confirm - Confirm - - - - - Reject - Reject - - - - Input - - - - Copied - Copied - - - - - Pasted - Pasted - - - - - Copy - Copy - - - - - Paste - Paste - - - - InsertCard - - Please insert your Keycard to proceed or press the cancel button to cancel the operation - Please insert your Keycard to proceed or press the cancel button to cancel the operation - - - Cancel - Cancel - - - - InsertDetailsView - - - - - - Your profile - Your profile - - - - - - - Longer and unusual names are better as they are less likely to be used by someone else. - Longer and unusual names are better as they are less likely to be used by someone else. - - - - - Display name - Display name - - - - - Chatkey: - Chatkey: - - - - - Next - Next - - - - - Choose an image for profile picture - Choose an image for profile picture - - - - - Profile picture - Profile picture - - - - - Make this my profile picture - Make this my profile picture - - - - - Your emojihash and identicon ring - Your emojihash and identicon ring - - - - - This set of emojis and coloured ring around your avatar are unique and represent your chat key, so your friends can easily distinguish you from potential impersonators. - This set of emojis and coloured ring around your avatar are unique and represent your chat key, so your friends can easily distinguish you from potential impersonators. - InvitationBubbleView - - - - Membership requires an ENS username - Membership requires an ENS username - - - - - You need to be invited - You need to be invited - - - - - Pending - Pending - - - - - View - View - - - - - Request Access - Request Access - - - - - Join - Join - - - - - Verified community invitation - Verified community invitation - - - - - Community invitation - Community invitation - - - + + %n member(s) - - - + + %n member + %n members - - %1 members - %1 members - - - - - Unsupported state - Unsupported state - - - - - Error joining the community - Error joining the community - - - - InviteFriendsPopup - - - - Get Status at https://status.im - Get Status at https://status.im - - - - - Download Status link - Download Status link - - - - - Copy to clipboard - Copy to clipboard - - - - InviteFriendsToCommunityPopup - - Invite friends - Invite friends - - - - - Invite successfully sent - Invite successfully sent - - - - - Invite Contacts to %1 - Invite Contacts to %1 - - - - - Next - Next - - - - - Send Invites - Send Invites - - - Invite - Invite - IssuePill - - + + %n warning(s) - - - + + %n warning + %n warnings - - + + %n error(s) - - - + + %n error + %n errors - - JSDialogWindow - - - - Ok - Ok - - - - - Cancel - Cancel - - - - KeyPairUnknownItem - - - - Active Accounts - Active Accounts - - - - KeycardConfirmation - - - - A factory reset will delete the key on this Keycard. -Are you sure you want to do this? - A factory reset will delete the key on this Keycard. -Are you sure you want to do this? - - - - - I understand the key pair on this Keycard will be deleted - I understand the key pair on this Keycard will be deleted - - - - KeycardCreatePINModal - - - - - - Create PIN - Create PIN - - - - - New PIN - New PIN - - - - - Confirm PIN - Confirm PIN - - - - - Create a 6 digit long PIN - Create a 6 digit long PIN - - - - KeycardInit - - Temporary Popup - Temporary Popup - - - Enter password... - Enter password... - - - Next - Next - - - - - Plug in Keycard reader... - Plug in Keycard reader... - - - - - Insert Keycard... - Insert Keycard... - - - - - Check the card, it might be wrongly inserted - Check the card, it might be wrongly inserted - - - - - Keycard inserted... - Keycard inserted... - - - - - Reading Keycard... - Reading Keycard... - - - - - This is not a Keycard - This is not a Keycard - - - - - The card inserted is not a recognised Keycard, -please remove and try and again - The card inserted is not a recognised Keycard, -please remove and try and again - - - - - Wrong Keycard inserted - Wrong Keycard inserted - - - - - Keycard inserted does not match the Keycard below - Keycard inserted does not match the Keycard below - - - - - Keycard locked - Keycard locked - - - - - You will need to unlock it before proceeding - You will need to unlock it before proceeding - - - - - Pin entered incorrectly too many times - Pin entered incorrectly too many times - - - - - This Keycard has empty metadata - This Keycard has empty metadata - - - - - Unlock this Keycard - Unlock this Keycard - - - - - This Keycard already stores keys -but doesn't store any metadata - This Keycard already stores keys -but doesn't store any metadata - - - - - Keycard is empty - Keycard is empty - - - - - There is no key pair on this Keycard - There is no key pair on this Keycard - - - - - This Keycard already stores keys - This Keycard already stores keys - - - - - To migrate %1 on to this Keycard, you -will need to perform a factory reset first - To migrate %1 on to this Keycard, you -will need to perform a factory reset first - - - - - Keycard locked and already stores keys - Keycard locked and already stores keys - - - - - The Keycard you have inserted is locked, -you will need to factory reset it before proceeding - The Keycard you have inserted is locked, -you will need to factory reset it before proceeding - - - - - Puk entered incorrectly too many times - Puk entered incorrectly too many times - - - - - Max pairing slots reached for the entered keycard - Max pairing slots reached for the entered keycard - - - - - Your Keycard is already unlocked! - Your Keycard is already unlocked! - - - - - Unlock successful - Unlock successful - - - - - Keycard recognized - Keycard recognized - - - - - Your Keycard has been reset - Your Keycard has been reset - - - - - Keycard successfully factory reset - Keycard successfully factory reset - - - - - You can now create a new key pair on this Keycard - You can now create a new key pair on this Keycard - - - - - You can now use this Keycard as if it -was a brand new empty Keycard - You can now use this Keycard as if it -was a brand new empty Keycard - - - - - Migrating key pair to Keycard - Migrating key pair to Keycard - - - - - Key pair successfully migrated - Key pair successfully migrated - - - - - To complete migration close Status and log in with your new Keycard - To complete migration close Status and log in with your new Keycard - - - - - Key pair failed to migrated - Key pair failed to migrated - - - - - Accounts on this Keycard - Accounts on this Keycard - - - - - Ready to authenticate... - Ready to authenticate... - - - - - - - Biometric scan failed - Biometric scan failed - - - - - - - Biometrics incorrect - Biometrics incorrect - - - - - Biometric pin invalid - Biometric pin invalid - - - - - The PIN length doesn't match Keycard's PIN length - The PIN length doesn't match Keycard's PIN length - - - - KeycardInitView - - - - Plug in Keycard reader... - Plug in Keycard reader... - - - - - Insert your Keycard... - Insert your Keycard... - - - - - Check the card, it might be wrongly inserted - Check the card, it might be wrongly inserted - - - - - Reading Keycard... - Reading Keycard... - - KeycardPin - - - - - - - - It is very important that you do not lose this PIN - It is very important that you do not lose this PIN - - - - - PINs don't match - PINs don't match - - - - - Enter this Keycard’s PIN - Enter this Keycard’s PIN - - - - - Enter Keycard PIN - Enter Keycard PIN - - - - - - - PIN incorrect - PIN incorrect - - - - - + + + + %n attempt(s) remaining - - - + + %n attempt remaining + %n attempts remaining - - - - Your saved PIN is out of date - Your saved PIN is out of date - - - - - Enter your new PIN to proceed - Enter your new PIN to proceed - - - - - Choose a Keycard PIN - Choose a Keycard PIN - - - - - Repeat Keycard PIN - Repeat Keycard PIN - - - - - Keycard PIN set - Keycard PIN set - - - - - Keycard PIN verified! - Keycard PIN verified! - KeycardPinView - - It is very important that you do not loose this PIN - It is very important that you do not loose this PIN - - - - - - - - - It is very important that you do not lose this PIN - It is very important that you do not lose this PIN - - - - - PINs don't match - PINs don't match - - - - - Create new Keycard PIN - Create new Keycard PIN - - - - - Repeat Keycard PIN - Repeat Keycard PIN - - - - - Keycard PIN set - Keycard PIN set - - - - - - - Enter Keycard PIN - Enter Keycard PIN - - - - - PIN incorrect - PIN incorrect - - - + + %n attempt(s) remaining - - - + + %n attempt remaining + %n attempts remaining - - KeycardPopup - - - - Set up a new Keycard with an existing account - Set up a new Keycard with an existing account - - - - - Factory reset a Keycard - Factory reset a Keycard - - - - - - - Authenticate - Authenticate - - - - - Check what’s on a Keycard - Check what’s on a Keycard - - - - - - - - - - - - - Cancel - Cancel - - - - - Use biometrics instead - Use biometrics instead - - - - - Use password instead - Use password instead - - - - - Use biometrics - Use biometrics - - - - - Use PIN - Use PIN - - - - - Update PIN - Update PIN - - - - - Unlock using PUK - Unlock using PUK - - - - - Input seed phrase - Input seed phrase - - - - - Yes, migrate key pair to this Keycard - Yes, migrate key pair to this Keycard - - - - - Yes, migrate key pair to Keycard - Yes, migrate key pair to Keycard - - - - - - - Try entering seed phrase again - Try entering seed phrase again - - - - - Check what is stored on this Keycard - Check what is stored on this Keycard - - - - - - - - - I don’t know the PIN - I don’t know the PIN - - - - - Unlock using seed phrase - Unlock using seed phrase - - - - - - - - - - - - - - - Unlock Keycard - Unlock Keycard - - - - - Update password & authenticate - Update password & authenticate - - - - - Update PIN & authenticate - Update PIN & authenticate - - - - - Try biometrics again - Try biometrics again - - - I don’t know the pin - I don’t know the pin - - - - - - - Factory reset this Keycard - Factory reset this Keycard - - - - - - - - - - - - - Next - Next - - - Tmp-Next - Tmp-Next - - - - - - - - - - - - - - - Done - Done - - - - - Restart app & sign in using your new Keycard - Restart app & sign in using your new Keycard - - KeycardPuk - - - - Enter PUK - Enter PUK - - - - The PUK is incorrect, try entering it again - The PUK is incorrect, try entering it again - - + + %n attempt(s) remaining - - - + + %n attempt remaining + %n attempts remaining KeycardPukView - - - - Enter PUK code to recover Keycard - Enter PUK code to recover Keycard - - - - - Recover Keycard - Recover Keycard - - - + + Invalid PUK code, %n attempt(s) remaining - - - + + Invalid PUK code, %n attempt remaining + Invalid PUK code, %n attempts remaining - - KeycardStateView - - - - This Keycard already stores keys - This Keycard already stores keys - - - - - To generate new keys, you will need to perform a factory reset first - To generate new keys, you will need to perform a factory reset first - - - - - - - - - - - Factory reset - Factory reset - - - - - - - - - - - Insert another Keycard - Insert another Keycard - - - - - The keycard is empty - The keycard is empty - - - - - Generate new keys for this Keycard - Generate new keys for this Keycard - - - - - Keycard locked and already stores keys - Keycard locked and already stores keys - - - - - The Keycard you have inserted is locked, you will need to factory reset it before proceeding - The Keycard you have inserted is locked, you will need to factory reset it before proceeding - - - - - - - - - Keycard locked - Keycard locked - - - - - Max pairing slots reached for this keycard - Max pairing slots reached for this keycard - - - - - Max PUK retries reached for this keycard - Max PUK retries reached for this keycard - - - - - - - Recover your Keycard - Recover your Keycard - - - - - Recover with seed phrase - Recover with seed phrase - - - - - Recover with PUK - Recover with PUK - - - - KeycardView - - - - Get Keycard - Get Keycard - - - - - Secure your funds. Keep your profile safe. - Secure your funds. Keep your profile safe. - - - - - Setup a new Keycard with an existing account - Setup a new Keycard with an existing account - - - - - Create, import or restore a Keycard account - Create, import or restore a Keycard account - - - - - Generate a seed phrase - Generate a seed phrase - - - - - Import or restore via a seed phrase - Import or restore via a seed phrase - - - - - Import from Keycard to Status Desktop - Import from Keycard to Status Desktop - - - - - Other - Other - - - - - Check what’s on a Keycard - Check what’s on a Keycard - - - - - Factory reset a Keycard - Factory reset a Keycard - - - - KeysMainView - - - - intro-wizard-title1 - intro-wizard-title1 - - - - - a-set-of-keys-controls-your-account.-your-keys-live-on-your-device,-so-only-you-can-use-them. - a-set-of-keys-controls-your-account.-your-keys-live-on-your-device,-so-only-you-can-use-them. - - - - - Connect your keys - Connect your keys - - - - - Use your existing Status keys to login to this device. - Use your existing Status keys to login to this device. - - - - - Login with Keycard - Login with Keycard - - - - - Enter a seed phrase - Enter a seed phrase - - - - - Get your keys - Get your keys - - - - - A set of keys controls your account. Your keys live on your -device, so only you can use them. - A set of keys controls your account. Your keys live on your -device, so only you can use them. - - - - - Generate new keys - Generate new keys - - - - - Generate keys for a new Keycard - Generate keys for a new Keycard - - - - - - - - - Import a seed phrase - Import a seed phrase - - - - - Seed phrases are used to back up and restore your keys. Only use this option if you already have a seed phrase. - Seed phrases are used to back up and restore your keys. Only use this option if you already have a seed phrase. - - - - - Import a seed phrase into a new Keycard - Import a seed phrase into a new Keycard - - - - LanguageStore - - Beta Languages - Beta Languages - - - - LanguageView - - - - Set Display Currency - Set Display Currency - - - - - Search Currencies - Search Currencies - - - - - Language - Language - - - - - Alpha languages - Alpha languages - - - - - Beta languages - Beta languages - - - - - Search Languages - Search Languages - - - - - Date Format - Date Format - - - - - DD/MM/YY - DD/MM/YY - - - - - MM/DD/YY - MM/DD/YY - - - - - Time Format - Time Format - - - - - 24-Hour Time - 24-Hour Time - - - - - 12-Hour Time - 12-Hour Time - - - - - Change language - Change language - - - - - Display language has been changed. You must restart the application for changes to take effect. - Display language has been changed. You must restart the application for changes to take effect. - - - - - Close the app now - Close the app now - - - - Layout - - - - To: - To: - - - - - USER LIMIT REACHED - USER LIMIT REACHED - - - - - - - - - - - Invite People - Invite People - - - - - - - - - - - View Community - View Community - - - - - - - - - - - Edit Community - Edit Community - - - - - - - - - - - Leave Community - Leave Community - - - - LeftTabView - - - - Settings - Settings - - - - - Sign out - Sign out - - - - - Make sure you have your account password and seed phrase stored. Without them you can lock yourself out of your account and lose funds. - Make sure you have your account password and seed phrase stored. Without them you can lock yourself out of your account and lose funds. - - - - - Sign out & Quit - Sign out & Quit - - - - - Wallet - Wallet - - - - - Total value - Total value - - - - - Add account - Add account - - - - - Saved addresses - Saved addresses - - - - LinksMessageView - - - - Enable automatic image unfurling - Enable automatic image unfurling - - - - - Enable link previews in chat? - Enable link previews in chat? - - - - - Once enabled, links posted in the chat may share your metadata with their owners - Once enabled, links posted in the chat may share your metadata with their owners - - - - - Enable in Settings - Enable in Settings - - - - - Don't ask me again - Don't ask me again - - LoginView - - - - Ok - Ok - - - - - Enter Keycard PIN - Enter Keycard PIN - - - - - Welcome back - Welcome back - - - - - Add new user - Add new user - - - - - Add existing Status user - Add existing Status user - - - - - Connecting... - Connecting... - - - - - Password - Password - - - - - Plug in Keycard reader... - Plug in Keycard reader... - - - - - Insert your Keycard... - Insert your Keycard... - - - - - Check the card, it might be wrongly inserted - Check the card, it might be wrongly inserted - - - - - Reading Keycard... - Reading Keycard... - - - - - Wrong Keycard! -The card inserted is not linked to your profile. - Wrong Keycard! -The card inserted is not linked to your profile. - - - - - Insert another Keycard - Insert another Keycard - - - - - PIN incorrect - PIN incorrect - - - + + %n attempt(s) remaining - - - + + %n attempt remaining + %n attempts remaining - - - - - - Keycard locked - Keycard locked - - - - - Recover your Keycard - Recover your Keycard - - - - - Recover with seed phrase - Recover with seed phrase - - - - - The card inserted is empty - The card inserted is empty - - - - - Generate keys for a new Keycard - Generate keys for a new Keycard - - - - - This is not a Keycard - This is not a Keycard - - - - - The card inserted is not a recognised Keycard, -please remove and try and again - The card inserted is not a recognised Keycard, -please remove and try and again - - - Enter password - Enter password - - - - - Login failed: %1 - Login failed: %1 - - - - - Password incorrect - Password incorrect - - - - MailserverConnectionDialog - - - - Can not connect to mailserver - Can not connect to mailserver - - - - - The mailserver you're connecting to is unavailable. - The mailserver you're connecting to is unavailable. - - - - - Pick another - Pick another - - - - - Retry - Retry - MainView - - - - DApp Permissions - DApp Permissions - - - + + %n DApp(s) connected - - - + + %n DApp connected + %n DApps connected - - - - Networks - Networks - - - - - Accounts - Accounts - - - - - Generated from Your Seed Phrase - Generated from Your Seed Phrase - - - - - Imported - Imported - - - - - Watch-Only - Watch-Only - - - - MembersSelectorBase - - - - To: - To: - - - - - %1 USER LIMIT REACHED - %1 USER LIMIT REACHED - - - - MembershipRequestsPopup - - - - Membership requests - Membership requests - - - - MenuPanel - - - - Apps - Apps - - - - - Settings - Settings - - - - - About & Help - About & Help - - - - MessageContextMenuView - - - - Copy image - Copy image - - - - - Download image - Download image - - - - - Block User - Block User - - - - - Unblock User - Unblock User - - - - - Verify Identity - Verify Identity - - - - - ID Request Pending.... - ID Request Pending.... - - - - - Respond to ID Request... - Respond to ID Request... - - - - - Rename - Rename - - - - - Mark as Untrustworthy - Mark as Untrustworthy - - - - - Remove Untrustworthy Mark - Remove Untrustworthy Mark - - - - - Reply to - Reply to - - - - - Edit message - Edit message - - - - - Copy Message Id - Copy Message Id - - - - - Unpin - Unpin - - - - - Pin - Pin - - - - - Delete message - Delete message - - - - - Jump to - Jump to - - - - - Please choose a directory - Please choose a directory - - - - - Confirm deleting this message - Confirm deleting this message - - - - - Are you sure you want to delete this message? Be aware that other clients are not guaranteed to delete the message as well. - Are you sure you want to delete this message? Be aware that other clients are not guaranteed to delete the message as well. - - - - MessageStore - - and - and - - - %1 more - %1 more - - - reacted with - reacted with - - - - - You - You - - - - MessageView - - - - Audio Message - Audio Message - - - - - Cancel - Cancel - - - - - Save - Save - - - - - Loading image... - Loading image... - - - - - Error loading the image - Error loading the image - - - - - Resend - Resend - - - - - Pinned by - Pinned by - - - - - Pinned - Pinned - - - - - Imported from discord - Imported from discord - - - - - Add reaction - Add reaction - - - - - Reply - Reply - - - - - Edit - Edit - - - - - Unpin - Unpin - - - - - Pin - Pin - - - - - Delete - Delete - - - - MessagingView - - - - Allow new contact requests - Allow new contact requests - - - - - Show My Profile Picture To - Show My Profile Picture To - - - - - - - Everyone - Everyone - - - - - - - Contacts - Contacts - - - - - - - No One - No One - - - - - See Profile Pictures From - See Profile Pictures From - - - - - Open Message Links With - Open Message Links With - - - - - Status Browser - Status Browser - - - - - System Default Browser - System Default Browser - - - - - Contacts, Requests, and Blocked Users - Contacts, Requests, and Blocked Users - - - - - Display Message Link Previews - Display Message Link Previews - - - - - Fine tune which sites to allow link previews - Fine tune which sites to allow link previews - - - - - Image unfurling - Image unfurling - - - - - All images (links that contain an image extension) will be downloaded and displayed - All images (links that contain an image extension) will be downloaded and displayed - - - - - Message syncing - Message syncing - - - - - Waku nodes - Waku nodes - - - - - For security reasons, private chat history won't be synced. - For security reasons, private chat history won't be synced. - - - - ModuleWarning - - - - %1% - %1D {1%?} - - - - MuteChatMenuItem - - - - Mute chat - Mute chat - - - - - Unmute chat - Unmute chat - - - - MutedChatsModal - - - - Muted chats - Muted chats - - - - - Unmute - Unmute - - - - MyProfileSettingsView - - Display name - Display name - - - Display Name - Display Name - - - - - Biometric login and transaction authentication - Biometric login and transaction authentication - - - - - Communities - Communities - - - - - Accounts - Accounts - - - - - You haven't joined any communities yet - You haven't joined any communities yet - - - - - You don't have any wallet accounts yet - You don't have any wallet accounts yet - - - - MyProfileView - - - - Change Password - Change Password - - - - - Edit - Edit - - - - - Preview - Preview - - - - NetworkCardsComponent - - - - Your Balances - Your Balances - - - - - No Balance - No Balance - - - - - No Gas - No Gas - - - - - BALANCE: - BALANCE: - - - - - - - Disabled - Disabled - NetworkFilter - - - - All networks - All networks - - - + + %n network(s) %n network @@ -10522,4934 +254,52 @@ please remove and try and again - - NetworkSelectPopup - - - - Layer 2 - Layer 2 - - - - NetworkSelector - - Networks - Networks - - - Choose a network to use for the transaction - Choose a network to use for the transaction - - - No networks available - No networks available - - - - - Simple - Simple - - - - - Advanced - Advanced - - - - - Custom - Custom - - - - NetworksAdvancedCustomRoutingView - - - - Networks - Networks - - - - - Show Unpreferred Networks - Show Unpreferred Networks - - - - - The networks where the receipient will receive tokens. Amounts calculated automatically for the lowest cost. - The networks where the receipient will receive tokens. Amounts calculated automatically for the lowest cost. - - - - NetworksSimpleRoutingView - - - - Networks - Networks - - - - - Choose a network to use for the transaction - Choose a network to use for the transaction - - - - NetworksView - - - - Layer 2 - Layer 2 - - - - - Add Custom Network - Add Custom Network - - - - NicknamePopup - - - - - - Nickname - Nickname - - - - - Nicknames help you identify others in Status. Only you can see the nicknames you’ve added - Nicknames help you identify others in Status. Only you can see the nicknames you’ve added - - - - - Done - Done - - - - NoFriendsRectangle - - - - You don’t have any contacts yet. Invite your friends to start chatting. - You don’t have any contacts yet. Invite your friends to start chatting. - - - - - Invite friends - Invite friends - - - - NoImageUploadedPanel - - - - Upload - Upload - - - - - Wide aspect ratio is optimal - Wide aspect ratio is optimal - - - - NodeLayout - - - - Bloom Filter Usage - Bloom Filter Usage - - - - - Type json-rpc message... e.g {"method": "eth_accounts"} - Type json-rpc message... e.g {"method": "eth_accounts"} - - - - NotificationSelect - - - - Send Alerts - Send Alerts - - - - - Deliver Quietly - Deliver Quietly - - - - - Turn Off - Turn Off - - - - NotificationWindow - - - - Everything is connected - Everything is connected - - - - NotificationsView - - - - Community - Community - - - - - 1:1 Chat - 1:1 Chat - - - - - Group Chat - Group Chat - - - - - Muted - Muted - - - - - - - Off - Off - - - - - - - - - Quiet - Quiet - - - - - Personal @ Mentions %1 - Personal @ Mentions %1 - - - - - Global @ Mentions %1 - Global @ Mentions %1 - - - - - Alerts - Alerts - - - - - Other Messages %1 - Other Messages %1 - - - - - Multiple Exemptions - Multiple Exemptions - - - - - Enable Notifications in macOS Settings - Enable Notifications in macOS Settings - - - - - To receive Status notifications, make sure you've enabled them in your computer's settings under <b>System Preferences > Notifications</b> - To receive Status notifications, make sure you've enabled them in your computer's settings under <b>System Preferences > Notifications</b> - - - - - Sync your devices to share notifications preferences - Sync your devices to share notifications preferences - - - - - Syncing > - Syncing > - - - - - Allow Notifications - Allow Notifications - - - - - Messages - Messages - - - - - 1:1 Chats - 1:1 Chats - - - - - Group Chats - Group Chats - - - - - Personal @ Mentions - Personal @ Mentions - - - - - Messages containing @%1 - Messages containing @%1 - - - - - Global @ Mentions - Global @ Mentions - - - - - Messages containing @here and @channel - Messages containing @here and @channel - - - - - All Messages - All Messages - - - - - Others - Others - - - - - Contact Requests - Contact Requests - - - - - Identity Verification Requests - Identity Verification Requests - - - - - Notification Content - Notification Content - - - - - Show Name and Message - Show Name and Message - - - - - Hi there! So EIP-1559 will defini... - Hi there! So EIP-1559 will defini... - - - - - Name Only - Name Only - - - - - - - You have a new message - You have a new message - - - - - Anonymous - Anonymous - - - - - Play a Sound When Receiving a Notification - Play a Sound When Receiving a Notification - - - - - Volume - Volume - - - - - Send a Test Notification - Send a Test Notification - - - - - Exemptions - Exemptions - - - - - Search Communities, Group Chats and 1:1 Chats - Search Communities, Group Chats and 1:1 Chats - - - - - Most recent - Most recent - - - - OnboardingLayout - - - - - - Keys for this account already exist - Keys for this account already exist - - - - - Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase - Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase - - - - - - - Login failed - Login failed - - - - - - - Login failed. Please re-enter your password and try again. - Login failed. Please re-enter your password and try again. - - - - - Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase. In case of Keycard try recovering using PUK or reinstall the app and try login with the Keycard option. - Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase. In case of Keycard try recovering using PUK or reinstall the app and try login with the Keycard option. - - - - - Error importing seed - Error importing seed - - - - OperatorsSelector - - - - And... - And... - - - - - Or... - Or... - - - - PINModal - - Authenticate PIN - Authenticate PIN - - - PIN - PIN - - - Insert your 6-digit PIN - Insert your 6-digit PIN - - - Authenticate - Authenticate - - - - PairingModal - - Insert pairing code - Insert pairing code - - - Pairing code - Pairing code - - - Insert the Keycard pairing code - Insert the Keycard pairing code - - - Pair - Pair - - - - PasswordView - - - - Create a password - Create a password - - - - - Create a password to unlock Status on this device & sign transactions. - Create a password to unlock Status on this device & sign transactions. - - - - - You will not be able to recover this password if it is lost. - You will not be able to recover this password if it is lost. - - - - - Minimum %1 characters. To strengthen your password consider including: - Minimum %1 characters. To strengthen your password consider including: - - - - - Passwords don't match - Passwords don't match - - - - - This password has been pwned and shouldn't be used - This password has been pwned and shouldn't be used - - - - - This password is a common word and shouldn't be used - This password is a common word and shouldn't be used - - - - - Password must be at least %1 characters long - Password must be at least %1 characters long - - - - - Current password - Current password - - - - - New password - New password - - - - - Very weak - Very weak - - - - - Weak - Weak - - - - - So-so - So-so - - - - - Good - Good - - - - - Great - Great - - - - - Lower case - Lower case - - - - - Upper case - Upper case - - - - - Numbers - Numbers - - - - - Symbols - Symbols - - - - - Confirm password - Confirm password - - - - PermissionsDropdown - - - - Community - Community - - - - - Members who meet the requirements will be allowed to create and edit permissions, token sales, airdrops and subscriptions - Members who meet the requirements will be allowed to create and edit permissions, token sales, airdrops and subscriptions - - - - - Be careful with assigning this permission. - Be careful with assigning this permission. - - - - - Only the community owner can modify admin permissions - Only the community owner can modify admin permissions - - - - - Become admin - Become admin - - - - - Anyone who meets the requirements will be allowed to join your community - Anyone who meets the requirements will be allowed to join your community - - - - - Become member - Become member - - - - - Channels - Channels - - - - - Members who meet the requirements will be allowed to read, write, ban members and pin messages in the selected channels - Members who meet the requirements will be allowed to read, write, ban members and pin messages in the selected channels - - - - - Moderate - Moderate - - - - - Members who meet the requirements will be allowed to read and write in the selected channels - Members who meet the requirements will be allowed to read and write in the selected channels - - - - - View and post - View and post - - - - - Members who meet the requirements will be allowed to read the selected channels - Members who meet the requirements will be allowed to read the selected channels - - - - - Read - Read - - - - - Add - Add - - - - - Update - Update - - - - PermissionsListView - - - - Disconnect All - Disconnect All - - - - - Disconnect - Disconnect - - PinnedMessagesPopup - - - - Pin limit reached - Pin limit reached - - - - - Pinned messages - Pinned messages - - - - - Unpin a previous message first - Unpin a previous message first - - - + + %n message(s) - - - + + %n message + %n messages - - - - Unpin selected message and pin new message - Unpin selected message and pin new message - - - %1 messages - %1 messages - - - %1 message - %1 message - - - - - Pinned messages will appear here. - Pinned messages will appear here. - - - Unpin - Unpin - - - - PrivateChatPopup - - - - New chat - New chat - - - - - My Profile - My Profile - - - - ProfileDescriptionPanel - - - - Display name - Display name - - - - - Display Name - Display Name - - - - - Bio - Bio - - - - - Tell us about yourself - Tell us about yourself - - - - - Add more social links - Add more social links - - - - ProfileHeader - - - - Chatkey:%1... - Chatkey:%1... - - - - - Upload a file - Upload a file - - - - - Remove image - Remove image - - - - ProfileLayout - - Testnet mode is enabled. All balances, transactions and dApp interactions will be on testnets. - Testnet mode is enabled. All balances, transactions and dApp interactions will be on testnets. - - - - - Contacts - Contacts - - - Secure your seed phrase - Secure your seed phrase - - - Back up now - Back up now - - - - ProfilePopup - - 's Profile - 's Profile - - - Send Contact Request to - Send Contact Request to - - - - - Verify %1's Identity - Verify %1's Identity - - - - - My Profile - My Profile - - - - - %1's Profile - %1's Profile - - - Send Contact Request to %1 - Send Contact Request to %1 - - - - - Cancel verification - Cancel verification - - - - - Unblock User - Unblock User - - - - - Block User - Block User - - - - - Remove Contact - Remove Contact - - - - - Send Contact Request - Send Contact Request - - - - - Mark Untrustworthy - Mark Untrustworthy - - - - - Remove 'Identity Verified' status - Remove 'Identity Verified' status - - - - - No - No - - - - - Yes - Yes - - - - - Remove Untrustworthy Mark - Remove Untrustworthy Mark - - - - - Verify Identity - Verify Identity - - - - - Verify Identity pending... - Verify Identity pending... - - - - - Send verification request - Send verification request - - - - - Verification request sent - Verification request sent - - - - - Confirm Identity - Confirm Identity - - - - - Rename - Rename - - - - - Close - Close - - - - ProfileSectionStore - - - - Back up seed phrase - Back up seed phrase - - - - - Profile - Profile - - - - - Keycard - Keycard - - - - - ENS usernames - ENS usernames - - - - - Messaging - Messaging - - - - - Wallet - Wallet - - - - - Browser - Browser - - - - - Communities - Communities - - - - - Appearance - Appearance - - - - - Notifications & Sounds - Notifications & Sounds - - - - - Language & Currency - Language & Currency - - - - - Devices settings - Devices settings - - - - - Advanced - Advanced - - - - - About - About - - - - - Sign out & Quit - Sign out & Quit - - - - ProfileView - - - - Blocked - Blocked - - - - - Send Request - Send Request - - - - - Receive Response - Receive Response - - - - - Confirm Identity - Confirm Identity - - - - - You have confirmed %1's identity. From now on this verification emblem will always be displayed alongside %1's nickname. - You have confirmed %1's identity. From now on this verification emblem will always be displayed alongside %1's nickname. - - - - - You have marked %1 as Untrustworthy. From now on this Untrustworthy emblem will always be displayed alongside %1's nickname. - You have marked %1 as Untrustworthy. From now on this Untrustworthy emblem will always be displayed alongside %1's nickname. - - - - - ENS username - ENS username - - - - - Username - Username - - - - - Ask a question that only the real %1 will be able to answer e.g. a question about a shared experience, or ask %1 to enter a code or phrase you have sent to them via a different communication channel (phone, post, etc...). - Ask a question that only the real %1 will be able to answer e.g. a question about a shared experience, or ask %1 to enter a code or phrase you have sent to them via a different communication channel (phone, post, etc...). - - - Ask a question that only the real %1 will be able to answer e.g. a question about a shared experience, or ask Mark to enter a code or phrase you have sent to them via a different communication channel (phone, post, etc...). - Ask a question that only the real %1 will be able to answer e.g. a question about a shared experience, or ask Mark to enter a code or phrase you have sent to them via a different communication channel (phone, post, etc...). - - - - - Waiting for %1's response... - Waiting for %1's response... - - - - - - - - - Copied to clipboard - Copied to clipboard - - - - - Chat key - Chat key - - - - - Share Profile URL - Share Profile URL - - - Chat settings - Chat settings - - - Nickname - Nickname - - - None - None - - - - - Remove contact - Remove contact - - - - - Are you sure you want to remove this contact? - Are you sure you want to remove this contact? - - - - PublicChatPopup - - - - You need to enter a channel name - You need to enter a channel name - - - - - The channel name can only contain lowercase letters, numbers and dashes - The channel name can only contain lowercase letters, numbers and dashes - - - - - Join public chat - Join public chat - - - - - A public chat is where you get to hang out with others, make friends and talk about subjects of your interest. - A public chat is where you get to hang out with others, make friends and talk about subjects of your interest. - - - - - chat-name - chat-name - - - - - Start chat - Start chat - - - - RateView - - - - Bandwidth - Bandwidth - - - - - Upload - Upload - - - - - - - Kb/s - Kb/s - - - - - Download - Download - - - - ReceiveModal - - - - Receive - Receive - - - - - Legacy - Legacy - - - - - Multichain - Multichain - - - - - Your Address - Your Address - - - - - Copy - Copy - - - - RecipientSelector - - - - Invalid ethereum address - Invalid ethereum address - - - - - Address - Address - - - - - My account - My account - - - - - Contact - Contact - - - - - Recipient - Recipient - - - - RenameAccontModal - - - - Rename %1 - Rename %1 - - - - - Enter an account name... - Enter an account name... - - - - - You need to enter an account name - You need to enter an account name - - - - - This is not a valid account name - This is not a valid account name - - - - - color - color - - - - - Change Name - Change Name - - - - - Changing settings failed - Changing settings failed - - - - RenameGroupPopup - - Group name - Group name - - - Save - Save - - - - - - - Edit group name and image - Edit group name and image - - - - - Name the group - Name the group - - - - - Group image - Group image - - - - - Choose an image as logo - Choose an image as logo - - - - - Use as an icon for this group chat - Use as an icon for this group chat - - - - - Standard colours - Standard colours - - - - - Save changes - Save changes - - - - Retry - - Resend - Resend - - - - RightTabView - - - - - - Assets - Assets - - - - - Collectibles - Collectibles - - - - - Activity - Activity - - - History - History - - - - RootStore - - - - You - You - - - - - Start a 1-on-1 chat with %1 - Start a 1-on-1 chat with %1 - - - - - Join the %1 community - Join the %1 community - - - - - Join the %1 group chat - Join the %1 group chat - - - - SavedAddressesDelegate - - - - Edit - Edit - - - - - - - Delete - Delete - - - - - Are you sure? - Are you sure? - - - - - Are you sure you want to remove '%1' from your saved addresses? - Are you sure you want to remove '%1' from your saved addresses? - - - - - Cancel - Cancel - - - - SavedAddressesView - - - - Saved addresses - Saved addresses - - - - - Add new address - Add new address - - - Edit - Edit - - - Are you sure you want to remove '%1' from your saved addresses? - Are you sure you want to remove '%1' from your saved addresses? - - - Are you sure? - Are you sure? - - - Cancel - Cancel - - - Delete - Delete - - - - - No saved addresses - No saved addresses - - - - SearchBox - - - - Search - Search - - - - SearchEngineModal - - - - Search engine - Search engine - - - - - None - None - - - - SearchResults - - - - Non contacts - Non contacts - - - - - No profile found - No profile found - - - - SeedPhrase - - - - Reveal seed phrase - Reveal seed phrase - - - - - Write down your seed phrase - Write down your seed phrase - - - - - The next screen contains your seed phrase.<br/><b>Anyone</b> who sees it can use it to access to your funds. - The next screen contains your seed phrase.<br/><b>Anyone</b> who sees it can use it to access to your funds. - - - - SeedPhraseBackupWarning - - - - Back up your seed phrase - Back up your seed phrase - - - - - Back up - Back up - SeedPhraseInputView - - Keys for this account already exist - Keys for this account already exist - - - Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase - Keys for this account already exist and can't be added again. If you've lost your password, passcode or Keycard, uninstall the app, reinstall and access your keys by entering your seed phrase - - - Error importing seed - Error importing seed - - - - - Enter seed phrase - Enter seed phrase - - - %1 words - %1 words - - - + + %n word(s) - - - + + %n word + %n words - - - - Recover Keycard - Recover Keycard - - - - - Next - Next - - - %1SeedButton - %1SeedButton - - - - - Invalid seed - Invalid seed - - - - - Restore Status Profile - Restore Status Profile - - - - - Import - Import - - - - SeedPhraseTextArea - - Invalid seed phrase - Invalid seed phrase - - - This seed phrase doesn't match our supported dictionary. Check for misspelled words. - This seed phrase doesn't match our supported dictionary. Check for misspelled words. - - - Start with the first word - Start with the first word - - - - SeedPhraseView - - - - Write down your seed phrase - Write down your seed phrase - - - - - You will need this to recover your Keycard if you loose -your PIN of if the wrong PIN is entered five times in a row. - You will need this to recover your Keycard if you loose -your PIN of if the wrong PIN is entered five times in a row. - - - - - Next - Next - - - - SeedPhraseWordsInputView - - - - Enter seed phrase words - Enter seed phrase words - - - - - Invalid word - Invalid word - - - - - Next - Next - - - - SelectAccountModal - - - - Select account - Select account - - - - - Select account to share and receive assets - Select account to share and receive assets - - - - - Confirm and share address - Confirm and share address - - - - SelectAnotherAccountModal - - - - Your keys - Your keys - - - - - Add another existing key - Add another existing key - - - - SelectGeneratedAccount - - - - Import new Seed Phrase - Import new Seed Phrase - - - - - Generate from Private key - Generate from Private key - - - - - Add a watch-only address - Add a watch-only address - - - - - Imported - Imported - - - - - Add new - Add new - - - - - Origin - Origin - - - - SelectKeyPair - - - - Select a key pair - Select a key pair - - - - - Select which key pair you’d like to move to this Keycard - Select which key pair you’d like to move to this Keycard - - - - - Profile key pair - Profile key pair - - - - - Other key pairs - Other key pairs - - - - SendContactRequestMenuItem - - - - Send Contact Request - Send Contact Request - - - - SendContactRequestModal - - - - Send Contact Request to chat key - Send Contact Request to chat key - - - - - Paste - Paste - - - - - Enter chat key here - Enter chat key here - - - - - - - Say who you are / why you want to become a contact... - Say who you are / why you want to become a contact... - - - - - - - who are you - who are you - - - - - - - Send Contact Request - Send Contact Request - - - - - Send Contact Request to %1 - Send Contact Request to %1 - - - - SendMessageMenuItem - - - - Send message - Send message - - - - SendModal - - - - Error sending the transaction - Error sending the transaction - - - - - Send - Send - - - Max: - Max: - - - - - No balances active - No balances active - - - Please enter a valid amount - Please enter a valid amount - - - - - Max: %1 - Max: %1 - - - - - To - To - - - - - Enter an ENS name or address - Enter an ENS name or address - - - - - Paste - Paste - - - - - Fees - Fees - - - Error estimating gas: %1 - Error estimating gas: %1 - - - Wrong password - Wrong password - - - - - Transaction pending... - Transaction pending... - - - - - View on etherscan - View on etherscan - - - - SendModalFooter - - - - Estimated Time: - Estimated Time: - - - - - Max Fees: - Max Fees: - - - - - Send - Send - - - - SendToContractWarning - - - - Tokens will be sent directly to a contract address, which may result in a loss of funds. To transfer ERC-20 tokens, ensure the recipient address is the address of the destination wallet. - Tokens will be sent directly to a contract address, which may result in a loss of funds. To transfer ERC-20 tokens, ensure the recipient address is the address of the destination wallet. - - - - SendTransactionButton - - - - Sign and send - Sign and send - - - - SettingsDirtyToastMessage - - - - Changes detected - Changes detected - - - - - Cancel - Cancel - - - - - Save changes - Save changes - - - - SignMessageModal - - - - Signature request - Signature request - - - - - From - From - - - - - Data - Data - - - - - Message - Message - - - - - Reject - Reject - - - - - Sign - Sign - - - - - Sign with password - Sign with password - - - - SignPhraseModal - - - - Signing phrase - Signing phrase - - - - - This is your signing phrase - This is your signing phrase - - - - - You should see these 3 words before signing each transaction - You should see these 3 words before signing each transaction - - - - - If you see a different combination, cancel the transaction and sign out - If you see a different combination, cancel the transaction and sign out - - - - - Ok, got it - Ok, got it - - - - - Remind me later - Remind me later - - - - SignTransactionModal - - - - - - Send - Send - - - - - Error sending the transaction - Error sending the transaction - - - - - - - Continue - Continue - - - - - Choose account - Choose account - - - - - Network fee - Network fee - - - - - Error estimating gas: %1 - Error estimating gas: %1 - - - - - Transaction preview - Transaction preview - - - - - - - Sign with password - Sign with password - - - - - Send %1 %2 - Send %1 %2 - - - - - Next - Next - - - - - Wrong password - Wrong password - - - - - Transaction pending... - Transaction pending... - - - - - View on etherscan - View on etherscan - - - - SocialLinksModal - - - - Social Links - Social Links - - - - - Custom links - Custom links - - - - - Add another custom link - Add another custom link - - - - StateBubble - - - - Pending - Pending - - - - - Confirmed - Confirmed - - - - - Unknown token - Unknown token - - - - - Address requested - Address requested - - - - - Waiting to accept - Waiting to accept - - - - - Address shared - Address shared - - - - - Address received - Address received - - - - - Transaction declined - Transaction declined - - - - - failure - failure - - - - - Unknown state - Unknown state - - - - StaticSocialLinkInput - - - - Twitter Handle - Twitter Handle - - - - - Personal Site - Personal Site - - - - - Github - Github - - - - - YouTube Channel - YouTube Channel - - - - - Discord Handle - Discord Handle - - - - - Telegram Handle - Telegram Handle - - - - StatusActivityCenterButton - - - - Activity - Activity - - - - StatusAddressOrEnsValidator - - - - Please enter a valid address or ENS name. - Please enter a valid address or ENS name. - - - - StatusAddressPage - - - - Copy Action: - Copy Action: - - - - StatusAddressValidator - - - - Please enter a valid address. - Please enter a valid address. - - - - StatusAppChatView - - - - More - More - - - - - Join public chats - Join public chats - - - - - Start chat - Start chat - - - - StatusAppCommunitiesPortalView - - - - Find community - Find community - - - - - Featured - Featured - - - - - Popular - Popular - - - - StatusAppCommunityView - - - - Search - Search - - - - - - - Members - Members - - - - - Community content here - Community content here - - - - StatusAssetSelector - - - - Search for token or enter token address - Search for token or enter token address - - - - StatusAsyncEnsValidator - - - - ENS name could not be resolved in to an address - ENS name could not be resolved in to an address - - - - StatusAsyncValidator - - - - invalid input - invalid input - - - - StatusBadge - - - - 99+ - 99+ - - - - StatusChatImageExtensionValidator - - - - Format not supported. - Format not supported. - - - - - Upload %1 only - Upload %1 only - - - - StatusChatImageLoader - - - - Error loading the image - Error loading the image - - - - - Loading image... - Loading image... - StatusChatImageQtyValidator - - - - You can only upload %1 images at a time - You can only upload %1 images at a time - - - - StatusChatImageSizeValidator - - - - Max image size is %1 MB - Max image size is %1 MB - - - - StatusChatInfoButton - - - - Unmute - Unmute - - - - %Ln pinned message(s) - - - + + + You can only upload %n image(s) at a time + + You can only upload %n image at a time + You can only upload %n images at a time - StatusChatInput - - - - Message - Message - - - - - Please choose an image - Please choose an image - - - - - Image files (%1) - Image files (%1) - - - - - Your message is too long. - Your message is too long. - - - - - Please make your message shorter. We have set the limit to 2000 characters to be courteous of others. - Please make your message shorter. We have set the limit to 2000 characters to be courteous of others. - - - - - Bold - Bold - - - - - Italic - Italic - - - - - Strikethrough - Strikethrough - - - - - Code - Code - - - - - Quote - Quote - - - Send - Send - - - - - Unblock - Unblock - - - - StatusChatListAndCategories - - - - Add channel inside category - Add channel inside category - - - - - More - More - - - - StatusChatListCategoryItem - - - - Add channel inside category - Add channel inside category - - - - - More - More - - - - StatusChatListItem - - - - Unmute - Unmute - - - - StatusChatToolBar - - Search - Search - - - Members - Members - - - More - More - - - - StatusColorDialog - - - - This is not a valid color - This is not a valid color - - - - - Preview - Preview - - - - - Standart colours - Standart colours - - - - - Select Colour - Select Colour - - - - StatusColorSelector - - - - Color - Color - - - - StatusColorSpacePage - - - - Thickness - Thickness - - - - - Min saturate: - Min saturate: - - - - - Max saturate: - Max saturate: - - - - - Min value: - Min value: - - - - - Max value: - Max value: - - - - - Color - Color - - - - StatusCommunityTagsPage - - - - Select tags that will fit your Community - Select tags that will fit your Community - - - - - Search tags - Search tags - - - - - Selected tags - Selected tags - - - - StatusDateGroupLabel - - - - Today - Today - - - - - Yesterday - Yesterday - - - - StatusDatePicker - - - - Previous year - Previous year - - - - - Previous month - Previous month - - - - - Show current month - Show current month - - - - - Next month - Next month - - - - - Next year - Next year - - - - StatusDialog - - - - Close - Close - - - - - Abort - Abort - - - - - Cancel - Cancel - - - - - No to all - No to all - - - - - No - No - - - - - Open - Open - - - - - Save - Save - - - - - Save all - Save all - - - - - Retry - Retry - - - - - Ignore - Ignore - - - - - Ok - Ok - - - - - Yes to all - Yes to all - - - - - Yes - Yes - - - - - Apply - Apply - - - - StatusETHTransactionModal - - - - Contract interaction - Contract interaction - - - - - Wrong password - Wrong password - - - - - Error sending the transaction - Error sending the transaction - - - - - Continue - Continue - - - - - Choose account - Choose account - - - - - - - Sign with password - Sign with password - - - - - Next - Next - - - - StatusEmojiSection - - - - No recent emojis - No recent emojis - - - - StatusExpandableSettingsItemPage - - - - Back up seed phrase - Back up seed phrase - - - - - Not Implemented - Not Implemented - - - - StatusFloatValidator - - - - Please enter a valid numeric value. - Please enter a valid numeric value. - - - - StatusGifColumn - - - - Remove from favorites - Remove from favorites - - - - - Add to favorites - Add to favorites - - - - StatusGifPopup - - Search Tenor - Search Tenor - - - - - Search - Search - - - - - TRENDING - TRENDING - - - - - FAVORITES - FAVORITES - - - - - RECENT - RECENT - - - Enable Tenor GIFs? - Enable Tenor GIFs? - - - Once enabled, GIFs posted in the chat may share your metadata with Tenor. - Once enabled, GIFs posted in the chat may share your metadata with Tenor. - - - Enable - Enable - - - Favorite GIFs will appear here - Favorite GIFs will appear here - - - Recent GIFs will appear here - Recent GIFs will appear here - - - Error while contacting Tenor API, please retry. - Error while contacting Tenor API, please retry. - - - Retry - Retry - - - - StatusImageCropPanelPage - - - - Cycle image - Cycle image - - - - - Cycle spacing - Cycle spacing - - - - - Cycle frame margins - Cycle frame margins - - - - - Load external image - Load external image - - - - - Test Title - Test Title - - - - - Supported image formats (%1) - Supported image formats (%1) - - - - StatusIntValidator - - - - Please enter a valid numeric value. - Please enter a valid numeric value. - - - - StatusItemSelector - - - - and - and - - - - - or - or - - - - StatusListPicker - - - - Search - Search - - - - StatusListPickerPage - - - - - - Search Languages - Search Languages - - - - - - - Search Currencies - Search Currencies - - - - StatusMacNotification - - - - My latest message - with a return - My latest message - with a return - - - - - Open - Open - - - - StatusMessage - - - - (edited) - (edited) - - - - StatusMessageEmojiReactions - - - - and - and - - - - - %1 more - %1 more - - - - - %1 reacted with %2 - %1 reacted with %2 - - - - - Add reaction - Add reaction - - - - StatusMessageHeader - - - - You - You - - - - StatusMessageReply - - - - You - You - - - - StatusNotification - - - - Open - Open - - - - StatusPasswordStrengthIndicator - - - - Very weak - Very weak - - - - - Weak - Weak - - - - - So-so - So-so - - - - - Good - Good - - - - - Great - Great - - - - StatusSNTTransactionModal - - - - - - - - Authorize %1 %2 - Authorize %1 %2 - - - - - Error sending the transaction - Error sending the transaction - - - - - Wrong password - Wrong password - - - - - Continue - Continue - - - - - Choose account - Choose account - - - - - - - Sign with password - Sign with password - - - - - Send %1 %2 - Send %1 %2 - - - - - Next - Next - - - - StatusSearchListPopup - - - - Search... - Search... - - - - StatusSearchLocationMenu - - - - Anywhere - Anywhere - - - - StatusSearchPopup - - - - No results - No results - - - - - Anywhere - Anywhere - - - - - Search - Search - - - - - In: - In: - - - In - In - - - - StatusSpellcheckingMenuItems - - - - Add to dictionary - Add to dictionary - - - - - Disable Spellchecking - Disable Spellchecking - - - - StatusStackModal - - - - StackModal - StackModal - - - - - Next - Next - - - - - Finish - Finish - - - - StatusStickerButton - - - - Buy for %1 SNT - Buy for %1 SNT - - - - - Uninstall - Uninstall - - - - - Install - Install - - - - - Free - Free - - - - - Pending... - Pending... - - - - - Cancel - Cancel - - - - - Update - Update - - - - StatusStickerMarket - - - - This feature is experimental and is meant for testing purposes by core contributors and the community. It's not meant for real use and makes no claims of security or integrity of funds or data. Use at your own risk. - This feature is experimental and is meant for testing purposes by core contributors and the community. It's not meant for real use and makes no claims of security or integrity of funds or data. Use at your own risk. - - - - - I understand - I understand - - - - StatusStickersPopup - - - - You don't have any stickers yet - You don't have any stickers yet - - - - - Recently used stickers will appear here - Recently used stickers will appear here - - - - - Get Stickers - Get Stickers - - - - StatusTagSelectorPage - - - - To: - To: - - - - - USER LIMIT REACHED - USER LIMIT REACHED - - - - StatusTokenInlineSelector - - - - Hold - Hold - - - - - or - or - - - - - to post - to post - - - - StatusUrlValidator - - - - Please enter a valid URL - Please enter a valid URL - - - - StatusValidator - - - - invalid input - invalid input - - - - StatusWalletColorSelect - - - - Account color - Account color - - - - StatusWindowsTitleBar - - - - Status - Status - - - - SubheaderTabBar - - - - Step %1 of %2 - Step %1 of %2 - - - - TabAddressSelectorView - - - - Saved - Saved - - - - - My Accounts - My Accounts - - - - - Recent - Recent - - - - - Search for saved address - Search for saved address - - - - - No Saved Address - No Saved Address - - - - - No Recents - No Recents - - - - ToastMessage - - - - View on Etherscan - View on Etherscan - - - - - - - Transaction pending... - Transaction pending... - - - - TokenSettingsModal - - - - Manage Assets - Manage Assets - - - - - Add custom token - Add custom token - - - - TokenSettingsModalContent - - - - Token details - Token details - - - - - Remove token - Remove token - - - - - Custom - Custom - - - - - Default - Default - - - - TokensPanel - - Amount - Amount - - - - TouchIDAuthView - - - - Biometrics - Biometrics - - - - - Would you like to use TouchID instead of a PIN code -to login to Status using your Keycard? - Would you like to use TouchID instead of a PIN code -to login to Status using your Keycard? - - - - - Would you like to use Touch ID -to login to Status? - Would you like to use Touch ID -to login to Status? - - - - - Yes, use Touch ID - Yes, use Touch ID - - - - - I prefer to use my PIN - I prefer to use my PIN - - - - - I prefer to use my password - I prefer to use my password - - - - TransactionBubbleView - - - - Transaction request - Transaction request - - - - - ↑ Outgoing transaction - ↑ Outgoing transaction - - - - - ↓ Incoming transaction - ↓ Incoming transaction - - - - - Token not found on your current network - Token not found on your current network - - - - TransactionDelegate - - From - From - - - To - To - - - At - At - - - - - Receive %1 - Receive %1 - - - - - - - Send %1 to %2 - Send %1 to %2 - - - - TransactionDetailView - - - - Activity - Activity - - - - - - - Received %1 %2 from %3 - Received %1 %2 from %3 - - - - - - - Sent %1 %2 to %3 - Sent %1 %2 to %3 - - - - - Transaction summary - Transaction summary - - - - - Fees - Fees - - - - - Data - Data - - - - - Time - Time - - - - - %1 <font color="#939BA1">on</font> %2 - %1 <font color="#939BA1">on</font> %2 - - - - - Confirmations - Confirmations - - - - - Nonce - Nonce - - - - - Base fee - Base fee - - - - - %1 Gwei - %1 Gwei - - - - - Tip - Tip - - - - - - - %1 Gwei <font color="#939BA1">&#8226; Max: %2 Gwei</font> - %1 Gwei <font color="#939BA1">&#8226; Max: %2 Gwei</font> - - - - - Total fee - Total fee - - - - TransactionModal - - - - Transaction Details - Transaction Details - - - - - confirmation(s) - confirmation(s) - - - - - When the transaction has 12 confirmations you can consider it settled. - When the transaction has 12 confirmations you can consider it settled. - - - - - Block - Block - - - - - Hash - Hash - - - - - From - From - - - - - To - To - - - - - Gas limit - Gas limit - - - - - Gas price - Gas price - - - - - Gas used - Gas used - - - - - Nonce - Nonce - - - - TransactionPreview - - - - From - From - - - - - Recipient - Recipient - - - - - Unknown - Unknown - - - - - Asset - Asset - - - - - Amount - Amount - - - - - Network fee - Network fee - - - - - Data - Data - - - - - Data field - Data field - - - - TransactionSettingsConfirmationPopup - - - - Are you sure? - Are you sure? - - - - - Your priority fee is below our suggested parameters. - Your priority fee is below our suggested parameters. - - - - - Current base fee - Current base fee - - - - - - - - - - - - - - - - - %1 Gwei - %1 Gwei - - - - - Current minimum tip - Current minimum tip - - - - - Current average tip - Current average tip - - - - - Your tip limit - Your tip limit - - - - - Suggested minimum tip - Suggested minimum tip - - - - - Your price limit - Your price limit - - - - - Suggested minimum price limit - Suggested minimum price limit - - - - - Change Limit - Change Limit - - - - - Continue anyway - Continue anyway - - - - TransactionSigner - - - - You need to enter a password - You need to enter a password - - - - - Password needs to be 6 characters or more - Password needs to be 6 characters or more - - - - - Signing phrase - Signing phrase - - - - - Signing phrase is a 3 word combination that displayed when you entered the wallet on this device for the first time. - Signing phrase is a 3 word combination that displayed when you entered the wallet on this device for the first time. - - - - - Enter the password you use to unlock this device - Enter the password you use to unlock this device - - - - - Password - Password - - - - - Enter password - Enter password - - - - TransferOwnershipPopup - - - - Transfer ownership - Transfer ownership - - - - - Community private key - Community private key - - - - - Copy - Copy - - - - - Copied - Copied - - - - - You should keep it safe and only share it with people you trust to take ownership of your community - You should keep it safe and only share it with people you trust to take ownership of your community - - - - - You can also use this key to import your community on another device - You can also use this key to import your community on another device - - - - UnblockContactConfirmationDialog - - - - - - Unblock User - Unblock User - - - - - Unblocking will allow new messages you received from %1 to reach you. - Unblocking will allow new messages you received from %1 to reach you. - - - - UploadProfilePicModal - - Upload profile picture - Upload profile picture - - - Choose an image for profile picture - Choose an image for profile picture - - - Profile picture - Profile picture - - - Make this my profile picture - Make this my profile picture - - - Remove - Remove - - - Upload - Upload - - - Done - Done - - - - UserListPanel - - Offline - Offline - - - - - Online - Online - - - - - Inactive - Inactive - - - Do not disturb - Do not disturb - - - Idle - Idle - - - - UserStatusContextMenu - - - - View My Profile - View My Profile - - - - - Always online - Always online - - - - - Inactive - Inactive - - - - - Set status automatically - Set status automatically - - - Online - Online - - - Offline - Offline - - - - UsernameLabel - - - - You - You - - - - Utils - - - - Sun - Sun - - - - - Mon - Mon - - - - - Tue - Tue - - - - - Wed - Wed - - - - - Thu - Thu - - - - - Fri - Fri - - - - - Sat - Sat - - - - - Jan - Jan - - - - - Feb - Feb - - - - - Mar - Mar - - - - - Apr - Apr - - - - - May - May - - - - - Jun - Jun - - - - - Jul - Jul - - - - - Aug - Aug - - - - - Sep - Sep - - - - - Oct - Oct - - - - - Nov - Nov - - - - - Dec - Dec - - - - - Yesterday - Yesterday - - - - - Sunday - Sunday - - - - - Monday - Monday - - - - - Tuesday - Tuesday - - - - - Wednesday - Wednesday - - - - - Thursday - Thursday - - - - - Friday - Friday - - - - - Saturday - Saturday - - - - - NOW - NOW - - - - - %1M - %1M - - - - - %1H - %1H - - - - - %1D - %1D - - - - - words - words - - - - - You need to enter a password - You need to enter a password - - - - - Password needs to be 6 characters or more - Password needs to be 6 characters or more - - - - - You need to repeat your password - You need to repeat your password - - - - - Passwords don't match - Passwords don't match - - - - - You need to enter a PIN - You need to enter a PIN - - - - - The PIN must contain only digits - The PIN must contain only digits - - - - - The PIN must be exactly %1 digits - The PIN must be exactly %1 digits - - - The PIN must be exactly 6 digits - The PIN must be exactly 6 digits - - - - - You need to repeat your PIN - You need to repeat your PIN - - - - - PIN don't match - PIN don't match - - - - - - - You need to enter a %1 - You need to enter a %1 - - - - - The %1 cannot exceed %2 characters - The %1 cannot exceed %2 characters - - - - - Must be an hexadecimal color (eg: #4360DF) - Must be an hexadecimal color (eg: #4360DF) - - - - - Use only lowercase letters (a to z), numbers & dashes (-). Do not use chat keys. - Use only lowercase letters (a to z), numbers & dashes (-). Do not use chat keys. - - - - - Value has to be at least %1 characters long - Value has to be at least %1 characters long - - - - - Unknown - Unknown - - - - - < 1 min - < 1 min - - - - - < 3 mins - < 3 mins - - - - - < 5 mins - < 5 mins - - - - - > 5 mins - > 5 mins - - - - - years ago - years ago - - - - - year ago - year ago - - - - - months ago - months ago - - - - - month ago - month ago - - - - - weeks ago - weeks ago - - - - - week ago - week ago - - - - - days ago - days ago - - - - - day ago - day ago - - - - - hours ago - hours ago - - - - - hour ago - hour ago - - - - - mins ago - mins ago - - - - - min ago - min ago - - - - - secs ago - secs ago - - - - - sec ago - sec ago - - - - - now - now - - - - ViewProfileMenuItem - - - - View Profile - View Profile - - - - WakuNodesModal - - - - Waku nodes - Waku nodes - - - - - Use Waku nodes - Use Waku nodes - - - - - Select node automatically - Select node automatically - - - - - Waku Nodes - Waku Nodes - - - - - Node %1 - Node %1 - - - - - Add a new node - Add a new node - - - - WalletFooter - - - - Send - Send - - - - - Receive - Receive - - - - - Buy / Sell - Buy / Sell - - - - WalletView - - - - - - - - - - Wallet - Wallet - - - - - Networks - Networks - - - - - DApp Permissions - DApp Permissions - - - - - Testnet Mode - Testnet Mode - - - - WelcomeView - - - - Welcome to Status - Welcome to Status - - - - - Your fully decentralized gateway to Ethereum and Web3. Crypto wallet, privacy first group chat, and dApp browser. - Your fully decentralized gateway to Ethereum and Web3. Crypto wallet, privacy first group chat, and dApp browser. - - - - - I am new to Status - I am new to Status - - - - - I already use Status - I already use Status - - - - main - - - - StatusQ Documentation App - StatusQ Documentation App - - - - - Status Desktop - Status Desktop - - - - - Open Status - Open Status - - - - - Quit - Quit - - - \ No newline at end of file + StatusChatInfoButton + + + + %Ln pinned message(s) + + %Ln pinned message + %Ln pinned messages + + + + diff --git a/ui/imports/shared/views/chat/MessageView.qml b/ui/imports/shared/views/chat/MessageView.qml index d004ad538e..b653edb545 100644 --- a/ui/imports/shared/views/chat/MessageView.qml +++ b/ui/imports/shared/views/chat/MessageView.qml @@ -842,8 +842,8 @@ Loader { ConfirmationDialog { confirmButtonObjectName: "chatButtonsPanelConfirmDeleteMessageButton" - header.title: qsTrId("Confirm deleting this message") - confirmationText: qsTrId("Are you sure you want to delete this message? Be aware that other clients are not guaranteed to delete the message as well.") + header.title: qsTr("Confirm deleting this message") + confirmationText: qsTr("Are you sure you want to delete this message? Be aware that other clients are not guaranteed to delete the message as well.") height: 260 checkbox.visible: true executeConfirm: function () { diff --git a/ui/nim-status-client.pro b/ui/nim-status-client.pro index c4aa47721d..074f28696c 100644 --- a/ui/nim-status-client.pro +++ b/ui/nim-status-client.pro @@ -19,6 +19,7 @@ SOURCES += $$files("$$PWD/*.js", true) # Other *.ts files will be provided by Lokalise platform TRANSLATIONS += \ + i18n/qml_base.ts \ i18n/qml_en.ts \ OTHER_FILES += $$files("$$PWD/*.qml", true)