mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 04:26:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'nav_title' => 'Montagens',
 | |
|     'model_label' => 'Montagem',
 | |
|     'model_label_plural' => 'Montagens',
 | |
|     'name' => 'Nome',
 | |
|     'name_help' => 'Nome único usado para diferenciar esta montagem de outra.',
 | |
|     'source' => 'Origem',
 | |
|     'source_help' => 'Caminho do sistema host que será montado no container.',
 | |
|     'target' => 'Destino',
 | |
|     'target_help' => 'Local onde a montagem estará disponível dentro do container.',
 | |
|     'read_only' => 'Somente Leitura?',
 | |
|     'read_only_help' => 'A montagem é somente leitura dentro do container?',
 | |
|     'description' => 'Descrição',
 | |
|     'description_help' => 'Uma descrição mais detalhada para esta montagem',
 | |
|     'no_mounts' => 'Sem Montagens',
 | |
|     'eggs' => 'Eggs',
 | |
|     'nodes' => 'Nós',
 | |
|     'toggles' => [
 | |
|         'writable' => 'Gravável',
 | |
|         'read_only' => 'Somente Leitura',
 | |
|     ],
 | |
|     'table' => [
 | |
|         'name' => 'Nome',
 | |
|         'all_eggs' => 'Todos os Eggs',
 | |
|         'all_nodes' => 'Todos os Nós',
 | |
|         'read_only' => 'Somente Leitura',
 | |
|     ],
 | |
| ];
 | 
