/
mikopbx
/
ModuleItalianLanguagePack
Обзор
Документация
Войти
/
mikopbx
/
ModuleItalianLanguagePack
Код
Запросы
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:05
04 май 2026, 13:05
d4705de
Код
Авторство
О чём код?
<?php declare(strict_types=1); return [ 'BreadcrumbModuleItalianLanguagePack' => 'Language Pack - Italian', 'SubHeaderModuleItalianLanguagePack' => 'Complete Italian language support for MikoPBX', 'mlp_it_SoundFiles' => 'Sound Files', 'mlp_it_TranslationFiles' => 'Translation Files', 'mlp_it_TranslationStrings' => 'Translation Strings', 'mlp_it_Step1' => 'After enabling this language pack, select the appropriate language in General Settings.', 'mlp_it_GoToGeneralSettings' => 'Go to General Settings', 'mlp_it_HelpTranslate' => 'Want to improve the translation? Help us on Weblate!', 'mlp_it_WeblateLink' => 'Open Weblate', 'mlp_it_BackToOverview' => 'Back to overview', 'mlp_it_ColumnFile' => 'File', 'mlp_it_ColumnPlayer' => 'Player', 'mlp_it_ColumnConverted' => 'Converted', 'mlp_it_ProgressTitle' => 'Sound files conversion', 'mlp_it_StageQueued' => 'Queued', 'mlp_it_StageConverting' => 'Converting', 'mlp_it_StageCompleted' => 'Completed', 'mlp_it_LoadError' => 'Failed to load sound files list', 'mlp_it_EmptyTable' => 'Sound files are not installed yet', 'mlp_it_WaitBeforeSwitching' => 'Wait until sound conversion finishes before switching language in General Settings.', ];