Skip to content

Commit

Permalink
Merge pull request #130 from XzAeRo/add-more-translations
Browse files Browse the repository at this point in the history
Add italian and german translations
  • Loading branch information
Eugene Terentev authored May 18, 2018
2 parents b265647 + 490d0ae commit 806f3c2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions src/widget/messages/de/filekit/widget.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
/**
* Project yii2-file-kit.
* Author: Eugene Terentev <[email protected]>
*/
return [
'Maximum number of files exceeded' => 'Maximale anzahl von dateien überschritten',
'File type not allowed' => 'Dateityp nicht erlaubt',
'File is too large' => 'Datei ist zu groß',
'File is too small' => 'Datei ist zu klein'
];
4 changes: 2 additions & 2 deletions src/widget/messages/es/filekit/widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Author: Eugene Terentev <[email protected]>
*/
return [
'Maximum number of files exceeded' => 'Numero maximo de ficheros acceptado ',
'File type not allowed' => 'Typos de ficheros acceptados',
'Maximum number of files exceeded' => 'Se ha superado el límite de archivos permitidos',
'File type not allowed' => 'Formato de archivo no permitido',
'File is too large' => 'Fichero demasiado grande',
'File is too small' => 'Fichero demasiado pequeño'
];
11 changes: 11 additions & 0 deletions src/widget/messages/it/filekit/widget.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
/**
* Project yii2-file-kit.
* Author: Eugene Terentev <[email protected]>
*/
return [
'Maximum number of files exceeded' => 'Numero massimo di file superati',
'File type not allowed' => 'Tipo di file non consentito',
'File is too large' => 'Il file è troppo grande',
'File is too small' => 'Il file è troppo piccolo'
];

0 comments on commit 806f3c2

Please sign in to comment.