Join the Fediverse:Translation guide/fr: Difference between revisions

From Join the Fediverse
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{Internal page with issues |text=This guide needs more content.}}
==Rules for translators==


Lors de la traduction du wiki, veuillez suivre les règles suivantes :
Lors de la traduction du wiki, veuillez suivre les règles suivantes :


<span id="Gender-inclusive_language"></span>
<span id="Gender-inclusive_language"></span>
<div class="mw-translate-fuzzy">
== Language inclusif ==
== Language inclusif ==
</div>


Utilisez un langage inclusif (ce qui ne veut pas dire neutre) à chaque fois que possible.
Utilisez un langage inclusif (ce qui ne veut pas dire neutre) à chaque fois que possible.
Line 16: Line 18:


<span id="Don&#039;t_add_information_to_translations"></span>
<span id="Don&#039;t_add_information_to_translations"></span>
<div class="mw-translate-fuzzy">
== N’ajoutez pas d’informations aux traductions ==
== N’ajoutez pas d’informations aux traductions ==
</div>


À l’exception de cas comme ci-dessus, une traduction doit se limiter à ce qu’elle est : une traduction. Des adaptations du registre de la localisation sont parfois nécessaires, mais les traductions ne devraient pas ajouter de contenu qui n’existe pas dans le texte original en anglais. Si des informations venaient à manquer, merci de l’ajouter au texte anglophone au préalable.
À l’exception de cas comme ci-dessus, une traduction doit se limiter à ce qu’elle est : une traduction. Des adaptations du registre de la localisation sont parfois nécessaires, mais les traductions ne devraient pas ajouter de contenu qui n’existe pas dans le texte original en anglais. Si des informations venaient à manquer, merci de l’ajouter au texte anglophone au préalable.
==How to translate==
There is a lot of documentation on how to translate with the translate extension that we use here [https://www.mediawiki.org/wiki/Help:Extension:Translate on the MediaWiki].
If you have any questions you can ask [[User:Paula]]. She will then find an answer and probably write something about that here.
==How to edit the original/English/Source page==
When a page is in translation you'll find tags like this <nowiki><!--</nowiki><nowiki>T:1</nowiki><nowiki>--></nowiki> in the source text. It's best to leave those alone. If you want to move a section of the content, move these tags along with it so the translations don't go missing.<br>
{{Warning small|Never create one of these tags on your own}} they will be created automatically when [[User:Paula]] marks the edited page for translation.
==How to make a page translatable==
To prepare a page for translation you need to put <nowiki><languages/></nowiki> on the very top of the page and put at least one set of translation tags (<nowiki><translate></translate></nowiki>) in the text.<br>
Always make sure there are as many <nowiki><translate></nowiki> tags as <nowiki></translate></nowiki> tags. Text within these tags can be translated, everything else will just be carried over to the translated page without being translated.<br>
So ideally you'll only put actual text between the tags and other code, like {{Ic|<nowiki>{|</nowiki>}} which creates a table outside.<br>
If you're using a template, Ideally you only put parameter-text in the tags, so e.g.:
{{Ic|<nowiki>{{Infobox instance |position=float:right |name=ClimateJustice.social |file=Climate Justice server thumbnail.png</nowiki>}}<br>
{{Ic|<nowiki>|about=<translate>Welcome to this official Fediverse instance<br> for climate justice activists.</translate></nowiki>}}<br>
{{Ic|<nowiki>|inception=2020-07-18 |founder=[[Fedizen:PaulaToThePeople|PaulaToThePeople]]</nowiki>}}<br>
{{Ic|<nowiki>|green?={{yes|<translate>Yes, climate neutral</translate>}} |population=2.9k |platform=Mastodon}}</nowiki>}}


{{Category |category=Meta}}{{category |category=Editing guides}}
{{Category |category=Meta}}{{category |category=Editing guides}}

Revision as of 20:28, 15 February 2024

Other languages:

Rules for translators

Lors de la traduction du wiki, veuillez suivre les règles suivantes :

Language inclusif

Utilisez un langage inclusif (ce qui ne veut pas dire neutre) à chaque fois que possible.

L’anglais est principalement neutre. Utiliser « they » à la place de « he » pour parler d’une personne suffit.

D’autres langues sont plus genrées tel que l’allemand.

Lors de la traduction de cette page, n’hésitez pas à donner des exemples dans votre propre langue.

N’ajoutez pas d’informations aux traductions

À l’exception de cas comme ci-dessus, une traduction doit se limiter à ce qu’elle est : une traduction. Des adaptations du registre de la localisation sont parfois nécessaires, mais les traductions ne devraient pas ajouter de contenu qui n’existe pas dans le texte original en anglais. Si des informations venaient à manquer, merci de l’ajouter au texte anglophone au préalable.

How to translate

There is a lot of documentation on how to translate with the translate extension that we use here on the MediaWiki.

If you have any questions you can ask User:Paula. She will then find an answer and probably write something about that here.

How to edit the original/English/Source page

When a page is in translation you'll find tags like this <!--T:1--> in the source text. It's best to leave those alone. If you want to move a section of the content, move these tags along with it so the translations don't go missing.
❗️Never create one of these tags on your own❗️ they will be created automatically when User:Paula marks the edited page for translation.

How to make a page translatable

To prepare a page for translation you need to put <languages/> on the very top of the page and put at least one set of translation tags (<translate></translate>) in the text.
Always make sure there are as many <translate> tags as </translate> tags. Text within these tags can be translated, everything else will just be carried over to the translated page without being translated.
So ideally you'll only put actual text between the tags and other code, like {| which creates a table outside.
If you're using a template, Ideally you only put parameter-text in the tags, so e.g.: {{Infobox instance |position=float:right |name=ClimateJustice.social |file=Climate Justice server thumbnail.png
|about=<translate>Welcome to this official Fediverse instance<br> for climate justice activists.</translate>
|inception=2020-07-18 |founder=[[Fedizen:PaulaToThePeople|PaulaToThePeople]]
|green?={{yes|<translate>Yes, climate neutral</translate>}} |population=2.9k |platform=Mastodon}}