From 59a7360608c3fedab00deb24a8070f1171287f0b Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 9 Nov 2023 00:14:37 +0100 Subject: [PATCH] feat(migration): proper wording for async migration --- src/i18n/lang/en.json | 5 ++- src/views/migrate/MigrationHandler.vue | 56 ++++++++++++++++++-------- 2 files changed, 44 insertions(+), 17 deletions(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 625ce4aa7..a16ff0959 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -6,6 +6,7 @@ "welcomeEvening": "Good Evening {username}!", "lastViewed": "Last viewed", "addToHomeScreen": "Add this app to your home screen for faster access and improved experience.", + "goToOverview": "Go to overview", "project": { "importText": "Import your projects and tasks from other services into Vikunja:", "import": "Import your data into Vikunja" @@ -424,7 +425,9 @@ "alreadyMigrated2": "Importing again is possible, but might create duplicates. Are you sure?", "confirm": "I am sure, please start migrating now!", "importUpload": "To import data from {name} into Vikunja, click the button below to select a file.", - "upload": "Upload file" + "upload": "Upload file", + "migrationStartedWillReciveEmail": "Vikunja will now import your lists/projects, tasks, notes, reminders and files from {service}. As this will take a while, we will send you an email once done. You can close this window now.", + "migrationInProgress": "A migration is currently in progress. Please wait until it is done." }, "label": { "title": "Labels", diff --git a/src/views/migrate/MigrationHandler.vue b/src/views/migrate/MigrationHandler.vue index 7305e459d..d02b9e445 100644 --- a/src/views/migrate/MigrationHandler.vue +++ b/src/views/migrate/MigrationHandler.vue @@ -3,7 +3,7 @@

{{ $t('migrate.titleService', {name: migrator.name}) }}

{{ $t('migrate.descriptionDo') }}

-