aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json44
-rw-r--r--src/i18n/locales/en-US.json3
2 files changed, 47 insertions, 0 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index be0cd008b..f825d773b 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -46,6 +46,50 @@
46 { 46 {
47 "descriptors": [ 47 "descriptors": [
48 { 48 {
49 "defaultMessage": "!!!Change server",
50 "end": {
51 "column": 3,
52 "line": 14
53 },
54 "file": "src/components/auth/ChangeServer.js",
55 "id": "changeserver.headline",
56 "start": {
57 "column": 12,
58 "line": 11
59 }
60 },
61 {
62 "defaultMessage": "!!!Server",
63 "end": {
64 "column": 3,
65 "line": 18
66 },
67 "file": "src/components/auth/ChangeServer.js",
68 "id": "changeserver.label",
69 "start": {
70 "column": 9,
71 "line": 15
72 }
73 },
74 {
75 "defaultMessage": "!!!Submit",
76 "end": {
77 "column": 3,
78 "line": 22
79 },
80 "file": "src/components/auth/ChangeServer.js",
81 "id": "changeserver.submit",
82 "start": {
83 "column": 10,
84 "line": 19
85 }
86 }
87 ],
88 "path": "src/components/auth/ChangeServer.json"
89 },
90 {
91 "descriptors": [
92 {
49 "defaultMessage": "!!!Import your Ferdi 4 services", 93 "defaultMessage": "!!!Import your Ferdi 4 services",
50 "end": { 94 "end": {
51 "column": 3, 95 "column": 3,
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 4c14c8f90..d9613dc43 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -1,6 +1,9 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.headline": "Change server",
5 "changeserver.label": "Server",
6 "changeserver.submit": "Submit",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.debugger.title": "Publish debugging information", 8 "feature.debugger.title": "Publish debugging information",
6 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting", 9 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",