aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-07-05 11:04:19 +0100
committerLibravatar GitHub <noreply@github.com>2022-07-05 11:04:19 +0100
commitc372530ed189eb36d786bfb5a42d785a7dd8a4e8 (patch)
treebcc056023f70037fa87ef88b4441c24f3d6ed110 /src/i18n
parent6.0.0-nightly.89 [skip ci] (diff)
downloadferdium-app-c372530ed189eb36d786bfb5a42d785a7dd8a4e8.tar.gz
ferdium-app-c372530ed189eb36d786bfb5a42d785a7dd8a4e8.tar.zst
ferdium-app-c372530ed189eb36d786bfb5a42d785a7dd8a4e8.zip
Add Server Information to About Dialog and to Global Messages (#425)
Add Server Information to About Dialog and to Global Messages
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/globalMessages.ts2
-rw-r--r--src/i18n/locales/en-US.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/i18n/globalMessages.ts b/src/i18n/globalMessages.ts
index 0afe04a40..690bad1de 100644
--- a/src/i18n/globalMessages.ts
+++ b/src/i18n/globalMessages.ts
@@ -3,7 +3,7 @@ import { defineMessages } from 'react-intl';
3export default defineMessages({ 3export default defineMessages({
4 APIUnhealthy: { 4 APIUnhealthy: {
5 id: 'global.api.unhealthy', 5 id: 'global.api.unhealthy',
6 defaultMessage: "Can't connect to Ferdium online services", 6 defaultMessage: "Can't connect to {serverNameParse} online services",
7 }, 7 },
8 notConnectedToTheInternet: { 8 notConnectedToTheInternet: {
9 id: 'global.notConnectedToTheInternet', 9 id: 'global.notConnectedToTheInternet',
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 1690a6067..1b57ba920 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -20,7 +20,7 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Can't connect to Ferdium online services", 23 "global.api.unhealthy": "Can't connect to {serverNameParse} online services",
24 "global.cancel": "Cancel", 24 "global.cancel": "Cancel",
25 "global.edit": "Edit", 25 "global.edit": "Edit",
26 "global.no": "No", 26 "global.no": "No",
@@ -65,7 +65,7 @@
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.changeServer": "Change here!", 67 "login.changeServer": "Change here!",
68 "login.changeServerMessage": "You are using {serverNameParse}, do you want to switch?", 68 "login.changeServerMessage": "You are using {serverNameParse} Server, do you want to switch?",
69 "login.customServerQuestion": "Using a custom Ferdium server?", 69 "login.customServerQuestion": "Using a custom Ferdium server?",
70 "login.customServerSuggestion": "Try importing your Franz account", 70 "login.customServerSuggestion": "Try importing your Franz account",
71 "login.email.label": "Email address", 71 "login.email.label": "Email address",
@@ -475,4 +475,4 @@
475 "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>", 475 "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>",
476 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 476 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
477 "workspaces.switchingIndicator.switchingTo": "Switching to" 477 "workspaces.switchingIndicator.switchingTo": "Switching to"
478} \ No newline at end of file 478}