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

Commit

Permalink
Added Traditional Chinese (zh_tw.json) (#107)
Browse files Browse the repository at this point in the history
Added Traditional Chinese translations
  • Loading branch information
yichifauzi authored Jul 6, 2024
1 parent c37b547 commit e10cd15
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/main/resources/assets/methane/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"methane.active": "Methane 已啟用!",
"methane.offline": "Methane 已停用!",
"key.methane.toggle": "切換Methane ",
"category.methane.keys": "Methane 按鍵綁定",
"text.autoconfig.methane.option.useOldLightingEngine": "使用舊版光照引擎?",
"text.autoconfig.methane.option.fogSettings.disableAirFog": "停用空氣霧",
"text.autoconfig.methane.option.fogSettings.disableWaterFog": "停用水下霧",
"text.autoconfig.methane.option.fogSettings.disableLavaFog": "停用岩漿霧",
"text.autoconfig.methane.option.fogSettings.disablePowderedSnowFog": "停用粉雪霧",
"text.autoconfig.methane.option.fogSettings.disableThickFog": "停用地獄霧",
"text.autoconfig.methane.option.fogSettings.disableSkyFog": "停用天空霧",
"text.autoconfig.methane.option.fogSettings.persistFogSettings": "保留霧設定?",
"text.autoconfig.methane.option.dynamicShading": "啟用動態陰影?",
"text.autoconfig.methane.option.fogSettings": "霧覆蓋",
"text.autoconfig.methane.option.modstate": "啟動時啟用 Methane?",
"text.autoconfig.methane.option.brightness": "(實驗性) 預設地形亮度:",
"text.autoconfig.methane.option.hudrender": "在 HUD 上渲染狀態?",
"text.autoconfig.methane.option.disableToasts": "停用提示資訊",
"text.autoconfig.methane.option.rebuildSeconds": "陰影重建時間",
"methane.serverpopup.settings": "Methane 伺服器設定",
"methane.serverpopup.info": "此伺服器推薦特定的 Methane 設定。您可以選擇是否遵循這些設定。",
"methane.reject": "拒絕伺服器配置。",
"methane.accept": "接受伺服器配置。",
"methane.yes": "",
"methane.no": "",
"text.autoconfig.methane.title": "Methane 設定",
"text.autoconfig.methane.option.destructiveSettings.destructiveweatheroptimizations": "破壞性天氣最佳化",
"text.autoconfig.methane.option.destructiveSettings": "破壞性 Methane 設定",
"text.autoconfig.methane.option.destructiveSettings.DestroySky": "摧毀天空",
"text.autoconfig.methane.option.destructiveSettings.DestroyWeather": "摧毀天氣",
"text.autoconfig.methane.option.destructiveSettings.RenderLayerSkips": "停用字串渲染器",
"text.autoconfig.methane.option.destructiveSettings.DestroyScreens": "移除 HUD 背景渲染器"
}

0 comments on commit e10cd15

Please sign in to comment.