aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-12 13:40:36 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-12 13:40:36 +0200
commitc557a47341e8e4034be81f42b35caf7bdfb3d48d (patch)
tree94a809e0e3c6a014a93cc3c666e52a6bbeb5c030 /src/i18n/locales
parentfeat(App): Update electron to 4.1.4 (diff)
downloadferdium-app-c557a47341e8e4034be81f42b35caf7bdfb3d48d.tar.gz
ferdium-app-c557a47341e8e4034be81f42b35caf7bdfb3d48d.tar.zst
ferdium-app-c557a47341e8e4034be81f42b35caf7bdfb3d48d.zip
Add language disclaimer
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json13
-rw-r--r--src/i18n/locales/en-US.json3
2 files changed, 15 insertions, 1 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 65799b614..bb7784257 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -2237,6 +2237,19 @@
2237 "column": 29, 2237 "column": 29,
2238 "line": 80 2238 "line": 80
2239 } 2239 }
2240 },
2241 {
2242 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.",
2243 "end": {
2244 "column": 3,
2245 "line": 87
2246 },
2247 "file": "src/components/settings/settings/EditSettingsForm.js",
2248 "id": "settings.app.languageDisclaimer",
2249 "start": {
2250 "column": 22,
2251 "line": 84
2252 }
2240 } 2253 }
2241 ], 2254 ],
2242 "path": "src/components/settings/settings/EditSettingsForm.json" 2255 "path": "src/components/settings/settings/EditSettingsForm.json"
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 84a71117a..a9d0f789d 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -162,6 +162,7 @@
162 "settings.app.headlineGeneral": "General", 162 "settings.app.headlineGeneral": "General",
163 "settings.app.headlineLanguage": "Language", 163 "settings.app.headlineLanguage": "Language",
164 "settings.app.headlineUpdates": "Updates", 164 "settings.app.headlineUpdates": "Updates",
165 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
165 "settings.app.restartRequired": "Changes require restart", 166 "settings.app.restartRequired": "Changes require restart",
166 "settings.app.subheadlineCache": "Cache", 167 "settings.app.subheadlineCache": "Cache",
167 "settings.app.translationHelp": "Help us to translate Franz into your language.", 168 "settings.app.translationHelp": "Help us to translate Franz into your language.",
@@ -317,4 +318,4 @@
317 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 318 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
318 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 319 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
319 "workspaces.switchingIndicator.switchingTo": "Switching to" 320 "workspaces.switchingIndicator.switchingTo": "Switching to"
320} \ No newline at end of file 321}