Merge pull request #913 from Amaru8/patch-10
Add translatability to "Open Themes Folder" button
This commit is contained in:
commit
f161d1d32f
5 changed files with 8 additions and 1 deletions
|
@ -267,3 +267,7 @@ Update 22/04/2022 13:00 UTC
|
|||
* `settings.option.general.keybindings`: Added for `en_US`
|
||||
* `settings.option.general.keybindings.open`: Added for `en_US`
|
||||
|
||||
Update 22/04/2022 16:00 UTC
|
||||
|
||||
* `settings.option.visual.theme.github.openfolder`: Added for `en_US`
|
||||
|
||||
|
|
|
@ -363,6 +363,7 @@
|
|||
"settings.option.visual.uiscale": "UI Scale",
|
||||
"settings.header.visual.theme": "Theme",
|
||||
"settings.option.visual.theme.github.download": "Install from GitHub URL",
|
||||
"settings.option.visual.theme.github.openfolder": "Open Themes Folder",
|
||||
"settings.option.visual.theme.github.explore": "Explore GitHub Themes",
|
||||
"settings.header.visual.theme.github.page": "Themes from GitHub",
|
||||
"settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?",
|
||||
|
|
|
@ -355,6 +355,7 @@
|
|||
"settings.option.visual.uiscale": "Nagyítás mértéke",
|
||||
"settings.header.visual.theme": "Téma",
|
||||
"settings.option.visual.theme.github.download": "Telepítés GitHub URL-ről",
|
||||
"settings.button.visual.theme.github.openfolder": "Témamappa megnyitása",
|
||||
"settings.option.visual.theme.github.explore": "Témák felfedezése",
|
||||
"settings.header.visual.theme.github.page": "Témák a GitHub-ról",
|
||||
"settings.option.visual.theme.github.install.confirm": "Biztosan szeretnéd telepíteni a(z) {{ repo }} témát?",
|
||||
|
|
|
@ -363,6 +363,7 @@
|
|||
"settings.option.visual.uiscale": "UI Scale",
|
||||
"settings.header.visual.theme": "Theme",
|
||||
"settings.option.visual.theme.github.download": "Install from GitHub URL",
|
||||
"settings.option.visual.theme.github.openfolder": "Open Themes Folder",
|
||||
"settings.option.visual.theme.github.explore": "Explore GitHub Themes",
|
||||
"settings.header.visual.theme.github.page": "Themes from GitHub",
|
||||
"settings.option.visual.theme.github.install.confirm": "Are you sure you want to install {{ repo }}?",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
<div class="col-auto flex-center">
|
||||
<button class="md-btn md-btn-small md-btn-block" @click="openThemesFolder()">
|
||||
Open Themes Folder
|
||||
{{$root.getLz('settings.option.visual.theme.github.openfolder')}}
|
||||
</button>
|
||||
</div>
|
||||
<div class="col-auto nopadding flex-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue