user shop sites
This commit is contained in:
parent
22a2b4710a
commit
dc857e88d5
37 changed files with 2044 additions and 869 deletions
|
|
@ -114,6 +114,8 @@ return [
|
|||
'old_password' => 'Passwort ist nicht gültig',
|
||||
'users_update_email' => 'Die E-Mail ist schon zur Änderung eingetragen',
|
||||
'profanity' => ':attribute ist nicht zulässig',
|
||||
'recaptcha' => 'google reCaptcha Fehler, bitte versuch es erneut!',
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
@ -159,6 +161,7 @@ return [
|
|||
'age' => 'Alter',
|
||||
'sex' => 'Geschlecht',
|
||||
'gender' => 'Geschlecht',
|
||||
'message' => 'Nachricht',
|
||||
'day' => 'Tag',
|
||||
'month' => 'Monat',
|
||||
'year' => 'Jahr',
|
||||
|
|
@ -175,6 +178,8 @@ return [
|
|||
'size' => 'Größe',
|
||||
'user_shop_name' => 'Shop Name',
|
||||
'user_shop_active' => 'Nutzungsbedinungen',
|
||||
'g-recaptcha-response' => 'google reCaptcha',
|
||||
'accepted_data_protection' => 'Einwilligung Datenschutzerklärung'
|
||||
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue