fix: i18n string problems (#6131)

* fix: apply non-json i18n fixes

* fix: pruning

* fix: prepr

* fix: run.mjs

* fix: lint
This commit is contained in:
Calum H.
2026-05-29 15:55:39 +00:00
committed by GitHub
parent 5c1ffd9ff2
commit 047b8c3bf7
165 changed files with 1283 additions and 5626 deletions
@@ -29,9 +29,6 @@
"nags.add-links.title": {
"defaultMessage": "新增外部連結"
},
"nags.all-tags-selected.description": {
"defaultMessage": "你選擇了全部 {totalAvailableTags} 個可用標籤。這違背了標籤的初衷,標籤旨在幫助使用者找到相關專案。請僅選取與你的專案相關的標籤。"
},
"nags.all-tags-selected.title": {
"defaultMessage": "選擇精確的標籤"
},
@@ -65,9 +62,6 @@
"nags.gallery.title": {
"defaultMessage": "前往圖庫頁面"
},
"nags.gpl-license-source-required.description": {
"defaultMessage": "你的{type, select, mod {模組} plugin {插件} other {專案}}使用了要求必須公開原始碼的授權條款。請為每個額外版本提供原始碼連結或原始碼檔案,或者考慮使用不同的授權條款。"
},
"nags.gpl-license-source-required.title": {
"defaultMessage": "提供原始碼"
},
@@ -134,9 +128,6 @@
"nags.moderator-feedback.title": {
"defaultMessage": "檢查回饋"
},
"nags.multiple-resolution-tags.description": {
"defaultMessage": "你選擇了 {count} 個解析度標籤 ({tags})。資源包通常應該只有一個與其主要解析度相符的解析度標籤。"
},
"nags.multiple-resolution-tags.title": {
"defaultMessage": "選擇正確的解析度"
},
@@ -158,9 +149,6 @@
"nags.select-language.title": {
"defaultMessage": "選擇語言"
},
"nags.select-license.description": {
"defaultMessage": "選擇你的{type, select, mod {模組} modpack {模組包} resourcepack {資源包} shader {光影包} plugin {插件} datapack {資料包} other {專案}}所採用的授權條款。"
},
"nags.select-license.title": {
"defaultMessage": "選擇授權條款"
},
@@ -212,21 +200,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "清理名稱"
},
"nags.too-many-tags-server.description": {
"defaultMessage": "你選擇了 {tagCount} 個標籤。請減少到 {maxTagCount} 個或更少,以確保你的伺服器出現在相關的搜尋結果中。"
},
"nags.too-many-tags-server.title": {
"defaultMessage": "選擇精確的標籤"
},
"nags.too-many-tags.description": {
"defaultMessage": "你選擇了 {tagCount} 個標籤。請考慮減少到 {maxTagCount} 個或更少,以確保你的專案出現在相關的搜尋結果中。"
},
"nags.too-many-tags.title": {
"defaultMessage": "選擇精確的標籤"
},
"nags.upload-gallery-image.description": {
"defaultMessage": "至少需要一張圖庫圖片來展示你的{type, select, resourcepack {資源包內容(音效或在地化語言包除外)。如果你的資源包屬於此類,請選擇對應的標籤} shader {光影包內容} other {專案內容}}。"
},
"nags.upload-gallery-image.title": {
"defaultMessage": "上傳圖庫圖片"
},
@@ -249,4 +228,3 @@
"defaultMessage": "前往連結設定"
}
}