-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #163 from ngmoviedo/master
- Loading branch information
Showing
6 changed files
with
46 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"&File": "&Archivo", | ||
"Force &Reload": "Forzar &recarga", | ||
"&Quit": "&Salir", | ||
"&Edit": "&Editar", | ||
"Undo": "Deshacer", | ||
"Redo": "Rehacer", | ||
"Cut": "Cortar", | ||
"Copy": "Copiar", | ||
"Paste": "Pegar", | ||
"Select All": "Seleccionar todo", | ||
"Language": "Idioma", | ||
"en": "English (en)", | ||
"es": "Español (es)", | ||
"hi": "हिंदी (hi)", | ||
"it": "Italiano (it)", | ||
"Tab": "Pestaña", | ||
"Add New Tab": "Nueva pestaña", | ||
"Edit Active Tab": "Editar pestaña activa", | ||
"Close Active Tab": "Cerrar pestaña activa", | ||
"Open Tab DevTools": "Herramientas de desarrollador de la pestaña", | ||
"Restore Tab": "Restaurar pestaña", | ||
"Go to Next Tab": "Ir a la siguiente pestaña", | ||
"Go to Previous Tab": "Ir a la pestaña anterior", | ||
"Go to First Tab": "Ir a la primera pestaña", | ||
"Go to Last Tab": "Ir a la última pestaña", | ||
"&View": "&Ver", | ||
"Toggle Fullscreen": "Activar/Desactivar pantalla completa", | ||
"Toggle Tab Bar": "Activar/Desactivar barra de pestañas", | ||
"Themes": "Temas", | ||
"Theme Manager": "Gestor de temas", | ||
"&Settings": "&Preferencias", | ||
"&Help": "A&yuda", | ||
"&About": "Acerca &de", | ||
"Donate": "Donar", | ||
"Check For &Updates": "&Buscar actualizaciones", | ||
"Links": "Links", | ||
"Report Bugs/Issues": "Reportar bugs/problemas", | ||
"Website": "Página web", | ||
"Repository": "Repositorio", | ||
"Open &DevTools": "Abrir herramientas de desarrollador" | ||
} |
Empty file.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module.exports = { | ||
languages: ["en", "hi", "it"], | ||
languages: ["en", "es", "hi", "it"], | ||
fallbackLang: "en", | ||
namespace: "translation", | ||
}; |