From 5174e0a67a185cb58691b8094ab1a42cd2a43a50 Mon Sep 17 00:00:00 2001 From: 3gf8jv4dv <3gf8jv4dv@gmail.com> Date: Mon, 3 Mar 2025 10:41:03 +0800 Subject: [PATCH] chore(locale): revise english (#3688) * chore(locale): revise english `settings.launcher.launcher_log.reveal` Considering that HMCL is a cross-platform launcher and not all systems use the term `Explorer`, this should be changed to a more generic term. `update.channel.dev.hint` and `update.channel.nightly.hint` Revise text style. Misc Resolve rendering issues on some text editors. * Update I18N.properties --------- Co-authored-by: Glavo --- HMCL/src/main/resources/assets/lang/I18N.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HMCL/src/main/resources/assets/lang/I18N.properties b/HMCL/src/main/resources/assets/lang/I18N.properties index 0aadcdbbe..2eac5ad9a 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -1247,7 +1247,7 @@ settings.launcher.font=Font settings.launcher.general=General settings.launcher.language=Language (Applies After Restart) settings.launcher.launcher_log.export=Export Launcher Logs -settings.launcher.launcher_log.reveal=Reveal Logs in Explorer +settings.launcher.launcher_log.reveal=Reveal Logs in File Manager settings.launcher.launcher_log.export.failed=Failed to export logs. settings.launcher.launcher_log.export.success=Logs have been exported to "%s". settings.launcher.log=Logging @@ -1302,12 +1302,12 @@ update.changelog=Changelog update.channel.dev=Beta update.channel.dev.hint=You are currently using a Beta channel build of the launcher. While it may include some extra features, it is also sometimes less stable than the Release channel builds.\n\ \n\ - If you encounter any bugs or problems, please navigate to Settings → Feedback page to submit your feedback. + If you encounter any bugs or problems, please submit feedback via the channels provided on the Feedback page. update.channel.dev.title=Beta Channel Notice update.channel.nightly=Nightly update.channel.nightly.hint=You are currently using a Nightly channel build of the launcher. While it may include some extra features, it is also always less stable than the other channel builds.\n\ \n\ - If you encounter any bugs or problems, please navigate to Settings → Feedback page to submit your feedback. + If you encounter any bugs or problems, please submit feedback via the channels provided on the Feedback page. update.channel.nightly.title=Nightly Channel Notice update.channel.stable=Release update.checking=Checking for Updates