Browse Source

docs: move i18n README to unified folder

dev
Dnomd343 3 months ago
parent
commit
5dd4e471c1
  1. 6
      README.md
  2. 4
      docs/README_ja.md
  3. 4
      docs/README_zh-Hans.md
  4. 4
      docs/README_zh-Hant.md

6
README.md

@ -1,6 +1,6 @@
## Quick Start ## 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. 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. + `--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. > 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.

4
README_ja-JP.md → docs/README_ja.md

@ -115,9 +115,9 @@ docker run -d --net=host \
+ `--permanent-rooms [ROOM ...]` :プレイリストが空の場合でもリストに表示されるルームは、`--persistent` が指定されている場合にのみ有効で、デフォルトは空です。 + `--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 はデュアルスタック ネットワークで動作します。 > `--listen-ipv4` のみを指定した場合、Syncplay は IPv6 でリッスンしません。逆も同様です。 両方を指定すると、Syncplay はデュアルスタック ネットワークで動作します。

4
README_zh-CN.md → docs/README_zh-Hans.md

@ -115,9 +115,9 @@ docker run -d --net=host \
+ `--permanent-rooms [ROOM ...]` :即使播放列表为空时仍会列出的房间,仅当 `--persistent` 指定时有效,默认为空 + `--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 将工作在双栈网络下。 > 当您仅指定 `--listen-ipv4` 时,Syncplay 将不会在 IPv6 上监听,反之同理。当两者均指定时,Syncplay 将工作在双栈网络下。

4
README_zh-TW.md → docs/README_zh-Hant.md

@ -115,9 +115,9 @@ docker run -d --net=host \
+ `--permanent-rooms [ROOM ...]` :即使播放列表爲空時仍會列出的房間,僅當 `--persistent` 指定時有效,默認爲空 + `--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 將工作在雙棧網絡下。 > 當您僅指定 `--listen-ipv4` 時,Syncplay 將不會在 IPv6 上監聽,反之同理。當兩者均指定時,Syncplay 將工作在雙棧網絡下。
Loading…
Cancel
Save