tokenary/Shared/Strings.swift
ivan grachev 38200a8d9e fix x
2023-10-29 18:30:54 +03:00

101 lines
4.9 KiB
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Copyright © 2021 Tokenary. All rights reserved.
import Foundation
struct Strings {
static let sendTransaction = "Send Transaction"
static let signMessage = "Sign Message"
static let signPersonalMessage = "Sign Personal Message"
static let signTypedData = "Sign Typed Data"
static let cancel = "Cancel"
static let ok = "OK"
static let connecting = "Connecting"
static let somethingWentWrong = "Something went wrong"
static let failedToSend = "Failed to send"
static let failedToSign = "Failed to sign"
static let failedToSwitchChain = "Failed to switch chain"
static let tokenary = "Tokenary"
static let showTokenary = "Show " + tokenary
static let enterTokenary = "Enter " + tokenary
static let quit = "Quit"
static let quitTokenary = "Quit Tokenary?"
static let youWontBeAbleToSignRequests = "You won't be able to sign requests."
static let enableSafariExtension = "Enable Safari extension"
static let dropUsALine = "Drop us a line"
static let viewOnGithub = "View on GitHub"
static let viewOnX = "View on 𝕏"
static let walletConnectClientDescription = "Crypto wallet for macOS"
static let start = "Start"
static let removeAccount = "Remove account"
static let removeWallet = "Remove wallet"
static let showPrivateKey = "Show private key"
static let showSecretWords = "Show secret words"
static let enterKeystorePassword = "Enter keystore password"
static let importWalletTextFieldPlaceholder = "Options:\n\n• Private Key\n• Secret Words\n• Keystore"
static let failedToImportWallet = "Failed to import wallet"
static let welcomeScreenText = "Sign crypto transactions.\n\nIn Safari.\n\nOn any website."
static let createPassword = "Create Password"
static let repeatPassword = "Repeat Password"
static let enterPassword = "Enter Password"
static let copyAddress = "Copy address"
static let viewOnEtherscan = "View on Etherscan"
static let viewOnSolanaExplorer = "View on Solana explorer"
static let testnets = "Testnets"
static let backUpNewWallet = "Back up new wallet"
static let youWillSeeSecretWords = "You will see 12 secret words."
static let removedWalletsCantBeRecovered = "Removed wallets can't be recovered."
static let removeAnyway = "Remove anyway"
static let iUnderstandTheRisks = "I understand the risks"
static let privateKey = "Private key"
static let secretWords = "Secret words"
static let copy = "Copy"
static let canceled = "Canceled"
static let failedToVerify = "Failed to verify"
static let wallets = "Wallets"
static let selectAccountTwoLines = "Select\nAccount"
static let selectAccount = "Select Account"
static let selectNetwork = "Select Network"
static let selectTestnet = "Select Testnet"
static let importWallet = "Import Wallet"
static let addWallet = "Add Wallet"
static let createNew = "Create New"
static let importExisting = "💼 Import Existing"
static let passwordDoesNotMatch = "Password does not match"
static let toRemoveWallet = "To remove wallet"
static let secretWordsGiveFullAccess = "Secret words give full access to your funds."
static let privateKeyGivesFullAccess = "Private key gives full access to your funds."
static let toShowSecretWords = "To show secret words"
static let toShowPrivateKey = "To show private key"
static let loading = "Loading"
static let failedToLoad = "Failed to load"
static let tryAgain = "Try again"
static let noData = "There is no data yet"
static let refresh = "Refresh"
static let tokenaryIsEmpty = "Tokenary is empty"
static let pleaseTypeAtLeast = "Please type at least 4 characters"
static let unknownWebsite = "Unknown website ⚠️"
static let calculating = "Calculating…"
static let howToEnableSafariExtension = "How to enable Safari extension?"
static let shareInvite = "Share an invite"
static let approveTransaction = "Approve Transaction"
static let multicoinWallet = "Multicoin Wallet"
static let privateKeyWallets = "Private Key Wallets"
static let editAccounts = "Edit accounts"
static let removingTheLastAccount = "Removing the last account removes the wallet as well"
static let selectNetworkOptionally = "Select network (optionally)"
static let isSelected = "Selected"
static let data = "Data"
static let viewOnNearExplorer = "View on Near explorer"
static let sendingTransaction = "Sending a transaction"
static let disconnect = "Disconnect"
static let switchAccount = "Switch Account"
static let switchAccountTwoLines = "Switch\nAccount"
static let unknownNetwork = "Unknown network ⚠️"
static let addAccountToConnect = "Add %@ account to connect"
static let thisAppVersionIsNoLongerSupported = "this app version is no longer supported 🥺"
static let pleaseGetANewOne = "please get a new one"
static let notNow = "not now"
}