-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add translations to the contact page
- Loading branch information
1 parent
b135665
commit b1918e1
Showing
9 changed files
with
85 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"speak_to": "Speak to our", | ||
"sales_team": "Sales team", | ||
"form": { | ||
"email": "Work Email", | ||
"question": "Question", | ||
"submit": "Contact", | ||
"placeholder_question": "How can we help you?" | ||
} | ||
} |
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,10 @@ | ||
{ | ||
"speak_to": "Hable con nuestro", | ||
"sales_team": "equipo de ventas", | ||
"form": { | ||
"email": "Correo electrónico de trabajo", | ||
"question": "Pregunta", | ||
"submit": "Contactar", | ||
"placeholder_question": "¿Cómo podemos ayudarte?" | ||
} | ||
} |
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,10 @@ | ||
{ | ||
"speak_to": "Parlez à notre", | ||
"sales_team": "équipe de vente", | ||
"form": { | ||
"email": "Courriel professionnel", | ||
"question": "Question", | ||
"submit": "Contacter", | ||
"placeholder_question": "Comment pouvons-nous vous aider ?" | ||
} | ||
} |
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,10 @@ | ||
{ | ||
"speak_to": "Fale com o nosso", | ||
"sales_team": "time de vendas", | ||
"form": { | ||
"email": "E-mail de trabalho", | ||
"question": "Pergunta", | ||
"submit": "Contato", | ||
"placeholder_question": "Como podemos ajudar?" | ||
} | ||
} |
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,10 @@ | ||
{ | ||
"speak_to": "Говорите с нашим", | ||
"sales_team": "коммерческим отделом", | ||
"form": { | ||
"email": "Рабочий электронный адрес", | ||
"question": "Вопрос", | ||
"submit": "Контакт", | ||
"placeholder_question": "Как мы можем вам помочь?" | ||
} | ||
} |
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,10 @@ | ||
{ | ||
"speak_to": "与我们的", | ||
"sales_team": "销售团队联系", | ||
"form": { | ||
"email": "工作电子邮件", | ||
"question": "问题", | ||
"submit": "联系我们", | ||
"placeholder_question": "我们如何帮助您?" | ||
} | ||
} |