Skip to content

Instantly share code, notes, and snippets.

@jordanlambrecht
Created September 18, 2024 20:54
Show Gist options
  • Save jordanlambrecht/c9069652e4da7b26113f0539c1660fa3 to your computer and use it in GitHub Desktop.
Save jordanlambrecht/c9069652e4da7b26113f0539c1660fa3 to your computer and use it in GitHub Desktop.
"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"
}
@jordanlambrecht
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment