aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-06-14 17:21:33 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-06-14 17:21:33 +0200
commitb0e2f5cb5ea7109a81b1f9404fed084a25996efb (patch)
tree1df0700fa627a10971db62421bf6383cf3ce4080 /src/i18n/locales/en-US.json
parentRestrict services with customURL when not premium user (diff)
parentFix issue with dev recipe list (diff)
downloadferdium-app-b0e2f5cb5ea7109a81b1f9404fed084a25996efb.tar.gz
ferdium-app-b0e2f5cb5ea7109a81b1f9404fed084a25996efb.tar.zst
ferdium-app-b0e2f5cb5ea7109a81b1f9404fed084a25996efb.zip
Merge branch 'feature/3rd-party-limit' into feature/new-pricing
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 e921d8958..0a8e04b21 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -188,7 +188,13 @@
188 "settings.navigation.yourServices": "Your services", 188 "settings.navigation.yourServices": "Your services",
189 "settings.navigation.yourWorkspaces": "Your workspaces", 189 "settings.navigation.yourWorkspaces": "Your workspaces",
190 "settings.recipes.all": "All services", 190 "settings.recipes.all": "All services",
191 "settings.recipes.dev": "Development", 191 "settings.recipes.custom": "Custom Services",
192 "settings.recipes.customService.headline.communityRecipes": "Community Services",
193 "settings.recipes.customService.headline.customRecipes": "Custom Service Recipes",
194 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
195 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
196 "settings.recipes.customService.openDevDocs": "Developer Documentation",
197 "settings.recipes.customService.openFolder": "Open folder",
192 "settings.recipes.headline": "Available services", 198 "settings.recipes.headline": "Available services",
193 "settings.recipes.missingService": "Missing a service?", 199 "settings.recipes.missingService": "Missing a service?",
194 "settings.recipes.mostPopular": "Most popular", 200 "settings.recipes.mostPopular": "Most popular",