Skip to content

Commit

Permalink
#15: Add Classical Chinese Translation (by 0000729735256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wudji committed Jul 6, 2024
1 parent f9412b6 commit dad76b2
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions src/main/resources/assets/autofish/lang/lzh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"key.autofish.open_gui": "啟自動釣魚介面",
"options.autofish.title": "自動釣魚置設",

"options.autofish.toggle.on": "\u00A7a開",
"options.autofish.toggle.off": "\u00A7e關",

"options.autofish.enable.title": "啓用自動釣魚",
"options.autofish.enable.tooltip": "開關改囊機能",

"options.autofish.multirod.title": "啟用多竿",
"options.autofish.multirod.tooltip_0": "輪流遍歷其諸",
"options.autofish.multirod.tooltip_1": "捷槽中所有可用之竿",
"options.autofish.multirod.tooltip_2": "竿毀即繼以次竿",

"options.autofish.break_protection.title": "啟用防斷",
"options.autofish.break_protection.tooltip_0": "勿用耐久低之竿",
"options.autofish.break_protection.tooltip_1": "以防其損折",

"options.autofish.open_water_detection.title": "啟用廣水域感測",
"options.autofish.open_water_detection.tooltip_0" : "於戲版逾20w12a(1.16)者",
"options.autofish.open_water_detection.tooltip_1" : "唯於廣水,可得寶藏",
"options.autofish.open_water_detection.tooltip_2" : "非於廣水垂釣,當以此提醒於汝",


"options.autofish.persistent.title": "啟用恆久模式",
"options.autofish.persistent.tooltip_0": "啟此項,則持竿之際",
"options.autofish.persistent.tooltip_1": "魚鉤恆拋不息",
"options.autofish.persistent.tooltip_2": "每十秒一驗",
"options.autofish.persistent.tooltip_3": "若需則重拋",
"options.autofish.persistent.tooltip_4": "於延滯或長時垂釣",
"options.autofish.persistent.tooltip_5": "益多矣",

"options.autofish.sound.title": "倚聲感知",
"options.autofish.sound.tooltip_0": "\u00A76新式精確檢測,據以",
"options.autofish.sound.tooltip_1": "\u00A76浮標聲響為基,非關其他",
"options.autofish.sound.tooltip_2": "\u00A76常規鉤動察覺",
"options.autofish.sound.tooltip_3": "-此法生效",
"options.autofish.sound.tooltip_4": " 需近鉤方能",
"options.autofish.sound.tooltip_5": "-他人鉤近汝鉤",
"options.autofish.sound.tooltip_6": " 或致誤報魚獲!",
"options.autofish.sound.tooltip_7": "\u00A7c註:此項僅影響",
"options.autofish.sound.tooltip_8": "\u00A7c於眾戲,獨戲則自備察別",
"options.autofish.sound.tooltip_9": "\u00A7c獨戲則自備察別",

"options.autofish.multiplayer_compat.title": "強用眾戲感知",
"options.autofish.multiplayer_compat.tooltip_0": "獨戲戲者",
"options.autofish.multiplayer_compat.tooltip_1": "須遵眾戲檢",
"options.autofish.multiplayer_compat.tooltip_2": "以保外添改囊相容",

"options.autofish.recast_delay.title": "再投延逾(毫秒)",
"options.autofish.recast_delay.value": "%d 毫秒",
"options.autofish.recast_delay.tooltip_0": "調釣魚之間隔",
"options.autofish.recast_delay.tooltip_1": "毫秒以為計",

"options.autofish.random_delay.title": "隨機再投延逾",
"options.autofish.random_delay.value": "百分數:%d 分",
"options.autofish.random_delay.tooltip_0": "為投竿延逾增減百分之變數",
"options.autofish.random_delay.tooltip_1": "譬如:定此為增減百分之二十,將使一千五百毫秒之延逾,",
"options.autofish.random_delay.tooltip_2": "範圍將落於一千二百至一千八百毫秒間(正負二十之偏差)",
"options.autofish.random_delay.tooltip_3": "設為零以解此功用",

"options.autofish.clear_regex.title": "啟用恆久模式",
"options.autofish.clear_regex.tooltip_0": "以論板之規則表達式",
"options.autofish.clear_regex.tooltip_1": "以觸發再投竿",
"options.autofish.clear_regex.tooltip_2": "\u00A76可置設 \u00A7a規則表達式\u00A76",

"options.autofish.basic.title": "基設",
"options.autofish.advanced.title": "進設",

"info.autofish.open_water_detection.fail": "§c「自動釣魚」君之所釣非廣水域,寶藏無由獲也!§0",
"info.autofish.open_water_detection.success": "§2「自動釣魚」君正於廣闊水面垂釣!§0"
}

0 comments on commit dad76b2

Please sign in to comment.