Fix #200: externalizing the Prosody AppImage build:
The build process for the Prosody AppImage only worked on Debian based stations. See: https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/200 With this commit, the Prosody AppImage is no more built in this plugin, but downloaded from [prosody-appimage](https://github.com/JohnXLivingston/prosody-appimage).
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n"
|
||||
"POT-Creation-Date: 2023-08-07 10:19+0200\n"
|
||||
"POT-Creation-Date: 2023-08-07 16:29+0200\n"
|
||||
"PO-Revision-Date: 2023-07-26 22:29+0000\n"
|
||||
"Last-Translator: Tony Simoes <asrmail@protonmail.com>\n"
|
||||
"Language-Team: Spanish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/es/>\n"
|
||||
@ -133,30 +133,20 @@ msgstr "`nodejs` (>=14.x)"
|
||||
msgid "`build-essential`"
|
||||
msgstr "`build-essential`"
|
||||
|
||||
#. type: Plain text
|
||||
#. type: Bullet: '* '
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
msgid "The plugin needs to build an AppImage for the Prosody XMPP server. It appears that the way this AppImage is build requires `apt` and `dpkg` commands. So it will only work \"out of the box\" on Debian-like systems. If you are using another Linux distribution, you can try to install `apt` and `dpkg` manually. See for example this [Github issue](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/200). We will provide another solution as soon as possible."
|
||||
msgstr "El plugin necesita construir una AppImage para el servidor XMPP Prosody . Al parecer la forma en que se construye esta AppImage requiere los comandos `apt` y `dpkg`. Así que sólo funcionará \"out of the box\" en sistemas tipo Debian. Si utiliza otra distribución de Linux, puede intentar instalar `apt` y `dpkg` manualmente. Vea por ejemplo este [Issue de Github](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/200). Proporcionaremos otra solución lo antes posible."
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
msgid "Building this AppImage also requires following packages:"
|
||||
msgstr "Construir esta AppImage necesita igualmente los paquetes siguientes:"
|
||||
msgid "`coreutils`"
|
||||
msgstr ""
|
||||
|
||||
#. type: Bullet: '* '
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
msgid "`python3-venv`"
|
||||
msgstr "`python3-venv`"
|
||||
|
||||
#. type: Bullet: '* '
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
msgid "`squashfs-tools`"
|
||||
msgstr "`squashfs-tools`"
|
||||
msgid "`wget`"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
msgid "These dependencies were tested on a Debian Bullseye. If there is some dependencies issues on your UNIX/Linux system, please open an issue on Github."
|
||||
msgstr "Estas dependencias se probaron en Debian Bullseye… Si hay algún problema de dependencias en su sistema UNIX/Linux, por favor abra un Issue en Github."
|
||||
msgid "Please note that this plugin needs an AppImage for the Prosody XMPP server. This AppImage is provided by the [Prosody AppImage](https://github.com/JohnXLivingston/prosody-appimage) sideproject. The `build-prosody.sh` script download binaries attached to this remote repository, and checks that their sha256 hashsum are correct."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: support/documentation/content/en/contributing/develop/_index.md
|
||||
@ -2706,3 +2696,18 @@ msgstr ""
|
||||
#: support/documentation/content/en/issues/_index.md
|
||||
msgid "If you are a webdesigner or a ConverseJS/Prosody/XMPP expert, and want to help improve this plugin, you are welcome."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "The plugin needs to build an AppImage for the Prosody XMPP server. It appears that the way this AppImage is build requires `apt` and `dpkg` commands. So it will only work \"out of the box\" on Debian-like systems. If you are using another Linux distribution, you can try to install `apt` and `dpkg` manually. See for example this [Github issue](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/200). We will provide another solution as soon as possible."
|
||||
#~ msgstr "El plugin necesita construir una AppImage para el servidor XMPP Prosody . Al parecer la forma en que se construye esta AppImage requiere los comandos `apt` y `dpkg`. Así que sólo funcionará \"out of the box\" en sistemas tipo Debian. Si utiliza otra distribución de Linux, puede intentar instalar `apt` y `dpkg` manualmente. Vea por ejemplo este [Issue de Github](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/200). Proporcionaremos otra solución lo antes posible."
|
||||
|
||||
#~ msgid "Building this AppImage also requires following packages:"
|
||||
#~ msgstr "Construir esta AppImage necesita igualmente los paquetes siguientes:"
|
||||
|
||||
#~ msgid "`python3-venv`"
|
||||
#~ msgstr "`python3-venv`"
|
||||
|
||||
#~ msgid "`squashfs-tools`"
|
||||
#~ msgstr "`squashfs-tools`"
|
||||
|
||||
#~ msgid "These dependencies were tested on a Debian Bullseye. If there is some dependencies issues on your UNIX/Linux system, please open an issue on Github."
|
||||
#~ msgstr "Estas dependencias se probaron en Debian Bullseye… Si hay algún problema de dependencias en su sistema UNIX/Linux, por favor abra un Issue en Github."
|
||||
|
Reference in New Issue
Block a user