lk.zachem.info/lang/ru/notifications.php

26 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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.
|
*/
'has no notifications' => 'Список уведомлений пуст',
'App\Notifications\UniqueContact' => 'Контакт :contact был проверен, уникальность подтверждена',
'App\Notifications\NotUniqueContact' => 'Контакт :contact был проверен и является не уникальным',
'App\Notifications\ContractUpdated' => 'Информация о договоре для контакта ":contact" обновлен',
'App\Notifications\Deal\DealCreated' => 'Контакт создан',
'App\Notifications\Deal\DealUnique' => 'Стутус контакта изменен на "уникальный"',
'App\Notifications\Deal\DealNotUnique' => 'Стутус контакта изменен на "не уникальный"',
'App\Notifications\Deal\ContractUpdated' => 'Информация о договоре обновлена',
];