aboutsummaryrefslogtreecommitdiffstats
path: root/locales/en/translation.json
diff options
context:
space:
mode:
Diffstat (limited to 'locales/en/translation.json')
-rw-r--r--locales/en/translation.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/locales/en/translation.json b/locales/en/translation.json
index e215adc..9764719 100644
--- a/locales/en/translation.json
+++ b/locales/en/translation.json
@@ -45,6 +45,13 @@
45 "directAndIndirectMessageCount": "$t(service.title.directMessageCount, { \"count\": {{directMessageCount}} }) and $t(service.title.indirectMessageCount, { \"count\": {{indirectMessageCount}} })" 45 "directAndIndirectMessageCount": "$t(service.title.directMessageCount, { \"count\": {{directMessageCount}} }) and $t(service.title.indirectMessageCount, { \"count\": {{indirectMessageCount}} })"
46 } 46 }
47 }, 47 },
48 "title": {
49 "devMode": "[dev] {{title}}",
50 "noServiceName": "Sophie",
51 "separator": " - ",
52 "withServiceName": "{{serviceName}}$t(title.separator)$t(title.noServiceName)",
53 "withServiceNameAndTitle": "{{serviceTitle}}$t(title.separator)$t(title.noServiceName)"
54 },
48 "toolbar": { 55 "toolbar": {
49 "back": "Back", 56 "back": "Back",
50 "forward": "Forward", 57 "forward": "Forward",