This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
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 #160 from jonathontoon/develop
Develop to Master
- Loading branch information
Showing
11 changed files
with
79 additions
and
18 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,51 @@ | ||
{ | ||
"post_status_success": { | ||
"title": "Tu tweet se ha publicado!", | ||
"description": "Clica aquí para verlo." | ||
}, | ||
"post_status_error": { | ||
"title": "Lo siento, un error ha ocurrido!", | ||
"description": "Tu tweet no se pudo enviar." | ||
}, | ||
"login": { | ||
"title_taskbar": "Envía tweets rápido desde la barra de tareas, sin distracciones.", | ||
"title_menubar": "Envía tweets rápido desde la barra de menus, sin distracciones.", | ||
"log_in_button": "Iniciar sesión con Twitter", | ||
"quit_button": "Salir de Tweet Tray" | ||
}, | ||
"authorization_code": { | ||
"title": "Entra los 7 dígitos del PIN de autorización que se muestra en la ventana emergente.", | ||
"authorize_button": "Autoriza my Cuenta", | ||
"return_button": "Volver a iniciar sesión" | ||
}, | ||
"authorization_error": { | ||
"title": "Lo siento, un error ha ocurrido!", | ||
"description": "Tu cuenta no ha podido ser autorizada." | ||
}, | ||
"composer": { | ||
"title": "Compón Tweet", | ||
"placeholder": "¿Qué está pasando?", | ||
"settings_alt_text": "Abrir configuración", | ||
"image_alt_text": "Añadir una imagen", | ||
"tweet_button": "Twittear" | ||
}, | ||
"image_dialog": { | ||
"title": "Seleccionar una imagen", | ||
"add_button": "Añadir", | ||
"file_type": "Imagenes", | ||
"warning_title": "Atención", | ||
"warning_message": "Lo siento, no puedes hacer esto", | ||
"warning_detail_images": "Las imágenes tienen que ser menores de 5mb.", | ||
"warning_detail_gif": "Los GIFs tienen que ser menores de 10mb.", | ||
"warning_confirm_button": "OK" | ||
}, | ||
"settings": { | ||
"title": "Configuración", | ||
"night_mode_action": "Modo nocturno", | ||
"launch_start_up_action": "Ejecutar al iniciar", | ||
"read_faq_action": "Lee FAQ", | ||
"report_issue_action": "Reportar un fallo", | ||
"quit_action": "Salir de Tweet Tray", | ||
"log_out_action": "Cerrar sesión" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/jonathontoon" | ||
}, | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"private": true, | ||
"scripts": { | ||
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"", | ||
|