From a3732f89b65e10826dec4d3e58a1edfe21dba051 Mon Sep 17 00:00:00 2001 From: somrat Date: Sat, 23 May 2020 11:34:16 +0600 Subject: modified i18n translations --- i18n/en-US.yaml | 40 ---------------------------------------- i18n/en.yaml | 40 ++++++++++++++++++++++++++++++++++++++++ i18n/pt-BR.yaml | 40 ---------------------------------------- i18n/pt.yaml | 40 ++++++++++++++++++++++++++++++++++++++++ layouts/partials/contact.html | 6 +++--- 5 files changed, 83 insertions(+), 83 deletions(-) delete mode 100644 i18n/en-US.yaml create mode 100644 i18n/en.yaml delete mode 100644 i18n/pt-BR.yaml create mode 100644 i18n/pt.yaml diff --git a/i18n/en-US.yaml b/i18n/en-US.yaml deleted file mode 100644 index 47f45e7..0000000 --- a/i18n/en-US.yaml +++ /dev/null @@ -1,40 +0,0 @@ -about: - other: about -allRightReserved: - other: "All right reserved" -contact: - other: contact -contactMessageError: - other: "Your Message was not sent successfully" -contactMessageSuccess: - other: "Your Message was sent successfully" -content: - other: content -copyright: - other: "Copyright" -days: - other: "Days" -emailAddress: - other: "Email Address" -home: - other: home -hours: - other: "Hours" -minutes: - other: "Minutes" -seconds: - other: "Seconds" -sendMe: - other: "Send me" -service: - other: service -sliderImage: - other: "Slider image" -subscribe: - other: "Subscribe" -yourEmailAddressHere: - other: "Your Email Address Here" -yourMessage: - other: "Your Message" -yourName: - other: "Your Name" diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..47f45e7 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,40 @@ +about: + other: about +allRightReserved: + other: "All right reserved" +contact: + other: contact +contactMessageError: + other: "Your Message was not sent successfully" +contactMessageSuccess: + other: "Your Message was sent successfully" +content: + other: content +copyright: + other: "Copyright" +days: + other: "Days" +emailAddress: + other: "Email Address" +home: + other: home +hours: + other: "Hours" +minutes: + other: "Minutes" +seconds: + other: "Seconds" +sendMe: + other: "Send me" +service: + other: service +sliderImage: + other: "Slider image" +subscribe: + other: "Subscribe" +yourEmailAddressHere: + other: "Your Email Address Here" +yourMessage: + other: "Your Message" +yourName: + other: "Your Name" diff --git a/i18n/pt-BR.yaml b/i18n/pt-BR.yaml deleted file mode 100644 index 437e1f9..0000000 --- a/i18n/pt-BR.yaml +++ /dev/null @@ -1,40 +0,0 @@ -about: - other: sobre -allRightReserved: - other: "Todos os direitos reservados" -contact: - other: contato -contactMessageError: - other: "Sua mensagem foi enviada" -contactMessageSuccess: - other: "Sua mensagem não foi enviada" -content: - other: "Conteúdo" -copyright: - other: "Direitos autorais" -days: - other: "Dias" -emailAddress: - other: "Endereço de email" -home: - other: "página inicial" -hours: - other: "Horas" -minutes: - other: "Minutos" -seconds: - other: "Segundos" -sendMe: - other: "Enviar" -service: - other: "serviço" -sliderImage: - other: "Imagem do carrossel" -subscribe: - other: "Assinar" -yourEmailAddressHere: - other: "Seu endereço de email aqui" -yourMessage: - other: "Sua mensagem" -yourName: - other: "Seu nome" diff --git a/i18n/pt.yaml b/i18n/pt.yaml new file mode 100644 index 0000000..437e1f9 --- /dev/null +++ b/i18n/pt.yaml @@ -0,0 +1,40 @@ +about: + other: sobre +allRightReserved: + other: "Todos os direitos reservados" +contact: + other: contato +contactMessageError: + other: "Sua mensagem foi enviada" +contactMessageSuccess: + other: "Sua mensagem não foi enviada" +content: + other: "Conteúdo" +copyright: + other: "Direitos autorais" +days: + other: "Dias" +emailAddress: + other: "Endereço de email" +home: + other: "página inicial" +hours: + other: "Horas" +minutes: + other: "Minutos" +seconds: + other: "Segundos" +sendMe: + other: "Enviar" +service: + other: "serviço" +sliderImage: + other: "Imagem do carrossel" +subscribe: + other: "Assinar" +yourEmailAddressHere: + other: "Seu endereço de email aqui" +yourMessage: + other: "Sua mensagem" +yourName: + other: "Seu nome" diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html index 67b2996..946d8b6 100644 --- a/layouts/partials/contact.html +++ b/layouts/partials/contact.html @@ -19,13 +19,13 @@
- +
- +
- +
-- cgit v1.2.3