transmission-web-control/lang/en.js
ronggang.zhou@gmail.com 2a0c1139b6 新增:
# 新增参数配置文件 config.js ,用于自定义启动参数,当前可用参数:是否自动刷新、刷新频率、默认选中的节点等
# 新增针对种子服务器(Tracker)的更新/增加/删除功能
# 新增种子服务器(Tracker) 批量替换功能
# 新增在本地保存一些参数的功能(cookies),方便用户下次在本地打开时,回到上次关闭前的状态
# 新增原版切换链接(保留原版时,需将原版的 index.html 先重命名为 index.original.html,然后再解压所有文件到web目录)
# 新增种子描述中超链接替换功能
# 新增种子列表中显示“添加时间”
# 新增适应移动设备的模板,当前基本功能:
 1、种子分类 
 2、开始、暂停、重新校验已选择的种子
 3、种子列表分页显示

更新:
# 更新语言文件中的 tree.server 为 tree.servers
# 更新自动刷新时,如果有错误的种子,则根据种子的“下次更新时间”来判断本次是否需要重新获取数据,以减少数据量
# 更新种子列表排序方式,以支持所有页的数据排序 

修复:
# 拖放文件时,几个变量未定义的BUG
# 删除种子时,列表显示错误的BUG
2013-01-29 02:01:00 +00:00

323 lines
9.3 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// lang file
system.lang = {
"name":"en"
,"system":{
"title":"Transmission WEB Control"
,"status":{
"connect":"Connecting..."
,"connected":"Connected"
,"queue":"Queue:"
,"queuefinish":"The queue(s) is finish."
,"notfinal":"Not final"
}
}
,"error":{
"data-error":"Data error."
,"data-post-error":"Data post error."
}
,"config":{
"save-path":"Download dir"
}
,"toolbar":{
"start":"Start"
,"pause":"Pause"
,"recheck":"Recheck"
,"start-all":"Start all"
,"pause-all":"Pause all"
,"remove":"Remove"
,"remove-all":"Remove all"
,"remove-data":"Remove data"
,"add-torrent":"Add Torrent"
,"attribute":"Attribute"
,"alt-speed":"Alt-Speed"
,"system-config":"Config"
,"system-reload":"Reload"
,"about":"About"
,"reload-time":"Auto Reload:"
,"reload-time-unit":"s/time"
,"autoreload-disabled":"Disabled"
,"autoreload-enabled":"Enabled"
,"search-prompt":"Search Loacl Torrents"
,"tracker-replace":"Replace trackers"
,"tip":{
"start":"Start the checked torrents"
,"pause":"Pause the checked torrents"
,"recheck":"Recheck the checked torrents"
,"recheck-confirm":"You sure you want to re-check the selected torrents? This may take some time!"
,"start-all":"Start all"
,"pause-all":"Pause all"
,"remove":"Remove"
,"delete-all":"Delete-all"
,"delete-data":"Delete-data"
,"add-torrent":"Add torrent(s)"
,"attribute":"Attribute"
,"alt-speed":"Alt-speed"
,"system-config":"Config"
,"system-reload":"Reload"
,"about":"About this app"
,"autoreload-disabled":"Disabled auto reload"
,"autoreload-enabled":"Enabled auto reload"
,"tracker-replace":"Replace trackers"
}
}
,"title":{
"left":"Navigation"
,"list":"Torrents"
,"attribute":"Attribute"
,"status":"Status"
}
,"tree":{
"all":"All"
,"active":"Active"
,"paused":"Paused"
,"downloading":"Downloading"
,"sending":"Sending"
,"error":"Error"
,"warning":"Warning"
,"actively":"Actively"
,"check":"Checking"
,"wait":"Waiting"
,"search-result":"Search Result"
,"status":{
"loading":"Loading..."
}
,"statistics":"Statistics"
,"statistics":{
"title":"Statistics"
,"cumulative":"Cumulative"
,"current":"Current"
,"uploadedBytes":"UploadedBytes: "
,"downloadedBytes":"DownloadedBytes: "
,"filesAdded":"FilesAdded: "
,"sessionCount":"SessionCount: "
,"secondsActive":"SecondsActive: "
}
,"servers":"Trackers"
,"folders":"Folders"
,"toolbar":{
"nav":{
"folders":"Folders"
}
}
}
,"statusbar":{
"downloadspeed":"Download speed:"
,"uploadspeed":"Send speed:"
,"version":"Version:"
}
,"dialog":{
"torrent-add":{
"download-dir":"Download Dir:"
,"torrent-url":"Torrent URL:"
,"tip-torrent-url":"TipPlease multiple content with 'Enter' to separate"
,"autostart":"Auto Start:"
,"tip-autostart":""
,"set-default-download-dir":"Set as default dir"
,"upload-file":"Torrent file(s):"
,"nosource":"No torrent file or URL."
,"tip-title":"Upload file priority in the URL"
}
,"system-config":{
"title":"Server Config"
,"tabs":{
"base":"Base"
,"network":"Network"
,"limit":"Limit"
,"alt-speed":"Scheduled"
}
,"config-dir":"Location of transmission's configuration directory:"
,"download-dir":"Default path to download torrents:"
,"download-dir-free-space":"Free space:"
,"incomplete-dir-enabled":"Use incomplete dir"
,"cache-size-mb":"Disk cache size:"
,"rename-partial-files":"Append '.part' to incomplete files"
,"start-added-torrents":"Auto start added torrents"
,"download-queue-enabled":"Enabled download queue, max queue number:"
,"seed-queue-enabled":"Enabled seed queue, max queue number:"
,"peer-port-random-on-start":"Use random port on start"
,"port-forwarding-enabled":"Enabled forwarding"
,"test-port":"Test the port"
,"port-is-open-true":"The port is close"
,"port-is-open-false":"The port is open"
,"testing":"Testing..."
,"encryption":"Encryption:"
,"encryption-type":{
"required":"Required"
,"preferred":"Preferred"
,"tolerated":"Tolerated"
}
,"utp-enabled":"Enabled uTP(UPnP)"
,"dht-enabled":"Enabled DHT"
,"lpd-enabled":"Enabled LPD"
,"pex-enabled":"Enabled PEX"
,"peer-limit-global":"Maximum global number of peers:"
,"peer-limit-per-torrent":"Maximum peers number of torrent:"
,"speed-limit-down-enabled":"Max global download speed:"
,"speed-limit-up-enabled":"Max global upload speed:"
,"alt-speed-enabled":"Use the alt speeds"
,"alt-speed-down":"Max global download speed:"
,"alt-speed-up":"Max global upload speed:"
,"alt-speed-time-enabled":"Use scheduled"
,"alt-speed-time":"Time"
,"weekday":{
"1":"Monday"
,"2":"Tuesday"
,"3":"Wednesday"
,"4":"Thursday"
,"5":"Friday"
,"6":"Saturday"
,"0":"Sunday"
}
,"blocklist-enabled":"Use blocklist"
,"seedRatioLimited":"The default seed ratio for torrents to use:"
,"queue-stalled-enabled":"Whether or not to consider idle torrents as stalled:"
,"idle-seeding-limit-enabled":"Torrents we're seeding will be stopped if they're idle for this long:"
,"minuets":"Minuets"
,"nochange":"No change"
,"saveing":"Saveing..."
}
,"public":{
"button-ok":"OK"
,"button-cancel":"Cancel"
,"button-reload":"Reload"
,"button-save":"Save"
,"button-close":"Close"
}
,"about":{
"infos":"Authorculturist<br/>StatementMost of the icons used in this program from the network, if any violation of your rights, please contact me delete."
}
,"torrent-remove":{
"title":"Remove confirm"
,"confirm-text":"Are you sure you want to remove the checked torrent(s)?"
,"remove-data":"Delete local data"
,"remove-error":"Delete failed!"
}
,"torrent-changeDownloadDir":{
"title":"Set new dir"
,"old-download-dir":"Old dir:"
,"new-download-dir":"New dir:"
,"move-data":"If checked, move from previous location. otherwise, search 'New dir' for files."
,"set-error":"set error!"
}
,"system-replaceTracker":{
"title":"Replace Trackers"
,"old-tracker":"Old tracker"
,"new-tracker":"New tracker"
,"tip":"This function will find <b>all torrents</b> Tracker."
,"not-found":"Tracker is not found."
}
}
,"torrent":{
"fields":{
"id":"#"
,"name":"Name"
,"hashString":"HASH"
,"downloadDir":"Download Dir"
,"totalSize":"Total size"
,"status":"Status"
,"percentDone":"Percent done"
,"addedDate":"Added date"
,"completeSize":"Complete size"
,"rateDownload":"Rate download"
,"rateUpload":"Rate upload"
,"leecherCount":"Leecher"
,"seederCount":"Seeder"
,"uploadedEver":"Uploaded ever"
,"uploadRatio":"Ratio"
}
,"status-text":{
"0":"Paused"
,"1":"Wait check"
,"2":"Checking"
,"3":"Wait download"
,"4":"Downloading"
,"5":"Wait seed"
,"6":"Seeding"
}
,"attribute":{
"tabs":{
"base":"Base"
,"servers":"Trackers"
,"files":"Files"
,"users":"Peers"
,"config":"Config"
}
,"files-fields":{
"name":"Name"
,"length":"Size"
,"percentDone":"Percent done"
,"bytesCompleted":"Complete size"
,"wanted":"Wanted"
,"priority":"Priority"
}
,"servers-fields":{
"announce":"Announce"
,"announceState":"Status"
,"lastAnnounceResult":"Infos"
,"lastAnnounceSucceeded":"Succeeded"
,"lastAnnounceTime":"AnnounceTime"
,"lastAnnounceTimedOut":"TimedOut"
,"downloadCount":"Download count"
,"nextAnnounceTime":"Next announce"
}
,"peers-fields":{
"address":"IP address"
,"clientName":"Client"
,"flagStr":"Flag"
,"progress":"Progress"
,"rateToClient":"RateToClient"
,"rateToPeer":"RateToPeer"
}
,"status":{
"true":"True"
,"false":"False"
}
,"priority":{
"0":"Normal"
,"1":"High"
,"-1":"Low"
}
,"label":{
"name":"Name:"
,"addedDate":"Added date:"
,"totalSize":"Total size:"
,"completeSize":"Complete size:"
,"leftUntilDone":"Left until done:"
,"hashString":"HASH:"
,"downloadDir":"Download dir:"
,"status":"Status:"
,"rateDownload":"Rate download:"
,"rateUpload":"Rate upload:"
,"leecherCount":"Leecher:"
,"seederCount":"Seeder:"
,"uploadedEver":"Uploaded ever:"
,"uploadRatio":"Upload Ratio:"
,"creator":"Creator:"
,"dateCreated":"Date created:"
,"comment":"Comment:"
,"errorString":"Error string:"
,"downloadLimited":"Max global download speed"
,"uploadLimited":"Max global upload speed"
,"peer-limit":"Maximum peers number of torrent"
,"seedRatioMode":"Seed ratio for torrents to use"
,"seedIdleMode":"Torrents we're seeding will be stopped if they're idle for this long"
}
,"tip":{
"button-allow":"Download checked file(s)"
,"button-deny":"Skip checked file(s)"
,"button-priority":"Set priority"
}
,"other":{
"tracker-remove-confim":"Are you sure want to remove this Tracker?"
}
}
}
,"public":{
"text-unknown":"Unknown"
,"text-drop-title":"Drag and drop the file in the region to add to the Transmission."
,"text-saved":"Saved"
,"text-nochange":"No change"
,"text-info":"Infos"
,"text-confirm":"Are you sure?"
}
};