diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Assets/OriginalSoundHQPlayer.png b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Assets/OriginalSoundHQPlayer.png
new file mode 100644
index 0000000..463ea38
Binary files /dev/null and b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Assets/OriginalSoundHQPlayer.png differ
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/BetterLyrics.WinUI3.csproj b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/BetterLyrics.WinUI3.csproj
index 8dfb956..16b2d89 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/BetterLyrics.WinUI3.csproj
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/BetterLyrics.WinUI3.csproj
@@ -225,6 +225,9 @@
Always
+
+ Always
+
Always
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Constants/PlayerID.cs b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Constants/PlayerID.cs
index 37a8afb..5d93c26 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Constants/PlayerID.cs
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Constants/PlayerID.cs
@@ -25,5 +25,6 @@
public const string MoeKoeMusic = "cn.MoeKoe.Music";
public const string MoeKoeMusicAlternative = "electron.app.MoeKoe Music";
public const string Listen1 = "com.listen1.listen1";
+ public const string OriginalSoundHQPlayer = "SennpaiStudio.528762A6196EF_z79ft30j24epr!App";
}
}
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Constants/PlayerName.cs b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Constants/PlayerName.cs
index a3225e5..4c04434 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Constants/PlayerName.cs
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Constants/PlayerName.cs
@@ -24,5 +24,6 @@
public const string SaltPlayerForWindowsSteam = "Salt Player for Windows (Steam)";
public const string MoeKoeMusic = "MoeKoe Music";
public const string Listen1 = "Listen 1";
+ public const string OriginalSoundHQPlayer = "Original Sound HQ Player";
}
}
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Helper/PathHelper.cs b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Helper/PathHelper.cs
index 2af47e5..218ea18 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Helper/PathHelper.cs
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Helper/PathHelper.cs
@@ -33,6 +33,7 @@ namespace BetterLyrics.WinUI3.Helper
public static string SaltPlayerForWindowsLogoPath => Path.Combine(AssetsFolder, "SaltPlayerForWindows.png");
public static string MoeKoeMusicLogoPath => Path.Combine(AssetsFolder, "MoeKoeMusic.png");
public static string Listen1LogoPath => Path.Combine(AssetsFolder, "Listen1.png");
+ public static string OriginalSoundHQPlayerLogoPath => Path.Combine(AssetsFolder, "OriginalSoundHQPlayer.png");
public static string UnknownPlayerLogoPath => Path.Combine(AssetsFolder, "Question.png");
public static string LogDirectory => Path.Combine(CacheFolder, "logs");
@@ -58,7 +59,7 @@ namespace BetterLyrics.WinUI3.Helper
public static string PlayQueuePath => Path.Combine(LocalFolder, "play-queue.m3u");
public static string PlayHistoryPath => Path.Combine(LocalFolder, "play-history.db");
- public static string FilesIndexPath => Path.Combine(CacheFolder, "files-index.db");
+ public static string FilesIndexPath => Path.Combine(LocalFolder, "files-index.db");
public static void EnsureDirectories()
{
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Helper/PlayerIDHelper.cs b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Helper/PlayerIDHelper.cs
index 73cb0f2..7a68fea 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Helper/PlayerIDHelper.cs
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Helper/PlayerIDHelper.cs
@@ -55,6 +55,7 @@ namespace BetterLyrics.WinUI3.Helper
PlayerId.MoeKoeMusic => PlayerName.MoeKoeMusic,
PlayerId.MoeKoeMusicAlternative => PlayerName.MoeKoeMusic,
PlayerId.Listen1 => PlayerName.Listen1,
+ PlayerId.OriginalSoundHQPlayer => PlayerName.OriginalSoundHQPlayer,
_ => id,
};
@@ -83,6 +84,7 @@ namespace BetterLyrics.WinUI3.Helper
PlayerId.MoeKoeMusic => PathHelper.MoeKoeMusicLogoPath,
PlayerId.MoeKoeMusicAlternative => PathHelper.MoeKoeMusicLogoPath,
PlayerId.Listen1 => PathHelper.Listen1LogoPath,
+ PlayerId.OriginalSoundHQPlayer => PathHelper.OriginalSoundHQPlayerLogoPath,
_ => PathHelper.UnknownPlayerLogoPath,
};
}
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ar/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ar/Resources.resw
index 94ffc2c..75c72b9 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ar/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ar/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
كل الموسيقى
+
+ مزامنة مكتبة الوسائط جارية...
+
-
+ توجد مشكلة في مزامنة مكتبة الوسائط
مسح قائمة الانتظار
@@ -700,7 +703,7 @@
كمية الضبابية (Blur)
- يشمل ملفات السجل وذاكرة التخزين المؤقت للكلمات عبر الشبكة
+ يتضمن ملفات السجلات، وذاكرة التخزين المؤقت للكلمات عبر الإنترنت
ذاكرة التخزين المؤقت (Cache)
@@ -855,6 +858,9 @@
الخروج من البرنامج عند إغلاق نافذة الكلمات
+
+ تصدير تاريخ اللعب
+
تصدير الإعدادات
@@ -1309,7 +1315,7 @@
مدير الإعدادات
- Play History
+ تاريخ اللعب
تصفح مركز مشاركة الموارد عبر الإنترنت
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/de/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/de/Resources.resw
index 613bfc0..570f6f0 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/de/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/de/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
Alle Musikstücke
+
+ Synchronisierung der Medienbibliothek läuft...
+
-
+ Es gibt ein Problem mit der Synchronisierung der Medienbibliothek
Warteschlange leeren
@@ -700,7 +703,7 @@
Unschärfe-Stärke
- Einschließlich Protokolldateien, Online-Songtext-Cache
+ Enthält Protokolldateien, Online-Liedtext-Cache
Cache
@@ -855,6 +858,9 @@
App beenden, wenn Songtext-Fenster geschlossen wird
+
+ Spielverlauf exportieren
+
Einstellungen exportieren
@@ -1309,7 +1315,7 @@
Einstellungsmanager
- Play History
+ Geschichte spielen
Online Share Hub durchsuchen
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/en/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/en/Resources.resw
index 0c91b06..7c2c050 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/en/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/en/Resources.resw
@@ -703,7 +703,7 @@
Blur Amount
- Includes log files, online lyrics cache, media library index
+ Includes log files, online lyrics cache
Cache
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/es/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/es/Resources.resw
index 4948ae2..b56b22a 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/es/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/es/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
Toda la música
+
+ Sincronización de la biblioteca multimedia en curso...
+
-
+ Hay un problema con la sincronización de la biblioteca multimedia
Borrar cola
@@ -855,6 +858,9 @@
Salir de la app al cerrar la ventana de letras
+
+ Exportar historial de jugadas
+
Exportar configuración
@@ -1309,7 +1315,7 @@
Gestor de configuración
- Play History
+ Historia del juego
Explorar Centro de recursos en línea
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/fr/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/fr/Resources.resw
index 83e6505..b11befe 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/fr/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/fr/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
Toute la musique
+
+ Synchronisation de la médiathèque en cours...
+
-
+ Il y a un problème avec la synchronisation de la médiathèque
Vider la file d'attente
@@ -700,7 +703,7 @@
Quantité de flou
- Comprend les fichiers journaux, le cache des paroles en ligne
+ Inclut les fichiers journaux, le cache des paroles en ligne
Cache
@@ -855,6 +858,9 @@
Quitter l'app à la fermeture de la fenêtre des paroles
+
+ Exporter l'historique des jeux
+
Exporter les paramètres
@@ -1309,7 +1315,7 @@
Gestionnaire de paramètres
- Play History
+ Histoire du jeu
Parcourir le Hub de partage en ligne
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/hi/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/hi/Resources.resw
index 8221277..e1f39d2 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/hi/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/hi/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
सभी गाने
+
+ मीडिया लाइब्रेरी सिंक चल रहा है...
+
-
+ मीडिया लाइब्रेरी सिंक में कोई समस्या है
प्लेइंग कतार साफ़ करें
@@ -700,7 +703,7 @@
धुंधलापन मात्रा
- लॉग फ़ाइलें, नेटवर्क बोल कैश शामिल हैं
+ लॉग फ़ाइलें, ऑनलाइन लिरिक्स कैश शामिल हैं
कैश
@@ -855,6 +858,9 @@
बोल विंडो बंद होने पर बाहर निकलें
+
+ प्ले इतिहास निर्यात करें
+
सेटिंग्स निर्यात करें
@@ -1309,7 +1315,7 @@
सेटिंग्स प्रबंधक
- Play History
+ प्ले इतिहास
ऑनलाइन संसाधन शेयरिंग हब ब्राउज़ करें
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/id/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/id/Resources.resw
index 00fb42e..0a9d4fb 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/id/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/id/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
Semua Musik
+
+ Sinkronisasi Perpustakaan Media sedang berlangsung...
+
-
+ Ada masalah dengan sinkronisasi Perpustakaan Media
Bersihkan antrean putar
@@ -700,7 +703,7 @@
Tingkat Keburaman
- Termasuk file log, cache lirik jaringan
+ Termasuk file log, cache lirik online
Cache
@@ -855,6 +858,9 @@
Keluar dari program saat jendela lirik ditutup
+
+ Riwayat permainan ekspor
+
Ekspor Pengaturan
@@ -1309,7 +1315,7 @@
Manajer Pengaturan
- Play History
+ Riwayat Bermain
Jelajahi Hub Berbagi Sumber Daya Online
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ja/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ja/Resources.resw
index 86849c9..4ea5bfb 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ja/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ja/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
すべてのミュージック
+
+ メディアライブラリー同期中...
+
-
+ メディアライブラリの同期に問題があります
キューをクリア
@@ -700,7 +703,7 @@
ぼかし量
- ログファイル、オンライン歌詞キャッシュを含みます
+ ログファイル、オンライン歌詞キャッシュを含む
キャッシュ
@@ -855,6 +858,9 @@
歌詞ウィンドウを閉じたときにアプリを終了する
+
+ プレー履歴のエクスポート
+
設定をエクスポート
@@ -1309,7 +1315,7 @@
設定マネージャー
- Play History
+ プレーの歴史
オンライン共有センターを閲覧する
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ko/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ko/Resources.resw
index 9425562..2f49a88 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ko/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ko/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
모든 음악
+
+ 미디어 라이브러리 동기화 진행 중...
+
-
+ 미디어 라이브러리 동기화에 문제가 있습니다.
재생 대기열 비우기
@@ -855,6 +858,9 @@
가사 창을 닫을 때 앱 종료
+
+ 플레이 기록 내보내기
+
설정 내보내기
@@ -1309,7 +1315,7 @@
설정 관리자
- Play History
+ 플레이 기록
온라인 공유 허브 탐색
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ms/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ms/Resources.resw
index 78b9482..88676c6 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ms/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ms/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
Semua Muzik
+
+ Penyegerakan Pustaka Media sedang dijalankan...
+
-
+ Terdapat masalah dengan penyegerakan Pustaka Media
Kosongkan baris gilir main
@@ -700,7 +703,7 @@
Jumlah Kabur
- Termasuk fail log, cache lirik rangkaian
+ Termasuk fail log, cache lirik dalam talian
Cache
@@ -855,6 +858,9 @@
Keluar dari program apabila tetingkap lirik ditutup
+
+ Eksport sejarah main
+
Eksport Tetapan
@@ -1309,7 +1315,7 @@
Pengurus Tetapan
- Play History
+ Sejarah Main
Layari Hab Perkongsian Sumber Dalam Talian
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/pt/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/pt/Resources.resw
index a9ed7c6..9997ab2 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/pt/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/pt/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
Todas as Músicas
+
+ Sincronização da biblioteca multimédia em curso...
+
-
+ Existe um problema com a sincronização da Biblioteca Multimédia
Limpar fila de reprodução
@@ -700,7 +703,7 @@
Quantidade de Desfoque
- Inclui ficheiros de registo e cache de letras da rede
+ Inclui ficheiros de registo, cache de letras online
Cache
@@ -855,6 +858,9 @@
Sair do programa ao fechar a janela de letras
+
+ Exportar histórico de jogos
+
Exportar Definições
@@ -1309,7 +1315,7 @@
Gestor de Definições
- Play History
+ História do jogo
Explorar o Centro de Partilha de Recursos Online
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ru/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ru/Resources.resw
index af4c0a7..ebd4111 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ru/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/ru/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
Вся музыка
+
+ Выполняется синхронизация медиатеки...
+
-
+ Возникла проблема с синхронизацией медиатеки
Очистить очередь воспроизведения
@@ -700,7 +703,7 @@
Степень размытия
- Включает лог-файлы, кэш онлайн-текстов
+ Включая файлы журналов, кэш онлайновых текстов песен
Кэш
@@ -855,6 +858,9 @@
Выходить из программы при закрытии окна текста
+
+ Экспорт истории игр
+
Экспорт настроек
@@ -1309,7 +1315,7 @@
Менеджер настроек
- Play History
+ История игры
Просмотреть онлайн-центр обмена
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/th/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/th/Resources.resw
index 2374c3a..3364ed8 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/th/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/th/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
เพลงทั้งหมด
+
+ กำลังซิงค์คลังสื่อ...
+
-
+ มีปัญหาเกี่ยวกับการซิงค์ไลบรารีมีเดีย
ล้างคิวการเล่น
@@ -700,7 +703,7 @@
ปริมาณความเบลอ
- รวมไฟล์บันทึก, แคชเนื้อเพลงจากเครือข่าย
+ รวมถึงไฟล์บันทึก, แคชเนื้อเพลงออนไลน์
แคช
@@ -855,6 +858,9 @@
ออกจากโปรแกรมเมื่อปิดหน้าต่างเนื้อเพลง
+
+ ส่งออกประวัติการเล่น
+
ส่งออกการตั้งค่า
@@ -1309,7 +1315,7 @@
ตัวจัดการการตั้งค่า
- Play History
+ ประวัติการเล่น
เรียกดูศูนย์แบ่งปันทรัพยากรออนไลน์
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/vi/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/vi/Resources.resw
index ed1380c..82fe72b 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/vi/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/vi/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
Tất cả bài hát
+
+ Đang đồng bộ thư viện phương tiện...
+
-
+ Có vấn đề với việc đồng bộ hóa Thư viện Phương tiện.
Xóa hàng đợi phát
@@ -700,7 +703,7 @@
Độ mờ
- Bao gồm tệp nhật ký, bộ nhớ đệm lời bài hát mạng
+ Gồm các tệp nhật ký và bộ nhớ đệm lời bài hát trực tuyến.
Bộ nhớ đệm
@@ -855,6 +858,9 @@
Thoát chương trình khi đóng cửa sổ lời bài hát
+
+ Xuất lịch sử phát lại
+
Xuất cài đặt
@@ -1309,7 +1315,7 @@
Trình quản lý cài đặt
- Play History
+ Lịch sử chơi
Duyệt trung tâm chia sẻ tài nguyên trực tuyến
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/zh-Hans/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/zh-Hans/Resources.resw
index 784df59..9cedc8d 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/zh-Hans/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/zh-Hans/Resources.resw
@@ -703,7 +703,7 @@
模糊量
- 包括日志文件,网络歌词缓存,媒体库索引
+ 包括日志文件,网络歌词缓存
缓存
diff --git a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/zh-Hant/Resources.resw b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/zh-Hant/Resources.resw
index 70f84b4..59210f3 100644
--- a/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/zh-Hant/Resources.resw
+++ b/BetterLyrics.WinUI3/BetterLyrics.WinUI3/Strings/zh-Hant/Resources.resw
@@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
-
-
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -414,8 +414,11 @@
所有音樂
+
+ 媒體庫同步中...
+
-
+ 媒體庫同步有問題
清除播放佇列
@@ -855,6 +858,9 @@
關閉歌詞視窗時結束程式
+
+ 匯出播放記錄
+
匯出設定
@@ -1309,7 +1315,7 @@
設定管理器
- Play History
+ 播放記錄
瀏覽線上資源共享中心