Initial FR translations #1
8 changed files with 212 additions and 23 deletions
|
@ -1,25 +1,30 @@
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apk add git ikiwiki
|
- sudo apk add git ikiwiki po4a perl-yaml-tiny
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
|
||||||
test:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- ikiwiki --setup ikiwiki.setup
|
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
|
||||||
tags:
|
|
||||||
- knit
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- ikiwiki --setup ikiwiki.setup
|
- ikiwiki --setup ikiwiki.setup
|
||||||
|
- echo "Pages accessible through ${CI_PAGES_URL}/${PAGES_PREFIX}"
|
||||||
|
variables:
|
||||||
|
PAGES_PREFIX: "" # no prefix by default (master)
|
||||||
|
pages:
|
||||||
|
path_prefix: "$PAGES_PREFIX"
|
||||||
|
environment:
|
||||||
|
name: "Pages ${PAGES_PREFIX}"
|
||||||
|
url: "${CI_PAGES_URL}/${PAGES_PREFIX}"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == "staging" # ensure to run on master (with default PAGES_PREFIX)
|
||||||
|
variables:
|
||||||
|
PAGES_PREFIX: '_stg' # prefix with _stg for the staging branch
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event" # conditionally change the prefix on Merge Requests
|
||||||
|
when: manual # run pages manually on Merge Requests
|
||||||
|
variables:
|
||||||
|
PAGES_PREFIX: 'mr$CI_MERGE_REQUEST_IID' # prefix with the mr<iid>, like `mr123`
|
||||||
tags:
|
tags:
|
||||||
- knit
|
- knit
|
||||||
|
|
26
content/footer.fr.po
Normal file
26
content/footer.fr.po
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2024-06-14 23:44-0400\n"
|
||||||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Generator: Translate Toolkit 3.13.0\n"
|
||||||
|
|
||||||
|
#: type, Content of: <p><span>
|
||||||
|
msgid ""
|
||||||
|
"Powered by <a href=\"http://ikiwiki.info/\">ikiwiki</a>."
|
||||||
|
"<a href=https://gitlab.com/anarcat/ikiwiki-bootstrap-anarcat>Theme</a> by "
|
||||||
|
"<a href=https://anarc.at/blog/2015-09-09-bootstrap/>Anarcat</a>."
|
||||||
|
"<a href=\"http://validator.w3.org/check?uri=referer\">Valid (X)HTML 5</a>."
|
||||||
|
msgstr ""
|
||||||
|
"Propulsé par <a href=\"http://ikiwiki.info/\">ikiwiki</a>."
|
||||||
|
"<a href=https://gitlab.com/anarcat/ikiwiki-bootstrap-anarcat>Theme</a> by "
|
||||||
|
"<a href=https://anarc.at/blog/2015-09-09-bootstrap/>Anarcat</a>."
|
||||||
|
"<a href=\"http://validator.w3.org/check?uri=referer\">Valid (X)HTML 5</a>."
|
||||||
|
|
|
@ -1,15 +1,10 @@
|
||||||
<p class="text-muted">
|
<p class="text-muted">
|
||||||
<span class="copyright">
|
<span class="copyright">
|
||||||
Copyleft © 2024-2024
|
Copyleft © 2024-2024 ilot <a href="/meta/license">CC-BY-SA</a>.
|
||||||
ilot <a href="/meta/license">CC-BY-SA</a>.
|
|
||||||
<!-- Bootstrap theme: © 2011-2015 Twitter, Inc, © 2009-2015 Julian Andres Klode
|
|
||||||
<a href="<TMPL_VAR BASEURL>LICENSE">MIT</a>. -->
|
|
||||||
</span>
|
</span>
|
||||||
<span class="pull-right powered-by">
|
<span class="pull-right powered-by">
|
||||||
Powered
|
Powered by <a href="http://ikiwiki.info/">ikiwiki</a>.
|
||||||
by <a href="http://ikiwiki.info/">ikiwiki</a>.
|
<a href=https://gitlab.com/anarcat/ikiwiki-bootstrap-anarcat>Theme</a> by <a href=https://anarc.at/blog/2015-09-09-bootstrap/>Anarcat</a>.
|
||||||
<a href=https://gitlab.com/anarcat/ikiwiki-bootstrap-anarcat>Theme</a>
|
|
||||||
by <a href=https://anarc.at/blog/2015-09-09-bootstrap/>Anarcat</a>.
|
|
||||||
<a href="http://validator.w3.org/check?uri=referer">Valid (X)HTML 5</a>.
|
<a href="http://validator.w3.org/check?uri=referer">Valid (X)HTML 5</a>.
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
83
content/index.fr.po
Normal file
83
content/index.fr.po
Normal file
|
@ -0,0 +1,83 @@
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Ilot\n"
|
||||||
|
"Report-Msgid-Bugs-To: support@ilot.io\n"
|
||||||
|
"POT-Creation-Date: 2024-06-14 23:00-0400\n"
|
||||||
|
"PO-Revision-Date: 2024-06-14 23:14-0400\n"
|
||||||
|
"Last-Translator: Antoine Martin <antoine@ayakael.net>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Generator: Poedit 3.4.3\n"
|
||||||
|
|
||||||
|
#: index.mdwn%2Bp
|
||||||
|
msgid "[[!meta title=\"About Us\"]]"
|
||||||
|
msgstr "[[!meta title=\"À propos de nous\"]]"
|
||||||
|
|
||||||
|
#: type: Content of: <header><h1>
|
||||||
|
msgid "WELCOME"
|
||||||
|
msgstr "BIENVENUE"
|
||||||
|
|
||||||
|
#: index.mdwn%2Bp
|
||||||
|
msgid ""
|
||||||
|
"[ilot](https://ilot.io) is a cooperative corner of the internet. We operate different free "
|
||||||
|
"and open-source platforms, like Nextcloud and Mastodon, all integrated "
|
||||||
|
"together by a shared authentication system. We aim to eventually incorporate "
|
||||||
|
"as a cooperative to create a digital infrastructure that is by and for its "
|
||||||
|
"users as an alternative to the siloed and privatized internet of today. "
|
||||||
|
"Members fund our operations and decide how to set our community policies, "
|
||||||
|
"steward our data, and manage our shared technologies. Members also provide the "
|
||||||
|
"labor to run ilot at all levels."
|
||||||
|
msgstr ""
|
||||||
|
"[ilot](https://ilot.io) est un coin coopératif de l'internet. Nous administrons différentes "
|
||||||
|
"plateformes libres, comme Nextcloud et Mastodon, toutes intégrées ensemble par "
|
||||||
|
"un système d'authentification unifié. Nous visons à incorporer en tant que "
|
||||||
|
"coopérative afin de créer une infrastructure numérique par et pour ses "
|
||||||
|
"utilisateur-ice-s, se plaçon alors comme alternative à l'internet cloisonné et "
|
||||||
|
"privatisé d'aujourd'hui. Les membres financent nos opérations et décident de "
|
||||||
|
"la manière de définir nos politiques communautaires, de gérer nos données et "
|
||||||
|
"nos technologies partagées. Les membres fournissent également la main d'œuvre "
|
||||||
|
"pour faire fonctionner ilot à tous les niveaux."
|
||||||
|
|
||||||
|
#: index.mdwn%2Bp
|
||||||
|
msgid ""
|
||||||
|
"The project is currently in beta, as there is still a lot of work left to do. "
|
||||||
|
"While the technical infrastructure is setup and stable, the governance and "
|
||||||
|
"community guidelines are still a work in progress. If you are interested in "
|
||||||
|
"joining ilot, we are working on getting a registration process going."
|
||||||
|
msgstr ""
|
||||||
|
"Le projet est actuellement en version bêta, car il reste encore beaucoup de "
|
||||||
|
"travail à faire. Alors que l'infrastructure technique est mise en place et "
|
||||||
|
"stable, la gouvernance et les lignes directrices de la communauté sont encore "
|
||||||
|
"en cours d'élaboration. Si vous souhaitez rejoindre ilot, nous travaillons à "
|
||||||
|
"la mise en place d'un processus d'inscription."
|
||||||
|
|
||||||
|
#: index.mdwn%2Bp
|
||||||
|
msgid ""
|
||||||
|
"ilot was started in 2021 when AESA-CIRI, the sociology, anthropology and "
|
||||||
|
"immigration studies sudent association of UQAM, wanted to create its own "
|
||||||
|
"digital infrastructure. Since then, we have worked toward the goal of making "
|
||||||
|
"the project useful to other organisations and individuals."
|
||||||
|
msgstr ""
|
||||||
|
"ilot a vu le jour en 2021 lorsque l'AESA-CIRI, l'association des étudiants en "
|
||||||
|
"sociologie, anthropologie et études de l'immigration de l'UQAM, a voulu créer "
|
||||||
|
"sa propre infrastructure numérique. Depuis, nous travaillons dans le but de "
|
||||||
|
"rendre le projet utile à d'autres organisations et individus."
|
||||||
|
|
||||||
|
#: index.mdwn%2Bheading
|
||||||
|
msgid "Learn more"
|
||||||
|
msgstr "Savoir plus"
|
||||||
|
|
||||||
|
#: index.mdwn%2Bp
|
||||||
|
msgid "To learn more please visit some of the pages:"
|
||||||
|
msgstr "Pour en savoir plus, veuillez consulter certaines pages:"
|
||||||
|
|
||||||
|
msgid "[[Platforms]] - The online spaces we use and manage \n"
|
||||||
|
msgstr "[[Plateformes|Platforms]] - Les espaces en ligne que nous utilisons et gérons \n"
|
||||||
|
|
||||||
|
#: index.mdwn%2Bp
|
||||||
|
msgid "[Support](https://support.ilot.io) - Guides for how to do things on ilot and to get help \n"
|
||||||
|
msgstr "[Support](https://support.ilot.io) - Guides sur la façon de faire les choses sur ilot et obtenir de l'aide \n"
|
44
content/platforms.fr.po
Normal file
44
content/platforms.fr.po
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Ilot\n"
|
||||||
|
"Report-Msgid-Bugs-To: support@ilot.io\n"
|
||||||
|
"POT-Creation-Date: 2024-06-14 23:00-0400\n"
|
||||||
|
"PO-Revision-Date: 2024-06-14 23:00-0400\n"
|
||||||
|
"Last-Translator: Antoine Martin <antoine@ayakael.net>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Generator: Translate Toolkit 3.13.0\n"
|
||||||
|
|
||||||
|
#: platforms.mdwn%2Bheading
|
||||||
|
msgid "Platforms"
|
||||||
|
msgstr "Plateformes"
|
||||||
|
|
||||||
|
#: platforms.mdwn%2Blist-item.p
|
||||||
|
msgid "[The Cloud]{1}"
|
||||||
|
msgstr "[Le Cloud]{1}"
|
||||||
|
|
||||||
|
#: platforms.mdwn%2Blist-item.p
|
||||||
|
msgid "[The Agora]{1}"
|
||||||
|
msgstr "[L'Agora]{1}"
|
||||||
|
|
||||||
|
#: platforms.mdwn%2Blist-item.p
|
||||||
|
msgid "[The Lab]{1}"
|
||||||
|
msgstr "[Le Lab]{1}"
|
||||||
|
|
||||||
|
#: platforms.mdwn%2Blist-item.p
|
||||||
|
msgid "[Authentik]{1}"
|
||||||
|
msgstr "[Authentik]{1}"
|
||||||
|
|
||||||
|
#: platforms.mdwn%2Blist-item.p
|
||||||
|
msgid "[Support]{1}"
|
||||||
|
msgstr "[SUpport]{1}"
|
||||||
|
|
||||||
|
#: platforms.mdwn%2Blist-item.p
|
||||||
|
msgid "[Status]{1}"
|
||||||
|
msgstr "[Status]{1}"
|
||||||
|
|
||||||
|
#: platforms.mdwn%2Blist-item.p
|
||||||
|
msgid "[Notif]{1}"
|
||||||
|
msgstr "[Notif]{1}"
|
|
@ -1,8 +1,8 @@
|
||||||
# Platforms
|
# Platforms
|
||||||
|
|
||||||
* [Le Cloud](https://cloud.ilot.io)
|
* [Cloud](https://cloud.ilot.io)
|
||||||
* [L'Agora](https://agora.ilot.io)
|
* [Agora](https://agora.ilot.io)
|
||||||
* [Le Lab](https://lab.ilot.io)
|
* [Lab](https://lab.ilot.io)
|
||||||
* [Authentik](https://auth.ilot.io)
|
* [Authentik](https://auth.ilot.io)
|
||||||
* [Support](https://support.ilot.io)
|
* [Support](https://support.ilot.io)
|
||||||
* [Status](https://status.ilot.io)
|
* [Status](https://status.ilot.io)
|
||||||
|
|
24
content/sidebar.fr.po
Normal file
24
content/sidebar.fr.po
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Ilot\n"
|
||||||
|
"Report-Msgid-Bugs-To: support@ilot.io\n"
|
||||||
|
"POT-Creation-Date: 2024-06-14 23:00-0400\n"
|
||||||
|
"PO-Revision-Date: 2024-06-14 23:00-0400\n"
|
||||||
|
"Last-Translator: Antoine Martin <antoine@ayakael.net>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Generator: Translate Toolkit 3.13.0\n"
|
||||||
|
|
||||||
|
#: sidebar.mdwn%2Bul.li:3-1
|
||||||
|
msgid "[[About Us|index]]"
|
||||||
|
msgstr "[[À propos de nous|index]]"
|
||||||
|
|
||||||
|
#: sidebar.mdwn%2Bul.li:4-1
|
||||||
|
msgid "[[Platforms]]"
|
||||||
|
msgstr "[[Plateformes]]"
|
||||||
|
|
||||||
|
#: sidebar.mdwn%2Bul.li:5-1
|
||||||
|
msgid "Support"
|
||||||
|
msgstr "Support"
|
|
@ -44,6 +44,7 @@ add_plugins:
|
||||||
- highlight
|
- highlight
|
||||||
- typography
|
- typography
|
||||||
- sidebar2
|
- sidebar2
|
||||||
|
- po
|
||||||
# plugins to disable
|
# plugins to disable
|
||||||
disable_plugins: []
|
disable_plugins: []
|
||||||
# additional directory to search for template files
|
# additional directory to search for template files
|
||||||
|
@ -401,3 +402,14 @@ global_sidebars:
|
||||||
- footer
|
- footer
|
||||||
- footer
|
- footer
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
# po plugin
|
||||||
|
# used to set the "master" language
|
||||||
|
po_master_language: en|English
|
||||||
|
# po_slave_languages is used to set the list of supported "slave" languages
|
||||||
|
po_slave_languages:
|
||||||
|
- fr|Français
|
||||||
|
# configures what pages are translatable
|
||||||
|
po_translatable_pages: 'index or footer or platforms or sidebar'
|
||||||
|
# used to decide how internal links should be generated, depending on web server features and site-specific preferences.
|
||||||
|
po_link_to: current
|
||||||
|
|
Loading…
Add table
Reference in a new issue