aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-11 13:46:00 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-11 13:46:00 +0200
commit7ffcf8cf417e76fe1206b945d417095534b3cad8 (patch)
tree11a24772a516e23d278565cbebc4dc7a44735969 /src/i18n/locales/en-US.json
parentFix(Todos): Fix Todos Menu (diff)
downloadferdium-app-7ffcf8cf417e76fe1206b945d417095534b3cad8.tar.gz
ferdium-app-7ffcf8cf417e76fe1206b945d417095534b3cad8.tar.zst
ferdium-app-7ffcf8cf417e76fe1206b945d417095534b3cad8.zip
feat(Todos): Move todos toggle to sidebar
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 609076e88..e9f2c9cc1 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -93,7 +93,7 @@
93 "menu.services.addNewService": "Add New Service...", 93 "menu.services.addNewService": "Add New Service...",
94 "menu.services.setNextServiceActive": "Activate next service", 94 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 95 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "!!!Enable Todos", 96 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "View", 97 "menu.view": "View",
98 "menu.view.enterFullScreen": "Enter Full Screen", 98 "menu.view.enterFullScreen": "Enter Full Screen",
99 "menu.view.exitFullScreen": "Exit Full Screen", 99 "menu.view.exitFullScreen": "Exit Full Screen",
@@ -329,8 +329,10 @@
329 "settings.workspaces.workspaceFeatureInfo": "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. 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.", 329 "settings.workspaces.workspaceFeatureInfo": "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. 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.",
330 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 330 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
331 "sidebar.addNewService": "Add new service", 331 "sidebar.addNewService": "Add new service",
332 "sidebar.closeTodosDrawer": "Close Franz Todos",
332 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 333 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
333 "sidebar.muteApp": "Disable notifications & audio", 334 "sidebar.muteApp": "Disable notifications & audio",
335 "sidebar.openTodosDrawer": "Open Franz Todos",
334 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 336 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
335 "sidebar.settings": "Settings", 337 "sidebar.settings": "Settings",
336 "sidebar.unmuteApp": "Enable notifications & audio", 338 "sidebar.unmuteApp": "Enable notifications & audio",
@@ -380,4 +382,4 @@
380 "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>", 382 "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>",
381 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 383 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
382 "workspaces.switchingIndicator.switchingTo": "Switching to" 384 "workspaces.switchingIndicator.switchingTo": "Switching to"
383} \ No newline at end of file 385}