mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
feat: add option to refresh mutual friends data for individual nodes in the graph context menu
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
"reset": "Reset",
|
||||
"view_details": "View Details",
|
||||
"configure": "Configure",
|
||||
"refresh": "Refresh"
|
||||
"refresh": "Refresh",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"sort_by": "Sort by:",
|
||||
"time_units": {
|
||||
@@ -568,7 +569,14 @@
|
||||
},
|
||||
"context_menu": {
|
||||
"view_details": "View Details",
|
||||
"hide_friend": "Hide from Graph"
|
||||
"hide_friend": "Hide from Graph",
|
||||
"refresh_mutuals": "Refresh Mutuals",
|
||||
"confirm_non_friend_title": "Not a Friend",
|
||||
"confirm_non_friend_message": "This user is no longer your friend. Do you still want to fetch their mutual friends data?",
|
||||
"refresh_success": "Mutual friends data updated for {name}",
|
||||
"user_opted_out": "This user has disabled mutual friends sharing. Existing data has been preserved.",
|
||||
"refresh_error": "Failed to refresh mutual friends data",
|
||||
"last_fetched": "Last fetched"
|
||||
}
|
||||
},
|
||||
"hot_worlds": {
|
||||
|
||||
Reference in New Issue
Block a user