-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from XzAeRo/add-more-translations
Add italian and german translations
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
]; |