You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

120 lines
4.1 KiB

<?php
return [
/*
|--------------------------------------------------------------------------
| App Language Lines
|--------------------------------------------------------------------------
|
*/
'settings.system' => '系统',
'settings.appearance' => '外观',
'settings.miscellaneous' => '杂项',
'settings.support' => '支持',
'settings.donate' => '捐献',
'settings.version' => '版本',
'settings.background_image' => '背景图片',
'settings.window_target' => '打开链接',
'settings.window_target.current' => '在本标签页打开',
'settings.window_target.one' => '在同一标签页打开',
'settings.window_target.new' => '在新标签页打开',
'settings.homepage_search' => '主页搜索',
'settings.search_provider' => '默认搜索引擎',
'settings.language' => '语言',
'settings.reset' => '重置为默认设置',
'settings.remove' => '删除',
'settings.search' => '搜索',
'settings.no_items' => '没有找到内容',
'settings.label' => '标签',
'settings.value' => '值',
'settings.edit' => '编辑',
'settings.view' => '查看',
'options.none' => '- 没有设置 -',
'options.google' => 'Google',
'options.ddg' => 'DuckDuckGo',
'options.bing' => 'Bing',
'options.qwant' => 'Qwant',
'options.startpage' => '起始页',
'options.yes' => '是',
'options.no' => '否',
'options.nzbhydra' => 'NZBHydra',
'options.jackett' => 'Jackett',
'buttons.save' => '保存',
'buttons.cancel' => '取消',
'buttons.add' => '添加',
'buttons.upload' => '上传图标',
'buttons.downloadapps' => '更新应用列表',
'dash.pin_item' => '固定到仪表盘',
'dash.no_apps' => '当前没有固定应用, :link1 或者 :link2',
'dash.link1' => '在此添加应用',
'dash.link2' => '添加应用到表盘',
'dash.pinned_items' => '已固定项目',
'apps.app_list' => '应用列表',
'apps.view_trash' => 'View trash',
'apps.add_application' => '添加应用',
'apps.application_name' => '应用名称',
'apps.colour' => '颜色',
'apps.icon' => '图标',
'apps.pinned' => '已固定',
'apps.title' => '标题',
'apps.hex' => 'Hex colour',
'apps.username' => '用户名',
'apps.password' => '密码',
'apps.config' => '配置',
'apps.apikey' => 'API Key',
'apps.enable' => 'Enable',
'apps.tag_list' => '标签列表',
'apps.add_tag' => '添加标签',
'apps.tag_name' => '标签名称',
'apps.tags' => '标签',
'apps.override' => '当不同于主 url',
'apps.preview' => '预览',
'apps.apptype' => '应用类型',
'dashboard' => '主仪表盘',
'user.user_list' => '用户',
'user.add_user' => '添加用户',
'user.username' => '用户名',
'user.avatar' => '头像',
'user.email' => '电子邮件',
'user.password_confirm' => '确认密码',
'user.secure_front' => '允许公开访问主页 - 仅当设置有密码是时有效.',
'user.autologin' => '允许从特定 URL 登陆. 任何用户都可以从此 URL 登陆.',
'url' => 'URL',
'title' => '标题',
'delete' => '删除',
'optional' => '可选',
'restore' => '恢复',
'alert.success.item_created' => '成功创建条目',
'alert.success.item_updated' => '成功更新条目',
'alert.success.item_deleted' => '成功删除条目',
'alert.success.item_restored' => '成功恢复条目',
'alert.success.updating' => '正在更新应用列表',
'alert.success.tag_created' => '成功创建标签',
'alert.success.tag_updated' => '成功更新标签',
'alert.success.tag_deleted' => '成功删除标签',
'alert.success.tag_restored' => '成功恢复标签',
'alert.success.setting_updated' => '成功编辑配置',
'alert.error.not_exist' => '此配置不存在',
'alert.success.user_created' => '成功创建用户',
'alert.success.user_updated' => '成功更新用户',
'alert.success.user_deleted' => '成功删除用户',
'alert.success.user_restored' => '成功恢复标签',
];