Skip to content
Open
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
5 changes: 3 additions & 2 deletions docs/de/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,9 @@ A Contact is an object with the following properties:
contact. It must be an email address of where the technical contact
can be directly reached; do NOT populate this key with mailing-lists
or generic contact points like “info@acme.inc”.
- ``phone`` - phone number (with international prefix). This has to be
a string.
- ``phone`` - phone number. It MUST include the international dialing
prefix, following the `E.164 <https://www.itu.int/rec/T-REC-E.164/en>`_
format (e.g., ``+3923113215112``). This has to be a string.
- ``affiliation`` - This key contains an explicit affiliation
information for the technical contact. In case of multiple
maintainers, this can be used to create a relation between each
Expand Down
4 changes: 3 additions & 1 deletion docs/fr/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,9 @@ Un Contact est un objet comportant les propriétés suivantes :

- ``name`` - **obligatoire** - Cette clé contient le nom complet d'un des contacts techniques. Ce doit être une personne physique ; NE PAS remplir cette clé avec des informations de contact génériques, relatives à des départements d'une entreprise, à une association, etc.
- ``email`` - Cette clé contient l'adresse e-mail du contact technique. Il s'agit de l'adresse e-mail à laquelle le contact technique peut être directement contacté ; NE PAS remplir cette clé avec une liste de diffusion ou des points de contact génériques tels que “info@acme.inc”.
- ``phone`` - le numéro de téléphone (précédé de l'indicatif téléphonique international). Il s'agit d'une chaîne de caractères.
- ``phone`` - le numéro de téléphone. Il DOIT inclure l'indicatif téléphonique
international, en suivant le format `E.164 <https://www.itu.int/rec/T-REC-E.164/en>`_
(ex. ``+3923113215112``). Il s'agit d'une chaîne de caractères.
- ``affiliation`` - Cette clé contient une information explicite quant à l'affiliation du contact technique. Dans le cas où il y aurait plusieurs entités maintenant le logiciel, cette clé peut être utilisée pour créer une relation entre chaque contact technique et chaque entité maintenant le logiciel. Elle peut contenir, par exemple, le nom d'une entreprise, le nom d'une association, etc.

Organisation
Expand Down
5 changes: 3 additions & 2 deletions docs/it/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,9 @@ Un Contatto è un oggetto con le seguenti proprietà:
tecnico. Deve essere un indirizzo email per il contatto diretto con
il tecnico; NON popolare questa chiave con mailing-list o punti di
contatto generico tipo “info@acme.inc”.
- ``phone`` - Numero telefonico (con prefisso internazionale). Questa chiave
deve essere una stringa.
- ``phone`` - Numero telefonico. DEVE includere il prefisso internazionale,
seguendo il formato `E.164 <https://www.itu.int/rec/T-REC-E.164/en>`_
(es. ``+3923113215112``). Questa chiave deve essere una stringa.
- ``affiliation`` - Questa chiave contiene informazioni esplicite sui
contatti tecnici. Nel caso esistano diversi maintainer, questa chiave
può essere usata per creare relazioni tra diversi contatti tecnici e
Expand Down
5 changes: 3 additions & 2 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,9 @@ A Contact is an object with the following properties:
contact. It must be an email address of where the technical contact
can be directly reached; do NOT populate this key with mailing-lists
or generic contact points like “info@acme.inc”.
- ``phone`` - phone number (with international prefix). This has to be
a string.
- ``phone`` - phone number. It MUST include the international dialing
prefix, following the `E.164 <https://www.itu.int/rec/T-REC-E.164/en>`_
format (e.g., ``+3923113215112``). This has to be a string.
- ``affiliation`` - This key contains an explicit affiliation
information for the technical contact. In case of multiple
maintainers, this can be used to create a relation between each
Expand Down