|
199 | 199 | "scheduled_prune_description": "Автоматично очищувати невикористані ресурси Docker за розкладом", |
200 | 200 | "scheduled_prune_interval_label": "Інтервал очищення", |
201 | 201 | "scheduled_prune_interval_description": "Час між автоматичною чисткою операціями (60-10080 хвилин)", |
| 202 | + "prune_options_title": "Параметри обрізки", |
| 203 | + "prune_options_description": "Ці параметри визначають поведінку обрізання за замовчуванням. Їх використовує завдання обрізання за розкладом, а дії обрізання на панелі керування можуть перевизначати їх під час запуску.", |
| 204 | + "prune_containers_label": "Контейнери", |
| 205 | + "prune_images_label": "Зображення", |
| 206 | + "prune_volumes_label": "Обсяги", |
| 207 | + "prune_networks_label": "Мережі", |
| 208 | + "prune_build_cache_label": "Побудувати кеш", |
202 | 209 | "scheduled_prune_containers_label": "Prune Containers", |
203 | | - "scheduled_prune_containers_description": "Remove stopped containers", |
| 210 | + "scheduled_prune_containers_description": "Виберіть, чи пропускати, обрізати зупинені контейнери або обрізати контейнери, кількість яких перевищує певний поріг", |
204 | 211 | "scheduled_prune_images_label": "Prune Images", |
205 | | - "scheduled_prune_images_description": "Remove unused images (uses the Docker Prune Mode setting)", |
| 212 | + "scheduled_prune_images_description": "Виберіть, чи потрібно обрізати висячі зображення, всі невикористані зображення або тільки старі невикористані зображення", |
206 | 213 | "scheduled_prune_volumes_label": "Prune Volumes", |
207 | | - "scheduled_prune_volumes_description": "Remove unused volumes", |
| 214 | + "scheduled_prune_volumes_description": "Choose whether to prune only anonymous volumes or all unused volumes", |
208 | 215 | "scheduled_prune_volumes_warning": "Warning: This may delete important data. Only enable if you're sure.", |
209 | 216 | "scheduled_prune_networks_label": "Prune Networks", |
210 | | - "scheduled_prune_networks_description": "Remove unused networks", |
| 217 | + "scheduled_prune_networks_description": "Choose whether to prune unused networks immediately or only older unused networks", |
211 | 218 | "scheduled_prune_build_cache_label": "Prune Build Cache", |
212 | | - "scheduled_prune_build_cache_description": "Remove Docker build cache", |
| 219 | + "scheduled_prune_build_cache_description": "Choose whether to prune unused build cache, all build cache, or only older cache entries", |
| 220 | + "prune_mode_none": "None", |
| 221 | + "prune_mode_older_than": "Older Than", |
| 222 | + "prune_volumes_mode_anonymous": "Anonymous Only", |
| 223 | + "prune_volumes_mode_all": "All Unused", |
| 224 | + "prune_build_cache_mode_unused": "Unused Only", |
| 225 | + "prune_build_cache_mode_all": "All Cache", |
| 226 | + "prune_duration_unit_minutes": "Minutes", |
| 227 | + "prune_duration_unit_hours": "Hours", |
| 228 | + "prune_duration_unit_days": "Days", |
| 229 | + "prune_duration_help": "Duration values are stored using Docker-compatible time filters such as 30m, 24h, or 168h.", |
| 230 | + "prune_duration_placeholder": "24", |
| 231 | + "prune_images_dialog_description": "Choose how aggressively Arcane should prune unused Docker images.", |
213 | 232 | "auto_update_select_containers": "Виберіть контейнери...", |
214 | 233 | "auto_update_containers_excluded_one": "1 контейнер не вистачає", |
215 | 234 | "auto_update_containers_excluded_many": "Не вистачає контейнерів {count}", |
|
622 | 641 | "images_prune_failed": "Failed to Prune Images", |
623 | 642 | "images_pruned_success": "Images Pruned Successfully", |
624 | 643 | "images_prune_confirm_title": "Prune Unused Images", |
625 | | - "images_prune_confirm_description": "Removes unused Docker images (prune mode: {mode}). This frees disk space and cannot be undone. Images referenced by any container will not be removed.", |
| 644 | + "images_prune_confirm_description": "Remove unused Docker images to reclaim disk space. Images referenced by any container will not be removed.", |
626 | 645 | "images_prune_action": "Prune Images", |
627 | 646 | "images_update_check_completed": "Update check completed", |
628 | 647 | "images_update_check_failed": "Failed to check for updates", |
|
1941 | 1960 | "prune_volumes_guidance": "Only enable this if you are certain no important data resides in unused volumes.", |
1942 | 1961 | "prune_volumes_warning_title": "Warning: Pruning Volumes", |
1943 | 1962 | "prune_volumes_warning_description": "Pruning volumes permanently deletes data. Ensure you have backups if necessary.", |
| 1963 | + "prune_volumes_warning_description_all": "Pruning all unused volumes also includes named volumes and permanently deletes their data. Double-check that no shared or long-lived data depends on them before continuing.", |
1944 | 1964 | "prune_button": "Prune Selected ({count})", |
1945 | 1965 | "_comment_form_network": "=== FORM - CREATE NETWORK ===", |
1946 | 1966 | "create_network_title": "Create New Network", |
|
0 commit comments