transmission-web-control/lang/en.js
ronggang.zhou@gmail.com 95334d8b20 更新0.1 版本代码
2013-01-09 02:32:19 +00:00

302 lines
8.7 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"
,"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"
,"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"
}
}
,"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: "
}
,"server":"Trackers"
,"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"
}
,"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!"
}
}
,"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"
}
,"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"
}
}
}
,"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"
}
};