Skip to content

Commit ce68916

Browse files
New translations en.json (Ukrainian)
1 parent 713bc0b commit ce68916

1 file changed

Lines changed: 26 additions & 6 deletions

File tree

frontend/messages/uk.json

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,17 +199,36 @@
199199
"scheduled_prune_description": "Автоматично очищувати невикористані ресурси Docker за розкладом",
200200
"scheduled_prune_interval_label": "Інтервал очищення",
201201
"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": "Побудувати кеш",
202209
"scheduled_prune_containers_label": "Prune Containers",
203-
"scheduled_prune_containers_description": "Remove stopped containers",
210+
"scheduled_prune_containers_description": "Виберіть, чи пропускати, обрізати зупинені контейнери або обрізати контейнери, кількість яких перевищує певний поріг",
204211
"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": "Виберіть, чи потрібно обрізати висячі зображення, всі невикористані зображення або тільки старі невикористані зображення",
206213
"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",
208215
"scheduled_prune_volumes_warning": "Warning: This may delete important data. Only enable if you're sure.",
209216
"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",
211218
"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.",
213232
"auto_update_select_containers": "Виберіть контейнери...",
214233
"auto_update_containers_excluded_one": "1 контейнер не вистачає",
215234
"auto_update_containers_excluded_many": "Не вистачає контейнерів {count}",
@@ -622,7 +641,7 @@
622641
"images_prune_failed": "Failed to Prune Images",
623642
"images_pruned_success": "Images Pruned Successfully",
624643
"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.",
626645
"images_prune_action": "Prune Images",
627646
"images_update_check_completed": "Update check completed",
628647
"images_update_check_failed": "Failed to check for updates",
@@ -1941,6 +1960,7 @@
19411960
"prune_volumes_guidance": "Only enable this if you are certain no important data resides in unused volumes.",
19421961
"prune_volumes_warning_title": "Warning: Pruning Volumes",
19431962
"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.",
19441964
"prune_button": "Prune Selected ({count})",
19451965
"_comment_form_network": "=== FORM - CREATE NETWORK ===",
19461966
"create_network_title": "Create New Network",

0 commit comments

Comments
 (0)