-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Spanish functionality & English corrections (#2422)
Co-authored-by: Ross Bulat <[email protected]>
- Loading branch information
Showing
12 changed files
with
1,383 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"base": { | ||
"active": "Activo", | ||
"community": "Comunidad", | ||
"decentralization": "Descentralización", | ||
"email": "Correo", | ||
"goTo": "Ir a", | ||
"help": "Ayuda", | ||
"inactive": "Inactivo", | ||
"network": "Red", | ||
"nominate": "Nominar", | ||
"offline": "La conexión parece estar desconectada", | ||
"overview": "Resumen", | ||
"payee": { | ||
"account": { | ||
"subtitle": "Enviar pagos a otra cuenta como saldo disponible.", | ||
"title": "A Otra Cuenta" | ||
}, | ||
"none": { | ||
"subtitle": "No tiene configurado ningún destino de pago.", | ||
"title_active": "No Asignado", | ||
"title_default": "Ninguno" | ||
}, | ||
"staked": { | ||
"subtitle": "Agregar pagos automáticamente a su saldo apostado existente.", | ||
"title_active": "Capitalización", | ||
"title_default": "Capitalizar" | ||
}, | ||
"stash": { | ||
"subtitle": "Los pagos se envían a su cuenta como saldo disponible.", | ||
"title": "A Su Cuenta" | ||
} | ||
}, | ||
"payouts": "Pagos", | ||
"pools": "Pools", | ||
"resources": "Recursos", | ||
"stake": "Stakear", | ||
"support": "Soporte", | ||
"time": { | ||
"day_one": "día", | ||
"day_other": "días", | ||
"hour_one": "hora", | ||
"hour_other": "horas", | ||
"hr_one": "hr", | ||
"hr_other": "hrs", | ||
"min_one": "min", | ||
"min_other": "mins", | ||
"minute_one": "minuto", | ||
"minute_other": "minutos", | ||
"second_one": "segundo", | ||
"second_other": "segundos" | ||
}, | ||
"title": "Polkadot Staking Dashboard", | ||
"validators": "Validadores" | ||
} | ||
} |
Oops, something went wrong.