Ordering, repairing typos, standardizing both english language files

This commit is contained in:
Mark eM 2018-04-10 14:37:42 +02:00 committed by GitHub
parent b4b355b549
commit ececab4856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 57 additions and 57 deletions

View File

@ -1,4 +1,4 @@
// lang file // lang file
system.defaultLang = { system.defaultLang = {
"name": "en", "name": "en",
"system": { "system": {
@ -64,8 +64,8 @@ system.defaultLang = {
"system-config": "Config", "system-config": "Config",
"system-reload": "Reload", "system-reload": "Reload",
"about": "About this app", "about": "About this app",
"autoreload-disabled": "Auto reload is disabled", "autoreload-disabled": "Click to disable auto reload",
"autoreload-enabled": "Auto reload is enabled", "autoreload-enabled": "Click to enable auto reload",
"tracker-replace": "Replace trackers", "tracker-replace": "Replace trackers",
"change-download-dir": "Change download location", "change-download-dir": "Change download location",
"ui-mobile": "Mobile UI", "ui-mobile": "Mobile UI",
@ -149,7 +149,7 @@ system.defaultLang = {
"base": "Base", "base": "Base",
"network": "Network", "network": "Network",
"limit": "Limit", "limit": "Limit",
"alt-speed": "Scheduled", "alt-speed": "Alternative speeds",
"dictionary-folders": "Folders Dictionary", "dictionary-folders": "Folders Dictionary",
"more": "More" "more": "More"
}, },
@ -182,10 +182,10 @@ system.defaultLang = {
"peer-limit-per-torrent": "Maximum peers number of torrent:", "peer-limit-per-torrent": "Maximum peers number of torrent:",
"speed-limit-down-enabled": "Max global download speed:", "speed-limit-down-enabled": "Max global download speed:",
"speed-limit-up-enabled": "Max global upload speed:", "speed-limit-up-enabled": "Max global upload speed:",
"alt-speed-enabled": "Use the alt speeds", "alt-speed-enabled": "Enable alternative speeds",
"alt-speed-down": "Max global download speed:", "alt-speed-down": "Alternative global download speed:",
"alt-speed-up": "Max global upload speed:", "alt-speed-up": "Alternative global upload speed:",
"alt-speed-time-enabled": "Use scheduled", "alt-speed-time-enabled": "Use schedule",
"alt-speed-time": "Time", "alt-speed-time": "Time",
"weekday": { "weekday": {
"1": "Monday", "1": "Monday",
@ -271,7 +271,7 @@ system.defaultLang = {
}, },
"torrent-attribute-add-tracker": { "torrent-attribute-add-tracker": {
"title": "Add Trackers", "title": "Add Trackers",
"tip": "One Line One Tracker" "tip": "One Line, One Tracker"
} }
}, },
"torrent": { "torrent": {
@ -286,11 +286,11 @@ system.defaultLang = {
"remainingTime": "Remaining time", "remainingTime": "Remaining time",
"addedDate": "Date added", "addedDate": "Date added",
"completeSize": "Complete size", "completeSize": "Complete size",
"rateDownload": "Dowload Rate", "rateDownload": "Download rate",
"rateUpload": "Upload rate", "rateUpload": "Upload rate",
"leecherCount": "Leecher", "leecherCount": "Leecher",
"seederCount": "Seeder", "seederCount": "Seeder",
"uploadedEver": "Uploaded till date", "uploadedEver": "Uploaded ever",
"uploadRatio": "Ratio", "uploadRatio": "Ratio",
"queuePosition": "Queue", "queuePosition": "Queue",
"activityDate": "Activity Date", "activityDate": "Activity Date",
@ -382,7 +382,7 @@ system.defaultLang = {
"button-tracker-remove": "Remove Tracker" "button-tracker-remove": "Remove Tracker"
}, },
"other": { "other": {
"tracker-remove-confim": "Are you sure you want to remove this Tracker?" "tracker-remove-confim": "Are you sure want to remove this Tracker?"
} }
} }
}, },
@ -393,7 +393,7 @@ system.defaultLang = {
}, },
"public": { "public": {
"text-unknown": "Unknown", "text-unknown": "Unknown",
"text-drop-title": "Drag and drop the file in your browser to add to Transmission.", "text-drop-title": "Drag and drop the file in the region to add to the Transmission.",
"text-saved": "Saved", "text-saved": "Saved",
"text-nochange": "No change", "text-nochange": "No change",
"text-info": "Infos", "text-info": "Infos",

View File

@ -1,4 +1,4 @@
// lang file // lang file
system.lang = { system.lang = {
"name":"en", "name":"en",
"system":{ "system":{
@ -7,18 +7,18 @@ system.lang = {
"connect":"Connecting...", "connect":"Connecting...",
"connected":"Connected", "connected":"Connected",
"queue":"Queue:", "queue":"Queue:",
"queuefinish":"The queue(s) is finish.", "queuefinish":"The queue(s) has finished.",
"notfinal":"Not final", "notfinal":"Not finalized",
"checked": "%n data checked: " "checked":"%n data checked: "
} }
}, },
"error":{ "error":{
"data-error":"Data error.", "data-error":"Error recieving data!",
"data-post-error":"Data post error.", "data-post-error":"Error posting data!",
"rename-error":"Error renaming file/folder!" "rename-error":"Error renaming file/folder!"
}, },
"config":{ "config":{
"save-path":"Download dir" "save-path":"Download directory"
}, },
"toolbar":{ "toolbar":{
"start":"Start", "start":"Start",
@ -47,12 +47,12 @@ system.lang = {
"ui-computer":"Desktop UI", "ui-computer":"Desktop UI",
"plugin":"Extensions/plugins", "plugin":"Extensions/plugins",
"rename":"Rename", "rename":"Rename",
"copy-path-to-clipboard": "Copy download location to clipboard", "copy-path-to-clipboard":"Copy download location to clipboard",
"tip":{ "tip":{
"start":"Start the checked torrents", "start":"Start the checked torrents",
"pause":"Pause the checked torrents", "pause":"Pause the checked torrents",
"recheck":"Recheck 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!", "recheck-confirm":"Are you sure you want to re-check the selected torrents? This may take some time!",
"start-all":"Start all", "start-all":"Start all",
"pause-all":"Pause all", "pause-all":"Pause all",
"remove":"Remove", "remove":"Remove",
@ -64,15 +64,15 @@ system.lang = {
"system-config":"Config", "system-config":"Config",
"system-reload":"Reload", "system-reload":"Reload",
"about":"About this app", "about":"About this app",
"autoreload-disabled":"Disabled auto reload", "autoreload-disabled":"Click to disable auto reload",
"autoreload-enabled":"Enabled auto reload", "autoreload-enabled":"Click to enable auto reload",
"tracker-replace":"Replace trackers", "tracker-replace":"Replace trackers",
"change-download-dir":"Change download location", "change-download-dir":"Change download location",
"ui-mobile":"Mobile UI", "ui-mobile":"Mobile UI",
"ui-original":"Original UI", "ui-original":"Original UI",
"more-peers":"Ask tracker for more peers", "more-peers":"Ask tracker for more peers",
"rename":"Renaming a Torrent's Path", "rename":"Renaming a Torrent's Path",
"copy-path-to-clipboard": "Copy download location to clipboard" "copy-path-to-clipboard":"Copy download location to clipboard"
} }
}, },
"menus":{ "menus":{
@ -82,8 +82,8 @@ system.lang = {
"move-down":"Move down", "move-down":"Move down",
"move-bottom":"Move to bottom" "move-bottom":"Move to bottom"
}, },
"plugin": { "plugin":{
"auto-match-data-folder": "Automatically matches data directory" "auto-match-data-folder":"Automatically matches data directory"
} }
}, },
"title":{ "title":{
@ -135,13 +135,13 @@ system.lang = {
"torrent-add":{ "torrent-add":{
"download-dir":"Download Dir:", "download-dir":"Download Dir:",
"torrent-url":"Torrent URL:", "torrent-url":"Torrent URL:",
"tip-torrent-url":"TipPlease multiple content with 'Enter' to separate", "tip-torrent-url":"Tip: Please add multiple content with an 'Enter' key press to separate",
"autostart":"Auto Start:", "autostart":"Auto Start:",
"tip-autostart":"", "tip-autostart":"",
"set-default-download-dir":"Set as default dir", "set-default-download-dir":"Set as default directory",
"upload-file":"Torrent file(s):", "upload-file":"Torrent file(s):",
"nosource":"No torrent file or URL.", "nosource":"No torrent file or URL.",
"tip-title":"Upload the torrent file takes precedence over the torrent URL" "tip-title":"Uploading the torrent file takes precedence over the torrent URL"
}, },
"system-config":{ "system-config":{
"title":"Server Config", "title":"Server Config",
@ -151,12 +151,12 @@ system.lang = {
"limit":"Limit", "limit":"Limit",
"alt-speed":"Alternative speeds", "alt-speed":"Alternative speeds",
"dictionary-folders":"Folders Dictionary", "dictionary-folders":"Folders Dictionary",
"more": "More" "more":"More"
}, },
"config-dir":"Location of transmission's configuration directory:", "config-dir":"Location of transmission's configuration directory:",
"download-dir":"Default path to download torrents:", "download-dir":"Default path to download torrents:",
"download-dir-free-space":"Free space: ", "download-dir-free-space":"Free space: ",
"incomplete-dir-enabled":"Use incomplete dir", "incomplete-dir-enabled":"Use incomplete directory",
"cache-size-mb":"Disk cache size:", "cache-size-mb":"Disk cache size:",
"rename-partial-files":"Append '.part' to incomplete files", "rename-partial-files":"Append '.part' to incomplete files",
"start-added-torrents":"Auto start added torrents", "start-added-torrents":"Auto start added torrents",
@ -204,10 +204,10 @@ system.lang = {
"minutes":"Minutes", "minutes":"Minutes",
"nochange":"No change", "nochange":"No change",
"saving":"Saving...", "saving":"Saving...",
"show-bt-servers": "Show 'BT servers' on Trackers.", "show-bt-servers":"Show 'BT servers' on Trackers.",
"restore-default-settings": "Restore UI Default Settings", "restore-default-settings":"Restore UI Default Settings",
"language": "Language:", "language":"Language:",
"loading": "Loading..." "loading":"Loading..."
}, },
"public":{ "public":{
"button-ok":"OK", "button-ok":"OK",
@ -221,10 +221,10 @@ system.lang = {
"about":{ "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.", "infos":"Authorculturist<br/>StatementMost of the icons used in this program from the network, if any violation of your rights, please contact me delete.",
"check-update":"Check Update", "check-update":"Check Update",
"home": "Project Home", "home":"Project Home",
"help": "Wiki", "help":"Wiki",
"donate": "Donate", "donate":"Donate",
"pt-plugin": "PT Plugin" "pt-plugin":"PT Plugin"
}, },
"torrent-remove":{ "torrent-remove":{
"title":"Remove confirm", "title":"Remove confirm",
@ -256,7 +256,7 @@ system.lang = {
"time-now":"Now:", "time-now":"Now:",
"status":"Status:", "status":"Status:",
"ignore":"Ignore", "ignore":"Ignore",
"working-close-confirm":"Is working, make sure to close it?", "working-close-confirm":"Torrents are currently downloading, are sure you want to close Transmission?",
"time-interval":"Time interval (seconds):", "time-interval":"Time interval (seconds):",
"work-mode-title":"Mode:", "work-mode-title":"Mode:",
"work-mode":{ "work-mode":{
@ -264,14 +264,14 @@ system.lang = {
"2":"Individually matched by folder" "2":"Individually matched by folder"
} }
}, },
"torrent-rename": { "torrent-rename":{
"title":"Renaming a Torrent's Path", "title":"Renaming a Torrent's Path",
"oldname": "Old", "oldname":"Old",
"newname": "New", "newname":"New"
}, },
"torrent-attribute-add-tracker": { "torrent-attribute-add-tracker":{
"title": "Add Trackers", "title":"Add Trackers",
"tip": "One Line, One Tracker" "tip":"One Line, One Tracker"
} }
}, },
"torrent":{ "torrent":{
@ -284,17 +284,17 @@ system.lang = {
"status":"Status", "status":"Status",
"percentDone":"Percent done", "percentDone":"Percent done",
"remainingTime":"Remaining time", "remainingTime":"Remaining time",
"addedDate":"Added date", "addedDate":"Date added",
"completeSize":"Complete size", "completeSize":"Complete size",
"rateDownload":"Rate download", "rateDownload":"Download rate",
"rateUpload":"Rate upload", "rateUpload":"Upload rate",
"leecherCount":"Leecher", "leecherCount":"Leecher",
"seederCount":"Seeder", "seederCount":"Seeder",
"uploadedEver":"Uploaded ever", "uploadedEver":"Uploaded ever",
"uploadRatio":"Ratio", "uploadRatio":"Ratio",
"queuePosition":"Queue", "queuePosition":"Queue",
"activityDate": "Activity Date", "activityDate":"Activity Date",
"trackers": "Trackers" "trackers":"Trackers"
}, },
"status-text":{ "status-text":{
"0":"Paused", "0":"Paused",
@ -369,7 +369,7 @@ system.lang = {
"errorString":"Error string:", "errorString":"Error string:",
"downloadLimited":"Max global download speed", "downloadLimited":"Max global download speed",
"uploadLimited":"Max global upload speed", "uploadLimited":"Max global upload speed",
"peer-limit":"Maximum peers number of torrent", "peer-limit":"Maximum peers for this torrent",
"seedRatioMode":"Seed ratio for torrents to use", "seedRatioMode":"Seed ratio for torrents to use",
"seedIdleMode":"Torrents we're seeding will be stopped if they're idle for this long" "seedIdleMode":"Torrents we're seeding will be stopped if they're idle for this long"
}, },
@ -377,9 +377,9 @@ system.lang = {
"button-allow":"Download checked file(s)", "button-allow":"Download checked file(s)",
"button-deny":"Skip checked file(s)", "button-deny":"Skip checked file(s)",
"button-priority":"Set priority", "button-priority":"Set priority",
"button-tracker-add": "Add New Tracker", "button-tracker-add":"Add New Tracker",
"button-tracker-edit": "Edit Tracker", "button-tracker-edit":"Edit Tracker",
"button-tracker-remove": "Remove Tracker" "button-tracker-remove":"Remove Tracker"
}, },
"other":{ "other":{
"tracker-remove-confim":"Are you sure want to remove this Tracker?" "tracker-remove-confim":"Are you sure want to remove this Tracker?"