From 3359a9c4f82cba53ec68c151a0a350fb0a6f30bb Mon Sep 17 00:00:00 2001 From: Jordy <jordan@pixelbakery.com> Date: Wed, 18 Sep 2024 19:30:40 -0500 Subject: [PATCH] chore: Update torrent property keys (#1902) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Switched some titles to use proper title casing - Abbreviated/shortened several titles - Added emojis to torrent states π€ͺ --- src/locales/en.json | 74 ++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index aade1a6b..d9b7bf19 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -245,7 +245,7 @@ "num_incomplete": "Peers (swarm)", "num_leechs": "Peers (connected)", "num_seeds": "Seeds (connected)", - "priority": "Queue position", + "priority": "Queue Position", "progress": "Progress", "ratio": "Ratio", "ratio_limit": "Ratio Limit", @@ -1262,8 +1262,8 @@ "availability": "Availability", "available_peers": "Peers (swarm)", "available_seeds": "Seeds (swarm)", - "avg_download_speed": "Average Download Speed", - "avg_upload_speed": "Average Upload Speed", + "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)", @@ -1275,39 +1275,39 @@ "creation_date": "Creation Date", "downloaded": "Downloaded (global)", "downloaded_session": "Downloaded (session)", - "download_limit": "Download Limit", - "download_path": "Download Path", - "download_speed": "Download Speed", + "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", + "forced": "Forced State", "global_speed": "Global Speed", "global_volume": "Global Volume", "hash": "Hash", - "inactive_seeding_time_limit": "Inactive seeding time limit", + "inactive_seeding_time_limit": "Inactive Seeding Time Limit", "infohash_v1": "Infohash v1", "infohash_v2": "Infohash v2", - "is_private": "Private torrent", - "last_activity": "Last Activity", + "is_private": "Private Torrent", + "last_activity": "Last Active", "magnet": "Magnet Link", "name": "Torrent Title", - "nb_connections": "Total connections", - "nb_connections_limit": "Connection limit", + "nb_connections": "Total Connections", + "nb_connections_limit": "Connection Limit", "num_leechs": "Peers (connected)", "num_seeds": "Seeds (connected)", "peers": "Peers", - "priority": "Queue position", + "priority": "Queue", "progress": "Progress", "progress_bar": "Progress Bar", "ratio": "Ratio", "ratio_limit": "Ratio limit", - "reannounce": "Next reannounce in", + "reannounce": "Next Reannounce", "save_path": "Save Path", - "seeding_time": "Seeding time", - "seeding_time_limit": "Seeding time limit", + "seeding_time": "Seeding Time", + "seeding_time_limit": "Seeding Time Limit", "seeds": "Seeds", "seen_complete": "Seen Complete", "seq_dl": "Sequential Download", @@ -1317,34 +1317,34 @@ "tags": "Tags", "time_active": "Time Active", "total_size": "Total Size", - "total_wasted": "Wasted data", + "total_wasted": "Wasted Data", "tracker": "Tracker", "trackers_count": "Trackers Count", "truncated_hash": "Truncated Hash", "uploaded": "Uploaded (global)", "uploaded_session": "Uploaded (session)", - "upload_limit": "Upload Limit", - "upload_speed": "Upload Speed" + "upload_limit": "UL Limit", + "upload_speed": "UL Speed" }, "state": { - "checking_disk": "Checking disk files", - "checking_resume_data": "Checking resume data", - "dl_forced": "[F] Downloading", - "dl_paused": "Paused", - "dl_queued": "Queued (DL)", - "dl_stalled": "Stalled", - "downloading": "Downloading", - "error": "Error", - "forced_meta_download": "[F] Metadata", - "meta_download": "Metadata", - "missing_files": "Missing Files", - "moving": "Moving", - "ul_forced": "[F] Uploading", - "ul_paused": "Done", - "ul_queued": "Queued (UP)", - "ul_stalled": "Seeding", - "unknown": "Unknown", - "uploading": "Uploading" + "checking_disk": "π Checking Disk Files", + "checking_resume_data": "π Checking Resume Data", + "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" } }, "units": {