added Russian translation
This commit is contained in:
17
resources/lang/ru-RU/messages.php
Normal file
17
resources/lang/ru-RU/messages.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type добавлено!',
|
||||
'updated' => ':type обновлено!',
|
||||
'deleted' => ':type удалено!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Ошибка: Вы не можете управлять этой компанией!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Предупреждение: Вы не можете удалить :type. Потому что внутри содержится :text',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user