Skip to content

Commit

Permalink
Merge pull request #356 from rulfo71/feature/355-add-translations-to-…
Browse files Browse the repository at this point in the history
…customRPC

Feature/355 add spanish translations to custom rpc and decentralize mode
  • Loading branch information
rulfo71 authored Mar 29, 2023
2 parents e3b1798 + 453a227 commit 3ec4933
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 1 addition & 3 deletions apps/davi/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"useDefaultValue": "use default value",
"saveChanges": "Save Changes",
"genericError": "Seems to be a problem with the url provided",
"wrongChain": "The url provided is not from chain {{chainName}}",
"decentralizeMode": "Decentralize mode",
"decentralizeModeTooltip": "This will disable subgraph and only use RPCs. Some functions will be lost"
"wrongChain": "The url provided is not from chain {{chainName}}"
},
"decentralizeMode": {
"decentralizeMode": "Decentralize mode",
Expand Down
14 changes: 14 additions & 0 deletions apps/davi/public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@
"language": "Idioma",
"languages": "Idiomas"
},
"customRPC": {
"customRPC": "Personalizar RPC",
"customRPCUrl": "URL RPC Personalizado",
"enterURL": "Agregar URL",
"useDefaultValue": "usar valor default",
"saveChanges": "Guardar Cambios",
"genericError": "Hubo un problema con la url indicada",
"wrongChain": "La url indicada no es de la red {{chainName}}"
},
"decentralizeMode": {
"decentralizeMode": "Modo descentralizado",
"decentralizeModeTooltip": "Esta opción deshabilitará subgraph y usará solo RPCs. Se perderán algunas funciones"
},
"connections": {
"switchWalletTo": "Cambiar Monedero a {{chainName}}",
"connectWallet": "Conectar Monedero",
Expand Down Expand Up @@ -433,3 +446,4 @@
"showMore": "Mostrar más",
"showLess": "Mostrar menos"
}

1 comment on commit 3ec4933

@vercel
Copy link

@vercel vercel bot commented on 3ec4933 Mar 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.