Charles 0ccb248d91
Add Languages (#1499)
Co-authored-by: Boy132 <mail@boy132.de>
2025-07-08 21:16:11 -04:00

31 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'nav_title' => 'Точки монтування',
'model_label' => 'Точка монтування',
'model_label_plural' => 'Точки монтування',
'name' => 'Назва',
'name_help' => 'Унікальна назва, яка використовується для відокремлення цієї точки монтування від інших.',
'source' => 'Джерело',
'source_help' => 'Шлях до файлу на хост-системі, який потрібно змонтувати в контейнер.',
'target' => 'Цільове розташування',
'target_help' => 'Де ця точка монтування буде доступна всередині контейнера.',
'read_only' => 'Тільки для читання?',
'read_only_help' => 'Чи буде ця точка монтування доступною тільки для читання в контейнері?',
'description' => 'Опис',
'description_help' => 'Детальний опис цієї точки монтування.',
'no_mounts' => 'Немає точок монтування',
'eggs' => 'Яйця',
'nodes' => 'Вузли',
'toggles' => [
'writable' => 'Доступний для запису',
'read_only' => 'Тільки для читання',
],
'table' => [
'name' => 'Назва',
'all_eggs' => 'Усі яйця',
'all_nodes' => 'Усі вузли',
'read_only' => 'Тільки для читання',
],
];