8000 separate numeric values from suffixes in File constraint's error mess… · symfony/symfony@868d649 · GitHub
[go: up one dir, main page]

Skip to content

Commit 868d649

Browse files
committed
separate numeric values from suffixes in File constraint's error message $maxSizeMessage
1 parent dd0da03 commit 868d649

37 files changed

+78
-77
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ca.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>No es pot llegir l'arxiu.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>L'arxiu és massa gran ({{ size }}). La grandària màxima permesa és {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>L'arxiu és massa gran ({{ size }} {{ suffix }}). La grandària màxima permesa és {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.cs.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Soubor je nečitelný.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Soubor je příliš velký ({{ size }}). Maximální povolená velikost souboru je {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Soubor je příliš velký ({{ size }} {{ suffix }}). Maximální povolená velikost souboru je {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.da.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Filen kan ikke læses.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Filen er for stor ({{ size }}). Tilladte maksimale størrelse {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Filen er for stor ({{ size }} {{ suffix }}). Tilladte maksimale størrelse {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.de.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Die Datei ist nicht lesbar.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Die Datei ist zu groß ({{ size }}). Die maximal zulässige Größe beträgt {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Die Datei ist zu groß ({{ size }} {{ suffix }}). Die maximal zulässige Größe beträgt {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.en.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>The file is not readable.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.es.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>No se puede leer el archivo.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>El archivo es demasiado grande ({{ size }}). El tamaño máximo permitido es {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>El archivo es demasiado grande ({{ size }} {{ suffix }}). El tamaño máximo permitido es {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.et.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Fail ei ole loetav.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Fail on liiga suur ({{ size }}). Suurim lubatud suurus on {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Fail on liiga suur ({{ size }} {{ suffix }}). Suurim lubatud suurus on {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.eu.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Fitxategia ez dago irakurgai.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Fitxategia handiegia da ({{ size }}). Baimendutako tamainu handiena {{ limit }} da.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Fitxategia handiegia da ({{ size }} {{ suffix }}). Baimendutako tamainu handiena {{ limit }} {{ suffix }} da.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fa.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>فایل قابلیت خواندن ندارد.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>فایل بیش از اندازه بزرگ است({{ size }}). حداکثر اندازه مجاز برابر {{ limit }} است.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>فایل بیش از اندازه بزرگ است({{ size }} {{ suffix }}). حداکثر اندازه مجاز برابر {{ limit }} {{ suffix }} است.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fi.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Tiedostoa ei voida lukea.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Tiedostonkoko ({{ size }}) on liian iso. Suurin sallittu tiedostonkoko on {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Tiedostonkoko ({{ size }} {{ suffix }}) on liian iso. Suurin sallittu tiedostonkoko on {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Le fichier n'est pas lisible.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Le fichier est trop volumineux ({{ size }}). Sa taille ne doit pas dépasser {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Le fichier est trop volumineux ({{ size }} {{ suffix }}). Sa taille ne doit pas dépasser {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.he.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>לא ניתן לקרוא את הקובץ.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>הקובץ גדול מדי ({{ size }}). הגודל המרבי המותר הוא {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>הקובץ גדול מדי ({{ size }} {{ suffix }}). הגודל המרבי המותר הוא {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hr.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Datoteka nije čitljiva.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Datoteka je prevelika ({{ size }}). Najveća dozvoljena veličina je {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Datoteka je prevelika ({{ size }} {{ suffix }}). Najveća dozvoljena veličina je {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hu.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>A fájl nem olvasható.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>A fájl túl nagy ({{ size }}). A legnagyobb megengedett méret {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>A fájl túl nagy ({{ size }} {{ suffix }}). A legnagyobb megengedett méret {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hy.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Ֆայլը անընթեռնելի է.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Ֆայլը չափազանց մեծ է ({{ size }}): Մաքսիմալ թույլատրելի չափսը՝ {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Ֆայլը չափազանց մեծ է ({{ size }} {{ suffix }}): Մաքսիմալ թույլատրելի չափսը՝ {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.id.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Berkas tidak bisa dibaca.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Ukuran berkas terlalu besar ({{ size }}). Ukuran maksimum yang diijinkan adalah {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Ukuran berkas terlalu besar ({{ size }} {{ suffix }}). Ukuran maksimum yang diijinkan adalah {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Il file non è leggibile.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Il file è troppo grande ({{ size }}). La dimensione massima consentita è {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Il file è troppo grande ({{ size }} {{ suffix }}). La dimensione massima consentita è {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ja.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>ファイルを読み込めません.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>ファイルのサイズが大きすぎます({{ size }})。有効な最大サイズは{{ limit }}です.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>ファイルのサイズが大きすぎます({{ size }} {{ suffix }})。有効な最大サイズは{{ limit }} {{ suffix }}です.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.lb.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>De Fichier ass net liesbar.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>De Fichier ass ze grouss ({{ size }}). Déi zougeloosse Maximalgréisst bedréit {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>De Fichier ass ze grouss ({{ size }} {{ suffix }}). Déi zougeloosse Maximalgréisst bedréit {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.lt.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Negalima nuskaityti bylos.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Byla yra per didelė ({{ size }}). Maksimalus dydis {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Byla yra per didelė ({{ size }} {{ suffix }}). Maksimalus dydis {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.mn.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Файл уншигдахуйц биш байна.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Файл хэтэрхий том байна ({{ size }}). Зөвшөөрөгдөх дээд хэмжээ {{ limit }} байна.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Файл хэтэрхий том байна ({{ size }} {{ suffix }}). Зөвшөөрөгдөх дээд хэмжээ {{ limit }} {{ suffix }} байна.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nb.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Filen kan ikke leses.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Filen er for stor ({{ size }}). Tilatte maksimale størrelse {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Filen er for stor ({{ size }} {{ suffix }}). Tilatte maksimale størrelse {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nl.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Het bestand is niet leesbaar.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Het bestand is te groot ({{ size }}). Toegestane maximum grootte is {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Het bestand is te groot ({{ size }} {{ suffix }}). Toegestane maximum grootte is {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pl.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<target>Nie można odczytać pliku.</target>
6464
</trans-unit>
6565
<trans-unit id="16">
66-
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}.</source>
67-
<target>Plik jest za duży ({{ size }}). Maksymalny dozwolony rozmiar to {{ limit }}.</target>
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Plik jest za duży ({{ size }} {{ suffix }}). Maksymalny dozwolony rozmiar to {{ limit }} {{ suffix }}.</target>
6868
</trans-unit>
6969
<trans-unit id= 3E4B "17">
7070
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>

0 commit comments

Comments
 (0)
0