aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-02-23 21:55:58 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-02-23 21:55:58 +0100
commiteb3acd97acc62d84d3d4548a9089e0101d5780e1 (patch)
tree12b6211548832a6aff428b4d4287811a5b403bfd /src/i18n/locales
parentFix warning about missing actions in PublishDebugLogModal (diff)
downloadferdium-app-eb3acd97acc62d84d3d4548a9089e0101d5780e1.tar.gz
ferdium-app-eb3acd97acc62d84d3d4548a9089e0101d5780e1.tar.zst
ferdium-app-eb3acd97acc62d84d3d4548a9089e0101d5780e1.zip
#270 Add more navigation bar behaviour settings
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json6
-rw-r--r--src/i18n/locales/en-US.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 17f77b609..0d09cea9c 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -4175,15 +4175,15 @@
4175 } 4175 }
4176 }, 4176 },
4177 { 4177 {
4178 "defaultMessage": "!!!Always show service navigation bar", 4178 "defaultMessage": "!!!Navigation bar behaviour",
4179 "end": { 4179 "end": {
4180 "column": 3, 4180 "column": 3,
4181 "line": 60 4181 "line": 60
4182 }, 4182 },
4183 "file": "src/containers/settings/EditSettingsScreen.js", 4183 "file": "src/containers/settings/EditSettingsScreen.js",
4184 "id": "settings.app.form.showServiceNavigationBar", 4184 "id": "settings.app.form.navigationBarBehaviour",
4185 "start": { 4185 "start": {
4186 "column": 28, 4186 "column": 26,
4187 "line": 57 4187 "line": 57
4188 } 4188 }
4189 }, 4189 },
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index ce41bb9ce..319fef21d 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -283,6 +283,7 @@
283 "settings.app.form.language": "Language", 283 "settings.app.form.language": "Language",
284 "settings.app.form.lockPassword": "Password", 284 "settings.app.form.lockPassword": "Password",
285 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 285 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
286 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
286 "settings.app.form.noUpdates": "Disable updates", 287 "settings.app.form.noUpdates": "Disable updates",
287 "settings.app.form.privateNotifications": "Don't show message content in notifications", 288 "settings.app.form.privateNotifications": "Don't show message content in notifications",
288 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 289 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
@@ -293,7 +294,6 @@
293 "settings.app.form.server": "Server", 294 "settings.app.form.server": "Server",
294 "settings.app.form.showDisabledServices": "Display disabled services tabs", 295 "settings.app.form.showDisabledServices": "Display disabled services tabs",
295 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 296 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
296 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
297 "settings.app.form.startMinimized": "Start minimized in tray", 297 "settings.app.form.startMinimized": "Start minimized in tray",
298 "settings.app.form.todoServer": "Todo Server", 298 "settings.app.form.todoServer": "Todo Server",
299 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 299 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",