aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-09-13 17:35:01 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-13 17:35:01 +0200
commita7ddfa383f7bf07c4ad7c739671c4b6a5fd2352a (patch)
tree438b525565c6bb4cd476efc706f882db755ba00b /src
parentchore: upgrade intl dependencies (#1920) (diff)
downloadferdium-app-a7ddfa383f7bf07c4ad7c739671c4b6a5fd2352a.tar.gz
ferdium-app-a7ddfa383f7bf07c4ad7c739671c4b6a5fd2352a.tar.zst
ferdium-app-a7ddfa383f7bf07c4ad7c739671c4b6a5fd2352a.zip
chore: update various defaultMessages (#1925)
Diffstat (limited to 'src')
-rw-r--r--src/components/settings/account/AccountDashboard.js4
-rw-r--r--src/components/settings/settings/EditSettingsForm.js3
-rw-r--r--src/components/settings/supportFerdi/SupportFerdiDashboard.js2
-rw-r--r--src/components/settings/team/TeamDashboard.js2
-rw-r--r--src/features/workspaces/components/WorkspaceDrawer.js2
-rw-r--r--src/i18n/locales/en-US.json12
6 files changed, 12 insertions, 13 deletions
diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js
index 933d47d12..8e9e668d0 100644
--- a/src/components/settings/account/AccountDashboard.js
+++ b/src/components/settings/account/AccountDashboard.js
@@ -17,7 +17,7 @@ const messages = defineMessages({
17 }, 17 },
18 headlineDangerZone: { 18 headlineDangerZone: {
19 id: 'settings.account.headlineDangerZone', 19 id: 'settings.account.headlineDangerZone',
20 defaultMessage: '!!Danger Zone', 20 defaultMessage: 'Danger Zone',
21 }, 21 },
22 accountEditButton: { 22 accountEditButton: {
23 id: 'settings.account.account.editButton', 23 id: 'settings.account.account.editButton',
@@ -25,7 +25,7 @@ const messages = defineMessages({
25 }, 25 },
26 invoicesButton: { 26 invoicesButton: {
27 id: 'settings.account.headlineInvoices', 27 id: 'settings.account.headlineInvoices',
28 defaultMessage: '!!Invoices', 28 defaultMessage: 'Invoices',
29 }, 29 },
30 userInfoRequestFailed: { 30 userInfoRequestFailed: {
31 id: 'settings.account.userInfoRequestFailed', 31 id: 'settings.account.userInfoRequestFailed',
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index 0a468e342..f7e0fdd6f 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -47,8 +47,7 @@ const messages = defineMessages({
47 }, 47 },
48 todoServerInfo: { 48 todoServerInfo: {
49 id: 'settings.app.todoServerInfo', 49 id: 'settings.app.todoServerInfo',
50 defaultMessage: 50 defaultMessage: 'This server will be used for the "Ferdi Todo" feature.',
51 'This server will be used for the "Franz Todo" feature. (default: https://app.franztodos.com)',
52 }, 51 },
53 lockedPassword: { 52 lockedPassword: {
54 id: 'settings.app.lockedPassword', 53 id: 'settings.app.lockedPassword',
diff --git a/src/components/settings/supportFerdi/SupportFerdiDashboard.js b/src/components/settings/supportFerdi/SupportFerdiDashboard.js
index c4d4bd72f..64ffe8692 100644
--- a/src/components/settings/supportFerdi/SupportFerdiDashboard.js
+++ b/src/components/settings/supportFerdi/SupportFerdiDashboard.js
@@ -19,7 +19,7 @@ const messages = defineMessages({
19 }, 19 },
20 textListContributors: { 20 textListContributors: {
21 id: 'settings.supportFerdi.textListContributors', 21 id: 'settings.supportFerdi.textListContributors',
22 defaultMessage: 'Full list of contributor', 22 defaultMessage: 'Full list of contributors',
23 }, 23 },
24 textListContributorsHere: { 24 textListContributorsHere: {
25 id: 'settings.supportFerdi.textListContributorsHere', 25 id: 'settings.supportFerdi.textListContributorsHere',
diff --git a/src/components/settings/team/TeamDashboard.js b/src/components/settings/team/TeamDashboard.js
index 176365fa8..06f244997 100644
--- a/src/components/settings/team/TeamDashboard.js
+++ b/src/components/settings/team/TeamDashboard.js
@@ -23,7 +23,7 @@ const messages = defineMessages({
23 intro: { 23 intro: {
24 id: 'settings.team.intro', 24 id: 'settings.team.intro',
25 defaultMessage: 25 defaultMessage:
26 'Your are currently using Franz Servers, which is why you have access to Team Management.', 26 'You are currently using Franz Servers, which is why you have access to Team Management.',
27 }, 27 },
28 copy: { 28 copy: {
29 id: 'settings.team.copy', 29 id: 'settings.team.copy',
diff --git a/src/features/workspaces/components/WorkspaceDrawer.js b/src/features/workspaces/components/WorkspaceDrawer.js
index 03a829a64..2f57e34a2 100644
--- a/src/features/workspaces/components/WorkspaceDrawer.js
+++ b/src/features/workspaces/components/WorkspaceDrawer.js
@@ -30,7 +30,7 @@ const messages = defineMessages({
30 }, 30 },
31 addNewWorkspaceLabel: { 31 addNewWorkspaceLabel: {
32 id: 'workspaceDrawer.addNewWorkspaceLabel', 32 id: 'workspaceDrawer.addNewWorkspaceLabel',
33 defaultMessage: 'add new workspace', 33 defaultMessage: 'Add new workspace',
34 }, 34 },
35}); 35});
36 36
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 158022419..19adaaf6a 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -189,8 +189,8 @@
189 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 189 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
190 "settings.account.headline": "Account", 190 "settings.account.headline": "Account",
191 "settings.account.headlineAccount": "Account Information", 191 "settings.account.headlineAccount": "Account Information",
192 "settings.account.headlineDangerZone": "!!Danger Zone", 192 "settings.account.headlineDangerZone": "Danger Zone",
193 "settings.account.headlineInvoices": "!!Invoices", 193 "settings.account.headlineInvoices": "Invoices",
194 "settings.account.headlinePassword": "Change Password", 194 "settings.account.headlinePassword": "Change Password",
195 "settings.account.headlineProfile": "Update Profile", 195 "settings.account.headlineProfile": "Update Profile",
196 "settings.account.successInfo": "Your changes have been saved", 196 "settings.account.successInfo": "Your changes have been saved",
@@ -274,7 +274,7 @@
274 "settings.app.spellCheckerLanguageInfo": "Ferdi uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.", 274 "settings.app.spellCheckerLanguageInfo": "Ferdi uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.",
275 "settings.app.subheadlineCache": "Cache", 275 "settings.app.subheadlineCache": "Cache",
276 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 276 "settings.app.subheadlineFerdiProfile": "Ferdi Profile",
277 "settings.app.todoServerInfo": "This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)", 277 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.",
278 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 278 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
279 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 279 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
280 "settings.app.updateStatusAvailable": "Update available, downloading...", 280 "settings.app.updateStatusAvailable": "Update available, downloading...",
@@ -366,7 +366,7 @@
366 "settings.supportFerdi.textDonationAnd": "and", 366 "settings.supportFerdi.textDonationAnd": "and",
367 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our", 367 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our",
368 "settings.supportFerdi.textGitHubSponsors": "GitHub Sponsors", 368 "settings.supportFerdi.textGitHubSponsors": "GitHub Sponsors",
369 "settings.supportFerdi.textListContributors": "Full list of contributor", 369 "settings.supportFerdi.textListContributors": "Full list of contributors",
370 "settings.supportFerdi.textListContributorsHere": "here", 370 "settings.supportFerdi.textListContributorsHere": "here",
371 "settings.supportFerdi.textOpenCollective": "Open Collective", 371 "settings.supportFerdi.textOpenCollective": "Open Collective",
372 "settings.supportFerdi.textSupportWelcome": "Support is always welcome. You can find a list of the help we need", 372 "settings.supportFerdi.textSupportWelcome": "Support is always welcome. You can find a list of the help we need",
@@ -376,7 +376,7 @@
376 "settings.team.contentHeadline": "Franz Team Management", 376 "settings.team.contentHeadline": "Franz Team Management",
377 "settings.team.copy": "Franz's Team Management allows you to manage Franz Subscriptions for multiple users. Please keep in mind that having a Franz Premium subscription will give you no advantages in using Ferdi: The only reason you still have access to Team Management is so you can manage your legacy Franz Teams and so that you don't loose any functionality in managing your account.", 377 "settings.team.copy": "Franz's Team Management allows you to manage Franz Subscriptions for multiple users. Please keep in mind that having a Franz Premium subscription will give you no advantages in using Ferdi: The only reason you still have access to Team Management is so you can manage your legacy Franz Teams and so that you don't loose any functionality in managing your account.",
378 "settings.team.headline": "Team", 378 "settings.team.headline": "Team",
379 "settings.team.intro": "Your are currently using Franz Servers, which is why you have access to Team Management.", 379 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
380 "settings.team.manageAction": "Manage your Team on meetfranz.com", 380 "settings.team.manageAction": "Manage your Team on meetfranz.com",
381 "settings.team.teamsUnavailable": "Teams are unavailable", 381 "settings.team.teamsUnavailable": "Teams are unavailable",
382 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 382 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
@@ -453,7 +453,7 @@
453 "webControls.reload": "Reload", 453 "webControls.reload": "Reload",
454 "welcome.loginButton": "Login to your account", 454 "welcome.loginButton": "Login to your account",
455 "welcome.signupButton": "Create a free account", 455 "welcome.signupButton": "Create a free account",
456 "workspaceDrawer.addNewWorkspaceLabel": "add new workspace", 456 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
457 "workspaceDrawer.allServices": "All services", 457 "workspaceDrawer.allServices": "All services",
458 "workspaceDrawer.headline": "Workspaces", 458 "workspaceDrawer.headline": "Workspaces",
459 "workspaceDrawer.item.contextMenuEdit": "edit", 459 "workspaceDrawer.item.contextMenuEdit": "edit",