설정 > 테마 :: 기본값 i18n

This commit is contained in:
leejinho 2020-01-16 08:25:29 +09:00
parent a829abfb63
commit 9be903970a
3 changed files with 5 additions and 1 deletions

View File

@ -85,6 +85,7 @@
},
"genernal": {
"theme": "Theme",
"defaultTheme": "Default",
"application": "Application",
"autoStartOnBoot": "Auto start on OS boot time",
"autoHideWindow": "Hide window on excuted",

View File

@ -85,6 +85,7 @@
},
"genernal": {
"theme": "테마",
"defaultTheme": "기본",
"application": "응용 프로그램",
"autoStartOnBoot": "Windows 실행 시 자동 실행",
"autoHideWindow": "실행 시 창 숨기기",

View File

@ -23,7 +23,9 @@
<mat-tab>
<ng-template mat-tab-label class="theme-item">
<div class="theme-box default-theme"></div>
<div class="theme-name">기본값</div>
<div class="theme-name">
{{ 'settings.genernal.defaultTheme' | translate }}
</div>
</ng-template>
</mat-tab>
<mat-tab>