aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-10 16:37:04 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-10 16:37:04 +0200
commit664b59789ca032eaa393af52ff2559e173a9b0b5 (patch)
tree927a0ff9edf39dd999b7478a70f72ee82ca9fbde /src/i18n/locales
parentadd premium badge to workspace drawer headline (diff)
downloadferdium-app-664b59789ca032eaa393af52ff2559e173a9b0b5.tar.gz
ferdium-app-664b59789ca032eaa393af52ff2559e173a9b0b5.tar.zst
ferdium-app-664b59789ca032eaa393af52ff2559e173a9b0b5.zip
add context menu for workspace drawer items
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json17
-rw-r--r--src/i18n/locales/en-US.json3
2 files changed, 17 insertions, 3 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 11a23805c..65799b614 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3435,13 +3435,26 @@
3435 "defaultMessage": "!!!No services added yet", 3435 "defaultMessage": "!!!No services added yet",
3436 "end": { 3436 "end": {
3437 "column": 3, 3437 "column": 3,
3438 "line": 12 3438 "line": 15
3439 }, 3439 },
3440 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js", 3440 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
3441 "id": "workspaceDrawer.item.noServicesAddedYet", 3441 "id": "workspaceDrawer.item.noServicesAddedYet",
3442 "start": { 3442 "start": {
3443 "column": 22, 3443 "column": 22,
3444 "line": 9 3444 "line": 12
3445 }
3446 },
3447 {
3448 "defaultMessage": "!!!edit",
3449 "end": {
3450 "column": 3,
3451 "line": 19
3452 },
3453 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
3454 "id": "workspaceDrawer.item.contextMenuEdit",
3455 "start": {
3456 "column": 19,
3457 "line": 16
3445 } 3458 }
3446 } 3459 }
3447 ], 3460 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index a2f460f67..da7649b90 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -309,6 +309,7 @@
309 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 309 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
310 "workspaceDrawer.allServices": "All services", 310 "workspaceDrawer.allServices": "All services",
311 "workspaceDrawer.headline": "Workspaces", 311 "workspaceDrawer.headline": "Workspaces",
312 "workspaceDrawer.item.contextMenuEdit": "edit",
312 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 313 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
313 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 314 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
314 "workspaceDrawer.proFeatureBadge": "Premium feature", 315 "workspaceDrawer.proFeatureBadge": "Premium feature",
@@ -316,4 +317,4 @@
316 "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>", 317 "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>",
317 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 318 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
318 "workspaces.switchingIndicator.switchingTo": "Switching to" 319 "workspaces.switchingIndicator.switchingTo": "Switching to"
319} \ No newline at end of file 320}