aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-16 05:13:37 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-16 13:01:24 +0530
commit6f19bf95d0573f2d7d1c575d9c684653f59efe72 (patch)
tree8da1591207dbf19cf9939850e3c08d07fdd0cbf7 /src
parentExpose Chrome version in 'About' dialog. (diff)
downloadferdium-app-6f19bf95d0573f2d7d1c575d9c684653f59efe72.tar.gz
ferdium-app-6f19bf95d0573f2d7d1c575d9c684653f59efe72.tar.zst
ferdium-app-6f19bf95d0573f2d7d1c575d9c684653f59efe72.zip
Fix for #1417: Mac Nomenclature for Menu Bar
Diffstat (limited to 'src')
-rw-r--r--src/containers/settings/EditSettingsScreen.js9
-rw-r--r--src/i18n/locales/defaultMessages.json187
-rw-r--r--src/i18n/locales/en-US.json1
-rw-r--r--src/i18n/messages/src/containers/settings/EditSettingsScreen.json187
4 files changed, 208 insertions, 176 deletions
diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js
index 831732940..ff22bc45a 100644
--- a/src/containers/settings/EditSettingsScreen.js
+++ b/src/containers/settings/EditSettingsScreen.js
@@ -12,6 +12,7 @@ import { APP_LOCALES, SPELLCHECKER_LOCALES } from '../../i18n/languages';
12import { 12import {
13 DEFAULT_APP_SETTINGS, HIBERNATION_STRATEGIES, SIDEBAR_WIDTH, ICON_SIZES, NAVIGATION_BAR_BEHAVIOURS, SEARCH_ENGINE_NAMES, TODO_APPS, 13 DEFAULT_APP_SETTINGS, HIBERNATION_STRATEGIES, SIDEBAR_WIDTH, ICON_SIZES, NAVIGATION_BAR_BEHAVIOURS, SEARCH_ENGINE_NAMES, TODO_APPS,
14} from '../../config'; 14} from '../../config';
15import { isMac } from '../../environment';
15import { config as spellcheckerConfig } from '../../features/spellchecker'; 16import { config as spellcheckerConfig } from '../../features/spellchecker';
16 17
17import { getSelectOptions } from '../../helpers/i18n-helpers'; 18import { getSelectOptions } from '../../helpers/i18n-helpers';
@@ -45,7 +46,11 @@ const messages = defineMessages({
45 }, 46 },
46 enableSystemTray: { 47 enableSystemTray: {
47 id: 'settings.app.form.enableSystemTray', 48 id: 'settings.app.form.enableSystemTray',
48 defaultMessage: '!!!Always show Ferdi in system tray', 49 defaultMessage: '!!!Always show Ferdi in System Tray',
50 },
51 enableMenuBar: {
52 id: 'settings.app.form.enableMenuBar',
53 defaultMessage: '!!!Always show Ferdi in Menu Bar',
49 }, 54 },
50 reloadAfterResume: { 55 reloadAfterResume: {
51 id: 'settings.app.form.reloadAfterResume', 56 id: 'settings.app.form.reloadAfterResume',
@@ -371,7 +376,7 @@ export default @inject('stores', 'actions') @observer class EditSettingsScreen e
371 default: DEFAULT_APP_SETTINGS.startMinimized, 376 default: DEFAULT_APP_SETTINGS.startMinimized,
372 }, 377 },
373 enableSystemTray: { 378 enableSystemTray: {
374 label: intl.formatMessage(messages.enableSystemTray), 379 label: intl.formatMessage(isMac ? messages.enableMenuBar : messages.enableSystemTray),
375 value: settings.all.app.enableSystemTray, 380 value: settings.all.app.enableSystemTray,
376 default: DEFAULT_APP_SETTINGS.enableSystemTray, 381 default: DEFAULT_APP_SETTINGS.enableSystemTray,
377 }, 382 },
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 50e7871dd..cdad061ca 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -4902,559 +4902,572 @@
4902 "defaultMessage": "!!!Launch Ferdi on start", 4902 "defaultMessage": "!!!Launch Ferdi on start",
4903 "end": { 4903 "end": {
4904 "column": 3, 4904 "column": 3,
4905 "line": 33 4905 "line": 34
4906 }, 4906 },
4907 "file": "src/containers/settings/EditSettingsScreen.js", 4907 "file": "src/containers/settings/EditSettingsScreen.js",
4908 "id": "settings.app.form.autoLaunchOnStart", 4908 "id": "settings.app.form.autoLaunchOnStart",
4909 "start": { 4909 "start": {
4910 "column": 21, 4910 "column": 21,
4911 "line": 30 4911 "line": 31
4912 } 4912 }
4913 }, 4913 },
4914 { 4914 {
4915 "defaultMessage": "!!!Open in background", 4915 "defaultMessage": "!!!Open in background",
4916 "end": { 4916 "end": {
4917 "column": 3, 4917 "column": 3,
4918 "line": 37 4918 "line": 38
4919 }, 4919 },
4920 "file": "src/containers/settings/EditSettingsScreen.js", 4920 "file": "src/containers/settings/EditSettingsScreen.js",
4921 "id": "settings.app.form.autoLaunchInBackground", 4921 "id": "settings.app.form.autoLaunchInBackground",
4922 "start": { 4922 "start": {
4923 "column": 26, 4923 "column": 26,
4924 "line": 34 4924 "line": 35
4925 } 4925 }
4926 }, 4926 },
4927 { 4927 {
4928 "defaultMessage": "!!!Keep Ferdi in background when closing the window", 4928 "defaultMessage": "!!!Keep Ferdi in background when closing the window",
4929 "end": { 4929 "end": {
4930 "column": 3, 4930 "column": 3,
4931 "line": 41 4931 "line": 42
4932 }, 4932 },
4933 "file": "src/containers/settings/EditSettingsScreen.js", 4933 "file": "src/containers/settings/EditSettingsScreen.js",
4934 "id": "settings.app.form.runInBackground", 4934 "id": "settings.app.form.runInBackground",
4935 "start": { 4935 "start": {
4936 "column": 19, 4936 "column": 19,
4937 "line": 38 4937 "line": 39
4938 } 4938 }
4939 }, 4939 },
4940 { 4940 {
4941 "defaultMessage": "!!!Start minimized", 4941 "defaultMessage": "!!!Start minimized",
4942 "end": { 4942 "end": {
4943 "column": 3, 4943 "column": 3,
4944 "line": 45 4944 "line": 46
4945 }, 4945 },
4946 "file": "src/containers/settings/EditSettingsScreen.js", 4946 "file": "src/containers/settings/EditSettingsScreen.js",
4947 "id": "settings.app.form.startMinimized", 4947 "id": "settings.app.form.startMinimized",
4948 "start": { 4948 "start": {
4949 "column": 18, 4949 "column": 18,
4950 "line": 42 4950 "line": 43
4951 } 4951 }
4952 }, 4952 },
4953 { 4953 {
4954 "defaultMessage": "!!!Always show Ferdi in system tray", 4954 "defaultMessage": "!!!Always show Ferdi in System Tray",
4955 "end": { 4955 "end": {
4956 "column": 3, 4956 "column": 3,
4957 "line": 49 4957 "line": 50
4958 }, 4958 },
4959 "file": "src/containers/settings/EditSettingsScreen.js", 4959 "file": "src/containers/settings/EditSettingsScreen.js",
4960 "id": "settings.app.form.enableSystemTray", 4960 "id": "settings.app.form.enableSystemTray",
4961 "start": { 4961 "start": {
4962 "column": 20, 4962 "column": 20,
4963 "line": 46 4963 "line": 47
4964 }
4965 },
4966 {
4967 "defaultMessage": "!!!Always show Ferdi in Menu Bar",
4968 "end": {
4969 "column": 3,
4970 "line": 54
4971 },
4972 "file": "src/containers/settings/EditSettingsScreen.js",
4973 "id": "settings.app.form.enableMenuBar",
4974 "start": {
4975 "column": 17,
4976 "line": 51
4964 } 4977 }
4965 }, 4978 },
4966 { 4979 {
4967 "defaultMessage": "!!!Reload Ferdi after system resume", 4980 "defaultMessage": "!!!Reload Ferdi after system resume",
4968 "end": { 4981 "end": {
4969 "column": 3, 4982 "column": 3,
4970 "line": 53 4983 "line": 58
4971 }, 4984 },
4972 "file": "src/containers/settings/EditSettingsScreen.js", 4985 "file": "src/containers/settings/EditSettingsScreen.js",
4973 "id": "settings.app.form.reloadAfterResume", 4986 "id": "settings.app.form.reloadAfterResume",
4974 "start": { 4987 "start": {
4975 "column": 21, 4988 "column": 21,
4976 "line": 50 4989 "line": 55
4977 } 4990 }
4978 }, 4991 },
4979 { 4992 {
4980 "defaultMessage": "!!!Minimize Ferdi to system tray", 4993 "defaultMessage": "!!!Minimize Ferdi to system tray",
4981 "end": { 4994 "end": {
4982 "column": 3, 4995 "column": 3,
4983 "line": 57 4996 "line": 62
4984 }, 4997 },
4985 "file": "src/containers/settings/EditSettingsScreen.js", 4998 "file": "src/containers/settings/EditSettingsScreen.js",
4986 "id": "settings.app.form.minimizeToSystemTray", 4999 "id": "settings.app.form.minimizeToSystemTray",
4987 "start": { 5000 "start": {
4988 "column": 24, 5001 "column": 24,
4989 "line": 54 5002 "line": 59
4990 } 5003 }
4991 }, 5004 },
4992 { 5005 {
4993 "defaultMessage": "!!!Close Ferdi to system tray", 5006 "defaultMessage": "!!!Close Ferdi to system tray",
4994 "end": { 5007 "end": {
4995 "column": 3, 5008 "column": 3,
4996 "line": 61 5009 "line": 66
4997 }, 5010 },
4998 "file": "src/containers/settings/EditSettingsScreen.js", 5011 "file": "src/containers/settings/EditSettingsScreen.js",
4999 "id": "settings.app.form.closeToSystemTray", 5012 "id": "settings.app.form.closeToSystemTray",
5000 "start": { 5013 "start": {
5001 "column": 21, 5014 "column": 21,
5002 "line": 58 5015 "line": 63
5003 } 5016 }
5004 }, 5017 },
5005 { 5018 {
5006 "defaultMessage": "!!!Don't show message content in notifications", 5019 "defaultMessage": "!!!Don't show message content in notifications",
5007 "end": { 5020 "end": {
5008 "column": 3, 5021 "column": 3,
5009 "line": 65 5022 "line": 70
5010 }, 5023 },
5011 "file": "src/containers/settings/EditSettingsScreen.js", 5024 "file": "src/containers/settings/EditSettingsScreen.js",
5012 "id": "settings.app.form.privateNotifications", 5025 "id": "settings.app.form.privateNotifications",
5013 "start": { 5026 "start": {
5014 "column": 24, 5027 "column": 24,
5015 "line": 62 5028 "line": 67
5016 } 5029 }
5017 }, 5030 },
5018 { 5031 {
5019 "defaultMessage": "!!!Notify TaskBar/Dock on new message", 5032 "defaultMessage": "!!!Notify TaskBar/Dock on new message",
5020 "end": { 5033 "end": {
5021 "column": 3, 5034 "column": 3,
5022 "line": 69 5035 "line": 74
5023 }, 5036 },
5024 "file": "src/containers/settings/EditSettingsScreen.js", 5037 "file": "src/containers/settings/EditSettingsScreen.js",
5025 "id": "settings.app.form.notifyTaskBarOnMessage", 5038 "id": "settings.app.form.notifyTaskBarOnMessage",
5026 "start": { 5039 "start": {
5027 "column": 26, 5040 "column": 26,
5028 "line": 66 5041 "line": 71
5029 } 5042 }
5030 }, 5043 },
5031 { 5044 {
5032 "defaultMessage": "!!!Navigation bar behaviour", 5045 "defaultMessage": "!!!Navigation bar behaviour",
5033 "end": { 5046 "end": {
5034 "column": 3, 5047 "column": 3,
5035 "line": 73 5048 "line": 78
5036 }, 5049 },
5037 "file": "src/containers/settings/EditSettingsScreen.js", 5050 "file": "src/containers/settings/EditSettingsScreen.js",
5038 "id": "settings.app.form.navigationBarBehaviour", 5051 "id": "settings.app.form.navigationBarBehaviour",
5039 "start": { 5052 "start": {
5040 "column": 26, 5053 "column": 26,
5041 "line": 70 5054 "line": 75
5042 } 5055 }
5043 }, 5056 },
5044 { 5057 {
5045 "defaultMessage": "!!!Search engine", 5058 "defaultMessage": "!!!Search engine",
5046 "end": { 5059 "end": {
5047 "column": 3, 5060 "column": 3,
5048 "line": 77 5061 "line": 82
5049 }, 5062 },
5050 "file": "src/containers/settings/EditSettingsScreen.js", 5063 "file": "src/containers/settings/EditSettingsScreen.js",
5051 "id": "settings.app.form.searchEngine", 5064 "id": "settings.app.form.searchEngine",
5052 "start": { 5065 "start": {
5053 "column": 16, 5066 "column": 16,
5054 "line": 74 5067 "line": 79
5055 } 5068 }
5056 }, 5069 },
5057 { 5070 {
5058 "defaultMessage": "!!!Send telemetry data", 5071 "defaultMessage": "!!!Send telemetry data",
5059 "end": { 5072 "end": {
5060 "column": 3, 5073 "column": 3,
5061 "line": 81 5074 "line": 86
5062 }, 5075 },
5063 "file": "src/containers/settings/EditSettingsScreen.js", 5076 "file": "src/containers/settings/EditSettingsScreen.js",
5064 "id": "settings.app.form.sentry", 5077 "id": "settings.app.form.sentry",
5065 "start": { 5078 "start": {
5066 "column": 10, 5079 "column": 10,
5067 "line": 78 5080 "line": 83
5068 } 5081 }
5069 }, 5082 },
5070 { 5083 {
5071 "defaultMessage": "!!!Enable service hibernation", 5084 "defaultMessage": "!!!Enable service hibernation",
5072 "end": { 5085 "end": {
5073 "column": 3, 5086 "column": 3,
5074 "line": 85 5087 "line": 90
5075 }, 5088 },
5076 "file": "src/containers/settings/EditSettingsScreen.js", 5089 "file": "src/containers/settings/EditSettingsScreen.js",
5077 "id": "settings.app.form.hibernate", 5090 "id": "settings.app.form.hibernate",
5078 "start": { 5091 "start": {
5079 "column": 13, 5092 "column": 13,
5080 "line": 82 5093 "line": 87
5081 } 5094 }
5082 }, 5095 },
5083 { 5096 {
5084 "defaultMessage": "!!!Keep services in hibernation on startup", 5097 "defaultMessage": "!!!Keep services in hibernation on startup",
5085 "end": { 5098 "end": {
5086 "column": 3, 5099 "column": 3,
5087 "line": 89 5100 "line": 94
5088 }, 5101 },
5089 "file": "src/containers/settings/EditSettingsScreen.js", 5102 "file": "src/containers/settings/EditSettingsScreen.js",
5090 "id": "settings.app.form.hibernateOnStartup", 5103 "id": "settings.app.form.hibernateOnStartup",
5091 "start": { 5104 "start": {
5092 "column": 22, 5105 "column": 22,
5093 "line": 86 5106 "line": 91
5094 } 5107 }
5095 }, 5108 },
5096 { 5109 {
5097 "defaultMessage": "!!!Hibernation strategy", 5110 "defaultMessage": "!!!Hibernation strategy",
5098 "end": { 5111 "end": {
5099 "column": 3, 5112 "column": 3,
5100 "line": 93 5113 "line": 98
5101 }, 5114 },
5102 "file": "src/containers/settings/EditSettingsScreen.js", 5115 "file": "src/containers/settings/EditSettingsScreen.js",
5103 "id": "settings.app.form.hibernationStrategy", 5116 "id": "settings.app.form.hibernationStrategy",
5104 "start": { 5117 "start": {
5105 "column": 23, 5118 "column": 23,
5106 "line": 90 5119 "line": 95
5107 } 5120 }
5108 }, 5121 },
5109 { 5122 {
5110 "defaultMessage": "!!!Todo Server", 5123 "defaultMessage": "!!!Todo Server",
5111 "end": { 5124 "end": {
5112 "column": 3, 5125 "column": 3,
5113 "line": 97 5126 "line": 102
5114 }, 5127 },
5115 "file": "src/containers/settings/EditSettingsScreen.js", 5128 "file": "src/containers/settings/EditSettingsScreen.js",
5116 "id": "settings.app.form.predefinedTodoServer", 5129 "id": "settings.app.form.predefinedTodoServer",
5117 "start": { 5130 "start": {
5118 "column": 24, 5131 "column": 24,
5119 "line": 94 5132 "line": 99
5120 } 5133 }
5121 }, 5134 },
5122 { 5135 {
5123 "defaultMessage": "!!!Custom TodoServer", 5136 "defaultMessage": "!!!Custom TodoServer",
5124 "end": { 5137 "end": {
5125 "column": 3, 5138 "column": 3,
5126 "line": 101 5139 "line": 106
5127 }, 5140 },
5128 "file": "src/containers/settings/EditSettingsScreen.js", 5141 "file": "src/containers/settings/EditSettingsScreen.js",
5129 "id": "settings.app.form.customTodoServer", 5142 "id": "settings.app.form.customTodoServer",
5130 "start": { 5143 "start": {
5131 "column": 20, 5144 "column": 20,
5132 "line": 98 5145 "line": 103
5133 } 5146 }
5134 }, 5147 },
5135 { 5148 {
5136 "defaultMessage": "!!!Enable Password Lock", 5149 "defaultMessage": "!!!Enable Password Lock",
5137 "end": { 5150 "end": {
5138 "column": 3, 5151 "column": 3,
5139 "line": 105 5152 "line": 110
5140 }, 5153 },
5141 "file": "src/containers/settings/EditSettingsScreen.js", 5154 "file": "src/containers/settings/EditSettingsScreen.js",
5142 "id": "settings.app.form.enableLock", 5155 "id": "settings.app.form.enableLock",
5143 "start": { 5156 "start": {
5144 "column": 14, 5157 "column": 14,
5145 "line": 102 5158 "line": 107
5146 } 5159 }
5147 }, 5160 },
5148 { 5161 {
5149 "defaultMessage": "!!!Password", 5162 "defaultMessage": "!!!Password",
5150 "end": { 5163 "end": {
5151 "column": 3, 5164 "column": 3,
5152 "line": 109 5165 "line": 114
5153 }, 5166 },
5154 "file": "src/containers/settings/EditSettingsScreen.js", 5167 "file": "src/containers/settings/EditSettingsScreen.js",
5155 "id": "settings.app.form.lockPassword", 5168 "id": "settings.app.form.lockPassword",
5156 "start": { 5169 "start": {
5157 "column": 16, 5170 "column": 16,
5158 "line": 106 5171 "line": 111
5159 } 5172 }
5160 }, 5173 },
5161 { 5174 {
5162 "defaultMessage": "!!!Allow using Touch ID to unlock", 5175 "defaultMessage": "!!!Allow using Touch ID to unlock",
5163 "end": { 5176 "end": {
5164 "column": 3, 5177 "column": 3,
5165 "line": 113 5178 "line": 118
5166 }, 5179 },
5167 "file": "src/containers/settings/EditSettingsScreen.js", 5180 "file": "src/containers/settings/EditSettingsScreen.js",
5168 "id": "settings.app.form.useTouchIdToUnlock", 5181 "id": "settings.app.form.useTouchIdToUnlock",
5169 "start": { 5182 "start": {
5170 "column": 22, 5183 "column": 22,
5171 "line": 110 5184 "line": 115
5172 } 5185 }
5173 }, 5186 },
5174 { 5187 {
5175 "defaultMessage": "!!!Lock after inactivity", 5188 "defaultMessage": "!!!Lock after inactivity",
5176 "end": { 5189 "end": {
5177 "column": 3, 5190 "column": 3,
5178 "line": 117 5191 "line": 122
5179 }, 5192 },
5180 "file": "src/containers/settings/EditSettingsScreen.js", 5193 "file": "src/containers/settings/EditSettingsScreen.js",
5181 "id": "settings.app.form.inactivityLock", 5194 "id": "settings.app.form.inactivityLock",
5182 "start": { 5195 "start": {
5183 "column": 18, 5196 "column": 18,
5184 "line": 114 5197 "line": 119
5185 } 5198 }
5186 }, 5199 },
5187 { 5200 {
5188 "defaultMessage": "!!!Enable scheduled Do-not-Disturb", 5201 "defaultMessage": "!!!Enable scheduled Do-not-Disturb",
5189 "end": { 5202 "end": {
5190 "column": 3, 5203 "column": 3,
5191 "line": 121 5204 "line": 126
5192 }, 5205 },
5193 "file": "src/containers/settings/EditSettingsScreen.js", 5206 "file": "src/containers/settings/EditSettingsScreen.js",
5194 "id": "settings.app.form.scheduledDNDEnabled", 5207 "id": "settings.app.form.scheduledDNDEnabled",
5195 "start": { 5208 "start": {
5196 "column": 23, 5209 "column": 23,
5197 "line": 118 5210 "line": 123
5198 } 5211 }
5199 }, 5212 },
5200 { 5213 {
5201 "defaultMessage": "!!!From", 5214 "defaultMessage": "!!!From",
5202 "end": { 5215 "end": {
5203 "column": 3, 5216 "column": 3,
5204 "line": 125 5217 "line": 130
5205 }, 5218 },
5206 "file": "src/containers/settings/EditSettingsScreen.js", 5219 "file": "src/containers/settings/EditSettingsScreen.js",
5207 "id": "settings.app.form.scheduledDNDStart", 5220 "id": "settings.app.form.scheduledDNDStart",
5208 "start": { 5221 "start": {
5209 "column": 21, 5222 "column": 21,
5210 "line": 122 5223 "line": 127
5211 } 5224 }
5212 }, 5225 },
5213 { 5226 {
5214 "defaultMessage": "!!!To", 5227 "defaultMessage": "!!!To",
5215 "end": { 5228 "end": {
5216 "column": 3, 5229 "column": 3,
5217 "line": 129 5230 "line": 134
5218 }, 5231 },
5219 "file": "src/containers/settings/EditSettingsScreen.js", 5232 "file": "src/containers/settings/EditSettingsScreen.js",
5220 "id": "settings.app.form.scheduledDNDEnd", 5233 "id": "settings.app.form.scheduledDNDEnd",
5221 "start": { 5234 "start": {
5222 "column": 19, 5235 "column": 19,
5223 "line": 126 5236 "line": 131
5224 } 5237 }
5225 }, 5238 },
5226 { 5239 {
5227 "defaultMessage": "!!!Language", 5240 "defaultMessage": "!!!Language",
5228 "end": { 5241 "end": {
5229 "column": 3, 5242 "column": 3,
5230 "line": 133 5243 "line": 138
5231 }, 5244 },
5232 "file": "src/containers/settings/EditSettingsScreen.js", 5245 "file": "src/containers/settings/EditSettingsScreen.js",
5233 "id": "settings.app.form.language", 5246 "id": "settings.app.form.language",
5234 "start": { 5247 "start": {
5235 "column": 12, 5248 "column": 12,
5236 "line": 130 5249 "line": 135
5237 } 5250 }
5238 }, 5251 },
5239 { 5252 {
5240 "defaultMessage": "!!!Dark Mode", 5253 "defaultMessage": "!!!Dark Mode",
5241 "end": { 5254 "end": {
5242 "column": 3, 5255 "column": 3,
5243 "line": 137 5256 "line": 142
5244 }, 5257 },
5245 "file": "src/containers/settings/EditSettingsScreen.js", 5258 "file": "src/containers/settings/EditSettingsScreen.js",
5246 "id": "settings.app.form.darkMode", 5259 "id": "settings.app.form.darkMode",
5247 "start": { 5260 "start": {
5248 "column": 12, 5261 "column": 12,
5249 "line": 134 5262 "line": 139
5250 } 5263 }
5251 }, 5264 },
5252 { 5265 {
5253 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting", 5266 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting",
5254 "end": { 5267 "end": {
5255 "column": 3, 5268 "column": 3,
5256 "line": 141 5269 "line": 146
5257 }, 5270 },
5258 "file": "src/containers/settings/EditSettingsScreen.js", 5271 "file": "src/containers/settings/EditSettingsScreen.js",
5259 "id": "settings.app.form.adaptableDarkMode", 5272 "id": "settings.app.form.adaptableDarkMode",
5260 "start": { 5273 "start": {
5261 "column": 21, 5274 "column": 21,
5262 "line": 138 5275 "line": 143
5263 } 5276 }
5264 }, 5277 },
5265 { 5278 {
5266 "defaultMessage": "!!!Enable universal Dark Mode", 5279 "defaultMessage": "!!!Enable universal Dark Mode",
5267 "end": { 5280 "end": {
5268 "column": 3, 5281 "column": 3,
5269 "line": 145 5282 "line": 150
5270 }, 5283 },
5271 "file": "src/containers/settings/EditSettingsScreen.js", 5284 "file": "src/containers/settings/EditSettingsScreen.js",
5272 "id": "settings.app.form.universalDarkMode", 5285 "id": "settings.app.form.universalDarkMode",
5273 "start": { 5286 "start": {
5274 "column": 21, 5287 "column": 21,
5275 "line": 142 5288 "line": 147
5276 } 5289 }
5277 }, 5290 },
5278 { 5291 {
5279 "defaultMessage": "!!!Sidebar width", 5292 "defaultMessage": "!!!Sidebar width",
5280 "end": { 5293 "end": {
5281 "column": 3, 5294 "column": 3,
5282 "line": 149 5295 "line": 154
5283 }, 5296 },
5284 "file": "src/containers/settings/EditSettingsScreen.js", 5297 "file": "src/containers/settings/EditSettingsScreen.js",
5285 "id": "settings.app.form.serviceRibbonWidth", 5298 "id": "settings.app.form.serviceRibbonWidth",
5286 "start": { 5299 "start": {
5287 "column": 22, 5300 "column": 22,
5288 "line": 146 5301 "line": 151
5289 } 5302 }
5290 }, 5303 },
5291 { 5304 {
5292 "defaultMessage": "!!!Service icon size", 5305 "defaultMessage": "!!!Service icon size",
5293 "end": { 5306 "end": {
5294 "column": 3, 5307 "column": 3,
5295 "line": 153 5308 "line": 158
5296 }, 5309 },
5297 "file": "src/containers/settings/EditSettingsScreen.js", 5310 "file": "src/containers/settings/EditSettingsScreen.js",
5298 "id": "settings.app.form.iconSize", 5311 "id": "settings.app.form.iconSize",
5299 "start": { 5312 "start": {
5300 "column": 12, 5313 "column": 12,
5301 "line": 150 5314 "line": 155
5302 } 5315 }
5303 }, 5316 },
5304 { 5317 {
5305 "defaultMessage": "!!!Use vertical style", 5318 "defaultMessage": "!!!Use vertical style",
5306 "end": { 5319 "end": {
5307 "column": 3, 5320 "column": 3,
5308 "line": 157 5321 "line": 162
5309 }, 5322 },
5310 "file": "src/containers/settings/EditSettingsScreen.js", 5323 "file": "src/containers/settings/EditSettingsScreen.js",
5311 "id": "settings.app.form.useVerticalStyle", 5324 "id": "settings.app.form.useVerticalStyle",
5312 "start": { 5325 "start": {
5313 "column": 20, 5326 "column": 20,
5314 "line": 154 5327 "line": 159
5315 } 5328 }
5316 }, 5329 },
5317 { 5330 {
5318 "defaultMessage": "!!!Always show workspace drawer", 5331 "defaultMessage": "!!!Always show workspace drawer",
5319 "end": { 5332 "end": {
5320 "column": 3, 5333 "column": 3,
5321 "line": 161 5334 "line": 166
5322 }, 5335 },
5323 "file": "src/containers/settings/EditSettingsScreen.js", 5336 "file": "src/containers/settings/EditSettingsScreen.js",
5324 "id": "settings.app.form.alwaysShowWorkspaces", 5337 "id": "settings.app.form.alwaysShowWorkspaces",
5325 "start": { 5338 "start": {
5326 "column": 24, 5339 "column": 24,
5327 "line": 158 5340 "line": 163
5328 } 5341 }
5329 }, 5342 },
5330 { 5343 {
5331 "defaultMessage": "!!!Accent color", 5344 "defaultMessage": "!!!Accent color",
5332 "end": { 5345 "end": {
5333 "column": 3, 5346 "column": 3,
5334 "line": 165 5347 "line": 170
5335 }, 5348 },
5336 "file": "src/containers/settings/EditSettingsScreen.js", 5349 "file": "src/containers/settings/EditSettingsScreen.js",
5337 "id": "settings.app.form.accentColor", 5350 "id": "settings.app.form.accentColor",
5338 "start": { 5351 "start": {
5339 "column": 15, 5352 "column": 15,
5340 "line": 162 5353 "line": 167
5341 } 5354 }
5342 }, 5355 },
5343 { 5356 {
5344 "defaultMessage": "!!!Display disabled services tabs", 5357 "defaultMessage": "!!!Display disabled services tabs",
5345 "end": { 5358 "end": {
5346 "column": 3, 5359 "column": 3,
5347 "line": 169 5360 "line": 174
5348 }, 5361 },
5349 "file": "src/containers/settings/EditSettingsScreen.js", 5362 "file": "src/containers/settings/EditSettingsScreen.js",
5350 "id": "settings.app.form.showDisabledServices", 5363 "id": "settings.app.form.showDisabledServices",
5351 "start": { 5364 "start": {
5352 "column": 24, 5365 "column": 24,
5353 "line": 166 5366 "line": 171
5354 } 5367 }
5355 }, 5368 },
5356 { 5369 {
5357 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 5370 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
5358 "end": { 5371 "end": {
5359 "column": 3, 5372 "column": 3,
5360 "line": 173 5373 "line": 178
5361 }, 5374 },
5362 "file": "src/containers/settings/EditSettingsScreen.js", 5375 "file": "src/containers/settings/EditSettingsScreen.js",
5363 "id": "settings.app.form.showMessagesBadgesWhenMuted", 5376 "id": "settings.app.form.showMessagesBadgesWhenMuted",
5364 "start": { 5377 "start": {
5365 "column": 29, 5378 "column": 29,
5366 "line": 170 5379 "line": 175
5367 } 5380 }
5368 }, 5381 },
5369 { 5382 {
5370 "defaultMessage": "!!!Show draggable area on window", 5383 "defaultMessage": "!!!Show draggable area on window",
5371 "end": { 5384 "end": {
5372 "column": 3, 5385 "column": 3,
5373 "line": 177 5386 "line": 182
5374 }, 5387 },
5375 "file": "src/containers/settings/EditSettingsScreen.js", 5388 "file": "src/containers/settings/EditSettingsScreen.js",
5376 "id": "settings.app.form.showDragArea", 5389 "id": "settings.app.form.showDragArea",
5377 "start": { 5390 "start": {
5378 "column": 16, 5391 "column": 16,
5379 "line": 174 5392 "line": 179
5380 } 5393 }
5381 }, 5394 },
5382 { 5395 {
5383 "defaultMessage": "!!!Enable spell checking", 5396 "defaultMessage": "!!!Enable spell checking",
5384 "end": { 5397 "end": {
5385 "column": 3, 5398 "column": 3,
5386 "line": 181 5399 "line": 186
5387 }, 5400 },
5388 "file": "src/containers/settings/EditSettingsScreen.js", 5401 "file": "src/containers/settings/EditSettingsScreen.js",
5389 "id": "settings.app.form.enableSpellchecking", 5402 "id": "settings.app.form.enableSpellchecking",
5390 "start": { 5403 "start": {
5391 "column": 23, 5404 "column": 23,
5392 "line": 178 5405 "line": 183
5393 } 5406 }
5394 }, 5407 },
5395 { 5408 {
5396 "defaultMessage": "!!!Enable GPU Acceleration", 5409 "defaultMessage": "!!!Enable GPU Acceleration",
5397 "end": { 5410 "end": {
5398 "column": 3, 5411 "column": 3,
5399 "line": 185 5412 "line": 190
5400 }, 5413 },
5401 "file": "src/containers/settings/EditSettingsScreen.js", 5414 "file": "src/containers/settings/EditSettingsScreen.js",
5402 "id": "settings.app.form.enableGPUAcceleration", 5415 "id": "settings.app.form.enableGPUAcceleration",
5403 "start": { 5416 "start": {
5404 "column": 25, 5417 "column": 25,
5405 "line": 182 5418 "line": 187
5406 } 5419 }
5407 }, 5420 },
5408 { 5421 {
5409 "defaultMessage": "!!!Include beta versions", 5422 "defaultMessage": "!!!Include beta versions",
5410 "end": { 5423 "end": {
5411 "column": 3, 5424 "column": 3,
5412 "line": 189 5425 "line": 194
5413 }, 5426 },
5414 "file": "src/containers/settings/EditSettingsScreen.js", 5427 "file": "src/containers/settings/EditSettingsScreen.js",
5415 "id": "settings.app.form.beta", 5428 "id": "settings.app.form.beta",
5416 "start": { 5429 "start": {
5417 "column": 8, 5430 "column": 8,
5418 "line": 186 5431 "line": 191
5419 } 5432 }
5420 }, 5433 },
5421 { 5434 {
5422 "defaultMessage": "!!!Enable updates", 5435 "defaultMessage": "!!!Enable updates",
5423 "end": { 5436 "end": {
5424 "column": 3, 5437 "column": 3,
5425 "line": 193 5438 "line": 198
5426 }, 5439 },
5427 "file": "src/containers/settings/EditSettingsScreen.js", 5440 "file": "src/containers/settings/EditSettingsScreen.js",
5428 "id": "settings.app.form.automaticUpdates", 5441 "id": "settings.app.form.automaticUpdates",
5429 "start": { 5442 "start": {
5430 "column": 20, 5443 "column": 20,
5431 "line": 190 5444 "line": 195
5432 } 5445 }
5433 }, 5446 },
5434 { 5447 {
5435 "defaultMessage": "!!!Enable Franz Todos", 5448 "defaultMessage": "!!!Enable Franz Todos",
5436 "end": { 5449 "end": {
5437 "column": 3, 5450 "column": 3,
5438 "line": 197 5451 "line": 202
5439 }, 5452 },
5440 "file": "src/containers/settings/EditSettingsScreen.js", 5453 "file": "src/containers/settings/EditSettingsScreen.js",
5441 "id": "settings.app.form.enableTodos", 5454 "id": "settings.app.form.enableTodos",
5442 "start": { 5455 "start": {
5443 "column": 15, 5456 "column": 15,
5444 "line": 194 5457 "line": 199
5445 } 5458 }
5446 }, 5459 },
5447 { 5460 {
5448 "defaultMessage": "!!!Keep all workspaces loaded", 5461 "defaultMessage": "!!!Keep all workspaces loaded",
5449 "end": { 5462 "end": {
5450 "column": 3, 5463 "column": 3,
5451 "line": 201 5464 "line": 206
5452 }, 5465 },
5453 "file": "src/containers/settings/EditSettingsScreen.js", 5466 "file": "src/containers/settings/EditSettingsScreen.js",
5454 "id": "settings.app.form.keepAllWorkspacesLoaded", 5467 "id": "settings.app.form.keepAllWorkspacesLoaded",
5455 "start": { 5468 "start": {
5456 "column": 27, 5469 "column": 27,
5457 "line": 198 5470 "line": 203
5458 } 5471 }
5459 } 5472 }
5460 ], 5473 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 1c1cbb882..ef1da3d08 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -298,6 +298,7 @@
298 "settings.app.form.darkMode": "Enable dark mode", 298 "settings.app.form.darkMode": "Enable dark mode",
299 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 299 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
300 "settings.app.form.enableLock": "Enable Password Lock", 300 "settings.app.form.enableLock": "Enable Password Lock",
301 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar",
301 "settings.app.form.enableSpellchecking": "Enable spell checking", 302 "settings.app.form.enableSpellchecking": "Enable spell checking",
302 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 303 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
303 "settings.app.form.enableTodos": "Enable Ferdi Todos", 304 "settings.app.form.enableTodos": "Enable Ferdi Todos",
diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
index 4c4faf2e3..55cb3ba12 100644
--- a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
+++ b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Launch Ferdi on start", 4 "defaultMessage": "!!!Launch Ferdi on start",
5 "file": "src/containers/settings/EditSettingsScreen.js", 5 "file": "src/containers/settings/EditSettingsScreen.js",
6 "start": { 6 "start": {
7 "line": 30, 7 "line": 31,
8 "column": 21 8 "column": 21
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 33, 11 "line": 34,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Open in background", 17 "defaultMessage": "!!!Open in background",
18 "file": "src/containers/settings/EditSettingsScreen.js", 18 "file": "src/containers/settings/EditSettingsScreen.js",
19 "start": { 19 "start": {
20 "line": 34, 20 "line": 35,
21 "column": 26 21 "column": 26
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 37, 24 "line": 38,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Keep Ferdi in background when closing the window", 30 "defaultMessage": "!!!Keep Ferdi in background when closing the window",
31 "file": "src/containers/settings/EditSettingsScreen.js", 31 "file": "src/containers/settings/EditSettingsScreen.js",
32 "start": { 32 "start": {
33 "line": 38, 33 "line": 39,
34 "column": 19 34 "column": 19
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 41, 37 "line": 42,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,24 +43,37 @@
43 "defaultMessage": "!!!Start minimized", 43 "defaultMessage": "!!!Start minimized",
44 "file": "src/containers/settings/EditSettingsScreen.js", 44 "file": "src/containers/settings/EditSettingsScreen.js",
45 "start": { 45 "start": {
46 "line": 42, 46 "line": 43,
47 "column": 18 47 "column": 18
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 45, 50 "line": 46,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
54 { 54 {
55 "id": "settings.app.form.enableSystemTray", 55 "id": "settings.app.form.enableSystemTray",
56 "defaultMessage": "!!!Always show Ferdi in system tray", 56 "defaultMessage": "!!!Always show Ferdi in System Tray",
57 "file": "src/containers/settings/EditSettingsScreen.js", 57 "file": "src/containers/settings/EditSettingsScreen.js",
58 "start": { 58 "start": {
59 "line": 46, 59 "line": 47,
60 "column": 20 60 "column": 20
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 49, 63 "line": 50,
64 "column": 3
65 }
66 },
67 {
68 "id": "settings.app.form.enableMenuBar",
69 "defaultMessage": "!!!Always show Ferdi in Menu Bar",
70 "file": "src/containers/settings/EditSettingsScreen.js",
71 "start": {
72 "line": 51,
73 "column": 17
74 },
75 "end": {
76 "line": 54,
64 "column": 3 77 "column": 3
65 } 78 }
66 }, 79 },
@@ -69,11 +82,11 @@
69 "defaultMessage": "!!!Reload Ferdi after system resume", 82 "defaultMessage": "!!!Reload Ferdi after system resume",
70 "file": "src/containers/settings/EditSettingsScreen.js", 83 "file": "src/containers/settings/EditSettingsScreen.js",
71 "start": { 84 "start": {
72 "line": 50, 85 "line": 55,
73 "column": 21 86 "column": 21
74 }, 87 },
75 "end": { 88 "end": {
76 "line": 53, 89 "line": 58,
77 "column": 3 90 "column": 3
78 } 91 }
79 }, 92 },
@@ -82,11 +95,11 @@
82 "defaultMessage": "!!!Minimize Ferdi to system tray", 95 "defaultMessage": "!!!Minimize Ferdi to system tray",
83 "file": "src/containers/settings/EditSettingsScreen.js", 96 "file": "src/containers/settings/EditSettingsScreen.js",
84 "start": { 97 "start": {
85 "line": 54, 98 "line": 59,
86 "column": 24 99 "column": 24
87 }, 100 },
88 "end": { 101 "end": {
89 "line": 57, 102 "line": 62,
90 "column": 3 103 "column": 3
91 } 104 }
92 }, 105 },
@@ -95,11 +108,11 @@
95 "defaultMessage": "!!!Close Ferdi to system tray", 108 "defaultMessage": "!!!Close Ferdi to system tray",
96 "file": "src/containers/settings/EditSettingsScreen.js", 109 "file": "src/containers/settings/EditSettingsScreen.js",
97 "start": { 110 "start": {
98 "line": 58, 111 "line": 63,
99 "column": 21 112 "column": 21
100 }, 113 },
101 "end": { 114 "end": {
102 "line": 61, 115 "line": 66,
103 "column": 3 116 "column": 3
104 } 117 }
105 }, 118 },
@@ -108,11 +121,11 @@
108 "defaultMessage": "!!!Don't show message content in notifications", 121 "defaultMessage": "!!!Don't show message content in notifications",
109 "file": "src/containers/settings/EditSettingsScreen.js", 122 "file": "src/containers/settings/EditSettingsScreen.js",
110 "start": { 123 "start": {
111 "line": 62, 124 "line": 67,
112 "column": 24 125 "column": 24
113 }, 126 },
114 "end": { 127 "end": {
115 "line": 65, 128 "line": 70,
116 "column": 3 129 "column": 3
117 } 130 }
118 }, 131 },
@@ -121,11 +134,11 @@
121 "defaultMessage": "!!!Notify TaskBar/Dock on new message", 134 "defaultMessage": "!!!Notify TaskBar/Dock on new message",
122 "file": "src/containers/settings/EditSettingsScreen.js", 135 "file": "src/containers/settings/EditSettingsScreen.js",
123 "start": { 136 "start": {
124 "line": 66, 137 "line": 71,
125 "column": 26 138 "column": 26
126 }, 139 },
127 "end": { 140 "end": {
128 "line": 69, 141 "line": 74,
129 "column": 3 142 "column": 3
130 } 143 }
131 }, 144 },
@@ -134,11 +147,11 @@
134 "defaultMessage": "!!!Navigation bar behaviour", 147 "defaultMessage": "!!!Navigation bar behaviour",
135 "file": "src/containers/settings/EditSettingsScreen.js", 148 "file": "src/containers/settings/EditSettingsScreen.js",
136 "start": { 149 "start": {
137 "line": 70, 150 "line": 75,
138 "column": 26 151 "column": 26
139 }, 152 },
140 "end": { 153 "end": {
141 "line": 73, 154 "line": 78,
142 "column": 3 155 "column": 3
143 } 156 }
144 }, 157 },
@@ -147,11 +160,11 @@
147 "defaultMessage": "!!!Search engine", 160 "defaultMessage": "!!!Search engine",
148 "file": "src/containers/settings/EditSettingsScreen.js", 161 "file": "src/containers/settings/EditSettingsScreen.js",
149 "start": { 162 "start": {
150 "line": 74, 163 "line": 79,
151 "column": 16 164 "column": 16
152 }, 165 },
153 "end": { 166 "end": {
154 "line": 77, 167 "line": 82,
155 "column": 3 168 "column": 3
156 } 169 }
157 }, 170 },
@@ -160,11 +173,11 @@
160 "defaultMessage": "!!!Send telemetry data", 173 "defaultMessage": "!!!Send telemetry data",
161 "file": "src/containers/settings/EditSettingsScreen.js", 174 "file": "src/containers/settings/EditSettingsScreen.js",
162 "start": { 175 "start": {
163 "line": 78, 176 "line": 83,
164 "column": 10 177 "column": 10
165 }, 178 },
166 "end": { 179 "end": {
167 "line": 81, 180 "line": 86,
168 "column": 3 181 "column": 3
169 } 182 }
170 }, 183 },
@@ -173,11 +186,11 @@
173 "defaultMessage": "!!!Enable service hibernation", 186 "defaultMessage": "!!!Enable service hibernation",
174 "file": "src/containers/settings/EditSettingsScreen.js", 187 "file": "src/containers/settings/EditSettingsScreen.js",
175 "start": { 188 "start": {
176 "line": 82, 189 "line": 87,
177 "column": 13 190 "column": 13
178 }, 191 },
179 "end": { 192 "end": {
180 "line": 85, 193 "line": 90,
181 "column": 3 194 "column": 3
182 } 195 }
183 }, 196 },
@@ -186,11 +199,11 @@
186 "defaultMessage": "!!!Keep services in hibernation on startup", 199 "defaultMessage": "!!!Keep services in hibernation on startup",
187 "file": "src/containers/settings/EditSettingsScreen.js", 200 "file": "src/containers/settings/EditSettingsScreen.js",
188 "start": { 201 "start": {
189 "line": 86, 202 "line": 91,
190 "column": 22 203 "column": 22
191 }, 204 },
192 "end": { 205 "end": {
193 "line": 89, 206 "line": 94,
194 "column": 3 207 "column": 3
195 } 208 }
196 }, 209 },
@@ -199,11 +212,11 @@
199 "defaultMessage": "!!!Hibernation strategy", 212 "defaultMessage": "!!!Hibernation strategy",
200 "file": "src/containers/settings/EditSettingsScreen.js", 213 "file": "src/containers/settings/EditSettingsScreen.js",
201 "start": { 214 "start": {
202 "line": 90, 215 "line": 95,
203 "column": 23 216 "column": 23
204 }, 217 },
205 "end": { 218 "end": {
206 "line": 93, 219 "line": 98,
207 "column": 3 220 "column": 3
208 } 221 }
209 }, 222 },
@@ -212,11 +225,11 @@
212 "defaultMessage": "!!!Todo Server", 225 "defaultMessage": "!!!Todo Server",
213 "file": "src/containers/settings/EditSettingsScreen.js", 226 "file": "src/containers/settings/EditSettingsScreen.js",
214 "start": { 227 "start": {
215 "line": 94, 228 "line": 99,
216 "column": 24 229 "column": 24
217 }, 230 },
218 "end": { 231 "end": {
219 "line": 97, 232 "line": 102,
220 "column": 3 233 "column": 3
221 } 234 }
222 }, 235 },
@@ -225,11 +238,11 @@
225 "defaultMessage": "!!!Custom TodoServer", 238 "defaultMessage": "!!!Custom TodoServer",
226 "file": "src/containers/settings/EditSettingsScreen.js", 239 "file": "src/containers/settings/EditSettingsScreen.js",
227 "start": { 240 "start": {
228 "line": 98, 241 "line": 103,
229 "column": 20 242 "column": 20
230 }, 243 },
231 "end": { 244 "end": {
232 "line": 101, 245 "line": 106,
233 "column": 3 246 "column": 3
234 } 247 }
235 }, 248 },
@@ -238,11 +251,11 @@
238 "defaultMessage": "!!!Enable Password Lock", 251 "defaultMessage": "!!!Enable Password Lock",
239 "file": "src/containers/settings/EditSettingsScreen.js", 252 "file": "src/containers/settings/EditSettingsScreen.js",
240 "start": { 253 "start": {
241 "line": 102, 254 "line": 107,
242 "column": 14 255 "column": 14
243 }, 256 },
244 "end": { 257 "end": {
245 "line": 105, 258 "line": 110,
246 "column": 3 259 "column": 3
247 } 260 }
248 }, 261 },
@@ -251,11 +264,11 @@
251 "defaultMessage": "!!!Password", 264 "defaultMessage": "!!!Password",
252 "file": "src/containers/settings/EditSettingsScreen.js", 265 "file": "src/containers/settings/EditSettingsScreen.js",
253 "start": { 266 "start": {
254 "line": 106, 267 "line": 111,
255 "column": 16 268 "column": 16
256 }, 269 },
257 "end": { 270 "end": {
258 "line": 109, 271 "line": 114,
259 "column": 3 272 "column": 3
260 } 273 }
261 }, 274 },
@@ -264,11 +277,11 @@
264 "defaultMessage": "!!!Allow using Touch ID to unlock", 277 "defaultMessage": "!!!Allow using Touch ID to unlock",
265 "file": "src/containers/settings/EditSettingsScreen.js", 278 "file": "src/containers/settings/EditSettingsScreen.js",
266 "start": { 279 "start": {
267 "line": 110, 280 "line": 115,
268 "column": 22 281 "column": 22
269 }, 282 },
270 "end": { 283 "end": {
271 "line": 113, 284 "line": 118,
272 "column": 3 285 "column": 3
273 } 286 }
274 }, 287 },
@@ -277,11 +290,11 @@
277 "defaultMessage": "!!!Lock after inactivity", 290 "defaultMessage": "!!!Lock after inactivity",
278 "file": "src/containers/settings/EditSettingsScreen.js", 291 "file": "src/containers/settings/EditSettingsScreen.js",
279 "start": { 292 "start": {
280 "line": 114, 293 "line": 119,
281 "column": 18 294 "column": 18
282 }, 295 },
283 "end": { 296 "end": {
284 "line": 117, 297 "line": 122,
285 "column": 3 298 "column": 3
286 } 299 }
287 }, 300 },
@@ -290,11 +303,11 @@
290 "defaultMessage": "!!!Enable scheduled Do-not-Disturb", 303 "defaultMessage": "!!!Enable scheduled Do-not-Disturb",
291 "file": "src/containers/settings/EditSettingsScreen.js", 304 "file": "src/containers/settings/EditSettingsScreen.js",
292 "start": { 305 "start": {
293 "line": 118, 306 "line": 123,
294 "column": 23 307 "column": 23
295 }, 308 },
296 "end": { 309 "end": {
297 "line": 121, 310 "line": 126,
298 "column": 3 311 "column": 3
299 } 312 }
300 }, 313 },
@@ -303,11 +316,11 @@
303 "defaultMessage": "!!!From", 316 "defaultMessage": "!!!From",
304 "file": "src/containers/settings/EditSettingsScreen.js", 317 "file": "src/containers/settings/EditSettingsScreen.js",
305 "start": { 318 "start": {
306 "line": 122, 319 "line": 127,
307 "column": 21 320 "column": 21
308 }, 321 },
309 "end": { 322 "end": {
310 "line": 125, 323 "line": 130,
311 "column": 3 324 "column": 3
312 } 325 }
313 }, 326 },
@@ -316,11 +329,11 @@
316 "defaultMessage": "!!!To", 329 "defaultMessage": "!!!To",
317 "file": "src/containers/settings/EditSettingsScreen.js", 330 "file": "src/containers/settings/EditSettingsScreen.js",
318 "start": { 331 "start": {
319 "line": 126, 332 "line": 131,
320 "column": 19 333 "column": 19
321 }, 334 },
322 "end": { 335 "end": {
323 "line": 129, 336 "line": 134,
324 "column": 3 337 "column": 3
325 } 338 }
326 }, 339 },
@@ -329,11 +342,11 @@
329 "defaultMessage": "!!!Language", 342 "defaultMessage": "!!!Language",
330 "file": "src/containers/settings/EditSettingsScreen.js", 343 "file": "src/containers/settings/EditSettingsScreen.js",
331 "start": { 344 "start": {
332 "line": 130, 345 "line": 135,
333 "column": 12 346 "column": 12
334 }, 347 },
335 "end": { 348 "end": {
336 "line": 133, 349 "line": 138,
337 "column": 3 350 "column": 3
338 } 351 }
339 }, 352 },
@@ -342,11 +355,11 @@
342 "defaultMessage": "!!!Dark Mode", 355 "defaultMessage": "!!!Dark Mode",
343 "file": "src/containers/settings/EditSettingsScreen.js", 356 "file": "src/containers/settings/EditSettingsScreen.js",
344 "start": { 357 "start": {
345 "line": 134, 358 "line": 139,
346 "column": 12 359 "column": 12
347 }, 360 },
348 "end": { 361 "end": {
349 "line": 137, 362 "line": 142,
350 "column": 3 363 "column": 3
351 } 364 }
352 }, 365 },
@@ -355,11 +368,11 @@
355 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting", 368 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting",
356 "file": "src/containers/settings/EditSettingsScreen.js", 369 "file": "src/containers/settings/EditSettingsScreen.js",
357 "start": { 370 "start": {
358 "line": 138, 371 "line": 143,
359 "column": 21 372 "column": 21
360 }, 373 },
361 "end": { 374 "end": {
362 "line": 141, 375 "line": 146,
363 "column": 3 376 "column": 3
364 } 377 }
365 }, 378 },
@@ -368,11 +381,11 @@
368 "defaultMessage": "!!!Enable universal Dark Mode", 381 "defaultMessage": "!!!Enable universal Dark Mode",
369 "file": "src/containers/settings/EditSettingsScreen.js", 382 "file": "src/containers/settings/EditSettingsScreen.js",
370 "start": { 383 "start": {
371 "line": 142, 384 "line": 147,
372 "column": 21 385 "column": 21
373 }, 386 },
374 "end": { 387 "end": {
375 "line": 145, 388 "line": 150,
376 "column": 3 389 "column": 3
377 } 390 }
378 }, 391 },
@@ -381,11 +394,11 @@
381 "defaultMessage": "!!!Sidebar width", 394 "defaultMessage": "!!!Sidebar width",
382 "file": "src/containers/settings/EditSettingsScreen.js", 395 "file": "src/containers/settings/EditSettingsScreen.js",
383 "start": { 396 "start": {
384 "line": 146, 397 "line": 151,
385 "column": 22 398 "column": 22
386 }, 399 },
387 "end": { 400 "end": {
388 "line": 149, 401 "line": 154,
389 "column": 3 402 "column": 3
390 } 403 }
391 }, 404 },
@@ -394,11 +407,11 @@
394 "defaultMessage": "!!!Service icon size", 407 "defaultMessage": "!!!Service icon size",
395 "file": "src/containers/settings/EditSettingsScreen.js", 408 "file": "src/containers/settings/EditSettingsScreen.js",
396 "start": { 409 "start": {
397 "line": 150, 410 "line": 155,
398 "column": 12 411 "column": 12
399 }, 412 },
400 "end": { 413 "end": {
401 "line": 153, 414 "line": 158,
402 "column": 3 415 "column": 3
403 } 416 }
404 }, 417 },
@@ -407,11 +420,11 @@
407 "defaultMessage": "!!!Use vertical style", 420 "defaultMessage": "!!!Use vertical style",
408 "file": "src/containers/settings/EditSettingsScreen.js", 421 "file": "src/containers/settings/EditSettingsScreen.js",
409 "start": { 422 "start": {
410 "line": 154, 423 "line": 159,
411 "column": 20 424 "column": 20
412 }, 425 },
413 "end": { 426 "end": {
414 "line": 157, 427 "line": 162,
415 "column": 3 428 "column": 3
416 } 429 }
417 }, 430 },
@@ -420,11 +433,11 @@
420 "defaultMessage": "!!!Always show workspace drawer", 433 "defaultMessage": "!!!Always show workspace drawer",
421 "file": "src/containers/settings/EditSettingsScreen.js", 434 "file": "src/containers/settings/EditSettingsScreen.js",
422 "start": { 435 "start": {
423 "line": 158, 436 "line": 163,
424 "column": 24 437 "column": 24
425 }, 438 },
426 "end": { 439 "end": {
427 "line": 161, 440 "line": 166,
428 "column": 3 441 "column": 3
429 } 442 }
430 }, 443 },
@@ -433,11 +446,11 @@
433 "defaultMessage": "!!!Accent color", 446 "defaultMessage": "!!!Accent color",
434 "file": "src/containers/settings/EditSettingsScreen.js", 447 "file": "src/containers/settings/EditSettingsScreen.js",
435 "start": { 448 "start": {
436 "line": 162, 449 "line": 167,
437 "column": 15 450 "column": 15
438 }, 451 },
439 "end": { 452 "end": {
440 "line": 165, 453 "line": 170,
441 "column": 3 454 "column": 3
442 } 455 }
443 }, 456 },
@@ -446,11 +459,11 @@
446 "defaultMessage": "!!!Display disabled services tabs", 459 "defaultMessage": "!!!Display disabled services tabs",
447 "file": "src/containers/settings/EditSettingsScreen.js", 460 "file": "src/containers/settings/EditSettingsScreen.js",
448 "start": { 461 "start": {
449 "line": 166, 462 "line": 171,
450 "column": 24 463 "column": 24
451 }, 464 },
452 "end": { 465 "end": {
453 "line": 169, 466 "line": 174,
454 "column": 3 467 "column": 3
455 } 468 }
456 }, 469 },
@@ -459,11 +472,11 @@
459 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 472 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
460 "file": "src/containers/settings/EditSettingsScreen.js", 473 "file": "src/containers/settings/EditSettingsScreen.js",
461 "start": { 474 "start": {
462 "line": 170, 475 "line": 175,
463 "column": 29 476 "column": 29
464 }, 477 },
465 "end": { 478 "end": {
466 "line": 173, 479 "line": 178,
467 "column": 3 480 "column": 3
468 } 481 }
469 }, 482 },
@@ -472,11 +485,11 @@
472 "defaultMessage": "!!!Show draggable area on window", 485 "defaultMessage": "!!!Show draggable area on window",
473 "file": "src/containers/settings/EditSettingsScreen.js", 486 "file": "src/containers/settings/EditSettingsScreen.js",
474 "start": { 487 "start": {
475 "line": 174, 488 "line": 179,
476 "column": 16 489 "column": 16
477 }, 490 },
478 "end": { 491 "end": {
479 "line": 177, 492 "line": 182,
480 "column": 3 493 "column": 3
481 } 494 }
482 }, 495 },
@@ -485,11 +498,11 @@
485 "defaultMessage": "!!!Enable spell checking", 498 "defaultMessage": "!!!Enable spell checking",
486 "file": "src/containers/settings/EditSettingsScreen.js", 499 "file": "src/containers/settings/EditSettingsScreen.js",
487 "start": { 500 "start": {
488 "line": 178, 501 "line": 183,
489 "column": 23 502 "column": 23
490 }, 503 },
491 "end": { 504 "end": {
492 "line": 181, 505 "line": 186,
493 "column": 3 506 "column": 3
494 } 507 }
495 }, 508 },
@@ -498,11 +511,11 @@
498 "defaultMessage": "!!!Enable GPU Acceleration", 511 "defaultMessage": "!!!Enable GPU Acceleration",
499 "file": "src/containers/settings/EditSettingsScreen.js", 512 "file": "src/containers/settings/EditSettingsScreen.js",
500 "start": { 513 "start": {
501 "line": 182, 514 "line": 187,
502 "column": 25 515 "column": 25
503 }, 516 },
504 "end": { 517 "end": {
505 "line": 185, 518 "line": 190,
506 "column": 3 519 "column": 3
507 } 520 }
508 }, 521 },
@@ -511,11 +524,11 @@
511 "defaultMessage": "!!!Include beta versions", 524 "defaultMessage": "!!!Include beta versions",
512 "file": "src/containers/settings/EditSettingsScreen.js", 525 "file": "src/containers/settings/EditSettingsScreen.js",
513 "start": { 526 "start": {
514 "line": 186, 527 "line": 191,
515 "column": 8 528 "column": 8
516 }, 529 },
517 "end": { 530 "end": {
518 "line": 189, 531 "line": 194,
519 "column": 3 532 "column": 3
520 } 533 }
521 }, 534 },
@@ -524,11 +537,11 @@
524 "defaultMessage": "!!!Enable updates", 537 "defaultMessage": "!!!Enable updates",
525 "file": "src/containers/settings/EditSettingsScreen.js", 538 "file": "src/containers/settings/EditSettingsScreen.js",
526 "start": { 539 "start": {
527 "line": 190, 540 "line": 195,
528 "column": 20 541 "column": 20
529 }, 542 },
530 "end": { 543 "end": {
531 "line": 193, 544 "line": 198,
532 "column": 3 545 "column": 3
533 } 546 }
534 }, 547 },
@@ -537,11 +550,11 @@
537 "defaultMessage": "!!!Enable Franz Todos", 550 "defaultMessage": "!!!Enable Franz Todos",
538 "file": "src/containers/settings/EditSettingsScreen.js", 551 "file": "src/containers/settings/EditSettingsScreen.js",
539 "start": { 552 "start": {
540 "line": 194, 553 "line": 199,
541 "column": 15 554 "column": 15
542 }, 555 },
543 "end": { 556 "end": {
544 "line": 197, 557 "line": 202,
545 "column": 3 558 "column": 3
546 } 559 }
547 }, 560 },
@@ -550,11 +563,11 @@
550 "defaultMessage": "!!!Keep all workspaces loaded", 563 "defaultMessage": "!!!Keep all workspaces loaded",
551 "file": "src/containers/settings/EditSettingsScreen.js", 564 "file": "src/containers/settings/EditSettingsScreen.js",
552 "start": { 565 "start": {
553 "line": 198, 566 "line": 203,
554 "column": 27 567 "column": 27
555 }, 568 },
556 "end": { 569 "end": {
557 "line": 201, 570 "line": 206,
558 "column": 3 571 "column": 3
559 } 572 }
560 } 573 }