summaryrefslogtreecommitdiff
path: root/engines/support/config/locales
diff options
context:
space:
mode:
Diffstat (limited to 'engines/support/config/locales')
-rw-r--r--engines/support/config/locales/en.yml8
-rw-r--r--engines/support/config/locales/es.yml3
2 files changed, 8 insertions, 3 deletions
diff --git a/engines/support/config/locales/en.yml b/engines/support/config/locales/en.yml
index 8d2af67..071db97 100644
--- a/engines/support/config/locales/en.yml
+++ b/engines/support/config/locales/en.yml
@@ -1,9 +1,11 @@
en:
support_tickets: "Support"
+ email_notice_text: "A new comment has been added to this help ticket."
+ email_no_reply_text: "Do not reply to this email."
# translations used in the layout views or @title
layouts:
# fallback for all translations of "tickets" nested below:
- tickets: "Tickets"
+ tickets: "Tickets"
title:
tickets: "Tickets"
header:
@@ -90,8 +92,8 @@ en:
"false": "Closed"
# mouse over hints for the given fields
hints:
- ticket:
- email: "Please provide an email address so we can get back to you."
+ ticket:
+ email: "Provide an email address in order to notified when this ticket is updated."
# these will fallback to translations in "simple_form.hints.defaults"
# placeholders inside the fields before anything was typed
#placeholders:
diff --git a/engines/support/config/locales/es.yml b/engines/support/config/locales/es.yml
new file mode 100644
index 0000000..7773197
--- /dev/null
+++ b/engines/support/config/locales/es.yml
@@ -0,0 +1,3 @@
+es:
+ email_notice_text: "Se ha aƱadido un nuevo comentario."
+ email_no_reply_text: "No responda a este mensaje." \ No newline at end of file