Skip to content
Prev Previous commit
Next Next commit
extract strings
  • Loading branch information
ikethirdweb committed Oct 18, 2023
commit f833e6de02ee56d09fd145604f9062b4b8fadf11
66 changes: 65 additions & 1 deletion packages/react-native/src/evm/i18n/strings.ts
Original file line number Diff line number Diff line change
@@ -1 +1,65 @@
export const strings = {};
export const en = {
connect_wallet: {
label: "Connect Wallet",
},
connect_wallet_details: {
additional_actions: "Additional Actions",
backup_wallet: "Backup Wallet",
import_wallet: "Import Wallet",
connected_to_smart_wallet: "Connected to a Smart Wallet",
current_network: "Current Network",
wallet_address: "Wallet Address",
backup: "Backup",
connect_to_app: "Connect to App",
guest: "Guest",
connect: "Connect",
new_to_wallets: "New to wallets?",
get_started: "Get started",
connect_a_wallet: "Connect a wallet",
continue_as_guest: "Continue as guest",
tos_intro: "By connecting, you agree to the",
tos: "Terms of Service",
privacy_policy: "Privacy Policy",
copy_address_or_scan:
"Copy the wallet address or scan the QR code to send funds to this wallet.",
your_address: "Your address",
qr_code: "QR Code",
select_token: "Select Token",
send_to: "Send to",
no_tokens_found: "No Tokens found",
confirm_in_wallet: "Confirm in your wallet",
select_network: "Select Network",
no_supported_chains_detected: "No supported chains detected",
recommended: "Recommended",
},
connecting_wallet: {
local_wallet_message:
"Creating, encrypting and securing your device wallet.",
connecting_your_wallet: "Connecting your wallet",
},
local_wallet: {
create_new_wallet: "Create new wallet",
private_key_mnemonic: "Or Private key or Mnemonic",
},
embedded_wallet: {
request_new_code: "Request new code",
sign_in: "Sign In",
},
wallet_connect: {
no_results_found: "No results found",
},
common: {
password: "Password",
reject: "Reject",
approve: "Approve",
switch_network: "Switch Network",
import: "Import",
username: "Username",
amount: "Amount",
send: "Send",
continue: "Continue",
error_switching_network: "Error switching network",
},
};

export const fr = {};