Created
September 18, 2024 20:54
-
-
Save jordanlambrecht/c9069652e4da7b26113f0539c1660fa3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"torrent": { | |
"properties": { | |
"added_on": "Added On", | |
"amount_left": "Amount Left", | |
"auto_tmm": "Automatic Torrent Management", | |
"availability": "Availability", | |
"available_peers": "Peers (swarm)", | |
"available_seeds": "Seeds (swarm)", | |
---> "avg_download_speed": "Avg. DL Speed", | |
---> "avg_upload_speed": "Avg. UL Speed", | |
"basename_content_path": "Content Path (basename)", | |
"basename_download_path": "Download Path (basename)", | |
"basename_save_path": "Save Path (basename)", | |
"category": "Category", | |
"comment": "Comment", | |
"completed_on": "Completed On", | |
"content_path": "Content Path", | |
"created_by": "Created by", | |
"creation_date": "Creation Date", | |
"downloaded": "Downloaded (global)", | |
"downloaded_session": "Downloaded (session)", | |
---> "download_limit": "DL Limit", | |
---> "download_path": "DL Path", | |
---> "download_speed": "DL Speed", | |
"empty_category": "(no category)", | |
"empty_tags": "(no tags)", | |
"empty_tracker": "(no working trackers)", | |
"eta": "ETA", | |
---> "f_l_piece_prio": "First/Last Piece Priority", | |
"forced": "Forced State", ---> Changed to Title Case | |
"global_speed": "Global Speed", | |
"global_volume": "Global Volume", | |
"hash": "Hash", | |
"inactive_seeding_time_limit": "Inactive Seeding Time Limit", ---> Changed to Title Case | |
"infohash_v1": "Infohash v1", | |
"infohash_v2": "Infohash v2", | |
"is_private": "Private Torrent", ---> Changed to Title Case | |
---> "last_activity": "Last Active", | |
"magnet": "Magnet Link", | |
"name": "Torrent Title", | |
"nb_connections": "Total Connections", ---> Changed to Title Case | |
"nb_connections_limit": "Connection Limit", ---> Changed to Title Case | |
"num_leechs": "Peers (connected)", | |
"num_seeds": "Seeds (connected)", | |
"peers": "Peers", | |
---> "priority": "Queue", | |
"progress": "Progress", | |
"progress_bar": "Progress Bar", | |
"ratio": "Ratio", | |
"ratio_limit": "Ratio limit", | |
---> "reannounce": "Next Reannounce", ---> Changed to Title Case | |
"save_path": "Save Path", | |
"seeding_time": "Seeding Time", ---> Changed to Title Case | |
"seeding_time_limit": "Seeding Time Limit", ---> Changed to Title Case | |
"seeds": "Seeds", | |
"seen_complete": "Seen Complete", | |
"seq_dl": "Sequential Download", | |
"size": "Size", | |
"state": "State", | |
"super_seeding": "Super Seeding Mode", | |
"tags": "Tags", | |
"time_active": "Time Active", | |
"total_size": "Total Size", | |
"total_wasted": "Wasted Data", ---> Changed to Title Case | |
"tracker": "Tracker", | |
"trackers_count": "Trackers Count", | |
"truncated_hash": "Truncated Hash", | |
"uploaded": "Uploaded (global)", | |
"uploaded_session": "Uploaded (session)", | |
---> "upload_limit": "UL Limit", | |
---> "upload_speed": "UL Speed" | |
}, | |
"state": { | |
"checking_disk": "π Checking Disk Files", ---> Changed to Title Case | |
"checking_resume_data": "π Checking Resume Data", ---> Changed to Title Case | |
"dl_forced": "π₯ Downloading [F]", | |
"dl_paused": "βΈοΈ Paused", | |
"dl_queued": "β³ Queued (DL)", | |
"dl_stalled": "π Stalled", | |
"downloading": "π₯ Downloading", | |
"error": "β Error", | |
"forced_meta_download": "π Metadata [F]", | |
"meta_download": "π Metadata", | |
"missing_files": "β οΈ Missing Files", | |
"moving": "π Moving", | |
"ul_forced": "π€ Uploading [F]", | |
"ul_paused": "β Done", | |
"ul_queued": "β³ Queued (UP)", | |
"ul_stalled": "π± Seeding", | |
"unknown": "β Unknown", | |
"uploading": "π€ Uploading" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposed changes:
Average Download Speed ---> Avg. DL Speed
Average Upload Speed ---> Avg. UL Speed
Download Limit ---> DL Limit
Download Path ---> DL Path
Download Speed ---> DL Speed
First / Last Piece Priority ---> First/Last Piece Priority
Last Activity ---> Last Active
Queue Position ---> Queue (or Queue Pos. would even be an improvement)
Next Reannounce In ---> Next Reannounce
Upload Speed ---> UL Speed
Upload Limit ---> UL Limit
I'm not sure how I feel about abbreviating DL and UL, however.