/** * Copyright (c) TonTech. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ import rosetta from 'rosetta'; import en from '../locales/en'; export declare const i18n: rosetta.Rosetta<{ readonly wallet: { readonly connect: "Connect"; readonly disconnect: "Disconnect"; readonly connectWallet: "Connect Wallet"; readonly noWalletsFound: "No wallets found"; }; readonly transaction: { readonly sendTransaction: "Send Transaction"; readonly processing: "Processing..."; readonly status: { readonly pending: "Processing..."; readonly completed: "Success"; readonly failed: "Failed"; }; }; readonly balances: { readonly sendTon: "Send {{ amount }} TON"; readonly sendJetton: "Send {{ amount }} TON"; readonly sendJettonWithAmount: "Send {{ amount }} {{ symbol }}"; }; readonly nft: { readonly onSale: "On Sale"; }; readonly tokenSelect: { readonly emptyNoMatch: "We didn't find any tokens."; readonly emptyTryAddress: "Try searching by address."; readonly emptyForNetwork: "No tokens available for the selected network."; }; readonly defi: { readonly unsupportedNetwork: "Network is not supported"; readonly networkError: "Network error, please try again"; readonly providerNotFound: "Provider not found"; readonly noDefaultProvider: "No provider configured"; readonly invalidProvider: "Invalid provider"; readonly invalidParams: "Invalid parameters"; }; readonly swap: { readonly pay: "Pay"; readonly receive: "Receive"; readonly max: "MAX"; readonly continue: "Continue"; readonly enterAmount: "Enter an amount"; readonly insufficientBalance: "Insufficient balance"; readonly tooManyDecimals: "Too many decimal places"; readonly quoteError: "Unable to get a quote"; readonly invalidQuote: "Quote is invalid"; readonly insufficientLiquidity: "Insufficient liquidity for this swap"; readonly quoteExpired: "Quote expired, please try again"; readonly buildTxFailed: "Couldn't build the swap transaction"; readonly selectToken: "Select Token"; readonly searchToken: "Search..."; readonly settings: "Swap settings"; readonly slippage: "Slippage"; readonly slippageError: "The maximum slippage tolerance cannot be more than 50%. The recommended range is 1%"; readonly slippageWarning: "High slippage tolerance increases the risk of an unfavorable trade"; readonly provider: "Provider"; readonly save: "Save"; readonly minReceived: "Min Received"; readonly confirmTitle: "Confirm swap transaction"; readonly confirm: "Confirm"; readonly sendFailed: "Transaction failed"; readonly loading: "Loading..."; }; readonly lowBalance: { readonly title: "Not enough TON"; readonly messageReduce: "This operation requires ~{{ amount }} TON which exceeds your TON balance. Reduce the amount to continue."; readonly messageTopup: "This operation needs ~{{ amount }} TON to cover network fees. Top up your TON balance to continue."; readonly messageGasless: "This operation needs ~{{ amount }} TON which exceeds your TON balance. Switch to gasless to pay the fee in a jetton instead."; readonly change: "Change amount"; readonly switchToGasless: "Switch to gasless"; readonly cancel: "Cancel"; readonly close: "Close"; }; readonly staking: { readonly stake: "Stake"; readonly unstake: "Unstake"; readonly continue: "Stake"; readonly insufficientBalance: "Insufficient balance"; readonly tooManyDecimals: "Too many decimal places"; readonly quoteError: "Unable to get a quote"; readonly invalidParams: "Invalid staking parameters"; readonly unsupportedOperation: "Operation not supported by this provider"; readonly youGet: "You get"; readonly currentApy: "Current APY"; readonly max: "MAX"; readonly exchangeRate: "Exchange rate"; readonly stakedBalance: "Staked balance"; readonly unstakeType: "Unstake type"; readonly maximumReward: "Maximum reward"; readonly instant: "Instant"; readonly instantLimit: "Limit: {{ limit }}"; readonly maximumRewardLimit: "Next cycle"; readonly whenAvailable: "When available"; readonly whenAvailableLimit: "No limits"; readonly yourBalance: "Your balance"; readonly provider: "Provider"; readonly settings: "Staking settings"; readonly save: "Save"; readonly confirmStakingTitle: "Confirm staking"; readonly confirmUnstakingTitle: "Confirm unstaking"; readonly confirm: "Confirm"; readonly sendFailed: "Transaction failed"; readonly loading: "Loading..."; }; }>; export { en }; export declare const defaultLanguage = "en"; export type I18n = typeof i18n; export type Dict = typeof en; //# sourceMappingURL=i18n.d.ts.map