aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-03-03 17:53:09 +0100
committerLibravatar GitHub <noreply@github.com>2020-03-03 17:53:09 +0100
commite043795a040b8666a6ad253bb6cd37a5d647bbd5 (patch)
treed14e1237d49687742901d515c95d7d2c5fbe069f /src/i18n/locales/en-US.json
parentAdd Crowdin contributors to list of contributors (#429) (diff)
downloadferdium-app-e043795a040b8666a6ad253bb6cd37a5d647bbd5.tar.gz
ferdium-app-e043795a040b8666a6ad253bb6cd37a5d647bbd5.tar.zst
ferdium-app-e043795a040b8666a6ad253bb6cd37a5d647bbd5.zip
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 <amine@mouafik.fr>
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json4
1 files changed, 4 insertions, 0 deletions
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 @@
85 "locked.invalidCredentials": "Password invalid", 85 "locked.invalidCredentials": "Password invalid",
86 "locked.password.label": "Password", 86 "locked.password.label": "Password",
87 "locked.submit.label": "Unlock", 87 "locked.submit.label": "Unlock",
88 "locked.touchId": "Unlock with Touch ID",
89 "locked.touchIdPrompt": "unlock via Touch ID",
90 "locked.unlockWithPassword": "Unlock with Password",
88 "login.changeServer": "Change server", 91 "login.changeServer": "Change server",
89 "login.customServerQuestion": "Using a Franz account to log in?", 92 "login.customServerQuestion": "Using a Franz account to log in?",
90 "login.customServerSuggestion": "Try importing your Franz account into Ferdi", 93 "login.customServerSuggestion": "Try importing your Franz account into Ferdi",
@@ -299,6 +302,7 @@
299 "settings.app.form.startMinimized": "Start minimized in tray", 302 "settings.app.form.startMinimized": "Start minimized in tray",
300 "settings.app.form.todoServer": "Todo Server", 303 "settings.app.form.todoServer": "Todo Server",
301 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 304 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
305 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
302 "settings.app.headline": "Settings", 306 "settings.app.headline": "Settings",
303 "settings.app.headlineAdvanced": "Advanced", 307 "settings.app.headlineAdvanced": "Advanced",
304 "settings.app.headlineAppearance": "Appearance", 308 "settings.app.headlineAppearance": "Appearance",