aboutsummaryrefslogtreecommitdiff
path: root/translations/monero_ja.ts
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-04-04 22:33:16 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-04-06 14:50:40 +0100
commit644e06a9091825b86f1df178fa91463b58686030 (patch)
treefca4a6b2605c93991cdfc2e7b47f4f42d35ae6a4 /translations/monero_ja.ts
parentMerge pull request #9243 (diff)
downloadmonero-644e06a9091825b86f1df178fa91463b58686030.tar.xz
net: define IPv4 object explicitly
Modify all IPv4 variables, function arguments name and daemon arguments to IPv4 specific naming to raise consistency with IPv6. This change is done in order to make source code more legible before addressing #8818. * --p2p-bind-ip is replaced with --p2p-bind-ipv4-address * --p2p-bind-port is replaced with --p2p-bind-port-ipv4 * --rpc-bind-ip is replaced with --rpc-bind-ipv4-address * --rpc-restricted-bind-ip is replaced with --rpc-restricted-bind-ipv4-address Bug: https://github.com/monero-project/monero/issues/8818
Diffstat (limited to 'translations/monero_ja.ts')
-rw-r--r--translations/monero_ja.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/translations/monero_ja.ts b/translations/monero_ja.ts
index 3b457ecc5..a77b90cf3 100644
--- a/translations/monero_ja.ts
+++ b/translations/monero_ja.ts
@@ -561,7 +561,7 @@
<name>cryptonote::rpc_args</name>
<message>
<location filename="../src/rpc/rpc_args.cpp" line="92"/>
- <source>Specify IP to bind RPC server</source>
+ <source>Specify IPv4 address to bind RPC server</source>
<translation>RPCサーバに接続するIPを指定してください</translation>
</message>
<message>
@@ -586,8 +586,8 @@
</message>
<message>
<location filename="../src/rpc/rpc_args.cpp" line="97"/>
- <source>Confirm rpc-bind-ip value is NOT a loopback (local) IP</source>
- <translation>rpc-bind-ipの価はループバック(ローカル)IPじゃないことを確認してください</translation>
+ <source>Confirm rpc-bind-ipv4-address value is NOT a loopback (local) IP</source>
+ <translation>rpc-bind-ipv4-addressの価はループバック(ローカル)IPじゃないことを確認してください</translation>
</message>
<message>
<location filename="../src/rpc/rpc_args.cpp" line="98"/>
@@ -632,7 +632,7 @@
<message>
<location filename="../src/rpc/rpc_args.cpp" line="146"/>
<location filename="../src/rpc/rpc_args.cpp" line="174"/>
- <source>Invalid IP address given for --</source>
+ <source>Invalid IPv4 address given for --</source>
<translation>このRPCサーバーのIPはだめです --</translation>
</message>
<message>