0.0.8-alpha

This commit is contained in:
2024-12-10 06:03:11 +08:00
parent e92b0e5c8b
commit 2bc76518e0
233 changed files with 6676 additions and 890 deletions

View File

@@ -57,5 +57,33 @@
"ftbteams.server_permissions_prevent": "Server permissions prevent you from doing that.",
"key.categories.ftbteams": "FTB Teams",
"ftbteams.gui.promote.confirm": "Do you want to promote player %s?",
"ftbteams.gui.remove_ally": "Un-Ally with %s"
"ftbteams.gui.remove_ally": "Un-Ally with %s",
"ftbteams.party_api_only": "In this modpack you cannot create party teams directly!",
"ftbteams.info.owner.none": "None",
"sidebar_button.ftbteams.my_team": "My Team",
"ftbteams.create_party": "Create a Party",
"ftbteams.team_not_found": "Team \u0027%s\u0027 not found!",
"ftbteams.info.members.none": "No members",
"ftbteams.already_in_party": "You are already in a party!",
"ftbteams.cant_kick_owner": "Can\u0027t kick the owner!",
"ftbteams.owner_cant_leave": "You must transfer ownership of the team before you can leave!",
"ftbteamsconfig.ftbteams.free_to_join": "Free to Join",
"ftbteamsconfig.ftbteams.display_name": "Display Name",
"ftbteamsconfig.ftbteams.description": "Description",
"ftbteamsconfig": "Team Properties",
"ftbteams.create_party.info": "Create a Party team to invite members and progress together",
"ftbteams.privacy_mode.public": "Public",
"ftbteams.cant_edit": "You can\u0027t edit %s!",
"ftbteams.not_in_party": "You haven\u0027t created or joined a party!",
"ftbteams.info.id": "Long Team ID: %s",
"ftbteams.info.owner": "Owner: %s",
"ftbteams.privacy_mode.allies": "Allies",
"ftbteams.not_member": "%s is not a member of %s!",
"ftbteams.property_not_found": "Property ID not found!",
"ftbteams.not_invited": "You are not invited to join %s!",
"ftbteams.privacy_mode.private": "Private",
"ftbteams.info.short_id": "Short Team ID: %s",
"ftbteamsconfig.ftbteams.color": "Color",
"ftbteams.list": "All FTB Teams: %s",
"ftbteams.info.members": "Members:"
}

View File

@@ -93,5 +93,6 @@
"trans.auto.00599": "服务器权限阻止你这样做。",
"trans.auto.00600": "FTB 团队",
"trans.auto.00601": "您想晋升玩家%s吗",
"trans.auto.00602": "与 %s 解除盟友关系"
"trans.auto.00602": "与 %s 解除盟友关系",
"ftbteams.party_api_only": "在此模组包中,您无法直接创建队伍!"
}