From 5dd4e471c1eb9f064ff65158c943c936a792db0f Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Sat, 12 Apr 2025 14:41:10 +0800 Subject: [PATCH] docs: move i18n README to unified folder --- README.md | 6 +++--- README_ja-JP.md => docs/README_ja.md | 4 ++-- README_zh-CN.md => docs/README_zh-Hans.md | 4 ++-- README_zh-TW.md => docs/README_zh-Hant.md | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) rename README_ja-JP.md => docs/README_ja.md (97%) rename README_zh-CN.md => docs/README_zh-Hans.md (98%) rename README_zh-TW.md => docs/README_zh-Hant.md (98%) diff --git a/README.md b/README.md index efc6f58..96fd999 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Quick Start -[简体中文](./README_zh-CN.md) | [繁體中文](./README_zh-TW.md) | [日本語](./README_ja-JP.md) +[简体中文](./docs/README_zh-Hans.md) | [繁體中文](./docs/README_zh-Hant.md) | [日本語](./docs/README_ja.md) Using one command to start the [Syncplay](https://syncplay.pl/) service. Yes, it's very simple. @@ -117,9 +117,9 @@ You can customize the Syncplay server by specifying the following command line a + `--permanent-rooms [ROOM ...]` :Specifies a list of rooms that will still be listed even if their playlist is empty, only valid when `--persistent` is specified, defaults to empty. -+ `--listen-ipv4` :Customize the listening address of the Syncplay service on the IPv4 network, not enabled by default. ++ `--listen-ipv4 [ADDR]` :Customize the listening address of the Syncplay service on the IPv4 network, not enabled by default. -+ `--listen-ipv6` :Customize the listening address of the Syncplay service on the IPv6 network, not enabled by default. ++ `--listen-ipv6 [ADDR]` :Customize the listening address of the Syncplay service on the IPv6 network, not enabled by default. > Only when you specify `--listen-ipv4`, Syncplay will not listen on IPv6 and vice versa. When both are specified, Syncplay will work under dual-stack networking. diff --git a/README_ja-JP.md b/docs/README_ja.md similarity index 97% rename from README_ja-JP.md rename to docs/README_ja.md index 48bae20..7038aa8 100644 --- a/README_ja-JP.md +++ b/docs/README_ja.md @@ -115,9 +115,9 @@ docker run -d --net=host \ + `--permanent-rooms [ROOM ...]` :プレイリストが空の場合でもリストに表示されるルームは、`--persistent` が指定されている場合にのみ有効で、デフォルトは空です。 -+ `--listen-ipv4` :IPv4 ネットワーク上の Syncplay サービスのリスニング アドレスをカスタマイズします。デフォルトでは有効になっていません。 ++ `--listen-ipv4 [ADDR]` :IPv4 ネットワーク上の Syncplay サービスのリスニング アドレスをカスタマイズします。デフォルトでは有効になっていません。 -+ `--listen-ipv6` :IPv6 ネットワーク上の Syncplay サービスのリスニング アドレスをカスタマイズします。デフォルトでは有効になっていません。 ++ `--listen-ipv6 [ADDR]` :IPv6 ネットワーク上の Syncplay サービスのリスニング アドレスをカスタマイズします。デフォルトでは有効になっていません。 > `--listen-ipv4` のみを指定した場合、Syncplay は IPv6 でリッスンしません。逆も同様です。 両方を指定すると、Syncplay はデュアルスタック ネットワークで動作します。 diff --git a/README_zh-CN.md b/docs/README_zh-Hans.md similarity index 98% rename from README_zh-CN.md rename to docs/README_zh-Hans.md index 02ad518..c746f06 100644 --- a/README_zh-CN.md +++ b/docs/README_zh-Hans.md @@ -115,9 +115,9 @@ docker run -d --net=host \ + `--permanent-rooms [ROOM ...]` :即使播放列表为空时仍会列出的房间,仅当 `--persistent` 指定时有效,默认为空 -+ `--listen-ipv4` :自定义 Syncplay 服务在 IPv4 网络上的监听地址,默认不启用 ++ `--listen-ipv4 [ADDR]` :自定义 Syncplay 服务在 IPv4 网络上的监听地址,默认不启用 -+ `--listen-ipv6` :自定义 Syncplay 服务在 IPv6 网络上的监听地址,默认不启用 ++ `--listen-ipv6 [ADDR]` :自定义 Syncplay 服务在 IPv6 网络上的监听地址,默认不启用 > 当您仅指定 `--listen-ipv4` 时,Syncplay 将不会在 IPv6 上监听,反之同理。当两者均指定时,Syncplay 将工作在双栈网络下。 diff --git a/README_zh-TW.md b/docs/README_zh-Hant.md similarity index 98% rename from README_zh-TW.md rename to docs/README_zh-Hant.md index 90696d4..7e56e02 100644 --- a/README_zh-TW.md +++ b/docs/README_zh-Hant.md @@ -115,9 +115,9 @@ docker run -d --net=host \ + `--permanent-rooms [ROOM ...]` :即使播放列表爲空時仍會列出的房間,僅當 `--persistent` 指定時有效,默認爲空 -+ `--listen-ipv4` :自定義 Syncplay 服務在 IPv4 網絡上的監聽地址,默認不啓用 ++ `--listen-ipv4 [ADDR]` :自定義 Syncplay 服務在 IPv4 網絡上的監聽地址,默認不啓用 -+ `--listen-ipv6` :自定義 Syncplay 服務在 IPv6 網絡上的監聽地址,默認不啓用 ++ `--listen-ipv6 [ADDR]` :自定義 Syncplay 服務在 IPv6 網絡上的監聽地址,默認不啓用 > 當您僅指定 `--listen-ipv4` 時,Syncplay 將不會在 IPv6 上監聽,反之同理。當兩者均指定時,Syncplay 將工作在雙棧網絡下。