Add to i18n README and fix name
This commit is contained in:
parent
f4b589665e
commit
a53d19067b
4 changed files with 7 additions and 3 deletions
|
@ -258,3 +258,7 @@ Update 16/04/2022 9:30 UTC
|
||||||
|
|
||||||
* `settings.header.connect`: Added for `en_US`
|
* `settings.header.connect`: Added for `en_US`
|
||||||
|
|
||||||
|
Update 22/04/2022 14:30 UTC
|
||||||
|
|
||||||
|
* `settings.option.visual.theme.github.openfolder`: Added for `en_US`
|
||||||
|
|
||||||
|
|
|
@ -361,7 +361,7 @@
|
||||||
"settings.option.visual.uiscale": "UI Scale",
|
"settings.option.visual.uiscale": "UI Scale",
|
||||||
"settings.header.visual.theme": "Theme",
|
"settings.header.visual.theme": "Theme",
|
||||||
"settings.option.visual.theme.github.download": "Install from GitHub URL",
|
"settings.option.visual.theme.github.download": "Install from GitHub URL",
|
||||||
"settings.button.visual.theme.github.openfolder": "Open Themes Folder",
|
"settings.option.visual.theme.github.openfolder": "Open Themes Folder",
|
||||||
"settings.option.visual.theme.github.explore": "Explore GitHub Themes",
|
"settings.option.visual.theme.github.explore": "Explore GitHub Themes",
|
||||||
"settings.header.visual.theme.github.page": "Themes from GitHub",
|
"settings.header.visual.theme.github.page": "Themes from GitHub",
|
||||||
"settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?",
|
"settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?",
|
||||||
|
|
|
@ -361,7 +361,7 @@
|
||||||
"settings.option.visual.uiscale": "UI Scale",
|
"settings.option.visual.uiscale": "UI Scale",
|
||||||
"settings.header.visual.theme": "Theme",
|
"settings.header.visual.theme": "Theme",
|
||||||
"settings.option.visual.theme.github.download": "Install from GitHub URL",
|
"settings.option.visual.theme.github.download": "Install from GitHub URL",
|
||||||
"settings.button.visual.theme.github.openfolder": "Open Themes Folder",
|
"settings.option.visual.theme.github.openfolder": "Open Themes Folder",
|
||||||
"settings.option.visual.theme.github.explore": "Explore GitHub Themes",
|
"settings.option.visual.theme.github.explore": "Explore GitHub Themes",
|
||||||
"settings.header.visual.theme.github.page": "Themes from GitHub",
|
"settings.header.visual.theme.github.page": "Themes from GitHub",
|
||||||
"settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?",
|
"settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?",
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto flex-center">
|
<div class="col-auto flex-center">
|
||||||
<button class="md-btn md-btn-small md-btn-block" @click="openThemesFolder()">
|
<button class="md-btn md-btn-small md-btn-block" @click="openThemesFolder()">
|
||||||
{{$root.getLz('settings.button.visual.theme.github.openfolder')}}
|
{{$root.getLz('settings.option.visual.theme.github.openfolder')}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto nopadding flex-center">
|
<div class="col-auto nopadding flex-center">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue