Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/de/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ Key ``maintenance/contractors``
'''''''''''''''''''''''''''''''

- Type: array of Contractor (see below)
- Presence: mandatory (if ``maintenance/type`` **is** ``contract``)
- Presence: mandatory if ``maintenance/type`` **is** ``contract``; must not be present otherwise

This key describes the entity or entities, if any, that are currently
contracted for maintaining the software. They can be companies,
Expand All @@ -622,7 +622,7 @@ Key ``maintenance/contacts``
''''''''''''''''''''''''''''

- Type: List of Contacts (see below)
- Presence: mandatory (if ``maintenance/type`` **is** ``internal`` or ``community``)
- Presence: mandatory if ``maintenance/type`` **is** ``internal`` or ``community``; optional otherwise

One or more contacts maintaining this software.

Expand Down
4 changes: 2 additions & 2 deletions docs/fr/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -625,15 +625,15 @@ Clé ``maintenance/contractors``
'''''''''''''''''''''''''''''''

- Type: array of Contractor (voir ci-dessous)
- Présence: obligatoire (si ``maintenance/type`` **est** ``contract``)
- Présence: obligatoire si ``maintenance/type`` **est** ``contract``; ne doit pas être présent dans les autres cas

Cette clé décrit la ou les entités actuellement sous contrat pour la maintenance du logiciel. Il peut s'agir d'entreprises, d'organisations ou d'autres collectifs.

Clé ``maintenance/contacts``
''''''''''''''''''''''''''''

- Type: Liste des Contacts (voir ci-dessous)
- Présence: obligatoire (si ``maintenance/type`` **est** ``internal`` ou ``community``)
- Présence: obligatoire si ``maintenance/type`` **est** ``internal`` ou ``community``; facultatif dans les autres cas

Un ou plusieurs contacts assurant la maintenance du logiciel.

Expand Down
4 changes: 2 additions & 2 deletions docs/it/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ Chiave ``maintenance/contractors``
''''''''''''''''''''''''''''''''''

- Tipo: array di Contractor (vedi sotto)
- Presenza: obbligatoria (se ``maintenance/type`` **è** ``contract``)
- Presenza: obbligatoria se ``maintenance/type`` **è** ``contract``; non deve essere presente negli altri casi

Questa chiave descrive l’entità o le entità, se ce ne sono, che
attualmente hanno un contratto di manutenzione del software. Queste
Expand All @@ -664,7 +664,7 @@ Chiave ``maintenance/contacts``
'''''''''''''''''''''''''''''''

- Tipo: Lista di Contatti (vedi sotto)
- Presenza: obbligatoria (se ``maintenance/type`` **è** ``internal`` oppure ``community``)
- Presenza: obbligatoria se ``maintenance/type`` **è** ``internal`` oppure ``community``; opzionale negli altri casi

Uno o più contatti di chi sta mantenendo il software.

Expand Down
4 changes: 2 additions & 2 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ Key ``maintenance/contractors``
'''''''''''''''''''''''''''''''

- Type: array of Contractor (see below)
- Presence: mandatory (if ``maintenance/type`` **is** ``contract``)
- Presence: mandatory if ``maintenance/type`` **is** ``contract``; must not be present otherwise

This key describes the entity or entities, if any, that are currently
contracted for maintaining the software. They can be companies,
Expand All @@ -624,7 +624,7 @@ Key ``maintenance/contacts``
''''''''''''''''''''''''''''

- Type: List of Contacts (see below)
- Presence: mandatory (if ``maintenance/type`` **is** ``internal`` or ``community``)
- Presence: mandatory if ``maintenance/type`` **is** ``internal`` or ``community``; optional otherwise

One or more contacts maintaining this software.

Expand Down