From f1711733915a31c715fbb89a1d70aea8f7a75f46 Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Wed, 5 Jun 2019 16:41:22 +0200 Subject: Add check for updates menu item --- src/i18n/locales/defaultMessages.json | 69 +++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 28 deletions(-) (limited to 'src/i18n/locales/defaultMessages.json') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index 9524238f0..63e74628c 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -4416,185 +4416,198 @@ } }, { - "defaultMessage": "!!!Hide", + "defaultMessage": "!!!Check for Updates", "end": { "column": 3, "line": 174 }, "file": "src/lib/Menu.js", + "id": "menu.app.checkForUpdates", + "start": { + "column": 19, + "line": 171 + } + }, + { + "defaultMessage": "!!!Hide", + "end": { + "column": 3, + "line": 178 + }, + "file": "src/lib/Menu.js", "id": "menu.app.hide", "start": { "column": 8, - "line": 171 + "line": 175 } }, { "defaultMessage": "!!!Hide Others", "end": { "column": 3, - "line": 178 + "line": 182 }, "file": "src/lib/Menu.js", "id": "menu.app.hideOthers", "start": { "column": 14, - "line": 175 + "line": 179 } }, { "defaultMessage": "!!!Unhide", "end": { "column": 3, - "line": 182 + "line": 186 }, "file": "src/lib/Menu.js", "id": "menu.app.unhide", "start": { "column": 10, - "line": 179 + "line": 183 } }, { "defaultMessage": "!!!Quit", "end": { "column": 3, - "line": 186 + "line": 190 }, "file": "src/lib/Menu.js", "id": "menu.app.quit", "start": { "column": 8, - "line": 183 + "line": 187 } }, { "defaultMessage": "!!!Add New Service...", "end": { "column": 3, - "line": 190 + "line": 194 }, "file": "src/lib/Menu.js", "id": "menu.services.addNewService", "start": { "column": 17, - "line": 187 + "line": 191 } }, { "defaultMessage": "!!!Add New Workspace...", "end": { "column": 3, - "line": 194 + "line": 198 }, "file": "src/lib/Menu.js", "id": "menu.workspaces.addNewWorkspace", "start": { "column": 19, - "line": 191 + "line": 195 } }, { "defaultMessage": "!!!Open workspace drawer", "end": { "column": 3, - "line": 198 + "line": 202 }, "file": "src/lib/Menu.js", "id": "menu.workspaces.openWorkspaceDrawer", "start": { "column": 23, - "line": 195 + "line": 199 } }, { "defaultMessage": "!!!Close workspace drawer", "end": { "column": 3, - "line": 202 + "line": 206 }, "file": "src/lib/Menu.js", "id": "menu.workspaces.closeWorkspaceDrawer", "start": { "column": 24, - "line": 199 + "line": 203 } }, { "defaultMessage": "!!!Activate next service...", "end": { "column": 3, - "line": 206 + "line": 210 }, "file": "src/lib/Menu.js", "id": "menu.services.setNextServiceActive", "start": { "column": 23, - "line": 203 + "line": 207 } }, { "defaultMessage": "!!!Activate previous service...", "end": { "column": 3, - "line": 210 + "line": 214 }, "file": "src/lib/Menu.js", "id": "menu.services.activatePreviousService", "start": { "column": 27, - "line": 207 + "line": 211 } }, { "defaultMessage": "!!!Disable notifications & audio", "end": { "column": 3, - "line": 214 + "line": 218 }, "file": "src/lib/Menu.js", "id": "sidebar.muteApp", "start": { "column": 11, - "line": 211 + "line": 215 } }, { "defaultMessage": "!!!Enable notifications & audio", "end": { "column": 3, - "line": 218 + "line": 222 }, "file": "src/lib/Menu.js", "id": "sidebar.unmuteApp", "start": { "column": 13, - "line": 215 + "line": 219 } }, { "defaultMessage": "!!!Workspaces", "end": { "column": 3, - "line": 222 + "line": 226 }, "file": "src/lib/Menu.js", "id": "menu.workspaces", "start": { "column": 14, - "line": 219 + "line": 223 } }, { "defaultMessage": "!!!Default", "end": { "column": 3, - "line": 226 + "line": 230 }, "file": "src/lib/Menu.js", "id": "menu.workspaces.defaultWorkspace", "start": { "column": 20, - "line": 223 + "line": 227 } } ], -- cgit v1.2.3-70-g09d2