fix the loading state on listquery add to queue

This commit is contained in:
jeffvli
2025-12-07 02:28:16 -08:00
parent ce7e5ad7ad
commit 8841781e6b
13 changed files with 83 additions and 90 deletions
+1 -2
View File
@@ -358,7 +358,6 @@
},
"moveToNext": "přesunout na další",
"downloadStarted": "spuštěno stahování {{count}} položek",
"largeFetch": "tato akce se pokusí načíst {{count}} položek z vašeho serveru",
"moveItems": "přesunout položky",
"shuffle": "náhodně",
"shuffleAll": "vše náhodně",
@@ -913,7 +912,7 @@
},
"largeFetchConfirmation": {
"title": "přidat položky do fronty",
"description": "Tento požadavek se pokusí načíst {{count}} položek ze serveru"
"description": "Tato akce přidá všechny položky v aktuálně filtrovaném zobrazení"
},
"shuffleAll": {
"title": "přehrát náhodně",
+1 -2
View File
@@ -23,7 +23,6 @@
},
"moveToNext": "Als nächstes",
"downloadStarted": "Download von {{count}} Elementen gestartet",
"largeFetch": "Diese Aktion wird versuchen {{count}} Elemente von Deinem Server zu laden",
"moveItems": "Elemente verschieben",
"shuffle": "Zufällig wiedergeben",
"shuffleAll": "Alle zufällig wiedergeben",
@@ -294,7 +293,7 @@
},
"largeFetchConfirmation": {
"title": "Elemente der Warteschlange hinzufügen",
"description": "Diese Anfrage wird versuchen {{count}} Elemente vom Server abzurufen"
"description": "Diese Aktion fügt alle Elemente in der aktuell gefilterten Ansicht hinzu"
},
"shuffleAll": {
"title": "Zufallswiedergabe",
+1 -2
View File
@@ -9,7 +9,6 @@
"downloadStarted": "started download of {{count}} items",
"editPlaylist": "edit $t(entity.playlist_one)",
"goToPage": "go to page",
"largeFetch": "this action will attempt to fetch {{count}} items from your server",
"moveToNext": "move to next",
"moveToBottom": "move to bottom",
"moveToTop": "move to top",
@@ -297,7 +296,7 @@
},
"largeFetchConfirmation": {
"title": "add items to the queue",
"description": "This request will attempt to fetch {{count}} items from the server"
"description": "This action will add all items in the current filtered view"
},
"addToPlaylist": {
"create": "create $t(entity.playlist_one) {{playlist}}",
+1 -2
View File
@@ -358,7 +358,6 @@
},
"moveToNext": "pasar al siguiente",
"downloadStarted": "Iniciada descarga de {{count}} elementos",
"largeFetch": "Esta acción intentará obtener {{count}} elementos de tu servidor",
"moveItems": "Mover elementos",
"shuffle": "Mezclar",
"shuffleAll": "Mezclar todo",
@@ -813,7 +812,7 @@
},
"largeFetchConfirmation": {
"title": "Añadir elementos a la cola",
"description": "Esta petición intentará obtener {{count}} elementos del servidor"
"description": "Esta acción agregará todos los elementos en la vista filtrada actual"
},
"shuffleAll": {
"title": "Reproducir aleatorio",
+1 -2
View File
@@ -61,7 +61,6 @@
},
"moveToNext": "passer au suivant",
"downloadStarted": "téléchargement de {{count}} éléments en cours",
"largeFetch": "cette action tentera de récupérer {{count}} éléments depuis votre serveur.",
"moveItems": "déplacer les entrées",
"shuffle": "mélanger",
"shuffleAll": "mélanger tout",
@@ -807,7 +806,7 @@
},
"largeFetchConfirmation": {
"title": "ajouter des entrées à la file d'attente",
"description": "cette requête tentera de récupérer {{count}} éléments depuis le serveur"
"description": "Cette action ajoutera tous les éléments dans la vue filtrée actuelle"
},
"shuffleAll": {
"title": "jouer aléatoirement",
+1 -2
View File
@@ -23,7 +23,6 @@
"addToPlaylist": "hozzáadás lejátszási listához: $t(entity.playlist_one)",
"refresh": "$t(common.refresh)",
"downloadStarted": "megkezdődött {{count}} elem letöltése",
"largeFetch": "ez a művelet {{count}} hálózati kérést fog küldeni a szerverednek",
"moveItems": "elemek mozgatása",
"shuffle": "keverés",
"shuffleAll": "összes keverése",
@@ -325,7 +324,7 @@
},
"largeFetchConfirmation": {
"title": "műsorlistához ad",
"description": "Ez a kérés megpróbál letölteni {{count}} elemet a szerverről"
"description": "Ez a művelet hozzáadja az összes elemet az aktuális szűrt nézetben"
},
"shuffleAll": {
"title": "véletlenszerű lejátszás",
+1 -2
View File
@@ -324,7 +324,6 @@
},
"moveToNext": "次",
"downloadStarted": "{{count}} 曲のダウンロードを開始しました",
"largeFetch": "この操作により、サーバーに対して {{count}} 回のネットワークリクエストが送信されます",
"moveItems": "曲を移動",
"shuffle": "シャッフル",
"shuffleAll": "すべてシャッフル",
@@ -807,7 +806,7 @@
},
"largeFetchConfirmation": {
"title": "キューにアイテムを追加する",
"description": "このリクエストはサーバーから {{count}} 個のアイテムを取得しようと試みます"
"description": "このアクションは、現在のフィルターされたビュー内のすべてのアイテムを追加します"
}
},
"entity": {
+1 -2
View File
@@ -23,7 +23,6 @@
},
"moveToNext": "ga naar volgende",
"downloadStarted": "begonnen met downloaden van {{count}} items",
"largeFetch": "deze actie zal {{count}} netwerkverzoeken naar je server sturen",
"moveItems": "verplaats items",
"shuffle": "shuffle",
"shuffleAll": "shuffle alles",
@@ -557,7 +556,7 @@
},
"largeFetchConfirmation": {
"title": "items toevoegen aan de wachtrij",
"description": "Dit verzoek zal proberen {{count}} items van de server op te halen"
"description": "Deze actie voegt alle items in de huidige gefilterde weergave toe"
},
"shuffleAll": {
"title": "willekeurig afspelen",
+1 -2
View File
@@ -23,7 +23,6 @@
},
"moveToNext": "przesuń na następne",
"downloadStarted": "rozpoczęto pobieranie {{count}} elementów",
"largeFetch": "ta akcja wykona {{count}} żądań sieciowych do twojego serwera",
"moveItems": "przenieś elementy",
"shuffle": "odtwarzaj losowo",
"shuffleAll": "odtwarzaj wszystkie losowo",
@@ -346,7 +345,7 @@
},
"largeFetchConfirmation": {
"title": "dodaj elementy do kolejki",
"description": "To żądanie spróbuje pobrać {{count}} elementów z serwera"
"description": "Ta akcja doda wszystkie elementy w aktualnie przefiltrowanym widoku"
},
"shuffleAll": {
"title": "odtwarzaj losowo",
+1 -2
View File
@@ -778,7 +778,6 @@
"musicbrainz": "在MusicBrainz開啟"
},
"downloadStarted": "已開始下載 {{count}} 項內容",
"largeFetch": "這項操作將會嘗試從您的伺服器擷取 {{count}} 個項目",
"moveItems": "移動項目",
"shuffle": "隨機播放",
"shuffleAll": "全部隨機播放",
@@ -925,7 +924,7 @@
},
"largeFetchConfirmation": {
"title": "將項目加入佇列",
"description": "這個請求將嘗試從伺服器擷取 {{count}} 個項目"
"description": "此操作將新增目前篩選檢視中的所有項目"
},
"shuffleAll": {
"title": "隨機播放",