Skip to content

Commit

Permalink
Merge pull request #127 from prsolucoes/master
Browse files Browse the repository at this point in the history
portuguese translation
  • Loading branch information
Eugene Terentev authored Apr 18, 2018
2 parents 31d4ff5 + feae124 commit b265647
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/widget/messages/pt/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' => 'Número máximo de arquivos excedidos',
'File type not allowed' => 'Tipo de arquivo não permitido',
'File is too large' => 'O arquivo é muito grande',
'File is too small' => 'O arquivo é muito pequeno'
];

0 comments on commit b265647

Please sign in to comment.