Add unlimited local avatar favs (#845)

* Add unlimited local avatar favs

Implement unlimited local avatar favs with VRC+ requirement.

* Reflect avatar fav changes in translations

Modify translation files to use the same string used for world favs since it's the same now.

* Local avatar fav UI behaviour changes

* Add select avatar button to avatar favs

* Disable select avatar button if already wearing it
This commit is contained in:
Nekromateion
2024-07-22 11:36:33 +02:00
committed by GitHub
parent 4f336195f0
commit 652783c81d
13 changed files with 503 additions and 23 deletions

View File

@@ -93,7 +93,9 @@
"new_group": "New Group"
},
"avatars": {
"header": "Avatars"
"header": "Avatars",
"local_favorites": "Local Favorites (VRC+ exclusive)",
"new_group": "New Group"
},
"bulk_unfavorite_mode": "Bulk Unfavorite Mode",
"bulk_unfavorite_selection": "Bulk Unfavorite Selection",
@@ -108,7 +110,8 @@
"delete_tooltip": "Delete",
"unavailable_tooltip": "Unavailable",
"private": "Private",
"sort_by": "Sort By"
"sort_by": "Sort By",
"select_avatar_tooltip": "Select Avatar"
},
"friend_log": {
"filter_placeholder": "Filter",
@@ -774,7 +777,7 @@
},
"actions": {
"delete_cache_tooltip": "Delete avatar from cache",
"favorite_tooltip": "Add to favorites",
"favorite_tooltip": "Favorites",
"unfavorite_tooltip": "Remove from favorites",
"refresh": "Refresh",
"select": "Select Avatar",
@@ -912,7 +915,8 @@
"favorite": {
"header": "Choose Group",
"vrchat_favorites": "VRChat Favorites",
"local_favorites": "Local Favorites"
"local_favorites": "Local Favorites",
"local_avatar_favorites": "Local Favorites (VRC+ exclusive)"
},
"invite": {
"header": "Invite",

View File

@@ -770,7 +770,7 @@
},
"actions": {
"delete_cache_tooltip": "Eliminar avatar de la caché",
"favorite_tooltip": "Añadir a favoritos",
"favorite_tooltip": "Favoritos",
"unfavorite_tooltip": "Quitar de favoritos",
"refresh": "Refrescar",
"select": "Seleccionar avatar",

View File

@@ -774,7 +774,7 @@
},
"actions": {
"delete_cache_tooltip": "Supprimer l'avatar du cache",
"favorite_tooltip": "Ajouter aux favoris",
"favorite_tooltip": "Favoris",
"unfavorite_tooltip": "Supprimer des favoris",
"refresh": "Actualiser",
"select": "Sélectionner un avatar",

View File

@@ -739,7 +739,7 @@
},
"actions": {
"delete_cache_tooltip": "キャッシュからアバターを削除",
"favorite_tooltip": "お気に入りに追加",
"favorite_tooltip": "お気に入り",
"unfavorite_tooltip": "お気に入りから削除",
"refresh": "更新",
"select": "アバターを使用",

View File

@@ -739,7 +739,7 @@
},
"actions": {
"delete_cache_tooltip": "Usuń świat z pamięci",
"favorite_tooltip": "Dodaj do ulubionych",
"favorite_tooltip": "Ulubione",
"unfavorite_tooltip": "Usuń z ulubionych",
"refresh": "Odśwież",
"select": "Wybierz awatar",

View File

@@ -770,7 +770,7 @@
},
"actions": {
"delete_cache_tooltip": "Удалить аватар из кэша",
"favorite_tooltip": "Добавить в избранное",
"favorite_tooltip": "Избранное",
"unfavorite_tooltip": "Убрать из Избранного",
"refresh": "Обновить",
"select": "Выбрать аватар",

View File

@@ -734,7 +734,7 @@
},
"actions": {
"delete_cache_tooltip": "Xóa avatar trong cache",
"favorite_tooltip": "Thêm vào yêu thích",
"favorite_tooltip": "Yêu thích",
"unfavorite_tooltip": "Bỏ khỏi yêu thích",
"refresh": "Làm mới",
"select": "Chọn Avatar",

View File

@@ -766,7 +766,7 @@
},
"actions": {
"delete_cache_tooltip": "从缓存中删除模型",
"favorite_tooltip": "添加到我的收藏",
"favorite_tooltip": "收藏此世界",
"unfavorite_tooltip": "从我的收藏中移除",
"refresh": "刷新",
"select": "选择模型",

View File

@@ -734,7 +734,7 @@
},
"actions": {
"delete_cache_tooltip": "從快取中刪除角色",
"favorite_tooltip": "新增到我的收藏",
"favorite_tooltip": "最愛欄",
"unfavorite_tooltip": "從我的收藏中移除",
"refresh": "重新整理",
"select": "選擇角色",