mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 10:06:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			717 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			717 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'title' => '服务器',
 | 
						|
    'list' => '服务器列表',
 | 
						|
    'tabs' => [
 | 
						|
        'my' => '我的服务器',
 | 
						|
        'other' => '其他人的服务器',
 | 
						|
        'all' => '所有服务器',
 | 
						|
    ],
 | 
						|
    'empty_own' => '您没有任何服务器!',
 | 
						|
    'empty_other' => '您没有访问任何服务器的权限',
 | 
						|
 | 
						|
    'status' => '状态',
 | 
						|
    'server' => '服务器',
 | 
						|
    'resources' => '资源',
 | 
						|
    'usage_limit' => '使用限制: :resource',
 | 
						|
 | 
						|
    'cpu' => 'CPU',
 | 
						|
    'memory' => '内存',
 | 
						|
    'disk' => '存储空间',
 | 
						|
    'network' => '网络',
 | 
						|
    'none' => '无',
 | 
						|
    'loading' => '载入中...',
 | 
						|
 | 
						|
    'power_actions' => '电源操作',
 | 
						|
    'power_action_sent' => ':action 发送到 :name',
 | 
						|
];
 |