From 44a7cfc62d1a1352a9825d172428b12dca44cab0 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 7 Sep 2019 16:12:13 +0200 Subject: Remove service limit and enable workspaces --- .../messages/src/components/layout/AppLayout.json | 16 +- .../src/components/services/content/Services.json | 8 +- .../components/ui/ActivateTrialButton/index.json | 28 +-- .../ui/PremiumFeatureContainer/index.json | 4 +- .../src/components/ui/UpgradeButton/index.json | 4 +- .../containers/settings/EditSettingsScreen.json | 56 ++--- .../messages/src/features/delayApp/Component.json | 20 +- .../components/LimitReachedInfobox.json | 8 +- .../src/features/shareFranz/Component.json | 28 +-- .../workspaces/components/WorkspaceDrawer.json | 32 +-- src/i18n/messages/src/lib/Menu.json | 244 ++++++++++----------- 11 files changed, 224 insertions(+), 224 deletions(-) (limited to 'src/i18n/messages') diff --git a/src/i18n/messages/src/components/layout/AppLayout.json b/src/i18n/messages/src/components/layout/AppLayout.json index 593a7bcb3..3b8e047b4 100644 --- a/src/i18n/messages/src/components/layout/AppLayout.json +++ b/src/i18n/messages/src/components/layout/AppLayout.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Your services have been updated.", "file": "src/components/layout/AppLayout.js", "start": { - "line": 28, + "line": 27, "column": 19 }, "end": { - "line": 31, + "line": 30, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!Reload services", "file": "src/components/layout/AppLayout.js", "start": { - "line": 32, + "line": 31, "column": 24 }, "end": { - "line": 35, + "line": 34, "column": 3 } }, @@ -30,11 +30,11 @@ "defaultMessage": "!!!Could not load services and user information", "file": "src/components/layout/AppLayout.js", "start": { - "line": 33, + "line": 35, "column": 26 }, "end": { - "line": 36, + "line": 38, "column": 3 } }, @@ -43,11 +43,11 @@ "defaultMessage": "!!!There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", "file": "src/components/layout/AppLayout.js", "start": { - "line": 37, + "line": 39, "column": 21 }, "end": { - "line": 40, + "line": 42, "column": 3 } } diff --git a/src/i18n/messages/src/components/services/content/Services.json b/src/i18n/messages/src/components/services/content/Services.json index cee7f42c0..c2e57b8b5 100644 --- a/src/i18n/messages/src/components/services/content/Services.json +++ b/src/i18n/messages/src/components/services/content/Services.json @@ -30,11 +30,11 @@ "defaultMessage": "!!!Please login to use Ferdi.", "file": "src/components/services/content/Services.js", "start": { - "line": 19, + "line": 22, "column": 9 }, "end": { - "line": 22, + "line": 25, "column": 3 } }, @@ -43,11 +43,11 @@ "defaultMessage": "!!!Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", "file": "src/components/services/content/Services.js", "start": { - "line": 23, + "line": 26, "column": 14 }, "end": { - "line": 26, + "line": 29, "column": 3 } } diff --git a/src/i18n/messages/src/components/ui/ActivateTrialButton/index.json b/src/i18n/messages/src/components/ui/ActivateTrialButton/index.json index fd969da78..6370e4bb9 100644 --- a/src/i18n/messages/src/components/ui/ActivateTrialButton/index.json +++ b/src/i18n/messages/src/components/ui/ActivateTrialButton/index.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Get a Franz Supporter License", "file": "src/components/ui/ActivateTrialButton/index.js", "start": { - "line": 13, + "line": 12, "column": 10 }, "end": { - "line": 16, + "line": 15, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!Yes, I want the free 14 day trial of Franz Professional", "file": "src/components/ui/ActivateTrialButton/index.js", "start": { - "line": 17, + "line": 16, "column": 15 }, "end": { - "line": 20, + "line": 19, "column": 3 } }, @@ -30,11 +30,11 @@ "defaultMessage": "!!!Upgrade account", "file": "src/components/ui/ActivateTrialButton/index.js", "start": { - "line": 21, + "line": 20, "column": 15 }, "end": { - "line": 24, + "line": 23, "column": 3 } }, @@ -43,11 +43,11 @@ "defaultMessage": "!!!Activate the free Franz Professional trial", "file": "src/components/ui/ActivateTrialButton/index.js", "start": { - "line": 25, + "line": 24, "column": 20 }, "end": { - "line": 28, + "line": 27, "column": 3 } }, @@ -56,11 +56,11 @@ "defaultMessage": "!!!No strings attached", "file": "src/components/ui/ActivateTrialButton/index.js", "start": { - "line": 29, + "line": 28, "column": 29 }, "end": { - "line": 32, + "line": 31, "column": 3 } }, @@ -69,11 +69,11 @@ "defaultMessage": "!!!No credit card required", "file": "src/components/ui/ActivateTrialButton/index.js", "start": { - "line": 33, + "line": 32, "column": 16 }, "end": { - "line": 36, + "line": 35, "column": 3 } }, @@ -82,11 +82,11 @@ "defaultMessage": "!!!Your free trial ends automatically after 14 days", "file": "src/components/ui/ActivateTrialButton/index.js", "start": { - "line": 37, + "line": 36, "column": 21 }, "end": { - "line": 40, + "line": 39, "column": 3 } } diff --git a/src/i18n/messages/src/components/ui/PremiumFeatureContainer/index.json b/src/i18n/messages/src/components/ui/PremiumFeatureContainer/index.json index 582d546fa..320d3ca3e 100644 --- a/src/i18n/messages/src/components/ui/PremiumFeatureContainer/index.json +++ b/src/i18n/messages/src/components/ui/PremiumFeatureContainer/index.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Upgrade account", "file": "src/components/ui/PremiumFeatureContainer/index.js", "start": { - "line": 14, + "line": 15, "column": 10 }, "end": { - "line": 17, + "line": 18, "column": 3 } } diff --git a/src/i18n/messages/src/components/ui/UpgradeButton/index.json b/src/i18n/messages/src/components/ui/UpgradeButton/index.json index 28e44cb66..f270f5a65 100644 --- a/src/i18n/messages/src/components/ui/UpgradeButton/index.json +++ b/src/i18n/messages/src/components/ui/UpgradeButton/index.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Upgrade to Franz Professional", "file": "src/components/ui/UpgradeButton/index.js", "start": { - "line": 13, + "line": 12, "column": 16 }, "end": { - "line": 16, + "line": 15, "column": 3 } } diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json index f802893e8..cda7a90d9 100644 --- a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json +++ b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Launch Ferdi on start", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 24, + "line": 26, "column": 21 }, "end": { - "line": 27, + "line": 29, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!Open in background", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 28, + "line": 30, "column": 26 }, "end": { - "line": 31, + "line": 33, "column": 3 } }, @@ -30,11 +30,11 @@ "defaultMessage": "!!!Keep Ferdi in background when closing the window", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 32, + "line": 34, "column": 19 }, "end": { - "line": 35, + "line": 37, "column": 3 } }, @@ -43,11 +43,11 @@ "defaultMessage": "!!!Show Ferdi in system tray", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 36, + "line": 38, "column": 20 }, "end": { - "line": 39, + "line": 41, "column": 3 } }, @@ -56,11 +56,11 @@ "defaultMessage": "!!!Minimize Ferdi to system tray", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 40, + "line": 42, "column": 24 }, "end": { - "line": 43, + "line": 45, "column": 3 } }, @@ -69,11 +69,11 @@ "defaultMessage": "!!!Server", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 44, + "line": 46, "column": 10 }, "end": { - "line": 47, + "line": 49, "column": 3 } }, @@ -82,11 +82,11 @@ "defaultMessage": "!!!Language", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 44, + "line": 50, "column": 12 }, "end": { - "line": 47, + "line": 53, "column": 3 } }, @@ -95,11 +95,11 @@ "defaultMessage": "!!!Dark Mode", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 48, + "line": 54, "column": 12 }, "end": { - "line": 51, + "line": 57, "column": 3 } }, @@ -108,11 +108,11 @@ "defaultMessage": "!!!Display disabled services tabs", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 52, + "line": 58, "column": 24 }, "end": { - "line": 55, + "line": 61, "column": 3 } }, @@ -121,11 +121,11 @@ "defaultMessage": "!!!Show unread message badge when notifications are disabled", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 56, + "line": 62, "column": 29 }, "end": { - "line": 59, + "line": 65, "column": 3 } }, @@ -134,11 +134,11 @@ "defaultMessage": "!!!Enable spell checking", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 60, + "line": 66, "column": 23 }, "end": { - "line": 63, + "line": 69, "column": 3 } }, @@ -147,11 +147,11 @@ "defaultMessage": "!!!Enable GPU Acceleration", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 64, + "line": 70, "column": 25 }, "end": { - "line": 67, + "line": 73, "column": 3 } }, @@ -160,11 +160,11 @@ "defaultMessage": "!!!Include beta versions", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 68, + "line": 74, "column": 8 }, "end": { - "line": 71, + "line": 77, "column": 3 } }, @@ -173,11 +173,11 @@ "defaultMessage": "!!!Enable Franz Todos", "file": "src/containers/settings/EditSettingsScreen.js", "start": { - "line": 72, + "line": 78, "column": 15 }, "end": { - "line": 75, + "line": 81, "column": 3 } } diff --git a/src/i18n/messages/src/features/delayApp/Component.json b/src/i18n/messages/src/features/delayApp/Component.json index 6fe8b1334..77fabf236 100644 --- a/src/i18n/messages/src/features/delayApp/Component.json +++ b/src/i18n/messages/src/features/delayApp/Component.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Please purchase license to skip waiting", "file": "src/features/delayApp/Component.js", "start": { - "line": 17, + "line": 14, "column": 12 }, "end": { - "line": 20, + "line": 17, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!Get the free Franz Professional 14 day trial and skip the line", "file": "src/features/delayApp/Component.js", "start": { - "line": 21, + "line": 18, "column": 17 }, "end": { - "line": 24, + "line": 21, "column": 3 } }, @@ -30,11 +30,11 @@ "defaultMessage": "!!!Get a Franz Supporter License", "file": "src/features/delayApp/Component.js", "start": { - "line": 25, + "line": 22, "column": 10 }, "end": { - "line": 28, + "line": 25, "column": 3 } }, @@ -43,11 +43,11 @@ "defaultMessage": "!!!Yes, I want the free 14 day trial of Franz Professional", "file": "src/features/delayApp/Component.js", "start": { - "line": 29, + "line": 26, "column": 15 }, "end": { - "line": 32, + "line": 29, "column": 3 } }, @@ -56,11 +56,11 @@ "defaultMessage": "!!!Ferdi will continue in {seconds} seconds.", "file": "src/features/delayApp/Component.js", "start": { - "line": 33, + "line": 30, "column": 8 }, "end": { - "line": 36, + "line": 33, "column": 3 } } diff --git a/src/i18n/messages/src/features/serviceLimit/components/LimitReachedInfobox.json b/src/i18n/messages/src/features/serviceLimit/components/LimitReachedInfobox.json index df5bc03e8..e35ad8dd8 100644 --- a/src/i18n/messages/src/features/serviceLimit/components/LimitReachedInfobox.json +++ b/src/i18n/messages/src/features/serviceLimit/components/LimitReachedInfobox.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!You have added {amount} of {limit} services. Please upgrade your account to add more services.", "file": "src/features/serviceLimit/components/LimitReachedInfobox.js", "start": { - "line": 11, + "line": 9, "column": 16 }, "end": { - "line": 14, + "line": 12, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!Upgrade account", "file": "src/features/serviceLimit/components/LimitReachedInfobox.js", "start": { - "line": 15, + "line": 13, "column": 10 }, "end": { - "line": 18, + "line": 16, "column": 3 } } diff --git a/src/i18n/messages/src/features/shareFranz/Component.json b/src/i18n/messages/src/features/shareFranz/Component.json index 6e3e9ad19..402865ec5 100644 --- a/src/i18n/messages/src/features/shareFranz/Component.json +++ b/src/i18n/messages/src/features/shareFranz/Component.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Ferdi is better together!", "file": "src/features/shareFranz/Component.js", "start": { - "line": 18, + "line": 17, "column": 12 }, "end": { - "line": 21, + "line": 20, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", "file": "src/features/shareFranz/Component.js", "start": { - "line": 22, + "line": 21, "column": 8 }, "end": { - "line": 25, + "line": 24, "column": 3 } }, @@ -30,11 +30,11 @@ "defaultMessage": "!!!Share as email", "file": "src/features/shareFranz/Component.js", "start": { - "line": 26, + "line": 25, "column": 16 }, "end": { - "line": 29, + "line": 28, "column": 3 } }, @@ -43,11 +43,11 @@ "defaultMessage": "!!!Share on Facebook", "file": "src/features/shareFranz/Component.js", "start": { - "line": 30, + "line": 29, "column": 19 }, "end": { - "line": 33, + "line": 32, "column": 3 } }, @@ -56,11 +56,11 @@ "defaultMessage": "!!!Share on Twitter", "file": "src/features/shareFranz/Component.js", "start": { - "line": 34, + "line": 33, "column": 18 }, "end": { - "line": 37, + "line": 36, "column": 3 } }, @@ -69,11 +69,11 @@ "defaultMessage": "!!! I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", "file": "src/features/shareFranz/Component.js", "start": { - "line": 38, + "line": 37, "column": 18 }, "end": { - "line": 41, + "line": 40, "column": 3 } }, @@ -82,11 +82,11 @@ "defaultMessage": "!!! I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com /cc @FranzMessenger", "file": "src/features/shareFranz/Component.js", "start": { - "line": 42, + "line": 41, "column": 20 }, "end": { - "line": 45, + "line": 44, "column": 3 } } diff --git a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json index 2f340f1e9..9f0935620 100644 --- a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json +++ b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Workspaces", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 17, + "line": 16, "column": 12 }, "end": { - "line": 20, + "line": 19, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!All services", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 21, + "line": 20, "column": 15 }, "end": { - "line": 24, + "line": 23, "column": 3 } }, @@ -30,11 +30,11 @@ "defaultMessage": "!!!Workspaces settings", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 25, + "line": 24, "column": 29 }, "end": { - "line": 28, + "line": 27, "column": 3 } }, @@ -43,11 +43,11 @@ "defaultMessage": "!!!Info about workspace feature", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 29, + "line": 28, "column": 24 }, "end": { - "line": 32, + "line": 31, "column": 3 } }, @@ -56,11 +56,11 @@ "defaultMessage": "!!!Create your first workspace", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 33, + "line": 32, "column": 25 }, "end": { - "line": 36, + "line": 35, "column": 3 } }, @@ -69,11 +69,11 @@ "defaultMessage": "!!!Reactivate premium account", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 37, + "line": 36, "column": 28 }, "end": { - "line": 40, + "line": 39, "column": 3 } }, @@ -82,11 +82,11 @@ "defaultMessage": "!!!add new workspace", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 41, + "line": 40, "column": 24 }, "end": { - "line": 44, + "line": 43, "column": 3 } }, @@ -95,11 +95,11 @@ "defaultMessage": "!!!Premium feature", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 45, + "line": 44, "column": 23 }, "end": { - "line": 48, + "line": 47, "column": 3 } } diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json index 43354bfca..138704089 100644 --- a/src/i18n/messages/src/lib/Menu.json +++ b/src/i18n/messages/src/lib/Menu.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Edit", "file": "src/lib/Menu.js", "start": { - "line": 18, + "line": 17, "column": 8 }, "end": { - "line": 21, + "line": 20, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!Undo", "file": "src/lib/Menu.js", "start": { - "line": 22, + "line": 21, "column": 8 }, "end": { - "line": 25, + "line": 24, "column": 3 } }, @@ -30,11 +30,11 @@ "defaultMessage": "!!!Redo", "file": "src/lib/Menu.js", "start": { - "line": 26, + "line": 25, "column": 8 }, "end": { - "line": 29, + "line": 28, "column": 3 } }, @@ -43,11 +43,11 @@ "defaultMessage": "!!!Cut", "file": "src/lib/Menu.js", "start": { - "line": 30, + "line": 29, "column": 7 }, "end": { - "line": 33, + "line": 32, "column": 3 } }, @@ -56,11 +56,11 @@ "defaultMessage": "!!!Copy", "file": "src/lib/Menu.js", "start": { - "line": 34, + "line": 33, "column": 8 }, "end": { - "line": 37, + "line": 36, "column": 3 } }, @@ -69,11 +69,11 @@ "defaultMessage": "!!!Paste", "file": "src/lib/Menu.js", "start": { - "line": 38, + "line": 37, "column": 9 }, "end": { - "line": 41, + "line": 40, "column": 3 } }, @@ -82,11 +82,11 @@ "defaultMessage": "!!!Paste And Match Style", "file": "src/lib/Menu.js", "start": { - "line": 42, + "line": 41, "column": 22 }, "end": { - "line": 45, + "line": 44, "column": 3 } }, @@ -95,11 +95,11 @@ "defaultMessage": "!!!Delete", "file": "src/lib/Menu.js", "start": { - "line": 46, + "line": 45, "column": 10 }, "end": { - "line": 49, + "line": 48, "column": 3 } }, @@ -108,11 +108,11 @@ "defaultMessage": "!!!Select All", "file": "src/lib/Menu.js", "start": { - "line": 50, + "line": 49, "column": 13 }, "end": { - "line": 53, + "line": 52, "column": 3 } }, @@ -121,11 +121,11 @@ "defaultMessage": "!!!Speech", "file": "src/lib/Menu.js", "start": { - "line": 54, + "line": 53, "column": 10 }, "end": { - "line": 57, + "line": 56, "column": 3 } }, @@ -134,11 +134,11 @@ "defaultMessage": "!!!Start Speaking", "file": "src/lib/Menu.js", "start": { - "line": 58, + "line": 57, "column": 17 }, "end": { - "line": 61, + "line": 60, "column": 3 } }, @@ -147,11 +147,11 @@ "defaultMessage": "!!!Stop Speaking", "file": "src/lib/Menu.js", "start": { - "line": 62, + "line": 61, "column": 16 }, "end": { - "line": 65, + "line": 64, "column": 3 } }, @@ -160,11 +160,11 @@ "defaultMessage": "!!!Start Dictation", "file": "src/lib/Menu.js", "start": { - "line": 66, + "line": 65, "column": 18 }, "end": { - "line": 69, + "line": 68, "column": 3 } }, @@ -173,11 +173,11 @@ "defaultMessage": "!!!Emoji & Symbols", "file": "src/lib/Menu.js", "start": { - "line": 70, + "line": 69, "column": 16 }, "end": { - "line": 73, + "line": 72, "column": 3 } }, @@ -186,11 +186,11 @@ "defaultMessage": "!!!Actual Size", "file": "src/lib/Menu.js", "start": { - "line": 74, + "line": 73, "column": 13 }, "end": { - "line": 77, + "line": 76, "column": 3 } }, @@ -199,11 +199,11 @@ "defaultMessage": "!!!Zoom In", "file": "src/lib/Menu.js", "start": { - "line": 78, + "line": 77, "column": 10 }, "end": { - "line": 81, + "line": 80, "column": 3 } }, @@ -212,11 +212,11 @@ "defaultMessage": "!!!Zoom Out", "file": "src/lib/Menu.js", "start": { - "line": 82, + "line": 81, "column": 11 }, "end": { - "line": 85, + "line": 84, "column": 3 } }, @@ -225,11 +225,11 @@ "defaultMessage": "!!!Enter Full Screen", "file": "src/lib/Menu.js", "start": { - "line": 86, + "line": 85, "column": 19 }, "end": { - "line": 89, + "line": 88, "column": 3 } }, @@ -238,11 +238,11 @@ "defaultMessage": "!!!Exit Full Screen", "file": "src/lib/Menu.js", "start": { - "line": 90, + "line": 89, "column": 18 }, "end": { - "line": 93, + "line": 92, "column": 3 } }, @@ -251,11 +251,11 @@ "defaultMessage": "!!!Toggle Full Screen", "file": "src/lib/Menu.js", "start": { - "line": 94, + "line": 93, "column": 20 }, "end": { - "line": 97, + "line": 96, "column": 3 } }, @@ -264,11 +264,11 @@ "defaultMessage": "!!!Toggle Developer Tools", "file": "src/lib/Menu.js", "start": { - "line": 98, + "line": 97, "column": 18 }, "end": { - "line": 101, + "line": 100, "column": 3 } }, @@ -277,11 +277,11 @@ "defaultMessage": "!!!Toggle Todos Developer Tools", "file": "src/lib/Menu.js", "start": { - "line": 102, + "line": 101, "column": 23 }, "end": { - "line": 105, + "line": 104, "column": 3 } }, @@ -290,11 +290,11 @@ "defaultMessage": "!!!Toggle Service Developer Tools", "file": "src/lib/Menu.js", "start": { - "line": 106, + "line": 105, "column": 25 }, "end": { - "line": 109, + "line": 108, "column": 3 } }, @@ -303,11 +303,11 @@ "defaultMessage": "!!!Reload Service", "file": "src/lib/Menu.js", "start": { - "line": 110, + "line": 109, "column": 17 }, "end": { - "line": 113, + "line": 112, "column": 3 } }, @@ -316,11 +316,11 @@ "defaultMessage": "!!!Reload Franz", "file": "src/lib/Menu.js", "start": { - "line": 114, + "line": 113, "column": 15 }, "end": { - "line": 117, + "line": 116, "column": 3 } }, @@ -329,11 +329,11 @@ "defaultMessage": "!!!Minimize", "file": "src/lib/Menu.js", "start": { - "line": 118, + "line": 117, "column": 12 }, "end": { - "line": 121, + "line": 120, "column": 3 } }, @@ -342,11 +342,11 @@ "defaultMessage": "!!!Close", "file": "src/lib/Menu.js", "start": { - "line": 122, + "line": 121, "column": 9 }, "end": { - "line": 125, + "line": 124, "column": 3 } }, @@ -355,11 +355,11 @@ "defaultMessage": "!!!Learn More", "file": "src/lib/Menu.js", "start": { - "line": 126, + "line": 125, "column": 13 }, "end": { - "line": 129, + "line": 128, "column": 3 } }, @@ -368,11 +368,11 @@ "defaultMessage": "!!!Changelog", "file": "src/lib/Menu.js", "start": { - "line": 130, + "line": 129, "column": 13 }, "end": { - "line": 133, + "line": 132, "column": 3 } }, @@ -381,11 +381,11 @@ "defaultMessage": "!!!Support", "file": "src/lib/Menu.js", "start": { - "line": 134, + "line": 133, "column": 11 }, "end": { - "line": 137, + "line": 136, "column": 3 } }, @@ -394,11 +394,11 @@ "defaultMessage": "!!!Copy Debug Information", "file": "src/lib/Menu.js", "start": { - "line": 138, + "line": 137, "column": 13 }, "end": { - "line": 141, + "line": 140, "column": 3 } }, @@ -407,11 +407,11 @@ "defaultMessage": "!!!Ferdi Debug Information", "file": "src/lib/Menu.js", "start": { - "line": 142, + "line": 141, "column": 27 }, "end": { - "line": 145, + "line": 144, "column": 3 } }, @@ -420,11 +420,11 @@ "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", "file": "src/lib/Menu.js", "start": { - "line": 146, + "line": 145, "column": 23 }, "end": { - "line": 149, + "line": 148, "column": 3 } }, @@ -433,11 +433,11 @@ "defaultMessage": "!!!Terms of Service", "file": "src/lib/Menu.js", "start": { - "line": 150, + "line": 149, "column": 7 }, "end": { - "line": 153, + "line": 152, "column": 3 } }, @@ -446,11 +446,11 @@ "defaultMessage": "!!!Privacy Statement", "file": "src/lib/Menu.js", "start": { - "line": 154, + "line": 153, "column": 11 }, "end": { - "line": 157, + "line": 156, "column": 3 } }, @@ -459,11 +459,11 @@ "defaultMessage": "!!!File", "file": "src/lib/Menu.js", "start": { - "line": 158, + "line": 157, "column": 8 }, "end": { - "line": 161, + "line": 160, "column": 3 } }, @@ -472,11 +472,11 @@ "defaultMessage": "!!!View", "file": "src/lib/Menu.js", "start": { - "line": 162, + "line": 161, "column": 8 }, "end": { - "line": 165, + "line": 164, "column": 3 } }, @@ -485,11 +485,11 @@ "defaultMessage": "!!!Services", "file": "src/lib/Menu.js", "start": { - "line": 166, + "line": 165, "column": 12 }, "end": { - "line": 169, + "line": 168, "column": 3 } }, @@ -498,11 +498,11 @@ "defaultMessage": "!!!Window", "file": "src/lib/Menu.js", "start": { - "line": 170, + "line": 169, "column": 10 }, "end": { - "line": 173, + "line": 172, "column": 3 } }, @@ -511,11 +511,11 @@ "defaultMessage": "!!!Help", "file": "src/lib/Menu.js", "start": { - "line": 174, + "line": 173, "column": 8 }, "end": { - "line": 177, + "line": 176, "column": 3 } }, @@ -524,11 +524,11 @@ "defaultMessage": "!!!About Franz", "file": "src/lib/Menu.js", "start": { - "line": 178, + "line": 177, "column": 9 }, "end": { - "line": 181, + "line": 180, "column": 3 } }, @@ -537,11 +537,11 @@ "defaultMessage": "!!!What's new?", "file": "src/lib/Menu.js", "start": { - "line": 182, + "line": 181, "column": 16 }, "end": { - "line": 185, + "line": 184, "column": 3 } }, @@ -550,11 +550,11 @@ "defaultMessage": "!!!Settings", "file": "src/lib/Menu.js", "start": { - "line": 186, + "line": 185, "column": 12 }, "end": { - "line": 189, + "line": 188, "column": 3 } }, @@ -563,11 +563,11 @@ "defaultMessage": "!!!Check for updates", "file": "src/lib/Menu.js", "start": { - "line": 190, + "line": 189, "column": 19 }, "end": { - "line": 193, + "line": 192, "column": 3 } }, @@ -576,11 +576,11 @@ "defaultMessage": "!!!Hide", "file": "src/lib/Menu.js", "start": { - "line": 194, + "line": 193, "column": 8 }, "end": { - "line": 197, + "line": 196, "column": 3 } }, @@ -589,11 +589,11 @@ "defaultMessage": "!!!Hide Others", "file": "src/lib/Menu.js", "start": { - "line": 198, + "line": 197, "column": 14 }, "end": { - "line": 201, + "line": 200, "column": 3 } }, @@ -602,11 +602,11 @@ "defaultMessage": "!!!Unhide", "file": "src/lib/Menu.js", "start": { - "line": 202, + "line": 201, "column": 10 }, "end": { - "line": 205, + "line": 204, "column": 3 } }, @@ -615,11 +615,11 @@ "defaultMessage": "!!!Quit", "file": "src/lib/Menu.js", "start": { - "line": 206, + "line": 205, "column": 8 }, "end": { - "line": 209, + "line": 208, "column": 3 } }, @@ -628,11 +628,11 @@ "defaultMessage": "!!!Add New Service...", "file": "src/lib/Menu.js", "start": { - "line": 210, + "line": 209, "column": 17 }, "end": { - "line": 213, + "line": 212, "column": 3 } }, @@ -641,11 +641,11 @@ "defaultMessage": "!!!Add New Workspace...", "file": "src/lib/Menu.js", "start": { - "line": 214, + "line": 213, "column": 19 }, "end": { - "line": 217, + "line": 216, "column": 3 } }, @@ -654,11 +654,11 @@ "defaultMessage": "!!!Open workspace drawer", "file": "src/lib/Menu.js", "start": { - "line": 218, + "line": 217, "column": 23 }, "end": { - "line": 221, + "line": 220, "column": 3 } }, @@ -667,11 +667,11 @@ "defaultMessage": "!!!Close workspace drawer", "file": "src/lib/Menu.js", "start": { - "line": 222, + "line": 221, "column": 24 }, "end": { - "line": 225, + "line": 224, "column": 3 } }, @@ -680,11 +680,11 @@ "defaultMessage": "!!!Activate next service...", "file": "src/lib/Menu.js", "start": { - "line": 226, + "line": 225, "column": 23 }, "end": { - "line": 229, + "line": 228, "column": 3 } }, @@ -693,11 +693,11 @@ "defaultMessage": "!!!Activate previous service...", "file": "src/lib/Menu.js", "start": { - "line": 230, + "line": 229, "column": 27 }, "end": { - "line": 233, + "line": 232, "column": 3 } }, @@ -706,11 +706,11 @@ "defaultMessage": "!!!Disable notifications & audio", "file": "src/lib/Menu.js", "start": { - "line": 234, + "line": 233, "column": 11 }, "end": { - "line": 237, + "line": 236, "column": 3 } }, @@ -719,11 +719,11 @@ "defaultMessage": "!!!Enable notifications & audio", "file": "src/lib/Menu.js", "start": { - "line": 238, + "line": 237, "column": 13 }, "end": { - "line": 241, + "line": 240, "column": 3 } }, @@ -732,11 +732,11 @@ "defaultMessage": "!!!Workspaces", "file": "src/lib/Menu.js", "start": { - "line": 242, + "line": 241, "column": 14 }, "end": { - "line": 245, + "line": 244, "column": 3 } }, @@ -745,11 +745,11 @@ "defaultMessage": "!!!Default", "file": "src/lib/Menu.js", "start": { - "line": 246, + "line": 245, "column": 20 }, "end": { - "line": 249, + "line": 248, "column": 3 } }, @@ -758,11 +758,11 @@ "defaultMessage": "!!!Todos", "file": "src/lib/Menu.js", "start": { - "line": 250, + "line": 249, "column": 9 }, "end": { - "line": 253, + "line": 252, "column": 3 } }, @@ -771,11 +771,11 @@ "defaultMessage": "!!!Open Todos drawer", "file": "src/lib/Menu.js", "start": { - "line": 254, + "line": 253, "column": 19 }, "end": { - "line": 257, + "line": 256, "column": 3 } }, @@ -784,11 +784,11 @@ "defaultMessage": "!!!Close Todos drawer", "file": "src/lib/Menu.js", "start": { - "line": 258, + "line": 257, "column": 20 }, "end": { - "line": 261, + "line": 260, "column": 3 } } -- cgit v1.2.3-70-g09d2