Skip to content

Commit

Permalink
Merge pull request #19 from yichifauzi/master
Browse files Browse the repository at this point in the history
Add Traditional Chinese `zh_tw.json`
  • Loading branch information
fzzyhmstrs authored Oct 25, 2024
2 parents 4c7909a + 96de1e7 commit d3663c1
Showing 1 changed file with 192 additions and 0 deletions.
192 changes: 192 additions & 0 deletions src/main/resources/assets/fzzy_config/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
{
"fc.validated_field.boolean.true": "",
"fc.validated_field.boolean.false": "",
"fc.validated_field.color.r": "R",
"fc.validated_field.color.g": "G",
"fc.validated_field.color.b": "B",
"fc.validated_field.color.a": "A",
"fc.validated_field.color.hl": "色調亮度圖",
"fc.validated_field.color.s": "飽和度滑桿",
"fc.validated_field.color.r.desc": "輸入 0 到 255 之間的整數",
"fc.validated_field.color.g.desc": "輸入 0 到 255 之間的整數",
"fc.validated_field.color.b.desc": "輸入 0 到 255 之間的整數",
"fc.validated_field.color.a.desc": "輸入 0 到 255 之間的整數",
"fc.validated_field.color.a.desc_locked": "Alpha 值鎖定為 255。",
"fc.validated_field.color.s.desc": "使用色調亮度圖來更改這些值",
"fc.validated_field.color.s.usage.keyboard": "按向上或向下箭頭鍵來更改顏色飽和度",
"fc.validated_field.color.hl.desc": "僅分配色調和亮度。使用飽和度滑桿來更改飽和度。",
"fc.validated_field.color.hl.usage.keyboard": "按向左或向右箭頭鍵來更改顏色色調。按向上或向下箭頭鍵來更改顏色亮度",
"fc.validated_field.color.hl.usage.mouse": "點選地圖來分配色調和亮度值",
"fc.validated_field.color.int.desc": "十六進位顏色表示法。",
"fc.validated_field.entity_attribute.error": "§o§4未知屬性§r",
"fc.validated_field.enum.current": "目前設定:%s",
"fc.validated_field.expression": "編輯運算式",
"fc.validated_field.expression.ln.tip": "自然對數\n計算以 'e' 為底的給定值的對數",
"fc.validated_field.expression.min.tip": "最大值\n計算兩個給定值的最大值",
"fc.validated_field.expression.max.tip": "最小值\n計算兩個給定值的最小值",
"fc.validated_field.expression.log.tip": "對數\n計算以第二個值為底的給定第一個值的對數\nlog[右](左)",
"fc.validated_field.expression.log10.tip": "以 10 為底的對數\n計算以 10 為底的給定值的對數",
"fc.validated_field.expression.log2.tip": "以 2 為底的對數\n計算以 2 為底的給定值的對數",
"fc.validated_field.expression.sqrt.tip": "平方根\n計算給定值的平方根",
"fc.validated_field.expression.abs.tip": "絕對值\n計算給定值的絕對值",
"fc.validated_field.expression.sin.tip": "正弦\n計算給定值的正弦,以弧度表示",
"fc.validated_field.expression.cos.tip": "餘弦\n計算給定值的餘弦,以弧度表示",
"fc.validated_field.expression.pow.tip": "指數\n將 ^ 左側的值提高到右側的值的冪",
"fc.validated_field.expression.paren.tip": "括號\n新增一組括號",
"fc.validated_field.expression.incr.tip": "捨入到增量\n將給定值捨入到給定增量的下一個最接近的倍數。\nincr(1.16, 0.1) 將捨入到 1.1",
"fc.validated_field.expression.ciel.tip": "無條件進位\n將給定值向上捨入(朝正無窮大)",
"fc.validated_field.expression.flr.tip": "無條件捨去\n將給定值向下捨入(朝負無窮大)",
"fc.validated_field.expression.rnd.tip": "四捨五入\n將給定值捨入到最接近的整數。\n平局捨入到偶數。",
"fc.validated_field.expression.plus.tip": "\n將左右值相加",
"fc.validated_field.expression.minus.tip": "\n從左值減去右值",
"fc.validated_field.expression.times.tip": "\n將左右值相乘",
"fc.validated_field.expression.div.tip": "\n將左值除以右值",
"fc.validated_field.expression.mod.tip": "模數\n計算左值除以右值後的餘數",
"fc.validated_field.ingredient": "僅保留選定類型中的值",
"fc.validated_field.ingredient.edit": "編輯成分...",
"fc.validated_field.ingredient.items": "物品 ID",
"fc.validated_field.ingredient.tags": "標籤 ID",
"fc.validated_field.ingredient.clear": "清除",
"fc.validated_field.list": "編輯清單...",
"fc.validated_field.map": "編輯地圖...",
"fc.validated_field.number.desc.fallback": "%1$s 到 %2$s 之間的數字",
"fc.validated_field.number.desc.fallback.min": "小於或等於 %s 的數字",
"fc.validated_field.number.desc.fallback.max": "大於或等於 %s 的數字",
"fc.validated_field.number.desc.fallback.any": "任何有效的數字",
"fc.validated_field.number.slider.usage": "按向左或向右鍵來更改值。按 Enter 鍵確認選擇。",
"fc.validated_field.number.slider.usage.unfocused": "拖曳滑桿來更改值。點選勾選標記確認選擇。",
"fc.validated_field.number.textbox.invalid": "無效的輸入:需要是一個數字。",
"fc.validated_field.number.textbox.usage": "按 Enter 鍵確認輸入。",
"fc.validated_field.number.textbox.usage.unfocused": "點選勾選標記確認輸入。",
"fc.validated_field.object": "編輯...",
"fc.validated_field.set": "編輯集合...",
"fc.validated_field.condition": "條件未滿足",
"fc.validated_field.conditions": "條件未滿足",

"fc.validated_field.default": "將 [%1$s] 還原為預設值 [%2$s]",
"fc.validated_field.update.error": "更新 [%1$s]、[%2$s] 為 [%3$s] 時發生錯誤:%4$s",
"fc.validated_field.revert.error": "還原 [%1$s] 時發生錯誤:%2$s",
"fc.validated_field.update": "[%1$s]、[%2$s] 為 [%3$s]",
"fc.validated_field.revert": "將 [%1$s]、[%2$s] 還原為 [%3$s]",

"test.walkable.testChildDave.testChildBool": "測試子項 Dave 的布林值",
"test.walkable.testChildDave.testChildBool.desc": "Dave 最喜歡的布林值。請好好對待它。",

"fc.networking.permission.cheat": "玩家 [%1$s] 可能嘗試在伺服器設定變更中作弊!",
"fc.networking.restart": "設定需要重新啟動。",

"fc.command.config": "§6§l受影響的設定:§r",
"fc.command.player": "§6§l負責的玩家:§r",
"fc.command.history": "§6§l事件發生時的變更記錄:§r",
"fc.command.accept": "[接受更新]",
"fc.command.accepted": "更新已接受;正在重新同步傳送者的權限:%s",
"fc.command.reject": "[拒絕更新]",
"fc.command.rejected": "更新已接受:%s",
"fc.command.inspect": "[檢查更新]",
"fc.command.error.no_id": "隔離更新 ID 無效",

"fc.config.generic.section": "設定區段",
"fc.config.generic.section.desc": "此設定區段未實作其翻譯鍵。畫面不知道該如何稱呼它!",
"fc.config.generic.field": "設定",
"fc.config.generic.field.desc": "此設定未實作其翻譯鍵。畫面不知道該如何稱呼它!",
"fc.config.right_click": "動作",
"fc.config.restore.confirm.desc": "按下確認將會把這個設定重置為預設值。要繼續嗎?",
"fc.config.back": "返回",
"fc.config.back.desc": "返回 %s\n(按住 Shift 鍵完全退出)",
"fc.config.done.desc": "儲存設定並關閉畫面",
"fc.config.search": "搜尋",
"fc.config.search.desc": "按名稱篩選設定\n\n$:搜尋說明\n-:否定搜尋\n-$:否定說明搜尋\n\"\":完全符合搜尋\n-\"\":否定完全符合搜尋",
"fc.config.forwarded": "已轉發的設定",
"fc.config.forwarded_error.c2s": "設定轉發失敗。伺服器不接受此類型的資料,請聯絡管理員尋求協助。",
"fc.config.forwarded_error.s2c": "設定轉發失敗。您嘗試將設定轉發到的玩家沒有相容的用戶端。",
"fc.config.restart": "需要重新啟動",
"fc.config.restart.warning": "變更此設定需要重新啟動!",
"fc.config.restart.warning.section": "此區段中的某些設定如果變更,將需要重新啟動!",
"fc.config.restart.warning.config": "此設定中的某些設定如果變更,將需要重新啟動!",
"fc.config.restart.update": "您已收到一個設定更新,可能需要重新啟動用戶端。如果您有任何問題,請聯絡伺服器管理員。",
"fc.config.restart.update.client": "您已對設定進行變更,需要重新啟動用戶端。",
"fc.config.restart.update.client.prompt": "[重新啟動]",
"fc.config.restart.update.server": "您已對設定進行變更,需要重新啟動伺服器。已自動更新並通知已連線的用戶端;請與玩家和/或工作人員成員聯繫,以安排重新啟動。",
"fc.config.restart.sync": "同步期間收到的設定需要重新啟動用戶端。要繼續嗎?",
"fc.config.relog.warning": "變更此設定需要離開並重新加入目前的伺服器或世界!",
"fc.config.relog.warning.section": "此區段中的某些設定如果變更,將需要離開並重新加入目前的伺服器或世界!",
"fc.config.relog.warning.config": "此設定中的某些設定如果變更,將需要離開並重新加入目前的伺服器或世界!",
"fc.config.relog.update": "您已收到一個設定更新,可能需要您離開並重新加入目前的伺服器。如果您有任何問題,請聯絡伺服器管理員。",
"fc.config.relog.update.client": "您已對設定進行變更,需要離開並重新加入世界。",
"fc.config.relog.update.client.prompt": "[離開遊戲]",
"fc.config.relog.update.server": "您已對設定進行變更,需要離開並重新加入目前的伺服器。已自動更新並通知已連線的用戶端;請視需要與玩家聯繫。",
"fc.config.reload_both.warning": "變更此設定需要重新載入資料包(/reload)和資源(F3 + T)。",
"fc.config.reload_both.warning.section": "此區段中的某些設定如果變更,將需要重新載入資料包(/reload)和資源(F3 + T)。",
"fc.config.reload_both.warning.config": "此設定中的某些設定如果變更,將需要重新載入資料包(/reload)和資源(F3 + T)。",
"fc.config.reload_both.update": "您已收到一個設定更新,可能需要重新載入資料包(/reload)和資源(F3 + T)。請準備好伺服器可能重新載入,如果您有任何問題,請聯絡伺服器管理員。",
"fc.config.reload_both.update.client": "您已對設定進行變更,需要重新載入資料包(/reload)和資源(F3 + T)。",
"fc.config.reload_both.update.server": "您已對設定進行變更,需要重新載入資料包(/reload)和資源(F3 + T)。已自動更新並通知已連線的用戶端需要重新載入資源;請與玩家和/或工作人員成員聯繫,以安排重新載入。",
"fc.config.reload_data.warning": "變更此設定需要重新載入資料包(/reload)。",
"fc.config.reload_data.warning.section": "此區段中的某些設定如果變更,將需要重新載入資料包(/reload)。",
"fc.config.reload_data.warning.config": "此設定中的某些設定如果變更,將需要重新載入資料包(/reload)。",
"fc.config.reload_data.update": "您已收到一個設定更新,可能需要重新載入資料包。請準備好伺服器可能重新載入。",
"fc.config.reload_data.update.client": "您已對設定進行變更,需要重新載入資料包(/reload)。",
"fc.config.reload_data.update.prompt": "[重新載入資料包]",
"fc.config.reload_data.update.server": "您已對設定進行變更,需要重新載入資料包(/reload)。已自動更新並通知已連線的用戶端可能需要重新載入;請與玩家和/或工作人員成員聯繫,以安排重新載入。",
"fc.config.reload_resources.warning": "變更此設定需要重新載入資源(F3 + T)。",
"fc.config.reload_resources.warning.section": "此區段中的某些設定如果變更,將需要重新載入資源(F3 + T)。",
"fc.config.reload_resources.warning.config": "此設定中的某些設定如果變更,將需要重新載入資源(F3 + T)。",
"fc.config.reload_resources.update": "您已收到一個設定更新,可能需要重新載入資源(F3 + T)。如果您有任何問題,請聯絡伺服器管理員。",
"fc.config.reload_resources.update.client": "您已對設定進行變更,需要重新載入資源(F3 + T)。",
"fc.config.reload_resources.update.client.prompt": "[重新載入資源包]",
"fc.config.reload_resources.update.server": "您已對設定進行變更,需要用戶端重新載入資源(F3 + T)。已自動更新並通知已連線的用戶端;如果有任何問題,請與玩家聯繫。",
"fc.config.prompt.hover": "點選以執行指令",

"fc.button.accept": "接受",
"fc.button.deny": "拒絕",
"fc.button.apply": "套用變更",
"fc.button.apply.desc": "套用所有變更並儲存設定",
"fc.button.revert": "還原變更",
"fc.button.revert.desc": "還原剛才對設定所做的所有變更",
"fc.button.restore": "還原預設值",
"fc.button.restore.desc": "還原所有設定的預設值",
"fc.button.restore.confirm": "確認",
"fc.button.restore.confirm.desc": "按下確認將會把這些設定重置為預設值。要繼續嗎?",
"fc.button.changelog": "變更記錄",
"fc.button.changelog.desc": "列出剛才對設定所做的所有變更",
"fc.button.forward": "轉發設定",
"fc.button.forward.confirm": "轉發",
"fc.button.forward.active": "將此項目轉發給其他玩家",
"fc.button.forward.inactive": "沒有人可以轉發設定",
"fc.button.alert.active": "已轉發的設定",
"fc.button.alert.inactive": "沒有已轉發的設定",
"fc.button.noPerms": "無法編輯",
"fc.button.noPerms.desc": "您沒有適當的權限來編輯此項目。",
"fc.button.outOfGame": "不在遊戲中",
"fc.button.outOfGame.desc": "加入遊戲或連線到伺服器以編輯此項目",
"fc.button.navigate": "導覽至 %s",
"fc.button.changes": "變更...",
"fc.button.changes.title": "管理變更",
"fc.button.changes.message": "%s 已進行變更按鈕",
"fc.button.changes.message.noChanges": "未進行變更按鈕",
"fc.button.changes.desc": "套用和還原變更的變更管理選單。",
"fc.button.copy": "複製",
"fc.button.paste": "貼上",
"fc.button.delete": "刪除項目",
"fc.button.add": "新增項目",
"fc.button.cancel": "取消",
"fc.button.slider.usage.focused": "按向上或向下箭頭鍵來更改值",
"fc.button.restart.cancel": "返回標題畫面",
"fc.button.info": "畫面使用資訊",
"fc.button.info.fc": "§o此設定由 %s 提供支援§r",
"fc.button.info.fc.tip": "開啟 Curseforge 頁面",
"fc.button.info.undo": "§o[Ctrl + Z]§r - 逐一復原從新到舊的變更。",
"fc.button.info.find": "§o[Ctrl + F]§r - 將焦點放在搜尋列上。",
"fc.button.info.copy": "§o[Ctrl + C]§r - 複製滑鼠懸停或選取的設定。",
"fc.button.info.paste": "§o[Ctrl + V]§r - 將複製緩衝區中的內容貼到相容的設定中。",
"fc.button.info.save": "§o[Ctrl + S]§r - 儲存變更並將更新傳送到伺服器。",
"fc.button.info.page": "§o[Pg Up/Pg Dwn]§r - 向上/向下捲動一「頁」設定。",
"fc.button.info.click": "§o[滑鼠右鍵]§r - 開啟關聯選單(如果適用)。",
"fc.button.info.click_kb": "§o[Shift + F10]§r - 開啟關聯選單(如果適用)。",
"fc.button.info.click_kb2": "§o[關聯選單鍵]§r - 開啟關聯選單(如果適用)。",
"fc.button.info.alert": "§o[!]§r - 標有圖示的設定如果變更,則需要採取行動。",
"fc.button.click.open_url": "開啟 %s 的連結",
"fc.button.click.open_file": "開啟檔案:%s",
"fc.button.click.run_command": "執行指令 「%s」",
"fc.button.click.copy_to_clipboard": "將 「%s」 複製到剪貼簿"
}

0 comments on commit d3663c1

Please sign in to comment.