mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
31 lines
1.1 KiB
PHP
31 lines
1.1 KiB
PHP
<?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' => 'Eggs',
|
|
'nodes' => '노드',
|
|
'toggles' => [
|
|
'writable' => '쓰기 가능',
|
|
'read_only' => '읽기 전용',
|
|
],
|
|
'table' => [
|
|
'name' => '이름',
|
|
'all_eggs' => '모든 Egg',
|
|
'all_nodes' => '모든 노드',
|
|
'read_only' => '읽기 전용',
|
|
],
|
|
];
|