chore: Update Simplified Chinese translation (#613)

This commit is contained in:
Dee 2023-01-18 18:12:39 +08:00 committed by GitHub
parent ee9bbc1245
commit f6b07ef1ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ const locale = {
ratio: '比率', ratio: '比率',
seeds: '做种', seeds: '做种',
tags: '标签', tags: '标签',
// tracker: 'Tracker', tracker: 'Tracker',
share: '分享', share: '分享',
name: '名称', name: '名称',
hash: '哈希值', hash: '哈希值',
@ -48,13 +48,13 @@ const locale = {
/** Dashboard */ /** Dashboard */
dashboard: { dashboard: {
tooltips: { tooltips: {
// toggleSearch: 'Toggle Search Filter', toggleSearch: '切换搜索筛选器',
// toggleSelect: 'Toggle Select Mode', toggleSelect: '切换选择模式',
// toggleSort: 'Sort Torrents', toggleSort: '排序种子',
// selectAll: 'Select All', selectAll: '全选',
// selectAllCaption: 'Select / Release All (Ctrl + A)' selectAllCaption: '选中/释放所有 (Ctrl + A)'
} },
// emptyTorrentList: 'Nothing to see here!' emptyTorrentList: '什么都没有呢!'
}, },
/** Torrent */ /** Torrent */
torrent: { torrent: {
@ -71,16 +71,16 @@ const locale = {
uploadedSession: '上传会话', uploadedSession: '上传会话',
timeActive: '活跃时间', timeActive: '活跃时间',
seededFor: '做种', seededFor: '做种',
last_activity: '上次活跃' last_activity: '上次活跃',
// completed_on: 'Completed On', completed_on: '完成时间',
// globalSpeed: 'Global Speed', globalSpeed: '全局速率',
// globalVolume: 'Global Volume' globalVolume: '全局传输量'
}, },
/** Navbar */ /** Navbar */
navbar: { navbar: {
currentSpeed: '当前速率', currentSpeed: '当前速率',
// alltimeTitle: 'All-Time Stats', alltimeTitle: '所有时间统计',
// sessionTitle: 'Session Stats', sessionTitle: '会话统计',
freeSpace: '剩余磁盘空间', freeSpace: '剩余磁盘空间',
topActions: { topActions: {
addTorrent: '打开种子', addTorrent: '打开种子',
@ -95,10 +95,10 @@ const locale = {
}, },
filters: { filters: {
stalled_uploading: '低速上传', stalled_uploading: '低速上传',
stalled_downloading: '低速下载' stalled_downloading: '低速下载',
// uncategorized: 'Uncategorized', uncategorized: '未分类',
// untagged: 'Untagged', untagged: '无标签',
// not_working: 'Not Working' not_working: '不工作'
}, },
action: { action: {
altSpeed: '备用速率限制', altSpeed: '备用速率限制',
@ -114,8 +114,8 @@ const locale = {
url: '地址' url: '地址'
}, },
newRule: { newRule: {
// titleCreate: 'Create new rule', titleCreate: '新建规则',
// titleEdit: 'Edit rule', titleEdit: '编辑规则',
name: '名称', name: '名称',
def: { def: {
mustContain: '必须包含', mustContain: '必须包含',
@ -175,28 +175,28 @@ const locale = {
busyTorrentTip: '未完成的种子要显示的属性', busyTorrentTip: '未完成的种子要显示的属性',
completedTorrentTip: '已完成的种子要显示的属性', completedTorrentTip: '已完成的种子要显示的属性',
properties: { properties: {
// availability: 'Availability', availability: '可用性',
// category: 'Category', category: '分类',
// tags: 'Tags', tags: '标签',
// completed: 'Completed', completed: '已完成',
// downloaded: 'Downloaded', downloaded: '已下载',
// ETA: 'ETA', ETA: '剩余时间',
// name: 'Name', name: '名称',
// default: 'Default', default: '默认',
// last_activity: 'Last Activity', last_activity: '最后活跃',
// peers: 'Peers', peers: '下载者',
// seeds: 'Seeds', seeds: '种子',
// priority: 'Priority', priority: '优先级',
// progress: 'Progress', progress: '进度',
// ratio: 'Ratio', ratio: '分享率',
// save_path: 'Directory', save_path: '存储路径',
// size: 'Size', size: '大小',
// state: 'State', state: '状态',
// uploaded: 'Uploaded', uploaded: '已上传',
// addedOn: 'Added On', addedOn: '添加于',
// downloadSpeed: 'Download Speed', downloadSpeed: '下载速率',
// timeActive: 'Time Active', timeActive: '活跃时间',
// uploadSpeed: 'Upload Speed' uploadSpeed: '上传速率'
} }
} }
}, },
@ -217,19 +217,19 @@ const locale = {
relocate: '当分类变化时更改种子保存的路径', relocate: '当分类变化时更改种子保存的路径',
defaultSavePath: '默认保存路径', defaultSavePath: '默认保存路径',
keepIncompleteIn: '将未完成的种子保存在:', keepIncompleteIn: '将未完成的种子保存在:',
// autoEnabled_onAdded: 'Run external program on torrent added:', autoEnabled_onAdded: '当添加种子后执行外部程序',
// autoLabel_onAdded: 'Command', autoLabel_onAdded: '命令',
autoEnabled_onFinished: '启用自动运行:', autoEnabled_onFinished: '启用自动运行:',
autoLabel_onFinished: '自动运行的程序', autoLabel_onFinished: '自动运行的程序',
supportParamTitle: '支持的参数(大小写敏感)', supportParamTitle: '支持的参数 (大小写敏感)',
supportParamN: '%N: 种子名称', supportParamN: '%N: 种子名称',
supportParamL: '%L: 分类', supportParamL: '%L: 分类',
supportParamG: '%G: 标签(用逗号分隔)', supportParamG: '%G: 标签 (用逗号分隔)',
supportParamF: '%F: 内容路径(多文件种子同根路径)', supportParamF: '%F: 内容路径 (多文件种子同根路径)',
supportParamR: '%R: 根路径(首个种子子目录的路径)', supportParamR: '%R: 根路径 (首个种子子目录的路径)',
supportParamD: '%D: 保存路径', supportParamD: '%D: 保存路径',
supportParamC: '%C: 文件数量', supportParamC: '%C: 文件数量',
supportParamZ: '%Z: 种子大小(单位为字节 byte', supportParamZ: '%Z: 种子大小 (单位为字节 byte)',
supportParamT: '%T: 当前 tracker', supportParamT: '%T: 当前 tracker',
supportParamI: '%I: 信息哈希值' supportParamI: '%I: 信息哈希值'
} }
@ -251,9 +251,9 @@ const locale = {
}, },
pageBittorrent: { pageBittorrent: {
subHeaderPrivacy: '隐私', subHeaderPrivacy: '隐私',
enableDHT: '启用 DHT(分散网络)寻找更多终端', enableDHT: '启用 DHT (分散网络) 寻找更多终端',
enablePeX: '启用 PeX(对等交换)寻找更多终端', enablePeX: '启用 PeX (对等交换) 寻找更多终端',
enableLPD: '启用 LPD(本地终端发现)寻找更多终端', enableLPD: '启用 LPD (本地终端发现) 寻找更多终端',
enableAnonymous: '启用匿名模式', enableAnonymous: '启用匿名模式',
torrentQueue: '种子队列', torrentQueue: '种子队列',
maxActiveDownload: '最大活跃下载数', maxActiveDownload: '最大活跃下载数',
@ -299,15 +299,15 @@ const locale = {
pageWebUI: { pageWebUI: {
useAlternativeWebUI: '使用其他的网页界面', useAlternativeWebUI: '使用其他的网页界面',
filesLocation: '文件路径', filesLocation: '文件路径',
webUserInterface: '网页用户界面(远程控制)', webUserInterface: '网页用户界面 (远程控制)',
ipAddress: 'IP 地址', ipAddress: 'IP 地址',
port: '端口号', port: '端口号',
authentication: '认证', authentication: '认证',
username: '用户名', username: '用户名',
password: '密码', password: '密码',
maxAttempts: '最大尝试次数', maxAttempts: '最大尝试次数',
banDuration: '禁用时长(秒)', banDuration: '禁用时长 (秒)',
sessionTimeout: '会话持续时间(秒)', sessionTimeout: '会话持续时间 (秒)',
bypassAuthenticationForClientsOnLocalhost: '绕过本地主机上客户端的身份验证', bypassAuthenticationForClientsOnLocalhost: '绕过本地主机上客户端的身份验证',
bypassAuthenticationForClientsInWhitelisted: '绕过白名单IP子网中客户端的身份验证', bypassAuthenticationForClientsInWhitelisted: '绕过白名单IP子网中客户端的身份验证',
whiteListExample: '示例172.17.32.0/24, fdff:ffff:c8::/40' whiteListExample: '示例172.17.32.0/24, fdff:ffff:c8::/40'
@ -361,7 +361,7 @@ const locale = {
sequentialDownload: '顺序下载', sequentialDownload: '顺序下载',
autoTMM: '自动种子管理', autoTMM: '自动种子管理',
shareRatioLimit: '分享率限制', shareRatioLimit: '分享率限制',
shareTimeLimit: '分享时间限制(分钟)', shareTimeLimit: '分享时间限制 (分钟)',
downloadLimit: '下载限制', downloadLimit: '下载限制',
uploadLimit: '上传限制' uploadLimit: '上传限制'
}, },
@ -400,7 +400,7 @@ const locale = {
starttorrent: '添加后立即开始', starttorrent: '添加后立即开始',
skipHashCheck: '跳过哈希值检查', skipHashCheck: '跳过哈希值检查',
createSubfolder: '建立子目录', createSubfolder: '建立子目录',
automaticTorrentManagement: '自动种子管理ATM', automaticTorrentManagement: '自动种子管理 (ATM)',
dropHereForAdd: '拖拽到此处即可添加', dropHereForAdd: '拖拽到此处即可添加',
oneOrMoreFilesInvalidTorrent: '存在无效的种子文件' oneOrMoreFilesInvalidTorrent: '存在无效的种子文件'
}, },
@ -434,9 +434,9 @@ const locale = {
addedOn: '添加时间', addedOn: '添加时间',
downloadSpeed: '下载速率', downloadSpeed: '下载速率',
timeActive: '活跃时间', timeActive: '活跃时间',
uploadSpeed: '上传速率' uploadSpeed: '上传速率',
// globalSpeed: 'Global Speed', globalSpeed: '全局速率',
// globalVolume: 'Global Volume' globalVolume: '全局传输量'
} }
}, },
speedLimit: { speedLimit: {
@ -454,9 +454,9 @@ const locale = {
settingsSaved: '设置保存成功!', settingsSaved: '设置保存成功!',
categorySaved: '分类编辑成功!', categorySaved: '分类编辑成功!',
feedSaved: '订阅源保存成功!', feedSaved: '订阅源保存成功!',
ruleSaved: '规则保存成功!' ruleSaved: '规则保存成功!',
// renameFileFailed: 'Unable to rename file', renameFileFailed: '无法重命名文件',
// renameFolderFailed: 'Unable to rename file' renameFolderFailed: '无法重命名文件夹'
}, },
/** RightClick **/ /** RightClick **/
@ -471,7 +471,7 @@ const locale = {
forceReannounce: '强制重新汇报', forceReannounce: '强制重新汇报',
sequentialDownload: '顺序下载', sequentialDownload: '顺序下载',
firstLastPriority: '首尾优先', firstLastPriority: '首尾优先',
automaticTorrentManagement: '自动种子管理ATM' automaticTorrentManagement: '自动种子管理 (ATM)'
}, },
prio: { prio: {
prio: '设置优先级', prio: '设置优先级',
@ -481,8 +481,8 @@ const locale = {
decrease: '降低' decrease: '降低'
}, },
category: '设置分类', category: '设置分类',
// tags: 'Set Tags', tags: '设置标签',
// notags: 'No Tags', notags: '无标签',
limit: '设置限制', limit: '设置限制',
copy: '复制', copy: '复制',
info: '显示详情' info: '显示详情'