diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5a7e2fa..b0148cfda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Set up the language localization for Catalan (`ca`) + ## 2.97.0 - 2024-07-20 ### Added diff --git a/apps/api/src/assets/sitemap.xml b/apps/api/src/assets/sitemap.xml index 7510b180e..860024c61 100644 --- a/apps/api/src/assets/sitemap.xml +++ b/apps/api/src/assets/sitemap.xml @@ -4,6 +4,12 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> + https://ghostfol.io/de ${currentDate}T00:00:00+00:00 @@ -441,10 +447,10 @@ ${currentDate}T00:00:00+00:00 https://ghostfol.io/pt diff --git a/apps/client/project.json b/apps/client/project.json index 153ae02d1..dd644f8c1 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -36,6 +36,10 @@ "ngswConfigPath": "apps/client/ngsw-config.json" }, "configurations": { + "development-ca": { + "baseHref": "/ca/", + "localize": ["ca"] + }, "development-de": { "baseHref": "/de/", "localize": ["de"] @@ -212,6 +216,7 @@ "includeContext": true, "outputPath": "src/locales", "targetFiles": [ + "messages.ca.xlf", "messages.de.xlf", "messages.es.xlf", "messages.fr.xlf", @@ -240,6 +245,10 @@ }, "i18n": { "locales": { + "ca": { + "baseHref": "/ca/", + "translation": "apps/client/src/locales/messages.ca.xlf" + }, "de": { "baseHref": "/de/", "translation": "apps/client/src/locales/messages.de.xlf" diff --git a/apps/client/src/app/app.component.html b/apps/client/src/app/app.component.html index e91818e09..806360c0f 100644 --- a/apps/client/src/app/app.component.html +++ b/apps/client/src/app/app.component.html @@ -145,6 +145,11 @@ />
  •  
  • +
  • Deutsch
  • diff --git a/apps/client/src/app/components/user-account-settings/user-account-settings.component.ts b/apps/client/src/app/components/user-account-settings/user-account-settings.component.ts index a809d5ed2..d4476776c 100644 --- a/apps/client/src/app/components/user-account-settings/user-account-settings.component.ts +++ b/apps/client/src/app/components/user-account-settings/user-account-settings.component.ts @@ -47,6 +47,7 @@ export class UserAccountSettingsComponent implements OnDestroy, OnInit { public isWebAuthnEnabled: boolean; public language = document.documentElement.lang; public locales = [ + 'ca', 'de', 'de-CH', 'en-GB', diff --git a/apps/client/src/app/components/user-account-settings/user-account-settings.html b/apps/client/src/app/components/user-account-settings/user-account-settings.html index 66eb37f61..5ec0e75a1 100644 --- a/apps/client/src/app/components/user-account-settings/user-account-settings.html +++ b/apps/client/src/app/components/user-account-settings/user-account-settings.html @@ -70,6 +70,14 @@ " > + @if (user?.settings?.isExperimentalFeatures) { + + } Deutsch English @if (user?.settings?.isExperimentalFeatures) { @@ -95,10 +103,12 @@ >) @if (user?.settings?.isExperimentalFeatures) { - Polski (Community) + } Português (CommunityMulti-Language

    Use Ghostfolio in multiple languages: English, - Dutch, French, German, Italian, - Portuguese, Spanish and Turkish are currently - supported. + + + Dutch, French, German, Italian, + + Portuguese, Spanish and Turkish are currently supported.

    diff --git a/apps/client/src/locales/messages.ca.xlf b/apps/client/src/locales/messages.ca.xlf new file mode 100644 index 000000000..a423dde12 --- /dev/null +++ b/apps/client/src/locales/messages.ca.xlf @@ -0,0 +1,6682 @@ + + + + + Features + Features + + apps/client/src/app/app-routing.module.ts + 65 + + + + Internationalization + Internationalization + + apps/client/src/app/app-routing.module.ts + 79 + + + + Sign in + Sign in + + apps/client/src/app/app-routing.module.ts + 141 + + + apps/client/src/app/components/header/header.component.ts + 229 + + + + You are using the Live Demo. + You are using the Live Demo. + + apps/client/src/app/app.component.html + 12 + + + + Create Account + Create Account + + apps/client/src/app/app.component.html + 13 + + + apps/client/src/app/pages/register/register-page.html + 27 + + + apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html + 2 + + + + Personal Finance + Personal Finance + + apps/client/src/app/app.component.html + 54 + + + + Markets + Markets + + apps/client/src/app/app.component.html + 58 + + + apps/client/src/app/components/header/header.component.html + 380 + + + apps/client/src/app/components/home-market/home-market.html + 2 + + + apps/client/src/app/pages/resources/resources-page.html + 56 + + + + Resources + Resources + + apps/client/src/app/app.component.html + 61 + + + apps/client/src/app/components/header/header.component.html + 82 + + + apps/client/src/app/components/header/header.component.html + 283 + + + apps/client/src/app/pages/resources/resources-page.html + 4 + + + + About + About + + apps/client/src/app/app.component.html + 67 + + + apps/client/src/app/components/header/header.component.html + 112 + + + apps/client/src/app/components/header/header.component.html + 351 + + + + Blog + Blog + + apps/client/src/app/app.component.html + 70 + + + apps/client/src/app/pages/blog/2021/07/hallo-ghostfolio/hallo-ghostfolio-page.html + 204 + + + apps/client/src/app/pages/blog/2021/07/hello-ghostfolio/hello-ghostfolio-page.html + 184 + + + apps/client/src/app/pages/blog/2022/01/first-months-in-open-source/first-months-in-open-source-page.html + 184 + + + apps/client/src/app/pages/blog/2022/07/ghostfolio-meets-internet-identity/ghostfolio-meets-internet-identity-page.html + 184 + + + apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.html + 209 + + + apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html + 196 + + + apps/client/src/app/pages/blog/2022/10/hacktoberfest-2022/hacktoberfest-2022-page.html + 181 + + + apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.html + 141 + + + apps/client/src/app/pages/blog/2022/12/the-importance-of-tracking-your-personal-finances/the-importance-of-tracking-your-personal-finances-page.html + 168 + + + apps/client/src/app/pages/blog/2023/01/ghostfolio-auf-sackgeld-vorgestellt/ghostfolio-auf-sackgeld-vorgestellt-page.html + 178 + + + apps/client/src/app/pages/blog/2023/02/ghostfolio-meets-umbrel/ghostfolio-meets-umbrel-page.html + 202 + + + apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.html + 253 + + + apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.html + 233 + + + apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html + 243 + + + apps/client/src/app/pages/blog/2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.html + 154 + + + apps/client/src/app/pages/blog/2023/09/ghostfolio-2/ghostfolio-2-page.html + 273 + + + apps/client/src/app/pages/blog/2023/09/hacktoberfest-2023/hacktoberfest-2023-page.html + 181 + + + apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.html + 148 + + + apps/client/src/app/pages/blog/2023/11/hacktoberfest-2023-debriefing/hacktoberfest-2023-debriefing-page.html + 270 + + + apps/client/src/app/pages/blog/blog-page.html + 5 + + + + Changelog + Changelog + + apps/client/src/app/app.component.html + 74 + + + apps/client/src/app/pages/about/changelog/changelog-page.html + 4 + + + + Features + Features + + apps/client/src/app/app.component.html + 76 + + + apps/client/src/app/components/header/header.component.html + 338 + + + apps/client/src/app/pages/features/features-page.html + 5 + + + + Frequently Asked Questions (FAQ) + Frequently Asked Questions (FAQ) + + apps/client/src/app/app.component.html + 80 + + + apps/client/src/app/pages/about/overview/about-overview-page.html + 146 + + + + License + License + + apps/client/src/app/app.component.html + 85 + + + apps/client/src/app/pages/about/license/license-page.html + 4 + + + + Pricing + Pricing + + apps/client/src/app/app.component.html + 94 + + + apps/client/src/app/components/header/header.component.html + 98 + + + apps/client/src/app/components/header/header.component.html + 294 + + + apps/client/src/app/components/header/header.component.html + 365 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 186 + + + + Privacy Policy + Privacy Policy + + apps/client/src/app/app.component.html + 100 + + + apps/client/src/app/pages/about/privacy-policy/privacy-policy-page.html + 4 + + + + Community + Community + + apps/client/src/app/app.component.html + 118 + + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 85 + + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 90 + + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 94 + + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 98 + + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 102 + + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 114 + + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 118 + + + apps/client/src/app/pages/features/features-page.html + 259 + + + + The risk of loss in trading can be substantial. It is not advisable to invest money you may need in the short term. + The risk of loss in trading can be substantial. It is not advisable to invest money you may need in the short term. + + apps/client/src/app/app.component.html + 199 + + + + about + about + + apps/client/src/app/app.component.ts + 59 + + + apps/client/src/app/app.component.ts + 60 + + + apps/client/src/app/app.component.ts + 61 + + + apps/client/src/app/app.component.ts + 63 + + + apps/client/src/app/components/header/header.component.ts + 77 + + + apps/client/src/app/components/header/header.component.ts + 82 + + + apps/client/src/app/core/paths.ts + 2 + + + apps/client/src/app/pages/about/about-page.component.ts + 45 + + + apps/client/src/app/pages/about/about-page.component.ts + 50 + + + apps/client/src/app/pages/about/about-page.component.ts + 55 + + + apps/client/src/app/pages/about/about-page.component.ts + 63 + + + apps/client/src/app/pages/about/about-page.component.ts + 74 + + + apps/client/src/app/pages/blog/2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.component.ts + 13 + + + apps/client/src/app/pages/blog/2023/09/ghostfolio-2/ghostfolio-2-page.component.ts + 13 + + + apps/client/src/app/pages/blog/2023/09/ghostfolio-2/ghostfolio-2-page.component.ts + 14 + + + apps/client/src/app/pages/blog/2023/09/hacktoberfest-2023/hacktoberfest-2023-page.component.ts + 13 + + + apps/client/src/app/pages/blog/2023/11/hacktoberfest-2023-debriefing/hacktoberfest-2023-debriefing-page.component.ts + 13 + + + apps/client/src/app/pages/landing/landing-page.component.ts + 26 + + + apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.component.ts + 18 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts + 23 + + + + license + license + + apps/client/src/app/app.component.ts + 61 + + + apps/client/src/app/core/paths.ts + 5 + + + apps/client/src/app/pages/about/about-page.component.ts + 55 + + + + privacy-policy + privacy-policy + + apps/client/src/app/app.component.ts + 64 + + + apps/client/src/app/core/paths.ts + 8 + + + apps/client/src/app/pages/about/about-page.component.ts + 63 + + + + faq + faq + + apps/client/src/app/app.component.ts + 66 + + + apps/client/src/app/core/paths.ts + 3 + + + apps/client/src/app/pages/about/overview/about-overview-page.component.ts + 19 + + + apps/client/src/app/pages/faq/faq-page.component.ts + 37 + + + apps/client/src/app/pages/faq/faq-page.component.ts + 42 + + + apps/client/src/app/pages/faq/faq-page.component.ts + 48 + + + apps/client/src/app/pages/resources/resources-page.component.ts + 17 + + + + features + features + + apps/client/src/app/app.component.ts + 67 + + + apps/client/src/app/components/header/header.component.ts + 78 + + + apps/client/src/app/components/header/header.component.ts + 83 + + + apps/client/src/app/core/paths.ts + 4 + + + apps/client/src/app/pages/about/overview/about-overview-page.component.ts + 20 + + + apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.component.ts + 15 + + + apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.component.ts + 13 + + + apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.component.ts + 13 + + + apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.component.ts + 13 + + + apps/client/src/app/pages/blog/2023/09/ghostfolio-2/ghostfolio-2-page.component.ts + 15 + + + apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.component.ts + 15 + + + apps/client/src/app/pages/blog/2023/11/hacktoberfest-2023-debriefing/hacktoberfest-2023-debriefing-page.component.ts + 14 + + + apps/client/src/app/pages/faq/overview/faq-overview-page.component.ts + 14 + + + apps/client/src/app/pages/pricing/pricing-page.component.ts + 35 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts + 24 + + + + markets + markets + + apps/client/src/app/app.component.ts + 68 + + + apps/client/src/app/components/header/header.component.ts + 79 + + + apps/client/src/app/components/header/header.component.ts + 84 + + + apps/client/src/app/core/paths.ts + 6 + + + apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.component.ts + 13 + + + apps/client/src/app/pages/blog/2023/09/ghostfolio-2/ghostfolio-2-page.component.ts + 16 + + + apps/client/src/app/pages/faq/saas/saas-page.component.ts + 14 + + + + pricing + pricing + + apps/client/src/app/app.component.ts + 69 + + + apps/client/src/app/components/header/header.component.ts + 80 + + + apps/client/src/app/components/header/header.component.ts + 85 + + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.component.ts + 14 + + + apps/client/src/app/components/user-account-membership/user-account-membership.component.ts + 38 + + + apps/client/src/app/core/http-response.interceptor.ts + 72 + + + apps/client/src/app/core/paths.ts + 7 + + + apps/client/src/app/pages/blog/2021/07/hallo-ghostfolio/hallo-ghostfolio-page.component.ts + 13 + + + apps/client/src/app/pages/blog/2021/07/hello-ghostfolio/hello-ghostfolio-page.component.ts + 13 + + + apps/client/src/app/pages/blog/2022/01/first-months-in-open-source/first-months-in-open-source-page.component.ts + 13 + + + apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.component.ts + 14 + + + apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.component.ts + 16 + + + apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.component.ts + 14 + + + apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.component.ts + 16 + + + apps/client/src/app/pages/faq/saas/saas-page.component.ts + 15 + + + libs/ui/src/lib/membership-card/membership-card.component.ts + 25 + + + + register + register + + apps/client/src/app/app.component.ts + 70 + + + apps/client/src/app/components/header/header.component.ts + 86 + + + apps/client/src/app/core/auth.guard.ts + 55 + + + apps/client/src/app/core/paths.ts + 9 + + + apps/client/src/app/pages/faq/saas/saas-page.component.ts + 16 + + + apps/client/src/app/pages/features/features-page.component.ts + 29 + + + apps/client/src/app/pages/landing/landing-page.component.ts + 27 + + + apps/client/src/app/pages/pricing/pricing-page.component.ts + 36 + + + + resources + resources + + apps/client/src/app/app.component.ts + 71 + + + apps/client/src/app/components/header/header.component.ts + 81 + + + apps/client/src/app/components/header/header.component.ts + 87 + + + apps/client/src/app/core/paths.ts + 10 + + + apps/client/src/app/pages/blog/2021/07/hallo-ghostfolio/hallo-ghostfolio-page.component.ts + 14 + + + apps/client/src/app/pages/blog/2021/07/hello-ghostfolio/hello-ghostfolio-page.component.ts + 14 + + + apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.component.ts + 13 + + + apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.component.ts + 14 + + + apps/client/src/app/pages/features/features-page.component.ts + 30 + + + apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.component.ts + 14 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts + 26 + + + apps/client/src/app/pages/resources/resources-page.component.ts + 19 + + + + Alias + Alias + + apps/client/src/app/components/access-table/access-table.component.html + 4 + + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html + 11 + + + + Grantee + Grantee + + apps/client/src/app/components/access-table/access-table.component.html + 11 + + + + Permission + Permission + + apps/client/src/app/components/access-table/access-table.component.html + 18 + + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html + 33 + + + + View + View + + apps/client/src/app/components/access-table/access-table.component.html + 23 + + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html + 38 + + + + Restricted view + Restricted view + + apps/client/src/app/components/access-table/access-table.component.html + 26 + + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html + 36 + + + + Details + Details + + apps/client/src/app/components/access-table/access-table.component.html + 33 + + + + Revoke + Revoke + + apps/client/src/app/components/access-table/access-table.component.html + 62 + + + + Do you really want to revoke this granted access? + Do you really want to revoke this granted access? + + apps/client/src/app/components/access-table/access-table.component.ts + 50 + + + + Cash Balance + Cash Balance + + apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html + 45 + + + apps/client/src/app/components/accounts-table/accounts-table.component.html + 136 + + + apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html + 34 + + + + Equity + Equity + + apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html + 56 + + + + Activities + Activities + + apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html + 61 + + + apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html + 90 + + + apps/client/src/app/components/accounts-table/accounts-table.component.html + 119 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 152 + + + apps/client/src/app/components/admin-tag/admin-tag.component.html + 44 + + + apps/client/src/app/components/admin-users/admin-users.html + 135 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 225 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 335 + + + apps/client/src/app/pages/portfolio/activities/activities-page.html + 4 + + + + Platform + Platform + + apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html + 65 + + + apps/client/src/app/components/accounts-table/accounts-table.component.html + 86 + + + apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html + 48 + + + + Holdings + Holdings + + apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html + 77 + + + apps/client/src/app/components/home-holdings/home-holdings.html + 4 + + + apps/client/src/app/pages/public/public-page.html + 14 + + + libs/ui/src/lib/assistant/assistant.html + 46 + + + + Cash Balances + Cash Balances + + apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html + 115 + + + + Transfer Cash Balance + Transfer Cash Balance + + apps/client/src/app/components/accounts-table/accounts-table.component.html + 10 + + + apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html + 7 + + + + Name + Name + + apps/client/src/app/components/accounts-table/accounts-table.component.html + 43 + + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 60 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 228 + + + apps/client/src/app/components/admin-platform/admin-platform.component.html + 30 + + + apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html + 15 + + + apps/client/src/app/components/admin-tag/admin-tag.component.html + 30 + + + apps/client/src/app/components/admin-tag/create-or-update-tag-dialog/create-or-update-tag-dialog.html + 15 + + + apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html + 15 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 137 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 137 + + + libs/ui/src/lib/holdings-table/holdings-table.component.html + 28 + + + libs/ui/src/lib/top-holdings/top-holdings.component.html + 12 + + + + Total + Total + + apps/client/src/app/components/accounts-table/accounts-table.component.html + 55 + + + + Currency + Currency + + apps/client/src/app/components/accounts-table/accounts-table.component.html + 65 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 132 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 235 + + + apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html + 25 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 143 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 275 + + + + Value + Value + + apps/client/src/app/components/accounts-table/accounts-table.component.html + 171 + + + apps/client/src/app/components/accounts-table/accounts-table.component.html + 206 + + + apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html + 53 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 203 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 206 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 209 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 273 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 276 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 279 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 282 + + + libs/ui/src/lib/account-balances/account-balances.component.html + 34 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 256 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 292 + + + libs/ui/src/lib/holdings-table/holdings-table.component.html + 74 + + + libs/ui/src/lib/top-holdings/top-holdings.component.html + 26 + + + + Edit + Edit + + apps/client/src/app/components/accounts-table/accounts-table.component.html + 278 + + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 215 + + + apps/client/src/app/components/admin-overview/admin-overview.html + 83 + + + apps/client/src/app/components/admin-platform/admin-platform.component.html + 92 + + + apps/client/src/app/components/admin-tag/admin-tag.component.html + 71 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 429 + + + + Delete + Delete + + apps/client/src/app/components/accounts-table/accounts-table.component.html + 288 + + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 236 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 64 + + + apps/client/src/app/components/admin-overview/admin-overview.html + 93 + + + apps/client/src/app/components/admin-overview/admin-overview.html + 210 + + + apps/client/src/app/components/admin-platform/admin-platform.component.html + 102 + + + apps/client/src/app/components/admin-tag/admin-tag.component.html + 81 + + + libs/ui/src/lib/account-balances/account-balances.component.html + 80 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 455 + + + + Do you really want to delete this account? + Do you really want to delete this account? + + apps/client/src/app/components/accounts-table/accounts-table.component.ts + 101 + + + + Type + Type + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 31 + + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html + 22 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 15 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 160 + + + + Asset Profile + Asset Profile + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 35 + + + + Historical Market Data + Historical Market Data + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 37 + + + + Symbol + Symbol + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 44 + + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 46 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 117 + + + apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html + 36 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 305 + + + + Data Source + Data Source + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 53 + + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 77 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 127 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 153 + + + + Priority + Priority + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 62 + + + + Attempts + Attempts + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 81 + + + + Created + Created + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 90 + + + + Finished + Finished + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 99 + + + + Status + Status + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 108 + + + + Delete Jobs + Delete Jobs + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 149 + + + + View Data + View Data + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 164 + + + + View Stacktrace + View Stacktrace + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 171 + + + + Execute Job + Execute Job + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 174 + + + + Delete Job + Delete Job + + apps/client/src/app/components/admin-jobs/admin-jobs.html + 177 + + + + Details for + Details for + + apps/client/src/app/components/admin-market-data-detail/market-data-detail-dialog/market-data-detail-dialog.html + 2 + + + + Date + Date + + apps/client/src/app/components/admin-market-data-detail/market-data-detail-dialog/market-data-detail-dialog.html + 6 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 159 + + + libs/ui/src/lib/account-balances/account-balances.component.html + 12 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 169 + + + + Market Price + Market Price + + apps/client/src/app/components/admin-market-data-detail/market-data-detail-dialog/market-data-detail-dialog.html + 26 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 114 + + + + Cancel + Cancel + + apps/client/src/app/components/admin-market-data-detail/market-data-detail-dialog/market-data-detail-dialog.html + 46 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 378 + + + apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html + 43 + + + apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html + 42 + + + apps/client/src/app/components/admin-tag/create-or-update-tag-dialog/create-or-update-tag-dialog.html + 25 + + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html + 58 + + + apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html + 103 + + + apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html + 65 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 426 + + + apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html + 38 + + + + Save + Save + + apps/client/src/app/components/admin-market-data-detail/market-data-detail-dialog/market-data-detail-dialog.html + 48 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 385 + + + apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html + 50 + + + apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html + 49 + + + apps/client/src/app/components/admin-tag/create-or-update-tag-dialog/create-or-update-tag-dialog.html + 32 + + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html + 65 + + + apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html + 110 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 433 + + + + Benchmarks + Benchmarks + + apps/client/src/app/components/admin-market-data/admin-market-data.component.ts + 80 + + + + Currencies + Currencies + + apps/client/src/app/components/admin-market-data/admin-market-data.component.ts + 85 + + + + ETFs without Countries + ETFs without Countries + + apps/client/src/app/components/admin-market-data/admin-market-data.component.ts + 90 + + + + ETFs without Sectors + ETFs without Sectors + + apps/client/src/app/components/admin-market-data/admin-market-data.component.ts + 95 + + + + Filter by... + Filter by... + + apps/client/src/app/components/admin-market-data/admin-market-data.component.ts + 322 + + + + Asset Class + Asset Class + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 86 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 161 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 245 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 232 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 353 + + + + Asset Sub Class + Asset Sub Class + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 95 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 170 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 258 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 241 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 369 + + + + First Activity + First Activity + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 104 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 143 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 213 + + + libs/ui/src/lib/holdings-table/holdings-table.component.html + 50 + + + + Activities Count + Activities Count + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 113 + + + + Historical Data + Historical Data + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 122 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 84 + + + + Sectors Count + Sectors Count + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 131 + + + + Countries Count + Countries Count + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 140 + + + + Gather Recent Data + Gather Recent Data + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 177 + + + + Gather All Data + Gather All Data + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 180 + + + + Gather Profile Data + Gather Profile Data + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 183 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 45 + + + + Delete Profiles + Delete Profiles + + apps/client/src/app/components/admin-market-data/admin-market-data.html + 190 + + + + Do you really want to delete this asset profile? + Do you really want to delete this asset profile? + + apps/client/src/app/components/admin-market-data/admin-market-data.service.ts + 18 + + + + Do you really want to delete these profiles? + Do you really want to delete these profiles? + + apps/client/src/app/components/admin-market-data/admin-market-data.service.ts + 34 + + + + Oops! Could not delete profiles. + Oops! Could not delete profiles. + + apps/client/src/app/components/admin-market-data/admin-market-data.service.ts + 45 + + + + Oops! Could not parse historical data. + Oops! Could not parse historical data. + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts + 232 + + + + The current market price is + The current market price is + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts + 336 + + + + Refresh + Refresh + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 22 + + + + Gather Historical Data + Gather Historical Data + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 32 + + + + Import + Import + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 110 + + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 153 + + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 186 + + + + Sector + Sector + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 187 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 258 + + + + Country + Country + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 198 + + + apps/client/src/app/components/admin-users/admin-users.html + 77 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 268 + + + + Sectors + Sectors + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 204 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 329 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 274 + + + apps/client/src/app/pages/public/public-page.html + 50 + + + + Countries + Countries + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 214 + + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 340 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 286 + + + + Benchmark + Benchmark + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 286 + + + + Symbol Mapping + Symbol Mapping + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 292 + + + + Scraper Configuration + Scraper Configuration + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 304 + + + + Test + Test + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 322 + + + + Url + Url + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 352 + + + apps/client/src/app/components/admin-platform/admin-platform.component.html + 51 + + + apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html + 25 + + + + Note + Note + + apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html + 365 + + + apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html + 78 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 338 + + + + Add Asset Profile + Add Asset Profile + + apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html + 7 + + + + Search + Search + + apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html + 16 + + + + Add Manually + Add Manually + + apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html + 19 + + + + Name, symbol or ISIN + Name, symbol or ISIN + + apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html + 26 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 123 + + + + Please add a currency: + Please add a currency: + + apps/client/src/app/components/admin-overview/admin-overview.component.ts + 122 + + + + is an invalid currency! + is an invalid currency! + + apps/client/src/app/components/admin-overview/admin-overview.component.ts + 129 + + + + Do you really want to delete this coupon? + Do you really want to delete this coupon? + + apps/client/src/app/components/admin-overview/admin-overview.component.ts + 140 + + + + Do you really want to delete this currency? + Do you really want to delete this currency? + + apps/client/src/app/components/admin-overview/admin-overview.component.ts + 153 + + + + Do you really want to delete this system message? + Do you really want to delete this system message? + + apps/client/src/app/components/admin-overview/admin-overview.component.ts + 166 + + + + Do you really want to flush the cache? + Do you really want to flush the cache? + + apps/client/src/app/components/admin-overview/admin-overview.component.ts + 183 + + + + Please set your system message: + Please set your system message: + + apps/client/src/app/components/admin-overview/admin-overview.component.ts + 214 + + + + Version + Version + + apps/client/src/app/components/admin-overview/admin-overview.html + 7 + + + + User Count + User Count + + apps/client/src/app/components/admin-overview/admin-overview.html + 13 + + + + Activity Count + Activity Count + + apps/client/src/app/components/admin-overview/admin-overview.html + 23 + + + + per User + per User + + apps/client/src/app/components/admin-overview/admin-overview.html + 33 + + + + Exchange Rates + Exchange Rates + + apps/client/src/app/components/admin-overview/admin-overview.html + 39 + + + + Add Currency + Add Currency + + apps/client/src/app/components/admin-overview/admin-overview.html + 109 + + + + User Signup + User Signup + + apps/client/src/app/components/admin-overview/admin-overview.html + 115 + + + + Read-only Mode + Read-only Mode + + apps/client/src/app/components/admin-overview/admin-overview.html + 129 + + + + Data Gathering + Data Gathering + + apps/client/src/app/components/admin-overview/admin-overview.html + 141 + + + + System Message + System Message + + apps/client/src/app/components/admin-overview/admin-overview.html + 153 + + + + Set Message + Set Message + + apps/client/src/app/components/admin-overview/admin-overview.html + 175 + + + + Coupons + Coupons + + apps/client/src/app/components/admin-overview/admin-overview.html + 183 + + + + Add + Add + + apps/client/src/app/components/admin-overview/admin-overview.html + 243 + + + libs/ui/src/lib/account-balances/account-balances.component.html + 93 + + + + Housekeeping + Housekeeping + + apps/client/src/app/components/admin-overview/admin-overview.html + 251 + + + + Flush Cache + Flush Cache + + apps/client/src/app/components/admin-overview/admin-overview.html + 255 + + + + Add Platform + Add Platform + + apps/client/src/app/components/admin-platform/admin-platform.component.html + 11 + + + + Accounts + Accounts + + apps/client/src/app/components/admin-platform/admin-platform.component.html + 65 + + + apps/client/src/app/components/admin-users/admin-users.html + 114 + + + apps/client/src/app/components/header/header.component.html + 54 + + + apps/client/src/app/components/header/header.component.html + 255 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 361 + + + apps/client/src/app/pages/accounts/accounts-page.html + 4 + + + libs/ui/src/lib/assistant/assistant.html + 107 + + + + Do you really want to delete this platform? + Do you really want to delete this platform? + + apps/client/src/app/components/admin-platform/admin-platform.component.ts + 79 + + + + Update platform + Update platform + + apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html + 8 + + + + Add platform + Add platform + + apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html + 10 + + + + Platforms + Platforms + + apps/client/src/app/components/admin-settings/admin-settings.component.html + 4 + + + + Tags + Tags + + apps/client/src/app/components/admin-settings/admin-settings.component.html + 10 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 381 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 382 + + + libs/ui/src/lib/assistant/assistant.html + 127 + + + + Add Tag + Add Tag + + apps/client/src/app/components/admin-tag/admin-tag.component.html + 11 + + + + Do you really want to delete this tag? + Do you really want to delete this tag? + + apps/client/src/app/components/admin-tag/admin-tag.component.ts + 79 + + + + Update tag + Update tag + + apps/client/src/app/components/admin-tag/create-or-update-tag-dialog/create-or-update-tag-dialog.html + 8 + + + + Add tag + Add tag + + apps/client/src/app/components/admin-tag/create-or-update-tag-dialog/create-or-update-tag-dialog.html + 10 + + + + Do you really want to delete this user? + Do you really want to delete this user? + + apps/client/src/app/components/admin-users/admin-users.component.ts + 113 + + + + User + User + + apps/client/src/app/components/admin-users/admin-users.html + 29 + + + + Registration + Registration + + apps/client/src/app/components/admin-users/admin-users.html + 97 + + + + Engagement per Day + Engagement per Day + + apps/client/src/app/components/admin-users/admin-users.html + 157 + + + + Last Request + Last Request + + apps/client/src/app/components/admin-users/admin-users.html + 181 + + + + Impersonate User + Impersonate User + + apps/client/src/app/components/admin-users/admin-users.html + 218 + + + + Delete User + Delete User + + apps/client/src/app/components/admin-users/admin-users.html + 229 + + + + Performance + Performance + + apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html + 6 + + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 91 + + + libs/ui/src/lib/holdings-table/holdings-table.component.html + 142 + + + + Compare with... + Compare with... + + apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html + 18 + + + + Manage Benchmarks + Manage Benchmarks + + apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html + 35 + + + + Portfolio + Portfolio + + apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts + 116 + + + apps/client/src/app/pages/portfolio/portfolio-page-routing.module.ts + 41 + + + + Benchmark + Benchmark + + apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts + 128 + + + + Current Market Mood + Current Market Mood + + apps/client/src/app/components/fear-and-greed-index/fear-and-greed-index.component.html + 12 + + + + Overview + Overview + + apps/client/src/app/components/header/header.component.html + 28 + + + apps/client/src/app/components/header/header.component.html + 237 + + + + Portfolio + Portfolio + + apps/client/src/app/components/header/header.component.html + 41 + + + apps/client/src/app/components/header/header.component.html + 247 + + + + Admin Control + Admin Control + + apps/client/src/app/components/header/header.component.html + 68 + + + apps/client/src/app/components/header/header.component.html + 271 + + + + Upgrade Plan + Upgrade Plan + + apps/client/src/app/components/header/header.component.html + 178 + + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html + 59 + + + apps/client/src/app/components/user-account-membership/user-account-membership.html + 16 + + + apps/client/src/app/pages/pricing/pricing-page.html + 271 + + + + Renew Plan + Renew Plan + + apps/client/src/app/components/header/header.component.html + 183 + + + apps/client/src/app/components/user-account-membership/user-account-membership.html + 21 + + + apps/client/src/app/pages/pricing/pricing-page.html + 276 + + + + Me + Me + + apps/client/src/app/components/header/header.component.html + 203 + + + + User + User + + apps/client/src/app/components/header/header.component.html + 221 + + + + My Ghostfolio + My Ghostfolio + + apps/client/src/app/components/header/header.component.html + 262 + + + + About Ghostfolio + About Ghostfolio + + apps/client/src/app/components/header/header.component.html + 303 + + + apps/client/src/app/pages/about/overview/about-overview-page.html + 5 + + + + Sign in + Sign in + + apps/client/src/app/components/header/header.component.html + 394 + + + apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html + 71 + + + + Get started + Get started + + apps/client/src/app/components/header/header.component.html + 404 + + + + Oops! Incorrect Security Token. + Oops! Incorrect Security Token. + + apps/client/src/app/components/header/header.component.ts + 243 + + + apps/client/src/app/components/user-account-settings/user-account-settings.component.ts + 158 + + + + Change with currency effect + Change with currency effect + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 53 + + + + Change + Change + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 65 + + + libs/ui/src/lib/holdings-table/holdings-table.component.html + 119 + + + + Performance with currency effect + Performance with currency effect + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 81 + + + + Average Unit Price + Average Unit Price + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 103 + + + + Minimum Price + Minimum Price + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 130 + + + + Maximum Price + Maximum Price + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 146 + + + + Quantity + Quantity + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 156 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 187 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 185 + + + + Investment + Investment + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 168 + + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 58 + + + + Dividend + Dividend + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 181 + + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 343 + + + apps/client/src/app/pages/features/features-page.html + 63 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 200 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 270 + + + + Dividend Yield + Dividend Yield + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 191 + + + + Fees + Fees + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 203 + + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 108 + + + apps/client/src/app/pages/portfolio/fire/fire-page.html + 158 + + + + Activity + Activity + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 223 + + + + Report Data Glitch + Report Data Glitch + + apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html + 399 + + + + Active + Active + + apps/client/src/app/components/home-holdings/home-holdings.component.ts + 36 + + + + Closed + Closed + + apps/client/src/app/components/home-holdings/home-holdings.component.ts + 37 + + + + Table + Table + + apps/client/src/app/components/home-holdings/home-holdings.html + 17 + + + + Chart + Chart + + apps/client/src/app/components/home-holdings/home-holdings.html + 20 + + + + Manage Activities + Manage Activities + + apps/client/src/app/components/home-holdings/home-holdings.html + 60 + + + + Fear + Fear + + apps/client/src/app/components/home-market/home-market.component.ts + 27 + + + libs/ui/src/lib/i18n.ts + 71 + + + + Greed + Greed + + apps/client/src/app/components/home-market/home-market.component.ts + 28 + + + libs/ui/src/lib/i18n.ts + 72 + + + + Last Days + Last Days + + apps/client/src/app/components/home-market/home-market.html + 7 + + + + Welcome to Ghostfolio + Welcome to Ghostfolio + + apps/client/src/app/components/home-overview/home-overview.html + 7 + + + + Ready to take control of your personal finances? + Ready to take control of your personal finances? + + apps/client/src/app/components/home-overview/home-overview.html + 8 + + + + Setup your accounts + Setup your accounts + + apps/client/src/app/components/home-overview/home-overview.html + 15 + + + + Get a comprehensive financial overview by adding your bank and brokerage accounts. + Get a comprehensive financial overview by adding your bank and brokerage accounts. + + apps/client/src/app/components/home-overview/home-overview.html + 17 + + + + Capture your activities + Capture your activities + + apps/client/src/app/components/home-overview/home-overview.html + 24 + + + + Record your investment activities to keep your portfolio up to date. + Record your investment activities to keep your portfolio up to date. + + apps/client/src/app/components/home-overview/home-overview.html + 26 + + + + Monitor and analyze your portfolio + Monitor and analyze your portfolio + + apps/client/src/app/components/home-overview/home-overview.html + 33 + + + + Track your progress in real-time with comprehensive analysis and insights. + Track your progress in real-time with comprehensive analysis and insights. + + apps/client/src/app/components/home-overview/home-overview.html + 35 + + + + Setup accounts + Setup accounts + + apps/client/src/app/components/home-overview/home-overview.html + 44 + + + + Add activity + Add activity + + apps/client/src/app/components/home-overview/home-overview.html + 52 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 10 + + + + Summary + Summary + + apps/client/src/app/components/home-summary/home-summary.html + 2 + + + + Total Amount + Total Amount + + apps/client/src/app/components/investment-chart/investment-chart.component.ts + 142 + + + + Savings Rate + Savings Rate + + apps/client/src/app/components/investment-chart/investment-chart.component.ts + 214 + + + + Security Token + Security Token + + apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html + 11 + + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 255 + + + apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html + 10 + + + + or + or + + apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html + 31 + + + apps/client/src/app/pages/landing/landing-page.html + 47 + + + apps/client/src/app/pages/landing/landing-page.html + 450 + + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 97 + + + apps/client/src/app/pages/register/register-page.html + 30 + + + apps/client/src/app/pages/webauthn/webauthn-page.html + 29 + + + + Sign in with Internet Identity + Sign in with Internet Identity + + apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html + 42 + + + + Sign in with Google + Sign in with Google + + apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html + 52 + + + + Stay signed in + Stay signed in + + apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html + 61 + + + + Oops! A data provider is experiencing the hiccups. + Oops! A data provider is experiencing the hiccups. + + apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html + 8 + + + + Market data is delayed for + Market data is delayed for + + apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts + 77 + + + + Time in Market + Time in Market + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 3 + + + + {VAR_PLURAL, plural, =1 {activity} other {activities}} + {VAR_PLURAL, plural, =1 {activity} other {activities}} + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 14 + + + + Buy + Buy + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 31 + + + + Sell + Sell + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 43 + + + + Absolute Gross Performance + Absolute Gross Performance + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 70 + + + + Gross Performance + Gross Performance + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 85 + + + + Absolute Net Performance + Absolute Net Performance + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 126 + + + + Net Performance + Net Performance + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 141 + + + + Total Assets + Total Assets + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 167 + + + + Valuables + Valuables + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 180 + + + + Emergency Fund + Emergency Fund + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 192 + + + apps/client/src/app/pages/features/features-page.html + 89 + + + apps/client/src/app/pages/portfolio/fire/fire-page.html + 122 + + + + Cash + Cash + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 226 + + + + Assets + Assets + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 239 + + + + Buying Power + Buying Power + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 252 + + + + Excluded from Analysis + Excluded from Analysis + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 264 + + + + Liabilities + Liabilities + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 279 + + + apps/client/src/app/pages/features/features-page.html + 102 + + + + Net Worth + Net Worth + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 297 + + + + Annualized Performance + Annualized Performance + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 309 + + + + Interest + Interest + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + 331 + + + + Please enter the amount of your emergency fund: + Please enter the amount of your emergency fund: + + apps/client/src/app/components/portfolio-summary/portfolio-summary.component.ts + 58 + + + + Are you an ambitious investor who needs the full picture? + Are you an ambitious investor who needs the full picture? + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html + 12 + + + + Upgrade to Ghostfolio Premium today and gain access to exclusive features to enhance your investment experience: + Upgrade to Ghostfolio Premium today and gain access to exclusive features to enhance your investment experience: + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html + 15 + + + + Portfolio Summary + Portfolio Summary + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html + 22 + + + apps/client/src/app/pages/pricing/pricing-page.html + 57 + + + apps/client/src/app/pages/pricing/pricing-page.html + 203 + + + + Portfolio Allocations + Portfolio Allocations + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html + 26 + + + apps/client/src/app/pages/features/features-page.html + 161 + + + apps/client/src/app/pages/pricing/pricing-page.html + 61 + + + apps/client/src/app/pages/pricing/pricing-page.html + 207 + + + + Performance Benchmarks + Performance Benchmarks + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html + 30 + + + apps/client/src/app/pages/pricing/pricing-page.html + 65 + + + apps/client/src/app/pages/pricing/pricing-page.html + 211 + + + + FIRE Calculator + FIRE Calculator + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html + 34 + + + apps/client/src/app/pages/pricing/pricing-page.html + 69 + + + apps/client/src/app/pages/pricing/pricing-page.html + 215 + + + + Professional Data Provider + Professional Data Provider + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html + 38 + + + apps/client/src/app/pages/pricing/pricing-page.html + 230 + + + + and more Features... + and more Features... + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html + 42 + + + apps/client/src/app/pages/pricing/pricing-page.html + 85 + + + apps/client/src/app/pages/pricing/pricing-page.html + 235 + + + + Get the tools to effectively manage your finances and refine your personal investment strategy. + Get the tools to effectively manage your finances and refine your personal investment strategy. + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html + 45 + + + + Skip + Skip + + apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html + 52 + + + + Today + Today + + apps/client/src/app/components/toggle/toggle.component.ts + 22 + + + libs/ui/src/lib/assistant/assistant.component.ts + 215 + + + + YTD + YTD + + apps/client/src/app/components/toggle/toggle.component.ts + 23 + + + libs/ui/src/lib/assistant/assistant.component.ts + 225 + + + + 1Y + 1Y + + apps/client/src/app/components/toggle/toggle.component.ts + 24 + + + libs/ui/src/lib/assistant/assistant.component.ts + 229 + + + + 5Y + 5Y + + apps/client/src/app/components/toggle/toggle.component.ts + 25 + + + libs/ui/src/lib/assistant/assistant.component.ts + 250 + + + + Max + Max + + apps/client/src/app/components/toggle/toggle.component.ts + 26 + + + libs/ui/src/lib/assistant/assistant.component.ts + 253 + + + + Oops! Could not grant access. + Oops! Could not grant access. + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.component.ts + 88 + + + + Grant access + Grant access + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html + 7 + + + + Private + Private + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html + 24 + + + + Public + Public + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html + 25 + + + + User ID + User ID + + apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html + 45 + + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 228 + + + + Granted Access + Granted Access + + apps/client/src/app/components/user-account-access/user-account-access.html + 5 + + + + Please enter your coupon code: + Please enter your coupon code: + + apps/client/src/app/components/user-account-membership/user-account-membership.component.ts + 111 + + + + Could not redeem coupon code + Could not redeem coupon code + + apps/client/src/app/components/user-account-membership/user-account-membership.component.ts + 121 + + + + Coupon code has been redeemed + Coupon code has been redeemed + + apps/client/src/app/components/user-account-membership/user-account-membership.component.ts + 133 + + + + Reload + Reload + + apps/client/src/app/components/user-account-membership/user-account-membership.component.ts + 134 + + + + per year + per year + + apps/client/src/app/components/user-account-membership/user-account-membership.html + 33 + + + apps/client/src/app/pages/pricing/pricing-page.html + 257 + + + + Try Premium + Try Premium + + apps/client/src/app/components/user-account-membership/user-account-membership.html + 40 + + + + Redeem Coupon + Redeem Coupon + + apps/client/src/app/components/user-account-membership/user-account-membership.html + 54 + + + + Auto + Auto + + apps/client/src/app/components/user-account-settings/user-account-settings.component.ts + 36 + + + + Do you really want to close your Ghostfolio account? + Do you really want to close your Ghostfolio account? + + apps/client/src/app/components/user-account-settings/user-account-settings.component.ts + 148 + + + + Do you really want to remove this sign in method? + Do you really want to remove this sign in method? + + apps/client/src/app/components/user-account-settings/user-account-settings.component.ts + 240 + + + + Oops! There was an error setting up biometric authentication. + Oops! There was an error setting up biometric authentication. + + apps/client/src/app/components/user-account-settings/user-account-settings.component.ts + 302 + + + + Settings + Settings + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 2 + + + + Presenter View + Presenter View + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 7 + + + + Protection for sensitive information like absolute performances and quantity values + Protection for sensitive information like absolute performances and quantity values + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 8 + + + + Base Currency + Base Currency + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 27 + + + + Language + Language + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 48 + + + + If a translation is missing, kindly support us in extending it here. + If a translation is missing, kindly support us in extending it here. + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 50 + + + + Locale + Locale + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 127 + + + + Date and number format + Date and number format + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 129 + + + + Appearance + Appearance + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 152 + + + + Auto + Auto + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 166 + + + + Light + Light + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 167 + + + + Dark + Dark + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 168 + + + + Zen Mode + Zen Mode + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 177 + + + apps/client/src/app/pages/features/features-page.html + 191 + + + + Distraction-free experience for turbulent times + Distraction-free experience for turbulent times + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 178 + + + + Biometric Authentication + Biometric Authentication + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 194 + + + + Sign in with fingerprint + Sign in with fingerprint + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 195 + + + + Experimental Features + Experimental Features + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 211 + + + + Sneak peek at upcoming functionality + Sneak peek at upcoming functionality + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 212 + + + + Export Data + Export Data + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 236 + + + + Danger Zone + Danger Zone + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 248 + + + + Close Account + Close Account + + apps/client/src/app/components/user-account-settings/user-account-settings.html + 283 + + + + This feature is currently unavailable. + This feature is currently unavailable. + + apps/client/src/app/core/http-response.interceptor.ts + 53 + + + + Please try again later. + Please try again later. + + apps/client/src/app/core/http-response.interceptor.ts + 55 + + + apps/client/src/app/core/http-response.interceptor.ts + 80 + + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts + 138 + + + + This action is not allowed. + This action is not allowed. + + apps/client/src/app/core/http-response.interceptor.ts + 61 + + + + Oops! Something went wrong. + Oops! Something went wrong. + + apps/client/src/app/core/http-response.interceptor.ts + 78 + + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts + 136 + + + + Okay + Okay + + apps/client/src/app/core/http-response.interceptor.ts + 81 + + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts + 139 + + + + Oops! It looks like you’re making too many requests. Please slow down a bit. + Oops! It looks like you’re making too many requests. Please slow down a bit. + + apps/client/src/app/core/http-response.interceptor.ts + 96 + + + + About + About + + apps/client/src/app/pages/about/about-page-routing.module.ts + 51 + + + apps/client/src/app/pages/about/about-page.component.ts + 44 + + + apps/client/src/app/pages/about/overview/about-overview-page-routing.module.ts + 13 + + + + Changelog + Changelog + + apps/client/src/app/pages/about/about-page.component.ts + 49 + + + apps/client/src/app/pages/about/changelog/changelog-page-routing.module.ts + 13 + + + + License + License + + apps/client/src/app/pages/about/about-page.component.ts + 54 + + + apps/client/src/app/pages/about/license/license-page-routing.module.ts + 13 + + + + Privacy Policy + Privacy Policy + + apps/client/src/app/pages/about/about-page.component.ts + 62 + + + apps/client/src/app/pages/about/privacy-policy/privacy-policy-page-routing.module.ts + 13 + + + + Our + Our + + apps/client/src/app/pages/about/oss-friends/oss-friends-page.html + 6 + + + + Discover other exciting Open Source Software projects + Discover other exciting Open Source Software projects + + apps/client/src/app/pages/about/oss-friends/oss-friends-page.html + 9 + + + + Visit + Visit + + apps/client/src/app/pages/about/oss-friends/oss-friends-page.html + 28 + + + + Accounts + Accounts + + apps/client/src/app/pages/accounts/accounts-page-routing.module.ts + 13 + + + + Oops, cash balance transfer has failed. + Oops, cash balance transfer has failed. + + apps/client/src/app/pages/accounts/accounts-page.component.ts + 304 + + + + Update account + Update account + + apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html + 8 + + + + Add account + Add account + + apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html + 10 + + + + Account ID + Account ID + + apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html + 96 + + + + From + From + + apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html + 11 + + + + To + To + + apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html + 32 + + + + Transfer + Transfer + + apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html + 72 + + + + Admin Control + Admin Control + + apps/client/src/app/pages/admin/admin-page-routing.module.ts + 20 + + + + Job Queue + Job Queue + + apps/client/src/app/pages/admin/admin-page-routing.module.ts + 25 + + + apps/client/src/app/pages/admin/admin-page.component.ts + 42 + + + + Market Data + Market Data + + apps/client/src/app/pages/admin/admin-page-routing.module.ts + 30 + + + apps/client/src/app/pages/admin/admin-page.component.ts + 37 + + + + Settings + Settings + + apps/client/src/app/pages/admin/admin-page-routing.module.ts + 35 + + + apps/client/src/app/pages/admin/admin-page.component.ts + 32 + + + apps/client/src/app/pages/user-account/user-account-page-routing.module.ts + 18 + + + apps/client/src/app/pages/user-account/user-account-page.component.ts + 35 + + + + Users + Users + + apps/client/src/app/pages/admin/admin-page-routing.module.ts + 40 + + + apps/client/src/app/pages/admin/admin-page.component.ts + 47 + + + + Overview + Overview + + apps/client/src/app/pages/admin/admin-page.component.ts + 27 + + + apps/client/src/app/pages/home/home-page.component.ts + 37 + + + apps/client/src/app/pages/zen/zen-page-routing.module.ts + 19 + + + apps/client/src/app/pages/zen/zen-page.component.ts + 34 + + + + Blog + Blog + + apps/client/src/app/pages/blog/blog-page-routing.module.ts + 13 + + + + Discover the latest Ghostfolio updates and insights on personal finance + Discover the latest Ghostfolio updates and insights on personal finance + + apps/client/src/app/pages/blog/blog-page.html + 7 + + + + As you are already logged in, you cannot access the demo account. + As you are already logged in, you cannot access the demo account. + + apps/client/src/app/pages/demo/demo-page.component.ts + 33 + + + + Frequently Asked Questions (FAQ) + Frequently Asked Questions (FAQ) + + apps/client/src/app/pages/faq/faq-page-routing.module.ts + 34 + + + apps/client/src/app/pages/faq/overview/faq-overview-page-routing.module.ts + 13 + + + + General + General + + apps/client/src/app/pages/faq/faq-page.component.ts + 36 + + + + Cloud + Cloud + + apps/client/src/app/pages/faq/faq-page.component.ts + 41 + + + apps/client/src/app/pages/faq/saas/saas-page-routing.module.ts + 13 + + + + Self-Hosting + Self-Hosting + + apps/client/src/app/pages/faq/faq-page.component.ts + 47 + + + apps/client/src/app/pages/faq/self-hosting/self-hosting-page-routing.module.ts + 13 + + + + self-hosting + self-hosting + + apps/client/src/app/pages/faq/faq-page.component.ts + 48 + + + + Frequently Asked Questions (FAQ) + Frequently Asked Questions (FAQ) + + apps/client/src/app/pages/faq/overview/faq-overview-page.html + 4 + + + apps/client/src/app/pages/faq/saas/saas-page.html + 4 + + + apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html + 4 + + + + FAQ + FAQ + + apps/client/src/app/pages/faq/saas/saas-page-routing.module.ts + 13 + + + apps/client/src/app/pages/faq/self-hosting/self-hosting-page-routing.module.ts + 13 + + + + Check out the numerous features of Ghostfolio to manage your wealth + Check out the numerous features of Ghostfolio to manage your wealth + + apps/client/src/app/pages/features/features-page.html + 6 + + + + Stocks + Stocks + + apps/client/src/app/pages/features/features-page.html + 15 + + + + ETFs + ETFs + + apps/client/src/app/pages/features/features-page.html + 25 + + + + Bonds + Bonds + + apps/client/src/app/pages/features/features-page.html + 38 + + + + Cryptocurrencies + Cryptocurrencies + + apps/client/src/app/pages/features/features-page.html + 51 + + + + Wealth Items + Wealth Items + + apps/client/src/app/pages/features/features-page.html + 76 + + + + Import and Export + Import and Export + + apps/client/src/app/pages/features/features-page.html + 115 + + + + Multi-Accounts + Multi-Accounts + + apps/client/src/app/pages/features/features-page.html + 127 + + + + Portfolio Calculations + Portfolio Calculations + + apps/client/src/app/pages/features/features-page.html + 141 + + + + Dark Mode + Dark Mode + + apps/client/src/app/pages/features/features-page.html + 178 + + + + Market Mood + Market Mood + + apps/client/src/app/pages/features/features-page.html + 206 + + + + Static Analysis + Static Analysis + + apps/client/src/app/pages/features/features-page.html + 225 + + + + Multi-Language + Multi-Language + + apps/client/src/app/pages/features/features-page.html + 242 + + + + Open Source Software + Open Source Software + + apps/client/src/app/pages/features/features-page.html + 278 + + + + Get Started + Get Started + + apps/client/src/app/pages/features/features-page.html + 303 + + + apps/client/src/app/pages/public/public-page.html + 164 + + + + Holdings + Holdings + + apps/client/src/app/pages/home/home-page-routing.module.ts + 23 + + + apps/client/src/app/pages/home/home-page-routing.module.ts + 28 + + + apps/client/src/app/pages/home/home-page.component.ts + 42 + + + apps/client/src/app/pages/zen/zen-page.component.ts + 39 + + + + Summary + Summary + + apps/client/src/app/pages/home/home-page-routing.module.ts + 33 + + + apps/client/src/app/pages/home/home-page.component.ts + 47 + + + + Markets + Markets + + apps/client/src/app/pages/home/home-page-routing.module.ts + 38 + + + apps/client/src/app/pages/home/home-page.component.ts + 52 + + + apps/client/src/app/pages/markets/markets-page-routing.module.ts + 13 + + + + Ghostfolio is a personal finance dashboard to keep track of your net worth including cash, stocks, ETFs and cryptocurrencies across multiple platforms. + Ghostfolio is a personal finance dashboard to keep track of your net worth including cash, stocks, ETFs and cryptocurrencies across multiple platforms. + + apps/client/src/app/pages/i18n/i18n-page.html + 4 + + + + app, asset, cryptocurrency, dashboard, etf, finance, management, performance, portfolio, software, stock, trading, wealth, web3 + app, asset, cryptocurrency, dashboard, etf, finance, management, performance, portfolio, software, stock, trading, wealth, web3 + + apps/client/src/app/pages/i18n/i18n-page.html + 9 + + + + My Account + My Account + + apps/client/src/app/pages/i18n/i18n-page.html + 13 + + + + Open Source Wealth Management Software + Open Source Wealth Management Software + + apps/client/src/app/pages/i18n/i18n-page.html + 14 + + + + Manage your wealth like a boss + Manage your wealth like a boss + + apps/client/src/app/pages/landing/landing-page.html + 5 + + + + Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. + Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. + + apps/client/src/app/pages/landing/landing-page.html + 9 + + + + Get Started + Get Started + + apps/client/src/app/pages/landing/landing-page.html + 41 + + + apps/client/src/app/pages/pricing/pricing-page.html + 298 + + + + Live Demo + Live Demo + + apps/client/src/app/pages/landing/landing-page.html + 49 + + + apps/client/src/app/pages/landing/landing-page.html + 451 + + + + Monthly Active Users + Monthly Active Users + + apps/client/src/app/pages/landing/landing-page.html + 70 + + + + Stars on GitHub + Stars on GitHub + + apps/client/src/app/pages/landing/landing-page.html + 88 + + + apps/client/src/app/pages/open/open-page.html + 103 + + + + Pulls on Docker Hub + Pulls on Docker Hub + + apps/client/src/app/pages/landing/landing-page.html + 106 + + + apps/client/src/app/pages/open/open-page.html + 117 + + + + As seen in + As seen in + + apps/client/src/app/pages/landing/landing-page.html + 115 + + + + Protect your assets. Refine your personal investment strategy. + Protect your assets. Refine your personal investment strategy. + + apps/client/src/app/pages/landing/landing-page.html + 225 + + + + Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. + Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. + + apps/client/src/app/pages/landing/landing-page.html + 229 + + + + 360° View + 360° View + + apps/client/src/app/pages/landing/landing-page.html + 240 + + + + Get the full picture of your personal finances across multiple platforms. + Get the full picture of your personal finances across multiple platforms. + + apps/client/src/app/pages/landing/landing-page.html + 242 + + + + Web3 Ready + Web3 Ready + + apps/client/src/app/pages/landing/landing-page.html + 251 + + + + Use Ghostfolio anonymously and own your financial data. + Use Ghostfolio anonymously and own your financial data. + + apps/client/src/app/pages/landing/landing-page.html + 253 + + + + Open Source + Open Source + + apps/client/src/app/pages/landing/landing-page.html + 261 + + + + Benefit from continuous improvements through a strong community. + Benefit from continuous improvements through a strong community. + + apps/client/src/app/pages/landing/landing-page.html + 263 + + + + Why Ghostfolio? + Why Ghostfolio? + + apps/client/src/app/pages/landing/landing-page.html + 272 + + + + Ghostfolio is for you if you are... + Ghostfolio is for you if you are... + + apps/client/src/app/pages/landing/landing-page.html + 273 + + + + trading stocks, ETFs or cryptocurrencies on multiple platforms + trading stocks, ETFs or cryptocurrencies on multiple platforms + + apps/client/src/app/pages/landing/landing-page.html + 280 + + + + pursuing a buy & hold strategy + pursuing a buy & hold strategy + + apps/client/src/app/pages/landing/landing-page.html + 286 + + + + interested in getting insights of your portfolio composition + interested in getting insights of your portfolio composition + + apps/client/src/app/pages/landing/landing-page.html + 291 + + + + valuing privacy and data ownership + valuing privacy and data ownership + + apps/client/src/app/pages/landing/landing-page.html + 296 + + + + into minimalism + into minimalism + + apps/client/src/app/pages/landing/landing-page.html + 299 + + + + caring about diversifying your financial resources + caring about diversifying your financial resources + + apps/client/src/app/pages/landing/landing-page.html + 303 + + + + interested in financial independence + interested in financial independence + + apps/client/src/app/pages/landing/landing-page.html + 307 + + + + saying no to spreadsheets in + saying no to spreadsheets in + + apps/client/src/app/pages/landing/landing-page.html + 311 + + + + still reading this list + still reading this list + + apps/client/src/app/pages/landing/landing-page.html + 314 + + + + Learn more about Ghostfolio + Learn more about Ghostfolio + + apps/client/src/app/pages/landing/landing-page.html + 319 + + + + What our users are saying + What our users are saying + + apps/client/src/app/pages/landing/landing-page.html + 327 + + + + Members from around the globe are using Ghostfolio Premium + Members from around the globe are using Ghostfolio Premium + + apps/client/src/app/pages/landing/landing-page.html + 366 + + + + How does Ghostfolio work? + How does Ghostfolio work? + + apps/client/src/app/pages/landing/landing-page.html + 383 + + + + Get started in only 3 steps + Get started in only 3 steps + + apps/client/src/app/pages/landing/landing-page.html + 386 + + + + Sign up anonymously* + Sign up anonymously* + + apps/client/src/app/pages/landing/landing-page.html + 392 + + + + * no e-mail address nor credit card required + * no e-mail address nor credit card required + + apps/client/src/app/pages/landing/landing-page.html + 394 + + + + Add any of your historical transactions + Add any of your historical transactions + + apps/client/src/app/pages/landing/landing-page.html + 405 + + + + Get valuable insights of your portfolio composition + Get valuable insights of your portfolio composition + + apps/client/src/app/pages/landing/landing-page.html + 417 + + + + Are you ready? + Are you ready? + + apps/client/src/app/pages/landing/landing-page.html + 431 + + + + Join now or check out the example account + Join now or check out the example account + + apps/client/src/app/pages/landing/landing-page.html + 434 + + + + Get Started + Get Started + + apps/client/src/app/pages/landing/landing-page.html + 446 + + + + At Ghostfolio, transparency is at the core of our values. We publish the source code as open source software (OSS) under the AGPL-3.0 license and we openly share aggregated key metrics of the platform’s operational status. + At Ghostfolio, transparency is at the core of our values. We publish the source code as open source software (OSS) under the AGPL-3.0 license and we openly share aggregated key metrics of the platform’s operational status. + + apps/client/src/app/pages/open/open-page.html + 6 + + + + (Last 24 hours) + (Last 24 hours) + + apps/client/src/app/pages/open/open-page.html + 37 + + + + Active Users + Active Users + + apps/client/src/app/pages/open/open-page.html + 40 + + + apps/client/src/app/pages/open/open-page.html + 62 + + + + (Last 30 days) + (Last 30 days) + + apps/client/src/app/pages/open/open-page.html + 48 + + + apps/client/src/app/pages/open/open-page.html + 59 + + + + New Users + New Users + + apps/client/src/app/pages/open/open-page.html + 51 + + + + Users in Slack community + Users in Slack community + + apps/client/src/app/pages/open/open-page.html + 75 + + + + Contributors on GitHub + Contributors on GitHub + + apps/client/src/app/pages/open/open-page.html + 89 + + + + (Last 90 days) + (Last 90 days) + + apps/client/src/app/pages/open/open-page.html + 127 + + + + Uptime + Uptime + + apps/client/src/app/pages/open/open-page.html + 132 + + + + Activities + Activities + + apps/client/src/app/pages/portfolio/activities/activities-page-routing.module.ts + 13 + + + apps/client/src/app/pages/portfolio/portfolio-page.component.ts + 39 + + + + Update activity + Update activity + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 8 + + + + Stocks, ETFs, bonds, cryptocurrencies, commodities + Stocks, ETFs, bonds, cryptocurrencies, commodities + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 25 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 65 + + + + One-time fee, annual account fees + One-time fee, annual account fees + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 33 + + + + Distribution of corporate earnings + Distribution of corporate earnings + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 41 + + + + Revenue for lending out money + Revenue for lending out money + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 49 + + + + Mortgages, personal loans, credit cards + Mortgages, personal loans, credit cards + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 57 + + + + Luxury items, real estate, private companies + Luxury items, real estate, private companies + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 73 + + + + Account + Account + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 85 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 307 + + + + Update Cash Balance + Update Cash Balance + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 111 + + + + Unit Price + Unit Price + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 212 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 285 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 209 + + + + Oops! Could not get the historical exchange rate from + Oops! Could not get the historical exchange rate from + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 239 + + + + Fee + Fee + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 305 + + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 329 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 233 + + + + Oops! Could not get the historical exchange rate from + Oops! Could not get the historical exchange rate from + + apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html + 317 + + + + Import Activities + Import Activities + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts + 44 + + + + Import Dividends + Import Dividends + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts + 86 + + + + Importing data... + Importing data... + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts + 120 + + + + Import has been completed + Import has been completed + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts + 128 + + + + Validating data... + Validating data... + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts + 233 + + + + Select Holding + Select Holding + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 20 + + + + Select File + Select File + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 22 + + + + Holding + Holding + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 32 + + + + Load Dividends + Load Dividends + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 68 + + + + Choose or drop a file here + Choose or drop a file here + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 84 + + + + The following file formats are supported: + The following file formats are supported: + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 90 + + + + Select Dividends + Select Dividends + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 113 + + + + Select Activities + Select Activities + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 115 + + + + Back + Back + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 144 + + + apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html + 178 + + + + Allocations + Allocations + + apps/client/src/app/pages/portfolio/allocations/allocations-page-routing.module.ts + 13 + + + apps/client/src/app/pages/portfolio/portfolio-page.component.ts + 44 + + + + Allocations + Allocations + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 4 + + + + Proportion of Net Worth + Proportion of Net Worth + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 12 + + + + By Platform + By Platform + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 44 + + + + By Currency + By Currency + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 63 + + + + By Asset Class + By Asset Class + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 85 + + + + By Holding + By Holding + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 107 + + + + By Sector + By Sector + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 130 + + + + By Continent + By Continent + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 153 + + + + By Market + By Market + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 175 + + + + Regions + Regions + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 198 + + + apps/client/src/app/pages/public/public-page.html + 87 + + + + Developed Markets + Developed Markets + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 222 + + + apps/client/src/app/pages/public/public-page.html + 104 + + + + Emerging Markets + Emerging Markets + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 231 + + + apps/client/src/app/pages/public/public-page.html + 113 + + + + Other Markets + Other Markets + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 240 + + + apps/client/src/app/pages/public/public-page.html + 122 + + + + No data available + No data available + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 250 + + + apps/client/src/app/pages/public/public-page.html + 132 + + + libs/ui/src/lib/top-holdings/top-holdings.component.html + 88 + + + + By Country + By Country + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 264 + + + + By Account + By Account + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 286 + + + + By ETF Provider + By ETF Provider + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 306 + + + + By ETF Holding + By ETF Holding + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 333 + + + + Approximation based on the top holdings of each ETF + Approximation based on the top holdings of each ETF + + apps/client/src/app/pages/portfolio/allocations/allocations-page.html + 340 + + + + Analysis + Analysis + + apps/client/src/app/pages/portfolio/analysis/analysis-page-routing.module.ts + 13 + + + apps/client/src/app/pages/portfolio/portfolio-page.component.ts + 34 + + + + Dividend + Dividend + + apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts + 38 + + + libs/ui/src/lib/i18n.ts + 32 + + + + Investment + Investment + + apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts + 42 + + + apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts + 56 + + + + Monthly + Monthly + + apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts + 50 + + + + Yearly + Yearly + + apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts + 51 + + + + Analysis + Analysis + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 2 + + + + Absolute Asset Performance + Absolute Asset Performance + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 29 + + + + Asset Performance + Asset Performance + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 50 + + + + Absolute Currency Performance + Absolute Currency Performance + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 72 + + + + Currency Performance + Currency Performance + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 96 + + + + Absolute Net Performance + Absolute Net Performance + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 119 + + + + Net Performance + Net Performance + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 138 + + + + Top + Top + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 166 + + + + Bottom + Bottom + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 215 + + + + Portfolio Evolution + Portfolio Evolution + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 268 + + + + Investment Timeline + Investment Timeline + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 297 + + + + Current Streak + Current Streak + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 318 + + + + Longest Streak + Longest Streak + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 327 + + + + Dividend Timeline + Dividend Timeline + + apps/client/src/app/pages/portfolio/analysis/analysis-page.html + 356 + + + + FIRE + FIRE + + apps/client/src/app/pages/portfolio/fire/fire-page-routing.module.ts + 13 + + + + FIRE + FIRE + + apps/client/src/app/pages/portfolio/fire/fire-page.html + 4 + + + + Calculator + Calculator + + apps/client/src/app/pages/portfolio/fire/fire-page.html + 7 + + + + 4% Rule + 4% Rule + + apps/client/src/app/pages/portfolio/fire/fire-page.html + 40 + + + + If you retire today, you would be able to withdraw per year or per month, based on your total assets of and a withdrawal rate of 4%. + If you retire today, you would be able to withdraw per year or per month, based on your total assets of and a withdrawal rate of 4%. + + apps/client/src/app/pages/portfolio/fire/fire-page.html + 67 + + + + Ghostfolio X-ray uses static analysis to identify potential issues and risks in your portfolio. + Ghostfolio X-ray uses static analysis to identify potential issues and risks in your portfolio. + + apps/client/src/app/pages/portfolio/fire/fire-page.html + 111 + + + + Currency Cluster Risks + Currency Cluster Risks + + apps/client/src/app/pages/portfolio/fire/fire-page.html + 134 + + + + Account Cluster Risks + Account Cluster Risks + + apps/client/src/app/pages/portfolio/fire/fire-page.html + 146 + + + + Pricing + Pricing + + apps/client/src/app/pages/pricing/pricing-page-routing.module.ts + 13 + + + + Pricing Plans + Pricing Plans + + apps/client/src/app/pages/pricing/pricing-page.html + 4 + + + + Our official Ghostfolio Premium cloud offering is the easiest way to get started. Due to the time it saves, this will be the best option for most people. Revenue is used to cover the costs of the hosting infrastructure and to fund ongoing development. + Our official Ghostfolio Premium cloud offering is the easiest way to get started. Due to the time it saves, this will be the best option for most people. Revenue is used to cover the costs of the hosting infrastructure and to fund ongoing development. + + apps/client/src/app/pages/pricing/pricing-page.html + 6 + + + + If you prefer to run Ghostfolio on your own infrastructure, please find the source code and further instructions on GitHub. + If you prefer to run Ghostfolio on your own infrastructure, please find the source code and further instructions on GitHub. + + apps/client/src/app/pages/pricing/pricing-page.html + 26 + + + + For tech-savvy investors who prefer to run Ghostfolio on their own infrastructure. + For tech-savvy investors who prefer to run Ghostfolio on their own infrastructure. + + apps/client/src/app/pages/pricing/pricing-page.html + 38 + + + + Unlimited Transactions + Unlimited Transactions + + apps/client/src/app/pages/pricing/pricing-page.html + 45 + + + apps/client/src/app/pages/pricing/pricing-page.html + 129 + + + apps/client/src/app/pages/pricing/pricing-page.html + 191 + + + + Unlimited Accounts + Unlimited Accounts + + apps/client/src/app/pages/pricing/pricing-page.html + 49 + + + apps/client/src/app/pages/pricing/pricing-page.html + 133 + + + apps/client/src/app/pages/pricing/pricing-page.html + 195 + + + + Portfolio Performance + Portfolio Performance + + apps/client/src/app/pages/pricing/pricing-page.html + 53 + + + apps/client/src/app/pages/pricing/pricing-page.html + 137 + + + apps/client/src/app/pages/pricing/pricing-page.html + 199 + + + + Data Import and Export + Data Import and Export + + apps/client/src/app/pages/pricing/pricing-page.html + 73 + + + apps/client/src/app/pages/pricing/pricing-page.html + 141 + + + apps/client/src/app/pages/pricing/pricing-page.html + 219 + + + + Community Support + Community Support + + apps/client/src/app/pages/pricing/pricing-page.html + 90 + + + + Self-hosted, update manually. + Self-hosted, update manually. + + apps/client/src/app/pages/pricing/pricing-page.html + 94 + + + + Free + Free + + apps/client/src/app/pages/pricing/pricing-page.html + 95 + + + apps/client/src/app/pages/pricing/pricing-page.html + 153 + + + + For new investors who are just getting started with trading. + For new investors who are just getting started with trading. + + apps/client/src/app/pages/pricing/pricing-page.html + 123 + + + + Fully managed Ghostfolio cloud offering. + Fully managed Ghostfolio cloud offering. + + apps/client/src/app/pages/pricing/pricing-page.html + 152 + + + apps/client/src/app/pages/pricing/pricing-page.html + 244 + + + + For ambitious investors who need the full picture of their financial assets. + For ambitious investors who need the full picture of their financial assets. + + apps/client/src/app/pages/pricing/pricing-page.html + 184 + + + + Email and Chat Support + Email and Chat Support + + apps/client/src/app/pages/pricing/pricing-page.html + 240 + + + + One-time payment, no auto-renewal. + One-time payment, no auto-renewal. + + apps/client/src/app/pages/pricing/pricing-page.html + 280 + + + + It’s free. + It’s free. + + apps/client/src/app/pages/pricing/pricing-page.html + 301 + + + + Hello, has shared a Portfolio with you! + Hello, has shared a Portfolio with you! + + apps/client/src/app/pages/public/public-page.html + 4 + + + + Currencies + Currencies + + apps/client/src/app/pages/public/public-page.html + 32 + + + + Continents + Continents + + apps/client/src/app/pages/public/public-page.html + 68 + + + + Would you like to refine your personal investment strategy? + Would you like to refine your personal investment strategy? + + apps/client/src/app/pages/public/public-page.html + 155 + + + + Ghostfolio empowers you to keep track of your wealth. + Ghostfolio empowers you to keep track of your wealth. + + apps/client/src/app/pages/public/public-page.html + 159 + + + + Registration + Registration + + apps/client/src/app/pages/register/register-page-routing.module.ts + 13 + + + + Continue with Internet Identity + Continue with Internet Identity + + apps/client/src/app/pages/register/register-page.html + 42 + + + + Continue with Google + Continue with Google + + apps/client/src/app/pages/register/register-page.html + 53 + + + + Copy to clipboard + Copy to clipboard + + apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html + 26 + + + + I agree to have stored my Security Token from above in a secure place. If I lose it, I cannot get my account back. + I agree to have stored my Security Token from above in a secure place. If I lose it, I cannot get my account back. + + apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html + 32 + + + + Agree and continue + Agree and continue + + apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html + 45 + + + + Personal Finance Tools + Personal Finance Tools + + apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page-routing.module.ts + 14 + + + + open-source-alternative-to + open-source-alternative-to + + apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page-routing.module.ts + 26 + + + apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.component.ts + 13 + + + + Open Source Alternative to + Open Source Alternative to + + apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page-routing.module.ts + 27 + + + + Discover Open Source Alternatives for Personal Finance Tools + Discover Open Source Alternatives for Personal Finance Tools + + apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html + 4 + + + + This overview page features a curated collection of personal finance tools compared to the open source alternative Ghostfolio. If you value transparency, data privacy, and community collaboration, Ghostfolio provides an excellent opportunity to take control of your financial management. + This overview page features a curated collection of personal finance tools compared to the open source alternative Ghostfolio. If you value transparency, data privacy, and community collaboration, Ghostfolio provides an excellent opportunity to take control of your financial management. + + apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html + 8 + + + + Explore the links below to compare a variety of personal finance tools with Ghostfolio. + Explore the links below to compare a variety of personal finance tools with Ghostfolio. + + apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html + 16 + + + + Open Source Alternative to + Open Source Alternative to + + apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html + 42 + + + + Switzerland + Switzerland + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts + 58 + + + + Global + Global + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts + 59 + + + + The Open Source Alternative to + The Open Source Alternative to + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 8 + + + + Are you looking for an open source alternative to ? Ghostfolio is a powerful portfolio management tool that provides individuals with a comprehensive platform to track, analyze, and optimize their investments. Whether you are an experienced investor or just starting out, Ghostfolio offers an intuitive user interface and a wide range of functionalities to help you make informed decisions and take control of your financial future. + Are you looking for an open source alternative to ? Ghostfolio is a powerful portfolio management tool that provides individuals with a comprehensive platform to track, analyze, and optimize their investments. Whether you are an experienced investor or just starting out, Ghostfolio offers an intuitive user interface and a wide range of functionalities to help you make informed decisions and take control of your financial future. + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 13 + + + + Ghostfolio is an open source software (OSS), providing a cost-effective alternative to making it particularly suitable for individuals on a tight budget, such as those pursuing Financial Independence, Retire Early (FIRE). By leveraging the collective efforts of a community of developers and personal finance enthusiasts, Ghostfolio continuously enhances its capabilities, security, and user experience. + Ghostfolio is an open source software (OSS), providing a cost-effective alternative to making it particularly suitable for individuals on a tight budget, such as those pursuing Financial Independence, Retire Early (FIRE). By leveraging the collective efforts of a community of developers and personal finance enthusiasts, Ghostfolio continuously enhances its capabilities, security, and user experience. + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 27 + + + + Let’s dive deeper into the detailed Ghostfolio vs comparison table below to gain a thorough understanding of how Ghostfolio positions itself relative to . We will explore various aspects such as features, data privacy, pricing, and more, allowing you to make a well-informed choice for your personal requirements. + Let’s dive deeper into the detailed Ghostfolio vs comparison table below to gain a thorough understanding of how Ghostfolio positions itself relative to . We will explore various aspects such as features, data privacy, pricing, and more, allowing you to make a well-informed choice for your personal requirements. + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 38 + + + + Ghostfolio vs comparison table + Ghostfolio vs comparison table + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 49 + + + + Founded + Founded + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 72 + + + + Origin + Origin + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 77 + + + + Region + Region + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 82 + + + + Available in + Available in + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 87 + + + + ✅ Yes + ✅ Yes + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 115 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 122 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 134 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 141 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 153 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 160 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 172 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 179 + + + + ❌ No + ❌ No + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 117 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 136 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 143 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 155 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 162 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 174 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 181 + + + + ❌ No + ❌ No + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 124 + + + + Self-Hosting + Self-Hosting + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 129 + + + + Use anonymously + Use anonymously + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 148 + + + + Free Plan + Free Plan + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 167 + + + + Starting from + Starting from + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 188 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 193 + + + + year + year + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 189 + + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 195 + + + + Notes + Notes + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 201 + + + + Please note that the information provided in the Ghostfolio vs comparison table is based on our independent research and analysis. This website is not affiliated with or any other product mentioned in the comparison. As the landscape of personal finance tools evolves, it is essential to verify any specific details or changes directly from the respective product page. Data needs a refresh? Help us maintain accurate data on GitHub. + Please note that the information provided in the Ghostfolio vs comparison table is based on our independent research and analysis. This website is not affiliated with or any other product mentioned in the comparison. As the landscape of personal finance tools evolves, it is essential to verify any specific details or changes directly from the respective product page. Data needs a refresh? Help us maintain accurate data on GitHub. + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 210 + + + + Ready to take your investments to the next level? + Ready to take your investments to the next level? + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 223 + + + + Effortlessly track, analyze, and visualize your wealth with Ghostfolio. + Effortlessly track, analyze, and visualize your wealth with Ghostfolio. + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 227 + + + + Get Started + Get Started + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 232 + + + + Personal Finance Tools + Personal Finance Tools + + apps/client/src/app/pages/resources/personal-finance-tools/product-page.html + 308 + + + + Resources + Resources + + apps/client/src/app/pages/resources/resources-page-routing.module.ts + 13 + + + + Guides + Guides + + apps/client/src/app/pages/resources/resources-page.html + 22 + + + + Glossary + Glossary + + apps/client/src/app/pages/resources/resources-page.html + 124 + + + + Membership + Membership + + apps/client/src/app/pages/user-account/user-account-page-routing.module.ts + 23 + + + apps/client/src/app/pages/user-account/user-account-page.component.ts + 40 + + + + Access + Access + + apps/client/src/app/pages/user-account/user-account-page-routing.module.ts + 28 + + + apps/client/src/app/pages/user-account/user-account-page.component.ts + 46 + + + + My Ghostfolio + My Ghostfolio + + apps/client/src/app/pages/user-account/user-account-page-routing.module.ts + 33 + + + + Oops, authentication has failed. + Oops, authentication has failed. + + apps/client/src/app/pages/webauthn/webauthn-page.html + 19 + + + + Try again + Try again + + apps/client/src/app/pages/webauthn/webauthn-page.html + 27 + + + + Go back to Home Page + Go back to Home Page + + apps/client/src/app/pages/webauthn/webauthn-page.html + 31 + + + + Do you really want to delete this account balance? + Do you really want to delete this account balance? + + libs/ui/src/lib/account-balances/account-balances.component.ts + 101 + + + + Import Activities + Import Activities + + libs/ui/src/lib/activities-table/activities-table.component.html + 9 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 370 + + + + Import Dividends + Import Dividends + + libs/ui/src/lib/activities-table/activities-table.component.html + 29 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 382 + + + + Export Activities + Export Activities + + libs/ui/src/lib/activities-table/activities-table.component.html + 41 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 395 + + + + Export Drafts as ICS + Export Drafts as ICS + + libs/ui/src/lib/activities-table/activities-table.component.html + 54 + + + libs/ui/src/lib/activities-table/activities-table.component.html + 408 + + + + Delete Activities + Delete Activities + + libs/ui/src/lib/activities-table/activities-table.component.html + 66 + + + + Draft + Draft + + libs/ui/src/lib/activities-table/activities-table.component.html + 144 + + + + Clone + Clone + + libs/ui/src/lib/activities-table/activities-table.component.html + 435 + + + + Export Draft as ICS + Export Draft as ICS + + libs/ui/src/lib/activities-table/activities-table.component.html + 445 + + + + Do you really want to delete these activities? + Do you really want to delete these activities? + + libs/ui/src/lib/activities-table/activities-table.component.ts + 216 + + + + Do you really want to delete this activity? + Do you really want to delete this activity? + + libs/ui/src/lib/activities-table/activities-table.component.ts + 226 + + + + Find holding... + Find holding... + + libs/ui/src/lib/assistant/assistant.component.ts + 138 + + + + Week to date + Week to date + + libs/ui/src/lib/assistant/assistant.component.ts + 217 + + + + WTD + WTD + + libs/ui/src/lib/assistant/assistant.component.ts + 217 + + + + Month to date + Month to date + + libs/ui/src/lib/assistant/assistant.component.ts + 221 + + + + MTD + MTD + + libs/ui/src/lib/assistant/assistant.component.ts + 221 + + + + Year to date + Year to date + + libs/ui/src/lib/assistant/assistant.component.ts + 225 + + + + year + year + + libs/ui/src/lib/assistant/assistant.component.ts + 229 + + + + years + years + + libs/ui/src/lib/assistant/assistant.component.ts + 250 + + + + No entries... + No entries... + + libs/ui/src/lib/assistant/assistant.html + 63 + + + libs/ui/src/lib/assistant/assistant.html + 84 + + + + Asset Profiles + Asset Profiles + + libs/ui/src/lib/assistant/assistant.html + 67 + + + + Date Range + Date Range + + libs/ui/src/lib/assistant/assistant.html + 93 + + + + Asset Classes + Asset Classes + + libs/ui/src/lib/assistant/assistant.html + 138 + + + + Reset Filters + Reset Filters + + libs/ui/src/lib/assistant/assistant.html + 155 + + + + Apply Filters + Apply Filters + + libs/ui/src/lib/assistant/assistant.html + 165 + + + + Index + Index + + libs/ui/src/lib/benchmark/benchmark.component.html + 3 + + + + 50-Day Trend + 50-Day Trend + + libs/ui/src/lib/benchmark/benchmark.component.html + 15 + + + + 200-Day Trend + 200-Day Trend + + libs/ui/src/lib/benchmark/benchmark.component.html + 40 + + + + Last All Time High + Last All Time High + + libs/ui/src/lib/benchmark/benchmark.component.html + 65 + + + + Change from All Time High + Change from All Time High + + libs/ui/src/lib/benchmark/benchmark.component.html + 81 + + + + from ATH + from ATH + + libs/ui/src/lib/benchmark/benchmark.component.html + 83 + + + + Market data provided by + Market data provided by + + libs/ui/src/lib/data-provider-credits/data-provider-credits.component.html + 2 + + + + Savings Rate per Month + Savings Rate per Month + + libs/ui/src/lib/fire-calculator/fire-calculator.component.html + 10 + + + + Annual Interest Rate + Annual Interest Rate + + libs/ui/src/lib/fire-calculator/fire-calculator.component.html + 21 + + + + Retirement Date + Retirement Date + + libs/ui/src/lib/fire-calculator/fire-calculator.component.html + 32 + + + + Projected Total Amount + Projected Total Amount + + libs/ui/src/lib/fire-calculator/fire-calculator.component.html + 57 + + + + Deposit + Deposit + + libs/ui/src/lib/fire-calculator/fire-calculator.component.ts + 361 + + + + Interest + Interest + + libs/ui/src/lib/fire-calculator/fire-calculator.component.ts + 371 + + + libs/ui/src/lib/i18n.ts + 34 + + + + Savings + Savings + + libs/ui/src/lib/fire-calculator/fire-calculator.component.ts + 381 + + + + Allocation + Allocation + + libs/ui/src/lib/holdings-table/holdings-table.component.html + 98 + + + libs/ui/src/lib/top-holdings/top-holdings.component.html + 46 + + + + Show all + Show all + + libs/ui/src/lib/holdings-table/holdings-table.component.html + 197 + + + + Account + Account + + libs/ui/src/lib/i18n.ts + 4 + + + + Asia-Pacific + Asia-Pacific + + libs/ui/src/lib/i18n.ts + 5 + + + + Asset Class + Asset Class + + libs/ui/src/lib/i18n.ts + 6 + + + + Asset Sub Class + Asset Sub Class + + libs/ui/src/lib/i18n.ts + 7 + + + + Buy and sell + Buy and sell + + libs/ui/src/lib/i18n.ts + 8 + + + + Core + Core + + libs/ui/src/lib/i18n.ts + 9 + + + + Switch to Ghostfolio Premium or Ghostfolio Open Source easily + Switch to Ghostfolio Premium or Ghostfolio Open Source easily + + libs/ui/src/lib/i18n.ts + 10 + + + + Switch to Ghostfolio Premium easily + Switch to Ghostfolio Premium easily + + libs/ui/src/lib/i18n.ts + 11 + + + + Switch to Ghostfolio Open Source or Ghostfolio Basic easily + Switch to Ghostfolio Open Source or Ghostfolio Basic easily + + libs/ui/src/lib/i18n.ts + 12 + + + + Emergency Fund + Emergency Fund + + libs/ui/src/lib/i18n.ts + 13 + + + + Grant + Grant + + libs/ui/src/lib/i18n.ts + 14 + + + + Higher Risk + Higher Risk + + libs/ui/src/lib/i18n.ts + 15 + + + + This activity already exists. + This activity already exists. + + libs/ui/src/lib/i18n.ts + 16 + + + + Japan + Japan + + libs/ui/src/lib/i18n.ts + 17 + + + + Lower Risk + Lower Risk + + libs/ui/src/lib/i18n.ts + 18 + + + + Month + Month + + libs/ui/src/lib/i18n.ts + 19 + + + + Months + Months + + libs/ui/src/lib/i18n.ts + 20 + + + + Other + Other + + libs/ui/src/lib/i18n.ts + 21 + + + libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.component.ts + 400 + + + + Preset + Preset + + libs/ui/src/lib/i18n.ts + 22 + + + + Retirement Provision + Retirement Provision + + libs/ui/src/lib/i18n.ts + 23 + + + + Satellite + Satellite + + libs/ui/src/lib/i18n.ts + 24 + + + + Symbol + Symbol + + libs/ui/src/lib/i18n.ts + 25 + + + + Tag + Tag + + libs/ui/src/lib/i18n.ts + 26 + + + + Year + Year + + libs/ui/src/lib/i18n.ts + 27 + + + + Years + Years + + libs/ui/src/lib/i18n.ts + 28 + + + + Buy + Buy + + libs/ui/src/lib/i18n.ts + 31 + + + + Fee + Fee + + libs/ui/src/lib/i18n.ts + 33 + + + + Valuable + Valuable + + libs/ui/src/lib/i18n.ts + 35 + + + + Liability + Liability + + libs/ui/src/lib/i18n.ts + 36 + + + + Sell + Sell + + libs/ui/src/lib/i18n.ts + 37 + + + + Cash + Cash + + libs/ui/src/lib/i18n.ts + 40 + + + + Commodity + Commodity + + libs/ui/src/lib/i18n.ts + 41 + + + + Equity + Equity + + libs/ui/src/lib/i18n.ts + 42 + + + + Fixed Income + Fixed Income + + libs/ui/src/lib/i18n.ts + 43 + + + + Liquidity + Liquidity + + libs/ui/src/lib/i18n.ts + 44 + + + + Real Estate + Real Estate + + libs/ui/src/lib/i18n.ts + 45 + + + + Bond + Bond + + libs/ui/src/lib/i18n.ts + 48 + + + + Cryptocurrency + Cryptocurrency + + libs/ui/src/lib/i18n.ts + 49 + + + + ETF + ETF + + libs/ui/src/lib/i18n.ts + 50 + + + + Mutual Fund + Mutual Fund + + libs/ui/src/lib/i18n.ts + 51 + + + + Precious Metal + Precious Metal + + libs/ui/src/lib/i18n.ts + 52 + + + + Private Equity + Private Equity + + libs/ui/src/lib/i18n.ts + 53 + + + + Stock + Stock + + libs/ui/src/lib/i18n.ts + 54 + + + + Africa + Africa + + libs/ui/src/lib/i18n.ts + 61 + + + + Asia + Asia + + libs/ui/src/lib/i18n.ts + 62 + + + + Europe + Europe + + libs/ui/src/lib/i18n.ts + 63 + + + + North America + North America + + libs/ui/src/lib/i18n.ts + 64 + + + + Oceania + Oceania + + libs/ui/src/lib/i18n.ts + 65 + + + + South America + South America + + libs/ui/src/lib/i18n.ts + 66 + + + + Extreme Fear + Extreme Fear + + libs/ui/src/lib/i18n.ts + 69 + + + + Extreme Greed + Extreme Greed + + libs/ui/src/lib/i18n.ts + 70 + + + + Neutral + Neutral + + libs/ui/src/lib/i18n.ts + 73 + + + + Membership + Membership + + libs/ui/src/lib/membership-card/membership-card.component.html + 18 + + + + Valid until + Valid until + + libs/ui/src/lib/membership-card/membership-card.component.html + 23 + + + + Time to add your first activity. + Time to add your first activity. + + libs/ui/src/lib/no-transactions-info/no-transactions-info.component.html + 12 + + + + No data available + No data available + + libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.component.ts + 402 + + + libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.component.ts + 415 + + + + Show more + Show more + + libs/ui/src/lib/top-holdings/top-holdings.component.html + 81 + + + + + \ No newline at end of file diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf index 3441f7c0f..129541d8b 100644 --- a/apps/client/src/locales/messages.de.xlf +++ b/apps/client/src/locales/messages.de.xlf @@ -22,7 +22,7 @@ Das Ausfallrisiko beim Börsenhandel kann erheblich sein. Es ist nicht ratsam, Geld zu investieren, welches du kurzfristig benötigst. apps/client/src/app/app.component.html - 194 + 199 @@ -106,11 +106,11 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 221 + 225 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 331 + 335 apps/client/src/app/pages/portfolio/activities/activities-page.html @@ -346,7 +346,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 301 + 305 @@ -478,7 +478,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 112 + 114 @@ -574,7 +574,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 209 + 213 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -854,7 +854,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 357 + 361 apps/client/src/app/pages/accounts/accounts-page.html @@ -1006,7 +1006,7 @@ Registrieren apps/client/src/app/pages/features/features-page.html - 301 + 303 apps/client/src/app/pages/public/public-page.html @@ -1034,7 +1034,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 157 + 158 @@ -1070,7 +1070,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 245 + 255 apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html @@ -1090,7 +1090,7 @@ apps/client/src/app/pages/landing/landing-page.html - 442 + 450 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -1170,7 +1170,7 @@ Einlage apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 165 + 168 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1270,7 +1270,7 @@ Dividenden apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 177 + 181 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1310,7 +1310,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 270 + 274 apps/client/src/app/pages/public/public-page.html @@ -1330,7 +1330,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 282 + 286 @@ -1342,7 +1342,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 377 + 381 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1358,7 +1358,7 @@ Datenfehler melden apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 395 + 399 @@ -1382,7 +1382,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 89 + 91 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1666,7 +1666,7 @@ Möchtest du diese Anmeldemethode wirklich löschen? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 239 + 240 @@ -1738,7 +1738,7 @@ Lokalität apps/client/src/app/components/user-account-settings/user-account-settings.html - 117 + 127 @@ -1746,7 +1746,7 @@ Datums- und Zahlenformat apps/client/src/app/components/user-account-settings/user-account-settings.html - 119 + 129 @@ -1754,7 +1754,7 @@ Zen Modus apps/client/src/app/components/user-account-settings/user-account-settings.html - 167 + 177 apps/client/src/app/pages/features/features-page.html @@ -1766,7 +1766,7 @@ Einloggen mit Fingerabdruck apps/client/src/app/components/user-account-settings/user-account-settings.html - 185 + 195 @@ -1778,7 +1778,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 218 + 228 @@ -2234,7 +2234,7 @@ Anzahl apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 154 + 156 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2310,7 +2310,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 228 + 232 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2630,7 +2630,7 @@ Änderung apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 63 + 65 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2642,7 +2642,7 @@ Ø Preis pro Einheit apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 101 + 103 @@ -2650,7 +2650,7 @@ Minimum Preis apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 128 + 130 @@ -2658,7 +2658,7 @@ Maximum Preis apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 144 + 146 @@ -2678,7 +2678,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 237 + 241 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2694,7 +2694,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 254 + 258 @@ -2710,7 +2710,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 264 + 268 @@ -2866,7 +2866,7 @@ Experimentelle Funktionen apps/client/src/app/components/user-account-settings/user-account-settings.html - 201 + 211 @@ -2914,7 +2914,7 @@ Aussehen apps/client/src/app/components/user-account-settings/user-account-settings.html - 142 + 152 @@ -2922,7 +2922,7 @@ Automatisch apps/client/src/app/components/user-account-settings/user-account-settings.html - 156 + 166 @@ -2930,7 +2930,7 @@ Hell apps/client/src/app/components/user-account-settings/user-account-settings.html - 157 + 167 @@ -2938,7 +2938,7 @@ Dunkel apps/client/src/app/components/user-account-settings/user-account-settings.html - 158 + 168 @@ -3202,39 +3202,35 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 77 - - - apps/client/src/app/components/user-account-settings/user-account-settings.html - 82 + 85 apps/client/src/app/components/user-account-settings/user-account-settings.html - 86 + 90 apps/client/src/app/components/user-account-settings/user-account-settings.html - 90 + 94 apps/client/src/app/components/user-account-settings/user-account-settings.html - 94 + 98 apps/client/src/app/components/user-account-settings/user-account-settings.html - 99 + 102 apps/client/src/app/components/user-account-settings/user-account-settings.html - 104 + 114 apps/client/src/app/components/user-account-settings/user-account-settings.html - 108 + 118 apps/client/src/app/pages/features/features-page.html - 257 + 259 @@ -3458,7 +3454,7 @@ Unbeschwertes Erlebnis für turbulente Zeiten apps/client/src/app/components/user-account-settings/user-account-settings.html - 168 + 178 @@ -3466,7 +3462,7 @@ Vorschau auf kommende Funktionalität apps/client/src/app/components/user-account-settings/user-account-settings.html - 202 + 212 @@ -3686,7 +3682,7 @@ Jetzt loslegen apps/client/src/app/pages/landing/landing-page.html - 438 + 446 @@ -3702,7 +3698,7 @@ Gebühren apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 199 + 203 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -4298,7 +4294,7 @@ Open Source Software apps/client/src/app/pages/features/features-page.html - 276 + 278 @@ -4706,7 +4702,7 @@ Biometrische Authentifizierung apps/client/src/app/components/user-account-settings/user-account-settings.html - 184 + 194 @@ -4790,7 +4786,7 @@ Daten exportieren apps/client/src/app/components/user-account-settings/user-account-settings.html - 226 + 236 @@ -4914,7 +4910,7 @@ Schützen Sie Ihr Vermögen. Optimieren Sie Ihre persönliche Anlagestrategie. apps/client/src/app/pages/landing/landing-page.html - 217 + 225 @@ -4922,7 +4918,7 @@ Ghostfolio ermöglicht es geschäftigen Leuten, den Überblick über Aktien, ETFs oder Kryptowährungen zu behalten, ohne überwacht zu werden. apps/client/src/app/pages/landing/landing-page.html - 221 + 229 @@ -4930,7 +4926,7 @@ 360° Ansicht apps/client/src/app/pages/landing/landing-page.html - 232 + 240 @@ -4938,7 +4934,7 @@ Web3 ready apps/client/src/app/pages/landing/landing-page.html - 243 + 251 @@ -4946,7 +4942,7 @@ Nutze Ghostfolio ganz anonym und behalte deine Finanzdaten. apps/client/src/app/pages/landing/landing-page.html - 245 + 253 @@ -4954,7 +4950,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 253 + 261 @@ -4962,7 +4958,7 @@ Profitiere von kontinuierlichen Verbesserungen durch eine aktive Community. apps/client/src/app/pages/landing/landing-page.html - 255 + 263 @@ -4970,7 +4966,7 @@ Warum Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 264 + 272 @@ -4978,7 +4974,7 @@ Ghostfolio ist für dich geeignet, wenn du... apps/client/src/app/pages/landing/landing-page.html - 265 + 273 @@ -4986,7 +4982,7 @@ Aktien, ETFs oder Kryptowährungen auf unterschiedlichen Plattformen handelst apps/client/src/app/pages/landing/landing-page.html - 272 + 280 @@ -4994,7 +4990,7 @@ eine Buy & Hold Strategie verfolgst apps/client/src/app/pages/landing/landing-page.html - 278 + 286 @@ -5002,7 +4998,7 @@ dich für die Zusammensetzung deines Portfolios interessierst apps/client/src/app/pages/landing/landing-page.html - 283 + 291 @@ -5010,7 +5006,7 @@ Privatsphäre und Datenhoheit wertschätzt apps/client/src/app/pages/landing/landing-page.html - 288 + 296 @@ -5018,7 +5014,7 @@ zum Frugalismus oder Minimalismus neigst apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -5026,7 +5022,7 @@ dich um die Diversifizierung deiner finanziellen Mittel kümmerst apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -5034,7 +5030,7 @@ Interesse an finanzieller Freiheit hast apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -5042,7 +5038,7 @@ Nein sagst zu Excel-Tabellen im Jahr apps/client/src/app/pages/landing/landing-page.html - 303 + 311 @@ -5050,7 +5046,7 @@ diese Liste bis zum Ende liest apps/client/src/app/pages/landing/landing-page.html - 306 + 314 @@ -5058,7 +5054,7 @@ Erfahre mehr über Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 311 + 319 @@ -5066,7 +5062,7 @@ Was unsere Nutzer sagen apps/client/src/app/pages/landing/landing-page.html - 319 + 327 @@ -5074,7 +5070,7 @@ Nutzer aus aller Welt verwenden Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 358 + 366 @@ -5082,7 +5078,7 @@ Wie funktioniert Ghostfolio ? apps/client/src/app/pages/landing/landing-page.html - 375 + 383 @@ -5090,7 +5086,7 @@ Registriere dich anonym* apps/client/src/app/pages/landing/landing-page.html - 384 + 392 @@ -5098,7 +5094,7 @@ * Keine E-Mail-Adresse oder Kreditkarte erforderlich apps/client/src/app/pages/landing/landing-page.html - 386 + 394 @@ -5106,7 +5102,7 @@ Füge historische Transaktionen hinzu apps/client/src/app/pages/landing/landing-page.html - 397 + 405 @@ -5114,7 +5110,7 @@ Erhalte nützliche Erkenntnisse über die Zusammensetzung deines Portfolios apps/client/src/app/pages/landing/landing-page.html - 409 + 417 @@ -5122,7 +5118,7 @@ Bist du bereit? apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -5134,7 +5130,7 @@ apps/client/src/app/pages/landing/landing-page.html - 443 + 451 @@ -5142,7 +5138,7 @@ Verschaffe dir einen vollständigen Überblick deiner persönlichen Finanzen über mehrere Plattformen hinweg. apps/client/src/app/pages/landing/landing-page.html - 234 + 242 @@ -5150,7 +5146,7 @@ Beginne mit nur 3 Schritten apps/client/src/app/pages/landing/landing-page.html - 378 + 386 @@ -6202,7 +6198,7 @@ Die Marktdaten sind verzögert für apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts - 81 + 77 @@ -6470,7 +6466,7 @@ Aktivität apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 219 + 223 @@ -6478,7 +6474,7 @@ Dividendenrendite apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 187 + 191 @@ -6518,7 +6514,7 @@ Änderung mit Währungseffekt apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 52 + 53 @@ -6526,7 +6522,7 @@ Performance mit Währungseffekt apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 79 + 81 @@ -6566,7 +6562,7 @@ Möchtest du dieses Ghostfolio Konto wirklich schliessen? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 147 + 148 @@ -6574,7 +6570,7 @@ Gefahrenzone apps/client/src/app/components/user-account-settings/user-account-settings.html - 238 + 248 @@ -6582,7 +6578,7 @@ Konto schliessen apps/client/src/app/components/user-account-settings/user-account-settings.html - 273 + 283 @@ -6606,7 +6602,7 @@ Melde dich jetzt an oder probiere die Live Demo aus apps/client/src/app/pages/landing/landing-page.html - 426 + 434 @@ -6614,7 +6610,7 @@ Ups! Beim Einrichten der biometrischen Authentifizierung ist ein Fehler aufgetreten. apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 301 + 302 @@ -6683,4 +6679,4 @@ - + \ No newline at end of file diff --git a/apps/client/src/locales/messages.es.xlf b/apps/client/src/locales/messages.es.xlf index 17745e249..90ca2e496 100644 --- a/apps/client/src/locales/messages.es.xlf +++ b/apps/client/src/locales/messages.es.xlf @@ -23,7 +23,7 @@ El riesgo de pérdida en trading puede ser importante. No es aconsejable invertir dinero que puedas necesitar a corto plazo. apps/client/src/app/app.component.html - 194 + 199 @@ -107,11 +107,11 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 221 + 225 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 331 + 335 apps/client/src/app/pages/portfolio/activities/activities-page.html @@ -347,7 +347,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 301 + 305 @@ -479,7 +479,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 112 + 114 @@ -575,7 +575,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 209 + 213 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -855,7 +855,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 357 + 361 apps/client/src/app/pages/accounts/accounts-page.html @@ -1007,7 +1007,7 @@ Empezar apps/client/src/app/pages/features/features-page.html - 301 + 303 apps/client/src/app/pages/public/public-page.html @@ -1035,7 +1035,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 157 + 158 @@ -1071,7 +1071,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 245 + 255 apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html @@ -1091,7 +1091,7 @@ apps/client/src/app/pages/landing/landing-page.html - 442 + 450 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -1171,7 +1171,7 @@ Inversión apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 165 + 168 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1271,7 +1271,7 @@ Dividendo apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 177 + 181 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1311,7 +1311,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 270 + 274 apps/client/src/app/pages/public/public-page.html @@ -1331,7 +1331,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 282 + 286 @@ -1343,7 +1343,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 377 + 381 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1359,7 +1359,7 @@ Reporta un anomalía de los datos apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 395 + 399 @@ -1383,7 +1383,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 89 + 91 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1667,7 +1667,7 @@ ¿Estás seguro de eliminar este método de acceso? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 239 + 240 @@ -1739,7 +1739,7 @@ Ubicación apps/client/src/app/components/user-account-settings/user-account-settings.html - 117 + 127 @@ -1747,7 +1747,7 @@ Formato de fecha y número apps/client/src/app/components/user-account-settings/user-account-settings.html - 119 + 129 @@ -1755,7 +1755,7 @@ Modo Zen apps/client/src/app/components/user-account-settings/user-account-settings.html - 167 + 177 apps/client/src/app/pages/features/features-page.html @@ -1767,7 +1767,7 @@ Accede con huella digital apps/client/src/app/components/user-account-settings/user-account-settings.html - 185 + 195 @@ -1779,7 +1779,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 218 + 228 @@ -2235,7 +2235,7 @@ Cantidad apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 154 + 156 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2311,7 +2311,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 228 + 232 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2631,7 +2631,7 @@ Modificar apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 63 + 65 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2667,7 +2667,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 237 + 241 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2679,7 +2679,7 @@ Precio unitario medio apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 101 + 103 @@ -2687,7 +2687,7 @@ Precio máximo apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 144 + 146 @@ -2723,7 +2723,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 254 + 258 @@ -2739,7 +2739,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 264 + 268 @@ -2747,7 +2747,7 @@ Precio mínimo apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 128 + 130 @@ -2867,7 +2867,7 @@ Funcionalidades experimentales apps/client/src/app/components/user-account-settings/user-account-settings.html - 201 + 211 @@ -2915,7 +2915,7 @@ Apariencia apps/client/src/app/components/user-account-settings/user-account-settings.html - 142 + 152 @@ -2923,7 +2923,7 @@ Automático apps/client/src/app/components/user-account-settings/user-account-settings.html - 156 + 166 @@ -2931,7 +2931,7 @@ Claro apps/client/src/app/components/user-account-settings/user-account-settings.html - 157 + 167 @@ -2939,7 +2939,7 @@ Oscuro apps/client/src/app/components/user-account-settings/user-account-settings.html - 158 + 168 @@ -3203,39 +3203,35 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 77 - - - apps/client/src/app/components/user-account-settings/user-account-settings.html - 82 + 85 apps/client/src/app/components/user-account-settings/user-account-settings.html - 86 + 90 apps/client/src/app/components/user-account-settings/user-account-settings.html - 90 + 94 apps/client/src/app/components/user-account-settings/user-account-settings.html - 94 + 98 apps/client/src/app/components/user-account-settings/user-account-settings.html - 99 + 102 apps/client/src/app/components/user-account-settings/user-account-settings.html - 104 + 114 apps/client/src/app/components/user-account-settings/user-account-settings.html - 108 + 118 apps/client/src/app/pages/features/features-page.html - 257 + 259 @@ -3459,7 +3455,7 @@ Distraction-free experience for turbulent times apps/client/src/app/components/user-account-settings/user-account-settings.html - 168 + 178 @@ -3467,7 +3463,7 @@ Sneak peek at upcoming functionality apps/client/src/app/components/user-account-settings/user-account-settings.html - 202 + 212 @@ -3687,7 +3683,7 @@ Get Started apps/client/src/app/pages/landing/landing-page.html - 438 + 446 @@ -3703,7 +3699,7 @@ Fees apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 199 + 203 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -4299,7 +4295,7 @@ Open Source Software apps/client/src/app/pages/features/features-page.html - 276 + 278 @@ -4707,7 +4703,7 @@ Biometric Authentication apps/client/src/app/components/user-account-settings/user-account-settings.html - 184 + 194 @@ -4791,7 +4787,7 @@ Export Data apps/client/src/app/components/user-account-settings/user-account-settings.html - 226 + 236 @@ -4915,7 +4911,7 @@ Protect your assets. Refine your personal investment strategy. apps/client/src/app/pages/landing/landing-page.html - 217 + 225 @@ -4923,7 +4919,7 @@ Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. apps/client/src/app/pages/landing/landing-page.html - 221 + 229 @@ -4931,7 +4927,7 @@ 360° View apps/client/src/app/pages/landing/landing-page.html - 232 + 240 @@ -4939,7 +4935,7 @@ Web3 Ready apps/client/src/app/pages/landing/landing-page.html - 243 + 251 @@ -4947,7 +4943,7 @@ Use Ghostfolio anonymously and own your financial data. apps/client/src/app/pages/landing/landing-page.html - 245 + 253 @@ -4955,7 +4951,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 253 + 261 @@ -4963,7 +4959,7 @@ Benefit from continuous improvements through a strong community. apps/client/src/app/pages/landing/landing-page.html - 255 + 263 @@ -4971,7 +4967,7 @@ Why Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 264 + 272 @@ -4979,7 +4975,7 @@ Ghostfolio is for you if you are... apps/client/src/app/pages/landing/landing-page.html - 265 + 273 @@ -4987,7 +4983,7 @@ trading stocks, ETFs or cryptocurrencies on multiple platforms apps/client/src/app/pages/landing/landing-page.html - 272 + 280 @@ -4995,7 +4991,7 @@ pursuing a buy & hold strategy apps/client/src/app/pages/landing/landing-page.html - 278 + 286 @@ -5003,7 +4999,7 @@ interested in getting insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 283 + 291 @@ -5011,7 +5007,7 @@ valuing privacy and data ownership apps/client/src/app/pages/landing/landing-page.html - 288 + 296 @@ -5019,7 +5015,7 @@ into minimalism apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -5027,7 +5023,7 @@ caring about diversifying your financial resources apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -5035,7 +5031,7 @@ interested in financial independence apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -5043,7 +5039,7 @@ saying no to spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 303 + 311 @@ -5051,7 +5047,7 @@ still reading this list apps/client/src/app/pages/landing/landing-page.html - 306 + 314 @@ -5059,7 +5055,7 @@ Learn more about Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 311 + 319 @@ -5067,7 +5063,7 @@ What our users are saying apps/client/src/app/pages/landing/landing-page.html - 319 + 327 @@ -5075,7 +5071,7 @@ Members from around the globe are using Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 358 + 366 @@ -5083,7 +5079,7 @@ How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 375 + 383 @@ -5091,7 +5087,7 @@ Sign up anonymously* apps/client/src/app/pages/landing/landing-page.html - 384 + 392 @@ -5099,7 +5095,7 @@ * no e-mail address nor credit card required apps/client/src/app/pages/landing/landing-page.html - 386 + 394 @@ -5107,7 +5103,7 @@ Add any of your historical transactions apps/client/src/app/pages/landing/landing-page.html - 397 + 405 @@ -5115,7 +5111,7 @@ Get valuable insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 409 + 417 @@ -5123,7 +5119,7 @@ Are you ready? apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -5135,7 +5131,7 @@ apps/client/src/app/pages/landing/landing-page.html - 443 + 451 @@ -5143,7 +5139,7 @@ Get the full picture of your personal finances across multiple platforms. apps/client/src/app/pages/landing/landing-page.html - 234 + 242 @@ -5151,7 +5147,7 @@ Get started in only 3 steps apps/client/src/app/pages/landing/landing-page.html - 378 + 386 @@ -6203,7 +6199,7 @@ Market data is delayed for apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts - 81 + 77 @@ -6471,7 +6467,7 @@ Activity apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 219 + 223 @@ -6479,7 +6475,7 @@ Dividend Yield apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 187 + 191 @@ -6519,7 +6515,7 @@ Change with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 52 + 53 @@ -6527,7 +6523,7 @@ Performance with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 79 + 81 @@ -6567,7 +6563,7 @@ Do you really want to close your Ghostfolio account? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 147 + 148 @@ -6575,7 +6571,7 @@ Danger Zone apps/client/src/app/components/user-account-settings/user-account-settings.html - 238 + 248 @@ -6583,7 +6579,7 @@ Close Account apps/client/src/app/components/user-account-settings/user-account-settings.html - 273 + 283 @@ -6607,7 +6603,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 426 + 434 @@ -6615,7 +6611,7 @@ Oops! There was an error setting up biometric authentication. apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 301 + 302 @@ -6684,4 +6680,4 @@ - + \ No newline at end of file diff --git a/apps/client/src/locales/messages.fr.xlf b/apps/client/src/locales/messages.fr.xlf index a28bab813..91380c302 100644 --- a/apps/client/src/locales/messages.fr.xlf +++ b/apps/client/src/locales/messages.fr.xlf @@ -6,7 +6,7 @@ Le risque de perte en investissant peut être important. Il est déconseillé d’investir de l’argent dont vous pourriez avoir besoin à court terme. apps/client/src/app/app.component.html - 194 + 199 @@ -118,11 +118,11 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 221 + 225 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 331 + 335 apps/client/src/app/pages/portfolio/activities/activities-page.html @@ -394,7 +394,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 301 + 305 @@ -534,7 +534,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 112 + 114 @@ -642,7 +642,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 228 + 232 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -666,7 +666,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 237 + 241 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -686,7 +686,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 209 + 213 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -774,7 +774,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 254 + 258 @@ -790,7 +790,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 264 + 268 @@ -806,7 +806,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 270 + 274 apps/client/src/app/pages/public/public-page.html @@ -826,7 +826,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 282 + 286 @@ -942,7 +942,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 377 + 381 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1066,7 +1066,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 357 + 361 apps/client/src/app/pages/accounts/accounts-page.html @@ -1102,7 +1102,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 89 + 91 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1346,7 +1346,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 157 + 158 @@ -1422,7 +1422,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 245 + 255 apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html @@ -1442,7 +1442,7 @@ apps/client/src/app/pages/landing/landing-page.html - 442 + 450 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -1510,7 +1510,7 @@ Investissement apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 165 + 168 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1618,7 +1618,7 @@ Dividende apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 177 + 181 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1650,7 +1650,7 @@ Différence apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 63 + 65 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1662,7 +1662,7 @@ Prix Unitaire Moyen apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 101 + 103 @@ -1670,7 +1670,7 @@ Prix Minimum apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 128 + 130 @@ -1678,7 +1678,7 @@ Prix Maximum apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 144 + 146 @@ -1686,7 +1686,7 @@ Quantité apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 154 + 156 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1702,7 +1702,7 @@ Signaler une Erreur de Données apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 395 + 399 @@ -1930,7 +1930,7 @@ Voulez-vous vraiment supprimer cette méthode de connexion ? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 239 + 240 @@ -2014,39 +2014,35 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 77 - - - apps/client/src/app/components/user-account-settings/user-account-settings.html - 82 + 85 apps/client/src/app/components/user-account-settings/user-account-settings.html - 86 + 90 apps/client/src/app/components/user-account-settings/user-account-settings.html - 90 + 94 apps/client/src/app/components/user-account-settings/user-account-settings.html - 94 + 98 apps/client/src/app/components/user-account-settings/user-account-settings.html - 99 + 102 apps/client/src/app/components/user-account-settings/user-account-settings.html - 104 + 114 apps/client/src/app/components/user-account-settings/user-account-settings.html - 108 + 118 apps/client/src/app/pages/features/features-page.html - 257 + 259 @@ -2054,7 +2050,7 @@ Paramètres régionaux apps/client/src/app/components/user-account-settings/user-account-settings.html - 117 + 127 @@ -2062,7 +2058,7 @@ Format de date et d’heure apps/client/src/app/components/user-account-settings/user-account-settings.html - 119 + 129 @@ -2070,7 +2066,7 @@ Apparence apps/client/src/app/components/user-account-settings/user-account-settings.html - 142 + 152 @@ -2078,7 +2074,7 @@ Auto apps/client/src/app/components/user-account-settings/user-account-settings.html - 156 + 166 @@ -2086,7 +2082,7 @@ Clair apps/client/src/app/components/user-account-settings/user-account-settings.html - 157 + 167 @@ -2094,7 +2090,7 @@ Sombre apps/client/src/app/components/user-account-settings/user-account-settings.html - 158 + 168 @@ -2102,7 +2098,7 @@ Mode Zen apps/client/src/app/components/user-account-settings/user-account-settings.html - 167 + 177 apps/client/src/app/pages/features/features-page.html @@ -2114,7 +2110,7 @@ Se connecter avec empreinte apps/client/src/app/components/user-account-settings/user-account-settings.html - 185 + 195 @@ -2122,7 +2118,7 @@ Fonctionnalités expérimentales apps/client/src/app/components/user-account-settings/user-account-settings.html - 201 + 211 @@ -2134,7 +2130,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 218 + 228 @@ -2866,7 +2862,7 @@ Démarrer apps/client/src/app/pages/features/features-page.html - 301 + 303 apps/client/src/app/pages/public/public-page.html @@ -3458,7 +3454,7 @@ Expérience sans distraction pour les périodes tumultueuses apps/client/src/app/components/user-account-settings/user-account-settings.html - 168 + 178 @@ -3466,7 +3462,7 @@ Avant-première de fonctionnalités futures apps/client/src/app/components/user-account-settings/user-account-settings.html - 202 + 212 @@ -3686,7 +3682,7 @@ Démarrer apps/client/src/app/pages/landing/landing-page.html - 438 + 446 @@ -3702,7 +3698,7 @@ Frais apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 199 + 203 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -4298,7 +4294,7 @@ Logiciel Open Source apps/client/src/app/pages/features/features-page.html - 276 + 278 @@ -4706,7 +4702,7 @@ Biometric Authentication apps/client/src/app/components/user-account-settings/user-account-settings.html - 184 + 194 @@ -4790,7 +4786,7 @@ Export Data apps/client/src/app/components/user-account-settings/user-account-settings.html - 226 + 236 @@ -4914,7 +4910,7 @@ Protect your assets. Refine your personal investment strategy. apps/client/src/app/pages/landing/landing-page.html - 217 + 225 @@ -4922,7 +4918,7 @@ Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. apps/client/src/app/pages/landing/landing-page.html - 221 + 229 @@ -4930,7 +4926,7 @@ 360° View apps/client/src/app/pages/landing/landing-page.html - 232 + 240 @@ -4938,7 +4934,7 @@ Web3 Ready apps/client/src/app/pages/landing/landing-page.html - 243 + 251 @@ -4946,7 +4942,7 @@ Use Ghostfolio anonymously and own your financial data. apps/client/src/app/pages/landing/landing-page.html - 245 + 253 @@ -4954,7 +4950,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 253 + 261 @@ -4962,7 +4958,7 @@ Benefit from continuous improvements through a strong community. apps/client/src/app/pages/landing/landing-page.html - 255 + 263 @@ -4970,7 +4966,7 @@ Why Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 264 + 272 @@ -4978,7 +4974,7 @@ Ghostfolio is for you if you are... apps/client/src/app/pages/landing/landing-page.html - 265 + 273 @@ -4986,7 +4982,7 @@ trading stocks, ETFs or cryptocurrencies on multiple platforms apps/client/src/app/pages/landing/landing-page.html - 272 + 280 @@ -4994,7 +4990,7 @@ pursuing a buy & hold strategy apps/client/src/app/pages/landing/landing-page.html - 278 + 286 @@ -5002,7 +4998,7 @@ interested in getting insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 283 + 291 @@ -5010,7 +5006,7 @@ valuing privacy and data ownership apps/client/src/app/pages/landing/landing-page.html - 288 + 296 @@ -5018,7 +5014,7 @@ into minimalism apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -5026,7 +5022,7 @@ caring about diversifying your financial resources apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -5034,7 +5030,7 @@ interested in financial independence apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -5042,7 +5038,7 @@ saying no to spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 303 + 311 @@ -5050,7 +5046,7 @@ still reading this list apps/client/src/app/pages/landing/landing-page.html - 306 + 314 @@ -5058,7 +5054,7 @@ Learn more about Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 311 + 319 @@ -5066,7 +5062,7 @@ What our users are saying apps/client/src/app/pages/landing/landing-page.html - 319 + 327 @@ -5074,7 +5070,7 @@ Members from around the globe are using Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 358 + 366 @@ -5082,7 +5078,7 @@ How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 375 + 383 @@ -5090,7 +5086,7 @@ Sign up anonymously* apps/client/src/app/pages/landing/landing-page.html - 384 + 392 @@ -5098,7 +5094,7 @@ * no e-mail address nor credit card required apps/client/src/app/pages/landing/landing-page.html - 386 + 394 @@ -5106,7 +5102,7 @@ Add any of your historical transactions apps/client/src/app/pages/landing/landing-page.html - 397 + 405 @@ -5114,7 +5110,7 @@ Get valuable insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 409 + 417 @@ -5122,7 +5118,7 @@ Are you ready? apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -5134,7 +5130,7 @@ apps/client/src/app/pages/landing/landing-page.html - 443 + 451 @@ -5142,7 +5138,7 @@ Get the full picture of your personal finances across multiple platforms. apps/client/src/app/pages/landing/landing-page.html - 234 + 242 @@ -5150,7 +5146,7 @@ Get started in only 3 steps apps/client/src/app/pages/landing/landing-page.html - 378 + 386 @@ -6202,7 +6198,7 @@ Market data is delayed for apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts - 81 + 77 @@ -6470,7 +6466,7 @@ Activity apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 219 + 223 @@ -6478,7 +6474,7 @@ Dividend Yield apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 187 + 191 @@ -6518,7 +6514,7 @@ Change with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 52 + 53 @@ -6526,7 +6522,7 @@ Performance with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 79 + 81 @@ -6566,7 +6562,7 @@ Do you really want to close your Ghostfolio account? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 147 + 148 @@ -6574,7 +6570,7 @@ Danger Zone apps/client/src/app/components/user-account-settings/user-account-settings.html - 238 + 248 @@ -6582,7 +6578,7 @@ Close Account apps/client/src/app/components/user-account-settings/user-account-settings.html - 273 + 283 @@ -6606,7 +6602,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 426 + 434 @@ -6614,7 +6610,7 @@ Oops! There was an error setting up biometric authentication. apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 301 + 302 @@ -6683,4 +6679,4 @@ - + \ No newline at end of file diff --git a/apps/client/src/locales/messages.it.xlf b/apps/client/src/locales/messages.it.xlf index 212c18334..4d1089cf6 100644 --- a/apps/client/src/locales/messages.it.xlf +++ b/apps/client/src/locales/messages.it.xlf @@ -23,7 +23,7 @@ Il rischio di perdita nel trading può essere notevole. Non è consigliabile investire denaro di cui potresti avere bisogno a breve termine. apps/client/src/app/app.component.html - 194 + 199 @@ -107,11 +107,11 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 221 + 225 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 331 + 335 apps/client/src/app/pages/portfolio/activities/activities-page.html @@ -347,7 +347,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 301 + 305 @@ -479,7 +479,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 112 + 114 @@ -575,7 +575,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 209 + 213 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -855,7 +855,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 357 + 361 apps/client/src/app/pages/accounts/accounts-page.html @@ -1007,7 +1007,7 @@ Inizia apps/client/src/app/pages/features/features-page.html - 301 + 303 apps/client/src/app/pages/public/public-page.html @@ -1035,7 +1035,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 157 + 158 @@ -1071,7 +1071,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 245 + 255 apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html @@ -1091,7 +1091,7 @@ apps/client/src/app/pages/landing/landing-page.html - 442 + 450 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -1171,7 +1171,7 @@ Investimento apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 165 + 168 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1271,7 +1271,7 @@ Dividendo apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 177 + 181 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1311,7 +1311,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 270 + 274 apps/client/src/app/pages/public/public-page.html @@ -1331,7 +1331,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 282 + 286 @@ -1343,7 +1343,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 377 + 381 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1359,7 +1359,7 @@ Segnala un'anomalia dei dati apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 395 + 399 @@ -1383,7 +1383,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 89 + 91 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1667,7 +1667,7 @@ Vuoi davvero rimuovere questo metodo di accesso? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 239 + 240 @@ -1739,7 +1739,7 @@ Locale apps/client/src/app/components/user-account-settings/user-account-settings.html - 117 + 127 @@ -1747,7 +1747,7 @@ Formato data e numero apps/client/src/app/components/user-account-settings/user-account-settings.html - 119 + 129 @@ -1755,7 +1755,7 @@ Modalità Zen apps/client/src/app/components/user-account-settings/user-account-settings.html - 167 + 177 apps/client/src/app/pages/features/features-page.html @@ -1767,7 +1767,7 @@ Accesso con impronta digitale apps/client/src/app/components/user-account-settings/user-account-settings.html - 185 + 195 @@ -1779,7 +1779,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 218 + 228 @@ -2235,7 +2235,7 @@ Quantità apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 154 + 156 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2311,7 +2311,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 228 + 232 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2631,7 +2631,7 @@ Modifica apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 63 + 65 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2667,7 +2667,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 237 + 241 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2679,7 +2679,7 @@ Prezzo unitario medio apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 101 + 103 @@ -2687,7 +2687,7 @@ Prezzo massimo apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 144 + 146 @@ -2723,7 +2723,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 254 + 258 @@ -2739,7 +2739,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 264 + 268 @@ -2747,7 +2747,7 @@ Prezzo minimo apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 128 + 130 @@ -2867,7 +2867,7 @@ Funzionalità sperimentali apps/client/src/app/components/user-account-settings/user-account-settings.html - 201 + 211 @@ -2915,7 +2915,7 @@ Aspetto apps/client/src/app/components/user-account-settings/user-account-settings.html - 142 + 152 @@ -2923,7 +2923,7 @@ Auto apps/client/src/app/components/user-account-settings/user-account-settings.html - 156 + 166 @@ -2931,7 +2931,7 @@ Chiaro apps/client/src/app/components/user-account-settings/user-account-settings.html - 157 + 167 @@ -2939,7 +2939,7 @@ Scuro apps/client/src/app/components/user-account-settings/user-account-settings.html - 158 + 168 @@ -3203,39 +3203,35 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 77 - - - apps/client/src/app/components/user-account-settings/user-account-settings.html - 82 + 85 apps/client/src/app/components/user-account-settings/user-account-settings.html - 86 + 90 apps/client/src/app/components/user-account-settings/user-account-settings.html - 90 + 94 apps/client/src/app/components/user-account-settings/user-account-settings.html - 94 + 98 apps/client/src/app/components/user-account-settings/user-account-settings.html - 99 + 102 apps/client/src/app/components/user-account-settings/user-account-settings.html - 104 + 114 apps/client/src/app/components/user-account-settings/user-account-settings.html - 108 + 118 apps/client/src/app/pages/features/features-page.html - 257 + 259 @@ -3459,7 +3455,7 @@ Esperienza priva di distrazioni per i periodi più turbolenti apps/client/src/app/components/user-account-settings/user-account-settings.html - 168 + 178 @@ -3467,7 +3463,7 @@ Un'anteprima delle funzionalità in arrivo apps/client/src/app/components/user-account-settings/user-account-settings.html - 202 + 212 @@ -3687,7 +3683,7 @@ Inizia apps/client/src/app/pages/landing/landing-page.html - 438 + 446 @@ -3703,7 +3699,7 @@ Commissioni apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 199 + 203 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -4299,7 +4295,7 @@ Software open source apps/client/src/app/pages/features/features-page.html - 276 + 278 @@ -4707,7 +4703,7 @@ Autenticazione biometrica apps/client/src/app/components/user-account-settings/user-account-settings.html - 184 + 194 @@ -4791,7 +4787,7 @@ Esporta dati apps/client/src/app/components/user-account-settings/user-account-settings.html - 226 + 236 @@ -4915,7 +4911,7 @@ Proteggi i tuoi asset. Perfeziona la tua strategia di investimento personale. apps/client/src/app/pages/landing/landing-page.html - 217 + 225 @@ -4923,7 +4919,7 @@ Ghostfolio permette alle persone impegnate di tenere traccia di azioni, ETF o criptovalute senza essere tracciate. apps/client/src/app/pages/landing/landing-page.html - 221 + 229 @@ -4931,7 +4927,7 @@ Vista a 360° apps/client/src/app/pages/landing/landing-page.html - 232 + 240 @@ -4939,7 +4935,7 @@ Pronto per il Web3 apps/client/src/app/pages/landing/landing-page.html - 243 + 251 @@ -4947,7 +4943,7 @@ Usa Ghostfolio in modo anonimo e possiedi i tuoi dati finanziari. apps/client/src/app/pages/landing/landing-page.html - 245 + 253 @@ -4955,7 +4951,7 @@ Open source apps/client/src/app/pages/landing/landing-page.html - 253 + 261 @@ -4963,7 +4959,7 @@ Beneficia dei continui miglioramenti grazie a una forte comunità. apps/client/src/app/pages/landing/landing-page.html - 255 + 263 @@ -4971,7 +4967,7 @@ Perché Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 264 + 272 @@ -4979,7 +4975,7 @@ Ghostfolio è per te se... apps/client/src/app/pages/landing/landing-page.html - 265 + 273 @@ -4987,7 +4983,7 @@ fai trading di azioni, ETF o criptovalute su più piattaforme apps/client/src/app/pages/landing/landing-page.html - 272 + 280 @@ -4995,7 +4991,7 @@ persegui una strategia buy & hold apps/client/src/app/pages/landing/landing-page.html - 278 + 286 @@ -5003,7 +4999,7 @@ sei interessato a conoscere la composizione del tuo portafoglio apps/client/src/app/pages/landing/landing-page.html - 283 + 291 @@ -5011,7 +5007,7 @@ valorizzi la privacy e la proprietà dei dati apps/client/src/app/pages/landing/landing-page.html - 288 + 296 @@ -5019,7 +5015,7 @@ sei per il minimalismo apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -5027,7 +5023,7 @@ ti interessa diversificare le tue risorse finanziarie apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -5035,7 +5031,7 @@ sei interessato all'indipendenza finanziaria apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -5043,7 +5039,7 @@ non vuoi utilizzare il foglio elettronico nel apps/client/src/app/pages/landing/landing-page.html - 303 + 311 @@ -5051,7 +5047,7 @@ stai ancora leggendo questo elenco apps/client/src/app/pages/landing/landing-page.html - 306 + 314 @@ -5059,7 +5055,7 @@ Ulteriori informazioni su Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 311 + 319 @@ -5067,7 +5063,7 @@ Cosa dicono i nostri utenti apps/client/src/app/pages/landing/landing-page.html - 319 + 327 @@ -5075,7 +5071,7 @@ Membri da tutto il mondo utilizzano Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 358 + 366 @@ -5083,7 +5079,7 @@ Come funziona Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 375 + 383 @@ -5091,7 +5087,7 @@ Iscriviti in modo anonimo* apps/client/src/app/pages/landing/landing-page.html - 384 + 392 @@ -5099,7 +5095,7 @@ * non è richiesto alcun indirizzo email né la carta di credito apps/client/src/app/pages/landing/landing-page.html - 386 + 394 @@ -5107,7 +5103,7 @@ Aggiungi le tue transazioni storiche apps/client/src/app/pages/landing/landing-page.html - 397 + 405 @@ -5115,7 +5111,7 @@ Ottieni informazioni preziose sulla composizione del tuo portafoglio apps/client/src/app/pages/landing/landing-page.html - 409 + 417 @@ -5123,7 +5119,7 @@ Seipronto? apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -5135,7 +5131,7 @@ apps/client/src/app/pages/landing/landing-page.html - 443 + 451 @@ -5143,7 +5139,7 @@ Ottieni un quadro completo delle tue finanze personali su più piattaforme. apps/client/src/app/pages/landing/landing-page.html - 234 + 242 @@ -5151,7 +5147,7 @@ Inizia in soli 3 passi apps/client/src/app/pages/landing/landing-page.html - 378 + 386 @@ -6203,7 +6199,7 @@ Market data is delayed for apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts - 81 + 77 @@ -6471,7 +6467,7 @@ Activity apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 219 + 223 @@ -6479,7 +6475,7 @@ Dividend Yield apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 187 + 191 @@ -6519,7 +6515,7 @@ Change with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 52 + 53 @@ -6527,7 +6523,7 @@ Performance with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 79 + 81 @@ -6567,7 +6563,7 @@ Do you really want to close your Ghostfolio account? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 147 + 148 @@ -6575,7 +6571,7 @@ Danger Zone apps/client/src/app/components/user-account-settings/user-account-settings.html - 238 + 248 @@ -6583,7 +6579,7 @@ Close Account apps/client/src/app/components/user-account-settings/user-account-settings.html - 273 + 283 @@ -6607,7 +6603,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 426 + 434 @@ -6615,7 +6611,7 @@ Oops! There was an error setting up biometric authentication. apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 301 + 302 @@ -6684,4 +6680,4 @@ - + \ No newline at end of file diff --git a/apps/client/src/locales/messages.nl.xlf b/apps/client/src/locales/messages.nl.xlf index a45d8f2b0..7d237f713 100644 --- a/apps/client/src/locales/messages.nl.xlf +++ b/apps/client/src/locales/messages.nl.xlf @@ -22,7 +22,7 @@ Het risico op verlies bij handelen kan aanzienlijk zijn. Het is niet aan te raden om geld te investeren dat je misschien op korte termijn nodig heeft. apps/client/src/app/app.component.html - 194 + 199 @@ -106,11 +106,11 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 221 + 225 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 331 + 335 apps/client/src/app/pages/portfolio/activities/activities-page.html @@ -346,7 +346,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 301 + 305 @@ -478,7 +478,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 112 + 114 @@ -574,7 +574,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 209 + 213 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -854,7 +854,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 357 + 361 apps/client/src/app/pages/accounts/accounts-page.html @@ -1006,7 +1006,7 @@ Aan de slag apps/client/src/app/pages/features/features-page.html - 301 + 303 apps/client/src/app/pages/public/public-page.html @@ -1034,7 +1034,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 157 + 158 @@ -1070,7 +1070,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 245 + 255 apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html @@ -1090,7 +1090,7 @@ apps/client/src/app/pages/landing/landing-page.html - 442 + 450 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -1170,7 +1170,7 @@ Belegging apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 165 + 168 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1270,7 +1270,7 @@ Dividend apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 177 + 181 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1310,7 +1310,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 270 + 274 apps/client/src/app/pages/public/public-page.html @@ -1330,7 +1330,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 282 + 286 @@ -1342,7 +1342,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 377 + 381 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1358,7 +1358,7 @@ Gegevensstoring melden apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 395 + 399 @@ -1382,7 +1382,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 89 + 91 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1666,7 +1666,7 @@ Wil je deze aanmeldingsmethode echt verwijderen? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 239 + 240 @@ -1738,7 +1738,7 @@ Locatie apps/client/src/app/components/user-account-settings/user-account-settings.html - 117 + 127 @@ -1746,7 +1746,7 @@ Datum- en getalnotatie apps/client/src/app/components/user-account-settings/user-account-settings.html - 119 + 129 @@ -1754,7 +1754,7 @@ Zen-modus apps/client/src/app/components/user-account-settings/user-account-settings.html - 167 + 177 apps/client/src/app/pages/features/features-page.html @@ -1766,7 +1766,7 @@ Aanmelden met vingerafdruk apps/client/src/app/components/user-account-settings/user-account-settings.html - 185 + 195 @@ -1778,7 +1778,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 218 + 228 @@ -2234,7 +2234,7 @@ Hoeveelheid apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 154 + 156 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2310,7 +2310,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 228 + 232 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2630,7 +2630,7 @@ Verandering apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 63 + 65 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2666,7 +2666,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 237 + 241 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2678,7 +2678,7 @@ Gemiddelde prijs per eenheid apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 101 + 103 @@ -2686,7 +2686,7 @@ Maximale prijs apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 144 + 146 @@ -2722,7 +2722,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 254 + 258 @@ -2738,7 +2738,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 264 + 268 @@ -2746,7 +2746,7 @@ Minimale prijs apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 128 + 130 @@ -2866,7 +2866,7 @@ Experimentele functies apps/client/src/app/components/user-account-settings/user-account-settings.html - 201 + 211 @@ -2914,7 +2914,7 @@ Weergave apps/client/src/app/components/user-account-settings/user-account-settings.html - 142 + 152 @@ -2922,7 +2922,7 @@ Automatisch apps/client/src/app/components/user-account-settings/user-account-settings.html - 156 + 166 @@ -2930,7 +2930,7 @@ Licht apps/client/src/app/components/user-account-settings/user-account-settings.html - 157 + 167 @@ -2938,7 +2938,7 @@ Donker apps/client/src/app/components/user-account-settings/user-account-settings.html - 158 + 168 @@ -3202,39 +3202,35 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 77 - - - apps/client/src/app/components/user-account-settings/user-account-settings.html - 82 + 85 apps/client/src/app/components/user-account-settings/user-account-settings.html - 86 + 90 apps/client/src/app/components/user-account-settings/user-account-settings.html - 90 + 94 apps/client/src/app/components/user-account-settings/user-account-settings.html - 94 + 98 apps/client/src/app/components/user-account-settings/user-account-settings.html - 99 + 102 apps/client/src/app/components/user-account-settings/user-account-settings.html - 104 + 114 apps/client/src/app/components/user-account-settings/user-account-settings.html - 108 + 118 apps/client/src/app/pages/features/features-page.html - 257 + 259 @@ -3458,7 +3454,7 @@ Afleidingsvrije ervaring voor roerige tijden apps/client/src/app/components/user-account-settings/user-account-settings.html - 168 + 178 @@ -3466,7 +3462,7 @@ Voorproefje van nieuwe functionaliteit apps/client/src/app/components/user-account-settings/user-account-settings.html - 202 + 212 @@ -3686,7 +3682,7 @@ Aan de slag apps/client/src/app/pages/landing/landing-page.html - 438 + 446 @@ -3702,7 +3698,7 @@ Kosten apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 199 + 203 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -4298,7 +4294,7 @@ Open Source Software apps/client/src/app/pages/features/features-page.html - 276 + 278 @@ -4706,7 +4702,7 @@ Biometrische authenticatie apps/client/src/app/components/user-account-settings/user-account-settings.html - 184 + 194 @@ -4790,7 +4786,7 @@ Exporteer Data apps/client/src/app/components/user-account-settings/user-account-settings.html - 226 + 236 @@ -4914,7 +4910,7 @@ Bescherm je financiële bezittingen. Verfijn je persoonlijke investeringsstrategie. apps/client/src/app/pages/landing/landing-page.html - 217 + 225 @@ -4922,7 +4918,7 @@ Ghostfolio stelt drukbezette mensen in staat om aandelen, ETF's of cryptocurrencies bij te houden zonder gevolgd te worden. apps/client/src/app/pages/landing/landing-page.html - 221 + 229 @@ -4930,7 +4926,7 @@ 360°-overzicht apps/client/src/app/pages/landing/landing-page.html - 232 + 240 @@ -4938,7 +4934,7 @@ Klaar voor Web3 apps/client/src/app/pages/landing/landing-page.html - 243 + 251 @@ -4946,7 +4942,7 @@ Gebruik Ghostfolio anoniem en bezit je financiële gegevens. apps/client/src/app/pages/landing/landing-page.html - 245 + 253 @@ -4954,7 +4950,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 253 + 261 @@ -4962,7 +4958,7 @@ Profiteer van voortdurende verbeteringen door een sterke gemeenschap. apps/client/src/app/pages/landing/landing-page.html - 255 + 263 @@ -4970,7 +4966,7 @@ Waarom Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 264 + 272 @@ -4978,7 +4974,7 @@ Ghostfolio is iets voor je als je... apps/client/src/app/pages/landing/landing-page.html - 265 + 273 @@ -4986,7 +4982,7 @@ handelt in aandelen, ETF's of cryptocurrencies op meerdere platforms apps/client/src/app/pages/landing/landing-page.html - 272 + 280 @@ -4994,7 +4990,7 @@ streeft naar een buy & hold strategie apps/client/src/app/pages/landing/landing-page.html - 278 + 286 @@ -5002,7 +4998,7 @@ geïnteresseerd bent in het krijgen van inzicht in je portefeuillesamenstelling apps/client/src/app/pages/landing/landing-page.html - 283 + 291 @@ -5010,7 +5006,7 @@ privacy en eigendom van gegevens waardeert apps/client/src/app/pages/landing/landing-page.html - 288 + 296 @@ -5018,7 +5014,7 @@ houdt van een minimalistisch ontwerp apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -5026,7 +5022,7 @@ zorgdraagt voor het diversifiëren van je financiële middelen apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -5034,7 +5030,7 @@ geïnteresseerd bent in financiële onafhankelijkheid apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -5042,7 +5038,7 @@ "nee" zegt tegen spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 303 + 311 @@ -5050,7 +5046,7 @@ nog steeds deze lijst aan het lezen bent apps/client/src/app/pages/landing/landing-page.html - 306 + 314 @@ -5058,7 +5054,7 @@ Leer meer over Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 311 + 319 @@ -5066,7 +5062,7 @@ Wat onze gebruikers zeggen apps/client/src/app/pages/landing/landing-page.html - 319 + 327 @@ -5074,7 +5070,7 @@ Leden van over de hele wereld gebruikenGhostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 358 + 366 @@ -5082,7 +5078,7 @@ Hoe Ghostfolio werkt? apps/client/src/app/pages/landing/landing-page.html - 375 + 383 @@ -5090,7 +5086,7 @@ Anoniem aanmelden* apps/client/src/app/pages/landing/landing-page.html - 384 + 392 @@ -5098,7 +5094,7 @@ * geen e-mailadres of creditcard nodig apps/client/src/app/pages/landing/landing-page.html - 386 + 394 @@ -5106,7 +5102,7 @@ Voeg al je historische transacties toe apps/client/src/app/pages/landing/landing-page.html - 397 + 405 @@ -5114,7 +5110,7 @@ Krijg waardevolle inzichten in de samenstelling van je portefeuille apps/client/src/app/pages/landing/landing-page.html - 409 + 417 @@ -5122,7 +5118,7 @@ Ben je er klaar voor? apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -5134,7 +5130,7 @@ apps/client/src/app/pages/landing/landing-page.html - 443 + 451 @@ -5142,7 +5138,7 @@ Krijg een volledig beeld van je persoonlijke financiën op meerdere platforms. apps/client/src/app/pages/landing/landing-page.html - 234 + 242 @@ -5150,7 +5146,7 @@ Aan de slag in slechts 3 stappen apps/client/src/app/pages/landing/landing-page.html - 378 + 386 @@ -6202,7 +6198,7 @@ Market data is delayed for apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts - 81 + 77 @@ -6470,7 +6466,7 @@ Activity apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 219 + 223 @@ -6478,7 +6474,7 @@ Dividend Yield apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 187 + 191 @@ -6518,7 +6514,7 @@ Change with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 52 + 53 @@ -6526,7 +6522,7 @@ Performance with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 79 + 81 @@ -6566,7 +6562,7 @@ Do you really want to close your Ghostfolio account? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 147 + 148 @@ -6574,7 +6570,7 @@ Danger Zone apps/client/src/app/components/user-account-settings/user-account-settings.html - 238 + 248 @@ -6582,7 +6578,7 @@ Close Account apps/client/src/app/components/user-account-settings/user-account-settings.html - 273 + 283 @@ -6606,7 +6602,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 426 + 434 @@ -6614,7 +6610,7 @@ Oops! There was an error setting up biometric authentication. apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 301 + 302 @@ -6683,4 +6679,4 @@ - + \ No newline at end of file diff --git a/apps/client/src/locales/messages.pl.xlf b/apps/client/src/locales/messages.pl.xlf index 1a86383b1..60c134d02 100644 --- a/apps/client/src/locales/messages.pl.xlf +++ b/apps/client/src/locales/messages.pl.xlf @@ -674,39 +674,35 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 77 - - - apps/client/src/app/components/user-account-settings/user-account-settings.html - 82 + 85 apps/client/src/app/components/user-account-settings/user-account-settings.html - 86 + 90 apps/client/src/app/components/user-account-settings/user-account-settings.html - 90 + 94 apps/client/src/app/components/user-account-settings/user-account-settings.html - 94 + 98 apps/client/src/app/components/user-account-settings/user-account-settings.html - 99 + 102 apps/client/src/app/components/user-account-settings/user-account-settings.html - 104 + 114 apps/client/src/app/components/user-account-settings/user-account-settings.html - 108 + 118 apps/client/src/app/pages/features/features-page.html - 257 + 259 @@ -714,7 +710,7 @@ The risk of loss in trading can be substantial. It is not advisable to invest money you may need in the short term. apps/client/src/app/app.component.html - 194 + 199 @@ -834,11 +830,11 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 221 + 225 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 331 + 335 apps/client/src/app/pages/portfolio/activities/activities-page.html @@ -1138,7 +1134,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 301 + 305 @@ -1262,7 +1258,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 112 + 114 @@ -1402,7 +1398,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 228 + 232 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1426,7 +1422,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 237 + 241 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1446,7 +1442,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 209 + 213 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1566,7 +1562,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 254 + 258 @@ -1582,7 +1578,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 264 + 268 @@ -1598,7 +1594,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 270 + 274 apps/client/src/app/pages/public/public-page.html @@ -1618,7 +1614,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 282 + 286 @@ -1906,7 +1902,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 357 + 361 apps/client/src/app/pages/accounts/accounts-page.html @@ -1958,7 +1954,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 377 + 381 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2066,7 +2062,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 89 + 91 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2230,7 +2226,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 157 + 158 @@ -2390,7 +2386,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 245 + 255 apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html @@ -2410,7 +2406,7 @@ apps/client/src/app/pages/landing/landing-page.html - 442 + 450 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -2478,7 +2474,7 @@ Investment apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 165 + 168 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2506,7 +2502,7 @@ Fees apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 199 + 203 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2638,7 +2634,7 @@ Dividend apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 177 + 181 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2670,7 +2666,7 @@ Change apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 63 + 65 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2682,7 +2678,7 @@ Average Unit Price apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 101 + 103 @@ -2690,7 +2686,7 @@ Minimum Price apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 128 + 130 @@ -2698,7 +2694,7 @@ Maximum Price apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 144 + 146 @@ -2706,7 +2702,7 @@ Quantity apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 154 + 156 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2722,7 +2718,7 @@ Report Data Glitch apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 395 + 399 @@ -3030,7 +3026,7 @@ Do you really want to remove this sign in method? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 239 + 240 @@ -3078,7 +3074,7 @@ Locale apps/client/src/app/components/user-account-settings/user-account-settings.html - 117 + 127 @@ -3086,7 +3082,7 @@ Date and number format apps/client/src/app/components/user-account-settings/user-account-settings.html - 119 + 129 @@ -3094,7 +3090,7 @@ Appearance apps/client/src/app/components/user-account-settings/user-account-settings.html - 142 + 152 @@ -3102,7 +3098,7 @@ Auto apps/client/src/app/components/user-account-settings/user-account-settings.html - 156 + 166 @@ -3110,7 +3106,7 @@ Light apps/client/src/app/components/user-account-settings/user-account-settings.html - 157 + 167 @@ -3118,7 +3114,7 @@ Dark apps/client/src/app/components/user-account-settings/user-account-settings.html - 158 + 168 @@ -3126,7 +3122,7 @@ Zen Mode apps/client/src/app/components/user-account-settings/user-account-settings.html - 167 + 177 apps/client/src/app/pages/features/features-page.html @@ -3138,7 +3134,7 @@ Distraction-free experience for turbulent times apps/client/src/app/components/user-account-settings/user-account-settings.html - 168 + 178 @@ -3146,7 +3142,7 @@ Biometric Authentication apps/client/src/app/components/user-account-settings/user-account-settings.html - 184 + 194 @@ -3154,7 +3150,7 @@ Sign in with fingerprint apps/client/src/app/components/user-account-settings/user-account-settings.html - 185 + 195 @@ -3162,7 +3158,7 @@ Experimental Features apps/client/src/app/components/user-account-settings/user-account-settings.html - 201 + 211 @@ -3170,7 +3166,7 @@ Sneak peek at upcoming functionality apps/client/src/app/components/user-account-settings/user-account-settings.html - 202 + 212 @@ -3182,7 +3178,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 218 + 228 @@ -3190,7 +3186,7 @@ Export Data apps/client/src/app/components/user-account-settings/user-account-settings.html - 226 + 236 @@ -3622,7 +3618,7 @@ Open Source Software apps/client/src/app/pages/features/features-page.html - 276 + 278 @@ -3630,7 +3626,7 @@ Get Started apps/client/src/app/pages/features/features-page.html - 301 + 303 apps/client/src/app/pages/public/public-page.html @@ -3746,7 +3742,7 @@ apps/client/src/app/pages/landing/landing-page.html - 443 + 451 @@ -3794,7 +3790,7 @@ Protect your assets. Refine your personal investment strategy. apps/client/src/app/pages/landing/landing-page.html - 217 + 225 @@ -3802,7 +3798,7 @@ Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. apps/client/src/app/pages/landing/landing-page.html - 221 + 229 @@ -3810,7 +3806,7 @@ 360° View apps/client/src/app/pages/landing/landing-page.html - 232 + 240 @@ -3818,7 +3814,7 @@ Get the full picture of your personal finances across multiple platforms. apps/client/src/app/pages/landing/landing-page.html - 234 + 242 @@ -3826,7 +3822,7 @@ Web3 Ready apps/client/src/app/pages/landing/landing-page.html - 243 + 251 @@ -3834,7 +3830,7 @@ Use Ghostfolio anonymously and own your financial data. apps/client/src/app/pages/landing/landing-page.html - 245 + 253 @@ -3842,7 +3838,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 253 + 261 @@ -3850,7 +3846,7 @@ Benefit from continuous improvements through a strong community. apps/client/src/app/pages/landing/landing-page.html - 255 + 263 @@ -3858,7 +3854,7 @@ Why Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 264 + 272 @@ -3866,7 +3862,7 @@ Ghostfolio is for you if you are... apps/client/src/app/pages/landing/landing-page.html - 265 + 273 @@ -3874,7 +3870,7 @@ trading stocks, ETFs or cryptocurrencies on multiple platforms apps/client/src/app/pages/landing/landing-page.html - 272 + 280 @@ -3882,7 +3878,7 @@ pursuing a buy & hold strategy apps/client/src/app/pages/landing/landing-page.html - 278 + 286 @@ -3890,7 +3886,7 @@ interested in getting insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 283 + 291 @@ -3898,7 +3894,7 @@ valuing privacy and data ownership apps/client/src/app/pages/landing/landing-page.html - 288 + 296 @@ -3906,7 +3902,7 @@ into minimalism apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -3914,7 +3910,7 @@ caring about diversifying your financial resources apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -3922,7 +3918,7 @@ interested in financial independence apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -3930,7 +3926,7 @@ saying no to spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 303 + 311 @@ -3938,7 +3934,7 @@ still reading this list apps/client/src/app/pages/landing/landing-page.html - 306 + 314 @@ -3946,7 +3942,7 @@ Learn more about Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 311 + 319 @@ -3954,7 +3950,7 @@ What our users are saying apps/client/src/app/pages/landing/landing-page.html - 319 + 327 @@ -3962,7 +3958,7 @@ Members from around the globe are using Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 358 + 366 @@ -3970,7 +3966,7 @@ How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 375 + 383 @@ -3978,7 +3974,7 @@ Get started in only 3 steps apps/client/src/app/pages/landing/landing-page.html - 378 + 386 @@ -3986,7 +3982,7 @@ Sign up anonymously* apps/client/src/app/pages/landing/landing-page.html - 384 + 392 @@ -3994,7 +3990,7 @@ * no e-mail address nor credit card required apps/client/src/app/pages/landing/landing-page.html - 386 + 394 @@ -4002,7 +3998,7 @@ Add any of your historical transactions apps/client/src/app/pages/landing/landing-page.html - 397 + 405 @@ -4010,7 +4006,7 @@ Get valuable insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 409 + 417 @@ -4018,7 +4014,7 @@ Are you ready? apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -4922,7 +4918,7 @@ Get Started apps/client/src/app/pages/landing/landing-page.html - 438 + 446 @@ -6202,7 +6198,7 @@ Market data is delayed for apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts - 81 + 77 @@ -6470,7 +6466,7 @@ Activity apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 219 + 223 @@ -6478,7 +6474,7 @@ Dividend Yield apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 187 + 191 @@ -6518,7 +6514,7 @@ Change with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 52 + 53 @@ -6526,7 +6522,7 @@ Performance with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 79 + 81 @@ -6566,7 +6562,7 @@ Do you really want to close your Ghostfolio account? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 147 + 148 @@ -6574,7 +6570,7 @@ Danger Zone apps/client/src/app/components/user-account-settings/user-account-settings.html - 238 + 248 @@ -6582,7 +6578,7 @@ Close Account apps/client/src/app/components/user-account-settings/user-account-settings.html - 273 + 283 @@ -6606,7 +6602,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 426 + 434 @@ -6614,7 +6610,7 @@ Oops! There was an error setting up biometric authentication. apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 301 + 302 @@ -6683,4 +6679,4 @@ - + \ No newline at end of file diff --git a/apps/client/src/locales/messages.pt.xlf b/apps/client/src/locales/messages.pt.xlf index 052a775e4..ac3b53dfb 100644 --- a/apps/client/src/locales/messages.pt.xlf +++ b/apps/client/src/locales/messages.pt.xlf @@ -6,7 +6,7 @@ O risco de perda em investimentos pode ser substancial. Não é aconselhável investir dinheiro que possa vir a precisar a curto prazo. apps/client/src/app/app.component.html - 194 + 199 @@ -118,11 +118,11 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 221 + 225 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 331 + 335 apps/client/src/app/pages/portfolio/activities/activities-page.html @@ -394,7 +394,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 301 + 305 @@ -534,7 +534,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 112 + 114 @@ -642,7 +642,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 228 + 232 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -666,7 +666,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 237 + 241 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -686,7 +686,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 209 + 213 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -934,7 +934,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 357 + 361 apps/client/src/app/pages/accounts/accounts-page.html @@ -970,7 +970,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 89 + 91 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1214,7 +1214,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 157 + 158 @@ -1298,7 +1298,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 245 + 255 apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html @@ -1318,7 +1318,7 @@ apps/client/src/app/pages/landing/landing-page.html - 442 + 450 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -1386,7 +1386,7 @@ Investimento apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 165 + 168 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1494,7 +1494,7 @@ Dividendo apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 177 + 181 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1526,7 +1526,7 @@ Alterar apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 63 + 65 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1538,7 +1538,7 @@ Preço Médio por Unidade apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 101 + 103 @@ -1546,7 +1546,7 @@ Preço Mínimo apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 128 + 130 @@ -1554,7 +1554,7 @@ Preço Máximo apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 144 + 146 @@ -1562,7 +1562,7 @@ Quantidade apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 154 + 156 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1582,7 +1582,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 254 + 258 @@ -1598,7 +1598,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 264 + 268 @@ -1614,7 +1614,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 270 + 274 apps/client/src/app/pages/public/public-page.html @@ -1634,7 +1634,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 282 + 286 @@ -1646,7 +1646,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 377 + 381 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1662,7 +1662,7 @@ Dados do Relatório com Problema apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 395 + 399 @@ -1910,7 +1910,7 @@ Deseja realmente remover este método de início de sessão? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 239 + 240 @@ -2002,7 +2002,7 @@ Localidade apps/client/src/app/components/user-account-settings/user-account-settings.html - 117 + 127 @@ -2010,7 +2010,7 @@ Formato de números e datas apps/client/src/app/components/user-account-settings/user-account-settings.html - 119 + 129 @@ -2018,7 +2018,7 @@ Modo Zen apps/client/src/app/components/user-account-settings/user-account-settings.html - 167 + 177 apps/client/src/app/pages/features/features-page.html @@ -2030,7 +2030,7 @@ Aparência apps/client/src/app/components/user-account-settings/user-account-settings.html - 142 + 152 @@ -2038,7 +2038,7 @@ Auto apps/client/src/app/components/user-account-settings/user-account-settings.html - 156 + 166 @@ -2046,7 +2046,7 @@ Claro apps/client/src/app/components/user-account-settings/user-account-settings.html - 157 + 167 @@ -2054,7 +2054,7 @@ Escuro apps/client/src/app/components/user-account-settings/user-account-settings.html - 158 + 168 @@ -2062,7 +2062,7 @@ Iniciar sessão com impressão digital apps/client/src/app/components/user-account-settings/user-account-settings.html - 185 + 195 @@ -2070,7 +2070,7 @@ Funcionalidades Experimentais apps/client/src/app/components/user-account-settings/user-account-settings.html - 201 + 211 @@ -2082,7 +2082,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 218 + 228 @@ -2762,7 +2762,7 @@ Começar apps/client/src/app/pages/features/features-page.html - 301 + 303 apps/client/src/app/pages/public/public-page.html @@ -3246,39 +3246,35 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 77 - - - apps/client/src/app/components/user-account-settings/user-account-settings.html - 82 + 85 apps/client/src/app/components/user-account-settings/user-account-settings.html - 86 + 90 apps/client/src/app/components/user-account-settings/user-account-settings.html - 90 + 94 apps/client/src/app/components/user-account-settings/user-account-settings.html - 94 + 98 apps/client/src/app/components/user-account-settings/user-account-settings.html - 99 + 102 apps/client/src/app/components/user-account-settings/user-account-settings.html - 104 + 114 apps/client/src/app/components/user-account-settings/user-account-settings.html - 108 + 118 apps/client/src/app/pages/features/features-page.html - 257 + 259 @@ -3458,7 +3454,7 @@ Experiência sem distrações para tempos turbulentos apps/client/src/app/components/user-account-settings/user-account-settings.html - 168 + 178 @@ -3466,7 +3462,7 @@ Acesso antecipado a funcionalidades futuras apps/client/src/app/components/user-account-settings/user-account-settings.html - 202 + 212 @@ -3686,7 +3682,7 @@ Começar apps/client/src/app/pages/landing/landing-page.html - 438 + 446 @@ -3702,7 +3698,7 @@ Taxas apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 199 + 203 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -4298,7 +4294,7 @@ Open Source Software apps/client/src/app/pages/features/features-page.html - 276 + 278 @@ -4706,7 +4702,7 @@ Biometric Authentication apps/client/src/app/components/user-account-settings/user-account-settings.html - 184 + 194 @@ -4790,7 +4786,7 @@ Export Data apps/client/src/app/components/user-account-settings/user-account-settings.html - 226 + 236 @@ -4914,7 +4910,7 @@ Protect your assets. Refine your personal investment strategy. apps/client/src/app/pages/landing/landing-page.html - 217 + 225 @@ -4922,7 +4918,7 @@ Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. apps/client/src/app/pages/landing/landing-page.html - 221 + 229 @@ -4930,7 +4926,7 @@ 360° View apps/client/src/app/pages/landing/landing-page.html - 232 + 240 @@ -4938,7 +4934,7 @@ Web3 Ready apps/client/src/app/pages/landing/landing-page.html - 243 + 251 @@ -4946,7 +4942,7 @@ Use Ghostfolio anonymously and own your financial data. apps/client/src/app/pages/landing/landing-page.html - 245 + 253 @@ -4954,7 +4950,7 @@ Open Source apps/client/src/app/pages/landing/landing-page.html - 253 + 261 @@ -4962,7 +4958,7 @@ Benefit from continuous improvements through a strong community. apps/client/src/app/pages/landing/landing-page.html - 255 + 263 @@ -4970,7 +4966,7 @@ Why Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 264 + 272 @@ -4978,7 +4974,7 @@ Ghostfolio is for you if you are... apps/client/src/app/pages/landing/landing-page.html - 265 + 273 @@ -4986,7 +4982,7 @@ trading stocks, ETFs or cryptocurrencies on multiple platforms apps/client/src/app/pages/landing/landing-page.html - 272 + 280 @@ -4994,7 +4990,7 @@ pursuing a buy & hold strategy apps/client/src/app/pages/landing/landing-page.html - 278 + 286 @@ -5002,7 +4998,7 @@ interested in getting insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 283 + 291 @@ -5010,7 +5006,7 @@ valuing privacy and data ownership apps/client/src/app/pages/landing/landing-page.html - 288 + 296 @@ -5018,7 +5014,7 @@ into minimalism apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -5026,7 +5022,7 @@ caring about diversifying your financial resources apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -5034,7 +5030,7 @@ interested in financial independence apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -5042,7 +5038,7 @@ saying no to spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 303 + 311 @@ -5050,7 +5046,7 @@ still reading this list apps/client/src/app/pages/landing/landing-page.html - 306 + 314 @@ -5058,7 +5054,7 @@ Learn more about Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 311 + 319 @@ -5066,7 +5062,7 @@ What our users are saying apps/client/src/app/pages/landing/landing-page.html - 319 + 327 @@ -5074,7 +5070,7 @@ Members from around the globe are using Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 358 + 366 @@ -5082,7 +5078,7 @@ How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 375 + 383 @@ -5090,7 +5086,7 @@ Sign up anonymously* apps/client/src/app/pages/landing/landing-page.html - 384 + 392 @@ -5098,7 +5094,7 @@ * no e-mail address nor credit card required apps/client/src/app/pages/landing/landing-page.html - 386 + 394 @@ -5106,7 +5102,7 @@ Add any of your historical transactions apps/client/src/app/pages/landing/landing-page.html - 397 + 405 @@ -5114,7 +5110,7 @@ Get valuable insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 409 + 417 @@ -5122,7 +5118,7 @@ Are you ready? apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -5134,7 +5130,7 @@ apps/client/src/app/pages/landing/landing-page.html - 443 + 451 @@ -5142,7 +5138,7 @@ Get the full picture of your personal finances across multiple platforms. apps/client/src/app/pages/landing/landing-page.html - 234 + 242 @@ -5150,7 +5146,7 @@ Get started in only 3 steps apps/client/src/app/pages/landing/landing-page.html - 378 + 386 @@ -6202,7 +6198,7 @@ Market data is delayed for apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts - 81 + 77 @@ -6470,7 +6466,7 @@ Activity apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 219 + 223 @@ -6478,7 +6474,7 @@ Dividend Yield apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 187 + 191 @@ -6518,7 +6514,7 @@ Change with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 52 + 53 @@ -6526,7 +6522,7 @@ Performance with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 79 + 81 @@ -6566,7 +6562,7 @@ Do you really want to close your Ghostfolio account? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 147 + 148 @@ -6574,7 +6570,7 @@ Danger Zone apps/client/src/app/components/user-account-settings/user-account-settings.html - 238 + 248 @@ -6582,7 +6578,7 @@ Close Account apps/client/src/app/components/user-account-settings/user-account-settings.html - 273 + 283 @@ -6606,7 +6602,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 426 + 434 @@ -6614,7 +6610,7 @@ Oops! There was an error setting up biometric authentication. apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 301 + 302 @@ -6683,4 +6679,4 @@ - + \ No newline at end of file diff --git a/apps/client/src/locales/messages.tr.xlf b/apps/client/src/locales/messages.tr.xlf index cd9c6dd62..9da55aac3 100644 --- a/apps/client/src/locales/messages.tr.xlf +++ b/apps/client/src/locales/messages.tr.xlf @@ -650,39 +650,35 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 77 - - - apps/client/src/app/components/user-account-settings/user-account-settings.html - 82 + 85 apps/client/src/app/components/user-account-settings/user-account-settings.html - 86 + 90 apps/client/src/app/components/user-account-settings/user-account-settings.html - 90 + 94 apps/client/src/app/components/user-account-settings/user-account-settings.html - 94 + 98 apps/client/src/app/components/user-account-settings/user-account-settings.html - 99 + 102 apps/client/src/app/components/user-account-settings/user-account-settings.html - 104 + 114 apps/client/src/app/components/user-account-settings/user-account-settings.html - 108 + 118 apps/client/src/app/pages/features/features-page.html - 257 + 259 @@ -690,7 +686,7 @@ Alım satımda kayıp riski büyük boyutta olabilir. Kısa vadede ihtiyaç duyabileceğiniz parayla yatırım yapmak tavsiye edilmez. apps/client/src/app/app.component.html - 194 + 199 @@ -826,11 +822,11 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 221 + 225 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 331 + 335 apps/client/src/app/pages/portfolio/activities/activities-page.html @@ -1086,7 +1082,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 301 + 305 @@ -1226,7 +1222,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 112 + 114 @@ -1358,7 +1354,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 228 + 232 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1382,7 +1378,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 237 + 241 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1402,7 +1398,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 209 + 213 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1498,7 +1494,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 254 + 258 @@ -1514,7 +1510,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 264 + 268 @@ -1530,7 +1526,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 270 + 274 apps/client/src/app/pages/public/public-page.html @@ -1550,7 +1546,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 282 + 286 @@ -1694,7 +1690,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 377 + 381 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1818,7 +1814,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 357 + 361 apps/client/src/app/pages/accounts/accounts-page.html @@ -1926,7 +1922,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 89 + 91 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2082,7 +2078,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 157 + 158 @@ -2242,7 +2238,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 245 + 255 apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html @@ -2262,7 +2258,7 @@ apps/client/src/app/pages/landing/landing-page.html - 442 + 450 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -2330,7 +2326,7 @@ Yatırım apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 165 + 168 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2466,7 +2462,7 @@ Temettü apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 177 + 181 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2498,7 +2494,7 @@ Para Birimi apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 63 + 65 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2510,7 +2506,7 @@ Ortalama Birim Fiyat apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 101 + 103 @@ -2518,7 +2514,7 @@ Asgari Fiyat apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 128 + 130 @@ -2526,7 +2522,7 @@ Azami Fiyat apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 144 + 146 @@ -2534,7 +2530,7 @@ Miktar apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 154 + 156 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2550,7 +2546,7 @@ Komisyon apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 199 + 203 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2566,7 +2562,7 @@ Rapor Veri Sorunu apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 395 + 399 @@ -3150,7 +3146,7 @@ Zen Modu apps/client/src/app/components/user-account-settings/user-account-settings.html - 167 + 177 apps/client/src/app/pages/features/features-page.html @@ -3186,7 +3182,7 @@ Açık Kaynak Yazılım apps/client/src/app/pages/features/features-page.html - 276 + 278 @@ -3194,7 +3190,7 @@ Başla apps/client/src/app/pages/features/features-page.html - 301 + 303 apps/client/src/app/pages/public/public-page.html @@ -3286,7 +3282,7 @@ apps/client/src/app/pages/landing/landing-page.html - 443 + 451 @@ -3334,7 +3330,7 @@ varlıklarınızı koruyun. Kişisel yatırım stratejinizi geliştirin. apps/client/src/app/pages/landing/landing-page.html - 217 + 225 @@ -3342,7 +3338,7 @@ Ghostfolio, takip edilmeden hisse senetleri, ETF'ler veya kripto paraları izlemek isteyen yoğun insanlara güç verir. apps/client/src/app/pages/landing/landing-page.html - 221 + 229 @@ -3350,7 +3346,7 @@ 360° Görünüm apps/client/src/app/pages/landing/landing-page.html - 232 + 240 @@ -3358,7 +3354,7 @@ Kişisel finansınızın tam resmini birden fazla platformda edinin. apps/client/src/app/pages/landing/landing-page.html - 234 + 242 @@ -3366,7 +3362,7 @@ Web3 Hazır apps/client/src/app/pages/landing/landing-page.html - 243 + 251 @@ -3374,7 +3370,7 @@ Ghostfolio'yu anonim olarak kullanın ve finansal verilerinize sahip çıkın. apps/client/src/app/pages/landing/landing-page.html - 245 + 253 @@ -3382,7 +3378,7 @@ Açık Kaynak apps/client/src/app/pages/landing/landing-page.html - 253 + 261 @@ -3390,7 +3386,7 @@ Güçlü bir topluluk aracılığıyla sürekli gelişmelerden faydalanın. apps/client/src/app/pages/landing/landing-page.html - 255 + 263 @@ -3398,7 +3394,7 @@ Neden Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 264 + 272 @@ -3406,7 +3402,7 @@ Ghostfolio tam size göre, apps/client/src/app/pages/landing/landing-page.html - 265 + 273 @@ -3414,7 +3410,7 @@ Birden fazla platformda hisse senedi, ETF veya kripto para ticareti yapıyorsanız, apps/client/src/app/pages/landing/landing-page.html - 272 + 280 @@ -3422,7 +3418,7 @@ al ve tut stratejisi izliyorsanız, apps/client/src/app/pages/landing/landing-page.html - 278 + 286 @@ -3430,7 +3426,7 @@ Portföy bileşimine dair içgörüleri edinmek istiyorsanız, apps/client/src/app/pages/landing/landing-page.html - 283 + 291 @@ -3438,7 +3434,7 @@ Gizliliğe ve verilerinize sahip çıkmayı önemsiyorsanız apps/client/src/app/pages/landing/landing-page.html - 288 + 296 @@ -3446,7 +3442,7 @@ minimalizme ilgi duyuyorsanız apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -3454,7 +3450,7 @@ finansal kaynaklarınızı çeşitlendirmeye önem veriyorsanız apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -3462,7 +3458,7 @@ finansal özgürlük peşindeyseniz apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -3470,7 +3466,7 @@ elektronik tablo uygulamalarına hayır diyorsanız apps/client/src/app/pages/landing/landing-page.html - 303 + 311 @@ -3478,7 +3474,7 @@ bu listeyi hala okuyorsanız apps/client/src/app/pages/landing/landing-page.html - 306 + 314 @@ -3486,7 +3482,7 @@ Ghostfolio hakkında daha fazla bilgi edinin apps/client/src/app/pages/landing/landing-page.html - 311 + 319 @@ -3494,7 +3490,7 @@ What our users are saying apps/client/src/app/pages/landing/landing-page.html - 319 + 327 @@ -3502,7 +3498,7 @@ Dünyanın dört bir yanındaki kullanıcılar Ghostfolio Premium kullanıyorlar. apps/client/src/app/pages/landing/landing-page.html - 358 + 366 @@ -3510,7 +3506,7 @@ How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 375 + 383 @@ -3518,7 +3514,7 @@ Sadece 3 adımda başlayın apps/client/src/app/pages/landing/landing-page.html - 378 + 386 @@ -3526,7 +3522,7 @@ Anonim olarak kaydolun* apps/client/src/app/pages/landing/landing-page.html - 384 + 392 @@ -3534,7 +3530,7 @@ * e-posta adresi veya kredi kartı gerekmez apps/client/src/app/pages/landing/landing-page.html - 386 + 394 @@ -3542,7 +3538,7 @@ Herhangi bir geçmiş işleminizi ekleyin apps/client/src/app/pages/landing/landing-page.html - 397 + 405 @@ -3550,7 +3546,7 @@ Portföy bileşiminizle ilgili değerli bilgiler edinin apps/client/src/app/pages/landing/landing-page.html - 409 + 417 @@ -3558,7 +3554,7 @@ Are you ready? apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -4386,7 +4382,7 @@ Başla apps/client/src/app/pages/landing/landing-page.html - 438 + 446 @@ -4874,7 +4870,7 @@ Bu giriş yöntemini kaldırmayı gerçekten istiyor musunuz? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 239 + 240 @@ -4958,7 +4954,7 @@ Yerel Ayarlar apps/client/src/app/components/user-account-settings/user-account-settings.html - 117 + 127 @@ -4966,7 +4962,7 @@ Tarih ve Sayı Formatları apps/client/src/app/components/user-account-settings/user-account-settings.html - 119 + 129 @@ -4974,7 +4970,7 @@ Görünüm apps/client/src/app/components/user-account-settings/user-account-settings.html - 142 + 152 @@ -4982,7 +4978,7 @@ Otomatik apps/client/src/app/components/user-account-settings/user-account-settings.html - 156 + 166 @@ -4990,7 +4986,7 @@ Açık apps/client/src/app/components/user-account-settings/user-account-settings.html - 157 + 167 @@ -4998,7 +4994,7 @@ Koyu apps/client/src/app/components/user-account-settings/user-account-settings.html - 158 + 168 @@ -5006,7 +5002,7 @@ Çalkantılı zamanlar için dikkat dağıtmayan bir deneyim apps/client/src/app/components/user-account-settings/user-account-settings.html - 168 + 178 @@ -5014,7 +5010,7 @@ Biyometrik Kimlik Doğrulama apps/client/src/app/components/user-account-settings/user-account-settings.html - 184 + 194 @@ -5022,7 +5018,7 @@ Parmak iziyle oturum aç apps/client/src/app/components/user-account-settings/user-account-settings.html - 185 + 195 @@ -5030,7 +5026,7 @@ Deneysel Özellikler apps/client/src/app/components/user-account-settings/user-account-settings.html - 201 + 211 @@ -5038,7 +5034,7 @@ Gelecek özelliklere göz atın apps/client/src/app/components/user-account-settings/user-account-settings.html - 202 + 212 @@ -5050,7 +5046,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 218 + 228 @@ -5058,7 +5054,7 @@ Verileri Dışa Aktar apps/client/src/app/components/user-account-settings/user-account-settings.html - 226 + 236 @@ -6202,7 +6198,7 @@ Market data is delayed for apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts - 81 + 77 @@ -6470,7 +6466,7 @@ Activity apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 219 + 223 @@ -6478,7 +6474,7 @@ Dividend Yield apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 187 + 191 @@ -6518,7 +6514,7 @@ Change with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 52 + 53 @@ -6526,7 +6522,7 @@ Performance with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 79 + 81 @@ -6566,7 +6562,7 @@ Do you really want to close your Ghostfolio account? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 147 + 148 @@ -6574,7 +6570,7 @@ Danger Zone apps/client/src/app/components/user-account-settings/user-account-settings.html - 238 + 248 @@ -6582,7 +6578,7 @@ Close Account apps/client/src/app/components/user-account-settings/user-account-settings.html - 273 + 283 @@ -6606,7 +6602,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 426 + 434 @@ -6614,7 +6610,7 @@ Oops! There was an error setting up biometric authentication. apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 301 + 302 @@ -6683,4 +6679,4 @@ - + \ No newline at end of file diff --git a/apps/client/src/locales/messages.xlf b/apps/client/src/locales/messages.xlf index 67a56beb3..613e3e24b 100644 --- a/apps/client/src/locales/messages.xlf +++ b/apps/client/src/locales/messages.xlf @@ -652,46 +652,42 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 77 - - - apps/client/src/app/components/user-account-settings/user-account-settings.html - 82 + 85 apps/client/src/app/components/user-account-settings/user-account-settings.html - 86 + 90 apps/client/src/app/components/user-account-settings/user-account-settings.html - 90 + 94 apps/client/src/app/components/user-account-settings/user-account-settings.html - 94 + 98 apps/client/src/app/components/user-account-settings/user-account-settings.html - 99 + 102 apps/client/src/app/components/user-account-settings/user-account-settings.html - 104 + 114 apps/client/src/app/components/user-account-settings/user-account-settings.html - 108 + 118 apps/client/src/app/pages/features/features-page.html - 257 + 259 The risk of loss in trading can be substantial. It is not advisable to invest money you may need in the short term. apps/client/src/app/app.component.html - 194 + 199 @@ -802,11 +798,11 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 221 + 225 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 331 + 335 apps/client/src/app/pages/portfolio/activities/activities-page.html @@ -1101,7 +1097,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 301 + 305 @@ -1213,7 +1209,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 112 + 114 @@ -1345,7 +1341,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 228 + 232 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1368,7 +1364,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 237 + 241 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1387,7 +1383,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 209 + 213 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1495,7 +1491,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 254 + 258 @@ -1510,7 +1506,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 264 + 268 @@ -1525,7 +1521,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 270 + 274 apps/client/src/app/pages/public/public-page.html @@ -1544,7 +1540,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 282 + 286 @@ -1808,7 +1804,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 357 + 361 apps/client/src/app/pages/accounts/accounts-page.html @@ -1855,7 +1851,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 377 + 381 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1951,7 +1947,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 89 + 91 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2099,7 +2095,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 157 + 158 @@ -2241,7 +2237,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 245 + 255 apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html @@ -2260,7 +2256,7 @@ apps/client/src/app/pages/landing/landing-page.html - 442 + 450 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -2321,7 +2317,7 @@ Investment apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 165 + 168 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2346,7 +2342,7 @@ Fees apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 199 + 203 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2464,7 +2460,7 @@ Dividend apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 177 + 181 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2494,7 +2490,7 @@ Change apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 63 + 65 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2505,28 +2501,28 @@ Average Unit Price apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 101 + 103 Minimum Price apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 128 + 130 Maximum Price apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 144 + 146 Quantity apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 154 + 156 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2541,7 +2537,7 @@ Report Data Glitch apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 395 + 399 @@ -2821,7 +2817,7 @@ Do you really want to remove this sign in method? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 239 + 240 @@ -2863,49 +2859,49 @@ Locale apps/client/src/app/components/user-account-settings/user-account-settings.html - 117 + 127 Date and number format apps/client/src/app/components/user-account-settings/user-account-settings.html - 119 + 129 Appearance apps/client/src/app/components/user-account-settings/user-account-settings.html - 142 + 152 Auto apps/client/src/app/components/user-account-settings/user-account-settings.html - 156 + 166 Light apps/client/src/app/components/user-account-settings/user-account-settings.html - 157 + 167 Dark apps/client/src/app/components/user-account-settings/user-account-settings.html - 158 + 168 Zen Mode apps/client/src/app/components/user-account-settings/user-account-settings.html - 167 + 177 apps/client/src/app/pages/features/features-page.html @@ -2916,35 +2912,35 @@ Distraction-free experience for turbulent times apps/client/src/app/components/user-account-settings/user-account-settings.html - 168 + 178 Biometric Authentication apps/client/src/app/components/user-account-settings/user-account-settings.html - 184 + 194 Sign in with fingerprint apps/client/src/app/components/user-account-settings/user-account-settings.html - 185 + 195 Experimental Features apps/client/src/app/components/user-account-settings/user-account-settings.html - 201 + 211 Sneak peek at upcoming functionality apps/client/src/app/components/user-account-settings/user-account-settings.html - 202 + 212 @@ -2955,14 +2951,14 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 218 + 228 Export Data apps/client/src/app/components/user-account-settings/user-account-settings.html - 226 + 236 @@ -3350,14 +3346,14 @@ Open Source Software apps/client/src/app/pages/features/features-page.html - 276 + 278 Get Started apps/client/src/app/pages/features/features-page.html - 301 + 303 apps/client/src/app/pages/public/public-page.html @@ -3463,7 +3459,7 @@ apps/client/src/app/pages/landing/landing-page.html - 443 + 451 @@ -3506,203 +3502,203 @@ Protect your assets. Refine your personal investment strategy. apps/client/src/app/pages/landing/landing-page.html - 217 + 225 Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked. apps/client/src/app/pages/landing/landing-page.html - 221 + 229 360° View apps/client/src/app/pages/landing/landing-page.html - 232 + 240 Get the full picture of your personal finances across multiple platforms. apps/client/src/app/pages/landing/landing-page.html - 234 + 242 Web3 Ready apps/client/src/app/pages/landing/landing-page.html - 243 + 251 Use Ghostfolio anonymously and own your financial data. apps/client/src/app/pages/landing/landing-page.html - 245 + 253 Open Source apps/client/src/app/pages/landing/landing-page.html - 253 + 261 Benefit from continuous improvements through a strong community. apps/client/src/app/pages/landing/landing-page.html - 255 + 263 Why Ghostfolio? apps/client/src/app/pages/landing/landing-page.html - 264 + 272 Ghostfolio is for you if you are... apps/client/src/app/pages/landing/landing-page.html - 265 + 273 trading stocks, ETFs or cryptocurrencies on multiple platforms apps/client/src/app/pages/landing/landing-page.html - 272 + 280 pursuing a buy & hold strategy apps/client/src/app/pages/landing/landing-page.html - 278 + 286 interested in getting insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 283 + 291 valuing privacy and data ownership apps/client/src/app/pages/landing/landing-page.html - 288 + 296 into minimalism apps/client/src/app/pages/landing/landing-page.html - 291 + 299 caring about diversifying your financial resources apps/client/src/app/pages/landing/landing-page.html - 295 + 303 interested in financial independence apps/client/src/app/pages/landing/landing-page.html - 299 + 307 saying no to spreadsheets in apps/client/src/app/pages/landing/landing-page.html - 303 + 311 still reading this list apps/client/src/app/pages/landing/landing-page.html - 306 + 314 Learn more about Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 311 + 319 What our users are saying apps/client/src/app/pages/landing/landing-page.html - 319 + 327 Members from around the globe are using Ghostfolio Premium apps/client/src/app/pages/landing/landing-page.html - 358 + 366 How does Ghostfolio work? apps/client/src/app/pages/landing/landing-page.html - 375 + 383 Get started in only 3 steps apps/client/src/app/pages/landing/landing-page.html - 378 + 386 Sign up anonymously* apps/client/src/app/pages/landing/landing-page.html - 384 + 392 * no e-mail address nor credit card required apps/client/src/app/pages/landing/landing-page.html - 386 + 394 Add any of your historical transactions apps/client/src/app/pages/landing/landing-page.html - 397 + 405 Get valuable insights of your portfolio composition apps/client/src/app/pages/landing/landing-page.html - 409 + 417 Are you ready? apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -4510,7 +4506,7 @@ Get Started apps/client/src/app/pages/landing/landing-page.html - 438 + 446 @@ -5631,7 +5627,7 @@ Market data is delayed for apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts - 81 + 77 @@ -5868,14 +5864,14 @@ Activity apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 219 + 223 Dividend Yield apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 187 + 191 @@ -5910,14 +5906,14 @@ Change with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 52 + 53 Performance with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 79 + 81 @@ -5952,21 +5948,21 @@ Close Account apps/client/src/app/components/user-account-settings/user-account-settings.html - 273 + 283 Do you really want to close your Ghostfolio account? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 147 + 148 Danger Zone apps/client/src/app/components/user-account-settings/user-account-settings.html - 238 + 248 @@ -5987,14 +5983,14 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 426 + 434 Oops! There was an error setting up biometric authentication. apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 301 + 302 @@ -6055,4 +6051,4 @@ - + \ No newline at end of file diff --git a/apps/client/src/locales/messages.zh.xlf b/apps/client/src/locales/messages.zh.xlf index 23121e6c3..16cb8d78c 100644 --- a/apps/client/src/locales/messages.zh.xlf +++ b/apps/client/src/locales/messages.zh.xlf @@ -675,39 +675,35 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 77 - - - apps/client/src/app/components/user-account-settings/user-account-settings.html - 82 + 85 apps/client/src/app/components/user-account-settings/user-account-settings.html - 86 + 90 apps/client/src/app/components/user-account-settings/user-account-settings.html - 90 + 94 apps/client/src/app/components/user-account-settings/user-account-settings.html - 94 + 98 apps/client/src/app/components/user-account-settings/user-account-settings.html - 99 + 102 apps/client/src/app/components/user-account-settings/user-account-settings.html - 104 + 114 apps/client/src/app/components/user-account-settings/user-account-settings.html - 108 + 118 apps/client/src/app/pages/features/features-page.html - 257 + 259 @@ -715,7 +711,7 @@ 交易损失的风险可能很大。不建议将短期内可能需要的资金进行投资。 apps/client/src/app/app.component.html - 194 + 199 @@ -835,11 +831,11 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 221 + 225 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 331 + 335 apps/client/src/app/pages/portfolio/activities/activities-page.html @@ -1147,7 +1143,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 301 + 305 @@ -1271,7 +1267,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 112 + 114 @@ -1411,7 +1407,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 228 + 232 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1435,7 +1431,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 237 + 241 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -1455,7 +1451,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 209 + 213 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -1575,7 +1571,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 254 + 258 @@ -1591,7 +1587,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 264 + 268 @@ -1607,7 +1603,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 270 + 274 apps/client/src/app/pages/public/public-page.html @@ -1627,7 +1623,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 282 + 286 @@ -1923,7 +1919,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 357 + 361 apps/client/src/app/pages/accounts/accounts-page.html @@ -1975,7 +1971,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 377 + 381 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2083,7 +2079,7 @@ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 89 + 91 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2247,7 +2243,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 157 + 158 @@ -2407,7 +2403,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 245 + 255 apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html @@ -2427,7 +2423,7 @@ apps/client/src/app/pages/landing/landing-page.html - 442 + 450 apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html @@ -2495,7 +2491,7 @@ 投资 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 165 + 168 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2523,7 +2519,7 @@ 费用 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 199 + 203 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2655,7 +2651,7 @@ 股息 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 177 + 181 apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -2687,7 +2683,7 @@ 修改 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 63 + 65 libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -2699,7 +2695,7 @@ 平均单价 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 101 + 103 @@ -2707,7 +2703,7 @@ 最低价格 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 128 + 130 @@ -2715,7 +2711,7 @@ 最高价格 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 144 + 146 @@ -2723,7 +2719,7 @@ 数量 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 154 + 156 apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html @@ -2739,7 +2735,7 @@ 报告数据故障 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 395 + 399 @@ -3047,7 +3043,7 @@ 您确实要删除此登录方法吗? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 239 + 240 @@ -3095,7 +3091,7 @@ 语言环境 apps/client/src/app/components/user-account-settings/user-account-settings.html - 117 + 127 @@ -3103,7 +3099,7 @@ 日期和数字格式 apps/client/src/app/components/user-account-settings/user-account-settings.html - 119 + 129 @@ -3111,7 +3107,7 @@ 外貌 apps/client/src/app/components/user-account-settings/user-account-settings.html - 142 + 152 @@ -3119,7 +3115,7 @@ 自动 apps/client/src/app/components/user-account-settings/user-account-settings.html - 156 + 166 @@ -3127,7 +3123,7 @@ 明亮 apps/client/src/app/components/user-account-settings/user-account-settings.html - 157 + 167 @@ -3135,7 +3131,7 @@ 黑暗 apps/client/src/app/components/user-account-settings/user-account-settings.html - 158 + 168 @@ -3143,7 +3139,7 @@ 极简模式 apps/client/src/app/components/user-account-settings/user-account-settings.html - 167 + 177 apps/client/src/app/pages/features/features-page.html @@ -3155,7 +3151,7 @@ 动荡时期的无干扰体验 apps/client/src/app/components/user-account-settings/user-account-settings.html - 168 + 178 @@ -3163,7 +3159,7 @@ 生物识别认证 apps/client/src/app/components/user-account-settings/user-account-settings.html - 184 + 194 @@ -3171,7 +3167,7 @@ 使用指纹登录 apps/client/src/app/components/user-account-settings/user-account-settings.html - 185 + 195 @@ -3179,7 +3175,7 @@ 实验性功能 apps/client/src/app/components/user-account-settings/user-account-settings.html - 201 + 211 @@ -3187,7 +3183,7 @@ 预览即将推出的功能 apps/client/src/app/components/user-account-settings/user-account-settings.html - 202 + 212 @@ -3199,7 +3195,7 @@ apps/client/src/app/components/user-account-settings/user-account-settings.html - 218 + 228 @@ -3207,7 +3203,7 @@ 导出数据 apps/client/src/app/components/user-account-settings/user-account-settings.html - 226 + 236 @@ -3639,7 +3635,7 @@ 开源软件 apps/client/src/app/pages/features/features-page.html - 276 + 278 @@ -3647,7 +3643,7 @@ 立即开始 apps/client/src/app/pages/features/features-page.html - 301 + 303 apps/client/src/app/pages/public/public-page.html @@ -3763,7 +3759,7 @@ apps/client/src/app/pages/landing/landing-page.html - 443 + 451 @@ -3811,7 +3807,7 @@ 保护你的资产。完善你的个人投资策略 apps/client/src/app/pages/landing/landing-page.html - 217 + 225 @@ -3819,7 +3815,7 @@ Ghostfolio 使忙碌的人们能够在不被追踪的情况下跟踪股票、ETF 或加密货币。 apps/client/src/app/pages/landing/landing-page.html - 221 + 229 @@ -3827,7 +3823,7 @@ 360° 视角 apps/client/src/app/pages/landing/landing-page.html - 232 + 240 @@ -3835,7 +3831,7 @@ 跨多个平台全面了解您的个人财务状况。 apps/client/src/app/pages/landing/landing-page.html - 234 + 242 @@ -3843,7 +3839,7 @@ Web3 就绪 apps/client/src/app/pages/landing/landing-page.html - 243 + 251 @@ -3851,7 +3847,7 @@ 匿名使用 Ghostfolio 并拥有您的财务数据。 apps/client/src/app/pages/landing/landing-page.html - 245 + 253 @@ -3859,7 +3855,7 @@ 开源 apps/client/src/app/pages/landing/landing-page.html - 253 + 261 @@ -3867,7 +3863,7 @@ 通过强大的社区不断改进,从中受益。 apps/client/src/app/pages/landing/landing-page.html - 255 + 263 @@ -3875,7 +3871,7 @@ 为什么使用Ghostfolio apps/client/src/app/pages/landing/landing-page.html - 264 + 272 @@ -3883,7 +3879,7 @@ 如果您符合以下条件,那么 Ghostfolio 适合您... apps/client/src/app/pages/landing/landing-page.html - 265 + 273 @@ -3891,7 +3887,7 @@ 在多个平台上交易股票、ETF 或加密货币 apps/client/src/app/pages/landing/landing-page.html - 272 + 280 @@ -3899,7 +3895,7 @@ 采取买入并持有策略 apps/client/src/app/pages/landing/landing-page.html - 278 + 286 @@ -3907,7 +3903,7 @@ 有兴趣深入了解您的投资组合构成 apps/client/src/app/pages/landing/landing-page.html - 283 + 291 @@ -3915,7 +3911,7 @@ 重视隐私和数据所有权 apps/client/src/app/pages/landing/landing-page.html - 288 + 296 @@ -3923,7 +3919,7 @@ 进入极简主义 apps/client/src/app/pages/landing/landing-page.html - 291 + 299 @@ -3931,7 +3927,7 @@ 关心您的财务资源多元化 apps/client/src/app/pages/landing/landing-page.html - 295 + 303 @@ -3939,7 +3935,7 @@ 对财务独立感兴趣 apps/client/src/app/pages/landing/landing-page.html - 299 + 307 @@ -3947,7 +3943,7 @@ 对电子表格说不 apps/client/src/app/pages/landing/landing-page.html - 303 + 311 @@ -3955,7 +3951,7 @@ 仍在阅读此列表 apps/client/src/app/pages/landing/landing-page.html - 306 + 314 @@ -3963,7 +3959,7 @@ 了解有关 Ghostfolio 的更多信息 apps/client/src/app/pages/landing/landing-page.html - 311 + 319 @@ -3971,7 +3967,7 @@ 我们的什么用户正在说 apps/client/src/app/pages/landing/landing-page.html - 319 + 327 @@ -3979,7 +3975,7 @@ 来自世界各地的会员正在使用Ghostfolio 高级版 apps/client/src/app/pages/landing/landing-page.html - 358 + 366 @@ -3987,7 +3983,7 @@ 如何幽灵作品集工作? apps/client/src/app/pages/landing/landing-page.html - 375 + 383 @@ -3995,7 +3991,7 @@ 只需 3 步即可开始 apps/client/src/app/pages/landing/landing-page.html - 378 + 386 @@ -4003,7 +3999,7 @@ 匿名注册* apps/client/src/app/pages/landing/landing-page.html - 384 + 392 @@ -4011,7 +4007,7 @@ * 无需电子邮件地址或信用卡 apps/client/src/app/pages/landing/landing-page.html - 386 + 394 @@ -4019,7 +4015,7 @@ 添加您的任何历史交易 apps/client/src/app/pages/landing/landing-page.html - 397 + 405 @@ -4027,7 +4023,7 @@ 获取有关您的投资组合构成的宝贵见解 apps/client/src/app/pages/landing/landing-page.html - 409 + 417 @@ -4035,7 +4031,7 @@ 准备好? apps/client/src/app/pages/landing/landing-page.html - 423 + 431 @@ -4939,7 +4935,7 @@ 开始使用 apps/client/src/app/pages/landing/landing-page.html - 438 + 446 @@ -6203,7 +6199,7 @@ 市场数据延迟 apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts - 81 + 77 @@ -6471,7 +6467,7 @@ 活动 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 219 + 223 @@ -6479,7 +6475,7 @@ Dividend Yield apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 187 + 191 @@ -6519,7 +6515,7 @@ Change with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 52 + 53 @@ -6527,7 +6523,7 @@ Performance with currency effect apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html - 79 + 81 @@ -6567,7 +6563,7 @@ Do you really want to close your Ghostfolio account? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 147 + 148 @@ -6575,7 +6571,7 @@ Danger Zone apps/client/src/app/components/user-account-settings/user-account-settings.html - 238 + 248 @@ -6583,7 +6579,7 @@ Close Account apps/client/src/app/components/user-account-settings/user-account-settings.html - 273 + 283 @@ -6607,7 +6603,7 @@ Join now or check out the example account apps/client/src/app/pages/landing/landing-page.html - 426 + 434 @@ -6615,7 +6611,7 @@ Oops! There was an error setting up biometric authentication. apps/client/src/app/components/user-account-settings/user-account-settings.component.ts - 301 + 302 @@ -6684,4 +6680,4 @@ - + \ No newline at end of file diff --git a/libs/common/src/lib/config.ts b/libs/common/src/lib/config.ts index fe87e9482..9c08b8253 100644 --- a/libs/common/src/lib/config.ts +++ b/libs/common/src/lib/config.ts @@ -132,6 +132,7 @@ export const REPLACE_NAME_PARTS = [ ]; export const SUPPORTED_LANGUAGE_CODES = [ + 'ca', 'de', 'en', 'es', diff --git a/libs/common/src/lib/helper.ts b/libs/common/src/lib/helper.ts index f01fec772..7b25b62bc 100644 --- a/libs/common/src/lib/helper.ts +++ b/libs/common/src/lib/helper.ts @@ -11,7 +11,7 @@ import { parseISO, subDays } from 'date-fns'; -import { de, es, fr, it, nl, pl, pt, tr, zhCN } from 'date-fns/locale'; +import { ca, de, es, fr, it, nl, pl, pt, tr, zhCN } from 'date-fns/locale'; import { DEFAULT_CURRENCY, @@ -171,7 +171,9 @@ export function getCurrencyFromSymbol(aSymbol = '') { } export function getDateFnsLocale(aLanguageCode: string) { - if (aLanguageCode === 'de') { + if (aLanguageCode === 'ca') { + return ca; + } else if (aLanguageCode === 'de') { return de; } else if (aLanguageCode === 'es') { return es;