Skip to content

Commit

Permalink
New Crowdin translations by Github Action (#1946)
Browse files Browse the repository at this point in the history
Co-authored-by: Crowdin Bot <[email protected]>
Co-authored-by: Tuditi <[email protected]>
  • Loading branch information
3 people authored Feb 15, 2024
1 parent 132f7c0 commit cce2577
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 67 deletions.
24 changes: 15 additions & 9 deletions packages/shared/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,11 @@
"emptySubtitle": "Verbinde Bloom mit deinen Lieblings-dApps"
},
"actions": {
"clearExpired": "Clear expired list"
"clearExpired": "Abgelaufene Liste leeren"
},
"clearExpired": {
"title": "Clear expired list",
"description": "Are you sure you want to clear the list of expired dApp connections?"
"title": "Abgelaufene Verbindungen löschen",
"description": "Liste mit abgelaufenen dApp-Verbindungen löschen?"
}
},
"inputConnectionCode": {
Expand Down Expand Up @@ -645,7 +645,8 @@
"successAdd": "{numberOfProposals, select, one {Vorschlag} other {Vorschläge}} erfolgreich hinzugefügt",
"successAddAll": "{numberOfProposals, select, one {Vorschlag} other {Vorschläge}} erfolgreich zu allen Konten hinzugefügt",
"successRemove": "Abstimmung erfolgreich entfernt",
"emptyTitle": "Keine Vorschläge"
"emptyTitle": "Keine Vorschläge",
"emptyDescription": "You can subscribe to a proposal on a node with its URL and an optional event ID."
},
"statusTimeline": {
"upcoming": "Ankündigung",
Expand Down Expand Up @@ -954,6 +955,9 @@
"action": "Signieren",
"success": "Signierte Nachricht"
},
"siwe": {
"title": "Sign-In with Ethereum"
},
"signTransaction": {
"title": "Transaktion signieren",
"action": "Signieren",
Expand Down Expand Up @@ -1557,8 +1561,8 @@
"featured": "Vorgestellt",
"raffle": "Tombola",
"governance": "Governance",
"baseCoin": "Base Coin",
"unverifiedContract": "Unverified Contract"
"baseCoin": "Basis-Token",
"unverifiedContract": "Unverifizierter Vertrag"
},
"filters": {
"title": "Filter",
Expand Down Expand Up @@ -1707,7 +1711,7 @@
"success": "Verbindung zu {dappName} getrennt"
},
"clearExpiredDapps": {
"success": "Expired dApps cleared"
"success": "Abgelaufene dApps gelöscht"
},
"removeDapp": {
"success": "{dappName} entfernt"
Expand Down Expand Up @@ -1774,7 +1778,8 @@
"profile": {
"length": "Dein Profilname darf nicht länger als {length, plural, one {1 Zeichen} other {# Zeichen}} sein.",
"duplicate": "Ein Profil mit diesem Namen existiert bereits.",
"type": "Profiltyp konnte nicht ermittelt werden"
"type": "Profiltyp konnte nicht ermittelt werden",
"authenticationInterrupted": "Authentication was interrupted"
},
"password": {
"doNotMatch": "Die Passwörter stimmen nicht überein.",
Expand Down Expand Up @@ -1980,7 +1985,8 @@
"invalidUri": "Ungültige URI",
"invalidProtocol": "Ungültiges Protokoll, muss mit 'wc' beginnen.",
"deprecatedVersion": "dApp verwendet eine veraltete WalletConnect-Version.",
"invalidV2UriFormat": "Der Link entspricht nicht der WalletConnect V2 Spezifikation."
"invalidV2UriFormat": "Der Link entspricht nicht der WalletConnect V2 Spezifikation.",
"signTypedData": "Bloom doesn't support eth_signedTypedData V1 due to security reasons"
},
"web3": {
"unableToGetProvider": "Web3-Anbieter konnte nicht geladen werden.",
Expand Down
12 changes: 9 additions & 3 deletions packages/shared/src/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@
"successAdd": "{numberOfProposals, select, one {Proposal} other {Proposals}} añadida(s) correctamente",
"successAddAll": "{numberOfProposals, select, one {Proposal} other {Proposals}} añadida(s) correctamente a todas las cuentas",
"successRemove": "Propuesta eliminada correctamente",
"emptyTitle": "No hay propuestas"
"emptyTitle": "No hay propuestas",
"emptyDescription": "You can subscribe to a proposal on a node with its URL and an optional event ID."
},
"statusTimeline": {
"upcoming": "Anuncio",
Expand Down Expand Up @@ -954,6 +955,9 @@
"action": "Sign",
"success": "Signed message"
},
"siwe": {
"title": "Sign-In with Ethereum"
},
"signTransaction": {
"title": "Sign transaction",
"action": "Sign",
Expand Down Expand Up @@ -1774,7 +1778,8 @@
"profile": {
"length": "Tu nombre de perfil no puede tener más de {length, plural, one {# carácter } other {# caracteres}}.",
"duplicate": "Ya existe un perfil con ese nombre.",
"type": "No se puede determinar el tipo de perfil"
"type": "No se puede determinar el tipo de perfil",
"authenticationInterrupted": "Authentication was interrupted"
},
"password": {
"doNotMatch": "Las contraseñas no coinciden.",
Expand Down Expand Up @@ -1980,7 +1985,8 @@
"invalidUri": "Invalid URI",
"invalidProtocol": "Invalid protocol, must start with 'wc'.",
"deprecatedVersion": "dApp uses a deprecated wallet connect version.",
"invalidV2UriFormat": "The link doesn't adhere to the WalletConnect V2 specification."
"invalidV2UriFormat": "The link doesn't adhere to the WalletConnect V2 specification.",
"signTypedData": "Bloom doesn't support eth_signedTypedData V1 due to security reasons"
},
"web3": {
"unableToGetProvider": "Unable to get web3 provider.",
Expand Down
12 changes: 9 additions & 3 deletions packages/shared/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@
"successAdd": "{numberOfProposals, select, one {Proposal} other {Proposals}} successfully added",
"successAddAll": "{numberOfProposals, select, one {Proposal} other {Proposals}} successfully added to all accounts",
"successRemove": "Proposal successfully removed",
"emptyTitle": "Aucune proposition"
"emptyTitle": "Aucune proposition",
"emptyDescription": "You can subscribe to a proposal on a node with its URL and an optional event ID."
},
"statusTimeline": {
"upcoming": "Announcement",
Expand Down Expand Up @@ -954,6 +955,9 @@
"action": "Sign",
"success": "Signed message"
},
"siwe": {
"title": "Sign-In with Ethereum"
},
"signTransaction": {
"title": "Sign transaction",
"action": "Sign",
Expand Down Expand Up @@ -1774,7 +1778,8 @@
"profile": {
"length": "Votre nom de profil ne peut pas être plus long que {length, plural, one {# caractère} other {# caractères}}.",
"duplicate": "Un profil portant ce nom existe déjà.",
"type": "Unable to determine the profile type"
"type": "Unable to determine the profile type",
"authenticationInterrupted": "Authentication was interrupted"
},
"password": {
"doNotMatch": "Les mots de passe ne correspondent pas.",
Expand Down Expand Up @@ -1980,7 +1985,8 @@
"invalidUri": "Invalid URI",
"invalidProtocol": "Invalid protocol, must start with 'wc'.",
"deprecatedVersion": "dApp uses a deprecated wallet connect version.",
"invalidV2UriFormat": "The link doesn't adhere to the WalletConnect V2 specification."
"invalidV2UriFormat": "The link doesn't adhere to the WalletConnect V2 specification.",
"signTypedData": "Bloom doesn't support eth_signedTypedData V1 due to security reasons"
},
"web3": {
"unableToGetProvider": "Unable to get web3 provider.",
Expand Down
12 changes: 9 additions & 3 deletions packages/shared/src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@
"successAdd": "{numberOfProposals, select, one {Proposta} other {Proposte}} aggiunte con successo",
"successAddAll": "{numberOfProposals, select, one {Proposta} other {Proposte}} aggiunte con successo",
"successRemove": "Proposta rimossa con successo",
"emptyTitle": "Nessuna proposta"
"emptyTitle": "Nessuna proposta",
"emptyDescription": "You can subscribe to a proposal on a node with its URL and an optional event ID."
},
"statusTimeline": {
"upcoming": "Annuncio",
Expand Down Expand Up @@ -954,6 +955,9 @@
"action": "Sign",
"success": "Signed message"
},
"siwe": {
"title": "Sign-In with Ethereum"
},
"signTransaction": {
"title": "Sign transaction",
"action": "Sign",
Expand Down Expand Up @@ -1774,7 +1778,8 @@
"profile": {
"length": "Il nome del tuo profilo non può essere più lungo di {length, plural, one {1 carattere} other {# caratteri}}.",
"duplicate": "Esiste già un profilo con questo nome.",
"type": "Impossibile determinare il tipo di profilo"
"type": "Impossibile determinare il tipo di profilo",
"authenticationInterrupted": "Authentication was interrupted"
},
"password": {
"doNotMatch": "Le password non corrispondono.",
Expand Down Expand Up @@ -1980,7 +1985,8 @@
"invalidUri": "Invalid URI",
"invalidProtocol": "Invalid protocol, must start with 'wc'.",
"deprecatedVersion": "dApp uses a deprecated wallet connect version.",
"invalidV2UriFormat": "The link doesn't adhere to the WalletConnect V2 specification."
"invalidV2UriFormat": "The link doesn't adhere to the WalletConnect V2 specification.",
"signTypedData": "Bloom doesn't support eth_signedTypedData V1 due to security reasons"
},
"web3": {
"unableToGetProvider": "Unable to get web3 provider.",
Expand Down
24 changes: 15 additions & 9 deletions packages/shared/src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,11 @@
"emptySubtitle": "Verbind Bloom met jouw favoriete dApps"
},
"actions": {
"clearExpired": "Clear expired list"
"clearExpired": "Verlopen lijst wissen"
},
"clearExpired": {
"title": "Clear expired list",
"description": "Are you sure you want to clear the list of expired dApp connections?"
"title": "Verlopen lijst wissen",
"description": "Weet je zeker dat je de lijst met verlopen dApp-verbindingen wilt wissen?"
}
},
"inputConnectionCode": {
Expand Down Expand Up @@ -645,7 +645,8 @@
"successAdd": "{numberOfProposals, select, one {Voorstel} other {Voorstellen}} succesvol toegevoegd",
"successAddAll": "{numberOfProposals, select, one {Voorstel} other {Voorstellen}} succesvol toegevoegd aan alle accounts",
"successRemove": "Voorstel succesvol verwijderd",
"emptyTitle": "Geen voorstellen"
"emptyTitle": "Geen voorstellen",
"emptyDescription": "You can subscribe to a proposal on a node with its URL and an optional event ID."
},
"statusTimeline": {
"upcoming": "Aankondiging",
Expand Down Expand Up @@ -954,6 +955,9 @@
"action": "Ondertekenen",
"success": "Ondertekend bericht"
},
"siwe": {
"title": "Sign-In with Ethereum"
},
"signTransaction": {
"title": "Transactie ondertekenen",
"action": "Ondertekenen",
Expand Down Expand Up @@ -1557,8 +1561,8 @@
"featured": "Aanbevolen",
"raffle": "Verloting",
"governance": "Governance",
"baseCoin": "Base Coin",
"unverifiedContract": "Unverified Contract"
"baseCoin": "Basis token",
"unverifiedContract": "Ongeverifieerd contract"
},
"filters": {
"title": "Filters",
Expand Down Expand Up @@ -1707,7 +1711,7 @@
"success": "Verbinding verbroken met {dappName}"
},
"clearExpiredDapps": {
"success": "Expired dApps cleared"
"success": "Verlopen dApps gewist"
},
"removeDapp": {
"success": "{dappName} verwijderd"
Expand Down Expand Up @@ -1774,7 +1778,8 @@
"profile": {
"length": "Je profielnaam kan niet langer zijn dan {length, plural, one {# karakter} other {# karakters}}.",
"duplicate": "Een account met deze naam bestaat al.",
"type": "Niet in staat om het profiel type te bepalen"
"type": "Niet in staat om het profiel type te bepalen",
"authenticationInterrupted": "Authentication was interrupted"
},
"password": {
"doNotMatch": "Wachtwoorden komen niet overeen.",
Expand Down Expand Up @@ -1980,7 +1985,8 @@
"invalidUri": "Ongeldige URI",
"invalidProtocol": "Ongeldig protocol, moet beginnen met 'wc'.",
"deprecatedVersion": "dApp maakt gebruik van een verouderde wallet connectie versie.",
"invalidV2UriFormat": "De link voldoet niet aan de WalletConnect V2-specificatie."
"invalidV2UriFormat": "De link voldoet niet aan de WalletConnect V2-specificatie.",
"signTypedData": "Bloom doesn't support eth_signedTypedData V1 due to security reasons"
},
"web3": {
"unableToGetProvider": "Kan web3-provider niet ophalen.",
Expand Down
28 changes: 17 additions & 11 deletions packages/shared/src/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,11 @@
"emptySubtitle": "Połącz Bloom ze swoimi ulubionymi aplikacjami typu dApp"
},
"actions": {
"clearExpired": "Clear expired list"
"clearExpired": "Wyczyść listę wygasłych"
},
"clearExpired": {
"title": "Clear expired list",
"description": "Are you sure you want to clear the list of expired dApp connections?"
"title": "Wyczyść listę wygasłych",
"description": "Czy na pewno chcesz wyczyścić listę wygasłych połączeń dApp?"
}
},
"inputConnectionCode": {
Expand Down Expand Up @@ -645,7 +645,8 @@
"successAdd": "{numberOfProposals, select, one {Propozycja dodana} other {Propozycje dodane}} pomyślnie",
"successAddAll": "{numberOfProposals, select, one {Propozycja została pomyślnie dodana} other {Propozycje zostały pomyślnie dodane}} do wszystkich kont",
"successRemove": "Propozycja została usunięta",
"emptyTitle": "Brak propozycji"
"emptyTitle": "Brak propozycji",
"emptyDescription": "You can subscribe to a proposal on a node with its URL and an optional event ID."
},
"statusTimeline": {
"upcoming": "Ogłoszenie propozycji",
Expand Down Expand Up @@ -788,7 +789,7 @@
"prod": "Wczesny dostęp",
"alpha": "Alpha",
"beta": "Beta",
"releasedAt": "Opublikowano",
"releasedAt": "Opublikowana",
"updateAvailable": "Aktualizacja jest dostępna",
"updatesDisabled": "Dostępne są aktualizacje, ale aktualizacja automatyczna jest niedostępna dla Twojego systemu operacyjnego.",
"latestInstalled": "Używasz najnowszej i najbezpieczniejszej wersji"
Expand Down Expand Up @@ -954,6 +955,9 @@
"action": "Podpisz",
"success": "Podpisana wiadomość"
},
"siwe": {
"title": "Sign-In with Ethereum"
},
"signTransaction": {
"title": "Podpisz transakcję",
"action": "Podpisz",
Expand Down Expand Up @@ -1556,9 +1560,9 @@
"upcoming": "Nadchodząca",
"featured": "Wyróźniona",
"raffle": "Loteria",
"governance": "Governance",
"baseCoin": "Base Coin",
"unverifiedContract": "Unverified Contract"
"governance": "Zarządzanie",
"baseCoin": "Token podstawowy",
"unverifiedContract": "Niezweryfikowany kontrakt"
},
"filters": {
"title": "Filtry",
Expand Down Expand Up @@ -1707,7 +1711,7 @@
"success": "Odłączono od aplikacji {dappName}"
},
"clearExpiredDapps": {
"success": "Expired dApps cleared"
"success": "Wyczyszczono wygasłe dApps"
},
"removeDapp": {
"success": "Usunięto aplikację {dappName}"
Expand Down Expand Up @@ -1774,7 +1778,8 @@
"profile": {
"length": "Twoja nazwa profilu nie może być dłuższa niż {length, plural, one {# znak} few {# znaki} many {# znaków} other {# znaków}}.",
"duplicate": "Profil o takiej nazwie już istnieje.",
"type": "Nie można określić typu profilu"
"type": "Nie można określić typu profilu",
"authenticationInterrupted": "Authentication was interrupted"
},
"password": {
"doNotMatch": "Hasła nie są zgodne.",
Expand Down Expand Up @@ -1980,7 +1985,8 @@
"invalidUri": "Błędny URI",
"invalidProtocol": "Nieprawidłowy protokół, musi zaczynać się od \"wc\".",
"deprecatedVersion": "dApp używa przestarzałej wersji wallet connect.",
"invalidV2UriFormat": "Link nie jest zgodny ze specyfikacją WalletConnect V2."
"invalidV2UriFormat": "Link nie jest zgodny ze specyfikacją WalletConnect V2.",
"signTypedData": "Bloom doesn't support eth_signedTypedData V1 due to security reasons"
},
"web3": {
"unableToGetProvider": "Nie można pozyskać dostawcy web3.",
Expand Down
12 changes: 9 additions & 3 deletions packages/shared/src/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@
"successAdd": "{numberOfProposals, select, one {Proposta} other {Propostas}} adicionadas com sucesso a todas as contas",
"successAddAll": "{numberOfProposals, select, one {Proposta} other {Propostas}} adicionadas com sucesso a todas as contas",
"successRemove": "Proposta removida com sucesso",
"emptyTitle": "Nenhuma proposta"
"emptyTitle": "Nenhuma proposta",
"emptyDescription": "You can subscribe to a proposal on a node with its URL and an optional event ID."
},
"statusTimeline": {
"upcoming": "Anúncio",
Expand Down Expand Up @@ -954,6 +955,9 @@
"action": "Assinar",
"success": "Signed message"
},
"siwe": {
"title": "Sign-In with Ethereum"
},
"signTransaction": {
"title": "Assinar transação",
"action": "Assinar",
Expand Down Expand Up @@ -1774,7 +1778,8 @@
"profile": {
"length": "Seu nome de perfil não pode ser maior do que {length, plural, one {# caractere} other {# caracteres}}.",
"duplicate": "Já existe um perfil com este nome.",
"type": "Não foi possível determinar o tipo de perfil"
"type": "Não foi possível determinar o tipo de perfil",
"authenticationInterrupted": "Authentication was interrupted"
},
"password": {
"doNotMatch": "As senhas não conferem.",
Expand Down Expand Up @@ -1980,7 +1985,8 @@
"invalidUri": "URI inválido",
"invalidProtocol": "Invalid protocol, must start with 'wc'.",
"deprecatedVersion": "dApp usa uma versão WalletConnect obsoleta.",
"invalidV2UriFormat": "O link não segue a especificação V2 do WalletConnect."
"invalidV2UriFormat": "O link não segue a especificação V2 do WalletConnect.",
"signTypedData": "Bloom doesn't support eth_signedTypedData V1 due to security reasons"
},
"web3": {
"unableToGetProvider": "Não foi possível obter o provedor web3.",
Expand Down
Loading

0 comments on commit cce2577

Please sign in to comment.