From 13aea72c55453b7d4fa2d78fd92d8c2b8d8206d6 Mon Sep 17 00:00:00 2001
From: yaro <43820977+yootaebong@users.noreply.github.com>
Date: Sat, 3 Jan 2026 01:29:34 +0900
Subject: [PATCH 1/4] feat: add Korean (ko) language support
- Add Korean translation file (messages.ko.xlf)
- Add Korean locale configuration in project.json
- Add development-ko build configuration
- Add development-ko serve configuration
- Add 'ko' to SUPPORTED_LANGUAGE_CODES in config.ts
- Add Korean language to product page languages list
- Also add missing development-ca serve configuration for Catalan
---
apps/client/project.json | 17 +-
.../product-page.component.ts | 1 +
apps/client/src/locales/messages.ko.xlf | 8665 +++++++++++++++++
libs/common/src/lib/config.ts | 1 +
4 files changed, 8683 insertions(+), 1 deletion(-)
create mode 100644 apps/client/src/locales/messages.ko.xlf
diff --git a/apps/client/project.json b/apps/client/project.json
index 09968d23f..da5be5591 100644
--- a/apps/client/project.json
+++ b/apps/client/project.json
@@ -14,6 +14,10 @@
"baseHref": "/de/",
"translation": "apps/client/src/locales/messages.de.xlf"
},
+ "ko": {
+ "baseHref": "/ko/",
+ "translation": "apps/client/src/locales/messages.ko.xlf"
+ },
"es": {
"baseHref": "/es/",
"translation": "apps/client/src/locales/messages.es.xlf"
@@ -110,6 +114,10 @@
"baseHref": "/it/",
"localize": ["it"]
},
+ "development-ko": {
+ "baseHref": "/ko/",
+ "localize": ["ko"]
+ },
"development-nl": {
"baseHref": "/nl/",
"localize": ["nl"]
@@ -213,6 +221,9 @@
"sslKey": "apps/client/localhost.pem"
},
"configurations": {
+ "development-ca": {
+ "buildTarget": "client:build:development-ca"
+ },
"development-de": {
"buildTarget": "client:build:development-de"
},
@@ -228,6 +239,9 @@
"development-it": {
"buildTarget": "client:build:development-it"
},
+ "development-ko": {
+ "buildTarget": "client:build:development-ko"
+ },
"development-nl": {
"buildTarget": "client:build:development-nl"
},
@@ -269,7 +283,8 @@
"messages.pt.xlf",
"messages.tr.xlf",
"messages.uk.xlf",
- "messages.zh.xlf"
+ "messages.zh.xlf",
+ "messages.ko.xlf"
],
"trim": true
}
diff --git a/apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts b/apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
index 511cf672d..ca64b192b 100644
--- a/apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+++ b/apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
@@ -44,6 +44,7 @@ export class GfProductPageComponent implements OnInit {
key: 'ghostfolio',
languages: [
'Deutsch',
+ '한국어',
'English',
'Español',
'Français',
diff --git a/apps/client/src/locales/messages.ko.xlf b/apps/client/src/locales/messages.ko.xlf
new file mode 100644
index 000000000..9b4b2ff14
--- /dev/null
+++ b/apps/client/src/locales/messages.ko.xlf
@@ -0,0 +1,8665 @@
+
+
+
+
+
+ about
+ about
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 176
+
+
+ libs/common/src/lib/routes/routes.ts
+ 177
+
+
+ libs/common/src/lib/routes/routes.ts
+ 182
+
+
+ libs/common/src/lib/routes/routes.ts
+ 190
+
+
+ libs/common/src/lib/routes/routes.ts
+ 198
+
+
+ libs/common/src/lib/routes/routes.ts
+ 206
+
+
+ libs/common/src/lib/routes/routes.ts
+ 214
+
+
+
+ faq
+ faq
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 234
+
+
+ libs/common/src/lib/routes/routes.ts
+ 235
+
+
+ libs/common/src/lib/routes/routes.ts
+ 239
+
+
+ libs/common/src/lib/routes/routes.ts
+ 245
+
+
+
+ features
+ features
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 254
+
+
+ libs/common/src/lib/routes/routes.ts
+ 255
+
+
+
+ license
+ license
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 188
+
+
+ libs/common/src/lib/routes/routes.ts
+ 191
+
+
+
+ markets
+ markets
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 259
+
+
+ libs/common/src/lib/routes/routes.ts
+ 260
+
+
+
+ pricing
+ pricing
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 269
+
+
+ libs/common/src/lib/routes/routes.ts
+ 270
+
+
+
+ privacy-policy
+ privacy-policy
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 204
+
+
+ libs/common/src/lib/routes/routes.ts
+ 207
+
+
+
+ register
+ register
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 279
+
+
+ libs/common/src/lib/routes/routes.ts
+ 280
+
+
+
+ resources
+ resources
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 284
+
+
+ libs/common/src/lib/routes/routes.ts
+ 285
+
+
+ libs/common/src/lib/routes/routes.ts
+ 290
+
+
+ libs/common/src/lib/routes/routes.ts
+ 298
+
+
+ libs/common/src/lib/routes/routes.ts
+ 306
+
+
+ libs/common/src/lib/routes/routes.ts
+ 314
+
+
+ libs/common/src/lib/routes/routes.ts
+ 322
+
+
+
+ You are using the Live Demo.
+ 현재 라이브 데모를 사용 중입니다.
+
+ apps/client/src/app/app.component.html
+ 12
+
+
+
+ Create Account
+ 계정 생성
+
+ apps/client/src/app/app.component.html
+ 13
+
+
+ apps/client/src/app/pages/register/register-page.html
+ 28
+
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 2
+
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 101
+
+
+
+ Frequently Asked Questions (FAQ)
+ 자주 묻는 질문
+
+ apps/client/src/app/pages/faq/overview/faq-overview-page.html
+ 5
+
+
+ apps/client/src/app/pages/faq/saas/saas-page.html
+ 5
+
+
+ apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
+ 5
+
+
+
+ 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/components/footer/footer.component.html
+ 171
+
+
+
+ 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
+ 17
+
+
+
+ Grantee
+ 권한 수신자
+
+ apps/client/src/app/components/access-table/access-table.component.html
+ 11
+
+
+
+ please
+ 부탁드립니다
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 336
+
+
+
+ Type
+ 유형
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 48
+
+
+ apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html
+ 28
+
+
+ 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
+ 163
+
+
+
+ Details
+ 상세
+
+ apps/client/src/app/components/access-table/access-table.component.html
+ 33
+
+
+
+ Revoke
+ 회수
+
+ apps/client/src/app/components/access-table/access-table.component.html
+ 96
+
+
+
+ with
+ 와(과)
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 87
+
+
+
+ plus
+ 추가로
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 202
+
+
+
+ Do you really want to revoke this granted access?
+ 이 부여된 접근 권한을 정말로 회수하시겠습니까?
+
+ apps/client/src/app/components/access-table/access-table.component.ts
+ 115
+
+
+
+ Cash Balance
+ 현금 잔액
+
+ apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
+ 45
+
+
+ apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
+ 34
+
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 136
+
+
+
+ Platform
+ 플랫폼
+
+ apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
+ 90
+
+
+ apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
+ 48
+
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 86
+
+
+
+ Cash Balances
+ 현금 잔액
+
+ apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
+ 148
+
+
+
+ Transfer Cash Balance
+ 현금 잔액 이체
+
+ apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html
+ 7
+
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 10
+
+
+
+ Name
+ 이름
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 88
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 311
+
+
+ apps/client/src/app/components/admin-platform/admin-platform.component.html
+ 22
+
+
+ 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-settings/admin-settings.component.html
+ 46
+
+
+ apps/client/src/app/components/admin-tag/admin-tag.component.html
+ 22
+
+
+ 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
+ 139
+
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 43
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 137
+
+
+ libs/ui/src/lib/benchmark/benchmark.component.html
+ 12
+
+
+ libs/ui/src/lib/holdings-table/holdings-table.component.html
+ 28
+
+
+ libs/ui/src/lib/top-holdings/top-holdings.component.html
+ 16
+
+
+ libs/ui/src/lib/top-holdings/top-holdings.component.html
+ 88
+
+
+
+ Total
+ 합계
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 55
+
+
+
+ Currency
+ 통화
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 201
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 318
+
+
+ apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html
+ 45
+
+
+ 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
+ 145
+
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 65
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 283
+
+
+
+ Value
+ 평가액
+
+ 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
+ 205
+
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 208
+
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 211
+
+
+ libs/ui/src/lib/account-balances/account-balances.component.html
+ 34
+
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 171
+
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 206
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 264
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 300
+
+
+ libs/ui/src/lib/holdings-table/holdings-table.component.html
+ 98
+
+
+ libs/ui/src/lib/top-holdings/top-holdings.component.html
+ 25
+
+
+ libs/ui/src/lib/top-holdings/top-holdings.component.html
+ 102
+
+
+
+ Edit
+ 편집
+
+ apps/client/src/app/components/access-table/access-table.component.html
+ 76
+
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 267
+
+
+ apps/client/src/app/components/admin-platform/admin-platform.component.html
+ 74
+
+
+ apps/client/src/app/components/admin-tag/admin-tag.component.html
+ 67
+
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 313
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 457
+
+
+
+ Delete
+ 삭제
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 289
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 86
+
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 131
+
+
+ apps/client/src/app/components/admin-platform/admin-platform.component.html
+ 85
+
+
+ apps/client/src/app/components/admin-tag/admin-tag.component.html
+ 78
+
+
+ libs/ui/src/lib/account-balances/account-balances.component.html
+ 80
+
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 324
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 484
+
+
+ libs/ui/src/lib/benchmark/benchmark.component.html
+ 176
+
+
+
+ Do you really want to delete this account?
+ 이 계정을 정말 삭제하시겠습니까?
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.ts
+ 150
+
+
+
+ Asset Profile
+ 자산 프로필
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 52
+
+
+
+ Historical Market Data
+ 과거 시장 데이터
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 54
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 574
+
+
+
+ Data Source
+ 데이터 소스
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 82
+
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 105
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 179
+
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 155
+
+
+ libs/ui/src/lib/i18n.ts
+ 15
+
+
+
+ Attempts
+ 시도 횟수
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 120
+
+
+
+ Created
+ 생성됨
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 134
+
+
+
+ Finished
+ 완료됨
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 143
+
+
+
+ Status
+ 상태
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 152
+
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 92
+
+
+
+ and is driven by the efforts of its contributors
+ 기여자들의 노력으로 발전하고 있습니다
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 49
+
+
+
+ Delete Jobs
+ 작업 삭제
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 193
+
+
+
+ View Data
+ 데이터 보기
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 208
+
+
+
+ View Stacktrace
+ 스택트레이스 보기
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 216
+
+
+
+ Delete Job
+ 작업 삭제
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 224
+
+
+
+ Details for
+ 에 대한 세부정보
+
+ libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.html
+ 2
+
+
+
+ Date
+ 날짜
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 161
+
+
+ libs/ui/src/lib/account-balances/account-balances.component.html
+ 12
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 172
+
+
+ libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.html
+ 6
+
+
+
+ Market Price
+ 시장 가격
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 132
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 113
+
+
+ libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.html
+ 26
+
+
+
+ Currencies
+ 통화
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.component.ts
+ 132
+
+
+ apps/client/src/app/pages/public/public-page.html
+ 96
+
+
+
+ Everything in
+ 다음 통화 기준으로 모두 표시
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 199
+
+
+
+ ETFs without Countries
+ 국가 정보 없는 ETF
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.component.ts
+ 137
+
+
+
+ ETFs without Sectors
+ 섹터 정보 없는 ETF
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.component.ts
+ 142
+
+
+
+ Do you really want to delete this asset profile?
+ 이 자산 프로필을 정말 삭제하시겠습니까?
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.service.ts
+ 37
+
+
+
+ Filter by...
+ 다음 기준으로 필터...
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.component.ts
+ 386
+
+
+
+ First Activity
+ 첫 활동
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 147
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 219
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 219
+
+
+ libs/ui/src/lib/holdings-table/holdings-table.component.html
+ 50
+
+
+
+ Activities Count
+ 활동 수
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 156
+
+
+
+ Historical Data
+ 과거 데이터
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 165
+
+
+ libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor.component.html
+ 44
+
+
+
+ Sectors Count
+ 섹터 수
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 174
+
+
+
+ Countries Count
+ 국가 수
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 183
+
+
+
+ Gather Recent Historical Market Data
+ 최근 과거 시장 데이터 수집
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 225
+
+
+
+ Gather All Historical Market Data
+ 전체 과거 시장 데이터 수집
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 230
+
+
+
+ Gather Profile Data
+ 프로필 데이터 수집
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 234
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 66
+
+
+
+ Oops! Could not parse historical data.
+ 이런! 과거 데이터를 파싱할 수 없습니다.
+
+ libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor.component.ts
+ 263
+
+
+
+ Refresh
+ 새로고침
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 21
+
+
+
+ Gather Historical Market Data
+ 과거 시장 데이터 수집
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 34
+
+
+
+ Import
+ 가져오기
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 155
+
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 190
+
+
+ libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor.component.html
+ 71
+
+
+
+ Sector
+ 섹터
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 264
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 268
+
+
+
+ Country
+ 국가
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 275
+
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 60
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 278
+
+
+ apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+ 53
+
+
+
+ Sectors
+ 섹터
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 281
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 522
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 284
+
+
+ apps/client/src/app/pages/public/public-page.html
+ 114
+
+
+
+ Countries
+ 국가
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 291
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 533
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 296
+
+
+
+ Symbol Mapping
+ 심볼 매핑
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 386
+
+
+
+ and we share aggregated key metrics of the platform’s performance
+ 또한 플랫폼 성과에 대한 집계된 핵심 지표를 공유합니다
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 32
+
+
+
+ Scraper Configuration
+ 스크래퍼 설정
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 411
+
+
+
+ Note
+ 메모
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 558
+
+
+ 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
+ 275
+
+
+
+ Add Asset Profile
+ 자산 프로필 추가
+
+ apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html
+ 7
+
+
+
+ Search
+ 검색
+
+ apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html
+ 16
+
+
+
+ Add Manually
+ 수동 추가
+
+ apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html
+ 18
+
+
+
+ Name, symbol or ISIN
+ 이름, 심볼 또는 ISIN
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 132
+
+
+ apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html
+ 27
+
+
+ apps/client/src/app/components/home-watchlist/create-watchlist-item-dialog/create-watchlist-item-dialog.html
+ 10
+
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 124
+
+
+
+ Do you really want to delete this coupon?
+ 이 쿠폰을 정말 삭제하시겠습니까?
+
+ apps/client/src/app/components/admin-overview/admin-overview.component.ts
+ 194
+
+
+
+ Do you really want to delete this system message?
+ 이 시스템 메시지를 정말 삭제하시겠습니까?
+
+ apps/client/src/app/components/admin-overview/admin-overview.component.ts
+ 207
+
+
+
+ Do you really want to flush the cache?
+ 정말로 캐시를 플러시하시겠습니까?
+
+ apps/client/src/app/components/admin-overview/admin-overview.component.ts
+ 231
+
+
+
+ Please set your system message:
+ 시스템 메시지를 설정하십시오:
+
+ apps/client/src/app/components/admin-overview/admin-overview.component.ts
+ 251
+
+
+
+ Version
+ 버전
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 7
+
+
+
+ User Count
+ 사용자 수
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 13
+
+
+
+ Activity Count
+ 활동 수
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 19
+
+
+
+ per User
+ 사용자당
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 28
+
+
+
+ Add Currency
+ 통화 추가
+
+ apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html
+ 20
+
+
+
+ User Signup
+ 사용자 가입
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 34
+
+
+
+ Read-only Mode
+ 읽기 전용 모드
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 48
+
+
+
+ System Message
+ 시스템 메시지
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 72
+
+
+
+ Set Message
+ 메시지 설정
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 94
+
+
+
+ Coupons
+ 쿠폰
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 102
+
+
+
+ Add
+ 추가
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 176
+
+
+ libs/ui/src/lib/account-balances/account-balances.component.html
+ 93
+
+
+
+ Housekeeping
+ 유지 관리
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 184
+
+
+
+ Flush Cache
+ 캐시 플러시
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 200
+
+
+
+ Add Platform
+ 플랫폼 추가
+
+ apps/client/src/app/components/admin-platform/admin-platform.component.html
+ 9
+
+
+
+ Url
+ 링크
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 493
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 545
+
+
+ apps/client/src/app/components/admin-platform/admin-platform.component.html
+ 38
+
+
+ apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html
+ 25
+
+
+
+ Do you really want to delete this platform?
+ 정말로 이 플랫폼을 삭제하시겠습니까?
+
+ apps/client/src/app/components/admin-platform/admin-platform.component.ts
+ 107
+
+
+
+ By
+ 에 의해
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 139
+
+
+
+ Update platform
+ 플랫폼 업데이트
+
+ apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html
+ 8
+
+
+
+ Current year
+ 올해
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 204
+
+
+
+ Add platform
+ 플랫폼 추가
+
+ apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html
+ 10
+
+
+
+ Platforms
+ 플랫폼
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 195
+
+
+
+ Tags
+ 태그
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 201
+
+
+ libs/ui/src/lib/tags-selector/tags-selector.component.html
+ 4
+
+
+ libs/ui/src/lib/tags-selector/tags-selector.component.html
+ 16
+
+
+
+ Add Tag
+ 태그 추가
+
+ apps/client/src/app/components/admin-tag/admin-tag.component.html
+ 9
+
+
+
+ Do you really want to delete this tag?
+ 이 태그를 정말로 삭제하시겠습니까?
+
+ apps/client/src/app/components/admin-tag/admin-tag.component.ts
+ 103
+
+
+
+ Update tag
+ 태그 업데이트
+
+ apps/client/src/app/components/admin-tag/create-or-update-tag-dialog/create-or-update-tag-dialog.html
+ 8
+
+
+
+ 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?
+ 이 사용자를 정말로 삭제하시겠습니까?
+
+ apps/client/src/app/components/admin-users/admin-users.component.ts
+ 210
+
+
+
+ User
+ 사용자
+
+ apps/client/src/app/components/admin-tag/admin-tag.component.html
+ 31
+
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 12
+
+
+ apps/client/src/app/components/header/header.component.html
+ 231
+
+
+
+ No auto-renewal on membership.
+ 멤버십 자동 갱신은 없습니다.
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.html
+ 74
+
+
+
+ Engagement per Day
+ 일일 참여
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 140
+
+
+ apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+ 89
+
+
+
+ Last Request
+ 마지막 요청
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 186
+
+
+
+ Impersonate User
+ 사용자 대리 접속
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 233
+
+
+
+ Delete User
+ 사용자 삭제
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 254
+
+
+
+ Compare with...
+ 비교해보세요...
+
+ apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html
+ 18
+
+
+
+ Manage Benchmarks
+ 벤치마크 관리
+
+ apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html
+ 35
+
+
+
+ Portfolio
+ 포트폴리오
+
+ apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts
+ 140
+
+
+ apps/client/src/app/components/header/header.component.html
+ 44
+
+
+ apps/client/src/app/components/header/header.component.html
+ 258
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 94
+
+
+ libs/common/src/lib/routes/routes.ts
+ 151
+
+
+
+ Benchmark
+ 기준
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 378
+
+
+ apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts
+ 152
+
+
+
+ Current Market Mood
+ 현재 시장 분위기
+
+ apps/client/src/app/components/fear-and-greed-index/fear-and-greed-index.component.html
+ 12
+
+
+
+ About Ghostfolio
+ 고스트폴리오 소개
+
+ apps/client/src/app/components/header/header.component.html
+ 326
+
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 5
+
+
+
+ Sign in
+ 로그인
+
+ apps/client/src/app/components/header/header.component.html
+ 422
+
+
+ apps/client/src/app/components/header/header.component.ts
+ 297
+
+
+ apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html
+ 79
+
+
+ libs/common/src/lib/routes/routes.ts
+ 81
+
+
+ libs/common/src/lib/routes/routes.ts
+ 157
+
+
+
+ Oops! Incorrect Security Token.
+ 이런! 잘못된 보안 토큰.
+
+ apps/client/src/app/components/header/header.component.ts
+ 312
+
+
+ apps/client/src/app/components/user-account-access/user-account-access.component.ts
+ 154
+
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts
+ 192
+
+
+
+ Manage Activities
+ 활동 관리
+
+ apps/client/src/app/components/home-holdings/home-holdings.html
+ 67
+
+
+
+ Fear
+ 두려움
+
+ apps/client/src/app/components/home-market/home-market.component.ts
+ 42
+
+
+ apps/client/src/app/components/markets/markets.component.ts
+ 47
+
+
+ libs/ui/src/lib/i18n.ts
+ 108
+
+
+
+ Greed
+ 탐욕
+
+ apps/client/src/app/components/home-market/home-market.component.ts
+ 43
+
+
+ apps/client/src/app/components/markets/markets.component.ts
+ 48
+
+
+ libs/ui/src/lib/i18n.ts
+ 109
+
+
+
+ Last Days
+ 지난 일
+
+ apps/client/src/app/components/home-market/home-market.html
+ 7
+
+
+ apps/client/src/app/components/markets/markets.html
+ 17
+
+
+
+ Welcome to Ghostfolio
+ Ghostfolio에 오신 것을 환영합니다
+
+ apps/client/src/app/components/home-overview/home-overview.html
+ 11
+
+
+
+ Ready to take control of your personal finances?
+ 개인 재정을 관리할 준비가 되셨나요?
+
+ apps/client/src/app/components/home-overview/home-overview.html
+ 12
+
+
+
+ The source code is fully available as open source software (OSS) under the AGPL-3.0 license
+ 소스 코드는 오픈 소스 소프트웨어로 완전히 공개되어 있으며, AGPL-3.0 라이선스 하에 제공됩니다
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 16
+
+
+
+ Setup your accounts
+ 계정 설정
+
+ apps/client/src/app/components/home-overview/home-overview.html
+ 19
+
+
+
+ Get a comprehensive financial overview by adding your bank and brokerage accounts.
+ 은행 및 중개 계좌를 추가하여 포괄적인 재무 개요를 확인하세요.
+
+ apps/client/src/app/components/home-overview/home-overview.html
+ 21
+
+
+
+ Capture your activities
+ 활동을 캡처하세요
+
+ apps/client/src/app/components/home-overview/home-overview.html
+ 28
+
+
+
+ Record your investment activities to keep your portfolio up to date.
+ 투자 활동을 기록하여 포트폴리오를 최신 상태로 유지하세요.
+
+ apps/client/src/app/components/home-overview/home-overview.html
+ 30
+
+
+
+ Monitor and analyze your portfolio
+ 포트폴리오를 모니터링하고 분석하세요.
+
+ apps/client/src/app/components/home-overview/home-overview.html
+ 37
+
+
+
+ Track your progress in real-time with comprehensive analysis and insights.
+ 포괄적인 분석과 통찰력을 통해 진행 상황을 실시간으로 추적하세요.
+
+ apps/client/src/app/components/home-overview/home-overview.html
+ 39
+
+
+
+ Setup accounts
+ 계정 설정
+
+ apps/client/src/app/components/home-overview/home-overview.html
+ 52
+
+
+
+ Current week
+ 이번주
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 196
+
+
+
+ Add activity
+ 활동 추가
+
+ apps/client/src/app/components/home-overview/home-overview.html
+ 60
+
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 8
+
+
+
+ Total Amount
+ 총액
+
+ apps/client/src/app/components/investment-chart/investment-chart.component.ts
+ 143
+
+
+
+ Savings Rate
+ 저축률
+
+ apps/client/src/app/components/investment-chart/investment-chart.component.ts
+ 202
+
+
+
+ Security Token
+ 보안 토큰
+
+ apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html
+ 8
+
+
+ apps/client/src/app/components/user-account-access/user-account-access.html
+ 3
+
+
+ apps/client/src/app/components/user-account-access/user-account-access.html
+ 15
+
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 279
+
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 64
+
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 72
+
+
+
+ or
+ 또는
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 30
+
+
+ apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html
+ 32
+
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 47
+
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 348
+
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 97
+
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 83
+
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 161
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 329
+
+
+ apps/client/src/app/pages/register/register-page.html
+ 33
+
+
+ apps/client/src/app/pages/webauthn/webauthn-page.html
+ 30
+
+
+
+ Sign in with Google
+ 구글로 로그인
+
+ apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html
+ 44
+
+
+
+ Stay signed in
+ 로그인 상태 유지
+
+ apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html
+ 66
+
+
+
+ Time in Market
+ 시장 참여 기간
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 3
+
+
+
+ Absolute Gross Performance
+ 절대 총 성과
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 73
+
+
+
+ Fees
+ 수수료
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 208
+
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 88
+
+
+
+ Absolute Net Performance
+ 절대 순 성과
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 107
+
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 193
+
+
+
+ Net Performance
+ 순 성과
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 123
+
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 212
+
+
+
+ Total Assets
+ 총자산
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 149
+
+
+
+ Assets
+ 자산
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 226
+
+
+
+ Buying Power
+ 매수 가능 금액
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 241
+
+
+
+ Excluded from Analysis
+ 분석에서 제외됨
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 267
+
+
+
+ Liabilities
+ 부채
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 295
+
+
+ apps/client/src/app/pages/features/features-page.html
+ 102
+
+
+
+ Net Worth
+ 순자산
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 317
+
+
+
+ Annualized Performance
+ 연환산 성과
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 331
+
+
+
+ Please set the amount of your emergency fund.
+ 비상금 금액을 설정해 주세요.
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.ts
+ 108
+
+
+
+ Minimum Price
+ 최저가
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 130
+
+
+
+ Maximum Price
+ 최고가
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 147
+
+
+
+ Quantity
+ 수량
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 157
+
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 189
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 193
+
+
+ libs/ui/src/lib/holdings-table/holdings-table.component.html
+ 74
+
+
+
+ Report Data Glitch
+ 데이터 결함 보고
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 451
+
+
+
+ Are you an ambitious investor who needs the full picture?
+ 당신은 전체 그림이 필요한 야심찬 투자자이신가요?
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 15
+
+
+
+ Upgrade to Ghostfolio Premium today and gain access to exclusive features to enhance your investment experience:
+ 지금 Ghostfolio 프리미엄으로 업그레이드하고, 투자 경험을 향상시키는 독점 기능을 이용하세요:
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 18
+
+
+
+ Portfolio Summary
+ 포트폴리오 요약
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 24
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 47
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 207
+
+
+
+ Portfolio Allocations
+ 포트폴리오 자산배분
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 28
+
+
+ apps/client/src/app/pages/features/features-page.html
+ 161
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 51
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 211
+
+
+
+ Performance Benchmarks
+ 성과 벤치마크
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 32
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 55
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 215
+
+
+
+ FIRE Calculator
+ 파이어(FIRE) 계산기
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 36
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 59
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 219
+
+
+
+ Professional Data Provider
+ 전문 데이터 제공자
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 40
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 223
+
+
+
+ and more Features...
+ 그리고 더 많은 기능...
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 44
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 75
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 246
+
+
+
+ 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
+ 48
+
+
+
+ Skip
+ 건너뛰다
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 59
+
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 99
+
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 141
+
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 181
+
+
+
+ Upgrade Plan
+ 업그레이드 계획
+
+ apps/client/src/app/components/header/header.component.html
+ 193
+
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 70
+
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 110
+
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 153
+
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.html
+ 21
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 284
+
+
+
+ Today
+ 오늘
+
+ apps/client/src/app/pages/public/public-page.html
+ 24
+
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 365
+
+
+
+ YTD
+ 연초 대비
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 204
+
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 377
+
+
+
+ 1Y
+ 1년
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 208
+
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 387
+
+
+
+ 5Y
+ 5년
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 212
+
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 411
+
+
+
+ Max
+ 맥스
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 216
+
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 417
+
+
+
+ Grant access
+ 액세스 권한 부여
+
+ apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html
+ 9
+
+
+
+ Public
+ 공공의
+
+ apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html
+ 31
+
+
+
+ Granted Access
+ 액세스 권한 부여
+
+ apps/client/src/app/components/user-account-access/user-account-access.html
+ 57
+
+
+
+ Please enter your coupon code.
+ 쿠폰 코드를 입력해주세요.
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.component.ts
+ 218
+
+
+
+ Could not redeem coupon code
+ 쿠폰 코드를 사용할 수 없습니다.
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.component.ts
+ 182
+
+
+
+ Coupon code has been redeemed
+ 쿠폰 코드가 사용되었습니다.
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.component.ts
+ 195
+
+
+
+ Reload
+ 새로고침
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.component.ts
+ 196
+
+
+
+ per year
+ 연간
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.html
+ 33
+
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 80
+
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 158
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 268
+
+
+
+ Try Premium
+ 프리미엄을 사용해 보세요
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.html
+ 53
+
+
+
+ Redeem Coupon
+ 쿠폰 사용
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.html
+ 67
+
+
+
+ Auto
+ 자동
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts
+ 69
+
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 172
+
+
+
+ Do you really want to remove this sign in method?
+ 이 로그인 방법을 정말로 제거하시겠습니까?
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts
+ 281
+
+
+
+ Presenter View
+ 발표자 보기
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 183
+
+
+
+ Protection for sensitive information like absolute performances and quantity values
+ 절대 성과 및 수량 값과 같은 민감한 정보를 보호합니다.
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 185
+
+
+
+ Base Currency
+ 기본 통화
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 9
+
+
+
+ Language
+ 언어
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 56
+
+
+
+ Locale
+ 장소
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 448
+
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 133
+
+
+
+ Date and number format
+ 날짜 및 숫자 형식
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 135
+
+
+
+ Appearance
+ 모습
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 158
+
+
+
+ Light
+ 라이트
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 173
+
+
+
+ Dark
+ 다크
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 174
+
+
+
+ Zen Mode
+ 젠 모드
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 201
+
+
+ apps/client/src/app/pages/features/features-page.html
+ 246
+
+
+
+ Distraction-free experience for turbulent times
+ 격동의 시대에 방해받지 않는 경험
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 203
+
+
+
+ this is projected to increase to
+ 이는 다음과 같이 증가할 것으로 예상된다.
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 147
+
+
+
+ Biometric Authentication
+ 생체인증
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 218
+
+
+
+ Sign in with fingerprint
+ 지문으로 로그인
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 219
+
+
+
+ Experimental Features
+ 실험적 기능
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 235
+
+
+
+ Sneak peek at upcoming functionality
+ 곧 출시될 기능 미리보기
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 237
+
+
+
+ User ID
+ 사용자 ID
+
+ apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html
+ 51
+
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 252
+
+
+ apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+ 11
+
+
+
+ Export Data
+ 데이터 내보내기
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 260
+
+
+
+ This feature is currently unavailable.
+ 이 기능은 현재 사용할 수 없습니다.
+
+ apps/client/src/app/core/http-response.interceptor.ts
+ 55
+
+
+
+ Please try again later.
+ 나중에 다시 시도해 주세요.
+
+ apps/client/src/app/core/http-response.interceptor.ts
+ 57
+
+
+ apps/client/src/app/core/http-response.interceptor.ts
+ 88
+
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts
+ 195
+
+
+
+ Oops! Something went wrong.
+ 이런! 문제가 발생했습니다.
+
+ apps/client/src/app/core/http-response.interceptor.ts
+ 86
+
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts
+ 193
+
+
+
+ Okay
+ 좋아요
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.component.ts
+ 157
+
+
+ apps/client/src/app/core/http-response.interceptor.ts
+ 89
+
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts
+ 196
+
+
+
+ About
+ 에 대한
+
+ apps/client/src/app/components/footer/footer.component.html
+ 20
+
+
+ apps/client/src/app/components/header/header.component.html
+ 124
+
+
+ apps/client/src/app/components/header/header.component.html
+ 375
+
+
+ apps/client/src/app/pages/about/overview/about-overview-page.routes.ts
+ 12
+
+
+ libs/common/src/lib/routes/routes.ts
+ 220
+
+
+
+ Changelog
+ 변경 내역
+
+ apps/client/src/app/components/footer/footer.component.html
+ 27
+
+
+ apps/client/src/app/pages/about/changelog/changelog-page.html
+ 4
+
+
+ libs/common/src/lib/routes/routes.ts
+ 185
+
+
+
+ License
+ 특허
+
+ apps/client/src/app/components/footer/footer.component.html
+ 39
+
+
+ apps/client/src/app/pages/about/license/license-page.html
+ 4
+
+
+ libs/common/src/lib/routes/routes.ts
+ 193
+
+
+
+ Privacy Policy
+ 개인 정보 보호 정책
+
+ apps/client/src/app/components/footer/footer.component.html
+ 55
+
+
+ apps/client/src/app/pages/about/privacy-policy/privacy-policy-page.html
+ 4
+
+
+ libs/common/src/lib/routes/routes.ts
+ 209
+
+
+
+ Our
+ 우리의
+
+ apps/client/src/app/pages/about/oss-friends/oss-friends-page.html
+ 6
+
+
+
+ Discover other exciting Open Source Software projects
+ 다른 흥미로운 오픈 소스 소프트웨어 프로젝트를 찾아보세요
+
+ apps/client/src/app/pages/about/oss-friends/oss-friends-page.html
+ 9
+
+
+
+ Visit
+ 방문하다
+
+ apps/client/src/app/pages/about/oss-friends/oss-friends-page.html
+ 28
+
+
+
+ for
+ ~을 위한
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 128
+
+
+
+ Accounts
+ 계정
+
+ apps/client/src/app/components/admin-platform/admin-platform.component.html
+ 52
+
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 97
+
+
+ apps/client/src/app/components/header/header.component.html
+ 58
+
+
+ apps/client/src/app/components/header/header.component.html
+ 268
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 375
+
+
+ apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+ 66
+
+
+ apps/client/src/app/pages/accounts/accounts-page.html
+ 4
+
+
+ libs/common/src/lib/routes/routes.ts
+ 69
+
+
+ libs/ui/src/lib/assistant/assistant.html
+ 84
+
+
+
+ Oops, cash balance transfer has failed.
+ 죄송합니다. 현금 잔액 이체가 실패했습니다.
+
+ apps/client/src/app/pages/accounts/accounts-page.component.ts
+ 341
+
+
+
+ Update account
+ 계정 업데이트
+
+ apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
+ 8
+
+
+
+ Add account
+ 계정 추가
+
+ apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
+ 10
+
+
+
+ Account ID
+ 계정 ID
+
+ apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
+ 96
+
+
+
+ From
+ 에서
+
+ apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html
+ 11
+
+
+
+ To
+ 에게
+
+ apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html
+ 32
+
+
+
+ Transfer
+ 옮기다
+
+ apps/client/src/app/pages/accounts/transfer-balance/transfer-balance-dialog.html
+ 72
+
+
+
+ Admin Control
+ 관리자 제어
+
+ apps/client/src/app/components/header/header.component.html
+ 74
+
+
+ apps/client/src/app/components/header/header.component.html
+ 289
+
+
+ libs/common/src/lib/routes/routes.ts
+ 64
+
+
+
+ Market Data
+ 시장 데이터
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 398
+
+
+ libs/common/src/lib/routes/routes.ts
+ 51
+
+
+
+ Settings
+ 설정
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 2
+
+
+ libs/common/src/lib/routes/routes.ts
+ 34
+
+
+ libs/common/src/lib/routes/routes.ts
+ 56
+
+
+
+ Users
+ 사용자
+
+ libs/common/src/lib/routes/routes.ts
+ 61
+
+
+
+ Overview
+ 개요
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 113
+
+
+ apps/client/src/app/components/header/header.component.html
+ 30
+
+
+ apps/client/src/app/components/header/header.component.html
+ 248
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 47
+
+
+ apps/client/src/app/pages/admin/admin-page.component.ts
+ 48
+
+
+ apps/client/src/app/pages/resources/resources-page.component.ts
+ 30
+
+
+ libs/common/src/lib/routes/routes.ts
+ 113
+
+
+ libs/common/src/lib/routes/routes.ts
+ 170
+
+
+
+ Blog
+ 블로그
+
+ apps/client/src/app/components/footer/footer.component.html
+ 24
+
+
+ apps/client/src/app/pages/blog/2021/07/hallo-ghostfolio/hallo-ghostfolio-page.html
+ 205
+
+
+ apps/client/src/app/pages/blog/2021/07/hello-ghostfolio/hello-ghostfolio-page.html
+ 185
+
+
+ apps/client/src/app/pages/blog/2022/01/first-months-in-open-source/first-months-in-open-source-page.html
+ 185
+
+
+ apps/client/src/app/pages/blog/2022/07/ghostfolio-meets-internet-identity/ghostfolio-meets-internet-identity-page.html
+ 185
+
+
+ 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
+ 210
+
+
+ apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html
+ 197
+
+
+ apps/client/src/app/pages/blog/2022/10/hacktoberfest-2022/hacktoberfest-2022-page.html
+ 182
+
+
+ apps/client/src/app/pages/blog/2022/11/black-friday-2022/black-friday-2022-page.html
+ 142
+
+
+ apps/client/src/app/pages/blog/2022/12/the-importance-of-tracking-your-personal-finances/the-importance-of-tracking-your-personal-finances-page.html
+ 169
+
+
+ apps/client/src/app/pages/blog/2023/01/ghostfolio-auf-sackgeld-vorgestellt/ghostfolio-auf-sackgeld-vorgestellt-page.html
+ 179
+
+
+ apps/client/src/app/pages/blog/2023/02/ghostfolio-meets-umbrel/ghostfolio-meets-umbrel-page.html
+ 203
+
+
+ apps/client/src/app/pages/blog/2023/03/1000-stars-on-github/1000-stars-on-github-page.html
+ 254
+
+
+ apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.html
+ 234
+
+
+ apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html
+ 244
+
+
+ apps/client/src/app/pages/blog/2023/08/ghostfolio-joins-oss-friends/ghostfolio-joins-oss-friends-page.html
+ 155
+
+
+ apps/client/src/app/pages/blog/2023/09/ghostfolio-2/ghostfolio-2-page.html
+ 274
+
+
+ apps/client/src/app/pages/blog/2023/09/hacktoberfest-2023/hacktoberfest-2023-page.html
+ 184
+
+
+ apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.html
+ 149
+
+
+ apps/client/src/app/pages/blog/2023/11/hacktoberfest-2023-debriefing/hacktoberfest-2023-debriefing-page.html
+ 271
+
+
+ apps/client/src/app/pages/blog/2024/09/hacktoberfest-2024/hacktoberfest-2024-page.html
+ 190
+
+
+ apps/client/src/app/pages/blog/2024/11/black-weeks-2024/black-weeks-2024-page.html
+ 168
+
+
+ apps/client/src/app/pages/blog/2025/09/hacktoberfest-2025/hacktoberfest-2025-page.html
+ 189
+
+
+ apps/client/src/app/pages/blog/2025/11/black-weeks-2025/black-weeks-2025-page.html
+ 147
+
+
+ apps/client/src/app/pages/blog/blog-page.html
+ 5
+
+
+ libs/common/src/lib/routes/routes.ts
+ 225
+
+
+
+ Discover the latest Ghostfolio updates and insights on personal finance
+ 개인 금융에 대한 최신 Ghostfolio 업데이트와 통찰력을 알아보세요
+
+ apps/client/src/app/pages/blog/blog-page.html
+ 7
+
+
+
+ As you are already logged in, you cannot access the demo account.
+ 이미 로그인되어 있으므로 데모 계정에 접근할 수 없습니다.
+
+ apps/client/src/app/pages/demo/demo-page.component.ts
+ 35
+
+
+
+ Frequently Asked Questions (FAQ)
+ 자주 묻는 질문
+
+ apps/client/src/app/components/footer/footer.component.html
+ 33
+
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 189
+
+
+ apps/client/src/app/pages/faq/overview/faq-overview-page.routes.ts
+ 12
+
+
+ libs/common/src/lib/routes/routes.ts
+ 251
+
+
+
+ Features
+ 특징
+
+ apps/client/src/app/components/footer/footer.component.html
+ 29
+
+
+ apps/client/src/app/components/header/header.component.html
+ 361
+
+
+ apps/client/src/app/pages/features/features-page.html
+ 5
+
+
+ libs/common/src/lib/routes/routes.ts
+ 256
+
+
+
+ Check out the numerous features of Ghostfolio to manage your wealth
+ 자산 관리를 위한 Ghostfolio의 다양한 기능을 확인해보세요
+
+ apps/client/src/app/pages/features/features-page.html
+ 7
+
+
+
+ ETFs
+ ETF
+
+ apps/client/src/app/pages/features/features-page.html
+ 25
+
+
+
+ Bonds
+ 채권
+
+ apps/client/src/app/pages/features/features-page.html
+ 38
+
+
+
+ Wealth Items
+ 자산 항목
+
+ apps/client/src/app/pages/features/features-page.html
+ 76
+
+
+
+ Import and Export
+ 가져오기 및 내보내기
+
+ apps/client/src/app/pages/features/features-page.html
+ 116
+
+
+
+ Multi-Accounts
+ 다중 계정
+
+ apps/client/src/app/pages/features/features-page.html
+ 127
+
+
+
+ Portfolio Calculations
+ 포트폴리오 계산
+
+ apps/client/src/app/pages/features/features-page.html
+ 141
+
+
+
+ Dark Mode
+ 다크 모드
+
+ apps/client/src/app/pages/features/features-page.html
+ 233
+
+
+
+ Market Mood
+ 시장 분위기
+
+ apps/client/src/app/pages/features/features-page.html
+ 215
+
+
+
+ Static Analysis
+ 정적 분석
+
+ apps/client/src/app/pages/features/features-page.html
+ 179
+
+
+
+ Multi-Language
+ 다국어
+
+ apps/client/src/app/pages/features/features-page.html
+ 259
+
+
+
+ per week
+ 주당
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 130
+
+
+
+ Open Source Software
+ 오픈 소스 소프트웨어
+
+ apps/client/src/app/pages/features/features-page.html
+ 295
+
+
+
+ Get Started
+ 시작하기
+
+ apps/client/src/app/components/header/header.component.html
+ 433
+
+
+ apps/client/src/app/pages/features/features-page.html
+ 320
+
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 41
+
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 344
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 363
+
+
+ apps/client/src/app/pages/public/public-page.html
+ 242
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 334
+
+
+
+ Holdings
+ 보유 종목
+
+ apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
+ 102
+
+
+ apps/client/src/app/components/home-holdings/home-holdings.html
+ 4
+
+
+ apps/client/src/app/pages/public/public-page.html
+ 70
+
+
+ libs/common/src/lib/routes/routes.ts
+ 90
+
+
+ libs/common/src/lib/routes/routes.ts
+ 167
+
+
+ libs/ui/src/lib/assistant/assistant.html
+ 110
+
+
+
+ Summary
+ 요약
+
+ apps/client/src/app/components/home-summary/home-summary.html
+ 2
+
+
+ libs/common/src/lib/routes/routes.ts
+ 105
+
+
+
+ Markets
+ 시장
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 380
+
+
+ apps/client/src/app/components/footer/footer.component.html
+ 11
+
+
+ apps/client/src/app/components/header/header.component.html
+ 408
+
+
+ apps/client/src/app/components/home-market/home-market.html
+ 2
+
+
+ apps/client/src/app/components/markets/markets.html
+ 2
+
+
+ apps/client/src/app/pages/resources/markets/resources-markets.component.html
+ 2
+
+
+ apps/client/src/app/pages/resources/resources-page.component.ts
+ 40
+
+
+ libs/common/src/lib/routes/routes.ts
+ 95
+
+
+ libs/common/src/lib/routes/routes.ts
+ 100
+
+
+ libs/common/src/lib/routes/routes.ts
+ 261
+
+
+ libs/common/src/lib/routes/routes.ts
+ 309
+
+
+
+ Ghostfolio is a personal finance dashboard to keep track of your net worth including cash, stocks, ETFs and cryptocurrencies across multiple platforms.
+ Ghostfolio는 여러 플랫폼에 분산된 현금, 주식, ETF, 암호화폐를 포함한 순자산을 추적할 수 있는 개인 재무 대시보드입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 5
+
+
+
+ app, asset, cryptocurrency, dashboard, etf, finance, management, performance, portfolio, software, stock, trading, wealth, web3
+ 앱, 자산, 암호화폐, 대시보드, ETF, 금융, 관리, 성과, 포트폴리오, 소프트웨어, 주식, 트레이딩, 자산관리, 웹3
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 10
+
+
+
+ Open Source Wealth Management Software
+ 오픈 소스 자산관리 소프트웨어
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 237
+
+
+
+ Manage your wealth like a boss
+ 전문가처럼 자산을 관리하세요
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 6
+
+
+
+ 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는 프라이버시를 최우선으로 하는 오픈 소스 개인 재무 대시보드입니다. 자산배분을 분석하고 순자산을 파악하여, 데이터 기반의 합리적인 투자 의사결정을 내리세요.
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 10
+
+
+
+ Edit access
+ 접근 권한 편집
+
+ apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html
+ 11
+
+
+
+ Monthly Active Users
+ 월간 활성 사용자
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 69
+
+
+
+ Stars on GitHub
+ 깃허브 스타
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 87
+
+
+ apps/client/src/app/pages/open/open-page.html
+ 103
+
+
+
+ Pulls on Docker Hub
+ 도커 허브에서 가져오기
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 105
+
+
+ apps/client/src/app/pages/open/open-page.html
+ 117
+
+
+
+ As seen in
+ 에서 볼 수 있듯이
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 114
+
+
+
+ Protect your assets. Refine your personal investment strategy.
+ 자산을 보호하세요. 개인 투자 전략을 정교화하세요.
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 124
+
+
+
+ Ghostfolio empowers busy people to keep track of stocks, ETFs or cryptocurrencies without being tracked.
+ Ghostfolio는 바쁜 사람들이 추적당하지 않으면서도 주식, ETF, 암호화폐를 손쉽게 추적할 수 있도록 돕습니다.
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 128
+
+
+
+ 360° View
+ 360° 보기
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 138
+
+
+
+ Get the full picture of your personal finances across multiple platforms.
+ 여러 플랫폼에 걸쳐 개인 재정에 대한 전체 그림을 얻으세요.
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 141
+
+
+
+ Web3 Ready
+ 웹3 준비
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 149
+
+
+
+ Use Ghostfolio anonymously and own your financial data.
+ 익명으로 Ghostfolio를 사용하고 금융 데이터를 소유하세요.
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 152
+
+
+
+ Benefit from continuous improvements through a strong community.
+ 강력한 커뮤니티를 통해 지속적인 개선의 혜택을 누리세요.
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 162
+
+
+
+ Get access to 80’000+ tickers from over 50 exchanges
+ 50개 이상의 거래소에서 80,000개 이상의 티커에 접근하세요
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 84
+
+
+
+ Why Ghostfolio?
+ 왜 Ghostfolio인가요?
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 170
+
+
+
+ Ghostfolio is for you if you are...
+ Ghostfolio는 당신을 위한 것입니다...
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 172
+
+
+
+ trading stocks, ETFs or cryptocurrencies on multiple platforms
+ 여러 플랫폼에서 주식, ETF 또는 암호화폐 거래
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 178
+
+
+
+ pursuing a buy & hold strategy
+ 매수 후 보유 전략을 추구
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 184
+
+
+
+ interested in getting insights of your portfolio composition
+ 포트폴리오 구성에 대한 인사이트가 필요하신가요
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 189
+
+
+
+ valuing privacy and data ownership
+ 개인 정보 보호 및 데이터 소유권을 소중히 여깁니다.
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 194
+
+
+
+ into minimalism
+ 미니멀리즘으로
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 197
+
+
+
+ caring about diversifying your financial resources
+ 재정 자원을 다양화하는 데 관심을 가짐
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 201
+
+
+
+ interested in financial independence
+ 재정적 독립에 관심
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 205
+
+
+
+ saying no to spreadsheets in
+ 의 스프레드시트에 거부 의사 표시
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 209
+
+
+
+ still reading this list
+ 아직도 이 목록을 읽고 있어요
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 212
+
+
+
+ Learn more about Ghostfolio
+ Ghostfolio에 대해 자세히 알아보기
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 217
+
+
+
+ What our users are saying
+ 사용자의 이야기
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 226
+
+
+
+ Members from around the globe are using Ghostfolio Premium
+ 전 세계의 사용자들이 Ghostfolio 프리미엄을 사용하고 있습니다
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 265
+
+
+
+ How does Ghostfolio work?
+ Ghostfolio는 어떻게 동작하나요?
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 282
+
+
+
+ Get started in only 3 steps
+ 단 3단계만으로 시작하세요
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 284
+
+
+
+ less than
+ 미만
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 129
+
+
+
+ Sign up anonymously*
+ 익명으로 가입*
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 290
+
+
+
+ * no e-mail address nor credit card required
+ * 이메일 주소 및 신용카드 정보가 필요하지 않습니다
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 292
+
+
+
+ Add any of your historical transactions
+ 과거 거래를 추가하세요.
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 304
+
+
+
+ Get valuable insights of your portfolio composition
+ 포트폴리오 구성에 대한 유의미한 인사이트를 확인하세요
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 316
+
+
+
+ Are you ready?
+ 준비되셨나요?
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 330
+
+
+
+ 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.
+ Ghostfolio는 투명성을 핵심 가치로 삼습니다. 우리는 소스 코드를 오픈 소스 소프트웨어로 공개하며, AGPL-3.0 라이선스 하에 배포합니다. 또한 플랫폼 운영 현황에 대한 집계된 핵심 지표를 공개적으로 공유합니다.
+
+ apps/client/src/app/pages/open/open-page.html
+ 7
+
+
+
+ (Last 24 hours)
+ (지난 24시간)
+
+ apps/client/src/app/pages/open/open-page.html
+ 37
+
+
+
+ Ghostfolio Status
+ 고스트폴리오 상태
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 62
+
+
+
+ with your university e-mail address
+ 대학 이메일 주소로
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 351
+
+
+
+ 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)
+ (지난 30일)
+
+ apps/client/src/app/pages/open/open-page.html
+ 48
+
+
+ apps/client/src/app/pages/open/open-page.html
+ 59
+
+
+
+ and a safe withdrawal rate (SWR) of
+ 안전 인출률(SWR)은 다음과 같습니다.
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 108
+
+
+
+ New Users
+ 신규 사용자
+
+ apps/client/src/app/pages/open/open-page.html
+ 51
+
+
+
+ Users in Slack community
+ 슬랙 커뮤니티의 사용자
+
+ apps/client/src/app/pages/open/open-page.html
+ 75
+
+
+
+ Job ID
+ 작업 ID
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 34
+
+
+
+ Contributors on GitHub
+ 깃허브의 기여자
+
+ apps/client/src/app/pages/open/open-page.html
+ 89
+
+
+
+ (Last 90 days)
+ (지난 90일)
+
+ apps/client/src/app/pages/open/open-page.html
+ 127
+
+
+
+ Uptime
+ 가동 시간
+
+ apps/client/src/app/pages/open/open-page.html
+ 132
+
+
+
+ Activities
+ 활동
+
+ apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
+ 86
+
+
+ apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
+ 115
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 228
+
+
+ apps/client/src/app/components/admin-tag/admin-tag.component.html
+ 45
+
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 118
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 231
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 342
+
+
+ apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+ 75
+
+
+ apps/client/src/app/pages/portfolio/activities/activities-page.html
+ 4
+
+
+ libs/common/src/lib/routes/routes.ts
+ 128
+
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 119
+
+
+
+ Do you really want to delete these activities?
+ 정말로 이 활동을 삭제하시겠습니까?
+
+ libs/ui/src/lib/activities-table/activities-table.component.ts
+ 278
+
+
+
+ Update activity
+ 활동 업데이트
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 10
+
+
+
+ Stocks, ETFs, bonds, cryptocurrencies, commodities
+ 주식, ETF, 채권, 암호화폐, 원자재
+
+ 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
+ 일회성 수수료, 연간 계정 수수료
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 33
+
+
+
+ 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
+ 이자 수익
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 49
+
+
+
+ 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
+ 명품, 부동산, 민간 기업
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 73
+
+
+
+ Update Cash Balance
+ 현금 잔액 업데이트
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 112
+
+
+
+ Unit Price
+ 단가
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 214
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 217
+
+
+
+ Import Activities
+ 활동 가져오기
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts
+ 92
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 9
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 383
+
+
+
+ Import Dividends
+ 배당금 가져오기
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts
+ 137
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 29
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 397
+
+
+
+ Importing data...
+ 데이터 가져오는 중...
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts
+ 175
+
+
+
+ Import has been completed
+ 가져오기가 완료되었습니다.
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts
+ 185
+
+
+
+ or start a discussion at
+ 또는 다음에서 토론을 시작하세요.
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 94
+
+
+
+ Validating data...
+ 데이터 유효성을 검사하는 중...
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts
+ 299
+
+
+
+ Select Holding
+ 보유 종목 선택
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 19
+
+
+
+ Select File
+ 파일 선택
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 21
+
+
+
+ Holding
+ 보유
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 32
+
+
+ libs/ui/src/lib/portfolio-filter-form/portfolio-filter-form.component.html
+ 26
+
+
+
+ Load Dividends
+ 배당금 불러오기
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 68
+
+
+
+ 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:
+ 다음 파일 형식이 지원됩니다.
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 90
+
+
+
+ Select Dividends
+ 배당금 선택
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 113
+
+
+
+ Select Activities
+ 활동 선택
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 115
+
+
+
+ Back
+ 뒤쪽에
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 146
+
+
+ apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html
+ 182
+
+
+
+ Allocations
+ 할당
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 4
+
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.routes.ts
+ 12
+
+
+ libs/common/src/lib/routes/routes.ts
+ 133
+
+
+
+ Proportion of Net Worth
+ 순자산 비율
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 12
+
+
+
+ By Platform
+ 플랫폼별
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 44
+
+
+
+ By Currency
+ 통화별
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 63
+
+
+
+ By Asset Class
+ 자산 클래스별
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 85
+
+
+
+ By Holding
+ 보유 종목별
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 107
+
+
+
+ By Sector
+ 부문별
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 130
+
+
+
+ By Continent
+ 대륙별
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 153
+
+
+
+ By Market
+ 시장별
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 175
+
+
+
+ Regions
+ 지역
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 198
+
+
+ apps/client/src/app/pages/public/public-page.html
+ 151
+
+
+
+ Exclude from Analysis
+ 분석에서 제외
+
+ apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
+ 90
+
+
+ libs/ui/src/lib/i18n.ts
+ 17
+
+
+
+ Developed Markets
+ 선진시장
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 222
+
+
+ apps/client/src/app/pages/public/public-page.html
+ 168
+
+
+
+ Latest activities
+ 최신 활동
+
+ apps/client/src/app/pages/public/public-page.html
+ 211
+
+
+
+ Emerging Markets
+ 신흥시장
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 231
+
+
+ apps/client/src/app/pages/public/public-page.html
+ 177
+
+
+
+ Other Markets
+ 기타 시장
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 240
+
+
+ apps/client/src/app/pages/public/public-page.html
+ 186
+
+
+
+ By Account
+ 계정별
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 286
+
+
+
+ By ETF Provider
+ ETF 제공자별
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 306
+
+
+
+ By Country
+ 국가별
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 264
+
+
+
+ Analysis
+ 분석
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 2
+
+
+ libs/common/src/lib/routes/routes.ts
+ 138
+
+
+
+ Looking for a student discount?
+ 학생 할인을 찾고 계십니까?
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 345
+
+
+
+ Dividend
+ 배당금
+
+ apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
+ 81
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 186
+
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 365
+
+
+ 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
+ 202
+
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts
+ 75
+
+
+ libs/ui/src/lib/i18n.ts
+ 38
+
+
+
+ annual interest rate
+ 연간 이자율
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 185
+
+
+
+ Deposit
+ 보증금
+
+ libs/ui/src/lib/fire-calculator/fire-calculator.component.ts
+ 377
+
+
+
+ Monthly
+ 월간
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts
+ 90
+
+
+
+ Yearly
+ 매년
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts
+ 91
+
+
+
+ Top
+ 상위
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 239
+
+
+
+ Bottom
+ 하위
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 288
+
+
+
+ Portfolio Evolution
+ 포트폴리오 진화
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 341
+
+
+
+ Investment Timeline
+ 투자 일정
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 368
+
+
+
+ Current Streak
+ 현재 연속
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 389
+
+
+
+ Longest Streak
+ 최장 연속
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 398
+
+
+
+ Dividend Timeline
+ 배당 일정
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 425
+
+
+
+ FIRE
+ 불
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 4
+
+
+
+ Calculator
+ 계산자
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 7
+
+
+
+ Pricing
+ 가격
+
+ apps/client/src/app/components/footer/footer.component.html
+ 49
+
+
+ apps/client/src/app/components/header/header.component.html
+ 105
+
+
+ apps/client/src/app/components/header/header.component.html
+ 313
+
+
+ apps/client/src/app/components/header/header.component.html
+ 389
+
+
+ apps/client/src/app/pages/pricing/pricing-page.routes.ts
+ 12
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 287
+
+
+ libs/common/src/lib/routes/routes.ts
+ 271
+
+
+
+ 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 operational costs for the hosting infrastructure and professional data providers, and to fund ongoing development.
+ 공식 Ghostfolio 프리미엄 클라우드 서비스는 시작하는 가장 쉬운 방법입니다. 시간이 절약되므로 이는 대부분의 사람들에게 최선의 선택이 될 것입니다. 수익은 호스팅 인프라 및 전문 데이터 제공업체의 운영 비용을 충당하고 지속적인 개발 자금을 조달하는 데 사용됩니다.
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 7
+
+
+
+ If you prefer to run Ghostfolio on your own infrastructure, please find the source code and further instructions on GitHub.
+ 자체 인프라에서 Ghostfolio를 운영하고 싶다면, 깃허브에서 소스 코드와 추가 안내를 확인하세요.
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 14
+
+
+
+ For tech-savvy investors who prefer to run Ghostfolio on their own infrastructure.
+ 자체 인프라에서 Ghostfolio를 실행하기를 선호하는 기술에 정통한 투자자를 위한 것입니다.
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 26
+
+
+
+ Unlimited Transactions
+ 무제한 거래
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 35
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 127
+
+
+
+ Unlimited Accounts
+ 무제한 계정
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 39
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 131
+
+
+
+ Portfolio Performance
+ 포트폴리오 성과
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 43
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 135
+
+
+
+ Data Import and Export
+ 데이터 가져오기 및 내보내기
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 63
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 139
+
+
+
+ Community Support
+ 커뮤니티 지원
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 80
+
+
+
+ Self-hosted, update manually.
+ 자체 호스팅, 수동으로 업데이트합니다.
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 84
+
+
+
+ Free
+ 무료
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 86
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 152
+
+
+
+ For new investors who are just getting started with trading.
+ 이제 막 거래를 시작한 신규 투자자를 위한 제품입니다.
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 119
+
+
+
+ Fully managed Ghostfolio cloud offering.
+ 완전 관리형 Ghostfolio 클라우드 제품.
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 150
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 255
+
+
+
+ For ambitious investors who need the full picture of their financial assets.
+ 자신의 금융 자산에 대한 전체 그림이 필요한 야심찬 투자자를 위한 제품입니다.
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 193
+
+
+
+ Email and Chat Support
+ 이메일 및 채팅 지원
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 251
+
+
+
+ Renew Plan
+ 플랜 갱신
+
+ apps/client/src/app/components/header/header.component.html
+ 191
+
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.html
+ 19
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 282
+
+
+
+ One-time payment, no auto-renewal.
+ 일회성 결제, 자동 갱신 없음.
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 288
+
+
+
+ It’s free.
+ 무료입니다.
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 365
+
+
+
+ Hello, has shared a Portfolio with you!
+ 안녕하세요. 님이 포트폴리오를 공유했습니다!
+
+ apps/client/src/app/pages/public/public-page.html
+ 5
+
+
+
+ Continents
+ 대륙
+
+ apps/client/src/app/pages/public/public-page.html
+ 132
+
+
+
+ Sustainable retirement income
+ 지속 가능한 퇴직 소득
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 41
+
+
+
+ Ghostfolio empowers you to keep track of your wealth.
+ Ghostfolio는 귀하의 재산을 추적할 수 있도록 해줍니다.
+
+ apps/client/src/app/pages/public/public-page.html
+ 238
+
+
+
+ Registration
+ 등록
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 80
+
+
+ libs/common/src/lib/routes/routes.ts
+ 281
+
+
+
+ Continue with Google
+ 구글로 계속하기
+
+ apps/client/src/app/pages/register/register-page.html
+ 43
+
+
+
+ Copy to clipboard
+ 클립보드에 복사
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 88
+
+
+
+ Personal Finance Tools
+ 개인 금융 도구
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 351
+
+
+ libs/common/src/lib/routes/routes.ts
+ 329
+
+
+
+ open-source-alternative-to
+ open-source-alternative-to
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 320
+
+
+ libs/common/src/lib/routes/routes.ts
+ 324
+
+
+
+ Discover Open Source Alternatives for Personal Finance Tools
+ 개인 금융 도구를 위한 오픈 소스 대안을 찾아보세요
+
+ apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html
+ 5
+
+
+
+ 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.
+ 이 개요 페이지에는 오픈 소스 대안인 Ghostfolio와 비교하여 엄선된 개인 금융 도구 컬렉션이 포함되어 있습니다. 투명성, 데이터 개인 정보 보호 및 커뮤니티 협업을 중요하게 생각한다면 Ghostfolio는 재무 관리를 제어할 수 있는 훌륭한 기회를 제공합니다.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html
+ 9
+
+
+
+ Explore the links below to compare a variety of personal finance tools with Ghostfolio.
+ Ghostfolio와 다양한 개인 금융 도구를 비교하려면 아래 링크를 탐색하십시오.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html
+ 17
+
+
+
+ Open Source Alternative to
+ 의 오픈 소스 대안
+
+ apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html
+ 42
+
+
+
+ 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.
+ 에 대한 오픈소스 대안을 찾고 계십니까? Ghostfolio는 개인에게 투자를 추적, 분석, 최적화할 수 있는 포괄적인 플랫폼을 제공하는 강력한 포트폴리오 관리 도구입니다. 숙련된 투자자이든 이제 막 시작한 투자자이든 Ghostfolio는 직관적인 사용자 인터페이스와 다양한 기능을 제공하여 정보에 입각한 결정을 내리고 재정적 미래를 관리하는 데 도움을 줍니다.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 19
+
+
+
+ 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는 오픈 소스 소프트웨어로, 에 대한 비용 효율적인 대안을 제공하므로 재정적 독립, 조기 퇴직(FIRE)을 추구하는 사람과 같이 예산이 부족한 개인에게 특히 적합합니다. Ghostfolio는 개발자 커뮤니티와 개인 금융 애호가들의 공동 노력을 활용하여 기능, 보안 및 사용자 경험을 지속적으로 향상시킵니다.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 33
+
+
+
+ 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.
+ Ghostfolio가 과 관련하여 어떻게 위치하는지 철저하게 이해하기 위해 아래의 자세한 Ghostfolio 대 비교표를 자세히 살펴보겠습니다. 우리는 기능, 데이터 개인 정보 보호, 가격 등과 같은 다양한 측면을 탐색하여 귀하의 개인 요구 사항에 맞는 정보를 바탕으로 선택할 수 있도록 할 것입니다.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 44
+
+
+
+ per month
+ 매월
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 94
+
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 172
+
+
+
+ Ghostfolio vs comparison table
+ Ghostfolio와 비교표
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 55
+
+
+
+ Website of Thomas Kaul
+ 토마스 카울의 웹사이트
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 44
+
+
+
+ Founded
+ 설립
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 77
+
+
+
+ Origin
+ 기원
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 82
+
+
+
+ Region
+ 지역
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 87
+
+
+
+ Available in
+ 사용 가능
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 109
+
+
+
+ ✅ Yes
+ ✅ 예
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 140
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 157
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 179
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 196
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 218
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 235
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 257
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 274
+
+
+
+ ❌ No
+ ❌ 아니요
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 147
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 164
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 186
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 203
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 225
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 242
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 264
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 281
+
+
+
+ Self-Hosting
+ 셀프 호스팅
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 171
+
+
+
+ Use anonymously
+ 익명으로 사용
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 210
+
+
+
+ Free Plan
+ 무료 플랜
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 249
+
+
+
+ Starting from
+ 에서 시작
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 289
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 294
+
+
+
+ Notes
+ 메모
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 302
+
+
+
+ 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.
+ Ghostfolio와 비교표에 제공된 정보는 당사의 독립적인 연구 및 분석을 기반으로 한 것입니다. 이 웹사이트는 또는 비교에 언급된 다른 제품과 관련이 없습니다. 개인 금융 도구의 환경이 발전함에 따라 각 제품 페이지에서 직접 특정 세부 정보나 변경 사항을 확인하는 것이 중요합니다. 데이터를 새로 고쳐야 합니까? 깃허브에서 정확한 데이터를 유지할 수 있도록 도와주세요.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 312
+
+
+
+ Ready to take your investments to the next level?
+ 투자를 다음 단계로 발전시킬 준비가 되셨나요?
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 325
+
+
+
+ Effortlessly track, analyze, and visualize your wealth with Ghostfolio.
+ Ghostfolio를 사용하여 귀하의 재산을 쉽게 추적, 분석 및 시각화하십시오.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 329
+
+
+
+ Switzerland
+ 스위스
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 57
+
+
+ libs/ui/src/lib/i18n.ts
+ 99
+
+
+
+ Global
+ 글로벌
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 58
+
+
+ libs/ui/src/lib/i18n.ts
+ 18
+
+
+
+ Resources
+ 자원
+
+ apps/client/src/app/components/footer/footer.component.html
+ 14
+
+
+ apps/client/src/app/components/header/header.component.html
+ 88
+
+
+ apps/client/src/app/components/header/header.component.html
+ 301
+
+
+ apps/client/src/app/pages/resources/overview/resources-overview.component.html
+ 4
+
+
+ libs/common/src/lib/routes/routes.ts
+ 332
+
+
+
+ Membership
+ 회원
+
+ apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+ 48
+
+
+ libs/common/src/lib/routes/routes.ts
+ 31
+
+
+ libs/ui/src/lib/membership-card/membership-card.component.html
+ 40
+
+
+
+ Request it
+ 요청하세요
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 347
+
+
+
+ Access
+ 입장
+
+ libs/common/src/lib/routes/routes.ts
+ 26
+
+
+
+ My Ghostfolio
+ 나의 고스트폴리오
+
+ apps/client/src/app/components/header/header.component.html
+ 277
+
+
+ apps/client/src/app/pages/user-account/user-account-page.routes.ts
+ 33
+
+
+
+ Oops, authentication has failed.
+ 앗, 인증에 실패했습니다.
+
+ apps/client/src/app/pages/webauthn/webauthn-page.html
+ 19
+
+
+
+ Try again
+ 다시 시도하세요
+
+ apps/client/src/app/pages/webauthn/webauthn-page.html
+ 27
+
+
+
+ Go back to Home Page
+ 홈 페이지로 돌아가기
+
+ apps/client/src/app/pages/webauthn/webauthn-page.html
+ 33
+
+
+
+ Do you really want to delete this account balance?
+ 정말로 이 계정 잔액을 삭제하시겠습니까?
+
+ libs/ui/src/lib/account-balances/account-balances.component.ts
+ 120
+
+
+
+ Export Activities
+ 수출 활동
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 41
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 411
+
+
+
+ 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
+ 424
+
+
+
+ Draft
+ 초안
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 144
+
+
+
+ Clone
+ 클론
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 463
+
+
+
+ Export Draft as ICS
+ 초안을 달력 파일로 내보내기
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 473
+
+
+
+ Do you really want to delete this activity?
+ 정말로 이 활동을 삭제하시겠습니까?
+
+ libs/ui/src/lib/activities-table/activities-table.component.ts
+ 288
+
+
+
+ Asset Profiles
+ 자산 프로필
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 106
+
+
+ libs/ui/src/lib/assistant/assistant.html
+ 140
+
+
+
+ 50-Day Trend
+ 50일 추세
+
+ libs/ui/src/lib/benchmark/benchmark.component.html
+ 32
+
+
+
+ 200-Day Trend
+ 200일 추세
+
+ libs/ui/src/lib/benchmark/benchmark.component.html
+ 61
+
+
+
+ ,
+ ,
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 145
+
+
+
+ Last All Time High
+ 마지막 역대 최고치
+
+ libs/ui/src/lib/benchmark/benchmark.component.html
+ 90
+
+
+
+ Change from All Time High
+ 역대 최고치에서 변화
+
+ libs/ui/src/lib/benchmark/benchmark.component.html
+ 117
+
+
+
+ contact us
+ 저희에게 연락주세요
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 339
+
+
+
+ from ATH
+ ATH에서
+
+ libs/ui/src/lib/benchmark/benchmark.component.html
+ 119
+
+
+
+ Market data provided by
+ 시장 데이터 제공:
+
+ libs/ui/src/lib/data-provider-credits/data-provider-credits.component.html
+ 2
+
+
+
+ Savings Rate per Month
+ 월별 저축률
+
+ libs/ui/src/lib/fire-calculator/fire-calculator.component.html
+ 10
+
+
+
+ Annual Interest Rate
+ 연이자율
+
+ libs/ui/src/lib/fire-calculator/fire-calculator.component.html
+ 21
+
+
+
+ Retirement Date
+ 퇴직일
+
+ libs/ui/src/lib/fire-calculator/fire-calculator.component.html
+ 32
+
+
+
+ Projected Total Amount
+ 예상총액
+
+ libs/ui/src/lib/fire-calculator/fire-calculator.component.html
+ 59
+
+
+
+ Interest
+ 관심
+
+ apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
+ 69
+
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 352
+
+
+ libs/ui/src/lib/fire-calculator/fire-calculator.component.ts
+ 387
+
+
+ libs/ui/src/lib/i18n.ts
+ 40
+
+
+
+ Savings
+ 저금
+
+ libs/ui/src/lib/fire-calculator/fire-calculator.component.ts
+ 397
+
+
+
+ Allocation
+ 배당
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 241
+
+
+ libs/ui/src/lib/holdings-table/holdings-table.component.html
+ 122
+
+
+ libs/ui/src/lib/top-holdings/top-holdings.component.html
+ 40
+
+
+ libs/ui/src/lib/top-holdings/top-holdings.component.html
+ 116
+
+
+
+ Show all
+ 모두 표시
+
+ libs/ui/src/lib/holdings-table/holdings-table.component.html
+ 221
+
+
+
+ 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
+ 315
+
+
+ libs/ui/src/lib/i18n.ts
+ 4
+
+
+ libs/ui/src/lib/portfolio-filter-form/portfolio-filter-form.component.html
+ 4
+
+
+
+ Asia-Pacific
+ 아시아·태평양
+
+ libs/ui/src/lib/i18n.ts
+ 5
+
+
+
+ Asset Class
+ 자산 클래스
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 114
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 237
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 328
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 242
+
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 290
+
+
+ libs/ui/src/lib/i18n.ts
+ 6
+
+
+ libs/ui/src/lib/portfolio-filter-form/portfolio-filter-form.component.html
+ 64
+
+
+
+ Asset Sub Class
+ 자산 하위 클래스
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 123
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 246
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 344
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 251
+
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 309
+
+
+ libs/ui/src/lib/i18n.ts
+ 7
+
+
+
+ Core
+ 핵심
+
+ libs/ui/src/lib/i18n.ts
+ 10
+
+
+
+ Switch to Ghostfolio Premium or Ghostfolio Open Source easily
+ Ghostfolio 프리미엄 또는 Ghostfolio Open Source로 쉽게 전환하세요
+
+ libs/ui/src/lib/i18n.ts
+ 12
+
+
+
+ Switch to Ghostfolio Premium easily
+ Ghostfolio 프리미엄으로 쉽게 전환하세요
+
+ libs/ui/src/lib/i18n.ts
+ 13
+
+
+
+ Switch to Ghostfolio Open Source or Ghostfolio Basic easily
+ Ghostfolio Open Source 또는 Ghostfolio Basic으로 쉽게 전환하세요
+
+ libs/ui/src/lib/i18n.ts
+ 14
+
+
+
+ Emergency Fund
+ 비상자금
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 164
+
+
+ apps/client/src/app/pages/features/features-page.html
+ 89
+
+
+ libs/ui/src/lib/i18n.ts
+ 16
+
+
+
+ Grant
+ 승인하다
+
+ libs/ui/src/lib/i18n.ts
+ 19
+
+
+
+ Higher Risk
+ 더 높은 위험
+
+ libs/ui/src/lib/i18n.ts
+ 20
+
+
+
+ This activity already exists.
+ 이 활동은 이미 존재합니다.
+
+ libs/ui/src/lib/i18n.ts
+ 21
+
+
+
+ Japan
+ 일본
+
+ libs/ui/src/lib/i18n.ts
+ 92
+
+
+
+ Lower Risk
+ 위험 감소
+
+ libs/ui/src/lib/i18n.ts
+ 22
+
+
+
+ Month
+ 월
+
+ libs/ui/src/lib/i18n.ts
+ 23
+
+
+
+ Months
+ 개월
+
+ libs/ui/src/lib/i18n.ts
+ 24
+
+
+
+ Other
+ 다른
+
+ libs/ui/src/lib/i18n.ts
+ 25
+
+
+ libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.component.ts
+ 437
+
+
+
+ Preset
+ 프리셋
+
+ libs/ui/src/lib/i18n.ts
+ 27
+
+
+
+ Retirement Provision
+ 퇴직금
+
+ libs/ui/src/lib/i18n.ts
+ 28
+
+
+
+ Satellite
+ 위성
+
+ libs/ui/src/lib/i18n.ts
+ 29
+
+
+
+ Symbol
+ 상징
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 68
+
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 74
+
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 168
+
+
+ apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html
+ 37
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 315
+
+
+ libs/ui/src/lib/i18n.ts
+ 30
+
+
+
+ Tag
+ 꼬리표
+
+ libs/ui/src/lib/i18n.ts
+ 31
+
+
+ libs/ui/src/lib/portfolio-filter-form/portfolio-filter-form.component.html
+ 53
+
+
+
+ Year
+ 년도
+
+ libs/ui/src/lib/i18n.ts
+ 32
+
+
+
+ View Details
+ 세부정보 보기
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 225
+
+
+ libs/ui/src/lib/accounts-table/accounts-table.component.html
+ 307
+
+
+
+ Years
+ 연령
+
+ libs/ui/src/lib/i18n.ts
+ 33
+
+
+
+ Sign in with OpenID Connect
+ OpenID Connect로 로그인
+
+ apps/client/src/app/components/login-with-access-token-dialog/login-with-access-token-dialog.html
+ 55
+
+
+
+ Buy
+ 구입하다
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 31
+
+
+ libs/ui/src/lib/i18n.ts
+ 37
+
+
+
+ Fee
+ 요금
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 262
+
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 241
+
+
+ libs/ui/src/lib/i18n.ts
+ 39
+
+
+
+ Valuable
+ 귀중한
+
+ libs/ui/src/lib/i18n.ts
+ 43
+
+
+
+ Liability
+ 책임
+
+ libs/ui/src/lib/i18n.ts
+ 41
+
+
+
+ Sell
+ 팔다
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 44
+
+
+ libs/ui/src/lib/i18n.ts
+ 42
+
+
+
+ Cash
+ 현금
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 212
+
+
+ libs/ui/src/lib/i18n.ts
+ 55
+
+
+
+ Commodity
+ 상품
+
+ libs/ui/src/lib/i18n.ts
+ 47
+
+
+
+ Equity
+ 주식
+
+ apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
+ 57
+
+
+ libs/ui/src/lib/i18n.ts
+ 48
+
+
+
+ Fixed Income
+ 채권
+
+ libs/ui/src/lib/i18n.ts
+ 49
+
+
+
+ Real Estate
+ 부동산
+
+ libs/ui/src/lib/i18n.ts
+ 51
+
+
+
+ Authentication
+ 입증
+
+ apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+ 35
+
+
+
+ Bond
+ 노예
+
+ libs/ui/src/lib/i18n.ts
+ 54
+
+
+
+ Cryptocurrency
+ 암호화폐
+
+ libs/ui/src/lib/i18n.ts
+ 57
+
+
+
+ ETF
+ ETF
+
+ libs/ui/src/lib/i18n.ts
+ 58
+
+
+
+ Mutual Fund
+ 뮤추얼 펀드
+
+ libs/ui/src/lib/i18n.ts
+ 59
+
+
+
+ Precious Metal
+ 귀금속
+
+ libs/ui/src/lib/i18n.ts
+ 60
+
+
+
+ Private Equity
+ 사모펀드
+
+ libs/ui/src/lib/i18n.ts
+ 61
+
+
+
+ Stock
+ 재고
+
+ libs/ui/src/lib/i18n.ts
+ 62
+
+
+
+ Africa
+ 아프리카
+
+ libs/ui/src/lib/i18n.ts
+ 69
+
+
+
+ Asia
+ 아시아
+
+ libs/ui/src/lib/i18n.ts
+ 70
+
+
+
+ Europe
+ 유럽
+
+ libs/ui/src/lib/i18n.ts
+ 71
+
+
+
+ North America
+ 북미
+
+ libs/ui/src/lib/i18n.ts
+ 72
+
+
+
+ If you retire today, you would be able to withdraw
+ 오늘 퇴사하면 탈퇴 가능
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 68
+
+
+
+ Oceania
+ 오세아니아
+
+ libs/ui/src/lib/i18n.ts
+ 73
+
+
+
+ South America
+ 남아메리카
+
+ libs/ui/src/lib/i18n.ts
+ 74
+
+
+
+ Extreme Fear
+ 극심한 공포
+
+ libs/ui/src/lib/i18n.ts
+ 106
+
+
+
+ Extreme Greed
+ 극도의 탐욕
+
+ libs/ui/src/lib/i18n.ts
+ 107
+
+
+
+ Neutral
+ 중립적
+
+ libs/ui/src/lib/i18n.ts
+ 110
+
+
+
+ Valid until
+ 유효기간
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 74
+
+
+ libs/ui/src/lib/membership-card/membership-card.component.html
+ 45
+
+
+
+ Time to add your first activity.
+ 첫 번째 활동을 추가할 시간입니다.
+
+ libs/ui/src/lib/no-transactions-info/no-transactions-info.component.html
+ 12
+
+
+
+ No data available
+ 사용 가능한 데이터가 없습니다.
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 250
+
+
+ apps/client/src/app/pages/public/public-page.html
+ 196
+
+
+ libs/ui/src/lib/benchmark/benchmark.component.html
+ 209
+
+
+ libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.component.ts
+ 439
+
+
+ libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.component.ts
+ 452
+
+
+ libs/ui/src/lib/top-holdings/top-holdings.component.html
+ 181
+
+
+
+ If a translation is missing, kindly support us in extending it here.
+ 번역이 누락된 경우 여기에서 번역을 확장할 수 있도록 지원해 주시기 바랍니다.
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 59
+
+
+
+ Date Range
+ 기간
+
+ libs/ui/src/lib/assistant/assistant.html
+ 170
+
+
+
+ The current market price is
+ 현재 시장가격은
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 672
+
+
+
+ Test
+ 시험
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 511
+
+
+
+ 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
+ 141
+
+
+
+ Argentina
+ 아르헨티나
+
+ libs/ui/src/lib/i18n.ts
+ 78
+
+
+
+ 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
+ 40
+
+
+
+ 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
+ 38
+
+
+
+ Private
+ 사적인
+
+ apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html
+ 30
+
+
+
+ Job Queue
+ 작업 대기열
+
+ libs/common/src/lib/routes/routes.ts
+ 46
+
+
+
+ Market data is delayed for
+ 시장 데이터가 지연됩니다.
+
+ apps/client/src/app/components/portfolio-performance/portfolio-performance.component.ts
+ 95
+
+
+
+ Absolute Currency Performance
+ 절대적인 통화 성과
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 145
+
+
+
+ Close Holding
+ 닫기 보유
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 442
+
+
+
+ Absolute Asset Performance
+ 절대자산성과
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 102
+
+
+
+ Investment
+ 투자
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 171
+
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 60
+
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts
+ 80
+
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts
+ 96
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 88
+
+
+
+ here
+ 여기
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 350
+
+
+
+ Asset Performance
+ 자산 성과
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 124
+
+
+
+ Currency Performance
+ 통화 성과
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 170
+
+
+
+ Year to date
+ 연초 현재
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 377
+
+
+
+ Week to date
+ 이번주 현재까지
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 369
+
+
+
+ Month to date
+ 월간 누계
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 373
+
+
+
+ MTD
+ MTD
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 200
+
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 373
+
+
+
+ WTD
+ WTD
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 196
+
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 369
+
+
+
+ Oops! A data provider is experiencing the hiccups.
+ 이런! 데이터 제공업체에 문제가 발생했습니다.
+
+ apps/client/src/app/components/portfolio-performance/portfolio-performance.component.html
+ 8
+
+
+
+ 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
+ 42
+
+
+
+ Reset Filters
+ 필터 재설정
+
+ libs/ui/src/lib/assistant/assistant.html
+ 204
+
+
+
+ year
+ 년도
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 208
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 290
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 296
+
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 387
+
+
+
+ years
+ 연령
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 212
+
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 411
+
+
+
+ Apply Filters
+ 필터 적용
+
+ libs/ui/src/lib/assistant/assistant.html
+ 217
+
+
+
+ self-hosting
+ self-hosting
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 243
+
+
+ libs/common/src/lib/routes/routes.ts
+ 246
+
+
+
+ Self-Hosting
+ 셀프 호스팅
+
+ apps/client/src/app/pages/faq/faq-page.component.ts
+ 60
+
+
+ libs/common/src/lib/routes/routes.ts
+ 248
+
+
+
+ Data Gathering
+ 데이터 수집
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 604
+
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 60
+
+
+
+ General
+ 일반적인
+
+ apps/client/src/app/pages/faq/faq-page.component.ts
+ 49
+
+
+
+ Cloud
+ 구름
+
+ apps/client/src/app/pages/faq/faq-page.component.ts
+ 54
+
+
+ libs/common/src/lib/routes/routes.ts
+ 240
+
+
+
+ Oops! It looks like you’re making too many requests. Please slow down a bit.
+ 이런! 요청을 너무 많이 하시는 것 같습니다. 조금 천천히 해주세요.
+
+ apps/client/src/app/core/http-response.interceptor.ts
+ 106
+
+
+
+ My Account
+ 내 계정
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 13
+
+
+
+ Closed
+ 닫은
+
+ apps/client/src/app/components/home-holdings/home-holdings.component.ts
+ 65
+
+
+
+ Active
+ 활동적인
+
+ apps/client/src/app/components/home-holdings/home-holdings.component.ts
+ 64
+
+
+
+ Indonesia
+ 인도네시아 공화국
+
+ libs/ui/src/lib/i18n.ts
+ 90
+
+
+
+ Activity
+ 활동
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 229
+
+
+
+ Dividend Yield
+ 배당수익률
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 196
+
+
+
+ Execute Job
+ 작업 실행
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 220
+
+
+
+ This action is not allowed.
+ 이 작업은 허용되지 않습니다.
+
+ apps/client/src/app/core/http-response.interceptor.ts
+ 67
+
+
+
+ Priority
+ 우선 사항
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 96
+
+
+
+ Liquidity
+ 유동성
+
+ libs/ui/src/lib/i18n.ts
+ 50
+
+
+
+ Buy and sell
+ 구매 및 판매
+
+ libs/ui/src/lib/i18n.ts
+ 8
+
+
+
+ {VAR_PLURAL, plural, =1 {activity} other {activities}}
+ {VAR_PLURAL, 복수형, =1 {활동} 기타 {활동}}
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
+ 14
+
+
+
+ Delete Activities
+ 활동 삭제
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 69
+
+
+
+ Internationalization
+ 국제화
+
+ libs/common/src/lib/routes/routes.ts
+ 119
+
+
+
+ Close Account
+ 계정 폐쇄
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 307
+
+
+
+ Do you really want to close your Ghostfolio account?
+ 정말로 Ghostfolio 계정을 폐쇄하시겠습니까?
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts
+ 207
+
+
+
+ Danger Zone
+ 위험지대
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 272
+
+
+
+ Approximation based on the top holdings of each ETF
+ 각 ETF의 상위 보유량을 기준으로 한 근사치
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 340
+
+
+
+ By ETF Holding
+ ETF 홀딩으로
+
+ apps/client/src/app/pages/portfolio/allocations/allocations-page.html
+ 333
+
+
+
+ Join now or check out the example account
+ 지금 가입하거나 예시 계정을 확인하세요.
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 333
+
+
+
+ Include in
+ 포함
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 376
+
+
+
+ Oops! There was an error setting up biometric authentication.
+ 이런! 생체 인증을 설정하는 중에 오류가 발생했습니다.
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.component.ts
+ 335
+
+
+
+ Show more
+ 더 보기
+
+ libs/ui/src/lib/top-holdings/top-holdings.component.html
+ 174
+
+
+
+ Do you really want to delete these profiles?
+ 이 프로필을 정말로 삭제하시겠습니까?
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.service.ts
+ 68
+
+
+
+ Delete Profiles
+ 프로필 삭제
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 242
+
+
+
+ Oops! Could not delete profiles.
+ 이런! 프로필을 삭제할 수 없습니다.
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.service.ts
+ 56
+
+
+
+ Benchmarks
+ 벤치마크
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.component.ts
+ 127
+
+
+
+ Chart
+ 차트
+
+ apps/client/src/app/components/home-holdings/home-holdings.html
+ 19
+
+
+
+ Table
+ 테이블
+
+ apps/client/src/app/components/home-holdings/home-holdings.html
+ 16
+
+
+
+ Would you like to refine your personal investment strategy?
+ 개인 투자 전략을 개선하시겠습니까?
+
+ apps/client/src/app/pages/public/public-page.html
+ 234
+
+
+
+ Wealth
+ 재산
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 98
+
+
+
+ Community
+ 지역 사회
+
+ apps/client/src/app/components/footer/footer.component.html
+ 80
+
+
+ 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
+ 106
+
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 110
+
+
+ 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/components/user-account-settings/user-account-settings.html
+ 123
+
+
+ apps/client/src/app/pages/features/features-page.html
+ 276
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 85
+
+
+
+ Thailand
+ 태국
+
+ libs/ui/src/lib/i18n.ts
+ 100
+
+
+
+ India
+ 인도
+
+ libs/ui/src/lib/i18n.ts
+ 89
+
+
+
+ Austria
+ 오스트리아
+
+ libs/ui/src/lib/i18n.ts
+ 80
+
+
+
+ Poland
+ 폴란드
+
+ libs/ui/src/lib/i18n.ts
+ 95
+
+
+
+ Italy
+ 이탈리아
+
+ libs/ui/src/lib/i18n.ts
+ 91
+
+
+
+ User Experience
+ 사용자 경험
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 97
+
+
+
+ App
+ 앱
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 83
+
+
+
+ Tool
+ 도구
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 96
+
+
+
+ Investor
+ 투자자
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 89
+
+
+
+ Wealth Management
+ 자산관리
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 99
+
+
+
+ View Holding
+ 보유보기
+
+ libs/ui/src/lib/activities-table/activities-table.component.html
+ 450
+
+
+
+ Canada
+ 캐나다
+
+ libs/ui/src/lib/i18n.ts
+ 84
+
+
+
+ New Zealand
+ 뉴질랜드
+
+ libs/ui/src/lib/i18n.ts
+ 94
+
+
+
+ Netherlands
+ 네덜란드
+
+ libs/ui/src/lib/i18n.ts
+ 93
+
+
+
+ Alternative
+ 대안
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 82
+
+
+
+ Family Office
+ 패밀리오피스
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 86
+
+
+
+ Personal Finance
+ 개인 금융
+
+ apps/client/src/app/components/footer/footer.component.html
+ 7
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 92
+
+
+
+ Software
+ 소프트웨어
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 95
+
+
+
+ Romania
+ 루마니아
+
+ libs/ui/src/lib/i18n.ts
+ 96
+
+
+
+ Germany
+ 독일
+
+ libs/ui/src/lib/i18n.ts
+ 88
+
+
+
+ United States
+ 미국
+
+ libs/ui/src/lib/i18n.ts
+ 103
+
+
+
+ Budgeting
+ 예산 편성
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 84
+
+
+
+ Belgium
+ 벨기에
+
+ libs/ui/src/lib/i18n.ts
+ 81
+
+
+
+ Open Source
+ 오픈 소스
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 159
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 90
+
+
+
+ Czech Republic
+ 체코
+
+ libs/ui/src/lib/i18n.ts
+ 85
+
+
+
+ Australia
+ 호주
+
+ libs/ui/src/lib/i18n.ts
+ 79
+
+
+
+ South Africa
+ 남아프리카
+
+ libs/ui/src/lib/i18n.ts
+ 98
+
+
+
+ Bulgaria
+ 불가리아
+
+ libs/ui/src/lib/i18n.ts
+ 83
+
+
+
+ Privacy
+ 은둔
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.component.ts
+ 93
+
+
+
+ Finland
+ 핀란드
+
+ libs/ui/src/lib/i18n.ts
+ 86
+
+
+
+ France
+ 프랑스
+
+ libs/ui/src/lib/i18n.ts
+ 87
+
+
+
+ Error
+ 오류
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 663
+
+
+
+ Cancel
+ 취소
+
+ 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
+ 609
+
+
+ apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html
+ 57
+
+
+ apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html
+ 44
+
+
+ apps/client/src/app/components/admin-tag/create-or-update-tag-dialog/create-or-update-tag-dialog.html
+ 27
+
+
+ apps/client/src/app/components/home-watchlist/create-watchlist-item-dialog/create-watchlist-item-dialog.html
+ 17
+
+
+ apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html
+ 66
+
+
+ apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
+ 105
+
+
+ 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
+ 345
+
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 48
+
+
+ libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.html
+ 46
+
+
+ libs/ui/src/lib/i18n.ts
+ 9
+
+
+
+ Role
+ 역할
+
+ apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+ 14
+
+
+
+ Yes
+ 예
+
+ libs/ui/src/lib/i18n.ts
+ 34
+
+
+
+ , based on your total assets of
+ , 귀하의 총 자산을 기준으로
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 96
+
+
+
+ Inactive
+ 비활성
+
+ apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html
+ 88
+
+
+
+ Close
+ 닫다
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 611
+
+
+ apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html
+ 59
+
+
+ apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html
+ 46
+
+
+ apps/client/src/app/components/admin-tag/create-or-update-tag-dialog/create-or-update-tag-dialog.html
+ 29
+
+
+ apps/client/src/app/components/home-watchlist/create-watchlist-item-dialog/create-watchlist-item-dialog.html
+ 19
+
+
+ apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.html
+ 130
+
+
+ apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html
+ 68
+
+
+ apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
+ 107
+
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 347
+
+
+ libs/ui/src/lib/i18n.ts
+ 11
+
+
+
+ Activate
+ 활성화
+
+ apps/client/src/app/components/rule/rule.component.html
+ 83
+
+
+
+ Oops! Could not update access.
+ 이런! 액세스를 업데이트할 수 없습니다.
+
+ apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.component.ts
+ 178
+
+
+
+ Deactivate
+ 비활성화
+
+ apps/client/src/app/components/rule/rule.component.html
+ 78
+
+
+
+ Threshold Max
+ 임계값 최대
+
+ apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.html
+ 93
+
+
+
+ send an e-mail to
+ 에게 이메일을 보내다
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 87
+
+
+
+ Customize
+ 사용자 정의
+
+ apps/client/src/app/components/rule/rule.component.html
+ 69
+
+
+
+ Portfolio Snapshot
+ 포트폴리오 스냅샷
+
+ apps/client/src/app/components/admin-jobs/admin-jobs.html
+ 56
+
+
+
+ Threshold Min
+ 임계값 최소
+
+ apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.html
+ 55
+
+
+
+ If you plan to open an account at
+ 에서 계좌를 개설할 계획이라면
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 315
+
+
+
+ Performance with currency effect Performance
+ 환율 효과가 있는 실적 실적
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 83
+
+
+
+ Copy link to clipboard
+ 링크를 클립보드에 복사
+
+ apps/client/src/app/components/access-table/access-table.component.html
+ 84
+
+
+
+ Change with currency effect Change
+ 통화 효과로 변경 변경
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 63
+
+
+
+ From the beginning
+ 처음부터
+
+ apps/client/src/app/pages/public/public-page.html
+ 60
+
+
+
+ This year
+ 올해
+
+ apps/client/src/app/pages/public/public-page.html
+ 42
+
+
+
+ offers a free plan
+ 은(는) 무료 요금제를 제공합니다
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 256
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 273
+
+
+
+ does not offer a free plan
+ 은(는) 무료 요금제를 제공하지 않습니다.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 263
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 280
+
+
+
+ Ghostfolio is a lightweight wealth management application for individuals to keep track of stocks, ETFs or cryptocurrencies and make solid, data-driven investment decisions.
+ Ghostfolio는 개인이 주식, ETF 또는 암호화폐를 추적하고 확실한 데이터 기반 투자 결정을 내릴 수 있는 경량 자산 관리 애플리케이션입니다.
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 10
+
+
+
+ , assuming a
+ , 가정
+
+ apps/client/src/app/pages/portfolio/fire/fire-page.html
+ 174
+
+
+
+ to use our referral link and get a Ghostfolio Premium membership for one year
+ 추천 링크를 사용하고 1년 동안 Ghostfolio 프리미엄 멤버십을 얻으려면
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 343
+
+
+
+ can be self-hosted
+ 은(는) 자체 호스팅 가능
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 178
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 195
+
+
+
+ cannot be self-hosted
+ 은(는) 자체 호스팅할 수 없습니다.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 185
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 202
+
+
+
+ can be used anonymously
+ 은(는) 익명으로 사용할 수 있습니다.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 217
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 234
+
+
+
+ cannot be used anonymously
+ 은(는) 익명으로 사용할 수 없습니다.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 224
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 241
+
+
+
+ is not Open Source Software
+ 은(는) 오픈 소스 소프트웨어가 아닙니다.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 146
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 163
+
+
+
+ is Open Source Software
+ 은(는) 오픈 소스 소프트웨어입니다.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 139
+
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 156
+
+
+
+ This page has been archived.
+ 이 페이지는 보관되었습니다.
+
+ apps/client/src/app/pages/resources/personal-finance-tools/product-page.html
+ 14
+
+
+
+ Oops! Invalid currency.
+ 이런! 통화가 잘못되었습니다.
+
+ apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html
+ 48
+
+
+
+ Oops! Could not find any assets.
+ 이런! 자산을 찾을 수 없습니다.
+
+ libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.html
+ 40
+
+
+
+ Ukraine
+ 우크라이나
+
+ libs/ui/src/lib/i18n.ts
+ 101
+
+
+
+ Set API key
+ API 키 설정
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 171
+
+
+
+ Get access to 80’000+ tickers from over 50 exchanges
+ 50개 이상의 거래소에서 80,000개 이상의 티커에 접근하세요
+
+ libs/ui/src/lib/i18n.ts
+ 26
+
+
+
+ Data Providers
+ 데이터 제공자
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 4
+
+
+
+ Join now
+ 지금 가입하세요
+
+ apps/client/src/app/components/subscription-interstitial-dialog/subscription-interstitial-dialog.html
+ 193
+
+
+
+ Glossary
+ 어휘
+
+ apps/client/src/app/pages/resources/glossary/resources-glossary.component.html
+ 4
+
+
+ apps/client/src/app/pages/resources/resources-page.component.ts
+ 45
+
+
+ libs/common/src/lib/routes/routes.ts
+ 293
+
+
+
+ glossary
+ glossary
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 288
+
+
+ libs/common/src/lib/routes/routes.ts
+ 291
+
+
+
+ Guides
+ 가이드
+
+ apps/client/src/app/pages/resources/guides/resources-guides.component.html
+ 4
+
+
+ apps/client/src/app/pages/resources/resources-page.component.ts
+ 34
+
+
+ libs/common/src/lib/routes/routes.ts
+ 301
+
+
+
+ guides
+ guides
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 296
+
+
+ libs/common/src/lib/routes/routes.ts
+ 299
+
+
+
+ Threshold range
+ 임계값 범위
+
+ apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.html
+ 9
+
+
+
+ Ghostfolio X-ray uses static analysis to uncover potential issues and risks in your portfolio. Adjust the rules below and set custom thresholds to align with your personal investment strategy.
+ Ghostfolio X-ray는 정적 분석을 사용하여 포트폴리오의 잠재적인 문제와 위험을 찾아냅니다. 아래 규칙을 조정하고 개인 투자 전략에 맞게 맞춤 임계값을 설정하세요.
+
+ apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html
+ 6
+
+
+
+ Please enter your Ghostfolio API key:
+ Ghostfolio API 키를 입력하세요:
+
+ apps/client/src/app/pages/api/api-page.component.ts
+ 43
+
+
+
+ of
+ ~의
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 135
+
+
+
+ Do you really want to delete the API key?
+ API 키를 정말로 삭제하시겠습니까?
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.ts
+ 128
+
+
+
+ Remove API key
+ API 키 제거
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 161
+
+
+
+ daily requests
+ 일일 요청
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 137
+
+
+
+ Generate Ghostfolio Premium Data Provider API key for self-hosted environments...
+ 자체 호스팅 환경을 위한 Ghostfolio 프리미엄 데이터 공급자 API 키 생성...
+
+ libs/ui/src/lib/membership-card/membership-card.component.html
+ 29
+
+
+
+ API Key
+ API 키
+
+ libs/ui/src/lib/membership-card/membership-card.component.html
+ 21
+
+
+
+ API Requests Today
+ 오늘의 API 요청
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 161
+
+
+ apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+ 98
+
+
+
+ Could not generate an API key
+ API 키를 생성할 수 없습니다.
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.component.ts
+ 144
+
+
+
+ Do you really want to generate a new API key?
+ 정말로 새 API 키를 생성하시겠습니까?
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.component.ts
+ 167
+
+
+
+ Ghostfolio Premium Data Provider API Key
+ Ghostfolio 프리미엄 데이터 공급자 API 키
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.component.ts
+ 162
+
+
+
+ Set this API key in your self-hosted environment:
+ 자체 호스팅 환경에서 이 API 키를 설정하세요.
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.component.ts
+ 159
+
+
+
+ rules align with your portfolio.
+ 규칙은 귀하의 포트폴리오와 일치합니다.
+
+ apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html
+ 58
+
+
+
+ out of
+ 밖으로
+
+ apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html
+ 56
+
+
+
+ Save
+ 구하다
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 620
+
+
+ apps/client/src/app/components/admin-market-data/create-asset-profile-dialog/create-asset-profile-dialog.html
+ 68
+
+
+ apps/client/src/app/components/admin-platform/create-or-update-platform-dialog/create-or-update-platform-dialog.html
+ 55
+
+
+ apps/client/src/app/components/admin-tag/create-or-update-tag-dialog/create-or-update-tag-dialog.html
+ 38
+
+
+ apps/client/src/app/components/home-watchlist/create-watchlist-item-dialog/create-watchlist-item-dialog.html
+ 28
+
+
+ apps/client/src/app/components/portfolio-summary/portfolio-summary.component.ts
+ 106
+
+
+ apps/client/src/app/components/rule/rule-settings-dialog/rule-settings-dialog.html
+ 136
+
+
+ apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html
+ 81
+
+
+ apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
+ 116
+
+
+ apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.html
+ 356
+
+
+ libs/ui/src/lib/historical-market-data-editor/historical-market-data-editor-dialog/historical-market-data-editor-dialog.html
+ 48
+
+
+
+ Received Access
+ 수신된 액세스
+
+ apps/client/src/app/components/user-account-access/user-account-access.html
+ 53
+
+
+
+ Check the system status at
+ 시스템 상태를 확인하세요.
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 57
+
+
+
+ Me
+ 나
+
+ apps/client/src/app/components/header/header.component.html
+ 213
+
+
+ apps/client/src/app/components/user-account-access/user-account-access.component.ts
+ 260
+
+
+
+ Please enter your Ghostfolio API key.
+ Ghostfolio API 키를 입력하세요.
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.ts
+ 147
+
+
+
+ AI prompt has been copied to the clipboard
+ AI 프롬프트가 클립보드에 복사되었습니다.
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts
+ 199
+
+
+
+ Link has been copied to the clipboard
+ 링크가 클립보드에 복사되었습니다.
+
+ apps/client/src/app/components/access-table/access-table.component.ts
+ 101
+
+
+
+ Mode
+ 방법
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 461
+
+
+
+ Default Market Price
+ 기본 시장 가격
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 420
+
+
+
+ Selector
+ 선택자
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 477
+
+
+
+ Instant
+ 즉각적인
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 234
+
+
+
+ Lazy
+ 게으른
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 230
+
+
+
+ HTTP Request Headers
+ HTTP 요청 헤더
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 433
+
+
+
+ real-time
+ 실시간
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 234
+
+
+
+ end of day
+ 하루의 끝
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 230
+
+
+
+ Open Duck.ai
+ 오픈 Duck.ai
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts
+ 200
+
+
+
+ Create
+ 만들다
+
+ libs/ui/src/lib/tags-selector/tags-selector.component.html
+ 50
+
+
+
+ Change
+ 변화
+
+ libs/ui/src/lib/holdings-table/holdings-table.component.html
+ 143
+
+
+ libs/ui/src/lib/treemap-chart/treemap-chart.component.ts
+ 368
+
+
+
+ Performance
+ 성능
+
+ apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html
+ 6
+
+
+ apps/client/src/app/components/home-overview/home-overview.component.ts
+ 55
+
+
+ libs/ui/src/lib/holdings-table/holdings-table.component.html
+ 166
+
+
+ libs/ui/src/lib/treemap-chart/treemap-chart.component.ts
+ 368
+
+
+ libs/ui/src/lib/treemap-chart/treemap-chart.component.ts
+ 381
+
+
+
+ The project has been initiated by
+ 프로젝트는 다음에 의해 시작되었습니다.
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 40
+
+
+
+ Copy AI prompt to clipboard for analysis
+ 분석을 위해 AI 프롬프트를 클립보드에 복사
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 67
+
+
+
+ Singapore
+ 싱가포르
+
+ libs/ui/src/lib/i18n.ts
+ 97
+
+
+
+ Armenia
+ 아르메니아
+
+ libs/ui/src/lib/i18n.ts
+ 77
+
+
+
+ British Virgin Islands
+ 영국령 버진아일랜드
+
+ libs/ui/src/lib/i18n.ts
+ 82
+
+
+
+ Copy portfolio data to clipboard for AI prompt
+ AI 프롬프트를 위해 포트폴리오 데이터를 클립보드에 복사
+
+ apps/client/src/app/pages/portfolio/analysis/analysis-page.html
+ 42
+
+
+
+ I understand that if I lose my security token, I cannot recover my account
+ 보안 토큰을 분실하면 계정을 복구할 수 없다는 점을 이해합니다.
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 28
+
+
+
+ Please keep your security token safe. If you lose it, you will not be able to recover your account.
+ 보안 토큰을 안전하게 보관하세요. 분실한 경우 계정을 복구할 수 없습니다.
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 18
+
+
+
+ Here is your security token. It is only visible once, please store and keep it in a safe place.
+ 여기 보안 토큰이 있습니다. 한 번만 볼 수 있으므로 안전한 곳에 보관하여 보관하시기 바랍니다.
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 67
+
+
+
+ Continue
+ 계속하다
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 57
+
+
+
+ Terms and Conditions
+ 이용약관
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 15
+
+
+
+ Do you really want to generate a new security token for this user?
+ 정말로 이 사용자에 대한 새 보안 토큰을 생성하시겠습니까?
+
+ apps/client/src/app/components/admin-users/admin-users.component.ts
+ 236
+
+
+
+ Find account, holding or page...
+ 계정, 보유 또는 페이지 찾기...
+
+ libs/ui/src/lib/assistant/assistant.component.ts
+ 153
+
+
+
+ Security token
+ 보안 토큰
+
+ apps/client/src/app/components/admin-users/admin-users.component.ts
+ 231
+
+
+ apps/client/src/app/components/user-account-access/user-account-access.component.ts
+ 170
+
+
+
+ Generate Security Token
+ 보안 토큰 생성
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 243
+
+
+
+ United Kingdom
+ 영국
+
+ libs/ui/src/lib/i18n.ts
+ 102
+
+
+
+ Terms of Service
+ 이용약관
+
+ apps/client/src/app/components/footer/footer.component.html
+ 62
+
+
+ libs/common/src/lib/routes/routes.ts
+ 217
+
+
+
+ terms-of-service
+ terms-of-service
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 212
+
+
+ libs/common/src/lib/routes/routes.ts
+ 215
+
+
+
+ Terms of Service
+ 이용약관
+
+ apps/client/src/app/pages/about/terms-of-service/terms-of-service-page.html
+ 5
+
+
+
+ and I agree to the Terms of Service.
+ 서비스 약관에 동의합니다.
+
+ apps/client/src/app/pages/register/user-account-registration-dialog/user-account-registration-dialog.html
+ 34
+
+
+
+ () is already in use.
+ ()은(는) 이미 사용 중입니다.
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 599
+
+
+
+ An error occurred while updating to ().
+ ()로 업데이트하는 동안 오류가 발생했습니다.
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 607
+
+
+
+ Apply
+ 적용하다
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
+ 153
+
+
+
+ with API access for
+ 다음에 대한 API 액세스 권한이 있는
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 238
+
+
+
+ Data Gathering is off
+ 데이터 수집이 사용 중지되었습니다.
+
+ apps/client/src/app/components/admin-market-data/admin-market-data.html
+ 38
+
+
+
+ Performance Calculation
+ 성능 계산
+
+ apps/client/src/app/components/user-account-settings/user-account-settings.html
+ 31
+
+
+
+ someone
+ 누구
+
+ apps/client/src/app/pages/public/public-page.component.ts
+ 59
+
+
+
+ Add asset to watchlist
+ 관심 목록에 자산 추가
+
+ apps/client/src/app/components/home-watchlist/create-watchlist-item-dialog/create-watchlist-item-dialog.html
+ 7
+
+
+
+ Watchlist
+ 관심 목록
+
+ apps/client/src/app/components/home-watchlist/home-watchlist.html
+ 4
+
+
+ apps/client/src/app/pages/features/features-page.html
+ 197
+
+
+ libs/common/src/lib/routes/routes.ts
+ 110
+
+
+
+ Do you really want to delete this item?
+ 이 항목을 정말로 삭제하시겠습니까?
+
+ libs/ui/src/lib/benchmark/benchmark.component.ts
+ 139
+
+
+
+ Log out
+ 로그아웃
+
+ apps/client/src/app/components/header/header.component.html
+ 329
+
+
+
+ Calculations are based on delayed market data and may not be displayed in real-time.
+ 계산은 지연된 시장 데이터를 기반으로 하며 실시간으로 표시되지 않을 수 있습니다.
+
+ apps/client/src/app/components/home-market/home-market.html
+ 45
+
+
+ apps/client/src/app/components/markets/markets.html
+ 54
+
+
+
+ changelog
+ changelog
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 180
+
+
+ libs/common/src/lib/routes/routes.ts
+ 183
+
+
+
+ Sync Demo User Account
+ 데모 사용자 계정 동기화
+
+ apps/client/src/app/components/admin-overview/admin-overview.html
+ 195
+
+
+
+ Demo user account has been synced.
+ 데모 사용자 계정이 동기화되었습니다.
+
+ apps/client/src/app/components/admin-overview/admin-overview.component.ts
+ 275
+
+
+
+ Set up
+ 설정
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 145
+
+
+
+ No emergency fund has been set up
+ 비상금은 마련되지 않았습니다
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 147
+
+
+
+ An emergency fund has been set up
+ 비상금이 마련됐어요
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 150
+
+
+
+ Fee Ratio
+ 수수료 비율
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 152
+
+
+
+ The fees do exceed ${thresholdMax}% of your initial investment (${feeRatio}%)
+ 수수료가 초기 투자금(${feeRatio}%)의 ${thresholdMax}%를 초과합니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 154
+
+
+
+ The fees do not exceed ${thresholdMax}% of your initial investment (${feeRatio}%)
+ 수수료는 초기 투자금의 ${thresholdMax}%(${feeRatio}%)를 초과하지 않습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 158
+
+
+
+ Quick Links
+ 빠른 링크
+
+ libs/ui/src/lib/assistant/assistant.html
+ 58
+
+
+
+ Live Demo
+ 라이브 데모
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 48
+
+
+ apps/client/src/app/pages/landing/landing-page.html
+ 349
+
+
+ libs/common/src/lib/routes/routes.ts
+ 231
+
+
+
+ Open Source Alternative to
+ 오픈 소스 대안
+
+ libs/common/src/lib/routes/routes.ts
+ 326
+
+
+
+ Single Account
+ 단일 계정
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 28
+
+
+
+ Your net worth is managed by a single account
+ 귀하의 순자산은 단일 계정으로 관리됩니다
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 30
+
+
+
+ Your net worth is managed by ${accountsLength} accounts
+ 귀하의 순자산은 ${accountsLength} 계정에서 관리됩니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 36
+
+
+
+ personal-finance-tools
+ personal-finance-tools
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 312
+
+
+ libs/common/src/lib/routes/routes.ts
+ 315
+
+
+ libs/common/src/lib/routes/routes.ts
+ 323
+
+
+
+ markets
+ markets
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 304
+
+
+ libs/common/src/lib/routes/routes.ts
+ 307
+
+
+
+ Get Access
+ 액세스 권한 얻기
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 27
+
+
+
+ Fuel your self-hosted Ghostfolio with a powerful data provider to access 80,000+ tickers from over 50 exchanges worldwide.
+ 자체 호스팅 Ghostfolio를 강력한 데이터 제공업체와 함께 활용하여 전 세계 50개 이상의 거래소에서 80,000개 이상의 시세에 액세스하세요.
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 16
+
+
+
+ Learn more
+ 자세히 알아보기
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 38
+
+
+
+ Limited Offer!
+ 한정 상품!
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.html
+ 41
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 297
+
+
+
+ Get extra
+ 추가 구매
+
+ apps/client/src/app/components/user-account-membership/user-account-membership.html
+ 44
+
+
+ apps/client/src/app/pages/pricing/pricing-page.html
+ 300
+
+
+
+ Unavailable
+ 없는
+
+ apps/client/src/app/components/data-provider-status/data-provider-status.component.html
+ 5
+
+
+
+ Available
+ 사용 가능
+
+ apps/client/src/app/components/data-provider-status/data-provider-status.component.html
+ 3
+
+
+
+ Current month
+ 이번 달
+
+ apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
+ 200
+
+
+
+ new
+ 새로운
+
+ apps/client/src/app/components/admin-settings/admin-settings.component.html
+ 67
+
+
+ apps/client/src/app/pages/admin/admin-page.component.ts
+ 56
+
+
+
+ Investment
+ 투자
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 15
+
+
+
+ Over ${thresholdMax}% of your current investment is at ${maxAccountName} (${maxInvestmentRatio}%)
+ 현재 투자의 ${thresholdMax}% 이상이 ${maxAccountName} (${maxInvestmentRatio}%)에 있습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 17
+
+
+
+ The major part of your current investment is at ${maxAccountName} (${maxInvestmentRatio}%) and does not exceed ${thresholdMax}%
+ 현재 투자의 주요 부분은 ${maxAccountName} (${maxInvestmentRatio}%)이며 ${thresholdMax}%를 초과하지 않습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 24
+
+
+
+ Equity
+ 주식
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 41
+
+
+
+ The equity contribution of your current investment (${equityValueRatio}%) exceeds ${thresholdMax}%
+ 현재 투자의 지분 기여도(${equityValueRatio}%)가 ${thresholdMax}%를 초과합니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 43
+
+
+
+ The equity contribution of your current investment (${equityValueRatio}%) is below ${thresholdMin}%
+ 현재 투자의 지분 기여도(${equityValueRatio}%)가 ${thresholdMin}% 미만입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 47
+
+
+
+ The equity contribution of your current investment (${equityValueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
+ 현재 투자의 지분 기여도(${equityValueRatio}%)가 ${thresholdMin}% 및 ${thresholdMax}% 범위 내에 있습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 51
+
+
+
+ Fixed Income
+ 채권
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 55
+
+
+
+ The fixed income contribution of your current investment (${fixedIncomeValueRatio}%) exceeds ${thresholdMax}%
+ 현재 투자의 고정 수입 기여도(${fixedIncomeValueRatio}%)가 ${thresholdMax}%를 초과합니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 57
+
+
+
+ The fixed income contribution of your current investment (${fixedIncomeValueRatio}%) is below ${thresholdMin}%
+ 현재 투자의 고정 수입 기여도(${fixedIncomeValueRatio}%)가 ${thresholdMin}% 미만입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 61
+
+
+
+ The fixed income contribution of your current investment (${fixedIncomeValueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
+ 현재 투자의 고정 수입 기여도(${fixedIncomeValueRatio}%)가 ${thresholdMin}% ~ ${thresholdMax}% 범위 내에 있습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 66
+
+
+
+ Investment: Base Currency
+ 투자: 기본 통화
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 85
+
+
+
+ The major part of your current investment is not in your base currency (${baseCurrencyValueRatio}% in ${baseCurrency})
+ 현재 투자의 주요 부분이 기본 통화(${baseCurrency}의 ${baseCurrencyValueRatio}%)로 되어 있지 않습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 88
+
+
+
+ The major part of your current investment is in your base currency (${baseCurrencyValueRatio}% in ${baseCurrency})
+ 현재 투자의 주요 부분은 기본 통화(${baseCurrency}의 ${baseCurrencyValueRatio}%)입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 92
+
+
+
+ Investment
+ 투자
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 95
+
+
+
+ Over ${thresholdMax}% of your current investment is in ${currency} (${maxValueRatio}%)
+ 현재 투자의 ${thresholdMax}% 이상이 ${currency}(${maxValueRatio}%)에 있습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 97
+
+
+
+ The major part of your current investment is in ${currency} (${maxValueRatio}%) and does not exceed ${thresholdMax}%
+ 현재 투자의 주요 부분은 ${currency} (${maxValueRatio}%)이며 ${thresholdMax}%를 초과하지 않습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 101
+
+
+
+ start
+ start
+ kebab-case
+
+ libs/common/src/lib/routes/routes.ts
+ 336
+
+
+ libs/common/src/lib/routes/routes.ts
+ 337
+
+
+
+ Generate
+ 생성하다
+
+ apps/client/src/app/components/user-account-access/user-account-access.html
+ 43
+
+
+
+ If you encounter a bug, would like to suggest an improvement or a new feature, please join the Ghostfolio Slack community, post to @ghostfolio_
+ 버그가 발생하거나 개선 사항이나 새로운 기능을 제안하고 싶다면 Ghostfolio 슬랙 커뮤니티에 가입하고 @ghostfolio_에 게시하세요.
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 69
+
+
+
+ Do you really want to generate a new security token?
+ 정말로 새로운 보안 토큰을 생성하시겠습니까?
+
+ apps/client/src/app/components/user-account-access/user-account-access.component.ts
+ 175
+
+
+
+ Cryptocurrencies
+ 암호화폐
+
+ apps/client/src/app/components/markets/markets.component.ts
+ 53
+
+
+ apps/client/src/app/pages/features/features-page.html
+ 51
+
+
+
+ Stocks
+ 주식
+
+ apps/client/src/app/components/markets/markets.component.ts
+ 52
+
+
+ apps/client/src/app/pages/features/features-page.html
+ 15
+
+
+
+
+
+
+ apps/client/src/app/components/admin-users/admin-users.html
+ 39
+
+
+
+ Manage Asset Profile
+ 자산 프로필 관리
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 466
+
+
+
+ Alternative Investment
+ 대체투자
+
+ libs/ui/src/lib/i18n.ts
+ 46
+
+
+
+ Collectible
+ 소장용
+
+ libs/ui/src/lib/i18n.ts
+ 56
+
+
+
+ Average Unit Price
+ 평균단가
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.component.ts
+ 113
+
+
+ apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
+ 101
+
+
+
+ No results found...
+ 검색된 결과가 없습니다...
+
+ libs/ui/src/lib/assistant/assistant.html
+ 51
+
+
+
+ Account Cluster Risks
+ 계정 클러스터 위험
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 14
+
+
+
+ Asset Class Cluster Risks
+ 자산 클래스 클러스터 위험
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 39
+
+
+
+ Currency Cluster Risks
+ 통화 클러스터 위험
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 83
+
+
+
+ Economic Market Cluster Risks
+ 경제 시장 클러스터 위험
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 106
+
+
+
+ Emergency Fund
+ 비상자금
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 144
+
+
+
+ Fees
+ 수수료
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 161
+
+
+
+ Liquidity
+ 유동성
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 70
+
+
+
+ Buying Power
+ 매수 가능 금액
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 71
+
+
+
+ Your buying power is below ${thresholdMin} ${baseCurrency}
+ 귀하의 구매력은 ${thresholdMin} ${baseCurrency} 미만입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 73
+
+
+
+ Your buying power is 0 ${baseCurrency}
+ 귀하의 구매력은 0입니다 ${baseCurrency}
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 77
+
+
+
+ Your buying power exceeds ${thresholdMin} ${baseCurrency}
+ 매수 가능 금액이 ${thresholdMin} ${baseCurrency}을(를) 초과합니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 80
+
+
+
+ Regional Market Cluster Risks
+ 지역 시장 클러스터 위험
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 163
+
+
+
+ Developed Markets
+ 선진시장
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 109
+
+
+
+ The developed markets contribution of your current investment (${developedMarketsValueRatio}%) exceeds ${thresholdMax}%
+ 현재 투자의 선진국 시장 기여도(${개발된MarketsValueRatio}%)가 ${thresholdMax}%를 초과합니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 112
+
+
+
+ The developed markets contribution of your current investment (${developedMarketsValueRatio}%) is below ${thresholdMin}%
+ 현재 투자의 선진국 시장 기여도(${개발된MarketsValueRatio}%)가 ${thresholdMin}% 미만입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 117
+
+
+
+ The developed markets contribution of your current investment (${developedMarketsValueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
+ 현재 투자의 선진국 시장 기여도(${개발된MarketsValueRatio}%)는 ${thresholdMin}% 및 ${thresholdMax}% 범위 내에 있습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 122
+
+
+
+ Emerging Markets
+ 신흥시장
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 127
+
+
+
+ The emerging markets contribution of your current investment (${emergingMarketsValueRatio}%) exceeds ${thresholdMax}%
+ 현재 투자의 신흥 시장 기여도(${emergingMarketsValueRatio}%)가 ${thresholdMax}%를 초과합니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 130
+
+
+
+ The emerging markets contribution of your current investment (${emergingMarketsValueRatio}%) is below ${thresholdMin}%
+ 현재 투자의 신흥 시장 기여도(${emergingMarketsValueRatio}%)가 ${thresholdMin}% 미만입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 135
+
+
+
+ The emerging markets contribution of your current investment (${emergingMarketsValueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
+ 현재 투자의 신흥 시장 기여도(${emergingMarketsValueRatio}%)가 ${thresholdMin}% 및 ${thresholdMax}% 범위 내에 있습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 140
+
+
+
+ No accounts have been set up
+ 설정된 계정이 없습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 21
+
+
+
+ Your net worth is managed by 0 accounts
+ 귀하의 순자산은 0개의 계정에서 관리됩니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 33
+
+
+
+ Asia-Pacific
+ 아시아·태평양
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 165
+
+
+
+ The Asia-Pacific market contribution of your current investment (${valueRatio}%) exceeds ${thresholdMax}%
+ 현재 투자의 아시아 태평양 시장 기여도(${valueRatio}%)가 ${thresholdMax}%를 초과합니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 167
+
+
+
+ The Asia-Pacific market contribution of your current investment (${valueRatio}%) is below ${thresholdMin}%
+ 현재 투자의 아시아 태평양 시장 기여도(${valueRatio}%)가 ${thresholdMin}% 미만입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 171
+
+
+
+ The Asia-Pacific market contribution of your current investment (${valueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
+ 현재 투자의 아시아 태평양 시장 기여도(${valueRatio}%)가 ${thresholdMin}% 및 ${thresholdMax}% 범위 내에 있습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 175
+
+
+
+ Emerging Markets
+ 신흥시장
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 180
+
+
+
+ The Emerging Markets contribution of your current investment (${valueRatio}%) exceeds ${thresholdMax}%
+ 현재 투자의 신흥 시장 기여도(${valueRatio}%)가 ${thresholdMax}%를 초과합니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 183
+
+
+
+ The Emerging Markets contribution of your current investment (${valueRatio}%) is below ${thresholdMin}%
+ 현재 투자의 신흥 시장 기여도(${valueRatio}%)가 ${thresholdMin}% 미만입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 187
+
+
+
+ The Emerging Markets contribution of your current investment (${valueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
+ 현재 투자의 신흥 시장 기여도(${valueRatio}%)가 ${thresholdMin}% 및 ${thresholdMax}% 범위 내에 있습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 191
+
+
+
+ Europe
+ 유럽
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 195
+
+
+
+ The Europe market contribution of your current investment (${valueRatio}%) exceeds ${thresholdMax}%
+ 현재 투자의 유럽 시장 기여도(${valueRatio}%)가 ${thresholdMax}%를 초과합니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 197
+
+
+
+ The Europe market contribution of your current investment (${valueRatio}%) is below ${thresholdMin}%
+ 현재 투자의 유럽 시장 기여도(${valueRatio}%)가 ${thresholdMin}% 미만입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 201
+
+
+
+ The Europe market contribution of your current investment (${valueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
+ 현재 투자의 유럽 시장 기여도(${valueRatio}%)는 ${thresholdMin}% 및 ${thresholdMax}% 범위 내에 있습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 205
+
+
+
+ Japan
+ 일본
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 209
+
+
+
+ The Japan market contribution of your current investment (${valueRatio}%) exceeds ${thresholdMax}%
+ 현재 투자의 일본 시장 기여도(${valueRatio}%)가 ${thresholdMax}%를 초과합니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 211
+
+
+
+ The Japan market contribution of your current investment (${valueRatio}%) is below ${thresholdMin}%
+ 현재 투자의 일본 시장 기여도(${valueRatio}%)가 ${thresholdMin}% 미만입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 215
+
+
+
+ The Japan market contribution of your current investment (${valueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
+ 현재 투자의 일본 시장 기여도(${valueRatio}%)는 ${thresholdMin}% 및 ${thresholdMax}% 범위 내에 있습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 219
+
+
+
+ North America
+ 북미
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 223
+
+
+
+ The North America market contribution of your current investment (${valueRatio}%) exceeds ${thresholdMax}%
+ 현재 투자의 북미 시장 기여도(${valueRatio}%)가 ${thresholdMax}%를 초과합니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 225
+
+
+
+ The North America market contribution of your current investment (${valueRatio}%) is below ${thresholdMin}%
+ 현재 투자의 북미 시장 기여도(${valueRatio}%)가 ${thresholdMin}% 미만입니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 229
+
+
+
+ The North America market contribution of your current investment (${valueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
+ 현재 투자의 북미 시장 기여도(${valueRatio}%)가 ${thresholdMin}% 및 ${thresholdMax}% 범위 내에 있습니다.
+
+ apps/client/src/app/pages/i18n/i18n-page.html
+ 233
+
+
+
+ Support Ghostfolio
+ 고스트폴리오 지원
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 166
+
+
+
+ Find Ghostfolio on GitHub
+ 깃허브에서 Ghostfolio 찾기
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 99
+
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 138
+
+
+
+ Ghostfolio is an independent & bootstrapped business
+ Ghostfolio는 독립적이고 부트스트랩된 사업입니다.
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 157
+
+
+
+ Send an e-mail
+ 이메일 보내기
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 89
+
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 128
+
+
+
+ Registration Date
+ 등록일
+
+ apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
+ 26
+
+
+
+ Join the Ghostfolio Slack community
+ Ghostfolio 슬랙 커뮤니티에 참여하세요
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 109
+
+
+
+ Follow Ghostfolio on LinkedIn
+ LinkedIn에서 Ghostfolio를 팔로우하세요.
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 147
+
+
+
+ Follow Ghostfolio on X (formerly Twitter)
+ X(이전의 Twitter)에서 Ghostfolio를 팔로우하세요.
+
+ apps/client/src/app/pages/about/overview/about-overview-page.html
+ 118
+
+
+
+
+
diff --git a/libs/common/src/lib/config.ts b/libs/common/src/lib/config.ts
index 169ab80c1..a10a828e1 100644
--- a/libs/common/src/lib/config.ts
+++ b/libs/common/src/lib/config.ts
@@ -193,6 +193,7 @@ export const SUPPORTED_LANGUAGE_CODES = [
'es',
'fr',
'it',
+ 'ko',
'nl',
'pl',
'pt',
From c55d7b8e02bd9a4678e6e7be2cc66d3c84a76583 Mon Sep 17 00:00:00 2001
From: yaro <43820977+yootaebong@users.noreply.github.com>
Date: Sat, 3 Jan 2026 02:10:01 +0900
Subject: [PATCH 2/4] feat: add Korean language to UI components
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- Add Korean (한국어) to footer language list
- Add Korean option to account settings language selector
- Add ko and ko-KR to locales array for date/number formatting
---
apps/client/src/app/components/footer/footer.component.html | 3 +++
.../user-account-settings/user-account-settings.component.ts | 2 ++
.../user-account-settings/user-account-settings.html | 4 ++++
3 files changed, 9 insertions(+)
diff --git a/apps/client/src/app/components/footer/footer.component.html b/apps/client/src/app/components/footer/footer.component.html
index 155f27f68..0a2126662 100644
--- a/apps/client/src/app/components/footer/footer.component.html
+++ b/apps/client/src/app/components/footer/footer.component.html
@@ -148,6 +148,9 @@
Português
+
+ 한국어
+
Türkçe
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 e0028bb5c..071c8be62 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
@@ -89,6 +89,8 @@ export class GfUserAccountSettingsComponent implements OnDestroy, OnInit {
'es',
'fr',
'it',
+ 'ko',
+ 'ko-KR',
'nl',
'pl',
'pt',
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 e6ab544c8..689d5518d 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
@@ -102,6 +102,10 @@
>Italiano (Community)
+ 한국어 (Community)
Nederlands (Community)
Date: Sat, 3 Jan 2026 02:21:15 +0900
Subject: [PATCH 3/4] fix: improve Korean translation quality
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- Change 'Zen Mode' to '프라이버시 모드' (Privacy Mode) for better cultural fit
- Change 'About' to '소개' (Introduction) instead of literal translation
- Change 'Resources' to '리소스' for more natural Korean
- Change 'Glossary' to '용어집' (Terminology) instead of '어휘'
- Change 'Membership' to '멤버십' for consistency with common Korean usage
---
apps/client/src/locales/messages.ko.xlf | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/apps/client/src/locales/messages.ko.xlf b/apps/client/src/locales/messages.ko.xlf
index 9b4b2ff14..45fef5100 100644
--- a/apps/client/src/locales/messages.ko.xlf
+++ b/apps/client/src/locales/messages.ko.xlf
@@ -2365,7 +2365,7 @@
Zen Mode
- 젠 모드
+ 프라이버시 모드
apps/client/src/app/components/user-account-settings/user-account-settings.html
201
@@ -2501,7 +2501,7 @@
About
- 에 대한
+ 소개
apps/client/src/app/components/footer/footer.component.html
20
@@ -4806,7 +4806,7 @@
Resources
- 자원
+ 리소스
apps/client/src/app/components/footer/footer.component.html
14
@@ -4830,7 +4830,7 @@
Membership
- 회원
+ 멤버십
apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html
48
@@ -7071,7 +7071,7 @@
Glossary
- 어휘
+ 용어집
apps/client/src/app/pages/resources/glossary/resources-glossary.component.html
4
From 3e5c6afb1198b0a6b4b8328520723d2987476014 Mon Sep 17 00:00:00 2001
From: yaro <43820977+yootaebong@users.noreply.github.com>
Date: Sat, 3 Jan 2026 02:36:04 +0900
Subject: [PATCH 4/4] fix(i18n): improve Korean label for Appearance
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- Translate 'Appearance' as '테마' instead of '모습' for the account settings UI
---
apps/client/src/locales/messages.ko.xlf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/client/src/locales/messages.ko.xlf b/apps/client/src/locales/messages.ko.xlf
index 45fef5100..0e0492f24 100644
--- a/apps/client/src/locales/messages.ko.xlf
+++ b/apps/client/src/locales/messages.ko.xlf
@@ -2341,7 +2341,7 @@
Appearance
- 모습
+ 테마
apps/client/src/app/components/user-account-settings/user-account-settings.html
158