mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-24 12:54:38 +01:00
Fix in-game display text (#2049)
This commit is contained in:
@@ -306,7 +306,7 @@
|
||||
"team": {
|
||||
"invalid_usage": "無效的用法。",
|
||||
"invalid_index": "無效索引。",
|
||||
"add_too_much": "服務端只允許您的隊伍裡最多 %d 名角色。",
|
||||
"add_too_much": "服務端只允許您的隊伍裡最多 %s 名角色。",
|
||||
"failed_to_add_avatar": "無法根據ID %s 添加角色。",
|
||||
"failed_to_parse_index": "無法解析的索引:%s",
|
||||
"remove_too_much": "您不能删除那麼多的角色,因為您的隊伍列表角色會全部被刪除。",
|
||||
@@ -314,7 +314,7 @@
|
||||
"index_out_of_range": "您指定的索引超出了範圍。",
|
||||
"failed_parse_avatar_id": "無法解析的角色ID:%s",
|
||||
"avatar_already_in_team": "該角色已經在您的隊伍當中了。",
|
||||
"avatar_not_found": "無法找到該角色:%d",
|
||||
"avatar_not_found": "無法找到該角色:%s",
|
||||
"description": "手動修改您的隊伍配置。"
|
||||
},
|
||||
"teleportAll": {
|
||||
|
||||
Reference in New Issue
Block a user