Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(locale): remove duplicate extensions #3692

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions HMCL/src/main/resources/assets/lang/I18N.properties
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@ exception.access_denied=HMCL is unable to access the file "%s". It may be locked
exception.artifact_malformed=Cannot verify the integrity of the downloaded files.
exception.ssl_handshake=Failed to establish SSL connection because the SSL certificate is missing from the current Java installation. You can try opening HMCL with another Java installation and try again.

extension.bat=Windows Batch File (.bat)
extension.bat=Windows Batch File
extension.mod=Mod File
extension.png=Image File
extension.ps1=Windows PowerShell Script (.ps1)
extension.sh=Shell Script (.sh)
extension.ps1=Windows PowerShell Script
extension.sh=Shell Script

fatal.javafx.incompatible=Missing JavaFX environment.\n\
Hello Minecraft! Launcher cannot automatically install JavaFX on Java <11.\n\
Expand Down
8 changes: 4 additions & 4 deletions HMCL/src/main/resources/assets/lang/I18N_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,11 @@ exception.access_denied=HMCL no puede acceder al archivo %s. Puede estar bloquea
exception.artifact_malformed=No se puede verificar la integridad de los archivos descargados.
exception.ssl_handshake=No se pudo establecer una conexión SSL porque falta el certificado SSL en la instalación actual de Java. Puede intentar abrir HMCL con otro Java y volver a intentarlo.

extension.bat=Archivo por lotes de Windows (.bat)
extension.mod=Archivo mod.
extension.bat=Archivo por lotes de Windows
extension.mod=Archivo mod
extension.png=Archivo de imagen
extension.ps1=Script de Windows PowerShell (.ps1)
extension.sh=Script de Shell Script (.sh)
extension.ps1=Script de Windows PowerShell
extension.sh=Script de Shell Script

fatal.javafx.incompatible=No se encontró un entorno JavaFX.\n\
Hello Minecraft! Launcher no puede instalar automáticamente JavaFX con versiones de Java inferiores a la 11.\n\
Expand Down
6 changes: 3 additions & 3 deletions HMCL/src/main/resources/assets/lang/I18N_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,11 @@ exception.access_denied=Лаунчер не может получить дост
exception.artifact_malformed=Не удалось проверить целостность скачаных файлов.
exception.ssl_handshake=Не удалось установить SSL-соединение из-за отсутствия SSL-сертификатов в текущей установке Java. Вы можете попробовать запустить лаунчер в другой версии Java, а затем повторить попытку.

extension.bat=Пакетный файл Windows (.bat)
extension.bat=Пакетный файл Windows
extension.mod=Файл мода
extension.png=Файл изображения
extension.ps1=Сценарий Windows PowerShell (.ps1)
extension.sh=Сценарий оболочки Bash (.sh)
extension.ps1=Сценарий Windows PowerShell
extension.sh=Сценарий оболочки Bash

fatal.javafx.incompatible=Отсутствует среда JavaFX.\n\
Лаунчер не может автоматически установить JavaFX на Java <11.\n\
Expand Down