Skip to content

Commit

Permalink
New translations messages.json (Japanese)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
neoforged-l10n committed Oct 26, 2024
1 parent edeb8a9 commit 2ee7e07
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/main/resources/assets/neoforge/lang/ja_jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@
"neoforge.configuration.uitext.restart.server.text": "One or more of the configuration option that were changed will only take effect when the world is reloaded.",
"neoforge.configuration.uitext.restart.return": "Ignore",
"neoforge.configuration.uitext.restart.return.tooltip": "Your changes will have no effect until you restart!",
"neoforge.configuration.title": "NeoForge Configuration",
"neoforge.configuration.section.neoforge.client.toml": "Client settings",
"neoforge.configuration.section.neoforge.client.toml.title": "Client settings",
"neoforge.configuration.title": "NeoForge の設定",
"neoforge.configuration.section.neoforge.client.toml": "クライアントの設定",
"neoforge.configuration.section.neoforge.client.toml.title": "クライアントの設定",
"neoforge.configuration.section.neoforge.common.toml": "Common settings",
"neoforge.configuration.section.neoforge.common.toml.title": "Common settings",
"neoforge.configuration.section.neoforge.server.toml": "Server settings",
"neoforge.configuration.section.neoforge.server.toml": "サーバーの設定",
"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.",
Expand Down Expand Up @@ -243,15 +243,15 @@
"neoforge.network.data_maps.missing_their": "クライアントに存在しない必須のレジストリデータマップがサーバーにあるため、サーバーに接続できませんでした:%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.attribute.debug.base": "[Entity: %s | Item: %s]",
"neoforge.network.extensible_enums.enum_entry_mismatch": "クライアントとサーバーの拡張可能な列挙に追加された値のセットが一致しません。 サーバーと同じバージョンの mod NeoForge を使用していることを確認してください。詳細はログを参照してください",
"neoforge.attribute.debug.base": "[エンティティ: %s | アイテム: %s]",
"neoforge.value.flat": "%s",
"neoforge.value.percent": "%s%%",
"neoforge.value.boolean.enabled": "Enabled",
"neoforge.value.boolean.disabled": "Disabled",
"neoforge.value.boolean.enable": "Enables",
"neoforge.value.boolean.disable": "Disables",
"neoforge.value.boolean.invalid": "Invalid",
"neoforge.value.boolean.enabled": "有効",
"neoforge.value.boolean.disabled": "無効",
"neoforge.value.boolean.enable": "有効にする",
"neoforge.value.boolean.disable": "無効にする",
"neoforge.value.boolean.invalid": "無効",
"neoforge.modifier.plus": "+%s %s",
"neoforge.modifier.take": "%s %s",
"neoforge.modifier.bool": "%s %s"
Expand Down

0 comments on commit 2ee7e07

Please sign in to comment.