From 70c4494b254688037c8b7033911d2d5f06e600a2 Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Wed, 5 Jun 2019 17:23:29 +0200 Subject: support app updates also for unauthenticated users --- src/i18n/locales/defaultMessages.json | 95 ++++++++++++++++++----------------- 1 file changed, 50 insertions(+), 45 deletions(-) (limited to 'src/i18n/locales') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index 5183e9bc3..67ab39fe9 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -1,4 +1,48 @@ [ + { + "descriptors": [ + { + "defaultMessage": "!!!A new update for Franz is available.", + "end": { + "column": 3, + "line": 12 + }, + "file": "src/components/AppUpdateInfoBar.js", + "id": "infobar.updateAvailable", + "start": { + "column": 19, + "line": 9 + } + }, + { + "defaultMessage": "!!!Changelog", + "end": { + "column": 3, + "line": 16 + }, + "file": "src/components/AppUpdateInfoBar.js", + "id": "infobar.buttonChangelog", + "start": { + "column": 13, + "line": 13 + } + }, + { + "defaultMessage": "!!!Restart & install update", + "end": { + "column": 3, + "line": 20 + }, + "file": "src/components/AppUpdateInfoBar.js", + "id": "infobar.buttonInstallUpdate", + "start": { + "column": 23, + "line": 17 + } + } + ], + "path": "src/components/AppUpdateInfoBar.json" + }, { "descriptors": [ { @@ -625,78 +669,39 @@ "defaultMessage": "!!!Your services have been updated.", "end": { "column": 3, - "line": 29 + "line": 30 }, "file": "src/components/layout/AppLayout.js", "id": "infobar.servicesUpdated", "start": { "column": 19, - "line": 26 - } - }, - { - "defaultMessage": "!!!A new update for Franz is available.", - "end": { - "column": 3, - "line": 33 - }, - "file": "src/components/layout/AppLayout.js", - "id": "infobar.updateAvailable", - "start": { - "column": 19, - "line": 30 + "line": 27 } }, { "defaultMessage": "!!!Reload services", "end": { "column": 3, - "line": 37 + "line": 34 }, "file": "src/components/layout/AppLayout.js", "id": "infobar.buttonReloadServices", "start": { "column": 24, - "line": 34 - } - }, - { - "defaultMessage": "!!!Changelog", - "end": { - "column": 3, - "line": 41 - }, - "file": "src/components/layout/AppLayout.js", - "id": "infobar.buttonChangelog", - "start": { - "column": 13, - "line": 38 - } - }, - { - "defaultMessage": "!!!Restart & install update", - "end": { - "column": 3, - "line": 45 - }, - "file": "src/components/layout/AppLayout.js", - "id": "infobar.buttonInstallUpdate", - "start": { - "column": 23, - "line": 42 + "line": 31 } }, { "defaultMessage": "!!!Could not load services and user information", "end": { "column": 3, - "line": 49 + "line": 38 }, "file": "src/components/layout/AppLayout.js", "id": "infobar.requiredRequestsFailed", "start": { "column": 26, - "line": 46 + "line": 35 } } ], -- cgit v1.2.3-54-g00ecf