From 815b90845ab287379e96ef5bf41bb95d1799753c Mon Sep 17 00:00:00 2001 From: Glavo Date: Sun, 25 Feb 2024 00:56:29 +0800 Subject: [PATCH] Fix #2850: fix i18n (#2852) * Fix #2850: fix i18n * update * update * update * update --- HMCL/src/main/resources/assets/lang/I18N.properties | 2 +- HMCL/src/main/resources/assets/lang/I18N_es.properties | 2 +- HMCL/src/main/resources/assets/lang/I18N_ru.properties | 2 +- 3 files 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 551ccca1f..32b0673dd 100644 --- a/HMCL/src/main/resources/assets/lang/I18N.properties +++ b/HMCL/src/main/resources/assets/lang/I18N.properties @@ -340,7 +340,7 @@ download.java=Downloading Java download.javafx=Downloading dependencies for the launcher... download.javafx.notes=We are currently downloading dependencies for HMCL from the Internet.\n\ \n\ -You can click on 'Change Download Mirror' to select the download mirror or click on "Cancel" to stop and exit.\n\ +You can click on 'Change Download Source' to select the download source or\nclick on 'Cancel' to stop and exit.\n\ Note: If your download speed is too slow, you can try switching to another mirror. download.javafx.component=Downloading module %s download.javafx.prepare=Preparing to download diff --git a/HMCL/src/main/resources/assets/lang/I18N_es.properties b/HMCL/src/main/resources/assets/lang/I18N_es.properties index b4fe31a5d..56729f86d 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_es.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_es.properties @@ -320,7 +320,7 @@ download.provider.mirror=Desde espejo download.javafx=Descargar las dependencias para el launcher... download.javafx.notes=Estamos descargando dependencias para HMCL desde Internet.\n\ \n\ -Puede hacer clic en "Cambiar el espejo de descarga" para seleccionar el espejo de descarga o hacer clic en "Cancelar" para detener y salir.\n\ +Puede hacer clic en "Cambiar fuente de descarga" para seleccionar el espejo de descarga o hacer clic en "Cancelar" para detener y salir.\n\ Nota: Si su velocidad de descarga es demasiado lenta, puede intentar cambiar a otro espejo. download.javafx.component=Descargando módulo %s download.javafx.prepare=Preparando la descarga diff --git a/HMCL/src/main/resources/assets/lang/I18N_ru.properties b/HMCL/src/main/resources/assets/lang/I18N_ru.properties index 103ad659d..d8dbd1f3f 100644 --- a/HMCL/src/main/resources/assets/lang/I18N_ru.properties +++ b/HMCL/src/main/resources/assets/lang/I18N_ru.properties @@ -321,7 +321,7 @@ download.java=Скачивание Java download.javafx=Скачивание зависимостей лаунчера... download.javafx.notes=Скачиваем зависимостей лаунчера из интернета.\n\ \n\ -Можно нажать «Изменить зеркало скачивания», чтобы выбрать зеркало загрузки, или нажать «Отмена», чтобы остановить и выйти.\n\ +Можно нажать «Изменить источник скачивания», чтобы выбрать зеркало загрузки, или нажать «Отмена», чтобы остановить и выйти.\n\ Примечание\: Если ваша скорость скачивания слишком низкая, вы можете попробовать переключиться на другое зеркало. download.javafx.component=Скачивание %s download.javafx.prepare=Подготовка к скачиванию