Charles 0ccb248d91
Add Languages (#1499)
Co-authored-by: Boy132 <mail@boy132.de>
2025-07-08 21:16:11 -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' => 'Хранилища',
'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' => 'Только чтение',
],
];