mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 15:23:50 +02:00
Add Invalid Avatar Detection Feature (#1525)
* feat: 完善失效模型检查功能的进度显示 * localization * feat: improve invalid avatar detection and deletion
This commit is contained in:
@@ -172,7 +172,21 @@
|
||||
"local_favorites": "Local Favorites (Requires VRC+)",
|
||||
"new_group": "New Group",
|
||||
"refresh": "Refresh",
|
||||
"cancel_refresh": "Cancel Refresh"
|
||||
"cancel_refresh": "Cancel Refresh",
|
||||
"check_invalid": "Check Invalid Avatars in This Group",
|
||||
"check_description": "Detect and remove invalid avatars in this group",
|
||||
"checking": "Checking invalid avatars...",
|
||||
"check_progress": "Progress: {current}/{total}",
|
||||
"check_complete": "Check complete!",
|
||||
"check_summary": "Checked {total} avatars, found {invalid} invalid, removed {removed}",
|
||||
"removed_list_header": "Removed avatar list:",
|
||||
"copy_removed_ids": "Copy Removed Avatar IDs",
|
||||
"checking_progress": "Checking avatar ({current}/{total})...",
|
||||
"confirm_delete_invalid": "Delete Invalid Avatars?",
|
||||
"confirm_delete_description": "Found {count} invalid avatars, delete them?",
|
||||
"delete_summary": "Successfully deleted {removed} invalid avatars",
|
||||
"no_invalid_found": "No invalid avatars found",
|
||||
"delete_cancelled": "Delete operation cancelled"
|
||||
},
|
||||
"edit_mode": "Edit Mode",
|
||||
"copy": "Copy",
|
||||
|
||||
Reference in New Issue
Block a user