Skip to content

Commit 0fb8210

Browse files
author
fiorella
committed
Continue Fr translation: legal section
1 parent 30b64e9 commit 0fb8210

1 file changed

Lines changed: 34 additions & 62 deletions

File tree

docs/fr/schema.core.rst

Lines changed: 34 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ Clé ``description/[lang]/awards``
550550
'''''''''''''''''''''''''''''''''
551551

552552
- Type: array of strings
553-
- Preéence: optionelle
553+
- Présence: optionelle
554554

555555
Une liste des récompenses obtenues par le logiciel.
556556

@@ -560,7 +560,7 @@ Section ``legal``
560560
Clé ``legal/license``
561561
'''''''''''''''''''''
562562

563-
- Type: chaînes de caractères
563+
- Type: chaîne de caractères
564564
- Présence: obligatoire
565565
- Exemple: ``"AGPL-3.0-or-later"``
566566

@@ -577,96 +577,68 @@ Clé ``legal/mainCopyrightOwner``
577577
- Présence: optionelle
578578
- Exemple: ``"City of Amsterdam"``
579579

580-
This string describes the entity that owns the copyright on “most” of
581-
the code in the repository. Normally, this is the line that is reported
582-
with the copyright symbol at the top of most files in the repo.
580+
Cette chaîne décrit l'entité qui détient les droits d'auteur sur la "majorité" du code du dépôt. Normallement, il s'agit de la ligne affichée avec le symbole du *copyright* et située au début de la plupart des fichiers du dépôt.
583581

584-
It is possible to list multiple owners if required so, using an English
585-
sentence. It is also possible to informally refer to a community of
586-
group of people like “Linus Torvalds and all Linux contributors”.
582+
Il est possible de lister plusieurs propriétaires si nécessaire, en utilisant une phrase en anglais. Il est également possible de faire référence à une communauté ou à un groupe de personnes tel que "Linus Torvalds et tous les contributeurs Linux".
587583

588-
In case it is not possible to name a main copyright owner, it is
589-
possible to omit this key; in those cases, if the repo has a authors
590-
file, you can point to it through ``legal/authorsFile``.
584+
S'il est impossible d'identifier le principal détenteur du droit d'auteur, il est possible d'omettre cette clé. Dans ce cas, si le dépôt a un fichier contenant le nom des auteurs, il est possible de pointer vers ce fichier via ``legal/authorsFile`` (voir ci-dessous).
591585

592-
Key ``legal/repoOwner``
586+
Clé ``legal/repoOwner``
593587
'''''''''''''''''''''''
594588

595-
- Type: string
596-
- Presence: optional
597-
- Example: ``"City of Amsterdam"``
589+
- Type: chaîne de caractères
590+
- Présence: optionelle
591+
- Exemple: ``"City of Amsterdam"``
598592

599-
This string describes the entity that owns this repository; this might
600-
or might not be the same entity who owns the copyright on the code
601-
itself. For instance, in case of a fork of the original software, the
602-
``repoOwner`` is probably different from the ``mainCopyrightOwner``.
593+
Cette clé décrit l'entité propriétaire du dépôt. Il peut s'agir (ou non) de la même entité qui détient le droit d'auteur sur le code. Par exemple, dans le cas d'un logiciel fourché, le ``repoOwner`` est probablement différent du ``mainCopyrightOwner``.
603594

604-
Key ``legal/authorsFile``
595+
Clé ``legal/authorsFile``
605596
'''''''''''''''''''''''''
606597

607-
- Type: string (path to file)
608-
- Presence: optional
609-
- Example: ``"doc/AUTHORS.txt"``
598+
- Type: chaîne de caractères (chemin du fichier)
599+
- Présence: optionelle
600+
- Exemple: ``"doc/AUTHORS.txt"``
610601

611-
Some open-source software adopt a convention of identify the copyright
612-
holders through a file that lists all the entities that own the
613-
copyright. This is common in projects strongly backed by a community
614-
where there are many external contributors and no clear single/main
615-
copyright owner. In such cases, this key can be used to refer to the
616-
authors file, using a path relative to the root of the repository.
602+
Certains logiciels au code source ouvert adoptent une convention qui identifie les détenteurs du droit d'auteur via un fichier répertoriant toutes les entités titulaires du droit d'auteur. Il s'agit d'une pratique courante dans le cadre de projets fortement soutenus par une communauté où il y a de nombreux contributeurs externes et pas de titulaires du droit d'auteur unique / principal. Dans ce cas, cette clé peut être utilisée pour faire référence au fichier *authors* susmentionné, en utilisant un chemin relatif vers la racine du dépôt.
617603

618604
Section ``maintenance``
619605
~~~~~~~~~~~~~~~~~~~~~~~
620606

621-
This section provides information on the maintenance status of the
622-
software, useful to evaluate whether the software is actively developed
623-
or not.
607+
Cette section contient des informations sur l'état de maintenance du logiciel, utile pour évaluer si le logiciel est activement développé.
624608

625-
Key ``maintenance/type``
609+
Clé ``maintenance/type``
626610
''''''''''''''''''''''''
627611

628612
- Type: enumerate
629-
- Presence: mandatory
630-
- Values: ``"internal"``, ``"contract"``, ``"community"``, ``"none"``
613+
- Présence: obligatoire
614+
- Valeurs: ``"internal"``, ``"contract"``, ``"community"``, ``"none"``
631615

632-
This key describes how the software is currently maintained.
616+
Cette clé décrit la manière dont le logiciel est maintenu.
633617

634-
- ``internal`` - means that the software is internally maintained by the
635-
repository owner;
636-
- ``contract`` - means that there is a commercial
637-
contract that binds an entity to the maintenance of the software;
638-
- ``community`` - means that the software is currently maintained by one
639-
or more people that donate their time to the project;
640-
- ``none`` - means that the software is not actively maintained.
618+
- ``internal`` - siginifie que le logiciel est maintenu en interne par le propriétaire du dépôt ;
619+
- ``contract`` - signifie qu'il existe un contrat commercial liant une entité à la maintenance du logiciel ;
620+
- ``community`` - signifie que le logiciel est actuellement maintenu par une ou plusieurs personnes qui donnent de leur temps au projet ;
621+
- ``none`` - signifie que le logiciel n'est pas maintenu de façon active.
641622

642-
Key ``maintenance/contractors``
623+
Clé ``maintenance/contractors``
643624
'''''''''''''''''''''''''''''''
644625

645-
- Type: array of Contractor (see below)
646-
- Presence: mandatory (if ``maintenance/type`` **is** ``contract``)
626+
- Type: array of Contractor (voir ci-dessous)
627+
- Présence: obligatoire (si ``maintenance/type`` **est** ``contract``)
647628

648-
This key describes the entity or entities, if any, that are currently
649-
contracted for maintaining the software. They can be companies,
650-
organizations, or other collective names.
629+
Cette clé décrit la ou les entités actuellement sous contrat pour la maintenance du logiciel. Il peut s'agir d'entreprises, d'orgnisations ou d'autres collectifs.
651630

652-
Key ``maintenance/contacts``
631+
Clé ``maintenance/contacts``
653632
''''''''''''''''''''''''''''
654633

655-
- Type: List of Contacts (see below)
656-
- Presence: mandatory (if ``maintenance/type`` **is** ``internal`` or ``community``)
634+
- Type: Liste des Contacts (voir ci-desous)
635+
- Présence: obligatoire (si ``maintenance/type`` **est** ``internal`` ou ``community``)
657636

658-
One or more contacts maintaining this software.
637+
Un ou plusieurs contacts assurant la maintenance du logiciel.
659638

660-
This key describes the technical people currently responsible for
661-
maintaining the software. All contacts need to be a physical person, not
662-
a company or an organisation. If somebody is acting as a representative
663-
of an institution, it must be listed within the ``affiliation`` of the
664-
contact.
639+
Cette clé décrit les personnes techniques responsable de la maintenance du logiciel. Chaque contact doit être une personne physique et non une entrerpise ou une organisation. Si un contact agit comme représentant d'une institution, ce rapport doit être explicité à l'aide de la clé ``affiliation`` du contact (voir ci-desssous).
665640

666-
In case of a commercial agreement (or a chain of such agreements),
667-
specify the final entities actually contracted to deliver the
668-
maintenance. Do not specify the software owner unless it is technically
669-
involved with the maintenance of the product as well.
641+
Dans le cas d'un accord commercial (ou d'une série d'accords semblables), il est nécessaire de spécifier les entités finales sous contrat, en charge de la maintenance du logiciel. Ne mentionné pas le propriétaire du logiciel, sauf s'il est techniquement impliqué dans la maintenance du produit.
670642

671643
Section ``localisation``
672644
~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)