From 3390f0b447b254c0314ad7d0bd079e7fd25dc026 Mon Sep 17 00:00:00 2001 From: Miku <26039249+xMikux@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:38:00 +0800 Subject: [PATCH] =?UTF-8?q?mods=5Fupdate(Extrasounds):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=201.20=20(#356)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 這個是來自 Fork 更新的。 提交歷史: * mods_update(ExtraSounds): 移動到 Fabric 1.19 * mods_update(Extrasounds): 更新 1.20 這個是來自 Fork 更新的。 * ci: 1.19 混合 * mods_fix(ExtraSounds): 輸入 -> 文字輸入 * mods_fix(ExtraSounds): 套用審核者的建議 Co-authored-by: StarskyXIII <71606873+StarskyXIII@users.noreply.github.com> * ci: 修正重複檔案錯誤 * ci: 暫時移除驗證 txt 產生 --------- Co-authored-by: StarskyXIII <71606873+StarskyXIII@users.noreply.github.com> --- .github/scripts/multiversions.sh | 3 +++ .github/workflows/Reusable-ModrinthPublish.yml | 1 - .github/workflows/Reusable-ResourcePacker.yml | 8 ++++---- .../1.19}/extrasounds/lang/en_us.json | 0 .../1.19}/extrasounds/lang/zh_tw.json | 2 +- .../Fabric/main/extrasounds/lang/en_us.json | 13 +++++++++++++ .../Fabric/main/extrasounds/lang/zh_tw.json | 13 +++++++++++++ 7 files changed, 34 insertions(+), 6 deletions(-) rename MultiVersions/{Forge/main => Fabric/1.19}/extrasounds/lang/en_us.json (100%) rename MultiVersions/{Forge/main => Fabric/1.19}/extrasounds/lang/zh_tw.json (86%) create mode 100644 MultiVersions/Fabric/main/extrasounds/lang/en_us.json create mode 100644 MultiVersions/Fabric/main/extrasounds/lang/zh_tw.json diff --git a/.github/scripts/multiversions.sh b/.github/scripts/multiversions.sh index be1782419..a113aa9e3 100755 --- a/.github/scripts/multiversions.sh +++ b/.github/scripts/multiversions.sh @@ -70,8 +70,10 @@ multiversion () { mixer "Fabric" "main" elif [ "$version" = "1.19.x" ]; then mixer "Fabric" "main" + mixer "Fabric" "1.19" elif [ "$version" = "1.18.x" ]; then mixer "Fabric" "main" + mixer "Fabric" "1.19" mixer "Fabric" "1.18" mixer "Forge" "1.18" else @@ -101,6 +103,7 @@ clean () { cleaning "Forge" "1.18" cleaning "Fabric" "main" cleaning "Fabric" "1.18" + cleaning "Fabric" "1.19" } ## Main diff --git a/.github/workflows/Reusable-ModrinthPublish.yml b/.github/workflows/Reusable-ModrinthPublish.yml index 1a6f047e1..e329ae12b 100644 --- a/.github/workflows/Reusable-ModrinthPublish.yml +++ b/.github/workflows/Reusable-ModrinthPublish.yml @@ -92,5 +92,4 @@ jobs: game-versions: ${{ needs.value-extract.outputs.game_version }} files: | ModsTranslationPack-${{ inputs.matrix_version }}.zip - checksum.txt modrinth-token: ${{ secrets.MODRINTH_TOKEN }} diff --git a/.github/workflows/Reusable-ResourcePacker.yml b/.github/workflows/Reusable-ResourcePacker.yml index 1839d5818..60f735855 100644 --- a/.github/workflows/Reusable-ResourcePacker.yml +++ b/.github/workflows/Reusable-ResourcePacker.yml @@ -72,7 +72,7 @@ jobs: run: | sha256sum -c checksum.txt unzip Override-Cache.zip - rm Override-Cache.zip + rm Override-Cache.zip checksum.txt - name: MultiVersions! run: | @@ -96,9 +96,9 @@ jobs: run: | mv ./pack.zip ModsTranslationPack-${{ inputs.matrix_version }}.zip - - name: Make Checksum - run: | - sha256sum ModsTranslationPack-${{ inputs.matrix_version }}.zip > checksum.txt + # - name: Make Checksum + # run: | + # sha256sum ModsTranslationPack-${{ inputs.matrix_version }}.zip > checksum.txt - name: Upload ModsTranslationPack uses: actions/upload-artifact@v3 diff --git a/MultiVersions/Forge/main/extrasounds/lang/en_us.json b/MultiVersions/Fabric/1.19/extrasounds/lang/en_us.json similarity index 100% rename from MultiVersions/Forge/main/extrasounds/lang/en_us.json rename to MultiVersions/Fabric/1.19/extrasounds/lang/en_us.json diff --git a/MultiVersions/Forge/main/extrasounds/lang/zh_tw.json b/MultiVersions/Fabric/1.19/extrasounds/lang/zh_tw.json similarity index 86% rename from MultiVersions/Forge/main/extrasounds/lang/zh_tw.json rename to MultiVersions/Fabric/1.19/extrasounds/lang/zh_tw.json index ed8b793cb..db03b3767 100644 --- a/MultiVersions/Forge/main/extrasounds/lang/zh_tw.json +++ b/MultiVersions/Fabric/1.19/extrasounds/lang/zh_tw.json @@ -6,5 +6,5 @@ "soundCategory.chat_mention": "聊天室提及", "soundCategory.effects": "效果/藥水", "soundCategory.scroll": "滾動", - "soundCategory.typing": "輸入" + "soundCategory.typing": "文字輸入" } \ No newline at end of file diff --git a/MultiVersions/Fabric/main/extrasounds/lang/en_us.json b/MultiVersions/Fabric/main/extrasounds/lang/en_us.json new file mode 100644 index 000000000..aa9853b75 --- /dev/null +++ b/MultiVersions/Fabric/main/extrasounds/lang/en_us.json @@ -0,0 +1,13 @@ +{ + "soundCategory.extrasounds$master": "ExtraSounds", + "soundCategory.extrasounds$inventory": "Inventory", + "soundCategory.extrasounds$action": "Actions", + "soundCategory.extrasounds$chat": "Chat Messages", + "soundCategory.extrasounds$chat_mention": "Chat Mention", + "soundCategory.extrasounds$effects": "Effects/Potions", + "soundCategory.extrasounds$hotbar": "Hotbar", + "soundCategory.extrasounds$typing": "Typing", + "soundCategory.extrasounds$item_drop": "Item Drop", + + "tooltip.soundCategory.extrasounds_action": "This volume is applied when Item interactions, Block interactions and Entity events." +} \ No newline at end of file diff --git a/MultiVersions/Fabric/main/extrasounds/lang/zh_tw.json b/MultiVersions/Fabric/main/extrasounds/lang/zh_tw.json new file mode 100644 index 000000000..2fb00d746 --- /dev/null +++ b/MultiVersions/Fabric/main/extrasounds/lang/zh_tw.json @@ -0,0 +1,13 @@ +{ + "soundCategory.extrasounds$master": "更多聲音", + "soundCategory.extrasounds$inventory": "物品欄", + "soundCategory.extrasounds$action": "動作", + "soundCategory.extrasounds$chat": "聊天室訊息", + "soundCategory.extrasounds$chat_mention": "聊天室提及", + "soundCategory.extrasounds$effects": "效果/藥水", + "soundCategory.extrasounds$hotbar": "快捷欄", + "soundCategory.extrasounds$typing": "文字輸入", + "soundCategory.extrasounds$item_drop": "物品掉落", + + "tooltip.soundCategory.extrasounds_action": "這聲音會在與物品、方塊互動,以及觸發實體事件時套用。" +} \ No newline at end of file