Add language files and translations
This commit is contained in:
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
|
||||
return
|
||||
[
|
||||
'formSuccess' => 'Your message has been sent successfully.
|
||||
You will be contacted as soon as possible.',
|
||||
'tokenFaultAlert' => 'You entered the verification code incorrectly!',
|
||||
'tokenNullAlert' => 'You did not enter the verification code!',
|
||||
'mailNullAlert' => 'so that we can contact you
|
||||
Do not leave the E-Mail field blank.',
|
||||
'messageAlert' => 'You did not write your message.',
|
||||
'mailFaultAlert' => 'Please enter a valid E-Mail address.',
|
||||
'nameAlert' => 'Name Surname field cannot be left blank.
|
||||
Please write your full name!',
|
||||
'placeholder' => 'Please enter the verification code. ( Case sensitive )',
|
||||
'note1' => 'Fields with a star are mandatory.',
|
||||
'messages' => 'Messages',
|
||||
'send' => 'Gönder',
|
||||
'contact' => 'Contact',
|
||||
'namesurname' => 'Name Surname',
|
||||
'mailadress' => 'E-mail Adress',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user