|
1 | 1 | <?php |
2 | 2 | /** |
3 | 3 | * English translations (default) |
4 | | - * |
| 4 | + * |
5 | 5 | * @package ComposerUpdateHelper |
6 | 6 | * @subpackage i18n |
7 | 7 | */ |
|
13 | 13 | 'all_have_conflicts' => 'all outdated packages have dependency conflicts', |
14 | 14 | 'all_ignored' => 'all outdated packages are ignored', |
15 | 15 | 'all_ignored_or_conflicts' => 'all outdated packages are ignored or have dependency conflicts', |
16 | | - |
| 16 | + |
17 | 17 | // Commands |
18 | 18 | 'suggested_commands' => 'Suggested commands:', |
19 | 19 | 'suggested_commands_conflicts' => 'Suggested commands to resolve dependency conflicts:', |
20 | 20 | 'includes_transitive' => '(Includes transitive dependencies needed to resolve conflicts)', |
21 | 21 | 'update_transitive_first' => '(Update these transitive dependencies first, then retry updating the filtered packages)', |
22 | | - |
| 22 | + |
23 | 23 | // Framework and packages |
24 | 24 | 'detected_framework' => 'Detected framework constraints:', |
25 | 25 | 'ignored_packages_prod' => 'Ignored packages (prod):', |
|
32 | 32 | 'none' => '(none)', |
33 | 33 | 'conflicts_with' => 'conflicts with:', |
34 | 34 | 'package_abandoned' => 'Package is abandoned', |
| 35 | + 'abandoned_packages_section' => 'Abandoned packages found:', |
| 36 | + 'all_installed_abandoned_section' => 'All abandoned packages installed:', |
35 | 37 | 'replaced_by' => 'replaced by: %s', |
36 | 38 | 'alternative_solutions' => 'Alternative solutions:', |
37 | 39 | 'compatible_with_conflicts' => 'compatible with conflicting dependencies', |
38 | 40 | 'alternative_packages' => 'Alternative packages:', |
39 | 41 | 'recommended_replacement' => 'recommended replacement', |
40 | 42 | 'similar_functionality' => 'similar functionality', |
41 | | - |
| 43 | + |
42 | 44 | // Debug messages |
43 | 45 | 'debug_show_release_info' => 'showReleaseInfo = %s', |
44 | 46 | 'debug_check_dependencies' => 'checkDependencies = %s', |
|
54 | 56 | 'debug_action_skipped' => 'Action: SKIPPED (no compatible version found due to dependency constraints)', |
55 | 57 | 'debug_action_added' => 'Action: ADDED to %s dependencies: %s', |
56 | 58 | 'debug_no_compatible_version' => 'No compatible version found for %s (proposed: %s)', |
57 | | - |
| 59 | + |
58 | 60 | // Release info |
59 | 61 | 'release_info' => 'Release Information', |
60 | 62 | 'release_changelog' => 'Changelog', |
61 | 63 | 'release_view_on_github' => 'View on GitHub', |
62 | | - |
| 64 | + |
63 | 65 | // Progress messages |
64 | 66 | 'checking_dependency_conflicts' => '⏳ Checking dependency conflicts...', |
65 | 67 | 'checking_abandoned_packages' => '⏳ Checking for abandoned packages...', |
| 68 | + 'checking_all_abandoned_packages' => '⏳ Checking all installed packages for abandoned status...', |
66 | 69 | 'searching_fallback_versions' => '⏳ Searching for fallback versions...', |
67 | 70 | 'searching_alternative_packages' => '⏳ Searching for alternative packages...', |
68 | 71 | 'checking_maintainer_info' => '⏳ Checking maintainer information...', |
69 | | - |
| 72 | + |
70 | 73 | // Impact analysis |
71 | 74 | 'impact_analysis' => 'Impact analysis: Updating {package} to {version} would affect:', |
72 | | - |
| 75 | + 'impact_analysis_saved' => '✅ Impact analysis saved to: %s', |
| 76 | + |
73 | 77 | // Package count |
74 | 78 | 'found_outdated_packages' => 'Found %d outdated package(s)', |
75 | 79 | ]; |
|
0 commit comments