mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
31 lines
1.0 KiB
PHP
31 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'nav_title' => 'Mount',
|
|
'model_label' => 'Mount',
|
|
'model_label_plural' => 'Mount',
|
|
'name' => 'Nome',
|
|
'name_help' => 'Nome univoco usato per identificare questo mount da un altro.',
|
|
'source' => 'Origine',
|
|
'source_help' => 'Percorso del file nel sistema host da montare ad un container.',
|
|
'target' => 'Destinazione',
|
|
'target_help' => 'Dove il mount sarà accessibile all\'interno di un container.',
|
|
'read_only' => 'Sola Lettura?',
|
|
'read_only_help' => 'Il mount è da impostare come sola lettura all\'interno del container?',
|
|
'description' => 'Descrizione',
|
|
'description_help' => 'Una descrizione più lunga per questo mount',
|
|
'no_mounts' => 'Nessun Mount',
|
|
'eggs' => 'Eggs',
|
|
'nodes' => 'Nodes',
|
|
'toggles' => [
|
|
'writable' => 'Scrivibile',
|
|
'read_only' => 'Sola Lettura',
|
|
],
|
|
'table' => [
|
|
'name' => 'Nome',
|
|
'all_eggs' => 'Tutti gli Egg',
|
|
'all_nodes' => 'Tutti i Nodi',
|
|
'read_only' => 'Sola Lettura',
|
|
],
|
|
];
|