aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-05-02 11:27:23 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-05-02 11:27:23 +0200
commitfbff4ed90b0137088b1bb92e95f32fc1bfa7bb3e (patch)
treedfa0a6c32ce62c605bcdbf5538d9dc03725d1f88 /src/i18n/locales/en-US.json
parentUpdate CHANGELOG.md (diff)
downloadferdium-app-fbff4ed90b0137088b1bb92e95f32fc1bfa7bb3e.tar.gz
ferdium-app-fbff4ed90b0137088b1bb92e95f32fc1bfa7bb3e.tar.zst
ferdium-app-fbff4ed90b0137088b1bb92e95f32fc1bfa7bb3e.zip
Add custom recipe limitation
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 6c2759dcc..8bffea63c 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -181,7 +181,13 @@
181 "settings.navigation.yourServices": "Your services", 181 "settings.navigation.yourServices": "Your services",
182 "settings.navigation.yourWorkspaces": "Your workspaces", 182 "settings.navigation.yourWorkspaces": "Your workspaces",
183 "settings.recipes.all": "All services", 183 "settings.recipes.all": "All services",
184 "settings.recipes.dev": "Development", 184 "settings.recipes.custom": "Custom Services",
185 "settings.recipes.customService.headline.communityRecipes": "Community Services",
186 "settings.recipes.customService.headline.customRecipes": "Custom Service Recipes",
187 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
188 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
189 "settings.recipes.customService.openDevDocs": "Developer Documentation",
190 "settings.recipes.customService.openFolder": "Open folder",
185 "settings.recipes.headline": "Available services", 191 "settings.recipes.headline": "Available services",
186 "settings.recipes.missingService": "Missing a service?", 192 "settings.recipes.missingService": "Missing a service?",
187 "settings.recipes.mostPopular": "Most popular", 193 "settings.recipes.mostPopular": "Most popular",