Translations Added~
This commit is contained in:
parent
320b00ac4f
commit
9b20f00729
|
|
@ -47,7 +47,7 @@ class CustomerLoginRequest extends FormRequest
|
|||
public function messages()
|
||||
{
|
||||
return [
|
||||
'g-recaptcha-response.required' => 'Please select CAPTCHA'
|
||||
'g-recaptcha-response.required' => __('customer::app.admin.system.captcha.validations.required')
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ class CustomerRegistrationRequest extends FormRequest
|
|||
public function messages()
|
||||
{
|
||||
return [
|
||||
'g-recaptcha-response.required' => 'Please select CAPTCHA'
|
||||
'g-recaptcha-response.required' => __('customer::app.admin.system.captcha.validations.required')
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@ return [
|
|||
'site-key' => 'مفتاح الموقع',
|
||||
'secret-key' => 'المفتاح السري',
|
||||
'status' => 'حالة',
|
||||
|
||||
'validations' => [
|
||||
'required' => 'الرجاء اختيار CAPTCHA'
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@ return [
|
|||
'site-key' => 'Site-Schlüssel',
|
||||
'secret-key' => 'Geheimer Schlüssel',
|
||||
'status' => 'Status',
|
||||
|
||||
'validations' => [
|
||||
'required' => 'Bitte wählen Sie CAPTCHA'
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@ return [
|
|||
'site-key' => 'Site Key',
|
||||
'secret-key' => 'Secret Key',
|
||||
'status' => 'Status',
|
||||
|
||||
'validations' => [
|
||||
'required' => 'Please select CAPTCHA'
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@ return [
|
|||
'site-key' => 'Clave del sitio',
|
||||
'secret-key' => 'Llave secreta',
|
||||
'status' => 'Estado',
|
||||
|
||||
'validations' => [
|
||||
'required' => 'Seleccione CAPTCHA'
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@ return [
|
|||
'site-key' => 'Clé du site',
|
||||
'secret-key' => 'Clef secrète',
|
||||
'status' => 'Statut',
|
||||
|
||||
'validations' => [
|
||||
'required' => 'Veuillez sélectionner CAPTCHA'
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@ return [
|
|||
'site-key' => 'Chiave del sito',
|
||||
'secret-key' => 'Chiave segreta',
|
||||
'status' => 'Stato',
|
||||
|
||||
'validations' => [
|
||||
'required' => 'Seleziona CAPTCHA'
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@ return [
|
|||
'site-key' => 'Sitesleutel',
|
||||
'secret-key' => 'Geheime sleutel',
|
||||
'status' => 'Toestand',
|
||||
|
||||
'validations' => [
|
||||
'required' => 'Selecteer CAPTCHA'
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@ return [
|
|||
'site-key' => 'Chave do Site',
|
||||
'secret-key' => 'Chave secreta',
|
||||
'status' => 'Status',
|
||||
|
||||
'validations' => [
|
||||
'required' => 'Selecione CAPTCHA'
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue