Skip to content

Commit f71f2dd

Browse files
committed
fix(i18n): unify term WORLD in english (#5487)
1 parent e8b9d98 commit f71f2dd

4 files changed

Lines changed: 5 additions & 14 deletions

File tree

HMCL/src/main/resources/assets/lang/I18N.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ folder.logs=Logs
443443
folder.mod=Mods
444444
folder.resourcepacks=Resource Packs
445445
folder.shaderpacks=Shader Packs
446-
folder.saves=Saves
446+
folder.saves=Worlds
447447
folder.schematics=Schematics
448448
folder.screenshots=Screenshots
449449
folder.world=World Directory
@@ -1325,9 +1325,9 @@ settings.game.java_directory.template=%s (%s)
13251325
settings.game.management=Manage
13261326
settings.game.working_directory=Working Directory
13271327
settings.game.working_directory.choose=Choose the working directory
1328-
settings.game.working_directory.hint=Enable the "Isolated" option in "Working Directory" to allow the current instance to store its settings, saves, and mods in a separate directory.\n\
1328+
settings.game.working_directory.hint=Enable the "Isolated" option in "Working Directory" to allow the current instance to store its settings, worlds, and mods in a separate directory.\n\
13291329
\n\
1330-
It is recommended to enable this option to avoid mod conflicts, but you will need to move your saves manually.
1330+
It is recommended to enable this option to avoid mod conflicts, but you will need to move your worlds manually.
13311331

13321332
settings.icon=Icon
13331333

@@ -1450,7 +1450,7 @@ version.manage=All Instances
14501450
version.manage.clean=Delete Log Files
14511451
version.manage.clean.tooltip=Delete the files in "logs" and "crash-reports" directories.
14521452
version.manage.duplicate=Duplicate Instance
1453-
version.manage.duplicate.duplicate_save=Duplicate Saves
1453+
version.manage.duplicate.duplicate_save=Duplicate Worlds
14541454
version.manage.duplicate.prompt=Enter New Instance Name
14551455
version.manage.duplicate.confirm=The duplicated instance will have a copy of all files in the instance directory (".minecraft/versions/<instance name>"), with an isolated working directory and settings.
14561456
version.manage.manage=Edit Instance
@@ -1459,7 +1459,7 @@ version.manage.redownload_assets_index=Update Game Assets
14591459
version.manage.remove=Delete Instance
14601460
version.manage.remove.confirm=Are you sure you want to permanently remove the instance "%s"? This operation cannot be undone!!!
14611461
version.manage.remove.confirm.trash=Are you sure you want to remove the instance "%s"? You can still find its files in your recycle bin by the name of "%s".
1462-
version.manage.remove.confirm.independent=Since this instance is stored in an isolated directory, deleting it will also delete its saves and other data. Do you still want to delete the instance "%s"?
1462+
version.manage.remove.confirm.independent=Since this instance is stored in an isolated directory, deleting it will also delete its worlds and other data. Do you still want to delete the instance "%s"?
14631463
version.manage.remove_assets=Delete All Assets
14641464
version.manage.remove_libraries=Delete All Libraries
14651465
version.manage.rename=Rename Instance

HMCL/src/main/resources/assets/lang/I18N_es.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,9 +1312,6 @@ settings.game.java_directory.version=Especifique la versión de Java
13121312
settings.game.management=Gestionar
13131313
settings.game.working_directory=Directorio de trabajo
13141314
settings.game.working_directory.choose=Elija el directorio de trabajo
1315-
settings.game.working_directory.hint=Activar la opción «Aislar» en «Directorio de trabajo» para permitir que la instancia actual almacene sus configuraciones, mundos y mods en un directorio separado.\n\
1316-
\n\
1317-
Se recomienda activar esta opción para evitar conflictos con los mods, pero tendrás que mover tus guardados manualmente.
13181315

13191316
settings.icon=Icono
13201317

@@ -1442,7 +1439,6 @@ version.manage.redownload_assets_index=Actualizar activos del juego
14421439
version.manage.remove=Eliminar instancia
14431440
version.manage.remove.confirm=¿Está seguro de que quiere eliminar permanentemente la instancia «%s»? ¡Esta operación no se puede deshacer!
14441441
version.manage.remove.confirm.trash=¿Estás seguro de que quieres eliminar la instancia «%s»? Todavía puedes encontrar sus archivos en tu papelera de reciclaje con el nombre de «%s».
1445-
version.manage.remove.confirm.independent=Dado que esta instancia está almacenada en un directorio aislado, al eliminarla también se eliminarán sus guardados y otros datos. ¿Aún quieres borrar la instancia %s?
14461442
version.manage.remove_assets=Borrar todas las activos del juego
14471443
version.manage.remove_libraries=Borrar todas las bibliotecas
14481444
version.manage.rename=Renombrar instancia

HMCL/src/main/resources/assets/lang/I18N_ja.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ folder.game=ゲームディレクトリ
342342
folder.mod=Mod
343343
folder.resourcepacks=リソースパック
344344
folder.shaderpacks=シェーダーパックフォルダー
345-
folder.saves=マップ
346345
folder.screenshots=スクリーンショット
347346

348347
game=ゲーム
@@ -948,7 +947,6 @@ version.manage.redownload_assets_index=ゲームアセットファイルの更
948947
version.manage.remove=このバージョンを削除します
949948
version.manage.remove.confirm=このバージョン %s を削除してもよろしいですか?このバージョンを再度復元することはできません。
950949
version.manage.remove.confirm.trash=このバージョン %s を削除してもよろしいですか?このバージョンは、システムのゴミ箱に %s という名前で復元できます。
951-
version.manage.remove.confirm.independent=このバージョンは独立モードであるため、このバージョンを削除すると、このバージョンに属するすべての保存済みワールドも削除されます。このバージョン %s を削除しますか?
952950
version.manage.remove_assets=すべてのゲームリソースファイルの削除
953951
version.manage.remove_libraries=ライブラリファイルを削除します
954952
version.manage.rename=このバージョンの名前を変更します

HMCL/src/main/resources/assets/lang/I18N_ru.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,9 +1311,6 @@ settings.game.java_directory.template=%s (%s)
13111311
settings.game.management=Инструменты
13121312
settings.game.working_directory=Рабочая папка
13131313
settings.game.working_directory.choose=Выберите рабочую папку
1314-
settings.game.working_directory.hint=Включите параметр «Раздельно» в разделе «Рабочая папка», чтобы позволить текущему экземпляру хранить свои настройки, сохранения и моды в отдельной папке.\n\
1315-
\n\
1316-
Рекомендуется включить этот параметр, чтобы избежать конфликтов с модами, но нужно будет переместить свои сохранения вручную.
13171314

13181315
settings.icon=Значок
13191316

0 commit comments

Comments
 (0)