Skip to content

Commit

Permalink
Locale Grammar Correction
Browse files Browse the repository at this point in the history
Co-Authored-By: Ron Friedman <[email protected]>
  • Loading branch information
neon-nyan and Cryotechnic committed Aug 30, 2024
1 parent 7cfcee1 commit 30f1b39
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Hi3Helper.Core/Lang/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,40 +585,40 @@
"NetworkSettings_Http_Redirect": "Allow HTTP Redirection",
"NetworkSettings_Http_SimulateCookies": "Allow Simulate HTTP Cookies",
"NetworkSettings_Http_UntrustedHttps": "Allow Untrusted HTTPS Certificate",
"NetworkSettings_Http_Timeout": "HTTP Client Timeout (in Seconds)",
"NetworkSettings_Http_Timeout": "HTTP Client Timeout (in seconds)",

"FileDownloadSettings_Title": "File Download Settings",
"FileDownloadSettings_SpeedLimit_Title": "Limit Download Speed",
"FileDownloadSettings_SpeedLimit_NumBox": "Speed Limit (in MiB unit)",
"FileDownloadSettings_SpeedLimit_NumBox": "Speed Limit (in MiB)",
"FileDownloadSettings_SpeedLimitHelp1": "Default:",
"FileDownloadSettings_SpeedLimitHelp2": "Speed Limit value range:",
"FileDownloadSettings_SpeedLimitHelp3": "1 - 1000 MiB/s",
"FileDownloadSettings_SpeedLimitHelp4": "Limiting the bandwidth for download. This setting cannot be used alongside",
"FileDownloadSettings_SpeedLimitHelp4": "Limits the maximum allowed bandwidth for downloading. This setting cannot be used alongside the",
"FileDownloadSettings_SpeedLimitHelp5": "setting.",

"FileDownloadSettings_NewPreallocChunk_Title": "New Pre-allocated Downloader",
"FileDownloadSettings_NewPreallocChunk_Subtitle": "For Game Installation, Game Repair and Cache Updates only.",
"FileDownloadSettings_NewPreallocChunk_NumBox": "Chunk Size (in MiB unit)",
"FileDownloadSettings_NewPreallocChunk_NumBox": "Chunk Size (in MiB)",
"FileDownloadSettings_NewPreallocChunkHelp1": "Default:",
"FileDownloadSettings_NewPreallocChunkHelp2": "Chunk Size value range:",
"FileDownloadSettings_NewPreallocChunkHelp3": "1 - 32 MiB",
"FileDownloadSettings_NewPreallocChunkHelp4": "When enabled, the downloader will dynamically pre-allocate the size of the file while downloading it.",
"FileDownloadSettings_NewPreallocChunkHelp4": "When enabled, the downloader will dynamically pre-allocate the file size during its download.",
"FileDownloadSettings_NewPreallocChunkHelp5": "This enables the downloader to directly writes data chunks into the file without splitting it into separate files.",
"FileDownloadSettings_NewPreallocChunkHelp6": "When disabled, the launcher will use an old method where data chunks will be written into separate files. It will also disable",
"FileDownloadSettings_NewPreallocChunkHelp6": "When disabled, the launcher will use the old allocation method, where data chunks will be written into separate files. It will also disable the",
"FileDownloadSettings_NewPreallocChunkHelp7": "and",
"FileDownloadSettings_NewPreallocChunkHelp8": "settings.",
"FileDownloadSettings_NewPreallocChunkHelp9": "Note:",
"FileDownloadSettings_NewPreallocChunkHelp10": "This feature is only available for Game Installation (including Initial Install, Update and Preload), Game Repair and Cache Update.",
"FileDownloadSettings_NewPreallocChunkHelp10": "This feature is only available for game installation (such as Initial Install, Update, and Pre-load), Game Repair, and Cache Update steps.",

"FileDownloadSettings_BurstDownload_Title": "Burst File-Download Mode",
"FileDownloadSettings_BurstDownload_Title": "Burst File Download Mode",
"FileDownloadSettings_BurstDownload_Subtitle": "For Game Repair and Cache Updates only.",
"FileDownloadSettings_BurstDownloadHelp1": "Default:",
"FileDownloadSettings_BurstDownloadHelp2": "When enabled, this feature will allow the download process on",
"FileDownloadSettings_BurstDownloadHelp3": "and",
"FileDownloadSettings_BurstDownloadHelp4": "feature to run in parallel at the same time to speed up the download process.",
"FileDownloadSettings_BurstDownloadHelp5": "When disabled, the download process on",
"FileDownloadSettings_BurstDownloadHelp4": "features to run in parallel to make the download process more efficient.",
"FileDownloadSettings_BurstDownloadHelp5": "When disabled, the download process for",
"FileDownloadSettings_BurstDownloadHelp6": "and",
"FileDownloadSettings_BurstDownloadHelp7": "will use a sequential download process."
"FileDownloadSettings_BurstDownloadHelp7": "features will use a sequential download process."
},

"_Misc": {
Expand Down

0 comments on commit 30f1b39

Please sign in to comment.