Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
fix(Mod Menu): fix some translate
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Jun 29, 2022
1 parent cc7a146 commit 3722e90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/modmenu/lang/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"modmenu.dropSuccessful.line1": "成功複製模組",
"modmenu.dropSuccessful.line2": "重新啟動遊戲來加載模組",

"modmenu.modIdToolTip": "模組 ID: %s",
"modmenu.authorPrefix": "作者: %s",
"modmenu.modIdToolTip": "模組 ID%s",
"modmenu.authorPrefix": "作者%s",
"modmenu.config": "編輯設定",
"modmenu.configure": "設定...",
"modmenu.website": "瀏覽網站",
Expand Down Expand Up @@ -105,7 +105,7 @@
"option.modmenu.count_libraries": "函式庫",
"option.modmenu.count_libraries.true": "計算",
"option.modmenu.count_libraries.false": "不計算",
"option.modmenu.count_hidden_mods": "已隱藏 Mods",
"option.modmenu.count_hidden_mods": "已隱藏模組",
"option.modmenu.count_hidden_mods.true": "計算",
"option.modmenu.count_hidden_mods.false": "不計算",
"option.modmenu.mod_count_location": "模組數量",
Expand All @@ -119,6 +119,6 @@
"option.modmenu.mods_button_style": "模組按紐",
"option.modmenu.mods_button_style.classic": "在 Realms 下方",
"option.modmenu.mods_button_style.replace_realms": "覆蓋 Realms",
"option.modmenu.mods_button_style.shrink": "Adjacent",
"option.modmenu.mods_button_style.shrink": "鄰近",
"option.modmenu.mods_button_style.icon": "圖標"
}

0 comments on commit 3722e90

Please sign in to comment.