{
    "argument-type.block": "方塊",
    "argument-type.codeSnippet": "程式碼片段",
    "argument-type.entity": "實體",
    "argument-type.identity": "命名空間 ID",
    "argument-type.item": "物品",
    "argument-type.itemSlot": "物品欄位",
    "argument-type.literal": "字面量",
    "argument-type.map": "對映",
    "argument-type.message": "訊息",
    "argument-type.nbtPath": "NBT 路徑",
    "argument-type.nbtTag": "NBT 標籤",
    "argument-type.number": "數字",
    "argument-type.number.double": "倍精度浮點數（double）",
    "argument-type.number.float": "單精度浮點數（float）",
    "argument-type.number.integer": "整數",
    "argument-type.numberRange": "數字範圍",
    "argument-type.numberRange.float": "浮點數範圍",
    "argument-type.numberRange.integer": "整數範圍",
    "argument-type.objective": "計分板目標",
    "argument-type.objectiveCriterion": "計分板目標準則",
    "argument-type.particle": "粒子",
    "argument-type.scoreboardSlot": "計分板顯示區",
    "argument-type.string": "字串",
    "argument-type.tag": "標籤",
    "argument-type.team": "隊伍",
    "argument-type.test": "測試",
    "argument-type.textComponent": "聊天組合",
    "argument-type.time": "時間",
    "argument-type.uuid": "UUID",
    "argument-type.vector": "向量",
    "argument-type.vector.2D": "二維向量",
    "argument-type.vector.3D": "三維向量",
    "argument-type.vector.4D": "四維向量",
    "boolean": "一個布林值",
    "code-action.block-state-sort-keys": "將方塊狀態按鍵排序",
    "code-action.command-replaceitem": "將該指令升級到 /item replace ...",
    "code-action.fix-file": "修復當前檔案中所有可自動修復的問題",
    "code-action.fix-workspace": "修復當前工作區中所有可自動修復的問題",
    "code-action.id-attribute-datafix": "將該屬性名更新至 1.16",
    "code-action.id-complete-default-namespace": "補完預設命名空間",
    "code-action.id-create-file": "在同一個資料包中創建%0%",
    "code-action.id-omit-default-namespace": "省略預設命名空間",
    "code-action.id-zombified-piglin-datafix": "將該 ID 升級為殭屍化豬布林",
    "code-action.nbt-compound-sort-keys": "將 NBT 複合標籤按鍵排序",
    "code-action.nbt-type-to-byte": "轉換為 NBT 位元組（byte）標籤",
    "code-action.nbt-type-to-double": "轉換為 NBT 倍精度浮點數（double）標籤",
    "code-action.nbt-type-to-float": "轉換為 NBT 單精度浮點數（float）標籤",
    "code-action.nbt-type-to-int": "轉換為 NBT 整數（int）標籤",
    "code-action.nbt-type-to-long": "轉換為 NBT 長整數（long）標籤",
    "code-action.nbt-type-to-short": "轉換為 NBT 短整數（short）標籤",
    "code-action.nbt-uuid-datafix": "將該 UUID 更新至 1.16",
    "code-action.selector-sort-keys": "將選擇器引數按鍵排序",
    "code-action.string-double-quote": "使用英文雙引號包裹該字串",
    "code-action.string-single-quote": "使用英文單引號包裹該字串",
    "code-action.string-unquote": "移除該字串的引號",
    "code-action.vector-align-0.0": "將該向量對齊到方塊原點",
    "code-action.vector-align-0.5": "將該向量對齊到方塊中心",
    "collection-length.between": "一個元素數量位於 %0% 和 %1% 之間的集合",
    "collection-length.exact": "一個元素數量為 %0% 的集合",
    "conjunction.and_2": "和",
    "conjunction.and_3+_1": "、",
    "conjunction.and_3+_2": "和",
    "conjunction.or_2": "或",
    "conjunction.or_3+_1": "`",
    "conjunction.or_3+_2": "或",
    "datafix.error.command-replaceitem": "/replaceitem 在 20w46a（1.17 的第二個快照）中被 /item 取代",
    "diagnostic-rule": "%0%（規則：%1%）",
    "duplicate-key": "鍵%0%重複",
    "ending-quote": "一個引號%0%",
    "entity": "一個實體",
    "expected": "期望%0%",
    "expected-got": "期望%0%，但得到了%1%",
    "failed-to-resolve-cache-id": "無法在快取類別%0%中解析命名空間 ID %1%",
    "failed-to-resolve-registry-id": "無法在註冊表%0%中解析命名空間 ID %1%",
    "identity": "一個命名空間 ID",
    "incorrect-file-path": "資料包語言伺服器無法識別當前檔案的類別。請檢查當前檔案的路徑是否有誤",
    "integer": "一個整數",
    "integer.between": "一個處於 %0% 與 %1% 之間的整數",
    "key": "一個鍵",
    "key-not-following-convention": "無效的鍵%0%，因為沒有遵循%1%命名規範",
    "leading-slash": "起始斜槓「/」",
    "long": "一個長整數",
    "mixed-coordinates": "不能將局部座標與非局部座標混合在一起",
    "more-arguments": "更多引數",
    "nbt-path.filter": "一個複合（compound）標籤篩選器",
    "nbt-path.index": "一個索引",
    "nbt-path.key": "一個鍵",
    "nbt-tag": "一個 NBT 標籤",
    "nbt-tag.Byte": "一個短整數（byte）標籤",
    "nbt-tag.ByteArray": "一個短整數（byte）陣列標籤",
    "nbt-tag.Compound": "一個複合標籤",
    "nbt-tag.Double": "一個倍精度浮點數（double）標籤",
    "nbt-tag.Float": "一個單精度浮點數（float）標籤",
    "nbt-tag.Int": "一個整數（int）標籤",
    "nbt-tag.IntArray": "一個整數（int）陣列標籤",
    "nbt-tag.List": "一個串列（list）標籤",
    "nbt-tag.Long": "一個長整數（long）標籤",
    "nbt-tag.LongArray": "一個長整數（long）陣列標籤",
    "nbt-tag.Short": "一個短整數（short）標籤",
    "nbt-tag.String": "一個字串標籤",
    "nbtdoc.type": "類型：%0%",
    "nbtdoc.type.Boolean": "布林值",
    "nbtdoc.type.Byte": "位元組（byte）",
    "nbtdoc.type.ByteArray": "位元組（byte）陣列",
    "nbtdoc.type.Compound": "複合標籤",
    "nbtdoc.type.Double": "倍精度浮點數（double）",
    "nbtdoc.type.Enum": "列舉",
    "nbtdoc.type.Float": "單精度浮點數（float）",
    "nbtdoc.type.Id": "命名空間 ID",
    "nbtdoc.type.Index": "索引",
    "nbtdoc.type.Int": "整數（int）",
    "nbtdoc.type.IntArray": "整數（int）陣列",
    "nbtdoc.type.List": "串列",
    "nbtdoc.type.Long": "長整數（long）",
    "nbtdoc.type.LongArray": "長整數（long）陣列",
    "nbtdoc.type.Or": "或",
    "nbtdoc.type.Short": "短整數（short）",
    "nbtdoc.type.String": "字串",
    "no-permission": "該指令需要權限級別 %0% 級才能執行，高於組態檔中設定的 %1% 級",
    "not-matching-any-child": "無效引數",
    "nothing": "無",
    "number": "一個數字",
    "number-range": "一個數字範圍",
    "number-range.min>max": "最小值 %0% 比最大值 %1% 還要大",
    "number-range.missing-min-and-max": "期望一個最小值或一個最大值",
    "number.<=": "一個小於等於 %0% 的數字",
    "number.>=": "一個大於等於 %0% 的數字",
    "number.between": "一個位於 %0% 和 %1% 之間的數字",
    "objective": "一個計分板目標",
    "objective-not-following-convention": "該計分板目標 %0% 沒有跟隨命名規則 %1%",
    "punc.period": "。",
    "punc.quote": "「%0%」",
    "quote": "一個英文引號（「'」或「\"」）",
    "quote_prefer_double": "此處請優先使用英文雙引號（「\"」）",
    "quote_prefer_single": "此處請優先使用英文單引號（「'」）",
    "score-holder": "一個分數持有者",
    "server.new-version": "已更新資料包語言伺服器到新版本：%0%",
    "server.progress.fixing-workspace.begin": "修復當前工作區中所有可自動修復的問題",
    "server.progress.fixing-workspace.report": "正在修復%0%",
    "server.progress.updating-cache.begin": "正在更新快取",
    "server.progress.updating-cache.report": "校驗%0%",
    "server.remove-cache-file": "DHP 的快取檔案被移動到了一個由 VSCode 提供的快取目錄。您現在可以放心地刪除工作區根目錄下的「.datapack」檔案夾。",
    "server.show-release-notes": "顯示更新日誌",
    "space-seperating-arguments": "期望一個空白來分割兩個引數",
    "string": "一個字串",
    "tag": "一個標籤",
    "tag-not-following-convention": "該標籤 %0% 沒有跟隨命名規則 %1%",
    "team": "一個隊伍",
    "team-not-following-convention": "該隊伍 %0% 沒有跟隨命名規則 %1%",
    "time-unit": "一個時間單位",
    "too-long": "%0%超出了%1%的最大長度限制（%2%）",
    "too-many-block-affected": "指定區域內的方塊太多（最大值為 %0%，指定為 %1%）",
    "too-many-chunk-affected": "指定區域內的區塊太多（最大值為 %0%，指定值為 %1%）",
    "undefined-objective": "未定義的計分板目標%0%",
    "undefined-scoreholder": "未定義的 score_holder %0%",
    "undefined-tag": "未定義的標籤%0%",
    "undefined-team": "未定義的隊伍%0%",
    "unexpected-character": "遇到了非 [a-z0-9/._-] 字元",
    "unexpected-datapack-tag": "此處不允許使用標籤",
    "unexpected-default-namespace": "應當省略此處的預設命名空間",
    "unexpected-escape": "字元%0%不能被跳脫",
    "unexpected-leading-slash": "不能以斜槓「/」開始指令",
    "unexpected-local-coordinate": "不能使用局部座標%0%",
    "unexpected-multiple-selector": "該選擇器可以選擇多個實體",
    "unexpected-nbt": "此處不應使用 NBT 標籤",
    "unexpected-nbt-array-type": "無效的陣列類型%0%。應為「B」、「I」、「L」中的一個",
    "unexpected-nbt-path-filter": "複合標籤篩選器只能對複合標籤使用",
    "unexpected-nbt-path-index": "索引只能對串列或陣列標籤使用",
    "unexpected-nbt-path-key": "鍵只能對複合標籤使用",
    "unexpected-nbt-path-sub": "當前的標籤並沒有更多子項目",
    "unexpected-non-player-selector": "該選擇器包含非玩家實體",
    "unexpected-omitted-default-namespace": "此處不能省略預設命名空間",
    "unexpected-relative-coordinate": "不能使用相對座標%0%",
    "unexpected-scoreboard-sub-slot": "只有「sidebar」有子欄目",
    "unexpected-selector-variable": "錯誤的選擇器變數%0%",
    "unknown-command": "未知的指令%0%",
    "unknown-key": "未知的鍵%0%",
    "unquoted-string": "一個未被引號包裹的字串",
    "unsorted-keys": "鍵未排序",
    "uuid": "一個 UUID",
    "vector": "一個向量"
}
