Skip to content

Commit

Permalink
New Crowdin translations by Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdin-bot authored and jeeanribeiro committed Aug 5, 2024
1 parent 0cff399 commit b87af1f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions packages/shared/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,16 +436,16 @@
"chainId": "Chain-ID",
"aliasAddress": "Alias-Adresse",
"rpcEndpoint": "RPC-Endpunkt",
"explorerUrl": "Explorer URL",
"explorerUrl": "Explorer-URL",
"errors": {
"nameTooLong": "Name ist zu lang",
"aliasAddressWrongFormat": "Muss entweder im Hex- oder Bech32-Format sein",
"aliasAddressAlreadyInUse": "Alias-Adresse wird bereits verwendet",
"invalidUrl": "Ungültige URL",
"chainIdExists": "Network with chain ID already exists",
"notMatchingChainId": "Chain Id does not match the network",
"invalidRpcEndpoint": "Invalid RPC endpoint",
"invalidExplorerUrl": "Invalid explorer URL"
"chainIdExists": "Netzwerk mit Chain-ID existiert bereits",
"notMatchingChainId": "Chain-ID stimmt nicht mit dem Netzwerk überein",
"invalidRpcEndpoint": "Ungültiger RPC-Endpunkt",
"invalidExplorerUrl": "Ungültige Explorer-URL"
},
"remove": {
"title": "Netzwerk entfernen",
Expand Down
8 changes: 4 additions & 4 deletions packages/shared/src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,10 @@
"aliasAddressWrongFormat": "Moet in hex of Bech32 formaat zijn",
"aliasAddressAlreadyInUse": "Alias adres is al in gebruik",
"invalidUrl": "Ongeldige URL",
"chainIdExists": "Network with chain ID already exists",
"notMatchingChainId": "Chain Id does not match the network",
"invalidRpcEndpoint": "Invalid RPC endpoint",
"invalidExplorerUrl": "Invalid explorer URL"
"chainIdExists": "Netwerk met chain ID bestaat al",
"notMatchingChainId": "Chain ID komt niet overeen met het netwerk",
"invalidRpcEndpoint": "Ongeldig RPC eindpunt",
"invalidExplorerUrl": "Ongeldige explorer URL"
},
"remove": {
"title": "Verwijder netwerk",
Expand Down
10 changes: 5 additions & 5 deletions packages/shared/src/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,16 +436,16 @@
"chainId": "Identyfikator łańcucha",
"aliasAddress": "Adres aliasu",
"rpcEndpoint": "RPC Endpoint",
"explorerUrl": "Explorer URL",
"explorerUrl": "URL Eksploratora",
"errors": {
"nameTooLong": "Nazwa jest za długa",
"aliasAddressWrongFormat": "Musi być w formacie hex lub Bech32",
"aliasAddressAlreadyInUse": "Adres aliasu jest już używany",
"invalidUrl": "Nieprawidłowy URL",
"chainIdExists": "Network with chain ID already exists",
"notMatchingChainId": "Chain Id does not match the network",
"invalidRpcEndpoint": "Invalid RPC endpoint",
"invalidExplorerUrl": "Invalid explorer URL"
"chainIdExists": "Sieć o tym identyfikatorze łańcucha już istnieje",
"notMatchingChainId": "Identyfikator łańcucha nie jest zgodny z siecią",
"invalidRpcEndpoint": "Nieprawidłowy RPC endpoint",
"invalidExplorerUrl": "Nieprawidłowy adres URL eksploratora"
},
"remove": {
"title": "Usuń sieć",
Expand Down

0 comments on commit b87af1f

Please sign in to comment.