From 0b43ace85e8c814b6866468d2fe295e16f887804 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:10:37 +0000 Subject: [PATCH] New Crowdin translations by Github Action (#2011) Co-authored-by: Crowdin Bot --- packages/shared/src/locales/de.json | 96 ++++++++++++++----------- packages/shared/src/locales/es-ES.json | 34 ++++++--- packages/shared/src/locales/fr.json | 34 ++++++--- packages/shared/src/locales/it.json | 34 ++++++--- packages/shared/src/locales/nl.json | 98 +++++++++++++++----------- packages/shared/src/locales/pl.json | 98 +++++++++++++++----------- packages/shared/src/locales/pt-BR.json | 34 ++++++--- packages/shared/src/locales/tr.json | 34 ++++++--- packages/shared/src/locales/zh-CN.json | 34 ++++++--- 9 files changed, 320 insertions(+), 176 deletions(-) diff --git a/packages/shared/src/locales/de.json b/packages/shared/src/locales/de.json index dd4f20a2c0..7707744f51 100644 --- a/packages/shared/src/locales/de.json +++ b/packages/shared/src/locales/de.json @@ -522,7 +522,8 @@ "permissions": { "step": "Berechtigung", "tip": "Dies sind begrenzte Berechtigungen für die dApp, eine Interaktionsanfrage für Ihre Genehmigung zu senden. Bestätige nur dApps die du kennst und denen du vertraust.", - "title": "Berechtigungen auswählen", + "requiredTitle": "Required permissions", + "optionalTitle": "Optional permissions", "signData": "Anfrage zur Signierung von Daten", "signTransaction": "Anfrage zur Signierung einer Transaktion", "sendTransaction": "Anfrage zum Senden einer Transaktion", @@ -531,7 +532,8 @@ }, "networks": { "step": "Netzwerke", - "title": "Netzwerke auswählen", + "requiredTitle": "Required networks", + "optionalTitle": "Optional networks", "tip": "Die benötigten Netzwerke werden von der dApp vorausgewählt und können später auch neu konfiguriert werden.", "empty": "Es muss mindestens ein Netzwerk ausgewählt werden" }, @@ -650,24 +652,24 @@ }, "statusTimeline": { "upcoming": { - "past": "Announced", - "present": "Announcement", - "future": "Announcement" + "past": "Angekündigt", + "present": "Ankündigung", + "future": "Ankündigung" }, "commencing": { - "past": "Voting opened", - "present": "Voting open", - "future": "Voting opens" + "past": "Abstimmung begonnen", + "present": "Abstimmung läuft", + "future": "Abstimmung beginnt" }, "holding": { - "past": "Counting started", - "present": "Counting started", - "future": "Counting starts" + "past": "Zählung gestartet", + "present": "Zählung gestartet", + "future": "Zählung beginnt" }, "ended": { - "past": "Counting stopped", - "present": "Counting stopped", - "future": "Counting stops" + "past": "Zählung beendet", + "present": "Zählung beendet", + "future": "Zählung endet" } }, "details": { @@ -686,7 +688,11 @@ "nodeUrl": "Node-URL" }, "fetching": "Abrufen der Abstimmungsdaten", - "hintVote": "Du kannst nicht über eine Abstimmung abstimmen, die sich noch in der Ankündigungsphase befindet. Die Abstimmung wird in {time} geöffnet." + "hintVote": "Du kannst nicht über eine Abstimmung abstimmen, die sich noch in der Ankündigungsphase befindet. Die Abstimmung wird in {time} geöffnet.", + "projection": { + "label": "Projected votes", + "tooltip": "The projection is based on current voting weight and remaining milestones." + } } }, "updateStronghold": { @@ -863,7 +869,7 @@ "loadingNodeInfo": "Lade Node-Informationen", "nodeAddress": "Node-Adresse", "removeConfirmation": "Willst du diesen Node wirklich löschen?", - "requiresAuthentication": "Node requires authentication", + "requiresAuthentication": "Node erfordert Authentifizierung", "info": { "general": { "tab": "Allgemein", @@ -899,8 +905,8 @@ "useMetricPrefix": "Metrisches Präfix verwenden" } }, - "jwt": "JSON web token", - "credentials": "Sign-in credentials" + "jwt": "JSON-Web-Token", + "credentials": "Anmeldeinformationen" }, "errorLog": { "title": "Fehlerprotokoll", @@ -973,10 +979,18 @@ }, "siwe": { "title": "Anmelden mit Ethereum", + "details": "Details", + "raw": "Raw", + "rawMessage": "Raw message", "domain": "Domain", "statement": "Statement", - "resources": "Resources", - "action": "Sign in" + "resources": "Ressourcen", + "chainId": "Chain Id", + "nonce": "Nonce", + "issuedAt": "Issued at", + "notBefore": "Not before", + "requestId": "Request Id", + "action": "Einloggen" }, "signTransaction": { "title": "Transaktion signieren", @@ -991,6 +1005,7 @@ "smartContractCall": { "title": "Aufruf des Smart Contracts an {contractAddress}", "unableToVerify": "Bloom kann den Smart Contract nicht verifizieren. Fahre nur mit Apps fort, denen du vertraust.", + "viewSmartContract": "View Smart Contract", "action": "Bestätigen", "success": "Aufruf des Smart Contracts an {recipient}" }, @@ -1157,7 +1172,7 @@ "errors": { "invalidMimetype": "Ungültiger MimeTyp, überprüfen Sie, ob der Dateityp unterstützt wird", "quantityTooSmall": "Menge muss größer als Null sein", - "quantityTooLarge": "Quantity needs to be smaller than 127", + "quantityTooLarge": "Menge muss kleiner als 127 sein", "emptyName": "Name ist ein Pflichtfeld", "invalidURI": "Ungültige URL, bitte gib eine gültige URL ein", "notReachable": "URI nicht erreichbar, NFT Typ kann nicht überprüft werden", @@ -1186,7 +1201,7 @@ "title": "Vorschlag hinzufügen", "body": "Bitte gib die unten aufgeführten Informationen an, um einen Vorschlag hinzuzufügen.", "addToAllAccounts": "Vorschlag zu allen Konten hinzufügen", - "addAllProposalsOnNode": "Add all proposals on this node" + "addAllProposalsOnNode": "Alle Vorschläge zu diesem Node hinzufügen" }, "editProposal": { "title": "Vorschlag bearbeiten", @@ -1355,7 +1370,7 @@ "addProposal": "Vorschlag hinzufügen", "removeProposal": "Abstimmung entfernen", "changeNode": "Node wechseln", - "changeNodeUrl": "Change node URL", + "changeNodeUrl": "Node-URL ändern", "stopVoting": "Abstimmen beenden", "revote": "Wiederabstimmen", "skipAndKeep": "Überspringen und altes Passwort behalten", @@ -1365,11 +1380,11 @@ "syncAccounts": "Konten synchronisieren", "importToken": "{type} Token importiert", "syncTokens": "Token-Synchronisation erzwingen", - "mintNftCollection": "Mint NFT collection" + "mintNftCollection": "Minte NFT-Sammlung" }, "general": { "recipient": "Empfänger", - "username": "Username", + "username": "Benutzername", "password": "Passwort", "confirmPassword": "Passwort bestätigen", "currentPassword": "Aktuelles Passwort", @@ -1381,18 +1396,18 @@ "receiving": "Empfange", "newVotingPower": "Neues Stimmrecht", "votingPower": "Stimmrecht", - "increased": "Stimmrecht erhöht", - "increasing": "Erhöhe Stimmrecht", - "decreased": "Stimmrecht verringert", - "decreasing": "Verringere Stimmrecht", + "increased": "Voting increased", + "increasing": "Increasing voting", + "decreased": "Voting decreased", + "decreasing": "Decreasing voting", "voted": "Abgestimmt", "voting": "Abstimmung", "changedVote": "Stimme geändert", "changingVote": "Stimme ändern", "revoted": "Erneut abgestimmt", "revoting": "Erneut abstimmen", - "unvoted": "Nicht abgestimmt", - "unvoting": "Stimme zurücknehmen", + "unvoted": "Stopped voting", + "unvoting": "Stopping voting", "transferred": "Transferiert", "transferring": "Transferiere", "shimmerClaimed": "Beansprucht", @@ -1531,6 +1546,7 @@ "contractFunction": "Vertragsfunktion", "standard": "Standard", "uri": "URI", + "image": "Image", "issuer": "Aussteller", "issuerAddress": "Ausstelleradresse", "issuerName": "Name des Ausstellers", @@ -1587,8 +1603,8 @@ "governance": "Governance", "baseCoin": "Basis-Token", "unverifiedContract": "Unverifizierter Vertrag", - "startIndex": "Start index", - "mintNftCollectionDescription": "Mint collection NFT in Alias Output" + "startIndex": "Start-Index", + "mintNftCollectionDescription": "Minte Sammlungs-NFT im Alias-Output" }, "filters": { "title": "Filter", @@ -1797,7 +1813,7 @@ "success": "Kontaktadressen erfolgreich aktualisiert" }, "siwe": { - "rejected": "Invalid SIWE request" + "rejected": "Ungültige SIWE-Anfrage" }, "syncTokens": { "success": "Token erfolgreich synchronisiert" @@ -2073,7 +2089,7 @@ "attributes": "Optionaler Parameter: Eine Reihe von Merkmalen und Werten, die Attribute der NFT definieren", "uri": "Um eine URI mittels benutzerdefinierter Medien zu erstellen, laden Sie zuerst Ihre Datei über einen Speicherdienst auf IPFS hoch (z.B. https://nft.storage/)", "quantity": "Optionaler Parameter: Die Anzahl der mit diesen Metadaten gemintete Kopien.", - "startIndex": "Optional parameter: The start index of the NFTs to mint." + "startIndex": "Optionaler Parameter: Der Start-Index der zu mintenden NFTs." }, "governance": { "removeProposalWarning": "Du musst das Abstimmen für diesen Vorschlag stoppen, bevor du sie entfernen kannst.", @@ -2099,7 +2115,7 @@ "collectibles": "Sammlerstücke", "governance": "Governance", "campaigns": "Kampagnen", - "buySell": "Buy IOTA", + "buySell": "Kaufe IOTA", "developer": "Entwickler", "tokens": "Token", "settings": "Einstellungen" @@ -2134,10 +2150,10 @@ "appNotOpen": "App nicht geöffnet" }, "dappVerification": { - "valid": "Verified", - "invalid": "Domain Mismatch", - "unknown": "Cannot verify", - "scam": "Security Risk" + "valid": "Verifiziert", + "invalid": "Domain stimmt nicht überein", + "unknown": "Verifizierung nicht möglich", + "scam": "Sicherheitsrisiko" } }, "menus": { diff --git a/packages/shared/src/locales/es-ES.json b/packages/shared/src/locales/es-ES.json index 4b28084b20..87c7dbe40f 100644 --- a/packages/shared/src/locales/es-ES.json +++ b/packages/shared/src/locales/es-ES.json @@ -522,7 +522,8 @@ "permissions": { "step": "Permission", "tip": "These are limited permissions for the dApp to send an interaction request for your approval. Only approve apps you know and trust.", - "title": "Select permissions", + "requiredTitle": "Required permissions", + "optionalTitle": "Optional permissions", "signData": "Request to sign data", "signTransaction": "Request to sign a transaction", "sendTransaction": "Request to send a transaction", @@ -531,7 +532,8 @@ }, "networks": { "step": "Networks", - "title": "Select networks", + "requiredTitle": "Required networks", + "optionalTitle": "Optional networks", "tip": "The required networks are pre-selected for you by the dApp and can also be reconfigured later.", "empty": "You have to select at least one network" }, @@ -686,7 +688,11 @@ "nodeUrl": "URL del nodo" }, "fetching": "Obteniendo datos de la propuesta", - "hintVote": "No puede votar sobre una propuesta que está en la fase de anuncio, la votación se abrirá en {time}." + "hintVote": "No puede votar sobre una propuesta que está en la fase de anuncio, la votación se abrirá en {time}.", + "projection": { + "label": "Projected votes", + "tooltip": "The projection is based on current voting weight and remaining milestones." + } } }, "updateStronghold": { @@ -973,9 +979,17 @@ }, "siwe": { "title": "Sign-In with Ethereum", + "details": "Details", + "raw": "Raw", + "rawMessage": "Raw message", "domain": "Domain", "statement": "Statement", "resources": "Resources", + "chainId": "Chain Id", + "nonce": "Nonce", + "issuedAt": "Issued at", + "notBefore": "Not before", + "requestId": "Request Id", "action": "Sign in" }, "signTransaction": { @@ -991,6 +1005,7 @@ "smartContractCall": { "title": "Smart contract call to {contractAddress}", "unableToVerify": "Bloom is unable to verify the smart contract call. Only proceed with apps you trust.", + "viewSmartContract": "View Smart Contract", "action": "Confirm", "success": "Smart contract call to {recipient}" }, @@ -1381,18 +1396,18 @@ "receiving": "Recibiendo", "newVotingPower": "Nuevo peso de voto", "votingPower": "Peso de voto", - "increased": "Peso de voto incrementado", - "increasing": "Incrementando peso de voto", - "decreased": "Peso de voto disminuido", - "decreasing": "Disminuyendo peso de voto", + "increased": "Voting increased", + "increasing": "Increasing voting", + "decreased": "Voting decreased", + "decreasing": "Decreasing voting", "voted": "Votado", "voting": "Votación", "changedVote": "Voto cambiado", "changingVote": "Cambiando voto", "revoted": "Votado de nuevo", "revoting": "Votando de nuevo", - "unvoted": "Sin votar", - "unvoting": "No votar", + "unvoted": "Stopped voting", + "unvoting": "Stopping voting", "transferred": "Transferred", "transferring": "Transferring", "shimmerClaimed": "Reclamado", @@ -1531,6 +1546,7 @@ "contractFunction": "Función de contrato", "standard": "Estándar", "uri": "URI", + "image": "Image", "issuer": "Emisor", "issuerAddress": "Dirección del emisor", "issuerName": "Nombre del emisor", diff --git a/packages/shared/src/locales/fr.json b/packages/shared/src/locales/fr.json index ffab834bd8..2e9ef3dc0f 100644 --- a/packages/shared/src/locales/fr.json +++ b/packages/shared/src/locales/fr.json @@ -522,7 +522,8 @@ "permissions": { "step": "Permission", "tip": "These are limited permissions for the dApp to send an interaction request for your approval. Only approve apps you know and trust.", - "title": "Select permissions", + "requiredTitle": "Required permissions", + "optionalTitle": "Optional permissions", "signData": "Request to sign data", "signTransaction": "Request to sign a transaction", "sendTransaction": "Request to send a transaction", @@ -531,7 +532,8 @@ }, "networks": { "step": "Networks", - "title": "Select networks", + "requiredTitle": "Required networks", + "optionalTitle": "Optional networks", "tip": "The required networks are pre-selected for you by the dApp and can also be reconfigured later.", "empty": "You have to select at least one network" }, @@ -686,7 +688,11 @@ "nodeUrl": "Node URL" }, "fetching": "Récupération des données de la proposition", - "hintVote": "Vous ne pouvez pas voter sur une proposition qui est en phase d'annonce, le vote s'ouvrira dans {time}." + "hintVote": "Vous ne pouvez pas voter sur une proposition qui est en phase d'annonce, le vote s'ouvrira dans {time}.", + "projection": { + "label": "Projected votes", + "tooltip": "The projection is based on current voting weight and remaining milestones." + } } }, "updateStronghold": { @@ -973,9 +979,17 @@ }, "siwe": { "title": "Sign-In with Ethereum", + "details": "Details", + "raw": "Raw", + "rawMessage": "Raw message", "domain": "Domain", "statement": "Statement", "resources": "Resources", + "chainId": "Chain Id", + "nonce": "Nonce", + "issuedAt": "Issued at", + "notBefore": "Not before", + "requestId": "Request Id", "action": "Sign in" }, "signTransaction": { @@ -991,6 +1005,7 @@ "smartContractCall": { "title": "Smart contract call to {contractAddress}", "unableToVerify": "Bloom is unable to verify the smart contract call. Only proceed with apps you trust.", + "viewSmartContract": "View Smart Contract", "action": "Confirm", "success": "Smart contract call to {recipient}" }, @@ -1381,18 +1396,18 @@ "receiving": "Réception en cours", "newVotingPower": "Nouveau pouvoir de vote", "votingPower": "Pouvoir de vote", - "increased": "Augmentation du pouvoir de vote", - "increasing": "Augmentation du pouvoir de vote", - "decreased": "Diminution du pouvoir de vote", - "decreasing": "Diminuer le pouvoir de vote", + "increased": "Voting increased", + "increasing": "Increasing voting", + "decreased": "Voting decreased", + "decreasing": "Decreasing voting", "voted": "A voté", "voting": "Vote", "changedVote": "Vote modifié", "changingVote": "Changement du vote", "revoted": "Voté à nouveau", "revoting": "Revoting", - "unvoted": "Arrêt du vote", - "unvoting": "Arrêt du vote", + "unvoted": "Stopped voting", + "unvoting": "Stopping voting", "transferred": "Transferred", "transferring": "Transferring", "shimmerClaimed": "Claimed", @@ -1531,6 +1546,7 @@ "contractFunction": "Contract function", "standard": "Standard", "uri": "URI", + "image": "Image", "issuer": "Issuer", "issuerAddress": "Issuer Address", "issuerName": "Issuer Name", diff --git a/packages/shared/src/locales/it.json b/packages/shared/src/locales/it.json index d70a96145f..51591f0dca 100644 --- a/packages/shared/src/locales/it.json +++ b/packages/shared/src/locales/it.json @@ -522,7 +522,8 @@ "permissions": { "step": "Permission", "tip": "These are limited permissions for the dApp to send an interaction request for your approval. Only approve apps you know and trust.", - "title": "Select permissions", + "requiredTitle": "Required permissions", + "optionalTitle": "Optional permissions", "signData": "Request to sign data", "signTransaction": "Request to sign a transaction", "sendTransaction": "Request to send a transaction", @@ -531,7 +532,8 @@ }, "networks": { "step": "Networks", - "title": "Select networks", + "requiredTitle": "Required networks", + "optionalTitle": "Optional networks", "tip": "The required networks are pre-selected for you by the dApp and can also be reconfigured later.", "empty": "You have to select at least one network" }, @@ -686,7 +688,11 @@ "nodeUrl": "URL del nodo" }, "fetching": "Recupero dati proposta", - "hintVote": "Non puoi votare una proposta nella fase di annuncio, il voto sarà aperto tra {time}." + "hintVote": "Non puoi votare una proposta nella fase di annuncio, il voto sarà aperto tra {time}.", + "projection": { + "label": "Projected votes", + "tooltip": "The projection is based on current voting weight and remaining milestones." + } } }, "updateStronghold": { @@ -973,9 +979,17 @@ }, "siwe": { "title": "Sign-In with Ethereum", + "details": "Details", + "raw": "Raw", + "rawMessage": "Raw message", "domain": "Domain", "statement": "Statement", "resources": "Resources", + "chainId": "Chain Id", + "nonce": "Nonce", + "issuedAt": "Issued at", + "notBefore": "Not before", + "requestId": "Request Id", "action": "Sign in" }, "signTransaction": { @@ -991,6 +1005,7 @@ "smartContractCall": { "title": "Smart contract call to {contractAddress}", "unableToVerify": "Bloom is unable to verify the smart contract call. Only proceed with apps you trust.", + "viewSmartContract": "View Smart Contract", "action": "Confirm", "success": "Smart contract call to {recipient}" }, @@ -1381,18 +1396,18 @@ "receiving": "Ricezione", "newVotingPower": "Nuovo potere di voto", "votingPower": "Potere di voto", - "increased": "Potere di voto aumentato", - "increasing": "Potere di voto in aumento", - "decreased": "Potere di voto ridotto", - "decreasing": "Potere di voto in riduzione", + "increased": "Voting increased", + "increasing": "Increasing voting", + "decreased": "Voting decreased", + "decreasing": "Decreasing voting", "voted": "Votato", "voting": "Votazione", "changedVote": "Voto modificato", "changingVote": "Modifica del voto", "revoted": "Revocato", "revoting": "In fase di revocazione", - "unvoted": "Non Votato", - "unvoting": "Annulla Voto", + "unvoted": "Stopped voting", + "unvoting": "Stopping voting", "transferred": "Transferred", "transferring": "Transferring", "shimmerClaimed": "Rivendicato", @@ -1531,6 +1546,7 @@ "contractFunction": "Funzione del contratto", "standard": "Standard", "uri": "URI", + "image": "Image", "issuer": "Emittente", "issuerAddress": "Indirizzo Emittente", "issuerName": "Nome Emittente", diff --git a/packages/shared/src/locales/nl.json b/packages/shared/src/locales/nl.json index 0eed1a7c98..8a7e31fd9b 100644 --- a/packages/shared/src/locales/nl.json +++ b/packages/shared/src/locales/nl.json @@ -522,7 +522,8 @@ "permissions": { "step": "Permissie", "tip": "Dit zijn beperkte machtigingen voor de dApp om een interactieverzoek te sturen voor jouw goedkeuring. Keur alleen apps goed die je kent en vertrouwt.", - "title": "Selecteer machtigingen", + "requiredTitle": "Required permissions", + "optionalTitle": "Optional permissions", "signData": "Verzoek om data te ondertekenen", "signTransaction": "Verzoek om een transactie te ondertekenen", "sendTransaction": "Verzoek om een transactie te ondertekenen", @@ -531,7 +532,8 @@ }, "networks": { "step": "Netwerken", - "title": "Selecteer netwerken", + "requiredTitle": "Required networks", + "optionalTitle": "Optional networks", "tip": "De vereiste netwerken zijn vooraf geselecteerd door de dApp en kunnen later ook opnieuw worden geconfigureerd.", "empty": "Je moet tenminste één netwerk selecteren" }, @@ -650,24 +652,24 @@ }, "statusTimeline": { "upcoming": { - "past": "Announced", - "present": "Announcement", - "future": "Announcement" + "past": "Aangekondigd", + "present": "Aankondiging", + "future": "Aankondiging" }, "commencing": { - "past": "Voting opened", - "present": "Voting open", - "future": "Voting opens" + "past": "Stemmen geopend", + "present": "Stemmen open", + "future": "Stemming opent" }, "holding": { - "past": "Counting started", - "present": "Counting started", - "future": "Counting starts" + "past": "Tellen gestart", + "present": "Tellen gestart", + "future": "Tellen begint" }, "ended": { - "past": "Counting stopped", - "present": "Counting stopped", - "future": "Counting stops" + "past": "Tellen gestopt", + "present": "Tellen gestopt", + "future": "Tellen stopt" } }, "details": { @@ -686,7 +688,11 @@ "nodeUrl": "Knooppunt URL" }, "fetching": "Ophalen voorstel gegevens", - "hintVote": "Je kunt niet stemmen over een voorstel dat in de aankondigingsfase verkeert, de stemming wordt geopend in {time}." + "hintVote": "Je kunt niet stemmen over een voorstel dat in de aankondigingsfase verkeert, de stemming wordt geopend in {time}.", + "projection": { + "label": "Projected votes", + "tooltip": "The projection is based on current voting weight and remaining milestones." + } } }, "updateStronghold": { @@ -863,7 +869,7 @@ "loadingNodeInfo": "Laden van knooppunt info", "nodeAddress": "Knooppunt adres", "removeConfirmation": "Weet u zeker dat u dit knooppunt wilt verwijderen?", - "requiresAuthentication": "Node requires authentication", + "requiresAuthentication": "Node vereist authenticatie", "info": { "general": { "tab": "Algemeen", @@ -899,8 +905,8 @@ "useMetricPrefix": "Metrische voorvoegsel gebruiken" } }, - "jwt": "JSON web token", - "credentials": "Sign-in credentials" + "jwt": "JSON webtoken", + "credentials": "Inloggegevens" }, "errorLog": { "title": "Foutenlogboek", @@ -973,10 +979,18 @@ }, "siwe": { "title": "Inloggen met Ethereum", - "domain": "Domain", - "statement": "Statement", - "resources": "Resources", - "action": "Sign in" + "details": "Details", + "raw": "Raw", + "rawMessage": "Raw message", + "domain": "Domein", + "statement": "Verklaring", + "resources": "Bronnen", + "chainId": "Chain Id", + "nonce": "Nonce", + "issuedAt": "Issued at", + "notBefore": "Not before", + "requestId": "Request Id", + "action": "Inloggen" }, "signTransaction": { "title": "Transactie ondertekenen", @@ -991,6 +1005,7 @@ "smartContractCall": { "title": "Smart Contract-oproep naar {contractAddress}", "unableToVerify": "Bloom is niet in staat om de smart Contract-oproep te verifiëren. Ga alleen verder met apps die je vertrouwt.", + "viewSmartContract": "View Smart Contract", "action": "Bevestig", "success": "Smart contract oproep naar {recipient}" }, @@ -1157,7 +1172,7 @@ "errors": { "invalidMimetype": "Ongeldige MimeType, controleer of het bestandstype wordt ondersteund", "quantityTooSmall": "Hoeveelheid moet groter zijn dan 0", - "quantityTooLarge": "Quantity needs to be smaller than 127", + "quantityTooLarge": "Hoeveelheid moet kleiner zijn dan 127", "emptyName": "Naam is een verplicht veld", "invalidURI": "Ongeldige URI, geef een geldige URI op", "notReachable": "URI niet bereikbaar, niet mogelijk het NFT type te controleren", @@ -1186,7 +1201,7 @@ "title": "Voorstel toevoegen", "body": "Lever onderstaande informatie aan om een voorstel toe te voegen.", "addToAllAccounts": "Voeg het voorstel toe aan alle accounts", - "addAllProposalsOnNode": "Add all proposals on this node" + "addAllProposalsOnNode": "Voeg alle voorstellen toe aan deze node" }, "editProposal": { "title": "Voorstel bewerken", @@ -1355,7 +1370,7 @@ "addProposal": "Voorstel toevoegen", "removeProposal": "Voorstel verwijderen", "changeNode": "Wijzig knooppunt", - "changeNodeUrl": "Change node URL", + "changeNodeUrl": "Verander node URL", "stopVoting": "Stoppen met stemmen", "revote": "Stem opnieuw", "skipAndKeep": "Overslaan en behoud oude wachtwoord", @@ -1365,11 +1380,11 @@ "syncAccounts": "Synchroniseer accounts", "importToken": "Importeer {type} token", "syncTokens": "Forceer synchronisatie tokens", - "mintNftCollection": "Mint NFT collection" + "mintNftCollection": "Mint NFT collectie" }, "general": { "recipient": "Ontvanger", - "username": "Username", + "username": "Gebruikersnaam", "password": "Wachtwoord", "confirmPassword": "Bevestig wachtwoord", "currentPassword": "Huidig wachtwoord", @@ -1381,18 +1396,18 @@ "receiving": "Ontvangen", "newVotingPower": "Nieuwe stemkracht", "votingPower": "Stemkracht", - "increased": "Stemkracht vergroot", - "increasing": "Stemkracht vergroten", - "decreased": "Stemkracht verkleind", - "decreasing": "Stemkracht verkleinen", + "increased": "Voting increased", + "increasing": "Increasing voting", + "decreased": "Voting decreased", + "decreasing": "Decreasing voting", "voted": "Gestemd", "voting": "Stemmen", "changedVote": "Stem gewijzigd", "changingVote": "Stem wijzigen", "revoted": "Herstemd", "revoting": "Herstemmen", - "unvoted": "Niet gestemd", - "unvoting": "Niet stemmen", + "unvoted": "Stopped voting", + "unvoting": "Stopping voting", "transferred": "Verzonden", "transferring": "Aan het verzenden", "shimmerClaimed": "Geclaimed", @@ -1531,6 +1546,7 @@ "contractFunction": "Contract functie", "standard": "Standaard", "uri": "URI", + "image": "Image", "issuer": "Uitgever", "issuerAddress": "Uitgever adres", "issuerName": "Naam uitgever", @@ -1588,7 +1604,7 @@ "baseCoin": "Basis token", "unverifiedContract": "Ongeverifieerd contract", "startIndex": "Start index", - "mintNftCollectionDescription": "Mint collection NFT in Alias Output" + "mintNftCollectionDescription": "Mint collectie NFT in Alias Output" }, "filters": { "title": "Filters", @@ -1797,7 +1813,7 @@ "success": "Contactadressen succesvol bijgewerkt" }, "siwe": { - "rejected": "Invalid SIWE request" + "rejected": "Ongeldig SIWE verzoek" }, "syncTokens": { "success": "Tokens succesvol gesynchroniseerd" @@ -2073,7 +2089,7 @@ "attributes": "Optionele parameter: Een reeks van eigenschappen en waarden die kenmerken van de NFT definiëren", "uri": "Om een URI met eigen media te maken, upload eerst je bestand naar IPFS via een opslagservice (bijv. https://nft.storage/)", "quantity": "Optionele parameter: Het aantal geminte kopieën met deze metadata.", - "startIndex": "Optional parameter: The start index of the NFTs to mint." + "startIndex": "Optionele parameter: De startindex van de NFT's om te minten." }, "governance": { "removeProposalWarning": "Je moet eerst stoppen met stemmen voor dit voorstel voordat je het verwijdert.", @@ -2099,7 +2115,7 @@ "collectibles": "Verzamelingen", "governance": "Governance", "campaigns": "Campagnes", - "buySell": "Buy IOTA", + "buySell": "IOTA kopen", "developer": "Ontwikkelaar", "tokens": "Tokens", "settings": "Instellingen" @@ -2134,10 +2150,10 @@ "appNotOpen": "App niet geopend" }, "dappVerification": { - "valid": "Verified", - "invalid": "Domain Mismatch", - "unknown": "Cannot verify", - "scam": "Security Risk" + "valid": "Geverifiëerd", + "invalid": "Domein komt niet overeen", + "unknown": "Kan niet verifiëren", + "scam": "Beveiligingsrisico" } }, "menus": { diff --git a/packages/shared/src/locales/pl.json b/packages/shared/src/locales/pl.json index 8a9b69a36b..b4ea6134c9 100644 --- a/packages/shared/src/locales/pl.json +++ b/packages/shared/src/locales/pl.json @@ -522,7 +522,8 @@ "permissions": { "step": "Uprawnienie", "tip": "Są to ograniczone uprawnienia dla aplikacji dApp w celu wysyłania żądania interakcji do Twojego zatwierdzenia. Zatwierdzaj tylko aplikacje, które znasz i którym ufasz.", - "title": "Wybierz uprawnienia", + "requiredTitle": "Required permissions", + "optionalTitle": "Optional permissions", "signData": "Prośba o podpisanie danych", "signTransaction": "Prośba o podpisanie transakcji", "sendTransaction": "Poproś o wysłanie transakcji", @@ -531,7 +532,8 @@ }, "networks": { "step": "Sieci", - "title": "Wybierz sieci", + "requiredTitle": "Required networks", + "optionalTitle": "Optional networks", "tip": "Wymagane sieci są wstępnie wybierane przez aplikację dApp. Można to później skonfigurować w ustawieniach.", "empty": "Musisz wybrać przynajmniej jedną sieć" }, @@ -650,24 +652,24 @@ }, "statusTimeline": { "upcoming": { - "past": "Announced", - "present": "Announcement", - "future": "Announcement" + "past": "Ogłoszono głosowanie", + "present": "Ogłoszenie głosowania", + "future": "Nadchodzące głosowanie" }, "commencing": { - "past": "Voting opened", - "present": "Voting open", - "future": "Voting opens" + "past": "Głosowanie otwarto", + "present": "Otwarcie głosowania", + "future": "Głosowanie rozpocznie się" }, "holding": { - "past": "Counting started", - "present": "Counting started", - "future": "Counting starts" + "past": "Zliczanie rozpoczęto", + "present": "Zliczanie rozpoczęte", + "future": "Zliczanie rozpocznie się" }, "ended": { - "past": "Counting stopped", - "present": "Counting stopped", - "future": "Counting stops" + "past": "Zliczanie zakończono", + "present": "Zliczanie zakończone", + "future": "Zliczanie zakończy się" } }, "details": { @@ -686,7 +688,11 @@ "nodeUrl": "URL serwera" }, "fetching": "Pobieranie danych propozycji", - "hintVote": "Nie możesz głosować nad propozycją, która dopiero została zapowiedziana. Głosowanie zostanie otwarte za {time}." + "hintVote": "Nie możesz głosować nad propozycją, która dopiero została zapowiedziana. Głosowanie zostanie otwarte za {time}.", + "projection": { + "label": "Projected votes", + "tooltip": "The projection is based on current voting weight and remaining milestones." + } } }, "updateStronghold": { @@ -863,7 +869,7 @@ "loadingNodeInfo": "Wczytywanie informacji o serwerze", "nodeAddress": "Adres serwera", "removeConfirmation": "Czy na pewno chcesz usunąć ten serwer?", - "requiresAuthentication": "Node requires authentication", + "requiresAuthentication": "Serwer wymaga uwierzytelniania", "info": { "general": { "tab": "Ogólne", @@ -900,7 +906,7 @@ } }, "jwt": "JSON web token", - "credentials": "Sign-in credentials" + "credentials": "Dane logowania" }, "errorLog": { "title": "Dziennik błędów", @@ -973,10 +979,18 @@ }, "siwe": { "title": "Zaloguj się z Ethereum", - "domain": "Domain", - "statement": "Statement", - "resources": "Resources", - "action": "Sign in" + "details": "Details", + "raw": "Raw", + "rawMessage": "Raw message", + "domain": "Domena", + "statement": "Oświadczenie", + "resources": "Dokumentacja", + "chainId": "Chain Id", + "nonce": "Nonce", + "issuedAt": "Issued at", + "notBefore": "Not before", + "requestId": "Request Id", + "action": "Zaloguj się" }, "signTransaction": { "title": "Podpisz transakcję", @@ -991,6 +1005,7 @@ "smartContractCall": { "title": "Interakcja smart kontraktu z {contractAddress}", "unableToVerify": "Bloom nie może zweryfikować interakcji z smart kontraktem. Kontynuuj tylko z aplikacjami, którym ufasz.", + "viewSmartContract": "View Smart Contract", "action": "Potwierdź", "success": "Interakcja smart kontraktu z {recipient}" }, @@ -1157,7 +1172,7 @@ "errors": { "invalidMimetype": "Nieprawidłowy MimeType, sprawdź czy typ pliku jest obsługiwany", "quantityTooSmall": "Ilość musi być większa niż 0", - "quantityTooLarge": "Quantity needs to be smaller than 127", + "quantityTooLarge": "Ilość musi być mniejsza niż 127", "emptyName": "Nazwa jest wymaganym polem", "invalidURI": "Nieprawidłowy URI, proszę podać poprawny URI", "notReachable": "URI nieosiągalny, nie można sprawdzić typu NFT", @@ -1186,7 +1201,7 @@ "title": "Dodaj propozycję", "body": "Wypełnij poniższe pola, aby dodać propozycję.", "addToAllAccounts": "Dodaj propozycję do wszystkich kont", - "addAllProposalsOnNode": "Add all proposals on this node" + "addAllProposalsOnNode": "Dodaj wszystkie propozycje z tego serwera" }, "editProposal": { "title": "Edytuj propozycję", @@ -1355,7 +1370,7 @@ "addProposal": "Dodaj propozycję", "removeProposal": "Usuń propozycję", "changeNode": "Zmień serwer", - "changeNodeUrl": "Change node URL", + "changeNodeUrl": "Zmień adres serwera", "stopVoting": "Zatrzymaj głosowanie", "revote": "Odnów głosy", "skipAndKeep": "Pomiń i zachowaj stare hasło", @@ -1365,11 +1380,11 @@ "syncAccounts": "Synchronizuj konta", "importToken": "Importowanie tokena {type}", "syncTokens": "Wymuś synchronizację tokenów", - "mintNftCollection": "Mint NFT collection" + "mintNftCollection": "Mintuj kolekcję NFT" }, "general": { "recipient": "Odbiorca", - "username": "Username", + "username": "Nazwa użytkownika", "password": "Hasło", "confirmPassword": "Potwierdź hasło", "currentPassword": "Aktualne hasło", @@ -1381,18 +1396,18 @@ "receiving": "Odbieranie", "newVotingPower": "Nowa siła głosu", "votingPower": "Siła głosu", - "increased": "Zwiększono siłę głosu", - "increasing": "Zwiększanie siły głosu", - "decreased": "Zmniejszono siłę głosu", - "decreasing": "Zmniejszanie siły głosu", + "increased": "Voting increased", + "increasing": "Increasing voting", + "decreased": "Voting decreased", + "decreasing": "Decreasing voting", "voted": "Zagłosowano", "voting": "Głosowanie", "changedVote": "Zmieniono głos", "changingVote": "Zmiana głosu", "revoted": "Odnowiono głosy", "revoting": "Odnawianie głosów", - "unvoted": "Zatrzymano głos", - "unvoting": "Wycofywanie głosu", + "unvoted": "Stopped voting", + "unvoting": "Stopping voting", "transferred": "Przesłano", "transferring": "Przesyłanie", "shimmerClaimed": "Odebrano", @@ -1531,6 +1546,7 @@ "contractFunction": "Funkcja kontraktu", "standard": "Standard", "uri": "URI", + "image": "Image", "issuer": "Wydawca", "issuerAddress": "Adres wydawcy", "issuerName": "Nazwa wydawcy", @@ -1587,8 +1603,8 @@ "governance": "Zarządzanie", "baseCoin": "Token podstawowy", "unverifiedContract": "Niezweryfikowany kontrakt", - "startIndex": "Start index", - "mintNftCollectionDescription": "Mint collection NFT in Alias Output" + "startIndex": "Indeks startowy", + "mintNftCollectionDescription": "Mintuj kolekcję NFT w wyjściu aliasu" }, "filters": { "title": "Filtry", @@ -1797,7 +1813,7 @@ "success": "Adresy kontaktu zostały pomyślnie zaktualizowane" }, "siwe": { - "rejected": "Invalid SIWE request" + "rejected": "Nieprawidłowe żądanie SIWE" }, "syncTokens": { "success": "Tokeny pomyślnie zsynchronizowane" @@ -2073,7 +2089,7 @@ "attributes": "Opcjonalny parametr: tablica cech i wartości, które definiują atrybuty NFT", "uri": "Aby utworzyć URI za pomocą niestandardowych mediów, najpierw prześlij plik do IPFS za pośrednictwem usługi przechowywania danych (np. https://nft.storage/)", "quantity": "Opcjonalny parametr: Ilość kopii mintowanych za pomocą tych metadanych.", - "startIndex": "Optional parameter: The start index of the NFTs to mint." + "startIndex": "Opcjonalny parametr: Indeks startowy NFT do mintowania." }, "governance": { "removeProposalWarning": "Musisz przestać głosować na tę propozycję, zanim ją usuniesz.", @@ -2099,7 +2115,7 @@ "collectibles": "Kolekcje", "governance": "Zarządzanie", "campaigns": "Kampanie", - "buySell": "Buy IOTA", + "buySell": "Kup IOTA", "developer": "Deweloper", "tokens": "Tokeny", "settings": "Ustawienia" @@ -2134,10 +2150,10 @@ "appNotOpen": "Aplikacja nie jest otwarta" }, "dappVerification": { - "valid": "Verified", - "invalid": "Domain Mismatch", - "unknown": "Cannot verify", - "scam": "Security Risk" + "valid": "Zweryfikowano", + "invalid": "Niezgodność domeny", + "unknown": "Nie można zweryfikować", + "scam": "Zagrożenie bezpieczeństwa" } }, "menus": { diff --git a/packages/shared/src/locales/pt-BR.json b/packages/shared/src/locales/pt-BR.json index 11047a1b20..3dae0eac3c 100644 --- a/packages/shared/src/locales/pt-BR.json +++ b/packages/shared/src/locales/pt-BR.json @@ -522,7 +522,8 @@ "permissions": { "step": "Permissão", "tip": "Estas são permissões limitadas para o dApp enviar uma solicitação de interação para sua aprovação. Aprove somente apps que você conhece e confia.", - "title": "Selecionar permissões", + "requiredTitle": "Required permissions", + "optionalTitle": "Optional permissions", "signData": "Request to sign data", "signTransaction": "Request to sign a transaction", "sendTransaction": "Request to send a transaction", @@ -531,7 +532,8 @@ }, "networks": { "step": "Redes", - "title": "Selecionar redes", + "requiredTitle": "Required networks", + "optionalTitle": "Optional networks", "tip": "As redes necessárias são pré-selecionadas para você pelo dApp e também podem ser reconfiguradas mais tarde.", "empty": "You have to select at least one network" }, @@ -686,7 +688,11 @@ "nodeUrl": "URL do nó" }, "fetching": "Obtendo dados da proposta", - "hintVote": "Você não pode votar em uma proposta que está na fase de anúncio, a votação abrirá em {time}." + "hintVote": "Você não pode votar em uma proposta que está na fase de anúncio, a votação abrirá em {time}.", + "projection": { + "label": "Projected votes", + "tooltip": "The projection is based on current voting weight and remaining milestones." + } } }, "updateStronghold": { @@ -973,9 +979,17 @@ }, "siwe": { "title": "Sign-In with Ethereum", + "details": "Details", + "raw": "Raw", + "rawMessage": "Raw message", "domain": "Domain", "statement": "Statement", "resources": "Resources", + "chainId": "Chain Id", + "nonce": "Nonce", + "issuedAt": "Issued at", + "notBefore": "Not before", + "requestId": "Request Id", "action": "Sign in" }, "signTransaction": { @@ -991,6 +1005,7 @@ "smartContractCall": { "title": "Smart contract call to {contractAddress}", "unableToVerify": "Bloom is unable to verify the smart contract call. Only proceed with apps you trust.", + "viewSmartContract": "View Smart Contract", "action": "Confirm", "success": "Smart contract call to {recipient}" }, @@ -1381,18 +1396,18 @@ "receiving": "Recebendo", "newVotingPower": "New voting power", "votingPower": "Voting power", - "increased": "Voting power increased", - "increasing": "Increasing voting power", - "decreased": "Voting power decreased", - "decreasing": "Decreasing voting power", + "increased": "Voting increased", + "increasing": "Increasing voting", + "decreased": "Voting decreased", + "decreasing": "Decreasing voting", "voted": "Votado", "voting": "Votando", "changedVote": "Changed vote", "changingVote": "Changing vote", "revoted": "Revotado", "revoting": "Revotando", - "unvoted": "Unvoted", - "unvoting": "Unvoting", + "unvoted": "Stopped voting", + "unvoting": "Stopping voting", "transferred": "Transferred", "transferring": "Transferring", "shimmerClaimed": "Resgatado", @@ -1531,6 +1546,7 @@ "contractFunction": "Contract function", "standard": "Padrão", "uri": "URI", + "image": "Image", "issuer": "Emissor", "issuerAddress": "Endereço do Emissor", "issuerName": "Nome do Emissor", diff --git a/packages/shared/src/locales/tr.json b/packages/shared/src/locales/tr.json index 8b82e1878b..e0b5cda78a 100644 --- a/packages/shared/src/locales/tr.json +++ b/packages/shared/src/locales/tr.json @@ -522,7 +522,8 @@ "permissions": { "step": "İzin", "tip": "Bunlar dApp'in onayınıza etkileşim isteği göndermesine yönelik sınırlı izinlerdir. Yalnızca bildiğiniz ve güvendiğiniz uygulamaları onaylayın.", - "title": "İzinleri seçin", + "requiredTitle": "Required permissions", + "optionalTitle": "Optional permissions", "signData": "Veri imzalama isteği", "signTransaction": "Bir işlemi imzalama isteği", "sendTransaction": "İşlem gönderme isteği", @@ -531,7 +532,8 @@ }, "networks": { "step": "Ağlar", - "title": "Ağ seç", + "requiredTitle": "Required networks", + "optionalTitle": "Optional networks", "tip": "Gerekli ağlar sizin için dApp tarafından önceden seçilir ve daha sonra yeniden yapılandırılabilir.", "empty": "En az bir ağ seçmeniz gerekiyor" }, @@ -686,7 +688,11 @@ "nodeUrl": "Node URL'si" }, "fetching": "Teklif verilerini alma", - "hintVote": "Duyuru aşamasında olan bir teklife oy veremezsiniz, oylama {zaman} içinde açılacaktır." + "hintVote": "Duyuru aşamasında olan bir teklife oy veremezsiniz, oylama {zaman} içinde açılacaktır.", + "projection": { + "label": "Projected votes", + "tooltip": "The projection is based on current voting weight and remaining milestones." + } } }, "updateStronghold": { @@ -973,9 +979,17 @@ }, "siwe": { "title": "Sign-In with Ethereum", + "details": "Details", + "raw": "Raw", + "rawMessage": "Raw message", "domain": "Domain", "statement": "Statement", "resources": "Resources", + "chainId": "Chain Id", + "nonce": "Nonce", + "issuedAt": "Issued at", + "notBefore": "Not before", + "requestId": "Request Id", "action": "Sign in" }, "signTransaction": { @@ -991,6 +1005,7 @@ "smartContractCall": { "title": "{contractAddress} adresine akıllı sözleşme çağrısı", "unableToVerify": "Bloom akıllı sözleşme çağrısını doğrulayamıyor. Yalnızca güvendiğiniz uygulamalarla devam edin.", + "viewSmartContract": "View Smart Contract", "action": "Onayla", "success": "{recipient} adlı kişiye akıllı sözleşme çağrısı" }, @@ -1381,18 +1396,18 @@ "receiving": "Alınıyor", "newVotingPower": "Yeni oy gücü", "votingPower": "Oy gücü", - "increased": "Oy kullanma gücü arttı", - "increasing": "Oy kullanma gücünün artırılması", - "decreased": "Oy kullanma gücü azaldı", - "decreasing": "Oy kullanma gücünün azaltılması", + "increased": "Voting increased", + "increasing": "Increasing voting", + "decreased": "Voting decreased", + "decreasing": "Decreasing voting", "voted": "Oylandı", "voting": "Oylama", "changedVote": "Oy değiştirildi", "changingVote": "Oy değiştiriliyor", "revoted": "İptal edildi", "revoting": "İptal ediliyor", - "unvoted": "Oy geri alındı", - "unvoting": "Oylama iptali", + "unvoted": "Stopped voting", + "unvoting": "Stopping voting", "transferred": "Transfer edildi", "transferring": "Transfer ediliyor", "shimmerClaimed": "Talep edildi", @@ -1531,6 +1546,7 @@ "contractFunction": "Sözleşme işlevi", "standard": "Standart", "uri": "URl", + "image": "Image", "issuer": "İhraççı", "issuerAddress": "İhraççı Adresi", "issuerName": "İhraççı Adı", diff --git a/packages/shared/src/locales/zh-CN.json b/packages/shared/src/locales/zh-CN.json index 2a46c9e23f..c5e8929ba1 100644 --- a/packages/shared/src/locales/zh-CN.json +++ b/packages/shared/src/locales/zh-CN.json @@ -522,7 +522,8 @@ "permissions": { "step": "Permission", "tip": "These are limited permissions for the dApp to send an interaction request for your approval. Only approve apps you know and trust.", - "title": "Select permissions", + "requiredTitle": "Required permissions", + "optionalTitle": "Optional permissions", "signData": "Request to sign data", "signTransaction": "Request to sign a transaction", "sendTransaction": "Request to send a transaction", @@ -531,7 +532,8 @@ }, "networks": { "step": "Networks", - "title": "Select networks", + "requiredTitle": "Required networks", + "optionalTitle": "Optional networks", "tip": "The required networks are pre-selected for you by the dApp and can also be reconfigured later.", "empty": "You have to select at least one network" }, @@ -686,7 +688,11 @@ "nodeUrl": "节点 URL" }, "fetching": "正在获取提案数据", - "hintVote": "您不能对处于宣布阶段的提案进行投票,投票将在 {time} 进行。" + "hintVote": "您不能对处于宣布阶段的提案进行投票,投票将在 {time} 进行。", + "projection": { + "label": "Projected votes", + "tooltip": "The projection is based on current voting weight and remaining milestones." + } } }, "updateStronghold": { @@ -973,9 +979,17 @@ }, "siwe": { "title": "Sign-In with Ethereum", + "details": "Details", + "raw": "Raw", + "rawMessage": "Raw message", "domain": "Domain", "statement": "Statement", "resources": "Resources", + "chainId": "Chain Id", + "nonce": "Nonce", + "issuedAt": "Issued at", + "notBefore": "Not before", + "requestId": "Request Id", "action": "Sign in" }, "signTransaction": { @@ -991,6 +1005,7 @@ "smartContractCall": { "title": "Smart contract call to {contractAddress}", "unableToVerify": "Bloom is unable to verify the smart contract call. Only proceed with apps you trust.", + "viewSmartContract": "View Smart Contract", "action": "Confirm", "success": "Smart contract call to {recipient}" }, @@ -1381,18 +1396,18 @@ "receiving": "接收", "newVotingPower": "新的投票权重", "votingPower": "投票权重", - "increased": "投票权已增加", - "increasing": "增加投票权", - "decreased": "投票权重降低", - "decreasing": "降低投票权重", + "increased": "Voting increased", + "increasing": "Increasing voting", + "decreased": "Voting decreased", + "decreasing": "Decreasing voting", "voted": "已投票", "voting": "投票中", "changedVote": "变更投票", "changingVote": "投票变更中...", "revoted": "已重新投票", "revoting": "重新投票", - "unvoted": "已取消投票", - "unvoting": "取消投票中...", + "unvoted": "Stopped voting", + "unvoting": "Stopping voting", "transferred": "Transferred", "transferring": "Transferring", "shimmerClaimed": "已认领", @@ -1531,6 +1546,7 @@ "contractFunction": "合约功能", "standard": "标准", "uri": "URI", + "image": "Image", "issuer": "发行者", "issuerAddress": "发行者地址", "issuerName": "发行者名称",