aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar sara hammouzou <41330038+saruwman@users.noreply.github.com>2020-05-17 08:51:58 +0000
committerLibravatar GitHub <noreply@github.com>2020-05-17 08:51:58 +0000
commit820094bea7f19f987c545515243337a83c6cbb86 (patch)
treeeffc5be058034ab714a5cb41754d12e9146ac58e /src/i18n/locales/en-US.json
parentdocs: add kris7t as a contributor (#749) (diff)
downloadferdium-app-820094bea7f19f987c545515243337a83c6cbb86.tar.gz
ferdium-app-820094bea7f19f987c545515243337a83c6cbb86.tar.zst
ferdium-app-820094bea7f19f987c545515243337a83c6cbb86.zip
Replace change server input with a dropdown menu (#717)
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 5c33daf86..8e4277fb8 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file