თუ json ფორმატს აირჩევთ ავტომატურად დაგენერირებული ფაილები შეგიძლიათ დატოვოთ php ფორმატის ფაილებში არ არის სავალდებულო გადაკეთება
დამხმარე რესურსები:
ფაილური სტრუქტურა
Key-ები snake_case ფორმატით:
ავტომატურად დაგენერირებული ფაილების თარგმანი:
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'მომხმარებელი ამ ქრედენშალებით ვერ მოიძებნა.',
'password' => 'თქვენს მიერ მოწოდებული პაროლი არასწორია.',
'throttle' => 'განხორციელდა ავტენტიფიკაციის ბევრი მცდელობა. გთხოვთ სცადოთ მოგვიანებით :seconds წამში.',
];
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '« წინა',
'next' => 'მომდევნო »',
];
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'reset' => 'თქვენი პაროლი განახლებულია!',
'sent' => 'პაროლის განახლების ლინკი გამოგზავნილია!',
'throttled' => 'ცოტახანი მოიცადეთ სანამ თავიდან ცდით.',
'token' => 'პაროლის განახლების ტოკენი არავალიდურია.',
'user' => "მომხმარებელი მოცემული email-ით არ არსებობს.",
];
<?php
ეს ფაილი ძირითადად ერორ მესიჯებს გვიჩვენებს და განკუთვნილია დეველოპერისთვის
შესაბამისად ამ ფაილის თარგმნა არ არის სავალდებულო.