File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 82
82
'extension_exists ' => "Extension ':name' already exists at :path " ,
83
83
'base_path_not_configured ' => "Base path for type ':type' not configured " ,
84
84
'stubs_path_invalid ' => 'Stubs path is invalid: :path ' ,
85
+ 'discovered_extensions ' => 'Discovered extensions: :count ' ,
86
+ 'removed_orphaned_extensions ' => 'Removed orphaned extensions: :count ' ,
87
+ 'discovery_failed ' => 'Extension discovery failed: :error ' ,
88
+ 'extension_installed_with_migrations ' => 'Extension installed: dependencies and migrations run ' ,
89
+ 'extension_installed_deps_only ' => 'Extension installed: dependencies only ' ,
90
+ 'install_failed ' => 'Installation failed: :error ' ,
85
91
];
Original file line number Diff line number Diff line change 82
82
'extension_exists ' => "Розширення ':name' вже існує у :path " ,
83
83
'base_path_not_configured ' => "Базовий шлях для типу ':type' не налаштовано " ,
84
84
'stubs_path_invalid ' => 'Некоректний шлях до шаблонів: :path ' ,
85
+ 'discovered_extensions ' => 'Виявлено розширень: :count ' ,
86
+ 'removed_orphaned_extensions ' => 'Видалено осиротілі розширення: :count ' ,
87
+ 'discovery_failed ' => 'Виявлення розширень не вдалося: :error ' ,
88
+ 'extension_installed_with_migrations ' => 'Розширення встановлено: залежності і міграції виконано ' ,
89
+ 'extension_installed_deps_only ' => 'Розширення встановлено: лише залежності ' ,
90
+ 'install_failed ' => 'Встановлення не вдалося: :error ' ,
85
91
];
You can’t perform that action at this time.
0 commit comments