commit
0a4aec7525
|
@ -79,6 +79,7 @@
|
||||||
<script src="js/translate/en_US.js"></script>
|
<script src="js/translate/en_US.js"></script>
|
||||||
<script src="js/translate/th_TH.js"></script>
|
<script src="js/translate/th_TH.js"></script>
|
||||||
<script src="js/translate/zh_CN.js"></script>
|
<script src="js/translate/zh_CN.js"></script>
|
||||||
|
<script src="js/translate/zh_TW.js"></script>
|
||||||
<script src="js/translate/pl_PL.js"></script>
|
<script src="js/translate/pl_PL.js"></script>
|
||||||
<script src="js/translate/fr_FR.js"></script>
|
<script src="js/translate/fr_FR.js"></script>
|
||||||
<script src="js/translate/de_DE.js"></script>
|
<script src="js/translate/de_DE.js"></script>
|
||||||
|
@ -248,6 +249,11 @@
|
||||||
ng-click="changeLanguage('zh_CN')"
|
ng-click="changeLanguage('zh_CN')"
|
||||||
href="#"><span class="fa fa-fw flag-icon flag-icon-cn"> </span> 简体中文</a>
|
href="#"><span class="fa fa-fw flag-icon flag-icon-cn"> </span> 简体中文</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
ng-click="changeLanguage('zh_TW')"
|
||||||
|
href="#"><span class="fa fa-fw flag-icon flag-icon-tw"> </span> 繁體中文</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
ng-click="changeLanguage('pl_PL')"
|
ng-click="changeLanguage('pl_PL')"
|
||||||
|
|
|
@ -33,6 +33,7 @@ webui.config(['$translateProvider', function ($translateProvider) {
|
||||||
.translations('nl_NL', mergeTranslation(translations.nl_NL, translations.en_US))
|
.translations('nl_NL', mergeTranslation(translations.nl_NL, translations.en_US))
|
||||||
.translations('th_TH', mergeTranslation(translations.th_TH, translations.en_US))
|
.translations('th_TH', mergeTranslation(translations.th_TH, translations.en_US))
|
||||||
.translations('zh_CN', mergeTranslation(translations.zh_CN, translations.en_US))
|
.translations('zh_CN', mergeTranslation(translations.zh_CN, translations.en_US))
|
||||||
|
.translations('zh_TW', mergeTranslation(translations.zh_TW, translations.en_US))
|
||||||
.translations('pl_PL', mergeTranslation(translations.pl_PL, translations.en_US))
|
.translations('pl_PL', mergeTranslation(translations.pl_PL, translations.en_US))
|
||||||
.translations('fr_FR', mergeTranslation(translations.fr_FR, translations.en_US))
|
.translations('fr_FR', mergeTranslation(translations.fr_FR, translations.en_US))
|
||||||
.translations('de_DE', mergeTranslation(translations.de_DE, translations.en_US))
|
.translations('de_DE', mergeTranslation(translations.de_DE, translations.en_US))
|
||||||
|
|
|
@ -19,14 +19,14 @@ translations.zh_CN = {
|
||||||
'Connection Settings': '连接设置',
|
'Connection Settings': '连接设置',
|
||||||
'Global Settings': '全局设置',
|
'Global Settings': '全局设置',
|
||||||
'Server info': '服务器信息',
|
'Server info': '服务器信息',
|
||||||
'About and contribute': '关于和贡献',
|
'About and contribute': '关于和捐助',
|
||||||
'Toggle navigation': '切换导航',
|
'Toggle navigation': '切换导航',
|
||||||
// body
|
// body
|
||||||
// nav side bar
|
// nav side bar
|
||||||
'Miscellaneous': '杂项',
|
'Miscellaneous': '杂项',
|
||||||
'Global Statistics': '全局统计',
|
'Global Statistics': '全局统计',
|
||||||
'About': '关于',
|
'About': '关于',
|
||||||
'Displaying': '显示',
|
'Displaying': '正在显示',
|
||||||
'of': '/',
|
'of': '/',
|
||||||
'downloads': '下载',
|
'downloads': '下载',
|
||||||
'Language': '语言',
|
'Language': '语言',
|
||||||
|
@ -39,112 +39,109 @@ translations.zh_CN = {
|
||||||
'Error': '出错的',
|
'Error': '出错的',
|
||||||
'Paused': '已暂停',
|
'Paused': '已暂停',
|
||||||
'Removed': '已删除',
|
'Removed': '已删除',
|
||||||
'Hide linked meta-data': '隐藏链接的元数据',
|
'Hide linked meta-data': '隐藏连接的元数据',
|
||||||
'Displaying': '当前显示',
|
'Toggle': '反向选择',
|
||||||
'of': '/',
|
|
||||||
'downloads': '下载',
|
|
||||||
'Toggle': '反选',
|
|
||||||
'Reset filters': '重置过滤器',
|
'Reset filters': '重置过滤器',
|
||||||
// starred properties
|
// starred properties
|
||||||
'Quick Access Settings': '快速访问设置',
|
'Quick Access Settings': '快速访问设置',
|
||||||
'Save settings': '保存设置',
|
'Save settings': '保存设置',
|
||||||
'Currently no download in line to display, use the': '目前还没有下载, 使用',
|
'Currently no download in line to display, use the': '当前没有可显示的下载项,使用',
|
||||||
'download button to start downloading files!': '按钮添加下载!',
|
'download button to start downloading files!': '按钮来开始下载!',
|
||||||
'Peers': '',
|
'Peers': 'Peers',
|
||||||
'More Info': '更多信息',
|
'More Info': '更多信息',
|
||||||
'Remove': '删除',
|
'Remove': '删除',
|
||||||
'# of': '',
|
'# of': '块数',
|
||||||
'Length': '块大小',
|
'Length': '块大小',
|
||||||
// modals
|
// modals
|
||||||
'Add Downloads By URIs': '使用链接下载',
|
'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 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.':
|
'- 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.',
|
'- A URI can be HTTP(S)/FTP/BitTorrent-Magnet.': '- 链接可以是 HTTP(S)、FTP 和磁力链接。',
|
||||||
'E.g. to add 2 files (downloads) f1.jpg and f2.mp4 with 2 URIs (mirrors) each, add URIs as follows':
|
'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个镜像链接), 添加方式如下',
|
'例如:添加 2 个下载任务 f1.jpg 和 f2.mp4(它们都有2个镜像链接),添加方式如下',
|
||||||
'Download settings': '下载设置',
|
'Download settings': '下载设置',
|
||||||
'Advanced settings': '高级设置',
|
'Advanced settings': '高级设置',
|
||||||
'Cancel': '取消',
|
'Cancel': '取消',
|
||||||
'Start': '开始',
|
'Start': '开始',
|
||||||
'Choose': '选择',
|
'Choose': '选择',
|
||||||
'Quick Access (shown on the main page)': '快速访问 (在主页上显示)',
|
'Quick Access (shown on the main page)': '快速访问(在主页上显示)',
|
||||||
// add torrent modal
|
// add torrent modal
|
||||||
'Add Downloads By Torrents': '使用种子下载',
|
'Add Downloads By Torrents': '使用种子下载',
|
||||||
'- Select the torrent from the local filesystem to start the download.': '- 上传种子文件开始下载.',
|
'- Select the torrent from the local filesystem to start the download.': '- 从本地文件系统选择种子文件开始下载;',
|
||||||
'- You can select multiple torrents to start multiple downloads.': '- 你可以选择多个种子开始下载.',
|
'- 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.': '- 如果要添加磁力链请使用添加链接的方式.',
|
'- To add a BitTorrent-Magnet URL, use the Add By URI option and add it there.': '- 如果要添加磁力链接,请使用添加链接的方式。',
|
||||||
'Select Torrents': '选择种子文件',
|
'Select Torrents': '选择种子文件',
|
||||||
'Select a Torrent': '选择种子文件',
|
'Select a Torrent': '选择种子文件',
|
||||||
// add metalink modal
|
// add metalink modal
|
||||||
'Add Downloads By Metalinks': '使用 Metalink 下载',
|
'Add Downloads By Metalinks': '使用 Metalink 下载',
|
||||||
'Select Metalinks': '选择 Metalink 文件',
|
'Select Metalinks': '选择 Metalink 文件',
|
||||||
'- Select the Metalink from the local filesystem to start the download.': '- 上传 Metalink 文件开始下载.',
|
'- Select the Metalink from the local filesystem to start the download.': '* 从本地文件系统选择 Metalink 文件开始下载;',
|
||||||
'- You can select multiple Metalinks to start multiple downloads.': '- 你可以选择多个 Metalink 文件开始下载.',
|
'- You can select multiple Metalinks to start multiple downloads.': '* 你可以同时选择多个 Metalink 文件来启动多个下载。',
|
||||||
'Select a Metalink': '选择 Metalink 文件',
|
'Select a Metalink': '选择 Metalink 文件',
|
||||||
// select file modal
|
// select file modal
|
||||||
'Choose files to start download for': '选择文件开始下载',
|
'Choose files to start download for': '请选择要下载的文件',
|
||||||
'Select to download': '选择下载',
|
'Select to download': '选择以下载',
|
||||||
// settings modal
|
// settings modal
|
||||||
'Aria2 RPC host and port': 'Aria2 RPC 主机和端口',
|
'Aria2 RPC host and port': 'Aria2 RPC 主机和端口',
|
||||||
'Enter the host': '主机',
|
'Enter the host': '主机',
|
||||||
'Enter the IP or DNS name of the server on which the RPC for Aria2 is running (default: localhost)':
|
'Enter the IP or DNS name of the server on which the RPC for Aria2 is running (default: localhost)':
|
||||||
'输入 Aria2 RPC 所在服务器的 IP 或域名 (默认: localhost)',
|
'输入 Aria2 RPC 所在服务器的 IP 或域名(默认:localhost)',
|
||||||
'Enter the port': '端口',
|
'Enter the port': '端口',
|
||||||
'Enter the port of the server on which the RPC for Aria2 is running (default: 6800)':
|
'Enter the port of the server on which the RPC for Aria2 is running (default: 6800)':
|
||||||
'输入 Aria2 RPC 端口号 (默认: 6800)',
|
'输入 Aria2 RPC 端口号(默认:6800)',
|
||||||
'Enter the RPC path': 'RPC 路径',
|
'Enter the RPC path': 'RPC 路径',
|
||||||
'Enter the path for the Aria2 RPC endpoint (default: /jsonrpc)': '输入 Aria2 RPC 路径 (默认: /jsonrpc)',
|
'Enter the path for the Aria2 RPC endpoint (default: /jsonrpc)': '输入 Aria2 RPC 路径(默认:/jsonrpc)',
|
||||||
'SSL/TLS encryption': 'SSL/TLS 加密',
|
'SSL/TLS encryption': 'SSL/TLS 加密',
|
||||||
'Enable SSL/TLS encryption': '启用 SSL/TLS 加密',
|
'Enable SSL/TLS encryption': '启用 SSL/TLS 加密',
|
||||||
'Enter the secret token (optional)': '密码令牌 (可选)',
|
'Enter the secret token (optional)': '密码令牌(可选)',
|
||||||
'Enter the Aria2 RPC secret token (leave empty if authentication is not enabled)':
|
'Enter the Aria2 RPC secret token (leave empty if authentication is not enabled)':
|
||||||
'输入 Aria2 RPC 密码令牌 (如果未启用则留空)',
|
'输入 Aria2 RPC 密码令牌(如果未启用则留空)',
|
||||||
'Enter the username (optional)': '用户名 (可选)',
|
'Enter the username (optional)': '用户名(可选)',
|
||||||
'Enter the Aria2 RPC username (empty if authentication not enabled)':
|
'Enter the Aria2 RPC username (empty if authentication not enabled)':
|
||||||
'输入 Aria2 RPC 用户名 (如果未启用身份验证则留空)',
|
'输入 Aria2 RPC 用户名(如果未启用身份验证则留空)',
|
||||||
'Enter the password (optional)': '密码 (可选)',
|
'Enter the password (optional)': '密码(可选)',
|
||||||
'Enter the Aria2 RPC password (empty if authentication not enabled)': '输入 Aria2 RPC 密码 (如果未启用身份验证则留空)',
|
'Enter the Aria2 RPC password (empty if authentication not enabled)': '输入 Aria2 RPC 密码(如果未启用身份验证则留空)',
|
||||||
'Enter base URL (optional)': '基 URL (可选)',
|
'Enter base URL (optional)': '基本链接地址(可选)',
|
||||||
'Direct Download': '直接下载',
|
'Direct Download': '直接下载',
|
||||||
'If supplied, links will be created to enable direct download from the Aria2 server.':
|
'If supplied, links will be created to enable direct download from the Aria2 server.':
|
||||||
'配置后将创建可以直接从 Aria2 服务器上下载文件的链接.',
|
'如果指定该选项,将会创建可以直接从 Aria2 服务器上下载文件的链接。',
|
||||||
'(Requires appropriate webserver to be configured.)': '(需要 WEB 服务器配置正确.)',
|
'(Requires appropriate webserver to be configured.)': '(需要 WEB 服务器配置正确)',
|
||||||
'Save Connection configuration': '保存连接设置',
|
'Save Connection configuration': '保存连接配置',
|
||||||
// server info modal
|
// server info modal
|
||||||
'Aria2 server info': 'Aria2 服务器信息',
|
'Aria2 server info': 'Aria2 服务器信息',
|
||||||
'Aria2 Version': 'Aria2 版本',
|
'Aria2 Version': 'Aria2 版本',
|
||||||
'Features Enabled': '已启用功能',
|
'Features Enabled': '已启用功能',
|
||||||
// about modal
|
// about modal
|
||||||
'To download the latest version of the project, add issues or to contribute back, head on to':
|
'To download the latest version of the project, add issues or to contribute back, head on to':
|
||||||
'下载最新版本, 提交 Issue 和贡献, 请到',
|
'下载最新版本、提交问题或捐助,请访问',
|
||||||
'Or you can open the latest version in the browser through': '在线使用最新版本请访问',
|
'Or you can open the latest version in the browser through': '直接在浏览器中使用最新版本,请访问',
|
||||||
'Close': '关闭',
|
'Close': '关闭',
|
||||||
// labels
|
// labels
|
||||||
'Download status':'下载状态',
|
'Download status':'当前下载状态',
|
||||||
'Download Speed':'下载速度',
|
'Download Speed':'当前下载速度',
|
||||||
'Upload Speed':'上传速度',
|
'Upload Speed':'当前上传速度',
|
||||||
'Estimated time':'预计剩余时间',
|
'Estimated time':'预计剩余时间',
|
||||||
'Download Size':'下载总大小',
|
'Download Size':'下载总大小',
|
||||||
'Downloaded':'已下载',
|
'Downloaded':'已下载大小',
|
||||||
'Progress':'进度',
|
'Progress':'当前下载进度',
|
||||||
'Download Path':'下载路径',
|
'Download Path':'文件下载路径',
|
||||||
'Uploaded':'已上传',
|
'Uploaded':'已上传大小',
|
||||||
'Download GID':'下载 GID',
|
'Download GID':'下载的 GID',
|
||||||
'Number of Pieces':'文件块数量',
|
'Number of Pieces':'文件块数量',
|
||||||
'Piece Length':'每块大小',
|
'Piece Length':'每块大小',
|
||||||
|
|
||||||
//alerts
|
//alerts
|
||||||
'The last connection attempt was unsuccessful. Trying another configuration':
|
'The last connection attempt was unsuccessful. Trying another configuration':
|
||||||
'上一个连接请求失败, 请尝试修改设置',
|
'上次连接请求未成功,正在尝试使用另一个配置',
|
||||||
'Oh Snap!': '',
|
'Oh Snap!': '糟糕!',
|
||||||
'Could not connect to the aria2 RPC server. Will retry in 10 secs. You might want to check the connection settings by going to Settings > Connection Settings':
|
'Could not connect to the aria2 RPC server. Will retry in 10 secs. You might want to check the connection settings by going to Settings > Connection Settings':
|
||||||
'不能连接到 Aria2 RPC 服务器, 将在10秒后重试. 您可能希望检查连接设置, 打开 设置 > 连接设置',
|
'无法连接到 Aria2 RPC 服务器,将在10秒后重试。您可能需要检查连接设置,请前往 设置 > 连接设置',
|
||||||
'Successfully connected to Aria2 through its remote RPC …':
|
'Successfully connected to Aria2 through its remote RPC …':
|
||||||
'通过 RPC 连接到 Aria2 成功...',
|
'通过 RPC 连接到 Aria2 成功!',
|
||||||
'Successfully connected to Aria2 through remote RPC, however the connection is still insecure. For complete security try adding an authorization secret token while starting Aria2 (through the flag --rpc-secret)':
|
'Successfully connected to Aria2 through remote RPC, however the connection is still insecure. For complete security try adding an authorization secret token while starting Aria2 (through the flag --rpc-secret)':
|
||||||
'通过 RPC 连接到 Aria2 成功, 但连接不是安全的. 要想使用安全连接, 尝试在启动 Aria2 时添加一个授权密码令牌 (通过 --rpc-secret 参数)',
|
'通过 RPC 连接到 Aria2 成功,但是连接并不安全。要想使用安全连接,尝试在启动 Aria2 时添加一个授权密码令牌(通过 --rpc-secret 参数)',
|
||||||
'Trying to connect to aria2 using the new connection configuration':
|
'Trying to connect to aria2 using the new connection configuration':
|
||||||
'正在尝试使用新的连接设置来连接到 Aria2'
|
'正在尝试使用新的连接配置来连接到 Aria2 ……'
|
||||||
};
|
};
|
||||||
|
|
147
js/translate/zh_TW.js
Normal file
147
js/translate/zh_TW.js
Normal file
|
@ -0,0 +1,147 @@
|
||||||
|
if(typeof translations == 'undefined'){
|
||||||
|
translations = {};
|
||||||
|
}
|
||||||
|
|
||||||
|
translations.zh_TW = {
|
||||||
|
// header
|
||||||
|
'Search': '搜尋',
|
||||||
|
// Nav menu
|
||||||
|
'Add': '新增',
|
||||||
|
'By URIs': '使用連結',
|
||||||
|
'By Torrents': '使用種子',
|
||||||
|
'By Metalinks': '使用 Metalink',
|
||||||
|
'Manage': '管理',
|
||||||
|
'Pause All': '暫停所有',
|
||||||
|
'Resume Paused': '恢復下載',
|
||||||
|
'Purge Completed': '清除已完成',
|
||||||
|
'Shutdown Server': '關閉伺服器',
|
||||||
|
'Settings': '設定',
|
||||||
|
'Connection Settings': '連線設定',
|
||||||
|
'Global Settings': '全域性設定',
|
||||||
|
'Server info': '伺服器資訊',
|
||||||
|
'About and contribute': '關於和捐助',
|
||||||
|
'Toggle navigation': '切換導航',
|
||||||
|
// body
|
||||||
|
// nav side bar
|
||||||
|
'Miscellaneous': '雜項',
|
||||||
|
'Global Statistics': '全域性統計',
|
||||||
|
'About': '關於',
|
||||||
|
'Displaying': '正在顯示',
|
||||||
|
'of': '/',
|
||||||
|
'downloads': '下載',
|
||||||
|
'Language': '語言',
|
||||||
|
// 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': 'Peers',
|
||||||
|
'More Info': '更多資訊',
|
||||||
|
'Remove': '刪除',
|
||||||
|
'# of': '塊數',
|
||||||
|
'Length': '塊大小',
|
||||||
|
// 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 和磁力連結。',
|
||||||
|
'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個映象連結),新增方式如下',
|
||||||
|
'Download settings': '下載設定',
|
||||||
|
'Advanced settings': '高階設定',
|
||||||
|
'Cancel': '取消',
|
||||||
|
'Start': '開始',
|
||||||
|
'Choose': '選擇',
|
||||||
|
'Quick Access (shown on the main page)': '快速訪問(在主頁上顯示)',
|
||||||
|
// 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.': '- 如果要新增磁力連結,請使用新增連結的方式。',
|
||||||
|
'Select Torrents': '選擇種子檔案',
|
||||||
|
'Select a Torrent': '選擇種子檔案',
|
||||||
|
// 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 檔案',
|
||||||
|
// 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 RPC 所在伺服器的 IP 或域名(預設:localhost)',
|
||||||
|
'Enter the port': '埠號',
|
||||||
|
'Enter the port of the server on which the RPC for Aria2 is running (default: 6800)':
|
||||||
|
'輸入 Aria2 RPC 埠號(預設:6800)',
|
||||||
|
'Enter the RPC path': 'RPC 路徑',
|
||||||
|
'Enter the path for the Aria2 RPC endpoint (default: /jsonrpc)': '輸入 Aria2 RPC 路徑(預設:/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 RPC 密碼令牌(如果未啟用則留空)',
|
||||||
|
'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 RPC 密碼(如果未啟用身份驗證則留空)',
|
||||||
|
'Enter base URL (optional)': '基本連結地址(可選)',
|
||||||
|
'Direct Download': '直接下載',
|
||||||
|
'If supplied, links will be created to enable direct download from the Aria2 server.':
|
||||||
|
'如果指定該選項,將會建立可以直接從 Aria2 伺服器上下載檔案的連結。',
|
||||||
|
'(Requires appropriate webserver to be configured.)': '(需要 WEB 伺服器配置正確)',
|
||||||
|
'Save Connection configuration': '儲存連線配置',
|
||||||
|
// server info modal
|
||||||
|
'Aria2 server info': 'Aria2 伺服器資訊',
|
||||||
|
'Aria2 Version': 'Aria2 版本',
|
||||||
|
'Features Enabled': '已啟用功能',
|
||||||
|
// 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 the browser through': '直接在瀏覽器中使用最新版本,請訪問',
|
||||||
|
'Close': '關閉',
|
||||||
|
// labels
|
||||||
|
'Download status':'當前下載狀態',
|
||||||
|
'Download Speed':'當前下載速度',
|
||||||
|
'Upload Speed':'當前上傳速度',
|
||||||
|
'Estimated time':'預計剩餘時間',
|
||||||
|
'Download Size':'下載總大小',
|
||||||
|
'Downloaded':'已下載大小',
|
||||||
|
'Progress':'當前下載進度',
|
||||||
|
'Download Path':'檔案下載路徑',
|
||||||
|
'Uploaded':'已上傳大小',
|
||||||
|
'Download GID':'下載的 GID',
|
||||||
|
'Number of Pieces':'檔案塊數量',
|
||||||
|
'Piece Length':'每塊大小',
|
||||||
|
|
||||||
|
//alerts
|
||||||
|
'The last connection attempt was unsuccessful. Trying another configuration':
|
||||||
|
'上次連線請求未成功,正在嘗試使用另一個配置',
|
||||||
|
'Oh Snap!': '糟糕!',
|
||||||
|
'Could not connect to the aria2 RPC server. Will retry in 10 secs. You might want to check the connection settings by going to Settings > Connection Settings':
|
||||||
|
'無法連線到 Aria2 RPC 伺服器,將在10秒後重試。您可能需要檢查連線設定,請前往 設定 > 連線設定',
|
||||||
|
'Successfully connected to Aria2 through its remote RPC …':
|
||||||
|
'通過 RPC 連線到 Aria2 成功!',
|
||||||
|
'Successfully connected to Aria2 through remote RPC, however the connection is still insecure. For complete security try adding an authorization secret token while starting Aria2 (through the flag --rpc-secret)':
|
||||||
|
'通過 RPC 連線到 Aria2 成功,但是連線並不安全。要想使用安全連線,嘗試在啟動 Aria2 時新增一個授權密碼令牌(通過 --rpc-secret 引數)',
|
||||||
|
'Trying to connect to aria2 using the new connection configuration':
|
||||||
|
'正在嘗試使用新的連線配置來連線到 Aria2 ……'
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user