2025-10-08 16:00:47 -04:00

31 lines
1.3 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' => 'Mounts',
'model_label' => 'Поставяне',
'model_label_plural' => 'Mounts',
'name' => 'Име',
'name_help' => 'Уникално име, използвано за разграничаване на този mount от друг.',
'source' => 'Източник',
'source_help' => 'Път до файла в хост системата за инсталиране към контейнер.',
'target' => 'Цел',
'target_help' => 'Където mount-а ще бъде достъпен в контейнер.',
'read_only' => 'Само за четене?',
'read_only_help' => 'Mount-a само за четене ли е вътре в контейнера?',
'description' => 'Описание',
'description_help' => 'По-дълго описание за този Mount',
'no_mounts' => 'Няма Mount-ове',
'eggs' => 'Яйца',
'nodes' => 'Node-ове',
'toggles' => [
'writable' => 'Записваемо',
'read_only' => 'Само за четене',
],
'table' => [
'name' => 'Име',
'all_eggs' => 'Всички яйца',
'all_nodes' => 'Всички Node-ове',
'read_only' => 'Само за четене',
],
];