mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-24 18:36:14 +03:00
perf: Update translations (#1373)
This commit is contained in:
parent
cd695ab96d
commit
a9d9721179
1 changed files with 20 additions and 7 deletions
|
@ -255,7 +255,7 @@
|
||||||
"cookie": "Cookie",
|
"cookie": "Cookie",
|
||||||
"cookiePlaceholder": "name1=value1; name2=value2; ...",
|
"cookiePlaceholder": "name1=value1; name2=value2; ...",
|
||||||
"dlLimit": "Download limit",
|
"dlLimit": "Download limit",
|
||||||
"downloadPath": "Download path",
|
"downloadPath": "Download path (when incomplete)",
|
||||||
"dropLabel": "Drop torrent files and links here",
|
"dropLabel": "Drop torrent files and links here",
|
||||||
"error": "Error while adding torrents",
|
"error": "Error while adding torrents",
|
||||||
"fileOverflow": "+{n} more",
|
"fileOverflow": "+{n} more",
|
||||||
|
@ -273,7 +273,7 @@
|
||||||
"ratioLimit": "Ratio limit",
|
"ratioLimit": "Ratio limit",
|
||||||
"rename": "Rename torrent",
|
"rename": "Rename torrent",
|
||||||
"resetForm": "Reset form",
|
"resetForm": "Reset form",
|
||||||
"savePath": "Save path",
|
"savePath": "Save path (when completed)",
|
||||||
"seedingTimeLimit": "Seeding time limit",
|
"seedingTimeLimit": "Seeding time limit",
|
||||||
"sequentialDownload": "Sequential download",
|
"sequentialDownload": "Sequential download",
|
||||||
"skipChecking": "Skip hash checking",
|
"skipChecking": "Skip hash checking",
|
||||||
|
@ -793,7 +793,7 @@
|
||||||
},
|
},
|
||||||
"exportDir": "Copy .torrent files to",
|
"exportDir": "Copy .torrent files to",
|
||||||
"exportDirFinished": "Copy .torrent files for finished downloads to",
|
"exportDirFinished": "Copy .torrent files for finished downloads to",
|
||||||
"keepIncomplete": "Keep incomplete torrents",
|
"keepIncomplete": "Default Download Path (incomplete torrents)",
|
||||||
"paramChangedTMMOptions": {
|
"paramChangedTMMOptions": {
|
||||||
"relocateTorrent": "Relocate torrent",
|
"relocateTorrent": "Relocate torrent",
|
||||||
"switchToManual": "Switch torrent to Manual Mode"
|
"switchToManual": "Switch torrent to Manual Mode"
|
||||||
|
@ -880,7 +880,11 @@
|
||||||
"vuetorrent": {
|
"vuetorrent": {
|
||||||
"general": "General",
|
"general": "General",
|
||||||
"title": "VueTorrent",
|
"title": "VueTorrent",
|
||||||
"torrent_card": "Torrent Card"
|
"torrent_card": {
|
||||||
|
"grid": "Grid View",
|
||||||
|
"list": "List View",
|
||||||
|
"table": "Table View"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"webui": "WebUI"
|
"webui": "WebUI"
|
||||||
},
|
},
|
||||||
|
@ -931,8 +935,17 @@
|
||||||
"vueTorrentTitle": "VueTorrent title"
|
"vueTorrentTitle": "VueTorrent title"
|
||||||
},
|
},
|
||||||
"torrentCard": {
|
"torrentCard": {
|
||||||
"busyTorrentTip": "Properties to display for busy torrents",
|
"grid": {
|
||||||
"doneTorrentTip": "Properties to display for completed torrents"
|
"busyTip": "Properties to display for busy torrents in grid view",
|
||||||
|
"doneTip": "Properties to display for completed torrents in grid view"
|
||||||
|
},
|
||||||
|
"list": {
|
||||||
|
"busyTip": "Properties to display for busy torrents in list view",
|
||||||
|
"doneTip": "Properties to display for completed torrents in list view"
|
||||||
|
},
|
||||||
|
"table": {
|
||||||
|
"tip": "Properties to display for torrents in table view"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"webUI": {
|
"webUI": {
|
||||||
|
|
Loading…
Reference in a new issue