Skip to content

Commit

Permalink
New Crowdin updates (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoforged-l10n authored Dec 11, 2024
1 parent f8e6502 commit 368e69f
Show file tree
Hide file tree
Showing 26 changed files with 428 additions and 272 deletions.
8 changes: 7 additions & 1 deletion src/main/resources/assets/neoforge/lang/cs_cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
"fml.modmismatchscreen.simplifiedview": "Zjednodušený pohled",
"fml.resources.modresources": "Zdroje pro %1$s módové soubory",
"fml.resources.moddata": "Data pro %1$s soubory módu",
"fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist",
"fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}",
"loadwarning.neoforge.prbuild": "Tento NeoForge build byl vytvořen komunitním členem a proto je §c§lBEZ PODPORY§r",
"commands.neoforge.arguments.enum.invalid": "Enum konstanta musí být jedna z %1$s, nalezeno %2$s",
"commands.neoforge.dimensions.list": "Aktuálně registrované dimenze typu:",
Expand Down Expand Up @@ -123,6 +125,7 @@
"commands.neoforge.data_components.list.tooltip.deleted": "Komponenta %s s hodnotou %s byla smazána",
"commands.neoforge.data_components.list.tooltip.modified": "Komponenta %s byla změněna z %s na %s",
"commands.neoforge.data_components.list.tooltip.added": "Komponenta %s byla přidána s hodnotou %s",
"commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands",
"commands.config.getwithtype": "Konfigurace pro %s typu %s nalezena na %s",
"commands.config.noconfig": "Konfigurace pro %s typu %s nenalezena",
"neoforge.update.beta.1": "%sPOZOR: %sNeoForge Beta",
Expand Down Expand Up @@ -177,6 +180,8 @@
"neoforge.configuration.section.neoforge.server.toml.title": "Nastavení Serveru",
"neoforge.configgui.advertiseDedicatedServerToLan": "Oznámit dedikovaný server na LAN",
"neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Zapněte toto nastavení aby dedikovaný server oznamoval lokálním LAN klientům, aby se zobrazoval v Multiplayer obrazovce.",
"neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips",
"neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.",
"neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline",
"neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Povolit NeoForge pipelinu renderování blocků - opraví osvětlení různých modelů.",
"neoforge.configgui.fullBoundingBoxLadders": "Plně Ohraničující Box u Žebříků",
Expand Down Expand Up @@ -242,8 +247,9 @@
"neoforge.network.data_maps.missing_our": "Je nemožné se připoijit k serveru, jelikož chybí povinné registry map dat, které jsou přítomné na klientu: %s",
"neoforge.network.data_maps.missing_their": "Je nemožné se připoijit k serveru, jelikož obsahuje povinné registry map dat, které nejsou přítomné na klientu: %s",
"neoforge.network.extensible_enums.no_vanilla_server": "Tento klient nepodporuje vanilla servery, jelikož má mnoho rozšířených enumů v serverovaném připojení",
"neoforge.network.extensible_enums.enum_set_mismatch": "Sada rozšířených enumů na klientovi a na serveru se nerovná. Ujistěte se, že užíváte stejnou NeoForge verzi jako server",
"neoforge.network.extensible_enums.enum_entry_mismatch": "Sada hodnot přidaných k rozšířeným enumů na klientu a na serveru se nerovnají. Ujistěte se, že užíváte stejný mód a NeoForge verzi jako server. Pro více informací se podívejte do logu",
"neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details",
"neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags",
"neoforge.attribute.debug.base": "[Entity: %s | Item: %s]",
"neoforge.value.flat": "%s",
"neoforge.value.percent": "%s%%",
Expand Down
8 changes: 7 additions & 1 deletion src/main/resources/assets/neoforge/lang/da_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
"fml.modmismatchscreen.simplifiedview": "Simplified view",
"fml.resources.modresources": "Resources for %1$s mod files",
"fml.resources.moddata": "Data for %1$s mod files",
"fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist",
"fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}",
"loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r",
"commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s",
"commands.neoforge.dimensions.list": "Currently registered dimensions by type:",
Expand Down Expand Up @@ -123,6 +125,7 @@
"commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted",
"commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s",
"commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s",
"commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands",
"commands.config.getwithtype": "Config for %s of type %s found at %s",
"commands.config.noconfig": "Config for %s of type %s not found",
"neoforge.update.beta.1": "%sADVARSEL: %sNeoForge Beta",
Expand Down Expand Up @@ -177,6 +180,8 @@
"neoforge.configuration.section.neoforge.server.toml.title": "Server settings",
"neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN",
"neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.",
"neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips",
"neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.",
"neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline",
"neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.",
"neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders",
Expand Down Expand Up @@ -242,8 +247,9 @@
"neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s",
"neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s",
"neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking",
"neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server",
"neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details",
"neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details",
"neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags",
"neoforge.attribute.debug.base": "[Entity: %s | Item: %s]",
"neoforge.value.flat": "%s",
"neoforge.value.percent": "%s%%",
Expand Down
8 changes: 7 additions & 1 deletion src/main/resources/assets/neoforge/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
"fml.modmismatchscreen.simplifiedview": "Vereinfachte Ansicht",
"fml.resources.modresources": "Ressourcen für %1$s Mod-Dateien",
"fml.resources.moddata": "Daten für %1$s Mod-Dateien",
"fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag-Datei {0}, bereitgestellt von Mod {100,modinfo,id}, existiert nicht",
"fml.modloadingissue.feature_flags.loading_error": "Fehler beim Laden der FeatureFlag-Daten unter {0} in Mod {100,modinfo,id}: {102,exc,msg}",
"loadwarning.neoforge.prbuild": "Diese Version von NeoForge wurde von einem Communitymitglied erstellt und wird daher §c§lNICHT UNTERSTÜTZT§r",
"commands.neoforge.arguments.enum.invalid": "Enum-Konstante muss einer der Werte aus %1$s sein, %2$s gefunden",
"commands.neoforge.dimensions.list": "Aktuell registrierte Dimensionen nach Typ:",
Expand Down Expand Up @@ -123,6 +125,7 @@
"commands.neoforge.data_components.list.tooltip.deleted": "Komponente %s mit Wert %s wurde gelöscht",
"commands.neoforge.data_components.list.tooltip.modified": "Komponente %s wurde von %s auf %s geändert",
"commands.neoforge.data_components.list.tooltip.added": "Komponente %s wurde mit dem Wert %s hinzugefügt",
"commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Das Abrufen von Rezepten ist nicht verfügbar unter Client-Commands",
"commands.config.getwithtype": "Konfiguration für %s vom Typ %s gefunden bei %s",
"commands.config.noconfig": "Konfiguration für %s vom Typ %s nicht gefunden",
"neoforge.update.beta.1": "%sWARNUNG: %sNeoForge Beta",
Expand Down Expand Up @@ -177,6 +180,8 @@
"neoforge.configuration.section.neoforge.server.toml.title": "Server-Einstellungen",
"neoforge.configgui.advertiseDedicatedServerToLan": "Dedizierten Server im LAN anzeigen",
"neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Aktiviere diese Option, um den dedizierten Server zu lokalen LAN-Clients zu senden, sodass er automatisch in deren Mehrspieler-Bildschirmen angezeigt wird.",
"neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Zusätzliche Attribute zu erweiterten Schnellinfos",
"neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Aktiviere diese Option, damit zusätzliche Informationen über Attribute eines Items angezeigt werden, wenn \"Erweiterte Schnellinfos\" aktiviert sind.",
"neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Licht-Pipeline aktivieren",
"neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Aktiviert die NeoForge Block-Darstellungs-Pipeline - korrigiert die Beleuchtung von benutzerdefinierten Modellen.",
"neoforge.configgui.fullBoundingBoxLadders": "Leitern im gesamten Kollisionsbereich",
Expand Down Expand Up @@ -242,8 +247,9 @@
"neoforge.network.data_maps.missing_our": "Kann keine Verbindung zum Server herstellen, da auf dem Server obligatorische Registrierungsdatenkarten fehlen, die auf dem Client vorhanden sind: %s",
"neoforge.network.data_maps.missing_their": "Kann keine Verbindung zum Server herstellen, da obligatorische Registrierungsdatenkarten auf dem Server vorhanden sind, die auf dem Client fehlen: %s",
"neoforge.network.extensible_enums.no_vanilla_server": "Dieser Client unterstützt Vanilla-Server nicht, da er erweiterte Enums in dem an den Server gerichteten Netzwerk verwendet",
"neoforge.network.extensible_enums.enum_set_mismatch": "Die Menge der erweiterten Enums auf dem Client und dem Server stimmen nicht überein. Stelle sicher, dass du die gleiche NeoForge-Version wie der Server verwendest",
"neoforge.network.extensible_enums.enum_entry_mismatch": "Die Werte, die zu erweiterten Enums auf dem Client und dem Server hinzugefügt wurden, stimmen nicht überein. Stelle sicher, dass du die gleichen Mod- und NeoForge-Versionen wie der Server verwendest. Weitere Details findest du im Log",
"neoforge.network.feature_flags.entry_mismatch": "Der Server und der Client verwenden unterschiedliche Sets an benutzerdefinierten FeatureFlags. Stelle sicher, dass du dieselbe Mod- sowie NeoForge-Version wie der Server verwendest. Sieh im Protokoll nach, um weitere Informationen zu erhalten",
"neoforge.network.feature_flags.no_vanilla_server": "Dieser Client unterstützt keine Vanilla-Server, da er benutzerdefinierte FeatureFlags verwendet",
"neoforge.attribute.debug.base": "[Entity: %s | Item: %s]",
"neoforge.value.flat": "%s",
"neoforge.value.percent": "%s%%",
Expand Down
8 changes: 7 additions & 1 deletion src/main/resources/assets/neoforge/lang/en_gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
"fml.modmismatchscreen.simplifiedview": "Simplified view",
"fml.resources.modresources": "Resources for %1$s mod files",
"fml.resources.moddata": "Data for %1$s mod files",
"fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist",
"fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}",
"loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r",
"commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s",
"commands.neoforge.dimensions.list": "Currently registered dimensions by type:",
Expand Down Expand Up @@ -123,6 +125,7 @@
"commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted",
"commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s",
"commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s",
"commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands",
"commands.config.getwithtype": "Config for %s of type %s found at %s",
"commands.config.noconfig": "Config for %s of type %s not found",
"neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta",
Expand Down Expand Up @@ -177,6 +180,8 @@
"neoforge.configuration.section.neoforge.server.toml.title": "Server settings",
"neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN",
"neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.",
"neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips",
"neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.",
"neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline",
"neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.",
"neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders",
Expand Down Expand Up @@ -242,8 +247,9 @@
"neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s",
"neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s",
"neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking",
"neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server",
"neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details",
"neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details",
"neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags",
"neoforge.attribute.debug.base": "[Entity: %s | Item: %s]",
"neoforge.value.flat": "%s",
"neoforge.value.percent": "%s%%",
Expand Down
8 changes: 7 additions & 1 deletion src/main/resources/assets/neoforge/lang/eo_uy.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
"fml.modmismatchscreen.simplifiedview": "Simplified view",
"fml.resources.modresources": "Resources for %1$s mod files",
"fml.resources.moddata": "Data for %1$s mod files",
"fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist",
"fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}",
"loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r",
"commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s",
"commands.neoforge.dimensions.list": "Currently registered dimensions by type:",
Expand Down Expand Up @@ -123,6 +125,7 @@
"commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted",
"commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s",
"commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s",
"commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands",
"commands.config.getwithtype": "Config for %s of type %s found at %s",
"commands.config.noconfig": "Config for %s of type %s not found",
"neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta",
Expand Down Expand Up @@ -177,6 +180,8 @@
"neoforge.configuration.section.neoforge.server.toml.title": "Server settings",
"neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN",
"neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.",
"neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips",
"neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.",
"neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline",
"neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.",
"neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders",
Expand Down Expand Up @@ -242,8 +247,9 @@
"neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s",
"neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s",
"neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking",
"neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server",
"neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details",
"neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details",
"neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags",
"neoforge.attribute.debug.base": "[Entity: %s | Item: %s]",
"neoforge.value.flat": "%s",
"neoforge.value.percent": "%s%%",
Expand Down
Loading

0 comments on commit 368e69f

Please sign in to comment.