aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-09 21:31:46 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-09 16:21:54 +0000
commit8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767 (patch)
tree349cfc6c80559767845af61ef1b19e7191199053 /src/i18n/locales/en-US.json
parentchore: upgraded 'electron-builder' to '22.12.0' (diff)
downloadferdium-app-8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767.tar.gz
ferdium-app-8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767.tar.zst
ferdium-app-8b2d3db622d1087d0e2e6dee4f1ee202bd6bd767.zip
feat: added new Help menu item to allow easy import/export of config data
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 60a3b4d86..37a801b39 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -112,6 +112,7 @@
112 "menu.help.debugInfo": "Copy Debug Information", 112 "menu.help.debugInfo": "Copy Debug Information",
113 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 113 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
114 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 114 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
115 "menu.help.importExportData": "Import/Export Configuration Data",
115 "menu.help.learnMore": "Learn More", 116 "menu.help.learnMore": "Learn More",
116 "menu.help.privacy": "Privacy Statement", 117 "menu.help.privacy": "Privacy Statement",
117 "menu.help.publishDebugInfo": "Publish Debug Information", 118 "menu.help.publishDebugInfo": "Publish Debug Information",
@@ -180,7 +181,7 @@
180 "service.webviewLoader.loading": "Loading {service}", 181 "service.webviewLoader.loading": "Loading {service}",
181 "services.getStarted": "Get started", 182 "services.getStarted": "Get started",
182 "services.login": "Please login to use Ferdi.", 183 "services.login": "Please login to use Ferdi.",
183 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", 184 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
184 "services.serverless": "Use Ferdi without an Account", 185 "services.serverless": "Use Ferdi without an Account",
185 "services.welcome": "Welcome to Ferdi", 186 "services.welcome": "Welcome to Ferdi",
186 "settings.account.account.editButton": "Edit account", 187 "settings.account.account.editButton": "Edit account",