Files
snipe-it/resources/lang/ka-GE/reminders.php
T
snipe edcd46dd67 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2025-06-30 11:44:46 +01:00

22 lines
1.5 KiB
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| Password Reminder 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.
|
*/
"password" => "პაროლი უნდა შედგებოდეს მინიმუმ ექვსი სიმბოლოსგან და უნდა ემთხვეოდეს დადასტურებისას.",
"user" => "მომხმარებლის სახელი ან ელფოსტის მისამართი არასწორია.",
"token" => 'პაროლის აღდგენის ტოკენი არასწორია, ვადაგასულია ან არ შეესაბამება მითითებულ მომხმარებლის სახელს.',
'sent' => 'თუ ჩვენს სისტემაში არსებობს შესაბამისი მომხმარებელი მოქმედი ელფოსტის მისამართით, პაროლის აღდგენის ბმული გაგზავნილია.',
);