mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 10:56:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			154 lines
		
	
	
		
			6.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			154 lines
		
	
	
		
			6.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						||
 | 
						||
return [
 | 
						||
    'title' => '设置',
 | 
						||
    'save_success' => '设置已保存',
 | 
						||
    'save_failed' => '无法保存设置',
 | 
						||
    'navigation' => [
 | 
						||
        'general' => '常规',
 | 
						||
        'captcha' => '人机验证',
 | 
						||
        'mail' => '邮箱',
 | 
						||
        'backup' => '备份',
 | 
						||
        'oauth' => '第三方登录',
 | 
						||
        'misc' => '其他设置',
 | 
						||
    ],
 | 
						||
    'general' => [
 | 
						||
        'app_name' => '网站名称',
 | 
						||
        'app_logo' => '网站Logo',
 | 
						||
        'app_logo_help' => '网站Logo应该放在网站根目录下的Public中,留空即使默认。',
 | 
						||
        'app_favicon' => '应用图标',
 | 
						||
        'app_favicon_help' => '网站图标应该放在根目录中的Public文件夹中',
 | 
						||
        'debug_mode' => 'Debug模式',
 | 
						||
        'navigation' => '导航栏',
 | 
						||
        'sidebar' => '侧边导航栏',
 | 
						||
        'topbar' => '顶部导航栏',
 | 
						||
        'unit_prefix' => '单位前缀',
 | 
						||
        'decimal_prefix' => '小数前缀 (MB/GB)',
 | 
						||
        'binary_prefix' => '二进制前缀 (MiB/Gib)',
 | 
						||
        '2fa_requirement' => '两步验证要求',
 | 
						||
        'not_required' => '不要求',
 | 
						||
        'admins_only' => '仅限管理员',
 | 
						||
        'all_users' => '所有用户',
 | 
						||
        'trusted_proxies' => '信任的代理',
 | 
						||
        'trusted_proxies_help' => '新 IP 或 IP 范围',
 | 
						||
        'clear' => '清空',
 | 
						||
        'set_to_cf' => '设置为 Cloudflare的IP',
 | 
						||
        'display_width' => '显示器宽度',
 | 
						||
        'avatar_provider' => '第三方头像来源',
 | 
						||
        'uploadable_avatars' => '是否允许用户上传头像?',
 | 
						||
    ],
 | 
						||
    'captcha' => [
 | 
						||
        'enable' => '启用',
 | 
						||
        'disable' => '禁用',
 | 
						||
        'info_label' => '信息',
 | 
						||
        'info' => '您可以在您的 <u><a href="https://developers.cloudflare.com/turnstile/get-started/#get-a-sitekey-and-secret-key" target="_blank">Cloudflare用户中心</a></u>生成密钥。但是您需要一个Cloudflare账户。',
 | 
						||
        'site_key' => 'Site Key',
 | 
						||
        'secret_key' => 'Secret Key',
 | 
						||
        'verify' => '验证域名?',
 | 
						||
    ],
 | 
						||
    'mail' => [
 | 
						||
        'mail_driver' => '邮件发送方式',
 | 
						||
        'test_mail' => '发送测试邮件',
 | 
						||
        'test_mail_sent' => '发送测试邮件',
 | 
						||
        'test_mail_failed' => '测试邮件发送失败',
 | 
						||
        'from_settings' => '来自设置',
 | 
						||
        'from_settings_help' => '在邮件中设置地址和名称为“发件人”.',
 | 
						||
        'from_address' => '发件人地址',
 | 
						||
        'from_name' => '发件人名称',
 | 
						||
        'smtp' => [
 | 
						||
            'smtp_title' => 'SMTP配置',
 | 
						||
            'host' => '主机',
 | 
						||
            'port' => '端口',
 | 
						||
            'username' => '用户名',
 | 
						||
            'password' => '密码',
 | 
						||
            'scheme' => '方案',
 | 
						||
        ],
 | 
						||
        'mailgun' => [
 | 
						||
            'mailgun_title' => '邮件枪配置',
 | 
						||
            'domain' => '网域',
 | 
						||
            'secret' => '密钥',
 | 
						||
            'endpoint' => '端点',
 | 
						||
        ],
 | 
						||
    ],
 | 
						||
    'backup' => [
 | 
						||
        'backup_driver' => '备份到',
 | 
						||
        'throttle' => '阈值',
 | 
						||
        'throttle_help' => '配置在一段时间内可以创建多少备份。设置为 0 以禁用此Throtle。',
 | 
						||
        'limit' => '限制',
 | 
						||
        'period' => '句号',
 | 
						||
        'seconds' => '秒',
 | 
						||
        's3' => [
 | 
						||
            's3_title' => 'S3对象存储 配置',
 | 
						||
            'default_region' => '默认区域',
 | 
						||
            'access_key' => 'Access Key ID',
 | 
						||
            'secret_key' => 'Secret Access Key',
 | 
						||
            'bucket' => '桶',
 | 
						||
            'endpoint' => '端点',
 | 
						||
            'use_path_style_endpoint' => '使用路径样式端点',
 | 
						||
        ],
 | 
						||
    ],
 | 
						||
    'oauth' => [
 | 
						||
        'enable' => '启用',
 | 
						||
        'enable_schema' => '启用 :schema',
 | 
						||
        'disable' => '禁用',
 | 
						||
        'client_id' => '客户端 ID',
 | 
						||
        'client_secret' => '客户端密钥',
 | 
						||
        'redirect' => '重定向 URL',
 | 
						||
        'web_api_key' => 'Web API 密钥',
 | 
						||
        'base_url' => '默认地址',
 | 
						||
        'display_name' => '显示名称',
 | 
						||
        'auth_url' => '授权回调 URL',
 | 
						||
        'create_missing_users' => '自动创建缺失用户?',
 | 
						||
        'link_missing_users' => '自动链接缺少用户?',
 | 
						||
    ],
 | 
						||
    'misc' => [
 | 
						||
        'auto_allocation' => [
 | 
						||
            'title' => '自动分配创建',
 | 
						||
            'helper' => '切换用户是否可以通过客户端区域创建配置。',
 | 
						||
            'question' => '允许用户创建指定位置?',
 | 
						||
            'start' => '开始端口',
 | 
						||
            'end' => '结束端口',
 | 
						||
        ],
 | 
						||
        'mail_notifications' => [
 | 
						||
            'title' => '邮件提醒',
 | 
						||
            'helper' => '切换哪些邮件通知应发送给用户。',
 | 
						||
            'server_installed' => '服务器已安装完成',
 | 
						||
            'server_reinstalled' => '服务器已重新安装完成',
 | 
						||
        ],
 | 
						||
        'connections' => [
 | 
						||
            'title' => '连接',
 | 
						||
            'helper' => '请求时使用超时。',
 | 
						||
            'request_timeout' => '请求超时',
 | 
						||
            'connection_timeout' => '连接超时',
 | 
						||
            'seconds' => '秒',
 | 
						||
        ],
 | 
						||
        'activity_log' => [
 | 
						||
            'title' => '活动日志',
 | 
						||
            'helper' => '配置如何打印旧的活动日志以及是否应该记录管理活动。',
 | 
						||
            'prune_age' => '',
 | 
						||
            'days' => '天',
 | 
						||
            'log_admin' => '隐藏管理员活动?',
 | 
						||
        ],
 | 
						||
        'api' => [
 | 
						||
            'title' => 'API',
 | 
						||
            'helper' => '定义可以执行的每分钟请求数的比率限制。',
 | 
						||
            'client_rate' => '客户端API频率上限',
 | 
						||
            'app_rate' => '应用程序API频率上限',
 | 
						||
            'rpm' => '每分钟请求数',
 | 
						||
        ],
 | 
						||
        'server' => [
 | 
						||
            'title' => '服务器',
 | 
						||
            'helper' => '服务器设置',
 | 
						||
            'edit_server_desc' => '允许用户编辑描述吗?',
 | 
						||
            'console_font_upload' => '上传控制台字体',
 | 
						||
            'console_font_hint' => '仅支持 *.ttf 字体。强烈推荐单字体!',
 | 
						||
        ],
 | 
						||
        'webhook' => [
 | 
						||
            'title' => 'Webhook',
 | 
						||
            'helper' => '配置打印旧的 web 钩子日志的频率。',
 | 
						||
            'prune_age' => '清理时间',
 | 
						||
            'days' => '天',
 | 
						||
        ],
 | 
						||
    ],
 | 
						||
];
 |