webui-aria2/js/translate/zh_CN.js

122 lines
5.7 KiB
JavaScript
Raw Normal View History

if (typeof translations == 'undefined') {
2015-10-28 17:33:31 +01:00
translations = {};
}
translations.zh_CN = {
// header
'Search': '查找',
// Nav menu
'Add': '添加',
'By URIs': '使用链接',
'By Torrents': '使用种子',
'By Metalinks': '使用磁链',
'Manage': '管理',
'Pause All': '暂停所有',
'Resume Paused': '恢复下载',
'Purge Completed': '清除已完成',
'Settings': '设置',
'Connection Settings': '服务器设置',
2015-10-28 17:33:31 +01:00
'Global Settings': '全局设置',
'Server info': '服务器信息',
'About and contribute': '关于和贡献',
'Toggle navigation': '',
2015-10-28 17:33:31 +01:00
// body
// nav side bar
'Miscellaneous': '',
'Global Statistics': '全局状态',
'About': '关于',
'Displaying': '显示',
'of': '/',
'downloads': '下载',
'Language': '语言',
2015-10-28 17:33:31 +01:00
// download filters
'Download Filters': '下载过滤器',
'Running': '下载中',
'Active': '激活',
'Waiting': '等待',
'Complete': '已完成',
'Error': '错误',
'Paused': '暂停',
'Removed': '已删除',
'Hide linked meta-data': '隐藏链接的元数据',
'Toggle': '确定',
'Reset filters': '重置过滤器',
// starred properties
'Quick Access Settings': '快速访问设置',
'Save settings': '保存设置',
'Currently no download in line to display, use the': '目前还没有下载,使用',
'download button to start downloading files!': '按钮添加下载!',
'Peers': '',
'More Info': '更多信息',
'Remove': '删除',
'# of': '',
'Length': '',
2015-10-28 17:33:31 +01:00
// modals
'Add Downloads By URIs': '使用链接下载',
'- You can add multiple downloads (files) at the same time by putting URIs for each file on a separate line.':
'- 你可以同时添加多个下载,每行一个下载链接.',
'- You can also add multiple URIs (mirrors) for the *same* file. To do this, separate the URIs by a space.':
'- 你可以给一个下载添加多个镜像链接,在同一行里用空格分割.',
'- A URI can be HTTP(S)/FTP/BitTorrent-Magnet.': '- 链接可以是 HTTP(S)/FTP/BitTorrent-Magnet.',
'E.g. to add 2 files (downloads) f1.jpg and f2.mp4 with 2 URIs (mirrors) each, add URIs as follows':
'例如添加 2 个下载 f1.jpg 和 f2.mp4 都有2个镜像链接, 添加方式如下',
2015-10-28 17:33:31 +01:00
'Download settings': '下载设置',
'Advanced settings': '高级设置',
'Cancel': '取消',
'Start': '开始',
'Choose': '',
'Quick Access (shown on the main page)': '快速访问(在主页上显示)',
2015-10-28 17:33:31 +01:00
// add torrent modal
'Add Downloads By Torrents': '使用种子下载',
'- Select the torrent from the local filesystem to start the download.': '- 上传种子文件开始下载.',
'- You can select multiple torrents to start multiple downloads.': '- 你可以选择多个种子开始下载.',
'- To add a BitTorrent-Magnet URL, use the Add By URI option and add it there.': '- 如果要添加磁力链请使用添加链接的方式.',
2015-10-28 17:33:31 +01:00
'Select Torrents': '选择种子文件',
'Select a Torrent': '选择种子文件',
2015-10-28 17:33:31 +01:00
// add metalink modal
'Add Downloads By Metalinks': '使用Metalink下载',
'Select Metalinks': '选择Metalink文件',
'- Select the Metalink from the local filesystem to start the download.': '- 上传Metalink文件开始下载.',
'- You can select multiple Metalinks to start multiple downloads.': '- 你可以选择多个Metalink文件开始下载.',
'Select a Metalink': '选择Metalink文件',
2015-10-28 17:33:31 +01:00
// select file modal
'Choose files to start download for': '选择文件开始下载',
'Select to download': '选择下载',
// settings modal
'Aria2 RPC host and port': 'Aria2 RPC 主机和端口',
'Enter the host': '主机',
'Enter the IP or DNS name of the server on which the RPC for Aria2 is running (default: localhost)':
'输入Aria2服务器的 IP 或域名 (默认: localhost)',
'Enter the port': '端口',
'Enter the port of the server on which the RPC for Aria2 is running (default: 6800)':
'输入Aria2服务器的端口号 (默认: 6800)',
'Enter the RPC path': 'Aria2服务器路径',
'Enter the path for the Aria2 RPC endpoint (default: /jsonrpc)': '输入Aria2服务器的路径 (默认: /jsonrpc)',
'SSL/TLS encryption': 'SSL/TLS 加密',
'Enable SSL/TLS encryption': '启用 SSL/TLS 加密',
'Enter the secret token (optional)': '访问密码 (可选)',
'Enter the Aria2 RPC secret token (leave empty if authentication is not enabled)':
'输入Aria2服务器访问密码 (如果未启用则留空)',
'Enter the username (optional)': '用户名(可选)',
'Enter the Aria2 RPC username (empty if authentication not enabled)':
'输入Aria2 RPC的用户名如果未启用身份验证则留空',
'Enter the password (optional)': '密码(可选)',
'Enter the Aria2 RPC password (empty if authentication not enabled)': '输入Aria2服务器密码如果未启用身份验证则留空',
'Enter base URL (optional)': '',
2015-10-28 17:33:31 +01:00
'Direct Download': '直接下载',
'If supplied, links will be created to enable direct download from the Aria2 server.':
'',
'(Requires appropriate webserver to be configured.)': '',
'Save Connection configuration': '保存服务器设置',
2015-10-28 17:33:31 +01:00
// server info modal
'Aria2 server info': 'Aria2 服务器信息',
'Aria2 Version': 'Aria2 版本',
'Features Enabled': '已启用功能',
2015-10-28 17:33:31 +01:00
// about modal
'To download the latest version of the project, add issues or to contribute back, head on to':
'下载最新版本,反馈问题,请到',
'Or you can open the latest version in browser through': '在线使用请开打',
'Close': '关闭'
2015-10-31 04:47:51 +01:00
};