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

Create zh_cn.json #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
26 changes: 26 additions & 0 deletions src/main/resources/assets/ftbteamislands/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"commands.ftbteamislands.error.disabled_in": "FTB团队岛屿在%s中被禁用",
"commands.ftbteamislands.error.no_island": "你现在还未拥有岛屿",
"commands.ftbteamislands.error.my_island_disabled": "myisland指令被禁用",
"commands.ftbteamislands.error.no_lobby_found": "No lobby found!",
"commands.ftbteamislands.error.already_have_island": "你已经有一个岛屿了!输入 /ftbteamislands myisland 返回岛屿",
"commands.ftbteamislands.error.to_quick": "你只能每5分钟创建一个新岛屿,你刚刚创建了一个",
"commands.ftbteamislands.error.in_party": "你必须在一个团队中",
"commands.ftbteamislands.success.json_updated": "岛屿Json已经更新,检查日志中出现的错误",
"commands.ftbteamislands.success.islands_deleted": "%d island(s) flagged for deletion out of %d inactive islands, %d failed to delete. They will be deleted on a server restart",
"commands.ftbteamislands.response.islands": "岛屿: ",
"commands.ftbteamislands.response.islands_header": "活跃岛屿:",
"commands.ftbteamislands.response.islands_header_inactive": "不活跃岛屿:",
"commands.ftbteamislands.response.island_creating": "创建岛屿...",
"commands.ftbteamislands.response.island_creating_finished": "岛屿已创建!",
"commands.ftbteamislands.response.found_at": " 发现 (%s)",
"commands.ftbteamislands.response.inactive_island": "不活跃岛屿 (%s)",
"commands.ftbteamislands.response.spawn_changed": "岛屿出生点改为 [%s]",
"screens.ftbteamislands.select_island_category": "选择一个岛屿类别",
"screens.ftbteamislands.select_island": "选择一个岛屿",
"screens.ftbteamislands.by": "来自: %s",
"screens.ftbteamislands.back": "返回",
"screens.ftbteamislands.create": "创建",
"screens.ftbteamislands.select": "选择",
"screens.ftbteamislands.close": "关闭"
}