nit: add punctuation
This commit is contained in:
parent
a7471a44a8
commit
4ab323589b
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => 'Das :attribute enthält vulgäre Wörter',
|
||||
'profane' => 'Das :attribute enthält vulgäre Wörter.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => 'The :attribute contains vulgar content',
|
||||
'profane' => 'The :attribute contains vulgar content.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => 'El :attribute contiene palabras vulgares',
|
||||
'profane' => 'El :attribute contiene palabras vulgares.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => 'El :attribute contiene palabras vulgares',
|
||||
'profane' => 'El :attribute contiene palabras vulgares.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => 'Le champ :attribute comporte du contenu vulgaire',
|
||||
'profane' => 'Le champ :attribute comporte du contenu vulgaire.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => 'Στο πεδίο :attribute εμπεριέχονται χυδαίες εκφράσεις',
|
||||
'profane' => 'Στο πεδίο :attribute εμπεριέχονται χυδαίες εκφράσεις.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => ':attribute mengandung konten yang vulgar',
|
||||
'profane' => ':attribute mengandung konten yang vulgar.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => 'Il campo :attribute contiene parole volgari o offensive',
|
||||
'profane' => 'Il campo :attribute contiene parole volgari o offensive.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => 'ഈ :attribute നകത്തു മ്ലേച്ഛമായ ഭാഷ ഉണ്ട്',
|
||||
'profane' => 'ഈ :attribute നകത്തു മ്ലേച്ഛമായ ഭാഷ ഉണ്ട്.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => 'Het :attribute veld bevat vulgaire inhoud',
|
||||
'profane' => 'Het :attribute veld bevat vulgaire inhoud.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => 'O campo :attribute contém palavras vulgares',
|
||||
'profane' => 'O campo :attribute contém palavras vulgares.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => ':attribute are un continut vulgar',
|
||||
'profane' => ':attribute are un continut vulgar.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => ':attribute are un continut vulgar',
|
||||
'profane' => ':attribute are un continut vulgar.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => ':attribute obsahuje vulgárny obsah',
|
||||
'profane' => ':attribute obsahuje vulgárny obsah.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => ':attribute sadrži vulgarne reči',
|
||||
'profane' => ':attribute sadrži vulgarne reči.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'profane' => ':attribute欄位內容包含粗俗用詞,請您修正:)',
|
||||
'profane' => ':attribute欄位內容包含粗俗用詞,請您修正。',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue