sonarrradarrplexorganizrnginxdashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboard
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
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' => '- not set -',
|
|
'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' => '查看垃圾桶',
|
|
'apps.add_application' => '添加应用程序',
|
|
'apps.application_name' => '应用程序名称',
|
|
'apps.colour' => '颜色',
|
|
'apps.icon' => '图标',
|
|
'apps.pinned' => '固定',
|
|
'apps.title' => '标题',
|
|
'apps.hex' => '十六进制颜色',
|
|
'apps.username' => '用户名',
|
|
'apps.password' => '密码',
|
|
'apps.config' => '配置',
|
|
'apps.apikey' => 'API Key',
|
|
'apps.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',
|
|
'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' => '用户恢复成功',
|
|
|
|
|
|
];
|
|
|