-
Notifications
You must be signed in to change notification settings - Fork 294
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 #157 from galdazbiz/languages
Languages integration - English and Spanish
- Loading branch information
Showing
13 changed files
with
239 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?php | ||
|
||
return [ | ||
'success' => [ | ||
'title' => 'Well done!', | ||
'reason' => [ | ||
'submitted_to_post' => 'Response successfully submitted to discussion.', | ||
'updated_post' => 'Successfully updated the Discussion.', | ||
'destroy_post' => 'Successfully deleted the response and discussion.', | ||
'destroy_from_discussion' => 'Successfully deleted the response from the discussion.', | ||
'created_discussion' => 'Successfully created a new discussion.', | ||
], | ||
], | ||
'info' => [ | ||
'title' => 'Heads Up!', | ||
], | ||
'warning' => [ | ||
'title' => 'Wuh Oh!', | ||
], | ||
'danger' => [ | ||
'title' => 'Oh Snap!', | ||
'reason' => [ | ||
'errors' => 'Please fix the following errors:', | ||
'prevent_spam' => 'In order to prevent spam, please allow at least :minutes in between submitting content.', | ||
'trouble' => 'Sorry, there seems to have been a problem submitting your response.', | ||
'update_post' => 'Nah ah ah... Could not update your response. Make sure you\'re not doing anything shady.', | ||
'destroy_post' => 'Nah ah ah... Could not delete the response. Make sure you\'re not doing anything shady.', | ||
'create_discussion' => 'Whoops :( There seems to be a problem creating your discussion.', | ||
], | ||
], | ||
]; |
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,14 @@ | ||
<?php | ||
|
||
return [ | ||
'preheader' => 'Just wanted to let you know that someone has responded to a forum post.', | ||
'greeting' => 'Hi there,', | ||
'body' => 'Just wanted to let you know that someone has responded to a forum post at', | ||
'view_discussion' => 'View The Discussion', | ||
'farewell' => 'Have a great day!', | ||
'unsuscribe' => [ | ||
'message' => 'If you no longer wish to be notified when someone responds to this form post be sure to uncheck the notification setting at the bottom of the page :)', | ||
'action' => 'Don\'t like these emails?', | ||
'link' => 'Unsubscribe to this Discussion', | ||
], | ||
]; |
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,44 @@ | ||
<?php | ||
|
||
return [ | ||
'words' => [ | ||
'cancel' => 'Cancel', | ||
'delete' => 'Delete', | ||
'edit' => 'Edit', | ||
'yes' => 'Yes', | ||
'no' => 'No', | ||
'minutes' => '1 minute| :count minutes', | ||
], | ||
|
||
'discussion' => [ | ||
'new' => 'New Discussion', | ||
'all' => 'All Discussions', | ||
'create' => 'Create Discussion', | ||
'posted_by' => 'Posted by', | ||
'head_details' => 'Posted in Category', | ||
|
||
], | ||
'response' => [ | ||
'confirm' => 'Are you sure you want to delete this response?', | ||
'yes_confirm' => 'Yes Delete It', | ||
'no_confirm' => 'No Thanks', | ||
'submit' => 'Submit response', | ||
'update' => 'Update Response', | ||
], | ||
|
||
'editor' => [ | ||
'title' => 'Title of Discussion', | ||
'select' => 'Select a Category', | ||
'tinymce_placeholder' => 'Type Your Discussion Here...', | ||
'select_color_text' => 'Select a Color for this Discussion (optional)', | ||
], | ||
|
||
'email' => [ | ||
'notify' => 'Notify me when someone replies', | ||
], | ||
|
||
'auth' => 'Please <a href="/:home/login">login</a> | ||
or <a href="/:home/register">register</a> | ||
to leave a response.', | ||
|
||
]; |
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,31 @@ | ||
<?php | ||
|
||
return [ | ||
'success' => [ | ||
'title' => '¡Bien hecho!', | ||
'reason' => [ | ||
'submitted_to_post' => 'Respuesta enviada correctamente a la discusión.', | ||
'updated_post' => 'Discusión actualizada correctamente.', | ||
'destroy_post' => 'Se ha borrado correctamente la respuesta y la discusión.', | ||
'destroy_from_discussion' => 'Se ha borrado correctamente la respuesta de la discusión.', | ||
'created_discussion' => 'Se ha creado correctamente una nueva discusión.', | ||
], | ||
], | ||
'info' => [ | ||
'title' => '¡Aviso!', | ||
], | ||
'warning' => [ | ||
'title' => '¡Precaución!', | ||
], | ||
'danger' => [ | ||
'title' => '¡Ha ocurrido un error!', | ||
'reason' => [ | ||
'errors' => 'Por favor corrige los siguientes errores:', | ||
'prevent_spam' => 'Con el fin de prevenir el SPAM, podrás volver a enviar el contenido nuevamente en :minutes', | ||
'trouble' => 'Parece que ha ocurrido un problema al intentar enviar la respuesta, vuelve a intentarlo más tarde.', | ||
'update_post' => '¡Oh! No se ha podido actualizar la respuesta.', | ||
'destroy_post' => '¡Oh! No se ha podido borrar la respuesta.', | ||
'create_discussion' => '¡Ups! Parece que hay un problema al crear la discusió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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
return [ | ||
'preheader' => 'Este texto es como un encabezado. Algunos clientes muestran este texto como una vista previa.', | ||
'greeting' => 'Hola,', | ||
'body' => 'Te informamos que alguien ha respondido a una discusión publicada en', | ||
'view_discussion' => 'Ver la discusión', | ||
'farewell' => 'Que tengas un buen día.', | ||
'unsuscribe' => [ | ||
'message' => 'Si ya no deseas ser notificado cuando alguien más responda, asegurate de desmarcar la configuración de notificación al final de la página :)', | ||
'action' => '¿No le gustan estos correos electrónicos?', | ||
'link' => 'Anular la suscripción a la discusió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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?php | ||
|
||
return [ | ||
'words' => [ | ||
'cancel' => 'Cancelar', | ||
'delete' => 'Borrar', | ||
'edit' => 'Editar', | ||
'yes' => 'Si', | ||
'no' => 'No', | ||
'minutes' => '1 minuto| :count minutos', | ||
], | ||
|
||
'discussion' => [ | ||
'new' => 'Nueva Discusión', | ||
'all' => 'Todas las discusiones', | ||
'create' => 'Crear una discusión', | ||
'posted_by' => 'Publicado por', | ||
'head_details' => 'Publicado en categoria', | ||
|
||
], | ||
'response' => [ | ||
'confirm' => '¿Estás seguro de que quieres borrar la respuesta?', | ||
'yes_confirm' => 'Si, borrar', | ||
'no_confirm' => 'No gracias', | ||
'submit' => 'Enviar respuesta', | ||
'update' => 'Actualizar respuesta', | ||
], | ||
|
||
'editor' => [ | ||
'title' => 'Titulo de la discusión', | ||
'select' => 'Selecciona una categoria', | ||
'tinymce_placeholder' => 'Agrega el contenido para la discusión aquí...', | ||
'select_color_text' => 'Selecciona un color para la discusión (opcional)', | ||
], | ||
|
||
'email' => [ | ||
'notify' => 'Notificarme cuando alguien conteste en la discusión', | ||
], | ||
|
||
'auth' => 'Por favor <a href="/:home/login">Inicia sesión</a> | ||
o <a href="/:home/register">Regístrate</a> | ||
para dejar una respuesta.', | ||
|
||
]; |
Oops, something went wrong.