From e043795a040b8666a6ad253bb6cd37a5d647bbd5 Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 3 Mar 2020 17:53:09 +0100 Subject: Add support for unlocking with Touch ID (#423) * Enhance installation guide in README * Add TouchID unlock for Ferdi Lock * Remove commit 8861014 as it is not related to this feature This reverts commit 88610144b942739772286ec3073b328e829a8b39. * Rename TouchID to "Touch ID" * Improve Touch ID prompt text * Improve unlocking with Touch ID * Fix lint * Add separator after lock-related menu entry Co-authored-by: Amine --- src/i18n/locales/en-US.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/i18n/locales/en-US.json') diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 36494724b..499b73f68 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -85,6 +85,9 @@ "locked.invalidCredentials": "Password invalid", "locked.password.label": "Password", "locked.submit.label": "Unlock", + "locked.touchId": "Unlock with Touch ID", + "locked.touchIdPrompt": "unlock via Touch ID", + "locked.unlockWithPassword": "Unlock with Password", "login.changeServer": "Change server", "login.customServerQuestion": "Using a Franz account to log in?", "login.customServerSuggestion": "Try importing your Franz account into Ferdi", @@ -299,6 +302,7 @@ "settings.app.form.startMinimized": "Start minimized in tray", "settings.app.form.todoServer": "Todo Server", "settings.app.form.universalDarkMode": "Enable universal Dark Mode", + "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", "settings.app.headline": "Settings", "settings.app.headlineAdvanced": "Advanced", "settings.app.headlineAppearance": "Appearance", -- cgit v1.2.3-70-g09d2