Skip to content

Commit

Permalink
Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jorikfon committed Sep 11, 2024
1 parent 20b00c6 commit f7632d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/AdminCabinet/Controllers/SessionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ private function checkCredentials(string $login, string $password):bool
}

/**
* Creates a key for storing login attempts based on the current time interval.
*
* @param int $interval
* @return string
Expand Down
2 changes: 2 additions & 0 deletions src/Common/Messages/ru.php
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,8 @@
'ext_ModuleDowngradeDescription' => 'Будет выполнен откат модуля к предыдущей версии. Настройки сохранятся, однако для платных модулей сначала проверится лицензия. Учтите, что откат может изменить структуру данных, и, возможно, потребуется перенастроить модуль. Во время отката избегайте выполнения других операций в системе.',
'ext_InstallUpdateAction' => 'Выполнить',
'ext_SystemVersionRequired' => 'Минимально совместимая версия MikoPBX',
'ext_WrongGetModuleLink'=>'Ошибка получения файла модуля из репозитория',
'ext_NoLicenseRequired'=>'Бесплатный модуль',
'DimmerWaitForPBXIsOnline' => 'Разрыв связи с ядром PBX …',
'DimmerWaitForPBXOnlineDescription' => 'Это нормально, если станция перезагружается. <br>Как только связь восстановится, страница обновится автоматически!',
'loc_NoResult' => 'Ничего не найдено',
Expand Down

0 comments on commit f7632d1

Please sign in to comment.