aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-07-12 17:59:43 +0100
committerLibravatar GitHub <noreply@github.com>2022-07-12 16:59:43 +0000
commit6415f2746e38ebe5cb328c2af94413a4d4e5da07 (patch)
tree58cdabbcc7fe9c8ceec58780b73d2528210fdaff /src/i18n/locales
parent6.0.0-nightly.98 [skip ci] (diff)
downloadferdium-app-6415f2746e38ebe5cb328c2af94413a4d4e5da07.tar.gz
ferdium-app-6415f2746e38ebe5cb328c2af94413a4d4e5da07.tar.zst
ferdium-app-6415f2746e38ebe5cb328c2af94413a4d4e5da07.zip
Refactor the 'Welcome' screen and the 'SetupAssistant' for better UX (#472)
* Change auth styling and add back button * Add Skip button on 'SetupAssistant'
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/en-US.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index f25d59098..d66a52b0b 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -64,7 +64,6 @@
64 "locked.touchId": "Unlock with Touch ID", 64 "locked.touchId": "Unlock with Touch ID",
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "unlock via Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.backToWelcome": "Click the Ferdium icon to go back to the Welcome screen",
68 "login.changeServer": "Change here!", 67 "login.changeServer": "Change here!",
69 "login.changeServerMessage": "You are using {serverNameParse} Server, do you want to switch?", 68 "login.changeServerMessage": "You are using {serverNameParse} Server, do you want to switch?",
70 "login.customServerQuestion": "Using a custom Ferdium server?", 69 "login.customServerQuestion": "Using a custom Ferdium server?",
@@ -427,6 +426,7 @@
427 "setupAssistant.headline": "Let's get started", 426 "setupAssistant.headline": "Let's get started",
428 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 427 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
429 "setupAssistant.submit.label": "Let's go", 428 "setupAssistant.submit.label": "Let's go",
429 "setupAssistant.skip.label": "Skip",
430 "sidebar.addNewService": "Add new service", 430 "sidebar.addNewService": "Add new service",
431 "sidebar.closeTodosDrawer": "Close Ferdium Todos", 431 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
432 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 432 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
@@ -480,4 +480,4 @@
480 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 480 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
481 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 481 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
482 "workspaces.switchingIndicator.switchingTo": "Switching to" 482 "workspaces.switchingIndicator.switchingTo": "Switching to"
483} \ No newline at end of file 483}