diff --git a/CHANGELOG.md b/CHANGELOG.md index e6506bc69..b1f3d2dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the font weight in the value component - Improved the language localization for Türkçe (`tr`) +- Upgraded to _Inter_ 4 font family + +### Fixed + +- Fixed the edit of activity in the lazy-loaded activities table on the portfolio activities page (experimental) ## 2.30.0 - 2023-12-12 diff --git a/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts b/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts index f72f83e97..5d3468319 100644 --- a/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts +++ b/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts @@ -72,6 +72,12 @@ export class ActivitiesPageComponent implements OnDestroy, OnInit { return id === params['activityId']; }); + this.openUpdateActivityDialog(activity); + } else if (this.dataSource) { + const activity = this.dataSource.data.find(({ id }) => { + return id === params['activityId']; + }); + this.openUpdateActivityDialog(activity); } else { this.router.navigate(['.'], { relativeTo: this.route }); diff --git a/apps/client/src/assets/fonts/Inter-Black.woff b/apps/client/src/assets/fonts/Inter-Black.woff deleted file mode 100644 index a18593a09..000000000 Binary files a/apps/client/src/assets/fonts/Inter-Black.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-Black.woff2 b/apps/client/src/assets/fonts/Inter-Black.woff2 index 68f64c9ed..18b35db75 100644 Binary files a/apps/client/src/assets/fonts/Inter-Black.woff2 and b/apps/client/src/assets/fonts/Inter-Black.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-BlackItalic.woff b/apps/client/src/assets/fonts/Inter-BlackItalic.woff deleted file mode 100644 index b6b01943d..000000000 Binary files a/apps/client/src/assets/fonts/Inter-BlackItalic.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-BlackItalic.woff2 b/apps/client/src/assets/fonts/Inter-BlackItalic.woff2 index 1c9c7ca8b..02c9d8ecc 100644 Binary files a/apps/client/src/assets/fonts/Inter-BlackItalic.woff2 and b/apps/client/src/assets/fonts/Inter-BlackItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-Bold.woff b/apps/client/src/assets/fonts/Inter-Bold.woff deleted file mode 100644 index eaf3d4bfd..000000000 Binary files a/apps/client/src/assets/fonts/Inter-Bold.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-Bold.woff2 b/apps/client/src/assets/fonts/Inter-Bold.woff2 index 2846f29cc..0f1b15763 100644 Binary files a/apps/client/src/assets/fonts/Inter-Bold.woff2 and b/apps/client/src/assets/fonts/Inter-Bold.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-BoldItalic.woff b/apps/client/src/assets/fonts/Inter-BoldItalic.woff deleted file mode 100644 index 327507616..000000000 Binary files a/apps/client/src/assets/fonts/Inter-BoldItalic.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-BoldItalic.woff2 b/apps/client/src/assets/fonts/Inter-BoldItalic.woff2 index 0b1fe8e12..bc50f24c8 100644 Binary files a/apps/client/src/assets/fonts/Inter-BoldItalic.woff2 and b/apps/client/src/assets/fonts/Inter-BoldItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-ExtraBold.woff b/apps/client/src/assets/fonts/Inter-ExtraBold.woff deleted file mode 100644 index c2c17edea..000000000 Binary files a/apps/client/src/assets/fonts/Inter-ExtraBold.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-ExtraBold.woff2 b/apps/client/src/assets/fonts/Inter-ExtraBold.woff2 index c24c2bdc2..b1133688a 100644 Binary files a/apps/client/src/assets/fonts/Inter-ExtraBold.woff2 and b/apps/client/src/assets/fonts/Inter-ExtraBold.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-ExtraBoldItalic.woff b/apps/client/src/assets/fonts/Inter-ExtraBoldItalic.woff deleted file mode 100644 index c42f70526..000000000 Binary files a/apps/client/src/assets/fonts/Inter-ExtraBoldItalic.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-ExtraBoldItalic.woff2 b/apps/client/src/assets/fonts/Inter-ExtraBoldItalic.woff2 index 4a81dc798..a5b76ca8d 100644 Binary files a/apps/client/src/assets/fonts/Inter-ExtraBoldItalic.woff2 and b/apps/client/src/assets/fonts/Inter-ExtraBoldItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-ExtraLight.woff b/apps/client/src/assets/fonts/Inter-ExtraLight.woff deleted file mode 100644 index d0de5f397..000000000 Binary files a/apps/client/src/assets/fonts/Inter-ExtraLight.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-ExtraLight.woff2 b/apps/client/src/assets/fonts/Inter-ExtraLight.woff2 index f2ea706fa..1d77ae8d0 100644 Binary files a/apps/client/src/assets/fonts/Inter-ExtraLight.woff2 and b/apps/client/src/assets/fonts/Inter-ExtraLight.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-ExtraLightItalic.woff b/apps/client/src/assets/fonts/Inter-ExtraLightItalic.woff deleted file mode 100644 index 81f1a28ef..000000000 Binary files a/apps/client/src/assets/fonts/Inter-ExtraLightItalic.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-ExtraLightItalic.woff2 b/apps/client/src/assets/fonts/Inter-ExtraLightItalic.woff2 index 9af717ba9..8c6849209 100644 Binary files a/apps/client/src/assets/fonts/Inter-ExtraLightItalic.woff2 and b/apps/client/src/assets/fonts/Inter-ExtraLightItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-Italic.woff b/apps/client/src/assets/fonts/Inter-Italic.woff deleted file mode 100644 index a806b3820..000000000 Binary files a/apps/client/src/assets/fonts/Inter-Italic.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-Italic.woff2 b/apps/client/src/assets/fonts/Inter-Italic.woff2 index a619fc548..4c24ce281 100644 Binary files a/apps/client/src/assets/fonts/Inter-Italic.woff2 and b/apps/client/src/assets/fonts/Inter-Italic.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-Light.woff b/apps/client/src/assets/fonts/Inter-Light.woff deleted file mode 100644 index c496464d0..000000000 Binary files a/apps/client/src/assets/fonts/Inter-Light.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-Light.woff2 b/apps/client/src/assets/fonts/Inter-Light.woff2 index bc4be6658..dbe61437a 100644 Binary files a/apps/client/src/assets/fonts/Inter-Light.woff2 and b/apps/client/src/assets/fonts/Inter-Light.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-LightItalic.woff b/apps/client/src/assets/fonts/Inter-LightItalic.woff deleted file mode 100644 index f84a9de35..000000000 Binary files a/apps/client/src/assets/fonts/Inter-LightItalic.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-LightItalic.woff2 b/apps/client/src/assets/fonts/Inter-LightItalic.woff2 index 842b2dfcb..a40d04215 100644 Binary files a/apps/client/src/assets/fonts/Inter-LightItalic.woff2 and b/apps/client/src/assets/fonts/Inter-LightItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-Medium.woff b/apps/client/src/assets/fonts/Inter-Medium.woff deleted file mode 100644 index d546843f2..000000000 Binary files a/apps/client/src/assets/fonts/Inter-Medium.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-Medium.woff2 b/apps/client/src/assets/fonts/Inter-Medium.woff2 index f92498a2e..0fd2ee737 100644 Binary files a/apps/client/src/assets/fonts/Inter-Medium.woff2 and b/apps/client/src/assets/fonts/Inter-Medium.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-MediumItalic.woff b/apps/client/src/assets/fonts/Inter-MediumItalic.woff deleted file mode 100644 index 459a65688..000000000 Binary files a/apps/client/src/assets/fonts/Inter-MediumItalic.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-MediumItalic.woff2 b/apps/client/src/assets/fonts/Inter-MediumItalic.woff2 index 0e3019f4a..96767155d 100644 Binary files a/apps/client/src/assets/fonts/Inter-MediumItalic.woff2 and b/apps/client/src/assets/fonts/Inter-MediumItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-Regular.woff b/apps/client/src/assets/fonts/Inter-Regular.woff deleted file mode 100644 index 62d3a6187..000000000 Binary files a/apps/client/src/assets/fonts/Inter-Regular.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-Regular.woff2 b/apps/client/src/assets/fonts/Inter-Regular.woff2 index 6c2b6893d..b8699af29 100644 Binary files a/apps/client/src/assets/fonts/Inter-Regular.woff2 and b/apps/client/src/assets/fonts/Inter-Regular.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-SemiBold.woff b/apps/client/src/assets/fonts/Inter-SemiBold.woff deleted file mode 100644 index a815f43a9..000000000 Binary files a/apps/client/src/assets/fonts/Inter-SemiBold.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-SemiBold.woff2 b/apps/client/src/assets/fonts/Inter-SemiBold.woff2 index 611e90c95..95c48b184 100644 Binary files a/apps/client/src/assets/fonts/Inter-SemiBold.woff2 and b/apps/client/src/assets/fonts/Inter-SemiBold.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-SemiBoldItalic.woff b/apps/client/src/assets/fonts/Inter-SemiBoldItalic.woff deleted file mode 100644 index 909e43a97..000000000 Binary files a/apps/client/src/assets/fonts/Inter-SemiBoldItalic.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-SemiBoldItalic.woff2 b/apps/client/src/assets/fonts/Inter-SemiBoldItalic.woff2 index 545685bd2..ddfe19e83 100644 Binary files a/apps/client/src/assets/fonts/Inter-SemiBoldItalic.woff2 and b/apps/client/src/assets/fonts/Inter-SemiBoldItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-Thin.woff b/apps/client/src/assets/fonts/Inter-Thin.woff deleted file mode 100644 index 62bc58cd1..000000000 Binary files a/apps/client/src/assets/fonts/Inter-Thin.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-Thin.woff2 b/apps/client/src/assets/fonts/Inter-Thin.woff2 index abbc3a5c9..07909608c 100644 Binary files a/apps/client/src/assets/fonts/Inter-Thin.woff2 and b/apps/client/src/assets/fonts/Inter-Thin.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-ThinItalic.woff b/apps/client/src/assets/fonts/Inter-ThinItalic.woff deleted file mode 100644 index 700a7f069..000000000 Binary files a/apps/client/src/assets/fonts/Inter-ThinItalic.woff and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-ThinItalic.woff2 b/apps/client/src/assets/fonts/Inter-ThinItalic.woff2 index ab0b2002a..a7bf21380 100644 Binary files a/apps/client/src/assets/fonts/Inter-ThinItalic.woff2 and b/apps/client/src/assets/fonts/Inter-ThinItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/Inter-italic.var.woff2 b/apps/client/src/assets/fonts/Inter-italic.var.woff2 deleted file mode 100644 index b826d5af8..000000000 Binary files a/apps/client/src/assets/fonts/Inter-italic.var.woff2 and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter-roman.var.woff2 b/apps/client/src/assets/fonts/Inter-roman.var.woff2 deleted file mode 100644 index 6a256a068..000000000 Binary files a/apps/client/src/assets/fonts/Inter-roman.var.woff2 and /dev/null differ diff --git a/apps/client/src/assets/fonts/Inter.var.woff2 b/apps/client/src/assets/fonts/Inter.var.woff2 deleted file mode 100644 index 365eedc50..000000000 Binary files a/apps/client/src/assets/fonts/Inter.var.woff2 and /dev/null differ diff --git a/apps/client/src/assets/fonts/InterDisplay-Black.woff2 b/apps/client/src/assets/fonts/InterDisplay-Black.woff2 new file mode 100644 index 000000000..8138123c1 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-Black.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-BlackItalic.woff2 b/apps/client/src/assets/fonts/InterDisplay-BlackItalic.woff2 new file mode 100644 index 000000000..735ba21f9 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-BlackItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-Bold.woff2 b/apps/client/src/assets/fonts/InterDisplay-Bold.woff2 new file mode 100644 index 000000000..11c67196e Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-Bold.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-BoldItalic.woff2 b/apps/client/src/assets/fonts/InterDisplay-BoldItalic.woff2 new file mode 100644 index 000000000..5b6a1fb00 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-BoldItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-ExtraBold.woff2 b/apps/client/src/assets/fonts/InterDisplay-ExtraBold.woff2 new file mode 100644 index 000000000..9058e9861 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-ExtraBold.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-ExtraBoldItalic.woff2 b/apps/client/src/assets/fonts/InterDisplay-ExtraBoldItalic.woff2 new file mode 100644 index 000000000..4cd61c067 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-ExtraBoldItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-ExtraLight.woff2 b/apps/client/src/assets/fonts/InterDisplay-ExtraLight.woff2 new file mode 100644 index 000000000..8621b2995 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-ExtraLight.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-ExtraLightItalic.woff2 b/apps/client/src/assets/fonts/InterDisplay-ExtraLightItalic.woff2 new file mode 100644 index 000000000..689c8d9ca Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-ExtraLightItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-Italic.woff2 b/apps/client/src/assets/fonts/InterDisplay-Italic.woff2 new file mode 100644 index 000000000..11f20bc82 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-Italic.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-Light.woff2 b/apps/client/src/assets/fonts/InterDisplay-Light.woff2 new file mode 100644 index 000000000..446301c35 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-Light.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-LightItalic.woff2 b/apps/client/src/assets/fonts/InterDisplay-LightItalic.woff2 new file mode 100644 index 000000000..f68819610 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-LightItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-Medium.woff2 b/apps/client/src/assets/fonts/InterDisplay-Medium.woff2 new file mode 100644 index 000000000..29160b2c5 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-Medium.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-MediumItalic.woff2 b/apps/client/src/assets/fonts/InterDisplay-MediumItalic.woff2 new file mode 100644 index 000000000..ef1bcbe3c Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-MediumItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-Regular.woff2 b/apps/client/src/assets/fonts/InterDisplay-Regular.woff2 new file mode 100644 index 000000000..a6c04f68e Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-Regular.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-SemiBold.woff2 b/apps/client/src/assets/fonts/InterDisplay-SemiBold.woff2 new file mode 100644 index 000000000..2b4db239b Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-SemiBold.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-SemiBoldItalic.woff2 b/apps/client/src/assets/fonts/InterDisplay-SemiBoldItalic.woff2 new file mode 100644 index 000000000..59091db31 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-SemiBoldItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-Thin.woff2 b/apps/client/src/assets/fonts/InterDisplay-Thin.woff2 new file mode 100644 index 000000000..dc0b94860 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-Thin.woff2 differ diff --git a/apps/client/src/assets/fonts/InterDisplay-ThinItalic.woff2 b/apps/client/src/assets/fonts/InterDisplay-ThinItalic.woff2 new file mode 100644 index 000000000..96439c0c0 Binary files /dev/null and b/apps/client/src/assets/fonts/InterDisplay-ThinItalic.woff2 differ diff --git a/apps/client/src/assets/fonts/InterVariable-Italic.woff2 b/apps/client/src/assets/fonts/InterVariable-Italic.woff2 new file mode 100644 index 000000000..f22ec2554 Binary files /dev/null and b/apps/client/src/assets/fonts/InterVariable-Italic.woff2 differ diff --git a/apps/client/src/assets/fonts/InterVariable.woff2 b/apps/client/src/assets/fonts/InterVariable.woff2 new file mode 100644 index 000000000..22a12b04e Binary files /dev/null and b/apps/client/src/assets/fonts/InterVariable.woff2 differ diff --git a/apps/client/src/assets/fonts/inter.css b/apps/client/src/assets/fonts/inter.css index 71afda98a..32d9b3aef 100644 --- a/apps/client/src/assets/fonts/inter.css +++ b/apps/client/src/assets/fonts/inter.css @@ -1,226 +1,273 @@ +/* Variable fonts usage: +:root { font-family: "Inter", sans-serif; } +@supports (font-variation-settings: normal) { + :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; } +} */ +@font-face { + font-family: InterVariable; + font-style: normal; + font-weight: 100 900; + font-display: swap; + src: url('InterVariable.woff2') format('woff2'); +} +@font-face { + font-family: InterVariable; + font-style: italic; + font-weight: 100 900; + font-display: swap; + src: url('InterVariable-Italic.woff2') format('woff2'); +} + +/* static fonts */ @font-face { font-family: 'Inter'; font-style: normal; font-weight: 100; font-display: swap; - src: - url('Inter-Thin.woff2?v=3.19') format('woff2'), - url('Inter-Thin.woff?v=3.19') format('woff'); + src: url('Inter-Thin.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: italic; font-weight: 100; font-display: swap; - src: - url('Inter-ThinItalic.woff2?v=3.19') format('woff2'), - url('Inter-ThinItalic.woff?v=3.19') format('woff'); + src: url('Inter-ThinItalic.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: normal; font-weight: 200; font-display: swap; - src: - url('Inter-ExtraLight.woff2?v=3.19') format('woff2'), - url('Inter-ExtraLight.woff?v=3.19') format('woff'); + src: url('Inter-ExtraLight.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: italic; font-weight: 200; font-display: swap; - src: - url('Inter-ExtraLightItalic.woff2?v=3.19') format('woff2'), - url('Inter-ExtraLightItalic.woff?v=3.19') format('woff'); + src: url('Inter-ExtraLightItalic.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap; - src: - url('Inter-Light.woff2?v=3.19') format('woff2'), - url('Inter-Light.woff?v=3.19') format('woff'); + src: url('Inter-Light.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: italic; font-weight: 300; font-display: swap; - src: - url('Inter-LightItalic.woff2?v=3.19') format('woff2'), - url('Inter-LightItalic.woff?v=3.19') format('woff'); + src: url('Inter-LightItalic.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; - src: - url('Inter-Regular.woff2?v=3.19') format('woff2'), - url('Inter-Regular.woff?v=3.19') format('woff'); + src: url('Inter-Regular.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: italic; font-weight: 400; font-display: swap; - src: - url('Inter-Italic.woff2?v=3.19') format('woff2'), - url('Inter-Italic.woff?v=3.19') format('woff'); + src: url('Inter-Italic.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; - src: - url('Inter-Medium.woff2?v=3.19') format('woff2'), - url('Inter-Medium.woff?v=3.19') format('woff'); + src: url('Inter-Medium.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: italic; font-weight: 500; font-display: swap; - src: - url('Inter-MediumItalic.woff2?v=3.19') format('woff2'), - url('Inter-MediumItalic.woff?v=3.19') format('woff'); + src: url('Inter-MediumItalic.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; - src: - url('Inter-SemiBold.woff2?v=3.19') format('woff2'), - url('Inter-SemiBold.woff?v=3.19') format('woff'); + src: url('Inter-SemiBold.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: italic; font-weight: 600; font-display: swap; - src: - url('Inter-SemiBoldItalic.woff2?v=3.19') format('woff2'), - url('Inter-SemiBoldItalic.woff?v=3.19') format('woff'); + src: url('Inter-SemiBoldItalic.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; - src: - url('Inter-Bold.woff2?v=3.19') format('woff2'), - url('Inter-Bold.woff?v=3.19') format('woff'); + src: url('Inter-Bold.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: italic; font-weight: 700; font-display: swap; - src: - url('Inter-BoldItalic.woff2?v=3.19') format('woff2'), - url('Inter-BoldItalic.woff?v=3.19') format('woff'); + src: url('Inter-BoldItalic.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: normal; font-weight: 800; font-display: swap; - src: - url('Inter-ExtraBold.woff2?v=3.19') format('woff2'), - url('Inter-ExtraBold.woff?v=3.19') format('woff'); + src: url('Inter-ExtraBold.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: italic; font-weight: 800; font-display: swap; - src: - url('Inter-ExtraBoldItalic.woff2?v=3.19') format('woff2'), - url('Inter-ExtraBoldItalic.woff?v=3.19') format('woff'); + src: url('Inter-ExtraBoldItalic.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: normal; font-weight: 900; font-display: swap; - src: - url('Inter-Black.woff2?v=3.19') format('woff2'), - url('Inter-Black.woff?v=3.19') format('woff'); + src: url('Inter-Black.woff2') format('woff2'); } - @font-face { font-family: 'Inter'; font-style: italic; font-weight: 900; font-display: swap; - src: - url('Inter-BlackItalic.woff2?v=3.19') format('woff2'), - url('Inter-BlackItalic.woff?v=3.19') format('woff'); + src: url('Inter-BlackItalic.woff2') format('woff2'); } - -/* ------------------------------------------------------- -Variable font. -Usage: - - html { font-family: 'Inter', sans-serif; } - @supports (font-variation-settings: normal) { - html { font-family: 'Inter var', sans-serif; } - } -*/ @font-face { - font-family: 'Inter var'; - font-weight: 100 900; + font-family: 'InterDisplay'; + font-style: normal; + font-weight: 100; + font-display: swap; + src: url('InterDisplay-Thin.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: italic; + font-weight: 100; font-display: swap; + src: url('InterDisplay-ThinItalic.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; font-style: normal; - font-named-instance: 'Regular'; - src: url('Inter-roman.var.woff2?v=3.19') format('woff2'); + font-weight: 200; + font-display: swap; + src: url('InterDisplay-ExtraLight.woff2') format('woff2'); } @font-face { - font-family: 'Inter var'; - font-weight: 100 900; + font-family: 'InterDisplay'; + font-style: italic; + font-weight: 200; font-display: swap; + src: url('InterDisplay-ExtraLightItalic.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: normal; + font-weight: 300; + font-display: swap; + src: url('InterDisplay-Light.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; font-style: italic; - font-named-instance: 'Italic'; - src: url('Inter-italic.var.woff2?v=3.19') format('woff2'); + font-weight: 300; + font-display: swap; + src: url('InterDisplay-LightItalic.woff2') format('woff2'); } - -/* -------------------------------------------------------------------------- -[EXPERIMENTAL] Multi-axis, single variable font. - -Slant axis is not yet widely supported (as of February 2019) and thus this -multi-axis single variable font is opt-in rather than the default. - -When using this, you will probably need to set font-variation-settings -explicitly, e.g. - - * { font-variation-settings: "slnt" 0deg } - .italic { font-variation-settings: "slnt" 10deg } - -*/ @font-face { - font-family: 'Inter var experimental'; - font-weight: 100 900; + font-family: 'InterDisplay'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url('InterDisplay-Regular.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: italic; + font-weight: 400; + font-display: swap; + src: url('InterDisplay-Italic.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: normal; + font-weight: 500; + font-display: swap; + src: url('InterDisplay-Medium.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: italic; + font-weight: 500; + font-display: swap; + src: url('InterDisplay-MediumItalic.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: normal; + font-weight: 600; + font-display: swap; + src: url('InterDisplay-SemiBold.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: italic; + font-weight: 600; + font-display: swap; + src: url('InterDisplay-SemiBoldItalic.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url('InterDisplay-Bold.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: italic; + font-weight: 700; + font-display: swap; + src: url('InterDisplay-BoldItalic.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: normal; + font-weight: 800; + font-display: swap; + src: url('InterDisplay-ExtraBold.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: italic; + font-weight: 800; + font-display: swap; + src: url('InterDisplay-ExtraBoldItalic.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: normal; + font-weight: 900; + font-display: swap; + src: url('InterDisplay-Black.woff2') format('woff2'); +} +@font-face { + font-family: 'InterDisplay'; + font-style: italic; + font-weight: 900; font-display: swap; - font-style: oblique 0deg 10deg; - src: url('Inter.var.woff2?v=3.19') format('woff2'); + src: url('InterDisplay-BlackItalic.woff2') format('woff2'); } diff --git a/apps/client/src/locales/messages.tr.xlf b/apps/client/src/locales/messages.tr.xlf index c0d7b3e23..33f91edd1 100644 --- a/apps/client/src/locales/messages.tr.xlf +++ b/apps/client/src/locales/messages.tr.xlf @@ -4322,7 +4322,7 @@ Activities - Etkinlikler + İşlemler apps/client/src/app/pages/portfolio/activities/activities-page-routing.module.ts 12 @@ -4334,7 +4334,7 @@ Do you really want to delete all your activities? - Tüm etkinliklerinizi gerçekten silmek istiyor musunuz? + Tüm işlemlerinizi silmeyi gerçekten istiyor musunuz? apps/client/src/app/pages/portfolio/activities/activities-page.component.ts 140 @@ -4414,7 +4414,7 @@ Oops! Could not get the historical exchange rate from - Üzgünüz! Geçmiş döviz kuru alınamadı: + Hay Allah! Geçmiş döviz kuru alınamadı: apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html 258 @@ -4438,7 +4438,7 @@ Import Activities - Etkinlikleri İçe Aktar + İşlemleri İçe Aktar apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts 40 @@ -4526,7 +4526,7 @@ Select Activities - Etkinlikleri Seç + İşlemleri Seç apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html 117 @@ -4922,7 +4922,7 @@ Pricing - Pricing + Fiyatlandırma apps/client/src/app/pages/pricing/pricing-page-routing.module.ts 12 @@ -5210,7 +5210,7 @@ Agree and continue - Agree and continue + Kabul et ve devam et apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html 44 @@ -5218,7 +5218,7 @@ Personal Finance Tools - Personal Finance Tools + Kişisel Finans Araçları apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page-routing.module.ts 13 @@ -5226,7 +5226,7 @@ open-source-alternative-to - open-source-alternative-to + Açık kaynak alternatif apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page-routing.module.ts 22 @@ -5238,7 +5238,7 @@ Open Source Alternative to - Open Source Alternative to + için Açık Kaynak Alternatif apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page-routing.module.ts 25 @@ -5262,7 +5262,7 @@ 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. + Aşağıdaki bağlantıları keşfedin, çeşitli kişisel finans araçlarını Ghostfolio ile karşılaştırın. apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html 16 @@ -5270,7 +5270,7 @@ Open Source Alternative to - Open Source Alternative to + için Açık Kaynak Alternatifi apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html 35 @@ -5278,7 +5278,7 @@ The Open Source Alternative to - The Open Source Alternative to + Açık Kaynak Alternatifi apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 8 @@ -6046,7 +6046,7 @@ Founded - Founded + Kuruluş apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 67 @@ -6238,7 +6238,7 @@ Origin - Origin + Köken apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 72 @@ -6430,7 +6430,7 @@ Region - Region + Bölge apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 77 @@ -6622,7 +6622,7 @@ Available in - Available in + Mevcut apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 82 @@ -6814,7 +6814,7 @@ ✅ Yes - ✅ Yes + ✅ Evet apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 104 @@ -8322,7 +8322,7 @@ ❌ No - ❌ No + ❌ Hayır apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 106 @@ -9642,7 +9642,7 @@ ❌ No - ❌ No + ❌ Hayır apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 113 @@ -9834,7 +9834,7 @@ Self-Hosting - Self-Hosting + Tarafınızca Barındırma apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 118 @@ -10026,7 +10026,7 @@ Use anonymously - Use anonymously + Anonim olarak kullan apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 145 @@ -10218,7 +10218,7 @@ Free Plan - Free Plan + Ücretsiz Plan apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 164 @@ -10410,7 +10410,7 @@ Notes - Notes + Notlar apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 196 @@ -10986,7 +10986,7 @@ Effortlessly track, analyze, and visualize your wealth with Ghostfolio. - Effortlessly track, analyze, and visualize your wealth with Ghostfolio. + Ghostfolio ile varlıklarınızı kolaylıkla takip edin, analiz edin ve görselleştirin. apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 221 @@ -11178,7 +11178,7 @@ Get Started - Get Started + Başlayın apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 226 @@ -11370,7 +11370,7 @@ Personal Finance Tools - Personal Finance Tools + Kişisel Finans Araçları apps/client/src/app/pages/resources/personal-finance-tools/product-page-template.html 302 @@ -11562,7 +11562,7 @@ Switzerland - Switzerland + İsviçre apps/client/src/app/pages/resources/personal-finance-tools/products.ts 69 @@ -11582,7 +11582,7 @@ Global - Global + Küresel apps/client/src/app/pages/resources/personal-finance-tools/products.ts 70 @@ -11602,7 +11602,7 @@ United States - United States + Amerika Birleşik Devletleri apps/client/src/app/pages/resources/personal-finance-tools/products.ts 81 @@ -11686,7 +11686,7 @@ Belgium - Belgium + Belçika apps/client/src/app/pages/resources/personal-finance-tools/products.ts 167 @@ -11694,7 +11694,7 @@ Germany - Germany + Almanya apps/client/src/app/pages/resources/personal-finance-tools/products.ts 128 @@ -11726,7 +11726,7 @@ Austria - Austria + Avusturya apps/client/src/app/pages/resources/personal-finance-tools/products.ts 238 @@ -11734,7 +11734,7 @@ Italy - Italy + İtalya apps/client/src/app/pages/resources/personal-finance-tools/products.ts 372 @@ -11742,7 +11742,7 @@ Netherlands - Netherlands + Hollanda apps/client/src/app/pages/resources/personal-finance-tools/products.ts 382 @@ -11750,7 +11750,7 @@ Thailand - Thailand + Tayland apps/client/src/app/pages/resources/personal-finance-tools/products.ts 394 @@ -11758,7 +11758,7 @@ New Zealand - New Zealand + Yeni Zelanda apps/client/src/app/pages/resources/personal-finance-tools/products.ts 436 @@ -11766,7 +11766,7 @@ Czech Republic - Czech Republic + Çekya apps/client/src/app/pages/resources/personal-finance-tools/products.ts 447 @@ -11778,7 +11778,7 @@ Resources - Resources + Kaynaklar apps/client/src/app/pages/resources/resources-page-routing.module.ts 12 @@ -11786,7 +11786,7 @@ Guides - Guides + Kılavuzlar apps/client/src/app/pages/resources/resources-page.html 5 @@ -11794,7 +11794,7 @@ Glossary - Glossary + Sözlük apps/client/src/app/pages/resources/resources-page.html 75 @@ -11802,7 +11802,7 @@ Grant access - Grant access + Erişim izni ver apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html 7 @@ -11810,7 +11810,7 @@ Public - Public + Halka açık apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html 24 @@ -11818,7 +11818,7 @@ My Ghostfolio - My Ghostfolio + Benim Ghostfolio'm apps/client/src/app/pages/user-account/user-account-page-routing.module.ts 32 @@ -11826,7 +11826,7 @@ Auto - Auto + Otomatik apps/client/src/app/components/user-account-settings/user-account-settings.component.ts 31 @@ -11834,7 +11834,7 @@ Please enter your coupon code: - Please enter your coupon code: + Lütfen kupon kodunuzu girin: apps/client/src/app/components/user-account-membership/user-account-membership.component.ts 110 @@ -11842,7 +11842,7 @@ Could not redeem coupon code - Could not redeem coupon code + Kupon kodu kullanılamadı apps/client/src/app/components/user-account-membership/user-account-membership.component.ts 120 @@ -11850,7 +11850,7 @@ Coupon code has been redeemed - Coupon code has been redeemed + Kupon kodu kullanıldı apps/client/src/app/components/user-account-membership/user-account-membership.component.ts 132 @@ -11858,7 +11858,7 @@ Reload - Reload + Yeniden Yükle apps/client/src/app/components/user-account-membership/user-account-membership.component.ts 133 @@ -11866,7 +11866,7 @@ Do you really want to remove this sign in method? - Do you really want to remove this sign in method? + Bu giriş yöntemini kaldırmayı gerçekten istiyor musunuz? apps/client/src/app/components/user-account-settings/user-account-settings.component.ts 182 @@ -11874,7 +11874,7 @@ Membership - Membership + Üyelik libs/ui/src/lib/membership-card/membership-card.component.html 18 @@ -11882,7 +11882,7 @@ Valid until - Valid until + Geçerli tarih libs/ui/src/lib/membership-card/membership-card.component.html 22 @@ -11890,7 +11890,7 @@ Upgrade - Upgrade + Yükselt apps/client/src/app/components/user-account-membership/user-account-membership.html 18 @@ -11898,7 +11898,7 @@ Renew - Renew + Yenile apps/client/src/app/components/user-account-membership/user-account-membership.html 21 @@ -11906,7 +11906,7 @@ per year - per year + yıllık apps/client/src/app/components/user-account-membership/user-account-membership.html 33 @@ -11918,7 +11918,7 @@ Try Premium - Try Premium + Premium'u Deneyin apps/client/src/app/components/user-account-membership/user-account-membership.html 42 @@ -11926,7 +11926,7 @@ Redeem Coupon - Redeem Coupon + Kupon Kullan apps/client/src/app/components/user-account-membership/user-account-membership.html 55 @@ -11934,7 +11934,7 @@ Presenter View - Presenter View + Sunum Görünümü apps/client/src/app/components/user-account-settings/user-account-settings.html 7 @@ -11942,7 +11942,7 @@ Protection for sensitive information like absolute performances and quantity values - Protection for sensitive information like absolute performances and quantity values + Gerçek performans ve miktar değerleri gibi hassas bilgilerin saklanması için apps/client/src/app/components/user-account-settings/user-account-settings.html 8 @@ -11950,7 +11950,7 @@ Base Currency - Base Currency + Temel Para Birimi apps/client/src/app/components/user-account-settings/user-account-settings.html 27 @@ -11958,7 +11958,7 @@ Language - Language + Dil apps/client/src/app/components/user-account-settings/user-account-settings.html 48 @@ -11966,7 +11966,7 @@ Locale - Locale + Yerel Ayarlar apps/client/src/app/components/user-account-settings/user-account-settings.html 95 @@ -11974,7 +11974,7 @@ Date and number format - Date and number format + Tarih ve Sayı Formatları apps/client/src/app/components/user-account-settings/user-account-settings.html 97 @@ -11982,7 +11982,7 @@ Appearance - Appearance + Görünüm apps/client/src/app/components/user-account-settings/user-account-settings.html 118 @@ -11990,7 +11990,7 @@ Auto - Auto + Otomatik apps/client/src/app/components/user-account-settings/user-account-settings.html 130 @@ -11998,7 +11998,7 @@ Light - Light + Açık apps/client/src/app/components/user-account-settings/user-account-settings.html 131 @@ -12006,7 +12006,7 @@ Dark - Dark + Koyu apps/client/src/app/components/user-account-settings/user-account-settings.html 132 @@ -12014,7 +12014,7 @@ Distraction-free experience for turbulent times - Distraction-free experience for turbulent times + Çalkantılı zamanlar için dikkat dağıtmayan bir deneyim apps/client/src/app/components/user-account-settings/user-account-settings.html 142 @@ -12022,7 +12022,7 @@ Biometric Authentication - Biometric Authentication + Biyometrik Kimlik Doğrulama apps/client/src/app/components/user-account-settings/user-account-settings.html 158 @@ -12030,7 +12030,7 @@ Sign in with fingerprint - Sign in with fingerprint + Parmak iziyle oturum aç apps/client/src/app/components/user-account-settings/user-account-settings.html 159 @@ -12038,7 +12038,7 @@ Experimental Features - Experimental Features + Deneysel Özellikler apps/client/src/app/components/user-account-settings/user-account-settings.html 176 @@ -12046,7 +12046,7 @@ Sneak peek at upcoming functionality - Sneak peek at upcoming functionality + Gelecek özelliklere göz atın apps/client/src/app/components/user-account-settings/user-account-settings.html 177 @@ -12054,7 +12054,7 @@ User ID - User ID + Kullanıcı Kimliği apps/client/src/app/components/user-account-settings/user-account-settings.html 192 @@ -12062,7 +12062,7 @@ Export Data - Export Data + Verileri Dışa Aktar apps/client/src/app/components/user-account-settings/user-account-settings.html 199 @@ -12070,7 +12070,7 @@ Granted Access - Granted Access + xErişim İzni Verildi apps/client/src/app/components/user-account-access/user-account-access.html 5 @@ -12078,7 +12078,7 @@ Oops, authentication has failed. - Oops, authentication has failed. + Hay Allah, kimlik doğrulaması başarısız oldu. apps/client/src/app/pages/webauthn/webauthn-page.html 18 @@ -12086,7 +12086,7 @@ Try again - Try again + Yeniden dene apps/client/src/app/pages/webauthn/webauthn-page.html 26 @@ -12094,7 +12094,7 @@ Go back to Home Page - Go back to Home Page + Ana Sayfaya Geri Dön apps/client/src/app/pages/webauthn/webauthn-page.html 30 @@ -12102,7 +12102,7 @@ Import Activities - Import Activities + İşlemleri İçe Aktar libs/ui/src/lib/activities-table/activities-table.component.html 16 @@ -12114,7 +12114,7 @@ Import Dividends - Import Dividends + Temettüleri İçe Aktar libs/ui/src/lib/activities-table/activities-table.component.html 35 @@ -12126,7 +12126,7 @@ Export Activities - Export Activities + İşlemleri Dışa Aktar libs/ui/src/lib/activities-table/activities-table.component.html 47 @@ -12138,7 +12138,7 @@ Export Drafts as ICS - Export Drafts as ICS + Taslakları ICS Olarak Dışa Aktar libs/ui/src/lib/activities-table/activities-table.component.html 59 @@ -12150,7 +12150,7 @@ Delete all Activities - Delete all Activities + Tüm İşlemleri sil libs/ui/src/lib/activities-table/activities-table.component.html 69 @@ -12158,7 +12158,7 @@ Draft - Draft + Taslak libs/ui/src/lib/activities-table/activities-table.component.html 189 @@ -12166,7 +12166,7 @@ Clone - Clone + Klonla libs/ui/src/lib/activities-table/activities-table.component.html 513 @@ -12174,7 +12174,7 @@ Export Draft as ICS - Export Draft as ICS + Taslakları ICS Olarak Dışa Aktar libs/ui/src/lib/activities-table/activities-table.component.html 523 @@ -12182,7 +12182,7 @@ Do you really want to delete this activity? - Do you really want to delete this activity? + TBu işlemi silmeyi gerçekten istiyor musunuz? libs/ui/src/lib/activities-table/activities-table.component.ts 227 @@ -12190,7 +12190,7 @@ Filter by account, currency, symbol or type... - Filter by account, currency, symbol or type... + Hesap, para birimi, sembol veya türe göre filtrele... libs/ui/src/lib/activities-table/activities-table.component.ts 427 @@ -12198,7 +12198,7 @@ Index - Index + Endeks libs/ui/src/lib/benchmark/benchmark.component.html 3 @@ -12206,7 +12206,7 @@ Change from All Time High - Change from All Time High + Tüm Zamanların En Yüksek Seviyesinden (ATH) Değişim libs/ui/src/lib/benchmark/benchmark.component.html 79 @@ -12214,7 +12214,7 @@ from ATH - from ATH + Tüm Zamanların En Yüksek Seviyesinden libs/ui/src/lib/benchmark/benchmark.component.html 81 @@ -12222,7 +12222,7 @@ Market data provided by - Market data provided by + Piyasa verileri tarafından sağlanmıştır libs/ui/src/lib/data-provider-credits/data-provider-credits.component.html 2 @@ -12230,7 +12230,7 @@ Savings Rate per Month - Savings Rate per Month + Aylık Tasarruf Oranı libs/ui/src/lib/fire-calculator/fire-calculator.component.html 10 @@ -12238,7 +12238,7 @@ Annual Interest Rate - Annual Interest Rate + Yıllık Faiz Oranı libs/ui/src/lib/fire-calculator/fire-calculator.component.html 21 @@ -12246,7 +12246,7 @@ Retirement Date - Retirement Date + Emeklilik Tarihi libs/ui/src/lib/fire-calculator/fire-calculator.component.html 32 @@ -12254,7 +12254,7 @@ Projected Total Amount - Projected Total Amount + Hesaplanan Toplam Tutar libs/ui/src/lib/fire-calculator/fire-calculator.component.html 60 @@ -12262,7 +12262,7 @@ Interest - Interest + Faiz libs/ui/src/lib/fire-calculator/fire-calculator.component.ts 341 @@ -12274,7 +12274,7 @@ Savings - Savings + Tasarruflar libs/ui/src/lib/fire-calculator/fire-calculator.component.ts 351 @@ -12282,7 +12282,7 @@ Allocation - Allocation + Dağılım libs/ui/src/lib/holdings-table/holdings-table.component.html 98 @@ -12290,7 +12290,7 @@ Show all - Show all + Tümünü göster libs/ui/src/lib/holdings-table/holdings-table.component.html 172 @@ -12298,7 +12298,7 @@ Account - Account + Hesap libs/ui/src/lib/i18n.ts 4 @@ -12306,7 +12306,7 @@ Asia-Pacific - Asia-Pacific + Asya Pasifik libs/ui/src/lib/i18n.ts 5 @@ -12314,7 +12314,7 @@ Asset Class - Asset Class + Varlık Sınıfı libs/ui/src/lib/i18n.ts 6