diff --git a/support/documentation/content/en/contributing/develop/_index.md b/support/documentation/content/en/contributing/develop/_index.md index c3058863..458cb3d9 100644 --- a/support/documentation/content/en/contributing/develop/_index.md +++ b/support/documentation/content/en/contributing/develop/_index.md @@ -148,6 +148,19 @@ A repo was made out of it, check out [pt-plugin-dev](https://codeberg.org/mose/p Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers. +## Quickly rebuild and install the plugin + +When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. +You can build only the modified part (for example, if you only modified client files: `npm run build:client`). +Check the `package.json` files for available build scripts. + +When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps: + +* re-build necessary parts of the plugin (client, styles, ...), +* overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder, +* change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user, +* restart your instance. + ## Performance tests The [livechat-perf-test](https://github.com/JohnXLivingston/livechat-perf-test) repository contains some tools to make performance tests. diff --git a/support/documentation/po/livechat.ar.po b/support/documentation/po/livechat.ar.po index 9d28dd03..08d0dfbf 100644 --- a/support/documentation/po/livechat.ar.po +++ b/support/documentation/po/livechat.ar.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2024-01-17 11:38+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Arabic \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.ca.po b/support/documentation/po/livechat.ca.po index fb612d13..6b688cc6 100644 --- a/support/documentation/po/livechat.ca.po +++ b/support/documentation/po/livechat.ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Catalan \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.cs.po b/support/documentation/po/livechat.cs.po index e0ed4202..77cc1df1 100644 --- a/support/documentation/po/livechat.cs.po +++ b/support/documentation/po/livechat.cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Czech \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.de.po b/support/documentation/po/livechat.de.po index f623b5f8..b9689839 100644 --- a/support/documentation/po/livechat.de.po +++ b/support/documentation/po/livechat.de.po @@ -7,12 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2024-04-12 05:39+0000\n" -"Last-Translator: Victor Hampel " -"\n" -"Language-Team: German \n" +"Last-Translator: Victor Hampel \n" +"Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -361,6 +359,44 @@ msgstr "Es wurde ein Repo daraus gemacht, siehe [pt-plugin-dev](https://codeberg msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "Hinweis: Aus einem unbekannten Grund kann Prosody die DNS-Adresse von Containern nicht auflösen, wenn die lua-unbound-Bibliothek verwendet wird. Es gibt einen unsaubere Lösung dafür im Plugin: Erstellen Sie einfach eine `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` Datei in deinen docker-volumes, dann starten Sie die Container neu." +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +#, fuzzy +#| msgid "Restart your services:" +msgid "restart your instance." +msgstr "Den Dienst neustarten:" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap @@ -2295,19 +2331,14 @@ msgstr "Standardmäßig ist der Chat dauerhaft. Das bedeutet, dass der Inhalt d #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can change the persistence behaviour. [Open the chat dropdown menu](/peertube-plugin-livechat/documentation/user/viewers), and click on \"Configure\"." -msgstr "" -"Sie können das Dauerhaftigkeitsverhalten ändern. [Öffnen Sie das Chat " -"Dropdownmenü](/peertube-plugin-livechat/de/documentation/user/viewers), und " -"klicken Sie auf \"Konfigurieren\"." +msgstr "Sie können das Dauerhaftigkeitsverhalten ändern. [Öffnen Sie das Chat Dropdownmenü](/peertube-plugin-livechat/de/documentation/user/viewers), und klicken Sie auf \"Konfigurieren\"." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/viewers.md msgid "![Chat menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" -msgstr "" -"![Chat Menü](/peertube-plugin-livechat/images/top_menu." -"png?classes=shadow,border&height=200px)" +msgstr "![Chat Menü](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md @@ -2343,11 +2374,7 @@ msgstr "Löschen des Chat Inhalts" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "If you want to delete the chat content, [open the chat dropdown menu](/peertube-plugin-livechat/documentation/user/viewers), then click on \"Destroy\". A popup will open, asking a confirmation." -msgstr "" -"Wenn Sie den Inhalt des Chats löschen möchten, [öffnen Sie deas Dropdown " -"Menü des Chats](/peertube-plugin-livechat/de/documentation/user/viewers) und " -"klicken Sie auf \"Löschen\". Es öffnet sich ein Popup-Fenster, das eine " -"Bestätigung verlangt." +msgstr "Wenn Sie den Inhalt des Chats löschen möchten, [öffnen Sie deas Dropdown Menü des Chats](/peertube-plugin-livechat/de/documentation/user/viewers) und klicken Sie auf \"Löschen\". Es öffnet sich ein Popup-Fenster, das eine Bestätigung verlangt." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md @@ -2600,10 +2627,7 @@ msgstr "Zugang zu den Moderationswerkzeugen" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/moderation.md msgid "You can access room settings and moderation tools using the [chat dropdown menu](/peertube-plugin-livechat/documentation/user/viewers) at the top of the chat." -msgstr "" -"Über das [Chat Dropdown Menü](/peertube-plugin-livechat/de/documentation/" -"user/viewers) am oberen Rand des Chats haben Sie Zugriff auf die " -"Raumeinstellungen und Moderationswerkzeuge." +msgstr "Über das [Chat Dropdown Menü](/peertube-plugin-livechat/de/documentation/user/viewers) am oberen Rand des Chats haben Sie Zugriff auf die Raumeinstellungen und Moderationswerkzeuge." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2673,8 +2697,7 @@ msgstr "Langsamer Modus" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/slow_mode.md msgid "This feature comes with the livechat plugin version 8.3.0." -msgstr "" -"Diese Funktion wird mit dem Livechatplugin Version 8.3.0 verfügbar sein." +msgstr "Diese Funktion wird mit dem Livechatplugin Version 8.3.0 verfügbar sein." #. type: Yaml Front Matter Hash Value: title #: support/documentation/content/en/documentation/user/streamers/slow_mode.md @@ -2924,12 +2947,7 @@ msgstr "Chat Dropdown Menü" #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "There is a dropdown menu on the top of the chat, with some advanced features. This is especially useful for [moderation features](/peertube-plugin-livechat/documentation/user/streamers/moderation). Available features depends on your access level." -msgstr "" -"Es gibt ein Dropdownmenü am oberen Rand des Chats, das einige erweiterte " -"Funktionen enthält. Dies ist besonders nützlich für die " -"[Moderationsfunktionen](/peertube-plugin-livechat/de/documentation/user/" -"streamers/moderation). Die verfügbaren Funktionen hängen von Ihrer " -"Zugriffsstufe ab." +msgstr "Es gibt ein Dropdownmenü am oberen Rand des Chats, das einige erweiterte Funktionen enthält. Dies ist besonders nützlich für die [Moderationsfunktionen](/peertube-plugin-livechat/de/documentation/user/streamers/moderation). Die verfügbaren Funktionen hängen von Ihrer Zugriffsstufe ab." #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md diff --git a/support/documentation/po/livechat.el.po b/support/documentation/po/livechat.el.po index 6e7fa64e..bd6c5036 100644 --- a/support/documentation/po/livechat.el.po +++ b/support/documentation/po/livechat.el.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Greek \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.en.pot b/support/documentation/po/livechat.en.pot index 80a3cf43..af885cca 100644 --- a/support/documentation/po/livechat.en.pot +++ b/support/documentation/po/livechat.en.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -372,6 +372,48 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, markdown-text, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +#, markdown-text +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +#, markdown-text +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +#, markdown-text +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +#, markdown-text +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +#, markdown-text +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +#, markdown-text +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, markdown-text, no-wrap diff --git a/support/documentation/po/livechat.eo.po b/support/documentation/po/livechat.eo.po index 40686092..54c77019 100644 --- a/support/documentation/po/livechat.eo.po +++ b/support/documentation/po/livechat.eo.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Esperanto \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.es.po b/support/documentation/po/livechat.es.po index adefcd75..cf4c3477 100644 --- a/support/documentation/po/livechat.es.po +++ b/support/documentation/po/livechat.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2024-03-10 20:38+0000\n" "Last-Translator: rnek0 \n" "Language-Team: Spanish \n" @@ -358,6 +358,42 @@ msgstr "Se creó un repositorio sobre ello, consulte [pt-plugin-dev](https://cod msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "Nota: por una razón desconocida, Prosody no puede resolver la dirección DNS de los contenedores cuando se utiliza la biblioteca lua-unbound. Hay un hack en el plugin para resolverlo: simplemente crea un archivo `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` en tus docker-volumes, luego reinicia los contenedores." +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.eu.po b/support/documentation/po/livechat.eu.po index 7b092dbf..e656667b 100644 --- a/support/documentation/po/livechat.eu.po +++ b/support/documentation/po/livechat.eu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Basque \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.fa.po b/support/documentation/po/livechat.fa.po index a6e1b414..61320399 100644 --- a/support/documentation/po/livechat.fa.po +++ b/support/documentation/po/livechat.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Persian \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.fi.po b/support/documentation/po/livechat.fi.po index 188af576..6debb6fb 100644 --- a/support/documentation/po/livechat.fi.po +++ b/support/documentation/po/livechat.fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Finnish \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.fr.po b/support/documentation/po/livechat.fr.po index 5cc20a1e..16c16ff1 100644 --- a/support/documentation/po/livechat.fr.po +++ b/support/documentation/po/livechat.fr.po @@ -7,11 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2024-04-12 05:39+0000\n" "Last-Translator: John Livingston \n" -"Language-Team: French \n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -360,6 +359,44 @@ msgstr "Un dépot a été crée sur la base de ce tutoriel : [pt-plugin-dev](htt msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "Note : pour une raison obscure, Prosody n'arrive pas à résoudre les adresses DNS des conteneurs quand la librairie lua-unbound est utilisée. Pour contourner cela, il y a un «dirty hack» : il suffit de créer une fichier `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` dans vos docker-volumes, puis de les redémarrer." +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +#, fuzzy +#| msgid "Restart your services:" +msgid "restart your instance." +msgstr "Redémarrez vos services :" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap @@ -2314,19 +2351,14 @@ msgstr "Par défaut, le tchat est persistant. Cela veut dire que le contenu des #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "You can change the persistence behaviour. [Open the chat dropdown menu](/peertube-plugin-livechat/documentation/user/viewers), and click on \"Configure\"." -msgstr "" -"Vous pouvez changer le comportement de la persistance. [Ouvrez le menu " -"déroulant](/peertube-plugin-livechat/fr/documentation/user/viewers), et " -"cliquez sur «Configurer»." +msgstr "Vous pouvez changer le comportement de la persistance. [Ouvrez le menu déroulant](/peertube-plugin-livechat/fr/documentation/user/viewers), et cliquez sur «Configurer»." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md #: support/documentation/content/en/documentation/user/streamers/moderation.md #: support/documentation/content/en/documentation/user/viewers.md msgid "![Chat menu](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" -msgstr "" -"![Menu du tchat](/peertube-plugin-livechat/images/top_menu." -"png?classes=shadow,border&height=200px)" +msgstr "![Menu du tchat](/peertube-plugin-livechat/images/top_menu.png?classes=shadow,border&height=200px)" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md @@ -2362,10 +2394,7 @@ msgstr "Détruire le contenu du tchat" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md msgid "If you want to delete the chat content, [open the chat dropdown menu](/peertube-plugin-livechat/documentation/user/viewers), then click on \"Destroy\". A popup will open, asking a confirmation." -msgstr "" -"Si vous voulez détruire le contenu du tchat, [ouvrez le menu déroulant" -"](/peertube-plugin-livechat/fr/documentation/user/viewers), et cliquez sur " -"«Détruire». Une popup va s'ouvrir, demandant confirmation." +msgstr "Si vous voulez détruire le contenu du tchat, [ouvrez le menu déroulant](/peertube-plugin-livechat/fr/documentation/user/viewers), et cliquez sur «Détruire». Une popup va s'ouvrir, demandant confirmation." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/basics.md @@ -2618,10 +2647,7 @@ msgstr "Accéder aux outils de modération" #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/moderation.md msgid "You can access room settings and moderation tools using the [chat dropdown menu](/peertube-plugin-livechat/documentation/user/viewers) at the top of the chat." -msgstr "" -"Vous pouvez accéder aux paramètres de la salle et aux outils de modération " -"en utilisant le [menu déroulant du tchat](/peertube-plugin-livechat/fr/" -"documentation/user/viewers) en haut à droite de celui-ci." +msgstr "Vous pouvez accéder aux paramètres de la salle et aux outils de modération en utilisant le [menu déroulant du tchat](/peertube-plugin-livechat/fr/documentation/user/viewers) en haut à droite de celui-ci." #. type: Plain text #: support/documentation/content/en/documentation/user/streamers/moderation.md @@ -2941,12 +2967,7 @@ msgstr "Menu déroulant du tchat" #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "There is a dropdown menu on the top of the chat, with some advanced features. This is especially useful for [moderation features](/peertube-plugin-livechat/documentation/user/streamers/moderation). Available features depends on your access level." -msgstr "" -"Il y a un menu déroulant au dessus du tchat, comprenant quelques " -"fonctionnalités avancées. Cela est particulièrement utile pour les [" -"fonctions de modération](/peertube-plugin-livechat/fr/documentation/user/" -"streamers/moderation). Les fonctionnalités disponibles dépendent de votre " -"niveau d'accès." +msgstr "Il y a un menu déroulant au dessus du tchat, comprenant quelques fonctionnalités avancées. Cela est particulièrement utile pour les [fonctions de modération](/peertube-plugin-livechat/fr/documentation/user/streamers/moderation). Les fonctionnalités disponibles dépendent de votre niveau d'accès." #. type: Title ## #: support/documentation/content/en/documentation/user/viewers.md @@ -2984,9 +3005,7 @@ msgstr "Vous pouvez changer de pseudonyme en tapant `/nick votre_nouveau_pseudo` #. type: Plain text #: support/documentation/content/en/documentation/user/viewers.md msgid "You can also change your nickname using the chat menu." -msgstr "" -"Vous pouvez également changer votre pseudonyme en utilisant le menu " -"déroulant du tchat." +msgstr "Vous pouvez également changer votre pseudonyme en utilisant le menu déroulant du tchat." #. type: Yaml Front Matter Hash Value: description #: support/documentation/content/en/documentation/user/xmpp_clients.md diff --git a/support/documentation/po/livechat.gd.po b/support/documentation/po/livechat.gd.po index d0a2ad32..730a35e2 100644 --- a/support/documentation/po/livechat.gd.po +++ b/support/documentation/po/livechat.gd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Gaelic \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.gl.po b/support/documentation/po/livechat.gl.po index 7597caf2..a210a73e 100644 --- a/support/documentation/po/livechat.gl.po +++ b/support/documentation/po/livechat.gl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Galician \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.hr.po b/support/documentation/po/livechat.hr.po index 4e5adba8..97ab357a 100644 --- a/support/documentation/po/livechat.hr.po +++ b/support/documentation/po/livechat.hr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2024-03-06 13:38+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: Croatian \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.hu.po b/support/documentation/po/livechat.hu.po index 5bae3bfb..bd06a916 100644 --- a/support/documentation/po/livechat.hu.po +++ b/support/documentation/po/livechat.hu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Hungarian \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.is.po b/support/documentation/po/livechat.is.po index c26b3d53..22b0f325 100644 --- a/support/documentation/po/livechat.is.po +++ b/support/documentation/po/livechat.is.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Icelandic \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.it.po b/support/documentation/po/livechat.it.po index bdf6ce9e..0b02a4df 100644 --- a/support/documentation/po/livechat.it.po +++ b/support/documentation/po/livechat.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 14:21+0000\n" "Last-Translator: John Livingston \n" "Language-Team: Italian \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.ja.po b/support/documentation/po/livechat.ja.po index 5634be09..29156d2d 100644 --- a/support/documentation/po/livechat.ja.po +++ b/support/documentation/po/livechat.ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2024-03-10 20:38+0000\n" "Last-Translator: \"T.S\" \n" "Language-Team: Japanese \n" @@ -333,6 +333,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.kab.po b/support/documentation/po/livechat.kab.po index d0988f75..cb6dd9a8 100644 --- a/support/documentation/po/livechat.kab.po +++ b/support/documentation/po/livechat.kab.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Kabyle \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.nb.po b/support/documentation/po/livechat.nb.po index 7bd2528d..d46d541e 100644 --- a/support/documentation/po/livechat.nb.po +++ b/support/documentation/po/livechat.nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Bokmål \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.nl.po b/support/documentation/po/livechat.nl.po index 04bdf714..10297391 100644 --- a/support/documentation/po/livechat.nl.po +++ b/support/documentation/po/livechat.nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Dutch \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.nn.po b/support/documentation/po/livechat.nn.po index fb979c6f..a6157499 100644 --- a/support/documentation/po/livechat.nn.po +++ b/support/documentation/po/livechat.nn.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Nynorsk \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.oc.po b/support/documentation/po/livechat.oc.po index 2ce9ca3b..4138ba27 100644 --- a/support/documentation/po/livechat.oc.po +++ b/support/documentation/po/livechat.oc.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Occitan \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.pl.po b/support/documentation/po/livechat.pl.po index 92fe148a..6a0804b3 100644 --- a/support/documentation/po/livechat.pl.po +++ b/support/documentation/po/livechat.pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Polish \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.pt.po b/support/documentation/po/livechat.pt.po index 69e3f747..b95c7607 100644 --- a/support/documentation/po/livechat.pt.po +++ b/support/documentation/po/livechat.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Portuguese \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.ru.po b/support/documentation/po/livechat.ru.po index f2ab1a68..d05b0ef9 100644 --- a/support/documentation/po/livechat.ru.po +++ b/support/documentation/po/livechat.ru.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Russian \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.sq.po b/support/documentation/po/livechat.sq.po index 55a02049..62ff0431 100644 --- a/support/documentation/po/livechat.sq.po +++ b/support/documentation/po/livechat.sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Albanian \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.sv.po b/support/documentation/po/livechat.sv.po index 1a9d7d41..d0821b96 100644 --- a/support/documentation/po/livechat.sv.po +++ b/support/documentation/po/livechat.sv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Swedish \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.th.po b/support/documentation/po/livechat.th.po index 1e2f4949..0e954b67 100644 --- a/support/documentation/po/livechat.th.po +++ b/support/documentation/po/livechat.th.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Thai \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.tok.po b/support/documentation/po/livechat.tok.po index f0ffaad1..554b6e47 100644 --- a/support/documentation/po/livechat.tok.po +++ b/support/documentation/po/livechat.tok.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Toki Pona \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.uk.po b/support/documentation/po/livechat.uk.po index 6c1f0092..c8675da7 100644 --- a/support/documentation/po/livechat.uk.po +++ b/support/documentation/po/livechat.uk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Ukrainian \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.vi.po b/support/documentation/po/livechat.vi.po index cb840117..f7d1729d 100644 --- a/support/documentation/po/livechat.vi.po +++ b/support/documentation/po/livechat.vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Vietnamese \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.zh-Hans.po b/support/documentation/po/livechat.zh-Hans.po index 5fb70370..2f970bf1 100644 --- a/support/documentation/po/livechat.zh-Hans.po +++ b/support/documentation/po/livechat.zh-Hans.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Simplified) \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap diff --git a/support/documentation/po/livechat.zh-Hant.po b/support/documentation/po/livechat.zh-Hant.po index 76b1fb76..60bf147c 100644 --- a/support/documentation/po/livechat.zh-Hant.po +++ b/support/documentation/po/livechat.zh-Hant.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-04-11 12:40+0200\n" +"POT-Creation-Date: 2024-04-15 12:06+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Traditional) \n" @@ -332,6 +332,42 @@ msgstr "" msgid "Note: for an unknown reason, Prosody can't resolve containers DNS address when using the lua-unbound library. There is a dirty hack in the plugin: just create a `/data/plugins/data/peertube-plugin-livechat/no_lua_unbound` file in your docker-volumes, then restart containers." msgstr "" +#. type: Title ## +#: support/documentation/content/en/contributing/develop/_index.md +#, no-wrap +msgid "Quickly rebuild and install the plugin" +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When you do modification, you don't have to always rebuild the full project, and reinstall the plugin on your dev environment. You can build only the modified part (for example, if you only modified client files: `npm run build:client`). Check the `package.json` files for available build scripts." +msgstr "" + +#. type: Plain text +#: support/documentation/content/en/contributing/develop/_index.md +msgid "When the plugin is already installed on your dev instance, and you haven't changed any dependency, you can quickly install your work by following these steps:" +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "re-build necessary parts of the plugin (client, styles, ...)," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "overwrite the `data/plugins/node_modules/peertube-plugin-livechat/dist/` content of your dev instance by the content of the plugin's `dist` folder," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "change recursively `plugins/node_modules/peertube-plugin-livechat/dist/` files owner to your `peertube` user," +msgstr "" + +#. type: Bullet: '* ' +#: support/documentation/content/en/contributing/develop/_index.md +msgid "restart your instance." +msgstr "" + #. type: Title ## #: support/documentation/content/en/contributing/develop/_index.md #, no-wrap