aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/settings/recipes/RecipesDashboard.js4
-rw-r--r--src/components/settings/services/ServicesDashboard.js2
-rw-r--r--src/i18n/locales/af.json2
-rw-r--r--src/i18n/locales/ar.json2
-rw-r--r--src/i18n/locales/be.json2
-rw-r--r--src/i18n/locales/bs.json2
-rw-r--r--src/i18n/locales/ca.json2
-rw-r--r--src/i18n/locales/cs.json2
-rw-r--r--src/i18n/locales/defaultMessages.json6
-rw-r--r--src/i18n/locales/el.json2
-rw-r--r--src/i18n/locales/en-US.json2
-rw-r--r--src/i18n/locales/fil.json2
-rw-r--r--src/i18n/locales/ga.json2
-rw-r--r--src/i18n/locales/hr.json2
-rw-r--r--src/i18n/locales/hu.json2
-rw-r--r--src/i18n/locales/id.json2
-rw-r--r--src/i18n/locales/ja.json2
-rw-r--r--src/i18n/locales/ka.json2
-rw-r--r--src/i18n/locales/kk.json2
-rw-r--r--src/i18n/locales/ko.json2
-rw-r--r--src/i18n/locales/ms.json2
-rw-r--r--src/i18n/locales/nl-BE.json2
-rw-r--r--src/i18n/locales/nl.json2
-rw-r--r--src/i18n/locales/no.json2
-rw-r--r--src/i18n/locales/pl.json2
-rw-r--r--src/i18n/locales/pt.json2
-rw-r--r--src/i18n/locales/ro.json2
-rw-r--r--src/i18n/locales/ru.json2
-rw-r--r--src/i18n/locales/si.json2
-rw-r--r--src/i18n/locales/sk.json2
-rw-r--r--src/i18n/locales/sl.json2
-rw-r--r--src/i18n/locales/sq.json2
-rw-r--r--src/i18n/locales/sr.json2
-rw-r--r--src/i18n/locales/sv.json2
-rw-r--r--src/i18n/locales/tr.json2
-rw-r--r--src/i18n/locales/uk.json2
-rw-r--r--src/i18n/locales/vi.json2
-rw-r--r--src/i18n/locales/zh-CN.json2
-rw-r--r--src/i18n/locales/zh-HANT.json2
-rw-r--r--src/i18n/locales/zh.json2
-rw-r--r--src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json2
-rw-r--r--src/i18n/messages/src/components/settings/services/ServicesDashboard.json2
-rw-r--r--src/i18n/messages/src/containers/settings/EditSettingsScreen.json180
43 files changed, 135 insertions, 135 deletions
diff --git a/src/components/settings/recipes/RecipesDashboard.js b/src/components/settings/recipes/RecipesDashboard.js
index 90e89ffa9..b4e2fc05c 100644
--- a/src/components/settings/recipes/RecipesDashboard.js
+++ b/src/components/settings/recipes/RecipesDashboard.js
@@ -40,7 +40,7 @@ const messages = defineMessages({
40 }, 40 },
41 nothingFound: { 41 nothingFound: {
42 id: 'settings.recipes.nothingFound', 42 id: 'settings.recipes.nothingFound',
43 defaultMessage: '!!!Sorry, but no service matched your search term - but you can still probably add it using the "Custom Website" option:', 43 defaultMessage: '!!!Sorry, but no service matched your search term - but you can still probably add it using the "Custom Website" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.',
44 }, 44 },
45 servicesSuccessfulAddedInfo: { 45 servicesSuccessfulAddedInfo: {
46 id: 'settings.recipes.servicesSuccessfulAddedInfo', 46 id: 'settings.recipes.servicesSuccessfulAddedInfo',
@@ -265,7 +265,7 @@ export default @injectSheet(styles) @observer class RecipesDashboard extends Com
265 </span> 265 </span>
266 266
267 <p className="settings__empty-state-text">{intl.formatMessage(messages.nothingFound)}</p> 267 <p className="settings__empty-state-text">{intl.formatMessage(messages.nothingFound)}</p>
268 268
269 <RecipeItem 269 <RecipeItem
270 key={customWebsiteRecipe.id} 270 key={customWebsiteRecipe.id}
271 recipe={customWebsiteRecipe} 271 recipe={customWebsiteRecipe}
diff --git a/src/components/settings/services/ServicesDashboard.js b/src/components/settings/services/ServicesDashboard.js
index c4e8e42a4..a0f05fd20 100644
--- a/src/components/settings/services/ServicesDashboard.js
+++ b/src/components/settings/services/ServicesDashboard.js
@@ -27,7 +27,7 @@ const messages = defineMessages({
27 }, 27 },
28 noServiceFound: { 28 noServiceFound: {
29 id: 'settings.recipes.nothingFound', 29 id: 'settings.recipes.nothingFound',
30 defaultMessage: '!!!Sorry, but no service matched your search term.', 30 defaultMessage: '!!!Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.',
31 }, 31 },
32 discoverServices: { 32 discoverServices: {
33 id: 'settings.services.discoverServices', 33 id: 'settings.services.discoverServices',
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
index e57155b58..e587cff9d 100644
--- a/src/i18n/locales/af.json
+++ b/src/i18n/locales/af.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Available services", 377 "settings.recipes.headline": "Available services",
378 "settings.recipes.missingService": "Missing a service?", 378 "settings.recipes.missingService": "Missing a service?",
379 "settings.recipes.mostPopular": "Most popular", 379 "settings.recipes.mostPopular": "Most popular",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
382 "settings.searchService": "Search service", 382 "settings.searchService": "Search service",
383 "settings.service.error.goBack": "Back to services", 383 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index a622d75de..974dd407d 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "الخدمات المتاحة", 377 "settings.recipes.headline": "الخدمات المتاحة",
378 "settings.recipes.missingService": "خدمة مفقودة؟", 378 "settings.recipes.missingService": "خدمة مفقودة؟",
379 "settings.recipes.mostPopular": "الأكثر شعبية", 379 "settings.recipes.mostPopular": "الأكثر شعبية",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "تمت إضافة الخدمة بنجاح", 381 "settings.recipes.servicesSuccessfulAddedInfo": "تمت إضافة الخدمة بنجاح",
382 "settings.searchService": "البحث عن خدمة", 382 "settings.searchService": "البحث عن خدمة",
383 "settings.service.error.goBack": "العودة إلى الخدمات", 383 "settings.service.error.goBack": "العودة إلى الخدمات",
diff --git a/src/i18n/locales/be.json b/src/i18n/locales/be.json
index 14b2f5f48..fc25795a4 100644
--- a/src/i18n/locales/be.json
+++ b/src/i18n/locales/be.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Available services", 377 "settings.recipes.headline": "Available services",
378 "settings.recipes.missingService": "Missing a service?", 378 "settings.recipes.missingService": "Missing a service?",
379 "settings.recipes.mostPopular": "Most popular", 379 "settings.recipes.mostPopular": "Most popular",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
382 "settings.searchService": "Search service", 382 "settings.searchService": "Search service",
383 "settings.service.error.goBack": "Back to services", 383 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
index e57155b58..e587cff9d 100644
--- a/src/i18n/locales/bs.json
+++ b/src/i18n/locales/bs.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Available services", 377 "settings.recipes.headline": "Available services",
378 "settings.recipes.missingService": "Missing a service?", 378 "settings.recipes.missingService": "Missing a service?",
379 "settings.recipes.mostPopular": "Most popular", 379 "settings.recipes.mostPopular": "Most popular",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
382 "settings.searchService": "Search service", 382 "settings.searchService": "Search service",
383 "settings.service.error.goBack": "Back to services", 383 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index 32dccbcb0..585079a08 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Serveis disponibles", 377 "settings.recipes.headline": "Serveis disponibles",
378 "settings.recipes.missingService": "Trobes a faltar algun servei?", 378 "settings.recipes.missingService": "Trobes a faltar algun servei?",
379 "settings.recipes.mostPopular": "Els més populars", 379 "settings.recipes.mostPopular": "Els més populars",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "El servei s'ha afegit correctament", 381 "settings.recipes.servicesSuccessfulAddedInfo": "El servei s'ha afegit correctament",
382 "settings.searchService": "Cercar servei", 382 "settings.searchService": "Cercar servei",
383 "settings.service.error.goBack": "Tornar als serveis", 383 "settings.service.error.goBack": "Tornar als serveis",
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index 6924d600b..abd23dfad 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Dostupné služby", 377 "settings.recipes.headline": "Dostupné služby",
378 "settings.recipes.missingService": "Chybějící služba?", 378 "settings.recipes.missingService": "Chybějící služba?",
379 "settings.recipes.mostPopular": "Nejpopulárnější", 379 "settings.recipes.mostPopular": "Nejpopulárnější",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Služba byla úspěšně přidána", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Služba byla úspěšně přidána",
382 "settings.searchService": "Vyhledat službu", 382 "settings.searchService": "Vyhledat službu",
383 "settings.service.error.goBack": "Zpět na služby", 383 "settings.service.error.goBack": "Zpět na služby",
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 5ed26f628..8225b50ef 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -2524,7 +2524,7 @@
2524 } 2524 }
2525 }, 2525 },
2526 { 2526 {
2527 "defaultMessage": "!!!Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 2527 "defaultMessage": "!!!Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
2528 "end": { 2528 "end": {
2529 "column": 3, 2529 "column": 3,
2530 "line": 44 2530 "line": 44
@@ -3155,7 +3155,7 @@
3155 } 3155 }
3156 }, 3156 },
3157 { 3157 {
3158 "defaultMessage": "!!!Sorry, but no service matched your search term.", 3158 "defaultMessage": "!!!Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
3159 "end": { 3159 "end": {
3160 "column": 3, 3160 "column": 3,
3161 "line": 31 3161 "line": 31
@@ -8340,4 +8340,4 @@
8340 ], 8340 ],
8341 "path": "src/lib/Menu.json" 8341 "path": "src/lib/Menu.json"
8342 } 8342 }
8343] \ No newline at end of file 8343]
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index ecb3e32e2..fa34fd032 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Διαθέσιμες υπηρεσίες", 377 "settings.recipes.headline": "Διαθέσιμες υπηρεσίες",
378 "settings.recipes.missingService": "Λείπει κάποια υπηρεσία;", 378 "settings.recipes.missingService": "Λείπει κάποια υπηρεσία;",
379 "settings.recipes.mostPopular": "Τα πιο δημοφιλή", 379 "settings.recipes.mostPopular": "Τα πιο δημοφιλή",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Η υπηρεσία προστέθηκε με επιτυχία", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Η υπηρεσία προστέθηκε με επιτυχία",
382 "settings.searchService": "Αναζήτηση υπηρεσίας", 382 "settings.searchService": "Αναζήτηση υπηρεσίας",
383 "settings.service.error.goBack": "Επιστροφή στις υπηρεσίες", 383 "settings.service.error.goBack": "Επιστροφή στις υπηρεσίες",
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 14b2f5f48..fc25795a4 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Available services", 377 "settings.recipes.headline": "Available services",
378 "settings.recipes.missingService": "Missing a service?", 378 "settings.recipes.missingService": "Missing a service?",
379 "settings.recipes.mostPopular": "Most popular", 379 "settings.recipes.mostPopular": "Most popular",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
382 "settings.searchService": "Search service", 382 "settings.searchService": "Search service",
383 "settings.service.error.goBack": "Back to services", 383 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/fil.json b/src/i18n/locales/fil.json
index 6cc604fc8..5588d982d 100644
--- a/src/i18n/locales/fil.json
+++ b/src/i18n/locales/fil.json
@@ -285,7 +285,7 @@
285 "settings.recipes.headline": "Available services", 285 "settings.recipes.headline": "Available services",
286 "settings.recipes.missingService": "Missing a service?", 286 "settings.recipes.missingService": "Missing a service?",
287 "settings.recipes.mostPopular": "Most popular", 287 "settings.recipes.mostPopular": "Most popular",
288 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.", 288 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
289 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 289 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
290 "settings.searchService": "Search service", 290 "settings.searchService": "Search service",
291 "settings.service.error.goBack": "Back to services", 291 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index 28b25d3ad..061d8845f 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Seirbhísí le fáil", 377 "settings.recipes.headline": "Seirbhísí le fáil",
378 "settings.recipes.missingService": "Seirbhís ar iarraidh?", 378 "settings.recipes.missingService": "Seirbhís ar iarraidh?",
379 "settings.recipes.mostPopular": "Is coitianta", 379 "settings.recipes.mostPopular": "Is coitianta",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Seirbhís curtha go rathúil", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Seirbhís curtha go rathúil",
382 "settings.searchService": "Cuardaigh seirbhís", 382 "settings.searchService": "Cuardaigh seirbhís",
383 "settings.service.error.goBack": "Ar ais chuig seirbhísí", 383 "settings.service.error.goBack": "Ar ais chuig seirbhísí",
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index a829973bb..fe068b3b0 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Dostupne usluge", 377 "settings.recipes.headline": "Dostupne usluge",
378 "settings.recipes.missingService": "Da li neki servis nedostaje?", 378 "settings.recipes.missingService": "Da li neki servis nedostaje?",
379 "settings.recipes.mostPopular": "Najpopularniji", 379 "settings.recipes.mostPopular": "Najpopularniji",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana. ", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana. ",
382 "settings.searchService": "Potraži servis", 382 "settings.searchService": "Potraži servis",
383 "settings.service.error.goBack": "Nazad do servisa", 383 "settings.service.error.goBack": "Nazad do servisa",
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index 0a096eb64..93ef7b104 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Elérhető szolgáltatások", 377 "settings.recipes.headline": "Elérhető szolgáltatások",
378 "settings.recipes.missingService": "Hiányzik egy szolgáltatás?", 378 "settings.recipes.missingService": "Hiányzik egy szolgáltatás?",
379 "settings.recipes.mostPopular": "Legnépszerűbb", 379 "settings.recipes.mostPopular": "Legnépszerűbb",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Szolgáltatás sikeresen hozzáadva", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Szolgáltatás sikeresen hozzáadva",
382 "settings.searchService": "Szolgáltatások keresése", 382 "settings.searchService": "Szolgáltatások keresése",
383 "settings.service.error.goBack": "Vissza a szolgáltatásokhoz", 383 "settings.service.error.goBack": "Vissza a szolgáltatásokhoz",
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index 69d89956f..bb5010115 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Layanan tersedia", 377 "settings.recipes.headline": "Layanan tersedia",
378 "settings.recipes.missingService": "Layanan tidak tersedia?", 378 "settings.recipes.missingService": "Layanan tidak tersedia?",
379 "settings.recipes.mostPopular": "Terpopuler", 379 "settings.recipes.mostPopular": "Terpopuler",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Layanan berhasil ditambahkan", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Layanan berhasil ditambahkan",
382 "settings.searchService": "Cari layanan", 382 "settings.searchService": "Cari layanan",
383 "settings.service.error.goBack": "Kembali ke layanan", 383 "settings.service.error.goBack": "Kembali ke layanan",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index 1655c8875..0939b7821 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "利用可能なサービス", 377 "settings.recipes.headline": "利用可能なサービス",
378 "settings.recipes.missingService": "使いたいサービスが一覧にありませんか?", 378 "settings.recipes.missingService": "使いたいサービスが一覧にありませんか?",
379 "settings.recipes.mostPopular": "最も人気", 379 "settings.recipes.mostPopular": "最も人気",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "サービスが追加されました", 381 "settings.recipes.servicesSuccessfulAddedInfo": "サービスが追加されました",
382 "settings.searchService": "サービスを検索", 382 "settings.searchService": "サービスを検索",
383 "settings.service.error.goBack": "サービスに戻る", 383 "settings.service.error.goBack": "サービスに戻る",
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index ff8cd7ea5..7465b2c01 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "ხელმისაწვდომი სერვისები", 377 "settings.recipes.headline": "ხელმისაწვდომი სერვისები",
378 "settings.recipes.missingService": "Missing a service?", 378 "settings.recipes.missingService": "Missing a service?",
379 "settings.recipes.mostPopular": "ყველაზე პოპულარული", 379 "settings.recipes.mostPopular": "ყველაზე პოპულარული",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "სერვისი წარმატებით დაემატა", 381 "settings.recipes.servicesSuccessfulAddedInfo": "სერვისი წარმატებით დაემატა",
382 "settings.searchService": "Search service", 382 "settings.searchService": "Search service",
383 "settings.service.error.goBack": "სერვისებში დაბრუნება", 383 "settings.service.error.goBack": "სერვისებში დაბრუნება",
diff --git a/src/i18n/locales/kk.json b/src/i18n/locales/kk.json
index 809cfeedd..09bb10fb2 100644
--- a/src/i18n/locales/kk.json
+++ b/src/i18n/locales/kk.json
@@ -285,7 +285,7 @@
285 "settings.recipes.headline": "Available services", 285 "settings.recipes.headline": "Available services",
286 "settings.recipes.missingService": "Missing a service?", 286 "settings.recipes.missingService": "Missing a service?",
287 "settings.recipes.mostPopular": "Most popular", 287 "settings.recipes.mostPopular": "Most popular",
288 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.", 288 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
289 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 289 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
290 "settings.searchService": "Search service", 290 "settings.searchService": "Search service",
291 "settings.service.error.goBack": "Back to services", 291 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
index 1a1a67d28..b28d97fc3 100644
--- a/src/i18n/locales/ko.json
+++ b/src/i18n/locales/ko.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "사용가능 한 서비스", 377 "settings.recipes.headline": "사용가능 한 서비스",
378 "settings.recipes.missingService": "서비스가 보이지 않습니까?", 378 "settings.recipes.missingService": "서비스가 보이지 않습니까?",
379 "settings.recipes.mostPopular": "가장 인기 있는", 379 "settings.recipes.mostPopular": "가장 인기 있는",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "서비스가 성공적으로 추가되었습니다.", 381 "settings.recipes.servicesSuccessfulAddedInfo": "서비스가 성공적으로 추가되었습니다.",
382 "settings.searchService": "서비스 찾기", 382 "settings.searchService": "서비스 찾기",
383 "settings.service.error.goBack": "서비스로 돌아가기", 383 "settings.service.error.goBack": "서비스로 돌아가기",
diff --git a/src/i18n/locales/ms.json b/src/i18n/locales/ms.json
index 2992d067c..bb6115b36 100644
--- a/src/i18n/locales/ms.json
+++ b/src/i18n/locales/ms.json
@@ -285,7 +285,7 @@
285 "settings.recipes.headline": "Available services", 285 "settings.recipes.headline": "Available services",
286 "settings.recipes.missingService": "Missing a service?", 286 "settings.recipes.missingService": "Missing a service?",
287 "settings.recipes.mostPopular": "Most popular", 287 "settings.recipes.mostPopular": "Most popular",
288 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.", 288 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
289 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 289 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
290 "settings.searchService": "Search service", 290 "settings.searchService": "Search service",
291 "settings.service.error.goBack": "Back to services", 291 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index e971c47b9..d0b7cf09f 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Beschikbare services", 377 "settings.recipes.headline": "Beschikbare services",
378 "settings.recipes.missingService": "Mist er een service?", 378 "settings.recipes.missingService": "Mist er een service?",
379 "settings.recipes.mostPopular": "Meest populair", 379 "settings.recipes.mostPopular": "Meest populair",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd",
382 "settings.searchService": "Service zoeken", 382 "settings.searchService": "Service zoeken",
383 "settings.service.error.goBack": "Terug naar services", 383 "settings.service.error.goBack": "Terug naar services",
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index 144191e95..6ca5bf516 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Beschikbare services", 377 "settings.recipes.headline": "Beschikbare services",
378 "settings.recipes.missingService": "Mis je een service?", 378 "settings.recipes.missingService": "Mis je een service?",
379 "settings.recipes.mostPopular": "Meest populair", 379 "settings.recipes.mostPopular": "Meest populair",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd",
382 "settings.searchService": "Zoek service", 382 "settings.searchService": "Zoek service",
383 "settings.service.error.goBack": "Terug naar services", 383 "settings.service.error.goBack": "Terug naar services",
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index 1779d2ac8..6d3191a7e 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Tilgjengelige tjenester", 377 "settings.recipes.headline": "Tilgjengelige tjenester",
378 "settings.recipes.missingService": "Mangler en tjeneste?", 378 "settings.recipes.missingService": "Mangler en tjeneste?",
379 "settings.recipes.mostPopular": "Mest populære", 379 "settings.recipes.mostPopular": "Mest populære",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten ble vellykket lagt til", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten ble vellykket lagt til",
382 "settings.searchService": "Søk etter tjeneste", 382 "settings.searchService": "Søk etter tjeneste",
383 "settings.service.error.goBack": "Tilbake til tjenester", 383 "settings.service.error.goBack": "Tilbake til tjenester",
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index 48724e790..27bff042d 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Dostępne usługi", 377 "settings.recipes.headline": "Dostępne usługi",
378 "settings.recipes.missingService": "Brak usługi?", 378 "settings.recipes.missingService": "Brak usługi?",
379 "settings.recipes.mostPopular": "Najpopularniejsze", 379 "settings.recipes.mostPopular": "Najpopularniejsze",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Usługa została dodana pomyślnie", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Usługa została dodana pomyślnie",
382 "settings.searchService": "Wyszukaj usługę", 382 "settings.searchService": "Wyszukaj usługę",
383 "settings.service.error.goBack": "Wróć do usług", 383 "settings.service.error.goBack": "Wróć do usług",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 14a263c7d..b57ebbe5f 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Serviços disponíveis", 377 "settings.recipes.headline": "Serviços disponíveis",
378 "settings.recipes.missingService": "Sente falta de algum serviço?", 378 "settings.recipes.missingService": "Sente falta de algum serviço?",
379 "settings.recipes.mostPopular": "Mais populares", 379 "settings.recipes.mostPopular": "Mais populares",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Serviço adicionado com sucesso", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Serviço adicionado com sucesso",
382 "settings.searchService": "Procurar serviço", 382 "settings.searchService": "Procurar serviço",
383 "settings.service.error.goBack": "Voltar aos serviços", 383 "settings.service.error.goBack": "Voltar aos serviços",
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
index ab636480d..33bb3f8e4 100644
--- a/src/i18n/locales/ro.json
+++ b/src/i18n/locales/ro.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Available services", 377 "settings.recipes.headline": "Available services",
378 "settings.recipes.missingService": "Missing a service?", 378 "settings.recipes.missingService": "Missing a service?",
379 "settings.recipes.mostPopular": "Most popular", 379 "settings.recipes.mostPopular": "Most popular",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
382 "settings.searchService": "Search service", 382 "settings.searchService": "Search service",
383 "settings.service.error.goBack": "Back to services", 383 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 13612ee6f..f5c0c8cb7 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Доступные сервисы", 377 "settings.recipes.headline": "Доступные сервисы",
378 "settings.recipes.missingService": "Не можете найти сервис?", 378 "settings.recipes.missingService": "Не можете найти сервис?",
379 "settings.recipes.mostPopular": "Самые популярные", 379 "settings.recipes.mostPopular": "Самые популярные",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Сервис успешно добавлен", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Сервис успешно добавлен",
382 "settings.searchService": "Найти сервис", 382 "settings.searchService": "Найти сервис",
383 "settings.service.error.goBack": "Вернуться к сервисам", 383 "settings.service.error.goBack": "Вернуться к сервисам",
diff --git a/src/i18n/locales/si.json b/src/i18n/locales/si.json
index b2ae71a3e..346180959 100644
--- a/src/i18n/locales/si.json
+++ b/src/i18n/locales/si.json
@@ -285,7 +285,7 @@
285 "settings.recipes.headline": "Available services", 285 "settings.recipes.headline": "Available services",
286 "settings.recipes.missingService": "Missing a service?", 286 "settings.recipes.missingService": "Missing a service?",
287 "settings.recipes.mostPopular": "Most popular", 287 "settings.recipes.mostPopular": "Most popular",
288 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.", 288 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
289 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 289 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
290 "settings.searchService": "Search service", 290 "settings.searchService": "Search service",
291 "settings.service.error.goBack": "Back to services", 291 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index 3b3123f6b..41f28c689 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Dostupné služby", 377 "settings.recipes.headline": "Dostupné služby",
378 "settings.recipes.missingService": "Chýba vám služba?", 378 "settings.recipes.missingService": "Chýba vám služba?",
379 "settings.recipes.mostPopular": "Najpopulárnejšie", 379 "settings.recipes.mostPopular": "Najpopulárnejšie",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Služba bola úspešne pridaná", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Služba bola úspešne pridaná",
382 "settings.searchService": "Vyhľadať službu", 382 "settings.searchService": "Vyhľadať službu",
383 "settings.service.error.goBack": "Späť na služby", 383 "settings.service.error.goBack": "Späť na služby",
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index e57155b58..e587cff9d 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Available services", 377 "settings.recipes.headline": "Available services",
378 "settings.recipes.missingService": "Missing a service?", 378 "settings.recipes.missingService": "Missing a service?",
379 "settings.recipes.mostPopular": "Most popular", 379 "settings.recipes.mostPopular": "Most popular",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
382 "settings.searchService": "Search service", 382 "settings.searchService": "Search service",
383 "settings.service.error.goBack": "Back to services", 383 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/sq.json b/src/i18n/locales/sq.json
index 809cfeedd..09bb10fb2 100644
--- a/src/i18n/locales/sq.json
+++ b/src/i18n/locales/sq.json
@@ -285,7 +285,7 @@
285 "settings.recipes.headline": "Available services", 285 "settings.recipes.headline": "Available services",
286 "settings.recipes.missingService": "Missing a service?", 286 "settings.recipes.missingService": "Missing a service?",
287 "settings.recipes.mostPopular": "Most popular", 287 "settings.recipes.mostPopular": "Most popular",
288 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.", 288 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
289 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 289 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
290 "settings.searchService": "Search service", 290 "settings.searchService": "Search service",
291 "settings.service.error.goBack": "Back to services", 291 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index f8f2f97e3..495f89b3f 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Dostupne usluge", 377 "settings.recipes.headline": "Dostupne usluge",
378 "settings.recipes.missingService": "Da li neki servis nedostaje?", 378 "settings.recipes.missingService": "Da li neki servis nedostaje?",
379 "settings.recipes.mostPopular": "Najpopularniji", 379 "settings.recipes.mostPopular": "Najpopularniji",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana",
382 "settings.searchService": "Претражи услуге", 382 "settings.searchService": "Претражи услуге",
383 "settings.service.error.goBack": "Nazad do servisa", 383 "settings.service.error.goBack": "Nazad do servisa",
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index d9a85a9ff..af88a83e9 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Tillgängliga tjänster", 377 "settings.recipes.headline": "Tillgängliga tjänster",
378 "settings.recipes.missingService": "Saknar du en tjänst?", 378 "settings.recipes.missingService": "Saknar du en tjänst?",
379 "settings.recipes.mostPopular": "Mest populära", 379 "settings.recipes.mostPopular": "Mest populära",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Tjänsten har lagts till", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Tjänsten har lagts till",
382 "settings.searchService": "Sök efter tjänst", 382 "settings.searchService": "Sök efter tjänst",
383 "settings.service.error.goBack": "Tillbaka till tjänster", 383 "settings.service.error.goBack": "Tillbaka till tjänster",
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index 385cb3931..6dbc54243 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Mevcut servisler", 377 "settings.recipes.headline": "Mevcut servisler",
378 "settings.recipes.missingService": "Aradığın servisi bulamadın mı?", 378 "settings.recipes.missingService": "Aradığın servisi bulamadın mı?",
379 "settings.recipes.mostPopular": "En popüler", 379 "settings.recipes.mostPopular": "En popüler",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Servis başarıyla eklendi", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Servis başarıyla eklendi",
382 "settings.searchService": "Hizmeti ara", 382 "settings.searchService": "Hizmeti ara",
383 "settings.service.error.goBack": "Servislere geri dön", 383 "settings.service.error.goBack": "Servislere geri dön",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index caf55d448..62204749d 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Доступні сервіси", 377 "settings.recipes.headline": "Доступні сервіси",
378 "settings.recipes.missingService": "Не знайшли сервісу?", 378 "settings.recipes.missingService": "Не знайшли сервісу?",
379 "settings.recipes.mostPopular": "Найбільш популярні", 379 "settings.recipes.mostPopular": "Найбільш популярні",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Сервіс успішно додано", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Сервіс успішно додано",
382 "settings.searchService": "Знайти сервіс", 382 "settings.searchService": "Знайти сервіс",
383 "settings.service.error.goBack": "Повернутись до сервісів", 383 "settings.service.error.goBack": "Повернутись до сервісів",
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index 503b50fee..f3859abb6 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Available services", 377 "settings.recipes.headline": "Available services",
378 "settings.recipes.missingService": "Missing a service?", 378 "settings.recipes.missingService": "Missing a service?",
379 "settings.recipes.mostPopular": "Phổ biến nhất", 379 "settings.recipes.mostPopular": "Phổ biến nhất",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
382 "settings.searchService": "Tìm kiếm dịch vụ", 382 "settings.searchService": "Tìm kiếm dịch vụ",
383 "settings.service.error.goBack": "Back to services", 383 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/zh-CN.json b/src/i18n/locales/zh-CN.json
index 37133ce62..70a18936a 100644
--- a/src/i18n/locales/zh-CN.json
+++ b/src/i18n/locales/zh-CN.json
@@ -345,7 +345,7 @@
345 "settings.recipes.headline": "Available services", 345 "settings.recipes.headline": "Available services",
346 "settings.recipes.missingService": "Missing a service?", 346 "settings.recipes.missingService": "Missing a service?",
347 "settings.recipes.mostPopular": "Most popular", 347 "settings.recipes.mostPopular": "Most popular",
348 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.", 348 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
349 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 349 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
350 "settings.searchService": "Search service", 350 "settings.searchService": "Search service",
351 "settings.service.error.goBack": "Back to services", 351 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/locales/zh-HANT.json b/src/i18n/locales/zh-HANT.json
index 567ea2dda..9c014dec3 100644
--- a/src/i18n/locales/zh-HANT.json
+++ b/src/i18n/locales/zh-HANT.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "可用服務", 377 "settings.recipes.headline": "可用服務",
378 "settings.recipes.missingService": "Missing a service?", 378 "settings.recipes.missingService": "Missing a service?",
379 "settings.recipes.mostPopular": "熱門", 379 "settings.recipes.mostPopular": "熱門",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "新增服務成功", 381 "settings.recipes.servicesSuccessfulAddedInfo": "新增服務成功",
382 "settings.searchService": "Search service", 382 "settings.searchService": "Search service",
383 "settings.service.error.goBack": "返回", 383 "settings.service.error.goBack": "返回",
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index 4f4758b6e..fcfc11d29 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -377,7 +377,7 @@
377 "settings.recipes.headline": "Available services", 377 "settings.recipes.headline": "Available services",
378 "settings.recipes.missingService": "Missing a service?", 378 "settings.recipes.missingService": "Missing a service?",
379 "settings.recipes.mostPopular": "Most popular", 379 "settings.recipes.mostPopular": "Most popular",
380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 380 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 381 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
382 "settings.searchService": "Search service", 382 "settings.searchService": "Search service",
383 "settings.service.error.goBack": "Back to services", 383 "settings.service.error.goBack": "Back to services",
diff --git a/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json b/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
index e69bc427b..bbb55c7a0 100644
--- a/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
+++ b/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
@@ -66,7 +66,7 @@
66 }, 66 },
67 { 67 {
68 "id": "settings.recipes.nothingFound", 68 "id": "settings.recipes.nothingFound",
69 "defaultMessage": "!!!Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 69 "defaultMessage": "!!!Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
70 "file": "src/components/settings/recipes/RecipesDashboard.js", 70 "file": "src/components/settings/recipes/RecipesDashboard.js",
71 "start": { 71 "start": {
72 "line": 41, 72 "line": 41,
diff --git a/src/i18n/messages/src/components/settings/services/ServicesDashboard.json b/src/i18n/messages/src/components/settings/services/ServicesDashboard.json
index 0335c4dd8..fed05111e 100644
--- a/src/i18n/messages/src/components/settings/services/ServicesDashboard.json
+++ b/src/i18n/messages/src/components/settings/services/ServicesDashboard.json
@@ -40,7 +40,7 @@
40 }, 40 },
41 { 41 {
42 "id": "settings.recipes.nothingFound", 42 "id": "settings.recipes.nothingFound",
43 "defaultMessage": "!!!Sorry, but no service matched your search term.", 43 "defaultMessage": "!!!Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
44 "file": "src/components/settings/services/ServicesDashboard.js", 44 "file": "src/components/settings/services/ServicesDashboard.js",
45 "start": { 45 "start": {
46 "line": 28, 46 "line": 28,
diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
index d56f8cbbc..cd5462b59 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": 32, 7 "line": 31,
8 "column": 21 8 "column": 21
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 35, 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": 36, 20 "line": 35,
21 "column": 26 21 "column": 26
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 39, 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": 40, 33 "line": 39,
34 "column": 19 34 "column": 19
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 43, 37 "line": 42,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
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": 44, 46 "line": 43,
47 "column": 18 47 "column": 18
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 47, 50 "line": 46,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
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": 48, 59 "line": 47,
60 "column": 20 60 "column": 20
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 51, 63 "line": 50,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Always show Ferdi in Menu Bar", 69 "defaultMessage": "!!!Always show Ferdi in Menu Bar",
70 "file": "src/containers/settings/EditSettingsScreen.js", 70 "file": "src/containers/settings/EditSettingsScreen.js",
71 "start": { 71 "start": {
72 "line": 52, 72 "line": 51,
73 "column": 17 73 "column": 17
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 55, 76 "line": 54,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Reload Ferdi after system resume", 82 "defaultMessage": "!!!Reload Ferdi after system resume",
83 "file": "src/containers/settings/EditSettingsScreen.js", 83 "file": "src/containers/settings/EditSettingsScreen.js",
84 "start": { 84 "start": {
85 "line": 56, 85 "line": 55,
86 "column": 21 86 "column": 21
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 59, 89 "line": 58,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Minimize Ferdi to system tray", 95 "defaultMessage": "!!!Minimize Ferdi to system tray",
96 "file": "src/containers/settings/EditSettingsScreen.js", 96 "file": "src/containers/settings/EditSettingsScreen.js",
97 "start": { 97 "start": {
98 "line": 60, 98 "line": 59,
99 "column": 24 99 "column": 24
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 63, 102 "line": 62,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Close Ferdi to system tray", 108 "defaultMessage": "!!!Close Ferdi to system tray",
109 "file": "src/containers/settings/EditSettingsScreen.js", 109 "file": "src/containers/settings/EditSettingsScreen.js",
110 "start": { 110 "start": {
111 "line": 64, 111 "line": 63,
112 "column": 21 112 "column": 21
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 67, 115 "line": 66,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Don't show message content in notifications", 121 "defaultMessage": "!!!Don't show message content in notifications",
122 "file": "src/containers/settings/EditSettingsScreen.js", 122 "file": "src/containers/settings/EditSettingsScreen.js",
123 "start": { 123 "start": {
124 "line": 68, 124 "line": 67,
125 "column": 24 125 "column": 24
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 71, 128 "line": 70,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Don't show notifications for clipboard events", 134 "defaultMessage": "!!!Don't show notifications for clipboard events",
135 "file": "src/containers/settings/EditSettingsScreen.js", 135 "file": "src/containers/settings/EditSettingsScreen.js",
136 "start": { 136 "start": {
137 "line": 72, 137 "line": 71,
138 "column": 26 138 "column": 26
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 75, 141 "line": 74,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Notify TaskBar/Dock on new message", 147 "defaultMessage": "!!!Notify TaskBar/Dock on new message",
148 "file": "src/containers/settings/EditSettingsScreen.js", 148 "file": "src/containers/settings/EditSettingsScreen.js",
149 "start": { 149 "start": {
150 "line": 76, 150 "line": 75,
151 "column": 26 151 "column": 26
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 79, 154 "line": 78,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Navigation bar behaviour", 160 "defaultMessage": "!!!Navigation bar behaviour",
161 "file": "src/containers/settings/EditSettingsScreen.js", 161 "file": "src/containers/settings/EditSettingsScreen.js",
162 "start": { 162 "start": {
163 "line": 80, 163 "line": 79,
164 "column": 26 164 "column": 26
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 83, 167 "line": 82,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Search engine", 173 "defaultMessage": "!!!Search engine",
174 "file": "src/containers/settings/EditSettingsScreen.js", 174 "file": "src/containers/settings/EditSettingsScreen.js",
175 "start": { 175 "start": {
176 "line": 84, 176 "line": 83,
177 "column": 16 177 "column": 16
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 87, 180 "line": 86,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!Send telemetry data", 186 "defaultMessage": "!!!Send telemetry data",
187 "file": "src/containers/settings/EditSettingsScreen.js", 187 "file": "src/containers/settings/EditSettingsScreen.js",
188 "start": { 188 "start": {
189 "line": 88, 189 "line": 87,
190 "column": 10 190 "column": 10
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 91, 193 "line": 90,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Enable service hibernation", 199 "defaultMessage": "!!!Enable service hibernation",
200 "file": "src/containers/settings/EditSettingsScreen.js", 200 "file": "src/containers/settings/EditSettingsScreen.js",
201 "start": { 201 "start": {
202 "line": 92, 202 "line": 91,
203 "column": 13 203 "column": 13
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 95, 206 "line": 94,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!Keep services in hibernation on startup", 212 "defaultMessage": "!!!Keep services in hibernation on startup",
213 "file": "src/containers/settings/EditSettingsScreen.js", 213 "file": "src/containers/settings/EditSettingsScreen.js",
214 "start": { 214 "start": {
215 "line": 96, 215 "line": 95,
216 "column": 22 216 "column": 22
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 99, 219 "line": 98,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,11 +225,11 @@
225 "defaultMessage": "!!!Hibernation strategy", 225 "defaultMessage": "!!!Hibernation strategy",
226 "file": "src/containers/settings/EditSettingsScreen.js", 226 "file": "src/containers/settings/EditSettingsScreen.js",
227 "start": { 227 "start": {
228 "line": 100, 228 "line": 99,
229 "column": 23 229 "column": 23
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 103, 232 "line": 102,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
@@ -238,11 +238,11 @@
238 "defaultMessage": "!!!Todo Server", 238 "defaultMessage": "!!!Todo Server",
239 "file": "src/containers/settings/EditSettingsScreen.js", 239 "file": "src/containers/settings/EditSettingsScreen.js",
240 "start": { 240 "start": {
241 "line": 104, 241 "line": 103,
242 "column": 24 242 "column": 24
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 107, 245 "line": 106,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Custom TodoServer", 251 "defaultMessage": "!!!Custom TodoServer",
252 "file": "src/containers/settings/EditSettingsScreen.js", 252 "file": "src/containers/settings/EditSettingsScreen.js",
253 "start": { 253 "start": {
254 "line": 108, 254 "line": 107,
255 "column": 20 255 "column": 20
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 111, 258 "line": 110,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Enable Password Lock", 264 "defaultMessage": "!!!Enable Password Lock",
265 "file": "src/containers/settings/EditSettingsScreen.js", 265 "file": "src/containers/settings/EditSettingsScreen.js",
266 "start": { 266 "start": {
267 "line": 112, 267 "line": 111,
268 "column": 14 268 "column": 14
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 115, 271 "line": 114,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,11 @@
277 "defaultMessage": "!!!Password", 277 "defaultMessage": "!!!Password",
278 "file": "src/containers/settings/EditSettingsScreen.js", 278 "file": "src/containers/settings/EditSettingsScreen.js",
279 "start": { 279 "start": {
280 "line": 116, 280 "line": 115,
281 "column": 16 281 "column": 16
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 119, 284 "line": 118,
285 "column": 3 285 "column": 3
286 } 286 }
287 }, 287 },
@@ -290,11 +290,11 @@
290 "defaultMessage": "!!!Allow using Touch ID to unlock", 290 "defaultMessage": "!!!Allow using Touch ID to unlock",
291 "file": "src/containers/settings/EditSettingsScreen.js", 291 "file": "src/containers/settings/EditSettingsScreen.js",
292 "start": { 292 "start": {
293 "line": 120, 293 "line": 119,
294 "column": 22 294 "column": 22
295 }, 295 },
296 "end": { 296 "end": {
297 "line": 123, 297 "line": 122,
298 "column": 3 298 "column": 3
299 } 299 }
300 }, 300 },
@@ -303,11 +303,11 @@
303 "defaultMessage": "!!!Lock after inactivity", 303 "defaultMessage": "!!!Lock after inactivity",
304 "file": "src/containers/settings/EditSettingsScreen.js", 304 "file": "src/containers/settings/EditSettingsScreen.js",
305 "start": { 305 "start": {
306 "line": 124, 306 "line": 123,
307 "column": 18 307 "column": 18
308 }, 308 },
309 "end": { 309 "end": {
310 "line": 127, 310 "line": 126,
311 "column": 3 311 "column": 3
312 } 312 }
313 }, 313 },
@@ -316,11 +316,11 @@
316 "defaultMessage": "!!!Enable scheduled Do-not-Disturb", 316 "defaultMessage": "!!!Enable scheduled Do-not-Disturb",
317 "file": "src/containers/settings/EditSettingsScreen.js", 317 "file": "src/containers/settings/EditSettingsScreen.js",
318 "start": { 318 "start": {
319 "line": 128, 319 "line": 127,
320 "column": 23 320 "column": 23
321 }, 321 },
322 "end": { 322 "end": {
323 "line": 131, 323 "line": 130,
324 "column": 3 324 "column": 3
325 } 325 }
326 }, 326 },
@@ -329,11 +329,11 @@
329 "defaultMessage": "!!!From", 329 "defaultMessage": "!!!From",
330 "file": "src/containers/settings/EditSettingsScreen.js", 330 "file": "src/containers/settings/EditSettingsScreen.js",
331 "start": { 331 "start": {
332 "line": 132, 332 "line": 131,
333 "column": 21 333 "column": 21
334 }, 334 },
335 "end": { 335 "end": {
336 "line": 135, 336 "line": 134,
337 "column": 3 337 "column": 3
338 } 338 }
339 }, 339 },
@@ -342,11 +342,11 @@
342 "defaultMessage": "!!!To", 342 "defaultMessage": "!!!To",
343 "file": "src/containers/settings/EditSettingsScreen.js", 343 "file": "src/containers/settings/EditSettingsScreen.js",
344 "start": { 344 "start": {
345 "line": 136, 345 "line": 135,
346 "column": 19 346 "column": 19
347 }, 347 },
348 "end": { 348 "end": {
349 "line": 139, 349 "line": 138,
350 "column": 3 350 "column": 3
351 } 351 }
352 }, 352 },
@@ -355,11 +355,11 @@
355 "defaultMessage": "!!!Language", 355 "defaultMessage": "!!!Language",
356 "file": "src/containers/settings/EditSettingsScreen.js", 356 "file": "src/containers/settings/EditSettingsScreen.js",
357 "start": { 357 "start": {
358 "line": 140, 358 "line": 139,
359 "column": 12 359 "column": 12
360 }, 360 },
361 "end": { 361 "end": {
362 "line": 143, 362 "line": 142,
363 "column": 3 363 "column": 3
364 } 364 }
365 }, 365 },
@@ -368,11 +368,11 @@
368 "defaultMessage": "!!!Dark Mode", 368 "defaultMessage": "!!!Dark Mode",
369 "file": "src/containers/settings/EditSettingsScreen.js", 369 "file": "src/containers/settings/EditSettingsScreen.js",
370 "start": { 370 "start": {
371 "line": 144, 371 "line": 143,
372 "column": 12 372 "column": 12
373 }, 373 },
374 "end": { 374 "end": {
375 "line": 147, 375 "line": 146,
376 "column": 3 376 "column": 3
377 } 377 }
378 }, 378 },
@@ -381,11 +381,11 @@
381 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting", 381 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting",
382 "file": "src/containers/settings/EditSettingsScreen.js", 382 "file": "src/containers/settings/EditSettingsScreen.js",
383 "start": { 383 "start": {
384 "line": 148, 384 "line": 147,
385 "column": 21 385 "column": 21
386 }, 386 },
387 "end": { 387 "end": {
388 "line": 151, 388 "line": 150,
389 "column": 3 389 "column": 3
390 } 390 }
391 }, 391 },
@@ -394,11 +394,11 @@
394 "defaultMessage": "!!!Enable universal Dark Mode", 394 "defaultMessage": "!!!Enable universal Dark Mode",
395 "file": "src/containers/settings/EditSettingsScreen.js", 395 "file": "src/containers/settings/EditSettingsScreen.js",
396 "start": { 396 "start": {
397 "line": 152, 397 "line": 151,
398 "column": 21 398 "column": 21
399 }, 399 },
400 "end": { 400 "end": {
401 "line": 155, 401 "line": 154,
402 "column": 3 402 "column": 3
403 } 403 }
404 }, 404 },
@@ -407,11 +407,11 @@
407 "defaultMessage": "!!!Sidebar width", 407 "defaultMessage": "!!!Sidebar width",
408 "file": "src/containers/settings/EditSettingsScreen.js", 408 "file": "src/containers/settings/EditSettingsScreen.js",
409 "start": { 409 "start": {
410 "line": 156, 410 "line": 155,
411 "column": 22 411 "column": 22
412 }, 412 },
413 "end": { 413 "end": {
414 "line": 159, 414 "line": 158,
415 "column": 3 415 "column": 3
416 } 416 }
417 }, 417 },
@@ -420,11 +420,11 @@
420 "defaultMessage": "!!!Service icon size", 420 "defaultMessage": "!!!Service icon size",
421 "file": "src/containers/settings/EditSettingsScreen.js", 421 "file": "src/containers/settings/EditSettingsScreen.js",
422 "start": { 422 "start": {
423 "line": 160, 423 "line": 159,
424 "column": 12 424 "column": 12
425 }, 425 },
426 "end": { 426 "end": {
427 "line": 163, 427 "line": 162,
428 "column": 3 428 "column": 3
429 } 429 }
430 }, 430 },
@@ -433,11 +433,11 @@
433 "defaultMessage": "!!!Use vertical style", 433 "defaultMessage": "!!!Use vertical style",
434 "file": "src/containers/settings/EditSettingsScreen.js", 434 "file": "src/containers/settings/EditSettingsScreen.js",
435 "start": { 435 "start": {
436 "line": 164, 436 "line": 163,
437 "column": 20 437 "column": 20
438 }, 438 },
439 "end": { 439 "end": {
440 "line": 167, 440 "line": 166,
441 "column": 3 441 "column": 3
442 } 442 }
443 }, 443 },
@@ -446,11 +446,11 @@
446 "defaultMessage": "!!!Always show workspace drawer", 446 "defaultMessage": "!!!Always show workspace drawer",
447 "file": "src/containers/settings/EditSettingsScreen.js", 447 "file": "src/containers/settings/EditSettingsScreen.js",
448 "start": { 448 "start": {
449 "line": 168, 449 "line": 167,
450 "column": 24 450 "column": 24
451 }, 451 },
452 "end": { 452 "end": {
453 "line": 171, 453 "line": 170,
454 "column": 3 454 "column": 3
455 } 455 }
456 }, 456 },
@@ -459,11 +459,11 @@
459 "defaultMessage": "!!!Accent color", 459 "defaultMessage": "!!!Accent color",
460 "file": "src/containers/settings/EditSettingsScreen.js", 460 "file": "src/containers/settings/EditSettingsScreen.js",
461 "start": { 461 "start": {
462 "line": 172, 462 "line": 171,
463 "column": 15 463 "column": 15
464 }, 464 },
465 "end": { 465 "end": {
466 "line": 175, 466 "line": 174,
467 "column": 3 467 "column": 3
468 } 468 }
469 }, 469 },
@@ -472,11 +472,11 @@
472 "defaultMessage": "!!!Display disabled services tabs", 472 "defaultMessage": "!!!Display disabled services tabs",
473 "file": "src/containers/settings/EditSettingsScreen.js", 473 "file": "src/containers/settings/EditSettingsScreen.js",
474 "start": { 474 "start": {
475 "line": 176, 475 "line": 175,
476 "column": 24 476 "column": 24
477 }, 477 },
478 "end": { 478 "end": {
479 "line": 179, 479 "line": 178,
480 "column": 3 480 "column": 3
481 } 481 }
482 }, 482 },
@@ -485,11 +485,11 @@
485 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 485 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
486 "file": "src/containers/settings/EditSettingsScreen.js", 486 "file": "src/containers/settings/EditSettingsScreen.js",
487 "start": { 487 "start": {
488 "line": 180, 488 "line": 179,
489 "column": 29 489 "column": 29
490 }, 490 },
491 "end": { 491 "end": {
492 "line": 183, 492 "line": 182,
493 "column": 3 493 "column": 3
494 } 494 }
495 }, 495 },
@@ -498,11 +498,11 @@
498 "defaultMessage": "!!!Show draggable area on window", 498 "defaultMessage": "!!!Show draggable area on window",
499 "file": "src/containers/settings/EditSettingsScreen.js", 499 "file": "src/containers/settings/EditSettingsScreen.js",
500 "start": { 500 "start": {
501 "line": 184, 501 "line": 183,
502 "column": 16 502 "column": 16
503 }, 503 },
504 "end": { 504 "end": {
505 "line": 187, 505 "line": 186,
506 "column": 3 506 "column": 3
507 } 507 }
508 }, 508 },
@@ -511,11 +511,11 @@
511 "defaultMessage": "!!!Enable spell checking", 511 "defaultMessage": "!!!Enable spell checking",
512 "file": "src/containers/settings/EditSettingsScreen.js", 512 "file": "src/containers/settings/EditSettingsScreen.js",
513 "start": { 513 "start": {
514 "line": 188, 514 "line": 187,
515 "column": 23 515 "column": 23
516 }, 516 },
517 "end": { 517 "end": {
518 "line": 191, 518 "line": 190,
519 "column": 3 519 "column": 3
520 } 520 }
521 }, 521 },
@@ -524,11 +524,11 @@
524 "defaultMessage": "!!!Enable GPU Acceleration", 524 "defaultMessage": "!!!Enable GPU Acceleration",
525 "file": "src/containers/settings/EditSettingsScreen.js", 525 "file": "src/containers/settings/EditSettingsScreen.js",
526 "start": { 526 "start": {
527 "line": 192, 527 "line": 191,
528 "column": 25 528 "column": 25
529 }, 529 },
530 "end": { 530 "end": {
531 "line": 195, 531 "line": 194,
532 "column": 3 532 "column": 3
533 } 533 }
534 }, 534 },
@@ -537,11 +537,11 @@
537 "defaultMessage": "!!!Include beta versions", 537 "defaultMessage": "!!!Include beta versions",
538 "file": "src/containers/settings/EditSettingsScreen.js", 538 "file": "src/containers/settings/EditSettingsScreen.js",
539 "start": { 539 "start": {
540 "line": 196, 540 "line": 195,
541 "column": 8 541 "column": 8
542 }, 542 },
543 "end": { 543 "end": {
544 "line": 199, 544 "line": 198,
545 "column": 3 545 "column": 3
546 } 546 }
547 }, 547 },
@@ -550,11 +550,11 @@
550 "defaultMessage": "!!!Enable updates", 550 "defaultMessage": "!!!Enable updates",
551 "file": "src/containers/settings/EditSettingsScreen.js", 551 "file": "src/containers/settings/EditSettingsScreen.js",
552 "start": { 552 "start": {
553 "line": 200, 553 "line": 199,
554 "column": 20 554 "column": 20
555 }, 555 },
556 "end": { 556 "end": {
557 "line": 203, 557 "line": 202,
558 "column": 3 558 "column": 3
559 } 559 }
560 }, 560 },
@@ -563,11 +563,11 @@
563 "defaultMessage": "!!!Enable Franz Todos", 563 "defaultMessage": "!!!Enable Franz Todos",
564 "file": "src/containers/settings/EditSettingsScreen.js", 564 "file": "src/containers/settings/EditSettingsScreen.js",
565 "start": { 565 "start": {
566 "line": 204, 566 "line": 203,
567 "column": 15 567 "column": 15
568 }, 568 },
569 "end": { 569 "end": {
570 "line": 207, 570 "line": 206,
571 "column": 3 571 "column": 3
572 } 572 }
573 }, 573 },
@@ -576,11 +576,11 @@
576 "defaultMessage": "!!!Keep all workspaces loaded", 576 "defaultMessage": "!!!Keep all workspaces loaded",
577 "file": "src/containers/settings/EditSettingsScreen.js", 577 "file": "src/containers/settings/EditSettingsScreen.js",
578 "start": { 578 "start": {
579 "line": 208, 579 "line": 207,
580 "column": 27 580 "column": 27
581 }, 581 },
582 "end": { 582 "end": {
583 "line": 211, 583 "line": 210,
584 "column": 3 584 "column": 3
585 } 585 }
586 } 586 }