2025-10-08 16:00:47 -04:00

66 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'title' => '资料',
'tabs' => [
'account' => '账户',
'oauth' => '第三方登录',
'activity' => '活动',
'api_keys' => 'API 密钥',
'ssh_keys' => 'SSH密钥',
'2fa' => '动态口令认证',
'customization' => '自定义设置',
],
'username' => '用户名',
'admin' => '管理员',
'exit_admin' => '退出管理',
'server_list' => '服务器列表',
'email' => '电子邮箱',
'password' => '密码',
'current_password' => '当前密码',
'password_confirmation' => '密码确认',
'timezone' => '时区',
'language' => '语言',
'language_help' => '您的语言 :state尚未翻译',
'link' => '链接 ',
'unlink' => '取消链接 ',
'unlinked' => ':name 已取消关联',
'scan_qr' => '扫描二维码',
'code' => '验证码',
'setup_key' => '设置密钥',
'invalid_code' => '无效的2FA验证码',
'code_help' => '使用您的两步身份验证应用程序扫描上方的二维码,然后输入生成的代码。',
'2fa_enabled' => '双重校验现已被启用.',
'backup_help' => '这些将不会再显示!',
'backup_codes' => '备份码',
'disable_2fa' => '关闭双重身份验证',
'disable_2fa_help' => '输入您当前的 2FA 代码来禁用两步验证',
'api_keys' => 'API 密钥',
'create_api_key' => '创建 API 密钥',
'api_key_created' => 'API 密钥已创建',
'description' => '描述',
'allowed_ips' => '允许的 IP 地址',
'allowed_ips_help' => '按回车键添加新的 IP 地址或留空以允许任何IP地址',
'ssh_keys' => 'SSH密钥',
'create_ssh_key' => '创建 API 密钥',
'ssh_key_created' => '密钥已创建',
'name' => '名称',
'public_key' => '公钥',
'could_not_create_ssh_key' => '无法创建服务器',
'dashboard' => '控制面板',
'dashboard_layout' => '仪表板布局',
'console' => '控制台',
'grid' => '网格',
'table' => '表格',
'rows' => '行',
'font_size' => '字体大小',
'font' => '字体',
'font_preview' => '预览字体',
'seconds' => '秒',
'graph_period' => '图形周期',
'graph_period_helper' => '控制台图中显示的数据点数量,秒数。',
'navigation' => '导航类型',
'top' => '顶部导航栏',
'side' => '侧边导航栏',
];