설정 > 테마 :: 기본값 i18n
This commit is contained in:
parent
a829abfb63
commit
9be903970a
|
@ -85,6 +85,7 @@
|
|||
},
|
||||
"genernal": {
|
||||
"theme": "Theme",
|
||||
"defaultTheme": "Default",
|
||||
"application": "Application",
|
||||
"autoStartOnBoot": "Auto start on OS boot time",
|
||||
"autoHideWindow": "Hide window on excuted",
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
},
|
||||
"genernal": {
|
||||
"theme": "테마",
|
||||
"defaultTheme": "기본",
|
||||
"application": "응용 프로그램",
|
||||
"autoStartOnBoot": "Windows 실행 시 자동 실행",
|
||||
"autoHideWindow": "실행 시 창 숨기기",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user