From ac334d41684e21ce12eee69071732e44a1d102dc Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Tue, 3 May 2022 01:26:26 -0700 Subject: [PATCH] fix translations --- languages/en.json | 4 ++-- languages/zh-tw.json | 4 ++-- resources/index.html | 2 +- resources/js/translation.js | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/languages/en.json b/languages/en.json index 1fecb4d..538e68c 100644 --- a/languages/en.json +++ b/languages/en.json @@ -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", diff --git a/languages/zh-tw.json b/languages/zh-tw.json index 7737f49..6296b5b 100644 --- a/languages/zh-tw.json +++ b/languages/zh-tw.json @@ -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": "安裝", diff --git a/resources/index.html b/resources/index.html index bb71778..086712a 100644 --- a/resources/index.html +++ b/resources/index.html @@ -161,7 +161,7 @@ Download Grasscutter Resources - + Downloads Grasscutter resources into the currently set Grasscutter folder. This should be done unless you plan on getting resources externally. diff --git a/resources/js/translation.js b/resources/js/translation.js index 374357b..a579a5f 100644 --- a/resources/js/translation.js +++ b/resources/js/translation.js @@ -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')