aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-02 07:01:00 +0000
committerLibravatar GitHub <noreply@github.com>2021-08-02 12:31:00 +0530
commit1c1b3e1f1a30745dd95db4172483821306fce4bc (patch)
treed605e46576d9cfedbbc52954c4ddff69148cd7c6 /src
parent5.6.1-nightly.11 [skip ci] (diff)
downloadferdium-app-1c1b3e1f1a30745dd95db4172483821306fce4bc.tar.gz
ferdium-app-1c1b3e1f1a30745dd95db4172483821306fce4bc.tar.zst
ferdium-app-1c1b3e1f1a30745dd95db4172483821306fce4bc.zip
Removed 'Most Popular' services since it alludes to user-tracking (#1718)
Diffstat (limited to 'src')
-rw-r--r--src/components/settings/recipes/RecipesDashboard.js12
-rw-r--r--src/containers/settings/RecipesScreen.js2
-rw-r--r--src/i18n/locales/af.json1
-rw-r--r--src/i18n/locales/ar.json1
-rw-r--r--src/i18n/locales/be.json1
-rw-r--r--src/i18n/locales/bg.json1
-rw-r--r--src/i18n/locales/bs.json1
-rw-r--r--src/i18n/locales/ca.json1
-rw-r--r--src/i18n/locales/cs.json1
-rw-r--r--src/i18n/locales/da.json1
-rw-r--r--src/i18n/locales/de.json1
-rw-r--r--src/i18n/locales/defaultMessages.json57
-rw-r--r--src/i18n/locales/el.json1
-rw-r--r--src/i18n/locales/en-US.json1
-rw-r--r--src/i18n/locales/es.json1
-rw-r--r--src/i18n/locales/et.json1
-rw-r--r--src/i18n/locales/fa.json1
-rw-r--r--src/i18n/locales/fi.json1
-rw-r--r--src/i18n/locales/fil.json1
-rw-r--r--src/i18n/locales/fr.json1
-rw-r--r--src/i18n/locales/ga.json1
-rw-r--r--src/i18n/locales/he.json1
-rw-r--r--src/i18n/locales/hi.json1
-rw-r--r--src/i18n/locales/hr.json1
-rw-r--r--src/i18n/locales/hu.json1
-rw-r--r--src/i18n/locales/id.json1
-rw-r--r--src/i18n/locales/it.json1
-rw-r--r--src/i18n/locales/ja.json1
-rw-r--r--src/i18n/locales/ka.json1
-rw-r--r--src/i18n/locales/kk.json1
-rw-r--r--src/i18n/locales/ko.json1
-rw-r--r--src/i18n/locales/ms.json1
-rw-r--r--src/i18n/locales/nb.json1
-rw-r--r--src/i18n/locales/nl-BE.json1
-rw-r--r--src/i18n/locales/nl.json1
-rw-r--r--src/i18n/locales/no.json1
-rw-r--r--src/i18n/locales/pl.json1
-rw-r--r--src/i18n/locales/pt-BR.json1
-rw-r--r--src/i18n/locales/pt.json1
-rw-r--r--src/i18n/locales/ro.json1
-rw-r--r--src/i18n/locales/ru.json1
-rw-r--r--src/i18n/locales/si.json1
-rw-r--r--src/i18n/locales/sk.json1
-rw-r--r--src/i18n/locales/sl.json1
-rw-r--r--src/i18n/locales/sq.json1
-rw-r--r--src/i18n/locales/sr.json1
-rw-r--r--src/i18n/locales/sv.json1
-rw-r--r--src/i18n/locales/tr.json1
-rw-r--r--src/i18n/locales/uk.json1
-rw-r--r--src/i18n/locales/vi.json1
-rw-r--r--src/i18n/locales/zh-CN.json1
-rw-r--r--src/i18n/locales/zh-HANS.json1
-rw-r--r--src/i18n/locales/zh-HANT.json1
-rw-r--r--src/i18n/locales/zh-TW.json1
-rw-r--r--src/i18n/locales/zh.json1
-rw-r--r--src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json57
56 files changed, 45 insertions, 135 deletions
diff --git a/src/components/settings/recipes/RecipesDashboard.js b/src/components/settings/recipes/RecipesDashboard.js
index e82324cff..2f625aada 100644
--- a/src/components/settings/recipes/RecipesDashboard.js
+++ b/src/components/settings/recipes/RecipesDashboard.js
@@ -24,10 +24,6 @@ const messages = defineMessages({
24 id: 'settings.searchService', 24 id: 'settings.searchService',
25 defaultMessage: '!!!Search service', 25 defaultMessage: '!!!Search service',
26 }, 26 },
27 mostPopularRecipes: {
28 id: 'settings.recipes.mostPopular',
29 defaultMessage: '!!!Most popular',
30 },
31 allRecipes: { 27 allRecipes: {
32 id: 'settings.recipes.all', 28 id: 'settings.recipes.all',
33 defaultMessage: '!!!All services', 29 defaultMessage: '!!!All services',
@@ -185,14 +181,6 @@ export default @injectSheet(styles) @observer class RecipesDashboard extends Com
185 activeClassName={`${!searchNeedle ? 'badge--primary' : ''}`} 181 activeClassName={`${!searchNeedle ? 'badge--primary' : ''}`}
186 onClick={() => resetSearch()} 182 onClick={() => resetSearch()}
187 > 183 >
188 {intl.formatMessage(messages.mostPopularRecipes)}
189 </Link>
190 <Link
191 to="/settings/recipes/all"
192 className="badge"
193 activeClassName={`${!searchNeedle ? 'badge--primary' : ''}`}
194 onClick={() => resetSearch()}
195 >
196 {intl.formatMessage(messages.allRecipes)} 184 {intl.formatMessage(messages.allRecipes)}
197 </Link> 185 </Link>
198 <Link 186 <Link
diff --git a/src/containers/settings/RecipesScreen.js b/src/containers/settings/RecipesScreen.js
index 0d6506705..dc1534ed7 100644
--- a/src/containers/settings/RecipesScreen.js
+++ b/src/containers/settings/RecipesScreen.js
@@ -50,7 +50,7 @@ export default @inject('stores', 'actions') @observer class RecipesScreen extend
50 50
51 componentDidMount() { 51 componentDidMount() {
52 this.autorunDisposer = autorun(() => { 52 this.autorunDisposer = autorun(() => {
53 const { filter } = this.props.params; 53 const { filter } = { filter: 'all', ...this.props.params };
54 const { currentFilter } = this.state; 54 const { currentFilter } = this.state;
55 55
56 if (filter === 'all' && currentFilter !== 'all') { 56 if (filter === 'all' && currentFilter !== 'all') {
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
index 9576da227..b900d7752 100644
--- a/src/i18n/locales/af.json
+++ b/src/i18n/locales/af.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Available services", 302 "settings.recipes.headline": "Available services",
303 "settings.recipes.missingService": "Missing a service?", 303 "settings.recipes.missingService": "Missing a service?",
304 "settings.recipes.mostPopular": "Most popular",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
307 "settings.searchService": "Search service", 306 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index 80d32c459..ee5d81c91 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "فتح المجلد", 301 "settings.recipes.customService.openFolder": "فتح المجلد",
302 "settings.recipes.headline": "الخدمات المتاحة", 302 "settings.recipes.headline": "الخدمات المتاحة",
303 "settings.recipes.missingService": "خدمة مفقودة؟", 303 "settings.recipes.missingService": "خدمة مفقودة؟",
304 "settings.recipes.mostPopular": "الأكثر شعبية",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "تمت إضافة الخدمة بنجاح", 305 "settings.recipes.servicesSuccessfulAddedInfo": "تمت إضافة الخدمة بنجاح",
307 "settings.searchService": "البحث عن خدمة", 306 "settings.searchService": "البحث عن خدمة",
diff --git a/src/i18n/locales/be.json b/src/i18n/locales/be.json
index ccf822bf9..0e8a8c063 100644
--- a/src/i18n/locales/be.json
+++ b/src/i18n/locales/be.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Available services", 302 "settings.recipes.headline": "Available services",
303 "settings.recipes.missingService": "Missing a service?", 303 "settings.recipes.missingService": "Missing a service?",
304 "settings.recipes.mostPopular": "Most popular",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
307 "settings.searchService": "Search service", 306 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/bg.json b/src/i18n/locales/bg.json
index abb57973d..dac7c40cc 100644
--- a/src/i18n/locales/bg.json
+++ b/src/i18n/locales/bg.json
@@ -212,7 +212,6 @@
212 "settings.recipes.customService.openFolder": "Open folder", 212 "settings.recipes.customService.openFolder": "Open folder",
213 "settings.recipes.headline": "Налични услуги", 213 "settings.recipes.headline": "Налични услуги",
214 "settings.recipes.missingService": "Липсващи услуги?", 214 "settings.recipes.missingService": "Липсващи услуги?",
215 "settings.recipes.mostPopular": "Най-разпространените",
216 "settings.recipes.nothingFound": "За съжаление няма услуги съвпадащи с вашето търсене.", 215 "settings.recipes.nothingFound": "За съжаление няма услуги съвпадащи с вашето търсене.",
217 "settings.recipes.servicesSuccessfulAddedInfo": "Услугата беше прибавена успешно", 216 "settings.recipes.servicesSuccessfulAddedInfo": "Услугата беше прибавена успешно",
218 "settings.searchService": "Търсене на услуга", 217 "settings.searchService": "Търсене на услуга",
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
index 9576da227..b900d7752 100644
--- a/src/i18n/locales/bs.json
+++ b/src/i18n/locales/bs.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Available services", 302 "settings.recipes.headline": "Available services",
303 "settings.recipes.missingService": "Missing a service?", 303 "settings.recipes.missingService": "Missing a service?",
304 "settings.recipes.mostPopular": "Most popular",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
307 "settings.searchService": "Search service", 306 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index 666be6a3d..4b9a59bff 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Serveis disponibles", 302 "settings.recipes.headline": "Serveis disponibles",
303 "settings.recipes.missingService": "Trobes a faltar algun servei?", 303 "settings.recipes.missingService": "Trobes a faltar algun servei?",
304 "settings.recipes.mostPopular": "Els més populars",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "El servei s'ha afegit correctament", 305 "settings.recipes.servicesSuccessfulAddedInfo": "El servei s'ha afegit correctament",
307 "settings.searchService": "Cercar servei", 306 "settings.searchService": "Cercar servei",
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index 26dc257e1..a5f773ef2 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Dostupné služby", 302 "settings.recipes.headline": "Dostupné služby",
303 "settings.recipes.missingService": "Chybějící služba?", 303 "settings.recipes.missingService": "Chybějící služba?",
304 "settings.recipes.mostPopular": "Nejpopulárnější",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Služba byla úspěšně přidána", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Služba byla úspěšně přidána",
307 "settings.searchService": "Vyhledat službu", 306 "settings.searchService": "Vyhledat službu",
diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json
index 2dab07abb..282239d86 100644
--- a/src/i18n/locales/da.json
+++ b/src/i18n/locales/da.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Åbn mappe", 301 "settings.recipes.customService.openFolder": "Åbn mappe",
302 "settings.recipes.headline": "Tilgængelige tjenester", 302 "settings.recipes.headline": "Tilgængelige tjenester",
303 "settings.recipes.missingService": "Mangler du en service?", 303 "settings.recipes.missingService": "Mangler du en service?",
304 "settings.recipes.mostPopular": "Mest populære",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten blev tilføjet", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten blev tilføjet",
307 "settings.searchService": "Søg tjeneste", 306 "settings.searchService": "Søg tjeneste",
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index 6b796a731..01ed06032 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Ordner öffnen", 301 "settings.recipes.customService.openFolder": "Ordner öffnen",
302 "settings.recipes.headline": "Verfügbare Dienste", 302 "settings.recipes.headline": "Verfügbare Dienste",
303 "settings.recipes.missingService": "Fehlt ein Dienst?", 303 "settings.recipes.missingService": "Fehlt ein Dienst?",
304 "settings.recipes.mostPopular": "Am beliebtesten",
305 "settings.recipes.nothingFound": "Leider hat kein Dienst zu deinem Suchbegriff gepasst - aber du kannst ihn wahrscheinlich trotzdem über die Option \"Eigene Website\" hinzufügen. Bitte beachte, dass die Website möglicherweise weitere Dienste anzeigt, die seit deiner aktuellen Version zu Ferdi hinzugefügt wurden. Um diese neuen Dienste zu erhalten, erwäge bitte ein Upgrade auf eine neuere Version von Ferdi.", 304 "settings.recipes.nothingFound": "Leider hat kein Dienst zu deinem Suchbegriff gepasst - aber du kannst ihn wahrscheinlich trotzdem über die Option \"Eigene Website\" hinzufügen. Bitte beachte, dass die Website möglicherweise weitere Dienste anzeigt, die seit deiner aktuellen Version zu Ferdi hinzugefügt wurden. Um diese neuen Dienste zu erhalten, erwäge bitte ein Upgrade auf eine neuere Version von Ferdi.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Dienst erfolgreich hinzugefügt", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Dienst erfolgreich hinzugefügt",
307 "settings.searchService": "Dienst suchen", 306 "settings.searchService": "Dienst suchen",
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 05744e5e7..4764d7416 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -2150,159 +2150,146 @@
2150 } 2150 }
2151 }, 2151 },
2152 { 2152 {
2153 "defaultMessage": "!!!Most popular",
2154 "end": {
2155 "column": 3,
2156 "line": 30
2157 },
2158 "file": "src/components/settings/recipes/RecipesDashboard.js",
2159 "id": "settings.recipes.mostPopular",
2160 "start": {
2161 "column": 22,
2162 "line": 27
2163 }
2164 },
2165 {
2166 "defaultMessage": "!!!All services", 2153 "defaultMessage": "!!!All services",
2167 "end": { 2154 "end": {
2168 "column": 3, 2155 "column": 3,
2169 "line": 34 2156 "line": 30
2170 }, 2157 },
2171 "file": "src/components/settings/recipes/RecipesDashboard.js", 2158 "file": "src/components/settings/recipes/RecipesDashboard.js",
2172 "id": "settings.recipes.all", 2159 "id": "settings.recipes.all",
2173 "start": { 2160 "start": {
2174 "column": 14, 2161 "column": 14,
2175 "line": 31 2162 "line": 27
2176 } 2163 }
2177 }, 2164 },
2178 { 2165 {
2179 "defaultMessage": "!!!Custom Services", 2166 "defaultMessage": "!!!Custom Services",
2180 "end": { 2167 "end": {
2181 "column": 3, 2168 "column": 3,
2182 "line": 38 2169 "line": 34
2183 }, 2170 },
2184 "file": "src/components/settings/recipes/RecipesDashboard.js", 2171 "file": "src/components/settings/recipes/RecipesDashboard.js",
2185 "id": "settings.recipes.custom", 2172 "id": "settings.recipes.custom",
2186 "start": { 2173 "start": {
2187 "column": 17, 2174 "column": 17,
2188 "line": 35 2175 "line": 31
2189 } 2176 }
2190 }, 2177 },
2191 { 2178 {
2192 "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.", 2179 "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.",
2193 "end": { 2180 "end": {
2194 "column": 3, 2181 "column": 3,
2195 "line": 42 2182 "line": 38
2196 }, 2183 },
2197 "file": "src/components/settings/recipes/RecipesDashboard.js", 2184 "file": "src/components/settings/recipes/RecipesDashboard.js",
2198 "id": "settings.recipes.nothingFound", 2185 "id": "settings.recipes.nothingFound",
2199 "start": { 2186 "start": {
2200 "column": 16, 2187 "column": 16,
2201 "line": 39 2188 "line": 35
2202 } 2189 }
2203 }, 2190 },
2204 { 2191 {
2205 "defaultMessage": "!!!Service successfully added", 2192 "defaultMessage": "!!!Service successfully added",
2206 "end": { 2193 "end": {
2207 "column": 3, 2194 "column": 3,
2208 "line": 46 2195 "line": 42
2209 }, 2196 },
2210 "file": "src/components/settings/recipes/RecipesDashboard.js", 2197 "file": "src/components/settings/recipes/RecipesDashboard.js",
2211 "id": "settings.recipes.servicesSuccessfulAddedInfo", 2198 "id": "settings.recipes.servicesSuccessfulAddedInfo",
2212 "start": { 2199 "start": {
2213 "column": 31, 2200 "column": 31,
2214 "line": 43 2201 "line": 39
2215 } 2202 }
2216 }, 2203 },
2217 { 2204 {
2218 "defaultMessage": "!!!Missing a service?", 2205 "defaultMessage": "!!!Missing a service?",
2219 "end": { 2206 "end": {
2220 "column": 3, 2207 "column": 3,
2221 "line": 50 2208 "line": 46
2222 }, 2209 },
2223 "file": "src/components/settings/recipes/RecipesDashboard.js", 2210 "file": "src/components/settings/recipes/RecipesDashboard.js",
2224 "id": "settings.recipes.missingService", 2211 "id": "settings.recipes.missingService",
2225 "start": { 2212 "start": {
2226 "column": 18, 2213 "column": 18,
2227 "line": 47 2214 "line": 43
2228 } 2215 }
2229 }, 2216 },
2230 { 2217 {
2231 "defaultMessage": "!!!To add a custom service, copy the recipe folder into:", 2218 "defaultMessage": "!!!To add a custom service, copy the recipe folder into:",
2232 "end": { 2219 "end": {
2233 "column": 3, 2220 "column": 3,
2234 "line": 54 2221 "line": 50
2235 }, 2222 },
2236 "file": "src/components/settings/recipes/RecipesDashboard.js", 2223 "file": "src/components/settings/recipes/RecipesDashboard.js",
2237 "id": "settings.recipes.customService.intro", 2224 "id": "settings.recipes.customService.intro",
2238 "start": { 2225 "start": {
2239 "column": 21, 2226 "column": 21,
2240 "line": 51 2227 "line": 47
2241 } 2228 }
2242 }, 2229 },
2243 { 2230 {
2244 "defaultMessage": "!!!Open directory", 2231 "defaultMessage": "!!!Open directory",
2245 "end": { 2232 "end": {
2246 "column": 3, 2233 "column": 3,
2247 "line": 58 2234 "line": 54
2248 }, 2235 },
2249 "file": "src/components/settings/recipes/RecipesDashboard.js", 2236 "file": "src/components/settings/recipes/RecipesDashboard.js",
2250 "id": "settings.recipes.customService.openFolder", 2237 "id": "settings.recipes.customService.openFolder",
2251 "start": { 2238 "start": {
2252 "column": 14, 2239 "column": 14,
2253 "line": 55 2240 "line": 51
2254 } 2241 }
2255 }, 2242 },
2256 { 2243 {
2257 "defaultMessage": "!!!Developer Documentation", 2244 "defaultMessage": "!!!Developer Documentation",
2258 "end": { 2245 "end": {
2259 "column": 3, 2246 "column": 3,
2260 "line": 62 2247 "line": 58
2261 }, 2248 },
2262 "file": "src/components/settings/recipes/RecipesDashboard.js", 2249 "file": "src/components/settings/recipes/RecipesDashboard.js",
2263 "id": "settings.recipes.customService.openDevDocs", 2250 "id": "settings.recipes.customService.openDevDocs",
2264 "start": { 2251 "start": {
2265 "column": 15, 2252 "column": 15,
2266 "line": 59 2253 "line": 55
2267 } 2254 }
2268 }, 2255 },
2269 { 2256 {
2270 "defaultMessage": "!!!Custom 3rd Party Recipes", 2257 "defaultMessage": "!!!Custom 3rd Party Recipes",
2271 "end": { 2258 "end": {
2272 "column": 3, 2259 "column": 3,
2273 "line": 66 2260 "line": 62
2274 }, 2261 },
2275 "file": "src/components/settings/recipes/RecipesDashboard.js", 2262 "file": "src/components/settings/recipes/RecipesDashboard.js",
2276 "id": "settings.recipes.customService.headline.customRecipes", 2263 "id": "settings.recipes.customService.headline.customRecipes",
2277 "start": { 2264 "start": {
2278 "column": 25, 2265 "column": 25,
2279 "line": 63 2266 "line": 59
2280 } 2267 }
2281 }, 2268 },
2282 { 2269 {
2283 "defaultMessage": "!!!Community 3rd Party Recipes", 2270 "defaultMessage": "!!!Community 3rd Party Recipes",
2284 "end": { 2271 "end": {
2285 "column": 3, 2272 "column": 3,
2286 "line": 70 2273 "line": 66
2287 }, 2274 },
2288 "file": "src/components/settings/recipes/RecipesDashboard.js", 2275 "file": "src/components/settings/recipes/RecipesDashboard.js",
2289 "id": "settings.recipes.customService.headline.communityRecipes", 2276 "id": "settings.recipes.customService.headline.communityRecipes",
2290 "start": { 2277 "start": {
2291 "column": 28, 2278 "column": 28,
2292 "line": 67 2279 "line": 63
2293 } 2280 }
2294 }, 2281 },
2295 { 2282 {
2296 "defaultMessage": "!!!Your Development Service Recipes", 2283 "defaultMessage": "!!!Your Development Service Recipes",
2297 "end": { 2284 "end": {
2298 "column": 3, 2285 "column": 3,
2299 "line": 74 2286 "line": 70
2300 }, 2287 },
2301 "file": "src/components/settings/recipes/RecipesDashboard.js", 2288 "file": "src/components/settings/recipes/RecipesDashboard.js",
2302 "id": "settings.recipes.customService.headline.devRecipes", 2289 "id": "settings.recipes.customService.headline.devRecipes",
2303 "start": { 2290 "start": {
2304 "column": 22, 2291 "column": 22,
2305 "line": 71 2292 "line": 67
2306 } 2293 }
2307 } 2294 }
2308 ], 2295 ],
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index 937009bf5..dc45e10e2 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Διαθέσιμες υπηρεσίες", 302 "settings.recipes.headline": "Διαθέσιμες υπηρεσίες",
303 "settings.recipes.missingService": "Λείπει κάποια υπηρεσία;", 303 "settings.recipes.missingService": "Λείπει κάποια υπηρεσία;",
304 "settings.recipes.mostPopular": "Τα πιο δημοφιλή",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Η υπηρεσία προστέθηκε με επιτυχία", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Η υπηρεσία προστέθηκε με επιτυχία",
307 "settings.searchService": "Αναζήτηση υπηρεσίας", 306 "settings.searchService": "Αναζήτηση υπηρεσίας",
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 07b9b4c5d..e0f62fe5b 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Available services", 302 "settings.recipes.headline": "Available services",
303 "settings.recipes.missingService": "Missing a service?", 303 "settings.recipes.missingService": "Missing a service?",
304 "settings.recipes.mostPopular": "Most popular",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
307 "settings.searchService": "Search service", 306 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index 498e682b9..cfae44552 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Abrir carpeta", 301 "settings.recipes.customService.openFolder": "Abrir carpeta",
302 "settings.recipes.headline": "Servicios disponibles", 302 "settings.recipes.headline": "Servicios disponibles",
303 "settings.recipes.missingService": "¿Echas de menos algún servicio?", 303 "settings.recipes.missingService": "¿Echas de menos algún servicio?",
304 "settings.recipes.mostPopular": "Más populares",
305 "settings.recipes.nothingFound": "Lo sentimos, pero no pudimos encontrar ningún servicio similar a tu búsqueda, sin embargo: puedes agregarlo utilizando la opción de \"Sitio web personalizado\". \nRecuerda que pueden aparecer más servicios de los que has agregado a Ferdi desde la versión que estás utilizando. Para poder utilizar los nuevos servicios disponibles, considera actualizar a la versión más reciente.", 304 "settings.recipes.nothingFound": "Lo sentimos, pero no pudimos encontrar ningún servicio similar a tu búsqueda, sin embargo: puedes agregarlo utilizando la opción de \"Sitio web personalizado\". \nRecuerda que pueden aparecer más servicios de los que has agregado a Ferdi desde la versión que estás utilizando. Para poder utilizar los nuevos servicios disponibles, considera actualizar a la versión más reciente.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Servicio añadido con éxito", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Servicio añadido con éxito",
307 "settings.searchService": "Buscar servicio", 306 "settings.searchService": "Buscar servicio",
diff --git a/src/i18n/locales/et.json b/src/i18n/locales/et.json
index a55a96648..82427af50 100644
--- a/src/i18n/locales/et.json
+++ b/src/i18n/locales/et.json
@@ -212,7 +212,6 @@
212 "settings.recipes.customService.openFolder": "Ava kaust", 212 "settings.recipes.customService.openFolder": "Ava kaust",
213 "settings.recipes.headline": "Saadaolevad teenused", 213 "settings.recipes.headline": "Saadaolevad teenused",
214 "settings.recipes.missingService": "Teenus puudub?", 214 "settings.recipes.missingService": "Teenus puudub?",
215 "settings.recipes.mostPopular": "Populaarseimad teenused",
216 "settings.recipes.nothingFound": "Vabandust, kuid ükski teenus ei vastanud teie otsinguterminile.", 215 "settings.recipes.nothingFound": "Vabandust, kuid ükski teenus ei vastanud teie otsinguterminile.",
217 "settings.recipes.servicesSuccessfulAddedInfo": "Teenus lisati edukalt", 216 "settings.recipes.servicesSuccessfulAddedInfo": "Teenus lisati edukalt",
218 "settings.searchService": "Otsi teenust", 217 "settings.searchService": "Otsi teenust",
diff --git a/src/i18n/locales/fa.json b/src/i18n/locales/fa.json
index 81959416a..a551bb190 100644
--- a/src/i18n/locales/fa.json
+++ b/src/i18n/locales/fa.json
@@ -212,7 +212,6 @@
212 "settings.recipes.customService.openFolder": "Open folder", 212 "settings.recipes.customService.openFolder": "Open folder",
213 "settings.recipes.headline": "سرویس های موجود", 213 "settings.recipes.headline": "سرویس های موجود",
214 "settings.recipes.missingService": "سرویسی را نیاز دارید ؟", 214 "settings.recipes.missingService": "سرویسی را نیاز دارید ؟",
215 "settings.recipes.mostPopular": "مشهورترین ها",
216 "settings.recipes.nothingFound": "متاسفیم ، اما هیچ سرویسی با آنچه که جستجو کردید مطابقت نداشت .", 215 "settings.recipes.nothingFound": "متاسفیم ، اما هیچ سرویسی با آنچه که جستجو کردید مطابقت نداشت .",
217 "settings.recipes.servicesSuccessfulAddedInfo": "سرویس با موفقیت اضافه شد", 216 "settings.recipes.servicesSuccessfulAddedInfo": "سرویس با موفقیت اضافه شد",
218 "settings.searchService": "جستجوی سرویس ها", 217 "settings.searchService": "جستجوی سرویس ها",
diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json
index 8620cd5d6..2da47ca73 100644
--- a/src/i18n/locales/fi.json
+++ b/src/i18n/locales/fi.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Avaa kansio", 301 "settings.recipes.customService.openFolder": "Avaa kansio",
302 "settings.recipes.headline": "Käytettävissä olevat palvelut", 302 "settings.recipes.headline": "Käytettävissä olevat palvelut",
303 "settings.recipes.missingService": "Palvelu puuttuu?", 303 "settings.recipes.missingService": "Palvelu puuttuu?",
304 "settings.recipes.mostPopular": "Suosituin",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Palvelu lisätty onnistuneesti", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Palvelu lisätty onnistuneesti",
307 "settings.searchService": "Hae palvelua", 306 "settings.searchService": "Hae palvelua",
diff --git a/src/i18n/locales/fil.json b/src/i18n/locales/fil.json
index 7c63509db..adaba7a1a 100644
--- a/src/i18n/locales/fil.json
+++ b/src/i18n/locales/fil.json
@@ -212,7 +212,6 @@
212 "settings.recipes.customService.openFolder": "Open folder", 212 "settings.recipes.customService.openFolder": "Open folder",
213 "settings.recipes.headline": "Available services", 213 "settings.recipes.headline": "Available services",
214 "settings.recipes.missingService": "Missing a service?", 214 "settings.recipes.missingService": "Missing a service?",
215 "settings.recipes.mostPopular": "Most popular",
216 "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.", 215 "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.",
217 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 216 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
218 "settings.searchService": "Search service", 217 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index 65859fc85..e912849c0 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Ouvrir le dossier", 301 "settings.recipes.customService.openFolder": "Ouvrir le dossier",
302 "settings.recipes.headline": "Services disponibles", 302 "settings.recipes.headline": "Services disponibles",
303 "settings.recipes.missingService": "Un service est manquant?", 303 "settings.recipes.missingService": "Un service est manquant?",
304 "settings.recipes.mostPopular": "Les plus populaires",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Le service a été ajouté avec succès", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Le service a été ajouté avec succès",
307 "settings.searchService": "Chercher un service", 306 "settings.searchService": "Chercher un service",
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index ad2f0ff4a..b25851024 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Seirbhísí le fáil", 302 "settings.recipes.headline": "Seirbhísí le fáil",
303 "settings.recipes.missingService": "Seirbhís ar iarraidh?", 303 "settings.recipes.missingService": "Seirbhís ar iarraidh?",
304 "settings.recipes.mostPopular": "Is coitianta",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Seirbhís curtha go rathúil", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Seirbhís curtha go rathúil",
307 "settings.searchService": "Cuardaigh seirbhís", 306 "settings.searchService": "Cuardaigh seirbhís",
diff --git a/src/i18n/locales/he.json b/src/i18n/locales/he.json
index fb0eb5cb2..a5cd631dd 100644
--- a/src/i18n/locales/he.json
+++ b/src/i18n/locales/he.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "פתח תיקיה", 301 "settings.recipes.customService.openFolder": "פתח תיקיה",
302 "settings.recipes.headline": "שירותים זמינים", 302 "settings.recipes.headline": "שירותים זמינים",
303 "settings.recipes.missingService": "לא מוצא את השירות שלך?", 303 "settings.recipes.missingService": "לא מוצא את השירות שלך?",
304 "settings.recipes.mostPopular": "הפופולריים ביותר",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "השירות נוסף בהצלחה", 305 "settings.recipes.servicesSuccessfulAddedInfo": "השירות נוסף בהצלחה",
307 "settings.searchService": "חפש שירות", 306 "settings.searchService": "חפש שירות",
diff --git a/src/i18n/locales/hi.json b/src/i18n/locales/hi.json
index 4c257a531..584b95244 100644
--- a/src/i18n/locales/hi.json
+++ b/src/i18n/locales/hi.json
@@ -212,7 +212,6 @@
212 "settings.recipes.customService.openFolder": "Open folder", 212 "settings.recipes.customService.openFolder": "Open folder",
213 "settings.recipes.headline": "उपलब्ध सेवाएं", 213 "settings.recipes.headline": "उपलब्ध सेवाएं",
214 "settings.recipes.missingService": "क्या कोई सेवा गुम है?", 214 "settings.recipes.missingService": "क्या कोई सेवा गुम है?",
215 "settings.recipes.mostPopular": "सबसे लोकप्रिय",
216 "settings.recipes.nothingFound": "क्षमा करें, लेकिन आपके खोज शब्द से किसी भी सेवा का मिलान नहीं हुआ।", 215 "settings.recipes.nothingFound": "क्षमा करें, लेकिन आपके खोज शब्द से किसी भी सेवा का मिलान नहीं हुआ।",
217 "settings.recipes.servicesSuccessfulAddedInfo": "सेवा सफलतापूर्वक जोड़ी गई", 216 "settings.recipes.servicesSuccessfulAddedInfo": "सेवा सफलतापूर्वक जोड़ी गई",
218 "settings.searchService": "खोज सेवा", 217 "settings.searchService": "खोज सेवा",
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index 3690e0b39..b6b16c2f1 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Dostupne usluge", 302 "settings.recipes.headline": "Dostupne usluge",
303 "settings.recipes.missingService": "Da li neki servis nedostaje?", 303 "settings.recipes.missingService": "Da li neki servis nedostaje?",
304 "settings.recipes.mostPopular": "Najpopularniji",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana. ", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana. ",
307 "settings.searchService": "Potraži servis", 306 "settings.searchService": "Potraži servis",
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index f02cc39fb..bdad206c7 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Könyvtár megnyitása", 301 "settings.recipes.customService.openFolder": "Könyvtár megnyitása",
302 "settings.recipes.headline": "Elérhető szolgáltatások", 302 "settings.recipes.headline": "Elérhető szolgáltatások",
303 "settings.recipes.missingService": "Hiányzik egy szolgáltatás?", 303 "settings.recipes.missingService": "Hiányzik egy szolgáltatás?",
304 "settings.recipes.mostPopular": "Legnépszerűbb",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Szolgáltatás sikeresen hozzáadva", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Szolgáltatás sikeresen hozzáadva",
307 "settings.searchService": "Szolgáltatások keresése", 306 "settings.searchService": "Szolgáltatások keresése",
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index 67bfa2c93..7eaa07de4 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Layanan tersedia", 302 "settings.recipes.headline": "Layanan tersedia",
303 "settings.recipes.missingService": "Layanan tidak tersedia?", 303 "settings.recipes.missingService": "Layanan tidak tersedia?",
304 "settings.recipes.mostPopular": "Terpopuler",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Layanan berhasil ditambahkan", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Layanan berhasil ditambahkan",
307 "settings.searchService": "Cari layanan", 306 "settings.searchService": "Cari layanan",
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index 8be5aecab..1bc551b82 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Apri cartella", 301 "settings.recipes.customService.openFolder": "Apri cartella",
302 "settings.recipes.headline": "Servizi disponibili", 302 "settings.recipes.headline": "Servizi disponibili",
303 "settings.recipes.missingService": "Manca un servizio?", 303 "settings.recipes.missingService": "Manca un servizio?",
304 "settings.recipes.mostPopular": "Più popolari",
305 "settings.recipes.nothingFound": "Ci scusiamo, ma nessun servizio corrisponde ai tuoi termini di ricerca - tuttavia è probabile che tu possa aggiungerlo in ogni caso utilizzando l'opzione \"Sito Web Personalizzato\". Ti informiamo che il sito web ufficiale potrebbe mostrare un numero maggiore di servizi rispetto alla versione attualmente in uso. Per ottenere tali servizi, è consigliato l'aggiornamento a una versione più recente di Ferdi.", 304 "settings.recipes.nothingFound": "Ci scusiamo, ma nessun servizio corrisponde ai tuoi termini di ricerca - tuttavia è probabile che tu possa aggiungerlo in ogni caso utilizzando l'opzione \"Sito Web Personalizzato\". Ti informiamo che il sito web ufficiale potrebbe mostrare un numero maggiore di servizi rispetto alla versione attualmente in uso. Per ottenere tali servizi, è consigliato l'aggiornamento a una versione più recente di Ferdi.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Servizio aggiunto con successo", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Servizio aggiunto con successo",
307 "settings.searchService": "Cerca servizio", 306 "settings.searchService": "Cerca servizio",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index 38bf83af6..7823e202f 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "フォルダーを開く", 301 "settings.recipes.customService.openFolder": "フォルダーを開く",
302 "settings.recipes.headline": "利用可能なサービス", 302 "settings.recipes.headline": "利用可能なサービス",
303 "settings.recipes.missingService": "使いたいサービスが一覧にありませんか?", 303 "settings.recipes.missingService": "使いたいサービスが一覧にありませんか?",
304 "settings.recipes.mostPopular": "最も人気",
305 "settings.recipes.nothingFound": "残念ながら、検索語に一致するサービスはありませんでした。しかし、「カスタムウェブサイト」のオプションを使用して追加することができます。新しいバージョンのFerdiではウェブサイトで紹介されているような、より多くのサービスが追加されていることがあります。それらの新しいサービスを追加するには、Ferdiのアップデートをご検討ください。", 304 "settings.recipes.nothingFound": "残念ながら、検索語に一致するサービスはありませんでした。しかし、「カスタムウェブサイト」のオプションを使用して追加することができます。新しいバージョンのFerdiではウェブサイトで紹介されているような、より多くのサービスが追加されていることがあります。それらの新しいサービスを追加するには、Ferdiのアップデートをご検討ください。",
306 "settings.recipes.servicesSuccessfulAddedInfo": "サービスが追加されました", 305 "settings.recipes.servicesSuccessfulAddedInfo": "サービスが追加されました",
307 "settings.searchService": "サービスを検索", 306 "settings.searchService": "サービスを検索",
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index c5c2106d9..fe7df3457 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "ხელმისაწვდომი სერვისები", 302 "settings.recipes.headline": "ხელმისაწვდომი სერვისები",
303 "settings.recipes.missingService": "Missing a service?", 303 "settings.recipes.missingService": "Missing a service?",
304 "settings.recipes.mostPopular": "ყველაზე პოპულარული",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "სერვისი წარმატებით დაემატა", 305 "settings.recipes.servicesSuccessfulAddedInfo": "სერვისი წარმატებით დაემატა",
307 "settings.searchService": "Search service", 306 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/kk.json b/src/i18n/locales/kk.json
index 0af5dc36f..7d5fd622d 100644
--- a/src/i18n/locales/kk.json
+++ b/src/i18n/locales/kk.json
@@ -212,7 +212,6 @@
212 "settings.recipes.customService.openFolder": "Open folder", 212 "settings.recipes.customService.openFolder": "Open folder",
213 "settings.recipes.headline": "Available services", 213 "settings.recipes.headline": "Available services",
214 "settings.recipes.missingService": "Missing a service?", 214 "settings.recipes.missingService": "Missing a service?",
215 "settings.recipes.mostPopular": "Most popular",
216 "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.", 215 "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.",
217 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 216 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
218 "settings.searchService": "Search service", 217 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
index 93fdaf25f..35f046f22 100644
--- a/src/i18n/locales/ko.json
+++ b/src/i18n/locales/ko.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "폴더 열기", 301 "settings.recipes.customService.openFolder": "폴더 열기",
302 "settings.recipes.headline": "사용가능 한 서비스", 302 "settings.recipes.headline": "사용가능 한 서비스",
303 "settings.recipes.missingService": "서비스가 보이지 않습니까?", 303 "settings.recipes.missingService": "서비스가 보이지 않습니까?",
304 "settings.recipes.mostPopular": "가장 인기 있는",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "서비스가 성공적으로 추가되었습니다.", 305 "settings.recipes.servicesSuccessfulAddedInfo": "서비스가 성공적으로 추가되었습니다.",
307 "settings.searchService": "서비스 찾기", 306 "settings.searchService": "서비스 찾기",
diff --git a/src/i18n/locales/ms.json b/src/i18n/locales/ms.json
index a53bda4f6..c0ba3b3fb 100644
--- a/src/i18n/locales/ms.json
+++ b/src/i18n/locales/ms.json
@@ -212,7 +212,6 @@
212 "settings.recipes.customService.openFolder": "Open folder", 212 "settings.recipes.customService.openFolder": "Open folder",
213 "settings.recipes.headline": "Available services", 213 "settings.recipes.headline": "Available services",
214 "settings.recipes.missingService": "Missing a service?", 214 "settings.recipes.missingService": "Missing a service?",
215 "settings.recipes.mostPopular": "Most popular",
216 "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.", 215 "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.",
217 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 216 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
218 "settings.searchService": "Search service", 217 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/nb.json b/src/i18n/locales/nb.json
index 9aad70888..c2f9f0e53 100644
--- a/src/i18n/locales/nb.json
+++ b/src/i18n/locales/nb.json
@@ -76,7 +76,6 @@
76 "settings.navigation.settings": "Innstillinger", 76 "settings.navigation.settings": "Innstillinger",
77 "settings.navigation.logout": "Logg ut", 77 "settings.navigation.logout": "Logg ut",
78 "settings.recipes.headline": "Tilgjengelige tjenester", 78 "settings.recipes.headline": "Tilgjengelige tjenester",
79 "settings.recipes.mostPopular": "Mest populære",
80 "settings.recipes.all": "Alle tjenester", 79 "settings.recipes.all": "Alle tjenester",
81 "settings.recipes.dev": "Utvikling", 80 "settings.recipes.dev": "Utvikling",
82 "settings.recipes.nothingFound": "Beklager, men ingen tjeneste samsvarer med søkeordet ditt.", 81 "settings.recipes.nothingFound": "Beklager, men ingen tjeneste samsvarer med søkeordet ditt.",
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index 451733479..ffa561471 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Beschikbare services", 302 "settings.recipes.headline": "Beschikbare services",
303 "settings.recipes.missingService": "Mist er een service?", 303 "settings.recipes.missingService": "Mist er een service?",
304 "settings.recipes.mostPopular": "Meest populair",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd",
307 "settings.searchService": "Service zoeken", 306 "settings.searchService": "Service zoeken",
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index bb0ea167a..9d4b27871 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Beschikbare services", 302 "settings.recipes.headline": "Beschikbare services",
303 "settings.recipes.missingService": "Mis je een service?", 303 "settings.recipes.missingService": "Mis je een service?",
304 "settings.recipes.mostPopular": "Meest populair",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd",
307 "settings.searchService": "Zoek service", 306 "settings.searchService": "Zoek service",
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index d9cd5bf93..355178c83 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Åpne mappe", 301 "settings.recipes.customService.openFolder": "Åpne mappe",
302 "settings.recipes.headline": "Tilgjengelige tjenester", 302 "settings.recipes.headline": "Tilgjengelige tjenester",
303 "settings.recipes.missingService": "Mangler en tjeneste?", 303 "settings.recipes.missingService": "Mangler en tjeneste?",
304 "settings.recipes.mostPopular": "Mest populære",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten ble vellykket lagt til", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten ble vellykket lagt til",
307 "settings.searchService": "Søk etter tjeneste", 306 "settings.searchService": "Søk etter tjeneste",
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index 8d7c74864..bfb0e6fa0 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Otwórz folder", 301 "settings.recipes.customService.openFolder": "Otwórz folder",
302 "settings.recipes.headline": "Dostępne usługi", 302 "settings.recipes.headline": "Dostępne usługi",
303 "settings.recipes.missingService": "Brak usługi?", 303 "settings.recipes.missingService": "Brak usługi?",
304 "settings.recipes.mostPopular": "Najpopularniejsze",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Usługa została dodana pomyślnie", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Usługa została dodana pomyślnie",
307 "settings.searchService": "Wyszukaj usługę", 306 "settings.searchService": "Wyszukaj usługę",
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index 87eea4080..67113da22 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Abrir pasta", 301 "settings.recipes.customService.openFolder": "Abrir pasta",
302 "settings.recipes.headline": "Serviços disponíveis", 302 "settings.recipes.headline": "Serviços disponíveis",
303 "settings.recipes.missingService": "Falta um serviço?", 303 "settings.recipes.missingService": "Falta um serviço?",
304 "settings.recipes.mostPopular": "Os mais populares",
305 "settings.recipes.nothingFound": "Desculpe, nenhum serviço corresponde ao seu termo de pesquisa - mas você provavelmente pode adicioná-lo usando a opção \"Site personalizado\". Por favor, note que o site pode mostrar mais serviços que foram adicionados ao Ferdi desde a versão em que você está atualmente. Para obter esses novos serviços, por favor, considere atualizar para uma versão mais recente da Ferdi.", 304 "settings.recipes.nothingFound": "Desculpe, nenhum serviço corresponde ao seu termo de pesquisa - mas você provavelmente pode adicioná-lo usando a opção \"Site personalizado\". Por favor, note que o site pode mostrar mais serviços que foram adicionados ao Ferdi desde a versão em que você está atualmente. Para obter esses novos serviços, por favor, considere atualizar para uma versão mais recente da Ferdi.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Serviço adicionado com sucesso", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Serviço adicionado com sucesso",
307 "settings.searchService": "Pesquisar serviço", 306 "settings.searchService": "Pesquisar serviço",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index a052820af..1e643ebb2 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Abrir pasta", 301 "settings.recipes.customService.openFolder": "Abrir pasta",
302 "settings.recipes.headline": "Serviços disponíveis", 302 "settings.recipes.headline": "Serviços disponíveis",
303 "settings.recipes.missingService": "Sente falta de algum serviço?", 303 "settings.recipes.missingService": "Sente falta de algum serviço?",
304 "settings.recipes.mostPopular": "Mais populares",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Serviço adicionado com sucesso", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Serviço adicionado com sucesso",
307 "settings.searchService": "Procurar serviço", 306 "settings.searchService": "Procurar serviço",
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
index 4c4f5404d..b96ebe292 100644
--- a/src/i18n/locales/ro.json
+++ b/src/i18n/locales/ro.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Available services", 302 "settings.recipes.headline": "Available services",
303 "settings.recipes.missingService": "Missing a service?", 303 "settings.recipes.missingService": "Missing a service?",
304 "settings.recipes.mostPopular": "Most popular",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
307 "settings.searchService": "Search service", 306 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index df2959484..21c992cfa 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Открыть папку", 301 "settings.recipes.customService.openFolder": "Открыть папку",
302 "settings.recipes.headline": "Доступные сервисы", 302 "settings.recipes.headline": "Доступные сервисы",
303 "settings.recipes.missingService": "Не можете найти сервис?", 303 "settings.recipes.missingService": "Не можете найти сервис?",
304 "settings.recipes.mostPopular": "Самые популярные",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Сервис успешно добавлен", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Сервис успешно добавлен",
307 "settings.searchService": "Найти сервис", 306 "settings.searchService": "Найти сервис",
diff --git a/src/i18n/locales/si.json b/src/i18n/locales/si.json
index 2ca48d2b7..df2d1c746 100644
--- a/src/i18n/locales/si.json
+++ b/src/i18n/locales/si.json
@@ -213,7 +213,6 @@
213 "settings.recipes.customService.openFolder": "Open folder", 213 "settings.recipes.customService.openFolder": "Open folder",
214 "settings.recipes.headline": "Available services", 214 "settings.recipes.headline": "Available services",
215 "settings.recipes.missingService": "Missing a service?", 215 "settings.recipes.missingService": "Missing a service?",
216 "settings.recipes.mostPopular": "Most popular",
217 "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.", 216 "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.",
218 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 217 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
219 "settings.searchService": "Search service", 218 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index 70e907b56..f95d1b340 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Otvoriť priečinok", 301 "settings.recipes.customService.openFolder": "Otvoriť priečinok",
302 "settings.recipes.headline": "Dostupné služby", 302 "settings.recipes.headline": "Dostupné služby",
303 "settings.recipes.missingService": "Chýba vám služba?", 303 "settings.recipes.missingService": "Chýba vám služba?",
304 "settings.recipes.mostPopular": "Najpopulárnejšie",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Služba bola úspešne pridaná", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Služba bola úspešne pridaná",
307 "settings.searchService": "Vyhľadať službu", 306 "settings.searchService": "Vyhľadať službu",
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index 9576da227..b900d7752 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Available services", 302 "settings.recipes.headline": "Available services",
303 "settings.recipes.missingService": "Missing a service?", 303 "settings.recipes.missingService": "Missing a service?",
304 "settings.recipes.mostPopular": "Most popular",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
307 "settings.searchService": "Search service", 306 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/sq.json b/src/i18n/locales/sq.json
index 856a29c5c..2a3e168ec 100644
--- a/src/i18n/locales/sq.json
+++ b/src/i18n/locales/sq.json
@@ -213,7 +213,6 @@
213 "settings.recipes.customService.openFolder": "Open folder", 213 "settings.recipes.customService.openFolder": "Open folder",
214 "settings.recipes.headline": "Available services", 214 "settings.recipes.headline": "Available services",
215 "settings.recipes.missingService": "Missing a service?", 215 "settings.recipes.missingService": "Missing a service?",
216 "settings.recipes.mostPopular": "Most popular",
217 "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.", 216 "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.",
218 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 217 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
219 "settings.searchService": "Search service", 218 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index 2b12af62e..2b1de4870 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Dostupne usluge", 302 "settings.recipes.headline": "Dostupne usluge",
303 "settings.recipes.missingService": "Da li neki servis nedostaje?", 303 "settings.recipes.missingService": "Da li neki servis nedostaje?",
304 "settings.recipes.mostPopular": "Najpopularniji",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana",
307 "settings.searchService": "Претражи услуге", 306 "settings.searchService": "Претражи услуге",
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index 3fe13b53b..a070d67c3 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Öppna mapp", 301 "settings.recipes.customService.openFolder": "Öppna mapp",
302 "settings.recipes.headline": "Tillgängliga tjänster", 302 "settings.recipes.headline": "Tillgängliga tjänster",
303 "settings.recipes.missingService": "Saknar du en tjänst?", 303 "settings.recipes.missingService": "Saknar du en tjänst?",
304 "settings.recipes.mostPopular": "Mest populära",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Tjänsten har lagts till", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Tjänsten har lagts till",
307 "settings.searchService": "Sök efter tjänst", 306 "settings.searchService": "Sök efter tjänst",
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index fc2c3c69e..15737ab94 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Mevcut servisler", 302 "settings.recipes.headline": "Mevcut servisler",
303 "settings.recipes.missingService": "Aradığın servisi bulamadın mı?", 303 "settings.recipes.missingService": "Aradığın servisi bulamadın mı?",
304 "settings.recipes.mostPopular": "En popüler",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Servis başarıyla eklendi", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Servis başarıyla eklendi",
307 "settings.searchService": "Hizmeti ara", 306 "settings.searchService": "Hizmeti ara",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index 0c6287583..21be95b17 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Доступні сервіси", 302 "settings.recipes.headline": "Доступні сервіси",
303 "settings.recipes.missingService": "Не знайшли сервісу?", 303 "settings.recipes.missingService": "Не знайшли сервісу?",
304 "settings.recipes.mostPopular": "Найбільш популярні",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Сервіс успішно додано", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Сервіс успішно додано",
307 "settings.searchService": "Знайти сервіс", 306 "settings.searchService": "Знайти сервіс",
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index 4e74fbc74..c6e1df895 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Mở thư mục", 301 "settings.recipes.customService.openFolder": "Mở thư mục",
302 "settings.recipes.headline": "Available services", 302 "settings.recipes.headline": "Available services",
303 "settings.recipes.missingService": "Missing a service?", 303 "settings.recipes.missingService": "Missing a service?",
304 "settings.recipes.mostPopular": "Phổ biến nhất",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
307 "settings.searchService": "Tìm kiếm dịch vụ", 306 "settings.searchService": "Tìm kiếm dịch vụ",
diff --git a/src/i18n/locales/zh-CN.json b/src/i18n/locales/zh-CN.json
index 635eff997..48e175f71 100644
--- a/src/i18n/locales/zh-CN.json
+++ b/src/i18n/locales/zh-CN.json
@@ -272,7 +272,6 @@
272 "settings.recipes.customService.openFolder": "Open folder", 272 "settings.recipes.customService.openFolder": "Open folder",
273 "settings.recipes.headline": "Available services", 273 "settings.recipes.headline": "Available services",
274 "settings.recipes.missingService": "Missing a service?", 274 "settings.recipes.missingService": "Missing a service?",
275 "settings.recipes.mostPopular": "Most popular",
276 "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.", 275 "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.",
277 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 276 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
278 "settings.searchService": "Search service", 277 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/zh-HANS.json b/src/i18n/locales/zh-HANS.json
index 7b2b54c07..d0e6e7003 100644
--- a/src/i18n/locales/zh-HANS.json
+++ b/src/i18n/locales/zh-HANS.json
@@ -213,7 +213,6 @@
213 "settings.recipes.customService.openFolder": "Open folder", 213 "settings.recipes.customService.openFolder": "Open folder",
214 "settings.recipes.headline": "可用的服务", 214 "settings.recipes.headline": "可用的服务",
215 "settings.recipes.missingService": "服务丢失?", 215 "settings.recipes.missingService": "服务丢失?",
216 "settings.recipes.mostPopular": "最受欢迎的",
217 "settings.recipes.nothingFound": "抱歉,没有找到相关服务", 216 "settings.recipes.nothingFound": "抱歉,没有找到相关服务",
218 "settings.recipes.servicesSuccessfulAddedInfo": "服务添加成功", 217 "settings.recipes.servicesSuccessfulAddedInfo": "服务添加成功",
219 "settings.searchService": "搜索服务", 218 "settings.searchService": "搜索服务",
diff --git a/src/i18n/locales/zh-HANT.json b/src/i18n/locales/zh-HANT.json
index d4b0343fa..7a9753e36 100644
--- a/src/i18n/locales/zh-HANT.json
+++ b/src/i18n/locales/zh-HANT.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "開啟資料夾", 301 "settings.recipes.customService.openFolder": "開啟資料夾",
302 "settings.recipes.headline": "可用服務", 302 "settings.recipes.headline": "可用服務",
303 "settings.recipes.missingService": "Missing a service?", 303 "settings.recipes.missingService": "Missing a service?",
304 "settings.recipes.mostPopular": "熱門",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "新增服務成功", 305 "settings.recipes.servicesSuccessfulAddedInfo": "新增服務成功",
307 "settings.searchService": "Search service", 306 "settings.searchService": "Search service",
diff --git a/src/i18n/locales/zh-TW.json b/src/i18n/locales/zh-TW.json
index 4f9034ba3..0f57982fb 100644
--- a/src/i18n/locales/zh-TW.json
+++ b/src/i18n/locales/zh-TW.json
@@ -203,7 +203,6 @@
203 "settings.recipes.customService.openFolder": "Open folder", 203 "settings.recipes.customService.openFolder": "Open folder",
204 "settings.recipes.headline": "可使用的服務", 204 "settings.recipes.headline": "可使用的服務",
205 "settings.recipes.missingService": "缺少服務?", 205 "settings.recipes.missingService": "缺少服務?",
206 "settings.recipes.mostPopular": "最熱門",
207 "settings.recipes.nothingFound": "很抱歉,沒有與您的搜尋字詞符合的服務", 206 "settings.recipes.nothingFound": "很抱歉,沒有與您的搜尋字詞符合的服務",
208 "settings.recipes.servicesSuccessfulAddedInfo": "服務已成功新增。", 207 "settings.recipes.servicesSuccessfulAddedInfo": "服務已成功新增。",
209 "settings.searchService": "尋找服務", 208 "settings.searchService": "尋找服務",
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index 30c5a4dd9..28b6ab26f 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -301,7 +301,6 @@
301 "settings.recipes.customService.openFolder": "Open folder", 301 "settings.recipes.customService.openFolder": "Open folder",
302 "settings.recipes.headline": "Available services", 302 "settings.recipes.headline": "Available services",
303 "settings.recipes.missingService": "Missing a service?", 303 "settings.recipes.missingService": "Missing a service?",
304 "settings.recipes.mostPopular": "Most popular",
305 "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.", 304 "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.",
306 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 305 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
307 "settings.searchService": "Search service", 306 "settings.searchService": "Search service",
diff --git a/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json b/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
index ce7bb2c9d..7ab2916f5 100644
--- a/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
+++ b/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
@@ -26,28 +26,15 @@
26 } 26 }
27 }, 27 },
28 { 28 {
29 "id": "settings.recipes.mostPopular",
30 "defaultMessage": "!!!Most popular",
31 "file": "src/components/settings/recipes/RecipesDashboard.js",
32 "start": {
33 "line": 27,
34 "column": 22
35 },
36 "end": {
37 "line": 30,
38 "column": 3
39 }
40 },
41 {
42 "id": "settings.recipes.all", 29 "id": "settings.recipes.all",
43 "defaultMessage": "!!!All services", 30 "defaultMessage": "!!!All services",
44 "file": "src/components/settings/recipes/RecipesDashboard.js", 31 "file": "src/components/settings/recipes/RecipesDashboard.js",
45 "start": { 32 "start": {
46 "line": 31, 33 "line": 27,
47 "column": 14 34 "column": 14
48 }, 35 },
49 "end": { 36 "end": {
50 "line": 34, 37 "line": 30,
51 "column": 3 38 "column": 3
52 } 39 }
53 }, 40 },
@@ -56,11 +43,11 @@
56 "defaultMessage": "!!!Custom Services", 43 "defaultMessage": "!!!Custom Services",
57 "file": "src/components/settings/recipes/RecipesDashboard.js", 44 "file": "src/components/settings/recipes/RecipesDashboard.js",
58 "start": { 45 "start": {
59 "line": 35, 46 "line": 31,
60 "column": 17 47 "column": 17
61 }, 48 },
62 "end": { 49 "end": {
63 "line": 38, 50 "line": 34,
64 "column": 3 51 "column": 3
65 } 52 }
66 }, 53 },
@@ -69,11 +56,11 @@
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.", 56 "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", 57 "file": "src/components/settings/recipes/RecipesDashboard.js",
71 "start": { 58 "start": {
72 "line": 39, 59 "line": 35,
73 "column": 16 60 "column": 16
74 }, 61 },
75 "end": { 62 "end": {
76 "line": 42, 63 "line": 38,
77 "column": 3 64 "column": 3
78 } 65 }
79 }, 66 },
@@ -82,11 +69,11 @@
82 "defaultMessage": "!!!Service successfully added", 69 "defaultMessage": "!!!Service successfully added",
83 "file": "src/components/settings/recipes/RecipesDashboard.js", 70 "file": "src/components/settings/recipes/RecipesDashboard.js",
84 "start": { 71 "start": {
85 "line": 43, 72 "line": 39,
86 "column": 31 73 "column": 31
87 }, 74 },
88 "end": { 75 "end": {
89 "line": 46, 76 "line": 42,
90 "column": 3 77 "column": 3
91 } 78 }
92 }, 79 },
@@ -95,11 +82,11 @@
95 "defaultMessage": "!!!Missing a service?", 82 "defaultMessage": "!!!Missing a service?",
96 "file": "src/components/settings/recipes/RecipesDashboard.js", 83 "file": "src/components/settings/recipes/RecipesDashboard.js",
97 "start": { 84 "start": {
98 "line": 47, 85 "line": 43,
99 "column": 18 86 "column": 18
100 }, 87 },
101 "end": { 88 "end": {
102 "line": 50, 89 "line": 46,
103 "column": 3 90 "column": 3
104 } 91 }
105 }, 92 },
@@ -108,11 +95,11 @@
108 "defaultMessage": "!!!To add a custom service, copy the recipe folder into:", 95 "defaultMessage": "!!!To add a custom service, copy the recipe folder into:",
109 "file": "src/components/settings/recipes/RecipesDashboard.js", 96 "file": "src/components/settings/recipes/RecipesDashboard.js",
110 "start": { 97 "start": {
111 "line": 51, 98 "line": 47,
112 "column": 21 99 "column": 21
113 }, 100 },
114 "end": { 101 "end": {
115 "line": 54, 102 "line": 50,
116 "column": 3 103 "column": 3
117 } 104 }
118 }, 105 },
@@ -121,11 +108,11 @@
121 "defaultMessage": "!!!Open directory", 108 "defaultMessage": "!!!Open directory",
122 "file": "src/components/settings/recipes/RecipesDashboard.js", 109 "file": "src/components/settings/recipes/RecipesDashboard.js",
123 "start": { 110 "start": {
124 "line": 55, 111 "line": 51,
125 "column": 14 112 "column": 14
126 }, 113 },
127 "end": { 114 "end": {
128 "line": 58, 115 "line": 54,
129 "column": 3 116 "column": 3
130 } 117 }
131 }, 118 },
@@ -134,11 +121,11 @@
134 "defaultMessage": "!!!Developer Documentation", 121 "defaultMessage": "!!!Developer Documentation",
135 "file": "src/components/settings/recipes/RecipesDashboard.js", 122 "file": "src/components/settings/recipes/RecipesDashboard.js",
136 "start": { 123 "start": {
137 "line": 59, 124 "line": 55,
138 "column": 15 125 "column": 15
139 }, 126 },
140 "end": { 127 "end": {
141 "line": 62, 128 "line": 58,
142 "column": 3 129 "column": 3
143 } 130 }
144 }, 131 },
@@ -147,11 +134,11 @@
147 "defaultMessage": "!!!Custom 3rd Party Recipes", 134 "defaultMessage": "!!!Custom 3rd Party Recipes",
148 "file": "src/components/settings/recipes/RecipesDashboard.js", 135 "file": "src/components/settings/recipes/RecipesDashboard.js",
149 "start": { 136 "start": {
150 "line": 63, 137 "line": 59,
151 "column": 25 138 "column": 25
152 }, 139 },
153 "end": { 140 "end": {
154 "line": 66, 141 "line": 62,
155 "column": 3 142 "column": 3
156 } 143 }
157 }, 144 },
@@ -160,11 +147,11 @@
160 "defaultMessage": "!!!Community 3rd Party Recipes", 147 "defaultMessage": "!!!Community 3rd Party Recipes",
161 "file": "src/components/settings/recipes/RecipesDashboard.js", 148 "file": "src/components/settings/recipes/RecipesDashboard.js",
162 "start": { 149 "start": {
163 "line": 67, 150 "line": 63,
164 "column": 28 151 "column": 28
165 }, 152 },
166 "end": { 153 "end": {
167 "line": 70, 154 "line": 66,
168 "column": 3 155 "column": 3
169 } 156 }
170 }, 157 },
@@ -173,11 +160,11 @@
173 "defaultMessage": "!!!Your Development Service Recipes", 160 "defaultMessage": "!!!Your Development Service Recipes",
174 "file": "src/components/settings/recipes/RecipesDashboard.js", 161 "file": "src/components/settings/recipes/RecipesDashboard.js",
175 "start": { 162 "start": {
176 "line": 71, 163 "line": 67,
177 "column": 22 164 "column": 22
178 }, 165 },
179 "end": { 166 "end": {
180 "line": 74, 167 "line": 70,
181 "column": 3 168 "column": 3
182 } 169 }
183 } 170 }