Units API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/units/14448679/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://l10n.opensuse.org/api/translations/yast-cluster/master/fr/?format=api",
    "source": [
        "<p><b><big>IP Version</big></b><br>Specifies version of IP to use for communication. Value can be one of ipv4 or ipv6. Default (if unspecified) is ipv4.<br></p>\n<p><b><big>Bind Network Address</big></b><br>This  specifies  the  address which the corosync executive should bind.  This address should always end in  zero.   If  the  totem traffic  should  be routed over 192.168.5.92, set bindnetaddr to 192.168.5.0.<br>This may also be an IPV6 address, in which case IPV6  networking will  be used.  In this case, the full address must be specified and there is no automatic selection  of  the  network  interface within a specific subnet as with IPv4. If IPv6 networking is used, the nodeid field must be specified.<br></p>\n<p><b><big>Multicast Address</big></b><br>This is the multicast address used by  corosync  executive.   The default  should work for most networks, but the network administrator should be queried  about  a  multicast  address  to  use.  Avoid 224.x.x.x because this is a \"config\" multicast address.<br>This  may  also be an IPV6 multicast address, in which case IPV6 networking will be used.  If IPv6 networking is used, the nodeid field must be specified.</p>\n<p><b><big>Port</big></b><br>This  specifies  the UDP port number.  It is possible to use the same multicast address on a network with  the  corosync  services configured for different UDP ports.<br></p>\n<p><b><big>Member Address</big></b><br>This list specifies all the nodes in the cluster by IP address. This could be configurable when using udpu(Unicast). <br></p>\n<p><b><big>Node ID</big></b><br>This  configuration  option  is  optional  when  using  IPv4 and required when using IPv6.  This is a 32 bit value specifying the node identifier delivered to the cluster membership service.  If this is not specified with IPv4, the node id will be  determined from  the  32  bit  IP address the system to which the system is bound with ring identifier of 0.  The node identifier  value  of zero is reserved and should not be used.<br></p>\n<p><b><big>rrp_mode</big></b><br>This specifies the mode of redundant ring, which  may  be  none, active,  or  passive.   Active replication offers slightly lower latency from transmit to delivery in faulty network environments but  with less performance.  Passive replication may nearly double the speed of the totem  protocol  if  the  protocol  doesn't become  cpu bound.  The final option is none, in which case only one network interface will be used to operate the  totem  protocol.  If  only one interface directive is specified, none is automatically chosen.  If multiple interface directives  are  specified, only active or passive may be chosen.<br></p>\n<p><b><big>Cluster Name</big></b><br>This specifies the name of cluster and it's used for automatic generating of multicast address. Default is hacluster. For a geo cluster, each cluster must have a unique name.<br></p>\n<p><b><big>Expected votes</big></b><br>Expect vote number for voting quorum.  Will be automatically calculated when the nodelist {} section is present in corosync.conf (the list will be generated when using unicast transport) or can be specified in the quorum {} section (Expect votes should use the total node numble of the cluster). If Expected votes presents in unicast transport, the value will override the one automatically calculated. For safety, the Expected votes will be disabled once nodelist not empty, it's good for ignore the inappropriate Expected votes set.<br></p>\n<p><b><big>Auto Generate Node ID</big></b><br>Nodeid is required when using IPv6. Auto node ID enabled will generate nodeid automatically.<br></p>\n"
    ],
    "previous_source": "<p><b><big>IP Version</big></b><br>Specifies version of IP to use for communication. Value can be one of ipv4 or ipv6. Default (if unspecified) is ipv4.<br></p>\n<p><b><big>Bind Network Address</big></b><br>This  specifies  the  address which the openais executive should bind.  This address should always end in  zero.   If  the  totem traffic  should  be routed over 192.168.5.92, set bindnetaddr to 192.168.5.0.<br>This may also be an IPV6 address, in which case IPV6  networking will  be used.  In this case, the full address must be specified and there is no automatic selection  of  the  network  interface within a specific subnet as with IPv4. If IPv6 networking is used, the nodeid field must be specified.<br></p>\n<p><b><big>Multicast Address</big></b><br>This is the multicast address used by  openais  executive.   The default  should work for most networks, but the network administrator should be queried  about  a  multicast  address  to  use.  Avoid 224.x.x.x because this is a \"config\" multicast address.<br>This  may  also be an IPV6 multicast address, in which case IPV6 networking will be used.  If IPv6 networking is used, the nodeid field must be specified.</p>\n<p><b><big>Port</big></b><br>This  specifies  the UDP port number.  It is possible to use the same multicast address on a network with  the  openais  services configured for different UDP ports.<br></p>\n<p><b><big>Member Address</big></b><br>This list specifies all the nodes in the cluster by IP address. This could be configurable when using udpu(Unicast). <br></p>\n<p><b><big>Node ID</big></b><br>This  configuration  option  is  optional  when  using  IPv4 and required when using IPv6.  This is a 32 bit value specifying the node identifier delivered to the cluster membership service.  If this is not specified with IPv4, the node id will be  determined from  the  32  bit  IP address the system to which the system is bound with ring identifier of 0.  The node identifier  value  of zero is reserved and should not be used.<br></p>\n<p><b><big>rrp_mode</big></b><br>This specifies the mode of redundant ring, which  may  be  none, active,  or  passive.   Active replication offers slightly lower latency from transmit to delivery in faulty network environments but  with less performance.  Passive replication may nearly double the speed of the totem  protocol  if  the  protocol  doesn't become  cpu bound.  The final option is none, in which case only one network interface will be used to operate the  totem  protocol.  If  only one interface directive is specified, none is automatically chosen.  If multiple interface directives  are  specified, only active or passive may be chosen.<br></p>\n<p><b><big>Cluster Name</big></b><br>This specifies the name of cluster and it's used for automatic generating of multicast address. Default is hacluster. For a geo cluster, each cluster must have a unique name.<br></p>\n<p><b><big>Expected votes</big></b><br>Expect vote number for voting quorum.  Will be automatically calculated when the nodelist {} section is present in corosync.conf (the list will be generated when using unicast transport) or can be specified in the quorum {} section (Expect votes should use the total node numble of the cluster). If Expected votes presents in unicast transport, the value will override the one automatically calculated. For safety, the Expected votes will be disabled once nodelist not empty, it's good for ignore the inappropriate Expected votes set.<br></p>\n<p><b><big>Auto Generate Node ID</big></b><br>Nodeid is required when using IPv6. Auto node ID enabled will generate nodeid automatically.<br></p>\n",
    "target": [
        "<p><b><big>Version de l'IP</big></b><br>Spécifie la version de l'IP à utiliser pour la communication. La valeur peut être ipv4 ou ipv6. La valeur par défaut (si non spécifiée) est ipv4.<br></p>\n<p><b><big>Adresse réseau liée</big></b><br>Adresse que l'interpréteur de commande corosync doit lier. Cette adresse doit toujours se terminer par un zéro. Si le trafic du totem doit être routé sur 192.168.5.92, définissez bindnetaddr sur 192.168.5.0.<br>Il peut également s'agir d'une adresse IPV6, auquel cas la mise en réseau IPV6 sera utilisée. L'adresse complète doit alors être indiquée et il n'y a aucune sélection automatique de l'interface réseau au sein d'un sous-réseau spécifique tel que IPv4. Si la mise en réseau IPv6 est utilisée, le champ nodeid doit être renseigné.<br></p>\n<p><b><big>Adresse de multidiffusion</big></b><br>Adresse de multidiffusion utilisée par l'interpréteur de commande corosync. L'adresse par défaut devrait fonctionner sur la plupart des réseaux, mais vous devez contacter l'administrateur réseau pour savoir quelle adresse de multidiffusion utiliser. Évitez 224.x.x.x, car il s'agit d'une adresse de multidiffusion \"config\".<br>Il peut également s'agir d'une adresse IPV6, auquel cas la mise en réseau IPV6 sera utilisée et le champ nodeid devra être renseigné.</p>\n<p><b><big>Port</big></b><br>Numéro de port UDP. Il est possible d'utiliser la même adresse de multidiffusion sur un réseau avec les services corosync configurés pour différents ports UDP.<br></p>\n<p><b><big>Adresse du membre</big></b><br>Cette liste spécifie tous les noeuds du cluster par adresse IP. Il est possible de les configurer à l'aide d'udpu (monodiffusion). <br></p>\n<p><b><big>ID de noeud</big></b><br>Cette option de configuration est facultative avec la version IPv4 et obligatoire avec la version IPv6. Il s'agit d'une valeur à 32 bits indiquant l'identifiant du noeud fourni au service d'adhésion du cluster. Si cela n'est pas spécifié avec la version IPv4, l'ID de noeud sera déterminé à partir de l'adresse IP 32 bits du système auquel le système est lié avec un identificateur d'anneau de 0. La valeur zéro de l'identificateur de noeud est réservée et ne doit pas être utilisée.<br></p>\n<p><b><big>rrp_mode</big></b><br>Mode de l'anneau redondant, qui présente trois options : aucun, actif ou passif. La réplication active offre une latence légèrement inférieure de la transmission à la distribution dans des environnements réseau défectueux, mais avec des performances moindres. La réplication passive peut quasiment doubler la vitesse du protocole de totem si le protocole n'est pas lié au processeur. La dernière option est aucun, auquel cas une seule interface réseau sera utilisée pour faire fonctionner le protocole de totem. Si une seule interface doit être utilisée, l'option aucun est automatiquement sélectionnée. Si plusieurs interfaces peuvent être utilisées, seules les options actif et passif peuvent être sélectionnées.<br></p>\n<p><b><big>Nom du cluster</big></b><br>Indique le nom du cluster. Celui-ci est utilisé pour la génération automatique d'une adresse de multidiffusion. La valeur par défaut est hacluster. S'il s'agit d'un cluster géographique, chaque cluster doit avoir un nom unique.<br></p>\n<p><b><big>Nombre minimum de votes</big></b><br>Nombre minimum de votes nécessaires pour constituer le quorum. Ce chiffre est calculé automatiquement lorsque la section nodelist {} est présente dans le fichier de configuration corosync.conf (la liste est générée lors de l'utilisation du transport de monodiffusion) ou peut être spécifié dans la section quorum {} (l'option Nombre minimum de votes doit utiliser le nombre total de noeuds du cluster). Si l'option Nombre minimum de votes est présente dans le transport de monodiffusion, la valeur remplacera celle qui est calculée automatiquement. Pour des raisons de sécurité, le champ Nombre minimum de votes est désactivé lorsque la section nodelist n'est pas vide. Il est préférable d'ignorer la valeur Nombre minimum de votes incorrecte définie.<br></p>\n<p><b><big>Générer automatiquement l'ID de noeud</big></b><br>Le champ nodeid doit être renseigné lors de l'utilisation du protocole IPv6. Si cette option est activée, le champ nodeid sera généré automatiquement.<br></p>\n"
    ],
    "id_hash": 3081110394975739161,
    "content_hash": 3081110394975739161,
    "location": "src/include/cluster/helps.rb:35",
    "context": "",
    "note": "All helps are here",
    "flags": "",
    "labels": [],
    "state": 30,
    "fuzzy": false,
    "translated": true,
    "approved": true,
    "position": 117,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 519,
    "source_unit": "https://l10n.opensuse.org/api/units/14448657/?format=api",
    "priority": 100,
    "id": 14448679,
    "web_url": "https://l10n.opensuse.org/translate/yast-cluster/master/fr/?checksum=aac24d946e4add19",
    "url": "https://l10n.opensuse.org/api/units/14448679/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-04-03T20:19:50.075353Z"
}