Merge pull request #8 from ianrodriguesbr/patch-ptbr

Add pt-br translation
This commit is contained in:
Arandi López 2017-06-20 10:52:43 -05:00 committed by GitHub
commit f046206e3b
3 changed files with 76 additions and 0 deletions

View File

@ -113,6 +113,7 @@ Pull requests are welcome, but please make sure you provide unit tests to cover
- English
- Spanish
- Italian ( provided by @aletundo )
- Brazilian Portuguese ( provided by @ianrodriguesbr )
- Traditional Chinese ( provided by @Nationalcat )
- Slovak ( provided by @kotass )
- Dutch (Netherlands) ( provided by @Cannonb4ll )

70
src/dict/pt-br.php Normal file
View File

@ -0,0 +1,70 @@
<?php
/*
|--------------------------------------------------------------------------
| Filter the following list when this language is used.
|--------------------------------------------------------------------------
| Provided by @ianrodriguesbr
|
*/
return [
'aborto',
'anal',
'anus',
'ânus',
'bicha',
'boceta',
'boquete',
'bosta',
'cacete',
'caralho',
'chupeta',
'cuzao',
'cuzão',
'cú',
'estupro',
'foda',
'foder',
'gozar',
'idiota',
'inbecil',
'inbecíl',
'inferno',
'masturbacao',
'masturbação',
'merda',
'mijar',
'orgasmo',
'orgia',
'otario',
'otário',
'panaca',
'pau',
'piroca',
'porno',
'pornô',
'porra',
'prostituta',
'punheta',
'punheteiro',
'puta',
'putaria',
'pênis',
'rapariga',
'rola',
'rôla',
'sapatao',
'sapatão',
'semen',
'sex',
'sexo',
'sexy',
'siririca',
'sêmen',
'testículo',
'teta',
'traseiro',
'vagina',
'viado',
'vibrador',
'xoxota',
];

View File

@ -0,0 +1,5 @@
<?php
return [
'profane' => 'O campo :attribute contém palavras vulgares'
];