From e5a17c7f8aabaa56b5a9fd274954e8810e0d8dc3 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 25 Sep 2019 12:24:18 -0300 Subject: [PATCH] =?UTF-8?q?textos=20para=20el=20correo=20de=20compilaci?= =?UTF-8?q?=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/locales/en.yml | 41 ++++++++++++++++++++--------------------- config/locales/es.yml | 41 ++++++++++++++++++++--------------------- 2 files changed, 40 insertions(+), 42 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 037a4c6..8b49078 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -35,28 +35,27 @@ en: es: Castillian Spanish en: English seconds: '%{seconds} seconds' - mailers: - deploy_mailer: - deployed: - subject: "[Sutty] The site %{site} has been built" - hi: "Hi!" - explanation: | - This e-mail is to notify you that Sutty has built your site and - it's available at . + deploy_mailer: + deployed: + subject: "[Sutty] The site %{site} has been built" + hi: "Hi!" + explanation: | + This e-mail is to notify you that Sutty has built your site and + it's available at . - You'll find details bellow. - th: - type: Type - status: Status - deploy_local: - title: Build the site - success: Success! - error: Error - deploy_zip: - title: Build ZIP file - success: Available for download - error: Error - help: You can contact us by replying this e-mail + You'll find details bellow. + th: + type: Type + status: Status + deploy_local: + title: Build the site + success: Success! + error: Error + deploy_zip: + title: Build ZIP file + success: Available for download + error: Error + help: You can contact us by replying this e-mail activerecord: models: usuarie: User diff --git a/config/locales/es.yml b/config/locales/es.yml index 0b1ed19..a74202b 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -37,28 +37,27 @@ es: es: Castellano en: Inglés seconds: '%{seconds} segundos' - mailers: - deploy_mailer: - deployed: - subject: "[Sutty] El sitio %{site} ha sido generado" - hi: "¡Hola!" - explanation: | - Este correo es para notificarte que Sutty ha generado tu sitio y - ya está disponible en la dirección . + deploy_mailer: + deployed: + subject: "[Sutty] El sitio %{site} ha sido generado" + hi: "¡Hola!" + explanation: | + Este correo es para notificarte que Sutty ha generado tu sitio y + ya está disponible en la dirección . - A continuación encontrarás el detalle de lo que hicimos. - th: - type: Tipo - status: Estado - deploy_local: - title: Generar el sitio - success: ¡Éxito! - error: Hubo un error - deploy_zip: - title: Generar archivo ZIP - success: Disponible para descargar - error: Hubo un error - help: Por cualquier duda, responde este correo para contactarte con nosotres. + A continuación encontrarás el detalle de lo que hicimos. + th: + type: Tipo + status: Estado + deploy_local: + title: Generar el sitio + success: ¡Éxito! + error: Hubo un error + deploy_zip: + title: Generar archivo ZIP + success: Disponible para descargar + error: Hubo un error + help: Por cualquier duda, responde este correo para contactarte con nosotres. activerecord: models: usuarie: Usuarie