mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
fix translations
This commit is contained in:
parent
c7fd5c640f
commit
ac334d4168
@ -71,9 +71,9 @@
|
||||
"downloadStable": "Download Grasscutter Stable Build",
|
||||
"stableSubtitle": "Install Grasscutter stable branch. This build usually has less bugs, but also less features.",
|
||||
"downloadDev": "Download Grasscutter Development Build",
|
||||
"downloadSubtitle": "Install Grasscutter development branch. This build sometimes has bugs, and is frequently updated. Use at your own risk.",
|
||||
"devSubtitle": "Install Grasscutter development branch. This build sometimes has bugs, and is frequently updated. Use at your own risk.",
|
||||
"downloadResources": "Download Grasscutter Resources",
|
||||
"devSubtitle": "Downloads Grasscutter resources into the currently set Grasscutter folder. This should be done unless you plan on getting resources externally.",
|
||||
"resourceSubtitle": "Downloads Grasscutter resources into the currently set Grasscutter folder. This should be done unless you plan on getting resources externally.",
|
||||
|
||||
"gcScriptRunning": "Running...",
|
||||
"stableInstall": "Download",
|
||||
|
@ -71,9 +71,9 @@
|
||||
"downloadStable": "安裝 Stable 構建",
|
||||
"stableSubtitle": "安裝 Stable 分支. 此構建通常具有較少的錯誤,但功能也很少。",
|
||||
"downloadDev": "安裝 Development 構建",
|
||||
"downloadSubtitle": "安裝 Development 分支. 此版本有時存在錯誤,並且經常更新。 使用此版本風險自負。",
|
||||
"devSubtitle": "安裝 Development 分支. 此版本有時存在錯誤,並且經常更新。 使用此版本風險自負。",
|
||||
"downloadResources": "下載 resources 資料夾",
|
||||
"devSubtitle": "將 resources 安裝在目前設置的 Grasscutter 資料夾中。 除非您計劃從外部獲取resources,否則應該這樣做。",
|
||||
"resourceSubtitle": "將 resources 安裝在目前設置的 Grasscutter 資料夾中。 除非您計劃從外部獲取resources,否則應該這樣做。",
|
||||
|
||||
"gcScriptRunning": "執行中...",
|
||||
"stableInstall": "安裝",
|
||||
|
@ -161,7 +161,7 @@
|
||||
<span class="downloadLabel" id="downloadResources">Download Grasscutter Resources</span>
|
||||
<button class="smolBtn" onclick="downloadGC('development')" id="resourceInstall">Download</button>
|
||||
</div>
|
||||
<span class="downloadSubtitle" id="devSubtitle">
|
||||
<span class="downloadSubtitle" id="resourceSubtitle">
|
||||
Downloads Grasscutter resources into the currently set Grasscutter folder. This should be done unless you plan on getting resources externally.
|
||||
</span>
|
||||
</div>
|
||||
|
@ -99,8 +99,9 @@ async function doTranslation() {
|
||||
set('downloadStable', 'downloadStable')
|
||||
set('stableSubtitle', 'stableSubtitle')
|
||||
set('downloadDev', 'downloadDev')
|
||||
set('devSubtitle', 'downloadSubtitle')
|
||||
set('devSubtitle', 'devSubtitle')
|
||||
set('downloadResources', 'downloadResources')
|
||||
set('resourceSubtitle', 'resourceSubtitle')
|
||||
set('stableInstall', 'stableInstall')
|
||||
set('devInstall', 'devInstall')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user