/
mikopbx
/
ModuleCzechLanguagePack
Обзор
Документация
Войти
/
mikopbx
/
ModuleCzechLanguagePack
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
Messages/en/Common.php
26 строк
1 KB
Nikolai Beketov
feat(ui): add sound files browser with conversion progress
04 май 2026, 13:15
04 май 2026, 13:15
570aecd
Код
Авторство
О чём код?
<?php declare(strict_types=1); return [ 'BreadcrumbModuleCzechLanguagePack' => 'Language Pack - Czech', 'SubHeaderModuleCzechLanguagePack' => 'Complete Czech language support for MikoPBX', 'mlp_cs_SoundFiles' => 'Sound Files', 'mlp_cs_TranslationFiles' => 'Translation Files', 'mlp_cs_TranslationStrings' => 'Translation Strings', 'mlp_cs_Step1' => 'After enabling this language pack, select the appropriate language in General Settings.', 'mlp_cs_GoToGeneralSettings' => 'Go to General Settings', 'mlp_cs_HelpTranslate' => 'Want to improve the translation? Help us on Weblate!', 'mlp_cs_WeblateLink' => 'Open Weblate', 'mlp_cs_BackToOverview' => 'Back to overview', 'mlp_cs_ColumnFile' => 'File', 'mlp_cs_ColumnPlayer' => 'Player', 'mlp_cs_ColumnConverted' => 'Converted', 'mlp_cs_ProgressTitle' => 'Sound files conversion', 'mlp_cs_StageQueued' => 'Queued', 'mlp_cs_StageConverting' => 'Converting', 'mlp_cs_StageCompleted' => 'Completed', 'mlp_cs_LoadError' => 'Failed to load sound files list', 'mlp_cs_EmptyTable' => 'Sound files are not installed yet', 'mlp_cs_WaitBeforeSwitching' => 'Wait until sound conversion finishes before switching language in General Settings.', ];