npm run doc:translate
This commit is contained in:
@ -7,11 +7,10 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2024-08-19 10:58+0200\n"
|
||||
"POT-Creation-Date: 2024-08-30 16:24+0200\n"
|
||||
"PO-Revision-Date: 2024-08-29 10:38+0000\n"
|
||||
"Last-Translator: \"T.S\" <fusen@users.noreply.weblate.framasoft.org>\n"
|
||||
"Language-Team: Japanese <https://weblate.framasoft.org/projects/"
|
||||
"peertube-livechat/peertube-plugin-livechat-documentation/ja/>\n"
|
||||
"Language-Team: Japanese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ja/>\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -67,10 +66,7 @@ msgstr "開発"
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
msgid "Always talk about features you want to develop by creating/finding and commenting the issue tackling your problem before you start working on it, and inform the community that you begin coding by claiming the issue."
|
||||
msgstr ""
|
||||
"常に開発したい機能について話し合い、問題に取り組むためのイシューを作成または"
|
||||
"見つけてコメントし、作業を開始する前にコミュニティに通知し、そのイシューに取"
|
||||
"り組むことを宣言してください。"
|
||||
msgstr "常に開発したい機能について話し合い、問題に取り組むためのイシューを作成または見つけてコメントし、作業を開始する前にコミュニティに通知し、そのイシューに取り組むことを宣言してください。"
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
@ -80,8 +76,7 @@ msgstr "プルリクエストは、`main`ブランチで行ってください。
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
msgid "Until march 2023, contribution were made on the `develop` branch. This procedure is now deprecated."
|
||||
msgstr "2023年3月までは、コントリビューションは`develop`ブランチで行っていました。こ"
|
||||
"のプロシージャは現在非推奨になっています。"
|
||||
msgstr "2023年3月までは、コントリビューションは`develop`ブランチで行っていました。このプロシージャは現在非推奨になっています。"
|
||||
|
||||
#. type: Title ##
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
@ -157,12 +152,7 @@ msgstr "`reuse`"
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
|
||||
msgstr ""
|
||||
"このプラグインは、Prosody XMPPサーバー用のAppImageが必要です。 "
|
||||
"このAppImageは、[Prosody AppImage](https://github.com/JohnXLivingston/"
|
||||
"prosody-appimage) sideprojectにより提供されています。 `build-prosody.sh`スク"
|
||||
"リプトは、このリモートリポジトリに添付されているバイナリをダウンロードし、ダ"
|
||||
"ウンロードしたファイルのsha256ハッシュサムが正しいかどうかを確認します。"
|
||||
msgstr "このプラグインは、Prosody XMPPサーバー用のAppImageが必要です。 このAppImageは、[Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideprojectにより提供されています。 `build-prosody.sh`スクリプトは、このリモートリポジトリに添付されているバイナリをダウンロードし、ダウンロードしたファイルのsha256ハッシュサムが正しいかどうかを確認します。"
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
@ -193,10 +183,8 @@ msgid ""
|
||||
"git push --set-upstream me my_development\n"
|
||||
"# Then go to your github repository with your web browser to propose the Pull Request (see additional instructions below)\n"
|
||||
msgstr ""
|
||||
"# リポジトリをクローンしてください。 サブモジュールもクローンするために --"
|
||||
"recursive を付与するのを忘れないでください。\n"
|
||||
"git clone https://github.com/JohnXLivingston/peertube-plugin-livechat.git --"
|
||||
"recursive\n"
|
||||
"# リポジトリをクローンしてください。 サブモジュールもクローンするために --recursive を付与するのを忘れないでください。\n"
|
||||
"git clone https://github.com/JohnXLivingston/peertube-plugin-livechat.git --recursive\n"
|
||||
"\n"
|
||||
"cd peertube-plugin-livechat\n"
|
||||
"\n"
|
||||
@ -207,16 +195,13 @@ msgstr ""
|
||||
"npm run build\n"
|
||||
"\n"
|
||||
"# リポジトリからフォークした場合、リモートとして追加してください (例):\n"
|
||||
"git remote add me git@github.com:MY_GITHUB_ACCOUNT/peertube-plugin-livechat."
|
||||
"git\n"
|
||||
"git remote add me git@github.com:MY_GITHUB_ACCOUNT/peertube-plugin-livechat.git\n"
|
||||
"\n"
|
||||
"# 開発のために、ローカルブランチを作成してください (例):\n"
|
||||
"git checkout my_development # 注意: イシューに関連している場合は、"
|
||||
"ブランチ名に fix_1234 のような形式を付与します (1234はイシューの番号)\n"
|
||||
"git checkout my_development # 注意: イシューに関連している場合は、ブランチ名に fix_1234 のような形式を付与します (1234はイシューの番号)\n"
|
||||
"# 変更を提案するため、ブランチをリポジトリにプッシュしてください (例):\n"
|
||||
"git push --set-upstream me my_development\n"
|
||||
"# その後、WebブラウザーからGitHubリポジトリに移動し、プルリクエストを送ってく"
|
||||
"ださい(詳しくは以下をお読みください)\n"
|
||||
"# その後、WebブラウザーからGitHubリポジトリに移動し、プルリクエストを送ってください(詳しくは以下をお読みください)\n"
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
@ -465,7 +450,12 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/contributing/document/_index.md
|
||||
msgid "The used theme is [hugo-theme-learn](https://learn.netlify.app/). You should read its documentation before starting editing the documentation."
|
||||
msgid "The minimum required version for Hugo is 0.121.0. It was tested using version 0.132.2."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/contributing/document/_index.md
|
||||
msgid "The used theme is [hugo-theme-relearn](https://mcshelby.github.io/hugo-theme-relearn). You should read its documentation before starting editing the documentation."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -1751,17 +1741,15 @@ msgstr ""
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/admin/external_auth.md
|
||||
#: support/documentation/content/en/documentation/user/viewers.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/admin/external_auth.md
|
||||
#: support/documentation/content/en/documentation/user/viewers.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -1965,7 +1953,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/admin/mod_firewall.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2147,7 +2135,7 @@ msgstr ""
|
||||
#: build/documentation/pot_in/documentation/admin/settings.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2159,7 +2147,7 @@ msgstr ""
|
||||
#: build/documentation/pot_in/documentation/admin/settings.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2171,7 +2159,7 @@ msgstr ""
|
||||
#: build/documentation/pot_in/documentation/admin/settings.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2183,7 +2171,7 @@ msgstr ""
|
||||
#: build/documentation/pot_in/documentation/admin/settings.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2195,7 +2183,7 @@ msgstr ""
|
||||
#: build/documentation/pot_in/documentation/admin/settings.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2207,7 +2195,7 @@ msgstr ""
|
||||
#: build/documentation/pot_in/documentation/admin/settings.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2483,7 +2471,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/installation/troubleshooting.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2495,7 +2483,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/installation/troubleshooting.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ##
|
||||
@ -2626,7 +2614,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/intro/_index.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2644,7 +2632,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/basics.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2657,7 +2645,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/intro/_index.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2715,10 +2703,8 @@ msgstr ""
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/obs.md
|
||||
#: support/documentation/content/en/documentation/user/streamers/basics.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/obs.md
|
||||
@ -2729,14 +2715,14 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/obs.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/obs.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2746,10 +2732,8 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/obs.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/obs.md
|
||||
@ -2814,7 +2798,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/basics.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2826,7 +2810,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/basics.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2899,10 +2883,8 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/basics.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/basics.md
|
||||
@ -2911,9 +2893,10 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/basics.md
|
||||
#: support/documentation/content/en/documentation/user/xmpp_clients.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ##
|
||||
@ -2965,7 +2948,7 @@ msgstr "PeerTube ライブチャットプラグイン"
|
||||
#: support/documentation/content/en/documentation/user/viewers.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -2977,7 +2960,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/basics.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -3027,7 +3010,7 @@ msgstr ""
|
||||
#: build/documentation/pot_in/documentation/user/streamers/bot/commands.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -3051,14 +3034,14 @@ msgstr ""
|
||||
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/user/streamers/bot/forbidden_words.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -3142,7 +3125,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/channel.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -3182,7 +3165,7 @@ msgstr ""
|
||||
#: build/documentation/pot_in/documentation/user/streamers/bot/quotes.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Yaml Front Matter Hash Value: description
|
||||
@ -3206,7 +3189,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/channel.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -3287,14 +3270,14 @@ msgstr "PeerTube ライブチャットプラグイン"
|
||||
#: build/documentation/pot_in/documentation/user/streamers/emojis.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/user/streamers/emojis.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ###
|
||||
@ -3400,7 +3383,7 @@ msgstr "PeerTube ライブチャットプラグイン"
|
||||
#: support/documentation/content/en/documentation/user/streamers/moderation_delay.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -3445,7 +3428,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/moderation_delay.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Yaml Front Matter Hash Value: description
|
||||
@ -3528,7 +3511,7 @@ msgstr "PeerTube ライブチャットプラグイン"
|
||||
#: build/documentation/pot_in/documentation/user/streamers/moderation.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -3538,10 +3521,8 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/user/streamers/moderation.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/user/streamers/moderation.md
|
||||
@ -3614,10 +3595,8 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/user/streamers/moderation.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: build/documentation/pot_in/documentation/user/streamers/moderation.md
|
||||
@ -3744,14 +3723,14 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/moderation_notes.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/moderation_notes.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -3761,16 +3740,14 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/moderation_notes.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/moderation_notes.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ###
|
||||
@ -3890,7 +3867,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/moderation_notes.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -3944,10 +3921,8 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/polls.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/polls.md
|
||||
@ -4039,10 +4014,8 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/polls.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/polls.md
|
||||
@ -4063,7 +4036,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/polls.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -4088,10 +4061,8 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/polls.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/polls.md
|
||||
@ -4161,7 +4132,7 @@ msgstr "PeerTube ライブチャットプラグイン"
|
||||
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -4188,10 +4159,8 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/slow_mode.md
|
||||
@ -4256,14 +4225,14 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -4275,14 +4244,14 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -4320,7 +4289,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ###
|
||||
@ -4344,14 +4313,14 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ####
|
||||
@ -4374,7 +4343,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ####
|
||||
@ -4392,14 +4361,14 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ####
|
||||
@ -4417,21 +4386,21 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/streamers/tasks.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -4472,7 +4441,7 @@ msgstr "PeerTube ライブチャットプラグイン"
|
||||
#: support/documentation/content/en/documentation/user/streamers/terms.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -4495,7 +4464,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/streamers/terms.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -4544,8 +4513,10 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/viewers.md
|
||||
#: support/documentation/content/en/_index.md
|
||||
#: support/documentation/content/en/intro/_index.md
|
||||
msgid ""
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/viewers.md
|
||||
@ -4567,7 +4538,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/viewers.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -4579,7 +4550,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/viewers.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ####
|
||||
@ -4634,7 +4605,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/viewers.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ##
|
||||
@ -4678,7 +4649,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/documentation/user/viewers.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -4711,7 +4682,9 @@ msgstr ""
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/viewers.md
|
||||
#: support/documentation/content/en/intro/_index.md
|
||||
msgid ""
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -4769,8 +4742,10 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/xmpp_clients.md
|
||||
msgid ""
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/xmpp_clients.md
|
||||
@ -4779,12 +4754,7 @@ msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/xmpp_clients.md
|
||||
msgid "Then, choose \"Connect using XMPP\":"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/documentation/user/xmpp_clients.md
|
||||
msgid ""
|
||||
msgid "Then, choose \"{{% livechat_label connect_using_xmpp %}}\":"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
@ -4792,10 +4762,16 @@ msgstr ""
|
||||
msgid "Then you just have to click on \"open\" or copy/paste the address of the chat room into your XMPP client (using the \"join a room\" feature)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #
|
||||
#. type: Yaml Front Matter Hash Value: description
|
||||
#: support/documentation/content/en/_index.md
|
||||
#, fuzzy, no-wrap
|
||||
msgid "PeerTube plugin livechat"
|
||||
msgid "Peertube plugin livechat documentation"
|
||||
msgstr "PeerTube ライブチャットプラグイン"
|
||||
|
||||
#. type: Yaml Front Matter Hash Value: title
|
||||
#: support/documentation/content/en/_index.md
|
||||
#, fuzzy, no-wrap
|
||||
msgid "Peertube livechat"
|
||||
msgstr "PeerTube ライブチャットプラグイン"
|
||||
|
||||
#. type: Plain text
|
||||
@ -4880,7 +4856,7 @@ msgstr ""
|
||||
#: support/documentation/content/en/intro/_index.md
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
msgid ""
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. type: Title ##
|
||||
@ -5014,6 +4990,96 @@ msgstr ""
|
||||
msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome."
|
||||
msgstr "あなたがWebデザイナーの方または、ConverseJS/Prosody/XMPP上級者の方の場合は、このプラグインをより良くする為に力を貸してください、歓迎致します。"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid ""
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "title: \"External Authentication\" description: \"Plugin Peertube Livechat settings - External Authentication\" weight: 15 chapter: false"
|
||||
#~ msgstr "クレジット"
|
||||
@ -5030,8 +5096,3 @@ msgstr "あなたがWebデザイナーの方または、ConverseJS/Prosody/XMPP
|
||||
#~| msgid ""
|
||||
#~ msgid "{{% livechat_label avatar_set_option_sepia %}}: "
|
||||
#~ msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid ""
|
||||
#~ msgid "{{% livechat_label avatar_set_option_legacy %}}: "
|
||||
#~ msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user