aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-07-30 15:33:29 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-07-30 15:33:29 +0200
commit4666e85de5c40e4cd7fa952a1d1c873a43dc60fb (patch)
treec53dad1ac7eea1641b79825d0d171bb027603b60 /src/i18n/locales/en-US.json
parentfix(Notifications): Fix issue that blocked notifications from e.g. Slack (diff)
downloadferdium-app-4666e85de5c40e4cd7fa952a1d1c873a43dc60fb.tar.gz
ferdium-app-4666e85de5c40e4cd7fa952a1d1c873a43dc60fb.tar.zst
ferdium-app-4666e85de5c40e4cd7fa952a1d1c873a43dc60fb.zip
feat(App): Add option to copy debug information via the help menu
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 e2edbd596..27987e5b7 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -68,6 +68,9 @@
68 "menu.file": "File", 68 "menu.file": "File",
69 "menu.help": "Help", 69 "menu.help": "Help",
70 "menu.help.changelog": "Changelog", 70 "menu.help.changelog": "Changelog",
71 "menu.help.debugInfo": "Copy Debug Information",
72 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
73 "menu.help.debugInfoCopiedHeadline": "Franz Debug Information",
71 "menu.help.learnMore": "Learn More", 74 "menu.help.learnMore": "Learn More",
72 "menu.help.privacy": "Privacy Statement", 75 "menu.help.privacy": "Privacy Statement",
73 "menu.help.support": "Support", 76 "menu.help.support": "Support",
@@ -329,4 +332,4 @@
329 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz 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>", 332 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz 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>",
330 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 333 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo": "Switching to" 334 "workspaces.switchingIndicator.switchingTo": "Switching to"
332} \ No newline at end of file 335}