Add language files and translations

This commit is contained in:
Erkan IŞIK
2026-07-02 09:12:35 +03:00
parent ee794ded94
commit da360d227b
79 changed files with 1750 additions and 0 deletions
+24
View File
@@ -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',
];