initial commit
This commit is contained in:
83
app/locales/de.json
Normal file
83
app/locales/de.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"locale": {
|
||||
"label": "Sprache",
|
||||
"search": "Sprache suchen..."
|
||||
},
|
||||
"theme": {
|
||||
"toggle": "Thema wechseln",
|
||||
"dark": "Dunkler Modus",
|
||||
"light": "Heller Modus"
|
||||
},
|
||||
"hero": {
|
||||
"eyebrow": "Eingebettetes Trust Wallet • Polygon Mainnet",
|
||||
"title": "PolyNote · Trust Wallet zu Polygon",
|
||||
"lede": "Verbinde dich mit der Trust-Wallet-Erweiterung oder dem In-App-Browser. Wir kodieren deinen Text in Hex und senden eine Null-MATIC-Transaktion auf Polygon – nur Gasgebühren fallen an."
|
||||
},
|
||||
"connection": {
|
||||
"title": "Verbindung",
|
||||
"subtitle": "Eingebettetes Trust Wallet (Browser-Erweiterung oder In-App dApp Browser).",
|
||||
"pill": "Nur Polygon",
|
||||
"connect": "Trust Wallet verbinden",
|
||||
"disconnect": "Trennen",
|
||||
"account": "Konto",
|
||||
"chain": "Netzwerk",
|
||||
"status": "Status",
|
||||
"connected": "Verbunden",
|
||||
"notConnected": "Nicht verbunden"
|
||||
},
|
||||
"compose": {
|
||||
"title": "Nachricht verfassen",
|
||||
"subtitle": "Wir kodieren deinen Text in Hex und senden eine 0 MATIC Transaktion mit diesem Payload.",
|
||||
"recipientLabel": "Zieladresse",
|
||||
"recipientHint": "(standardmäßig deine eigene Wallet)",
|
||||
"messageLabel": "Nachricht einbetten",
|
||||
"messagePlaceholder": "Bis zu 280 Zeichen eingeben...",
|
||||
"messageHint": "Wir wandeln dies in Hex um und fügen es in das Datenfeld ein.",
|
||||
"send": "Nachrichten-Transaktion senden",
|
||||
"sending": "Senden…"
|
||||
},
|
||||
"live": {
|
||||
"title": "Live-Feedback",
|
||||
"subtitle": "Wir halten dich über jeden Schritt auf dem Laufenden.",
|
||||
"chainReady": "Auf Polygon Mainnet und bereit.",
|
||||
"chainRequired": "Polygon Mainnet erforderlich.",
|
||||
"lastTx": "Letzter Transaktions-Hash",
|
||||
"trackHint": "Du kannst sie in deiner Wallet oder auf Polygonscan verfolgen.",
|
||||
"viewOnPolygonscan": "In Polygonscan öffnen",
|
||||
"copy": "Hash kopieren",
|
||||
"copySuccess": "Transaktions-Hash kopiert.",
|
||||
"copyFailed": "Hash konnte nicht kopiert werden. Kopiere ihn manuell."
|
||||
},
|
||||
"history": {
|
||||
"title": "Letzte Nachrichten",
|
||||
"subtitle": "Nachrichten, die du in dieser Sitzung gesendet hast.",
|
||||
"empty": "Noch keine Nachrichten.",
|
||||
"sent": "Gesendet",
|
||||
"from": "Von",
|
||||
"to": "An"
|
||||
},
|
||||
"status": {
|
||||
"waiting": "Warten auf Verbindung…",
|
||||
"preparingConnect": "Verbindung wird vorbereitet…",
|
||||
"requesting": "Wallet-Zugriff wird angefordert…",
|
||||
"connectedInjected": "Über eingebetteten Provider verbunden. Du kannst jetzt eine Polygon-Nachricht senden.",
|
||||
"connectFirst": "Verbinde zuerst deine Wallet.",
|
||||
"messageEmpty": "Nachricht darf nicht leer sein.",
|
||||
"recipientInvalid": "Empfänger muss eine gültige Adresse sein.",
|
||||
"switchPolygon": "Bitte wechsel in deiner Wallet zu Polygon Mainnet.",
|
||||
"prepareTx": "Gas wird geschätzt und Transaktion vorbereitet…",
|
||||
"gasFallback": "Gas-Schätzung fehlgeschlagen; verwende ein Fallback-Limit und sende trotzdem.",
|
||||
"feeFallback": "Gebühren konnten nicht geholt werden; neuer Versuch mit Legacy-Gaspreis.",
|
||||
"eoaWarning": "Warnung: Daten an eine EOA zu senden kann bei manchen Wallets/RPCs scheitern.",
|
||||
"submitted": "Transaktion gesendet. Hash: {hash}",
|
||||
"onchain": "Nachricht ist on-chain. Prüfe sie in deiner Wallet oder auf Polygonscan.",
|
||||
"rejected": "Anfrage in der Wallet abgelehnt.",
|
||||
"disconnected": "Getrennt."
|
||||
},
|
||||
"errors": {
|
||||
"noWallet": "Keine eingebettete Wallet gefunden. Verwende die Trust-Wallet-Erweiterung oder den In-App-Browser.",
|
||||
"noAccounts": "Die Wallet hat keine Konten zurückgegeben.",
|
||||
"sendFailed": "Nachrichten-Transaktion konnte nicht gesendet werden.",
|
||||
"connectionFailed": "Verbindung fehlgeschlagen."
|
||||
}
|
||||
}
|
||||
83
app/locales/en.json
Normal file
83
app/locales/en.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"locale": {
|
||||
"label": "Language",
|
||||
"search": "Search language..."
|
||||
},
|
||||
"theme": {
|
||||
"toggle": "Toggle theme",
|
||||
"dark": "Dark mode",
|
||||
"light": "Light mode"
|
||||
},
|
||||
"hero": {
|
||||
"eyebrow": "Injected Trust Wallet • Polygon mainnet",
|
||||
"title": "PolyNote · Trust Wallet to Polygon",
|
||||
"lede": "Connect with the Trust Wallet extension or the in-app browser. We hex-encode your text and submit a zero-value Polygon transaction that only costs gas."
|
||||
},
|
||||
"connection": {
|
||||
"title": "Connection",
|
||||
"subtitle": "Injected Trust Wallet (browser extension or in-app dApp browser).",
|
||||
"pill": "Polygon only",
|
||||
"connect": "Connect Trust Wallet",
|
||||
"disconnect": "Disconnect",
|
||||
"account": "Account",
|
||||
"chain": "Chain",
|
||||
"status": "Status",
|
||||
"connected": "Connected",
|
||||
"notConnected": "Not connected"
|
||||
},
|
||||
"compose": {
|
||||
"title": "Compose message",
|
||||
"subtitle": "We hex-encode your text and send a 0 MATIC transaction carrying that payload.",
|
||||
"recipientLabel": "Recipient address",
|
||||
"recipientHint": "(defaults to your own wallet)",
|
||||
"messageLabel": "Message to embed",
|
||||
"messagePlaceholder": "Type up to 280 characters...",
|
||||
"messageHint": "We will convert this to hex and attach it to the transaction data field.",
|
||||
"send": "Send message transaction",
|
||||
"sending": "Sending…"
|
||||
},
|
||||
"live": {
|
||||
"title": "Live feedback",
|
||||
"subtitle": "We keep you posted through each step.",
|
||||
"chainReady": "On Polygon mainnet and ready.",
|
||||
"chainRequired": "Polygon mainnet required.",
|
||||
"lastTx": "Last transaction hash",
|
||||
"trackHint": "You can track it in your wallet or on Polygonscan.",
|
||||
"viewOnPolygonscan": "Open in Polygonscan",
|
||||
"copy": "Copy hash",
|
||||
"copySuccess": "Transaction hash copied.",
|
||||
"copyFailed": "Could not copy hash. Copy it manually."
|
||||
},
|
||||
"history": {
|
||||
"title": "Recent messages",
|
||||
"subtitle": "Messages you sent in this session.",
|
||||
"empty": "No messages yet.",
|
||||
"sent": "Sent",
|
||||
"from": "From",
|
||||
"to": "To"
|
||||
},
|
||||
"status": {
|
||||
"waiting": "Waiting to connect…",
|
||||
"preparingConnect": "Preparing to connect…",
|
||||
"requesting": "Requesting wallet access…",
|
||||
"connectedInjected": "Connected via injected provider. You can send a Polygon message now.",
|
||||
"connectFirst": "Connect your wallet first.",
|
||||
"messageEmpty": "Message cannot be empty.",
|
||||
"recipientInvalid": "Recipient must be a valid address.",
|
||||
"switchPolygon": "Please switch to Polygon mainnet in your wallet.",
|
||||
"prepareTx": "Estimating gas and preparing transaction…",
|
||||
"gasFallback": "Gas estimation failed; using a fallback limit and sending anyway.",
|
||||
"feeFallback": "Fee data failed; retrying with a legacy gas price.",
|
||||
"eoaWarning": "Warning: sending data to an EOA can fail in some wallets/RPCs.",
|
||||
"submitted": "Transaction submitted. Hash: {hash}",
|
||||
"onchain": "Message is on-chain. Check your wallet or Polygonscan.",
|
||||
"rejected": "Request rejected in wallet.",
|
||||
"disconnected": "Disconnected."
|
||||
},
|
||||
"errors": {
|
||||
"noWallet": "No injected wallet found. Try the Trust Wallet extension or app browser.",
|
||||
"noAccounts": "No accounts returned from injected wallet.",
|
||||
"sendFailed": "Failed to send message transaction.",
|
||||
"connectionFailed": "Connection failed."
|
||||
}
|
||||
}
|
||||
83
app/locales/es.json
Normal file
83
app/locales/es.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"locale": {
|
||||
"label": "Idioma",
|
||||
"search": "Buscar idioma..."
|
||||
},
|
||||
"theme": {
|
||||
"toggle": "Cambiar tema",
|
||||
"dark": "Modo oscuro",
|
||||
"light": "Modo claro"
|
||||
},
|
||||
"hero": {
|
||||
"eyebrow": "Trust Wallet inyectado • Polygon mainnet",
|
||||
"title": "PolyNote · Trust Wallet a Polygon",
|
||||
"lede": "Conecta con la extensión de Trust Wallet o el navegador dentro de la app. Codificamos tu texto en hex y enviamos una transacción de valor cero en Polygon; solo pagas gas."
|
||||
},
|
||||
"connection": {
|
||||
"title": "Conexión",
|
||||
"subtitle": "Trust Wallet inyectado (extensión o navegador dentro de la app).",
|
||||
"pill": "Solo Polygon",
|
||||
"connect": "Conectar Trust Wallet",
|
||||
"disconnect": "Desconectar",
|
||||
"account": "Cuenta",
|
||||
"chain": "Red",
|
||||
"status": "Estado",
|
||||
"connected": "Conectado",
|
||||
"notConnected": "No conectado"
|
||||
},
|
||||
"compose": {
|
||||
"title": "Redactar mensaje",
|
||||
"subtitle": "Codificamos tu texto en hex y enviamos una transacción de 0 MATIC con ese payload.",
|
||||
"recipientLabel": "Dirección de destino",
|
||||
"recipientHint": "(por defecto tu propia wallet)",
|
||||
"messageLabel": "Mensaje a incrustar",
|
||||
"messagePlaceholder": "Escribe hasta 280 caracteres...",
|
||||
"messageHint": "Convertiremos esto a hex y lo pondremos en el campo data.",
|
||||
"send": "Enviar transacción con mensaje",
|
||||
"sending": "Enviando…"
|
||||
},
|
||||
"live": {
|
||||
"title": "Estado en vivo",
|
||||
"subtitle": "Te avisamos en cada paso.",
|
||||
"chainReady": "En Polygon mainnet, listo.",
|
||||
"chainRequired": "Se requiere Polygon mainnet.",
|
||||
"lastTx": "Último hash de transacción",
|
||||
"trackHint": "Puedes rastrearlo en tu wallet o Polygonscan.",
|
||||
"viewOnPolygonscan": "Abrir en Polygonscan",
|
||||
"copy": "Copiar hash",
|
||||
"copySuccess": "Hash de transacción copiado.",
|
||||
"copyFailed": "No se pudo copiar el hash. Hazlo manualmente."
|
||||
},
|
||||
"history": {
|
||||
"title": "Mensajes recientes",
|
||||
"subtitle": "Mensajes que enviaste en esta sesión.",
|
||||
"empty": "Aún no hay mensajes.",
|
||||
"sent": "Enviado",
|
||||
"from": "De",
|
||||
"to": "Para"
|
||||
},
|
||||
"status": {
|
||||
"waiting": "Esperando conexión…",
|
||||
"preparingConnect": "Preparando conexión…",
|
||||
"requesting": "Solicitando acceso a la wallet…",
|
||||
"connectedInjected": "Conectado con proveedor inyectado. Ya puedes enviar un mensaje en Polygon.",
|
||||
"connectFirst": "Conecta tu wallet primero.",
|
||||
"messageEmpty": "El mensaje no puede estar vacío.",
|
||||
"recipientInvalid": "El destinatario debe ser una dirección válida.",
|
||||
"switchPolygon": "Cambia a Polygon mainnet en tu wallet.",
|
||||
"prepareTx": "Calculando gas y preparando la transacción…",
|
||||
"gasFallback": "La estimación de gas falló; usamos un límite por defecto e igualmente enviamos.",
|
||||
"feeFallback": "No se pudieron obtener las tarifas; reintentamos con gas price legado.",
|
||||
"eoaWarning": "Aviso: enviar datos a una EOA puede fallar en algunas wallets/RPCs.",
|
||||
"submitted": "Transacción enviada. Hash: {hash}",
|
||||
"onchain": "El mensaje está on-chain. Revísalo en tu wallet o Polygonscan.",
|
||||
"rejected": "Solicitud rechazada en la wallet.",
|
||||
"disconnected": "Desconectado."
|
||||
},
|
||||
"errors": {
|
||||
"noWallet": "No se encontró una wallet inyectada. Usa la extensión de Trust Wallet o el navegador de la app.",
|
||||
"noAccounts": "La wallet no devolvió cuentas.",
|
||||
"sendFailed": "No se pudo enviar la transacción con mensaje.",
|
||||
"connectionFailed": "Fallo de conexión."
|
||||
}
|
||||
}
|
||||
83
app/locales/fr.json
Normal file
83
app/locales/fr.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"locale": {
|
||||
"label": "Langue",
|
||||
"search": "Rechercher une langue..."
|
||||
},
|
||||
"theme": {
|
||||
"toggle": "Changer de thème",
|
||||
"dark": "Mode sombre",
|
||||
"light": "Mode clair"
|
||||
},
|
||||
"hero": {
|
||||
"eyebrow": "Trust Wallet injecté • Polygon mainnet",
|
||||
"title": "PolyNote · Trust Wallet vers Polygon",
|
||||
"lede": "Connecte-toi avec l’extension Trust Wallet ou le navigateur intégré. Nous encodons ton texte en hex et envoyons une transaction à 0 MATIC sur Polygon ; seuls les frais de gas sont dus."
|
||||
},
|
||||
"connection": {
|
||||
"title": "Connexion",
|
||||
"subtitle": "Trust Wallet injecté (extension navigateur ou navigateur dApp intégré).",
|
||||
"pill": "Polygon uniquement",
|
||||
"connect": "Connecter Trust Wallet",
|
||||
"disconnect": "Déconnecter",
|
||||
"account": "Compte",
|
||||
"chain": "Réseau",
|
||||
"status": "Statut",
|
||||
"connected": "Connecté",
|
||||
"notConnected": "Non connecté"
|
||||
},
|
||||
"compose": {
|
||||
"title": "Composer un message",
|
||||
"subtitle": "Nous encodons ton texte en hex et envoyons une transaction de 0 MATIC avec cette donnée.",
|
||||
"recipientLabel": "Adresse de destination",
|
||||
"recipientHint": "(par défaut ta propre wallet)",
|
||||
"messageLabel": "Message à intégrer",
|
||||
"messagePlaceholder": "Saisis jusqu’à 280 caractères...",
|
||||
"messageHint": "Nous convertissons en hex et plaçons cela dans le champ data.",
|
||||
"send": "Envoyer la transaction message",
|
||||
"sending": "Envoi…"
|
||||
},
|
||||
"live": {
|
||||
"title": "Retour en direct",
|
||||
"subtitle": "Nous te tenons informé à chaque étape.",
|
||||
"chainReady": "Sur Polygon mainnet, prêt.",
|
||||
"chainRequired": "Polygon mainnet requis.",
|
||||
"lastTx": "Dernier hash de transaction",
|
||||
"trackHint": "Suis-la dans ta wallet ou sur Polygonscan.",
|
||||
"viewOnPolygonscan": "Ouvrir dans Polygonscan",
|
||||
"copy": "Copier le hash",
|
||||
"copySuccess": "Hash de transaction copié.",
|
||||
"copyFailed": "Impossible de copier le hash. Copie-le manuellement."
|
||||
},
|
||||
"history": {
|
||||
"title": "Messages récents",
|
||||
"subtitle": "Messages envoyés pendant cette session.",
|
||||
"empty": "Pas encore de messages.",
|
||||
"sent": "Envoyé",
|
||||
"from": "De",
|
||||
"to": "À"
|
||||
},
|
||||
"status": {
|
||||
"waiting": "En attente de connexion…",
|
||||
"preparingConnect": "Préparation de la connexion…",
|
||||
"requesting": "Demande d’accès à la wallet…",
|
||||
"connectedInjected": "Connecté via le provider injecté. Tu peux envoyer un message sur Polygon.",
|
||||
"connectFirst": "Connecte d’abord ta wallet.",
|
||||
"messageEmpty": "Le message ne peut pas être vide.",
|
||||
"recipientInvalid": "Le destinataire doit être une adresse valide.",
|
||||
"switchPolygon": "Passe sur Polygon mainnet dans ta wallet.",
|
||||
"prepareTx": "Estimation du gas et préparation de la transaction…",
|
||||
"gasFallback": "Échec de l’estimation du gas ; utilisation d’une limite de secours.",
|
||||
"feeFallback": "Impossible de récupérer les frais ; nouvel essai avec un gas price legacy.",
|
||||
"eoaWarning": "Attention : envoyer des données à une EOA peut échouer selon les wallets/RPC.",
|
||||
"submitted": "Transaction envoyée. Hash : {hash}",
|
||||
"onchain": "Message on-chain. Vérifie dans ta wallet ou sur Polygonscan.",
|
||||
"rejected": "Demande rejetée dans la wallet.",
|
||||
"disconnected": "Déconnecté."
|
||||
},
|
||||
"errors": {
|
||||
"noWallet": "Aucune wallet injectée trouvée. Utilise l’extension Trust Wallet ou le navigateur de l’app.",
|
||||
"noAccounts": "La wallet n’a renvoyé aucun compte.",
|
||||
"sendFailed": "Impossible d’envoyer la transaction message.",
|
||||
"connectionFailed": "Échec de connexion."
|
||||
}
|
||||
}
|
||||
83
app/locales/it.json
Normal file
83
app/locales/it.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"locale": {
|
||||
"label": "Lingua",
|
||||
"search": "Cerca lingua..."
|
||||
},
|
||||
"theme": {
|
||||
"toggle": "Cambia tema",
|
||||
"dark": "Modalità scura",
|
||||
"light": "Modalità chiara"
|
||||
},
|
||||
"hero": {
|
||||
"eyebrow": "Trust Wallet iniettato • Polygon mainnet",
|
||||
"title": "PolyNote · Trust Wallet su Polygon",
|
||||
"lede": "Connetti con l’estensione di Trust Wallet o il browser integrato. Codifichiamo il testo in hex e inviamo una transazione a 0 MATIC su Polygon; paghi solo il gas."
|
||||
},
|
||||
"connection": {
|
||||
"title": "Connessione",
|
||||
"subtitle": "Trust Wallet iniettato (estensione o browser dApp integrato).",
|
||||
"pill": "Solo Polygon",
|
||||
"connect": "Connetti Trust Wallet",
|
||||
"disconnect": "Disconnetti",
|
||||
"account": "Account",
|
||||
"chain": "Rete",
|
||||
"status": "Stato",
|
||||
"connected": "Connesso",
|
||||
"notConnected": "Non connesso"
|
||||
},
|
||||
"compose": {
|
||||
"title": "Scrivi il messaggio",
|
||||
"subtitle": "Codifichiamo il testo in hex e inviamo una transazione da 0 MATIC con quel payload.",
|
||||
"recipientLabel": "Indirizzo destinatario",
|
||||
"recipientHint": "(di default il tuo wallet)",
|
||||
"messageLabel": "Messaggio da includere",
|
||||
"messagePlaceholder": "Scrivi fino a 280 caratteri...",
|
||||
"messageHint": "Lo convertiremo in hex e lo inseriremo nel campo data.",
|
||||
"send": "Invia transazione con messaggio",
|
||||
"sending": "Invio…"
|
||||
},
|
||||
"live": {
|
||||
"title": "Aggiornamenti in tempo reale",
|
||||
"subtitle": "Ti aggiorniamo a ogni passo.",
|
||||
"chainReady": "Su Polygon mainnet, pronto.",
|
||||
"chainRequired": "Polygon mainnet necessario.",
|
||||
"lastTx": "Ultimo hash di transazione",
|
||||
"trackHint": "Puoi seguirla nel wallet o su Polygonscan.",
|
||||
"viewOnPolygonscan": "Apri in Polygonscan",
|
||||
"copy": "Copia hash",
|
||||
"copySuccess": "Hash di transazione copiato.",
|
||||
"copyFailed": "Impossibile copiare l’hash. Copialo manualmente."
|
||||
},
|
||||
"history": {
|
||||
"title": "Messaggi recenti",
|
||||
"subtitle": "Messaggi inviati in questa sessione.",
|
||||
"empty": "Ancora nessun messaggio.",
|
||||
"sent": "Inviato",
|
||||
"from": "Da",
|
||||
"to": "A"
|
||||
},
|
||||
"status": {
|
||||
"waiting": "In attesa di connessione…",
|
||||
"preparingConnect": "Preparazione della connessione…",
|
||||
"requesting": "Richiesta di accesso al wallet…",
|
||||
"connectedInjected": "Connesso tramite provider iniettato. Puoi inviare ora su Polygon.",
|
||||
"connectFirst": "Connetti prima il wallet.",
|
||||
"messageEmpty": "Il messaggio non può essere vuoto.",
|
||||
"recipientInvalid": "Il destinatario deve essere un indirizzo valido.",
|
||||
"switchPolygon": "Passa a Polygon mainnet nel wallet.",
|
||||
"prepareTx": "Stima del gas e preparazione transazione…",
|
||||
"gasFallback": "Stima del gas fallita; uso un limite di fallback e invio comunque.",
|
||||
"feeFallback": "Impossibile recuperare le fee; ritento con un gas price legacy.",
|
||||
"eoaWarning": "Avviso: inviare dati a un EOA può fallire in alcuni wallet/RPC.",
|
||||
"submitted": "Transazione inviata. Hash: {hash}",
|
||||
"onchain": "Messaggio on-chain. Controlla nel wallet o su Polygonscan.",
|
||||
"rejected": "Richiesta rifiutata nel wallet.",
|
||||
"disconnected": "Disconnesso."
|
||||
},
|
||||
"errors": {
|
||||
"noWallet": "Nessun wallet iniettato trovato. Usa l’estensione Trust Wallet o il browser dell’app.",
|
||||
"noAccounts": "Il wallet non ha restituito account.",
|
||||
"sendFailed": "Impossibile inviare la transazione con messaggio.",
|
||||
"connectionFailed": "Connessione fallita."
|
||||
}
|
||||
}
|
||||
83
app/locales/sv.json
Normal file
83
app/locales/sv.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"locale": {
|
||||
"label": "Språk",
|
||||
"search": "Sök språk..."
|
||||
},
|
||||
"theme": {
|
||||
"toggle": "Byt tema",
|
||||
"dark": "Mörkt läge",
|
||||
"light": "Ljust läge"
|
||||
},
|
||||
"hero": {
|
||||
"eyebrow": "Injektad Trust Wallet • Polygon mainnet",
|
||||
"title": "PolyNote · Trust Wallet till Polygon",
|
||||
"lede": "Anslut via Trust Wallets tillägg eller den inbyggda webbläsaren. Vi kodar din text i hex och skickar en 0 MATIC-transaktion på Polygon; du betalar bara gas."
|
||||
},
|
||||
"connection": {
|
||||
"title": "Anslutning",
|
||||
"subtitle": "Injekterad Trust Wallet (tillägg eller in-app dApp-webbläsare).",
|
||||
"pill": "Endast Polygon",
|
||||
"connect": "Anslut Trust Wallet",
|
||||
"disconnect": "Koppla från",
|
||||
"account": "Konto",
|
||||
"chain": "Nätverk",
|
||||
"status": "Status",
|
||||
"connected": "Ansluten",
|
||||
"notConnected": "Inte ansluten"
|
||||
},
|
||||
"compose": {
|
||||
"title": "Skriv meddelande",
|
||||
"subtitle": "Vi kodar din text i hex och skickar en 0 MATIC-transaktion med den datan.",
|
||||
"recipientLabel": "Mottagaradress",
|
||||
"recipientHint": "(standard är din egen plånbok)",
|
||||
"messageLabel": "Meddelande att bädda in",
|
||||
"messagePlaceholder": "Skriv upp till 280 tecken...",
|
||||
"messageHint": "Vi gör om det till hex och lägger det i data-fältet.",
|
||||
"send": "Skicka meddelande-transaktion",
|
||||
"sending": "Skickar…"
|
||||
},
|
||||
"live": {
|
||||
"title": "Status i realtid",
|
||||
"subtitle": "Vi uppdaterar dig vid varje steg.",
|
||||
"chainReady": "På Polygon mainnet och redo.",
|
||||
"chainRequired": "Polygon mainnet krävs.",
|
||||
"lastTx": "Senaste transaktionshash",
|
||||
"trackHint": "Följ den i din plånbok eller på Polygonscan.",
|
||||
"viewOnPolygonscan": "Öppna i Polygonscan",
|
||||
"copy": "Kopiera hash",
|
||||
"copySuccess": "Transaktions-hash kopierad.",
|
||||
"copyFailed": "Kunde inte kopiera hash. Kopiera manuellt."
|
||||
},
|
||||
"history": {
|
||||
"title": "Senaste meddelanden",
|
||||
"subtitle": "Meddelanden du skickade i den här sessionen.",
|
||||
"empty": "Inga meddelanden ännu.",
|
||||
"sent": "Skickat",
|
||||
"from": "Från",
|
||||
"to": "Till"
|
||||
},
|
||||
"status": {
|
||||
"waiting": "Väntar på anslutning…",
|
||||
"preparingConnect": "Förbereder anslutning…",
|
||||
"requesting": "Begär åtkomst till plånboken…",
|
||||
"connectedInjected": "Ansluten via injekterad provider. Du kan skicka ett Polygon-meddelande nu.",
|
||||
"connectFirst": "Anslut plånboken först.",
|
||||
"messageEmpty": "Meddelandet kan inte vara tomt.",
|
||||
"recipientInvalid": "Mottagaren måste vara en giltig adress.",
|
||||
"switchPolygon": "Byt till Polygon mainnet i din plånbok.",
|
||||
"prepareTx": "Beräknar gas och förbereder transaktionen…",
|
||||
"gasFallback": "Gasberäkningen misslyckades; använder ett reservtak och skickar ändå.",
|
||||
"feeFallback": "Kunde inte hämta avgifter; försöker igen med legacy gas price.",
|
||||
"eoaWarning": "Varning: data till en EOA kan misslyckas i vissa wallets/RPC:er.",
|
||||
"submitted": "Transaktion skickad. Hash: {hash}",
|
||||
"onchain": "Meddelandet är on-chain. Kontrollera i plånboken eller på Polygonscan.",
|
||||
"rejected": "Begäran avvisad i plånboken.",
|
||||
"disconnected": "Frånkopplad."
|
||||
},
|
||||
"errors": {
|
||||
"noWallet": "Ingen injekterad plånbok hittades. Använd Trust Wallet-tillägget eller appens webbläsare.",
|
||||
"noAccounts": "Plånboken returnerade inga konton.",
|
||||
"sendFailed": "Det gick inte att skicka meddelande-transaktionen.",
|
||||
"connectionFailed": "Anslutningen misslyckades."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user