Skip to content

Commit

Permalink
Fixes #1195 "APE file format" and prepared for 2.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Digimezzo Raphaël committed Sep 22, 2020
1 parent 9650884 commit 527a9c0
Show file tree
Hide file tree
Showing 30 changed files with 39 additions and 29 deletions.
4 changes: 3 additions & 1 deletion Dopamine.Core/Base/FileFormats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public static class FileFormats
public static string OPUS = ".opus";
public static string AIF = ".aif";
public static string AIFF = ".aiff";
public static string APE = ".ape";

// Lyrics extensions
public static string LRC = ".lrc";
Expand Down Expand Up @@ -49,7 +50,8 @@ public static class FileFormats
FileFormats.WAV,
FileFormats.OPUS,
FileFormats.AIF,
FileFormats.AIFF
FileFormats.AIFF,
FileFormats.APE
};

public static string[] SupportedStaticPlaylistExtensions = {
Expand Down
8 changes: 8 additions & 0 deletions Dopamine/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2020-09-22: Dopamine 2.0.5
--------------------------

- [Added] Added support for the APE file format
- [Added] Added support for ModernFlyouts (https://github.com/ShankarBUS/ModernFlyouts/)
- [Changed] Updated the Portuguese (Portugal) translation
- [Changed] Updated the Chinese (Simplified) translation

2020-09-05: Dopamine 2.0.4
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/BG.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Дарение</Text>
<Text Key="Donate_With_PayPal">Дари чрез PayPal</Text>
<Text Key="File_Types">Типове файлове</Text>
<Text Key="File_Types_Description">Поддържат се следните формати: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Поддържат се следните формати: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Клавишни комбинации</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/CS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Podpořit</Text>
<Text Key="Donate_With_PayPal">Podpořte pomocí PayPalu</Text>
<Text Key="File_Types">Typy souborů</Text>
<Text Key="File_Types_Description">Jsou podporovány tyto typy souborů: MP3, WMA, OGG, FLAC, M4A (AAC), WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Jsou podporovány tyto typy souborů: MP3, WMA, OGG, FLAC, M4A (AAC), WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Klávesové zkratky</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/DA.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Doner</Text>
<Text Key="Donate_With_PayPal">Doner med PayPal</Text>
<Text Key="File_Types">Filtyper</Text>
<Text Key="File_Types_Description">Disse filtyper er understøttet: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Disse filtyper er understøttet: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Tastaturgenveje</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/DE.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Spenden</Text>
<Text Key="Donate_With_PayPal">Über Paypal spenden</Text>
<Text Key="File_Types">Dateitypen</Text>
<Text Key="File_Types_Description">Folgende Dateitypen werden unterstützt: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Folgende Dateitypen werden unterstützt: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Tastenkombinationen</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/EL.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Δωρείστε</Text>
<Text Key="Donate_With_PayPal">Δωρείστε μέσω PayPal</Text>
<Text Key="File_Types">Τύποι αρχείων</Text>
<Text Key="File_Types_Description">Υποστηρίζονται οι ακόλουθοι τύποι αρχείων: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Υποστηρίζονται οι ακόλουθοι τύποι αρχείων: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Συντομεύσεις πληκτρολογίου</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/EN.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Donate</Text>
<Text Key="Donate_With_PayPal">Donate with PayPal</Text>
<Text Key="File_Types">File types</Text>
<Text Key="File_Types_Description">These file types are supported: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">These file types are supported: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Keyboard shortcuts</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/ES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Donar</Text>
<Text Key="Donate_With_PayPal">Donar a través de PayPal</Text>
<Text Key="File_Types">Formatos de archivo</Text>
<Text Key="File_Types_Description">Estos formatos de archivo están soportados: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Estos formatos de archivo están soportados: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Atajos de teclado</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/FR.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Faire un don</Text>
<Text Key="Donate_With_PayPal">Faire un don avec PayPal</Text>
<Text Key="File_Types">Types de fichiers</Text>
<Text Key="File_Types_Description">Les types de fichiers suivants sont supportés : MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Les types de fichiers suivants sont supportés : MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Raccourcis clavier</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/HR.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Doniraj</Text>
<Text Key="Donate_With_PayPal">Donirajte pomoću PayPala</Text>
<Text Key="File_Types">Vrste datoteka</Text>
<Text Key="File_Types_Description">Podržane su ove vrste datoteka: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Podržane su ove vrste datoteka: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Tipkovnički prečaci</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/HU.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Adományozás</Text>
<Text Key="Donate_With_PayPal">Adományozz PayPal-on</Text>
<Text Key="File_Types">Fájltípusok</Text>
<Text Key="File_Types_Description">Támogatott fájltípusok: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Támogatott fájltípusok: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Billentyűparancsok</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/ID.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Donasi</Text>
<Text Key="Donate_With_PayPal">Donasi dengan PayPal</Text>
<Text Key="File_Types">Tipe berkas</Text>
<Text Key="File_Types_Description">Mendukung tipe berkas berikut: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, AIFF.</Text>
<Text Key="File_Types_Description">Mendukung tipe berkas berikut: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Pintasan kibor</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/IT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Dona</Text>
<Text Key="Donate_With_PayPal">Dona con PayPal</Text>
<Text Key="File_Types">Tipi di file</Text>
<Text Key="File_Types_Description">Questi sono i tipi di file supportati: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Questi sono i tipi di file supportati: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Scorciatoie da tastiera</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/JP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">寄付</Text>
<Text Key="Donate_With_PayPal">PayPal で寄付</Text>
<Text Key="File_Types">ファイルの種類</Text>
<Text Key="File_Types_Description">これらのファイルをサポートしています: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF</Text>
<Text Key="File_Types_Description">これらのファイルをサポートしています: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE</Text>
<Text Key="Keyboard_Shortcuts">ショートカット</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/KO.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">기부</Text>
<Text Key="Donate_With_PayPal">페이팔로 기부</Text>
<Text Key="File_Types">파일 형식</Text>
<Text Key="File_Types_Description">지원 파일 형식: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF</Text>
<Text Key="File_Types_Description">지원 파일 형식: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE</Text>
<Text Key="Keyboard_Shortcuts">바로 가기 키</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/NL.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Doneren</Text>
<Text Key="Donate_With_PayPal">Doneren via PayPal</Text>
<Text Key="File_Types">Bestandsformaten</Text>
<Text Key="File_Types_Description">Deze bestandsformaten worden ondersteund: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Deze bestandsformaten worden ondersteund: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Sneltoetsen</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/NO.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Donere</Text>
<Text Key="Donate_With_PayPal">Donere med PayPal</Text>
<Text Key="File_Types">filtyper</Text>
<Text Key="File_Types_Description">Disse filtyper støttes: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Disse filtyper støttes: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Tastatursnarveier</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/PL.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Wspomóż</Text>
<Text Key="Donate_With_PayPal">Wspomóż przez PayPal</Text>
<Text Key="File_Types">Typy plików</Text>
<Text Key="File_Types_Description">Obsługiwane typy plików: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Obsługiwane typy plików: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Skróty klawiszowe</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/PT-BR.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Doar</Text>
<Text Key="Donate_With_PayPal">Doar com PayPal</Text>
<Text Key="File_Types">Tipos de arquivos</Text>
<Text Key="File_Types_Description">Estes tipos de arquivo são suportados: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Estes tipos de arquivo são suportados: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Atalhos do teclado</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/PT-PT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Doar</Text>
<Text Key="Donate_With_PayPal">Doar por PayPal</Text>
<Text Key="File_Types">Tipos de ficheiro</Text>
<Text Key="File_Types_Description">São suportados os seguintes formatos: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">São suportados os seguintes formatos: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Teclas de atalho</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/RU.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Пожертвовать</Text>
<Text Key="Donate_With_PayPal">Пожертвовать через PayPal</Text>
<Text Key="File_Types">Типы файлов</Text>
<Text Key="File_Types_Description">Поддерживаются следующие типы файлов: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Поддерживаются следующие типы файлов: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Сочетания клавиш</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/SR-Cyrl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Донирај</Text>
<Text Key="Donate_With_PayPal">Донирај са PayPal-ом</Text>
<Text Key="File_Types">Типови датотека</Text>
<Text Key="File_Types_Description">Ови типови датотека су подржани: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, AIFF.</Text>
<Text Key="File_Types_Description">Ови типови датотека су подржани: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Пречице тастатуре</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/SR-Latn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Doniraj</Text>
<Text Key="Donate_With_PayPal">Doniraj sa PayPal-om</Text>
<Text Key="File_Types">Tipovi datoteka</Text>
<Text Key="File_Types_Description">Ovi tipovi datoteka su podržani: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, AIFF.</Text>
<Text Key="File_Types_Description">Ovi tipovi datoteka su podržani: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Prečice tastature</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/SV.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Donera</Text>
<Text Key="Donate_With_PayPal">Donera via PayPal</Text>
<Text Key="File_Types">Filtyper</Text>
<Text Key="File_Types_Description">Dessa filtyper stöds: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Dessa filtyper stöds: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Tangentbordsgenvägar</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/TR.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Bağışta bulun</Text>
<Text Key="Donate_With_PayPal">PayPal kullanarak bağışta bulun</Text>
<Text Key="File_Types">Dosya tipleri</Text>
<Text Key="File_Types_Description">Desteklenen dosya türleri: MP3, WMA, OGG, FLAC, M4A (AAC), WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Desteklenen dosya türleri: MP3, WMA, OGG, FLAC, M4A (AAC), WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Klavye kısayolları</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/UK.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Пожертвувати</Text>
<Text Key="Donate_With_PayPal">Пожертвувати використовуючи PayPal</Text>
<Text Key="File_Types">Типи файлів</Text>
<Text Key="File_Types_Description">Підтримувані типи файлів: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Підтримувані типи файлів: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Гарячі клавіші (Комбінації клавіш)</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/VI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">Đóng góp</Text>
<Text Key="Donate_With_PayPal">Đóng góp bằng PayPal</Text>
<Text Key="File_Types">Loại tệp</Text>
<Text Key="File_Types_Description">Các loại tệp tin được hỗ trợ: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF.</Text>
<Text Key="File_Types_Description">Các loại tệp tin được hỗ trợ: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE.</Text>
<Text Key="Keyboard_Shortcuts">Các phím tắt</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/ZH-CN.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">捐赠</Text>
<Text Key="Donate_With_PayPal">使用 PayPal 捐赠</Text>
<Text Key="File_Types">文件类型</Text>
<Text Key="File_Types_Description">支持以下文件类型: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF</Text>
<Text Key="File_Types_Description">支持以下文件类型: MP3, WMA, OGG, FLAC, M4A (AAC), AAC, WAV, OPUS, AIFF, APE</Text>
<Text Key="Keyboard_Shortcuts">键盘快捷方式</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down
2 changes: 1 addition & 1 deletion Dopamine/Languages/ZH-TW.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Text Key="Donate">捐贈</Text>
<Text Key="Donate_With_PayPal">使用PayPal捐贈</Text>
<Text Key="File_Types">檔案類型</Text>
<Text Key="File_Types_Description">支援以下檔案類型:MP3,WMA,OGG,FLAC,M4A(AAC),AAC,WAV, OPUS, AIFF。</Text>
<Text Key="File_Types_Description">支援以下檔案類型:MP3,WMA,OGG,FLAC,M4A(AAC),AAC,WAV, OPUS, AIFF, APE。</Text>
<Text Key="Keyboard_Shortcuts">鍵盤快捷鍵</Text>
<Text Key="Key_Plus">+</Text>
<Text Key="Key_Minus">-</Text>
Expand Down

0 comments on commit 527a9c0

Please sign in to comment.