Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.21.x' into 1.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Oct 10, 2024
2 parents 6910a76 + 7cf2bc7 commit 34b9e06
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions common/src/main/resources/assets/trashslot/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"trashslot.serverNotInstalled": "伺服器未安裝 TrashSlot。此模組將被停用。",
"key.trashslot.toggle": "顯示/隱藏垃圾欄位",
"key.trashslot.toggle_lock": "鎖定/解鎖垃圾欄位",
"key.trashslot.delete": "刪除物品",
"key.trashslot.delete_all": "刪除所有同類型物品",
"key.categories.trashslot": "垃圾欄位",
"trashslot.config.instantDeletion": "立即刪除",
"config.trashslot.title": "垃圾欄位",
"config.trashslot.instantDeletion": "立即刪除",
"config.trashslot.instantDeletion.tooltip": "這會使刪除欄位立即刪除物品,類似於創造模式。",
"config.trashslot.enableDeleteKeysInCreative": "在創造模式中啟用刪除鍵",
"config.trashslot.enableDeleteKeysInCreative.tooltip": "如果你希望刪除鍵按鍵綁定也能在創造模式中運作,請設定為 true。注意:在創造模式中,物品將被永久刪除,無論立即刪除設定為何!",
"config.trashslot.enableHints": "啟用提示",
"config.trashslot.enableHints.tooltip": "垃圾欄將在第一次關閉垃圾欄位或在支援的螢幕上啟用時顯示提示。設定為 false 以停用。",
"config.trashslot.allowDeletionWhileTrashSlotIsInvisible": "允許在垃圾欄隱藏時刪除",
"config.trashslot.allowDeletionWhileTrashSlotIsInvisible.tooltip": "不建議,但這將允許你使用按鍵綁定來刪除物品,即使垃圾欄位本身是隱藏的。",
"config.trashslot.deletionDenyList": "刪除拒絕清單",
"config.trashslot.deletionDenyList.tooltip": "無法刪除的物品清單,以「模組 ID:名稱」的逗號分隔格式。",
"trashslot.hint.toggleOn": "按下 %s 以在此畫面啟用垃圾欄位!",
"trashslot.hint.toggledOff": "你已關閉垃圾欄位!按下 %s 重新啟用它。",
"trashslot.hint.deletedWhileHidden": "物品已丟棄!",
"trashslot.hint.deletionDenied": "無法丟棄物品!",
"trashslot.hint.locked": "垃圾欄位已鎖定。按下 %s 解鎖它。",
"trashslot.hint.unlocked": "垃圾欄位已解鎖。按下 %s 鎖定它。"
}

0 comments on commit 34b9e06

Please sign in to comment.