Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Traditional Chinese (zh_tw.json) #25

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/assets/autofish/lang/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"options.autofish.recast_delay.tooltip_1": "重新拋竿之間的延遲。",

"options.autofish.random_delay.title": "隨機拋竿延遲範圍",
"options.autofish.random_delay.value": "%d%",
"options.autofish.random_delay.value": "百分之 %d",
"options.autofish.random_delay.tooltip_0": "為重新拋竿延遲增加 ±% 的隨機性",
"options.autofish.random_delay.tooltip_1": "例如:將此設定為 20% 會使",
"options.autofish.random_delay.tooltip_2": "1500 毫秒的延遲落在 1200-1800 毫秒(1500 毫秒 ±20%)。",
Expand Down
Loading