Your Shop creates, verify user
This commit is contained in:
parent
c129a44383
commit
ccc2af4bf7
76 changed files with 3728 additions and 1477 deletions
File diff suppressed because one or more lines are too long
|
|
@ -113,6 +113,7 @@ return [
|
|||
'url' => ':attribute muss eine URL sein.',
|
||||
'old_password' => 'Passwort ist nicht gültig',
|
||||
'users_update_email' => 'Die E-Mail ist schon zur Änderung eingetragen',
|
||||
'profanity' => ':attribute ist nicht zulässig',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
@ -172,5 +173,8 @@ return [
|
|||
'time' => 'Uhrzeit',
|
||||
'available' => 'verfügbar',
|
||||
'size' => 'Größe',
|
||||
'user_shop_name' => 'Shop Name',
|
||||
'user_shop_active' => 'Nutzungsbedinungen',
|
||||
|
||||
],
|
||||
];
|
||||
|
|
|
|||
81
resources/lang/vendor/profanity/en/profanity.php
vendored
Normal file
81
resources/lang/vendor/profanity/en/profanity.php
vendored
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Filter the following list when this language is used.
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
|
|
||||
*/
|
||||
|
||||
'anal',
|
||||
'anus',
|
||||
'arse',
|
||||
'ass',
|
||||
'ballsack',
|
||||
'balls',
|
||||
'bastard',
|
||||
'bitch',
|
||||
'biatch',
|
||||
'bloody',
|
||||
'blowjob',
|
||||
'bollock',
|
||||
'bollok',
|
||||
'boner',
|
||||
'boob',
|
||||
'bugger',
|
||||
'bum',
|
||||
'butt',
|
||||
'buttplug',
|
||||
'clitoris',
|
||||
'cock',
|
||||
'coon',
|
||||
'crap',
|
||||
'cunt',
|
||||
'damn',
|
||||
'dick',
|
||||
'dildo',
|
||||
'dyke',
|
||||
'fag',
|
||||
'feck',
|
||||
'fellate',
|
||||
'fellatio',
|
||||
'felching',
|
||||
'fuck',
|
||||
'fudgepacker',
|
||||
'flange',
|
||||
'goddamn',
|
||||
'hell',
|
||||
'homo',
|
||||
'jizz',
|
||||
'knobend',
|
||||
'labia',
|
||||
'muff',
|
||||
'nigger',
|
||||
'nigga',
|
||||
'penis',
|
||||
'piss',
|
||||
'poop',
|
||||
'prick',
|
||||
'pube',
|
||||
'pussy',
|
||||
'queer',
|
||||
'scrotum',
|
||||
'sex',
|
||||
'shit',
|
||||
'sh1t',
|
||||
'slut',
|
||||
'smegma',
|
||||
'spunk',
|
||||
'suck',
|
||||
'tit',
|
||||
'tosser',
|
||||
'turd',
|
||||
'twat',
|
||||
'vagina',
|
||||
'wank',
|
||||
'whore',
|
||||
'wtf',
|
||||
];
|
||||
14
resources/lang/vendor/profanity/es/profanity.php
vendored
Normal file
14
resources/lang/vendor/profanity/es/profanity.php
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Filter the following list when this language is used.
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
|
|
||||
*/
|
||||
|
||||
'mierda',
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue