Skip to content

Commit

Permalink
perf: Reword torrent priority to queue position (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsluph committed Apr 26, 2024
1 parent c902d62 commit 719a29d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/locales/en.json
Expand Up @@ -142,7 +142,7 @@
"advanced": {
"auto_tmm": "Automatic Torrent Management",
"download_path": "Set Download Path",
"f_l_prio": "First / Last Priority",
"f_l_prio": "First / Last Piece Priority",
"reannounce": "Force Reannounce",
"recheck": "Force Recheck",
"rename": "Rename Torrent",
Expand All @@ -164,11 +164,11 @@
"export": "Export torrent | Export torrents",
"info": "Show Info",
"priority": {
"bottom": "Bottom Priority",
"decrease": "Decrease Priority",
"increase": "Increase Priority",
"title": "Set Priority",
"top": "Top Prio"
"bottom": "To bottom",
"decrease": "Decrease",
"increase": "Increase",
"title": "Set queue position",
"top": "To top"
},
"speed_limit": {
"download": "Set download limit",
Expand Down Expand Up @@ -224,7 +224,7 @@
"num_incomplete": "Peers (swarm)",
"num_leechs": "Peers (connected)",
"num_seeds": "Seeds (connected)",
"priority": "Priority",
"priority": "Queue position",
"progress": "Progress",
"ratio": "Ratio",
"ratio_limit": "Ratio Limit",
Expand Down Expand Up @@ -1215,7 +1215,7 @@
"num_leechs": "Peers (connected)",
"num_seeds": "Seeds (connected)",
"peers": "Peers",
"priority": "Priority",
"priority": "Queue position",
"progress": "Progress",
"progress_bar": "Progress Bar",
"ratio": "Ratio",
Expand Down

0 comments on commit 719a29d

Please sign in to comment.