mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-08 03:15:17 -04:00
fix(locale): remove duplicate extensions (#3692)
Oops... Didn't notice this before. The issue first appeared in https://github.com/HMCL-dev/HMCL/pull/2468
This commit is contained in:
parent
5174e0a67a
commit
d2f58a89a2
@ -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\
|
||||
|
@ -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\
|
||||
|
@ -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\
|
||||
|
Loading…
x
Reference in New Issue
Block a user