Skip to content

Commit

Permalink
Issue #3896 - First translated message drop and translation message f…
Browse files Browse the repository at this point in the history
…or 3Q2023

Signed-off-by: Le Zhang <[email protected]>
  • Loading branch information
LiilyZhang committed Sep 8, 2023
1 parent e52b91d commit 79f080a
Show file tree
Hide file tree
Showing 36 changed files with 12,642 additions and 969 deletions.
827 changes: 765 additions & 62 deletions cli/locales/de/messages.gotext.json

Large diffs are not rendered by default.

825 changes: 764 additions & 61 deletions cli/locales/es/messages.gotext.json

Large diffs are not rendered by default.

825 changes: 764 additions & 61 deletions cli/locales/fr/messages.gotext.json

Large diffs are not rendered by default.

827 changes: 765 additions & 62 deletions cli/locales/it/messages.gotext.json

Large diffs are not rendered by default.

827 changes: 765 additions & 62 deletions cli/locales/ja/messages.gotext.json

Large diffs are not rendered by default.

825 changes: 764 additions & 61 deletions cli/locales/ko/messages.gotext.json

Large diffs are not rendered by default.

825 changes: 764 additions & 61 deletions cli/locales/pt-BR/messages.gotext.json

Large diffs are not rendered by default.

825 changes: 764 additions & 61 deletions cli/locales/zh-CN/messages.gotext.json

Large diffs are not rendered by default.

825 changes: 764 additions & 61 deletions cli/locales/zh-TW/messages.gotext.json

Large diffs are not rendered by default.

80 changes: 72 additions & 8 deletions i18n_translation/translated/anax.out.gotext_de.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@
"id": "User must be specified in the API path",
"translation": "Der Benutzer muss im API-Pfad angegeben werden."
},
{
"id": "Node must be specified in the API path",
"translation": "Knoten muss im API-Pfad angegeben sein"
},
{
"id": "Error checking secret {FullSecretName} in the secret manager.",
"translation": "Fehler beim Überprüfen des geheimen Schlüssels {FullSecretName} im Manager für geheime Schlüssel."
Expand Down Expand Up @@ -467,14 +471,6 @@
"id": "Error converting the selections into Selectors: {Err}",
"translation": "Fehler beim Umwandeln der Auswahlen in Selektoren: {Err}."
},
{
"id": "Name, or Org is empty string.",
"translation": "Der Name oder die Organisation ist eine leere Zeichenfolge."
},
{
"id": "The serviceVersions array is empty.",
"translation": "Das Array für die Serviceversionen (serviceVersions) ist leer."
},
{
"id": "properties contains an invalid property: {Err}",
"translation": "Eigenschaften enthalten ungültige Eigenschaft: {Err}"
Expand All @@ -483,6 +479,14 @@
"id": "The property {PROPSVCPRIVILEGED} must have a boolean value (true or false).",
"translation": "Die Eigenschaft {PROPSVCPRIVILEGED} muss einen booleschen Wert haben ('true' oder 'false')."
},
{
"id": "Failed to get constraint with name {PROPNODEK8SNAMESPACE}, error: {Err}",
"translation": "Abrufen der Randbedingung mit dem Namen {PROPNODEK8SNAMESPACE}fehlgeschlagen; Fehler: {Err}"
},
{
"id": "kubernetesNamespace defined in the constraint {Newconstr} is different from the clusterNamespace '{ClusterNSInPolicy}' specified in the deployment policy, the policy might result in no service deployments",
"translation": "Der kubernetesNamespace, der in der Randbedingung {Newconstr}definiert ist, deckt sich nicht mit dem clusterNamespace '{ClusterNSInPolicy}', der in der Bereitstellungsrichtlinie angegeben ist. Möglicherweise führt die Richtlinie zu keinen Servicebereitstellungen."
},
{
"id": "Node heartbeat failed for node {Arg_1}/{Arg_2}. Error: {Arg_3}",
"translation": "Heartbeat des Knotens für Knoten {Arg_1}/{Arg_2} fehlgeschlagen. Fehler: {Arg_3}"
Expand Down Expand Up @@ -991,6 +995,22 @@
"id": "failed to unmarshal json for deployment field {StringjsonBytes}: {Err}",
"translation": "Unmarshalling der JSON-Datei für Bereitstellungsfeld {StringjsonBytes} fehlgeschlagen: {Err}"
},
{
"id": "failed to unmarshal json for cluster deployment field {StringjsonBytes}: {Err}",
"translation": "Ausführung von Unmarshalling von JSON für Clusterbereitstellungsfeld {StringjsonBytes}ist fehlgeschlagen: {Err}"
},
{
"id": "Invalid data presented in the cluster deployment field: {TempInterf}",
"translation": "Das Clusterbereitstellungsfeld weist ungültige Daten auf: {TempInterf}"
},
{
"id": "The metadata attribute in the cluster deployment has wrong format.",
"translation": "Das Metadatenattribut in der Clusterbereitstellung weist das falsche Format auf."
},
{
"id": "Failed to get the namespace from the Kube operator. {Err}",
"translation": "Der Namensbereich konnte nicht vom Kube-Operator abgerufen werden. {Err}"
},
{
"id": "user input {Name} has no default value and is not set",
"translation": "Benutzereingabe {Name} weist keinen Standardwert auf und ist nicht definiert."
Expand Down Expand Up @@ -1079,6 +1099,34 @@
"id": "Service does not have cluster deployment configuration for node type 'cluster'.",
"translation": "Der Service hat keine Clusterbereitstellungskonfiguration für den Knotentyp 'cluster'."
},
{
"id": "The input node's cluster namespace '{NodeNamespace}' does not match the node's cluster namespace '{ExchNodeNamespace}' from the exchange {NodeId}.",
"translation": "Der Clusternamensbereich '{NodeNamespace}' des Eingabeknotens stimmt nicht mit dem Clusternamensbereich '{ExchNodeNamespace}' des Knotens aus Exchange {NodeId}überein."
},
{
"id": "The input node's scope '{NodeIsNamespaceScope}' does not match the node's scope '{ExchNodeIsNamespaceScope}' from the exchange {NodeId}.",
"translation": "Der Bereich '{NodeIsNamespaceScope}' des Eingabeknotens stimmt nicht mit dem Bereich '{ExchNodeIsNamespaceScope}' des Knotens von Exchange {NodeId}überein."
},
{
"id": "The namespace '{DeployerNamespace}' specified in the deployment policy or pattern does not match the namespace of the agent: '{NodeNamespace}'",
"translation": "Der in der Bereitstellungsrichtlinie oder im Bereitstellungsmuster angegebene Namensbereich '{DeployerNamespace}' deckt sich nicht mit dem Namensbereich des Agenten: '{NodeNamespace}'."
},
{
"id": "Failed to get cluster deployment from the service. {Err}",
"translation": "Abrufen der Clusterbereitstellung aus dem Service fehlgeschlagen. {Err}"
},
{
"id": "The namespace '{SvcNamespace}' specified in the service does not match the namespace of the agent: '{NodeNamespace}'. Please overwrite it in the deployment policy or pattern.",
"translation": "Der im Service angegebene Namensbereich '{SvcNamespace}' deckt sich nicht mit dem Namensbereich des '{NodeNamespace}' des Agenten. Überschreiben Sie ihn in der Bereitstellungsrichtlinie oder im -muster."
},
{
"id": "The namespace '{PatternNamespace}' specified in the pattern '{PatternId}' is empty or does not match the namespace of the namespace scoped agent: '{NodeNamespace}'. Namespace scoped agent is only compatible with pattern that has the same namespace with agent.",
"translation": "Der im Muster '{PatternId}' angegebene Namensbereich '{PatternNamespace}' ist leer oder deckt sich nicht mit dem Namensbereich des namensbereichsorientierten Agenten: '{NodeNamespace}'. Der namensbereichsorienterte Agent ist nur mit Mustern kompatibel, die denselben Namensbereich wie der Agent haben."
},
{
"id": "The Cluster namespace specified in the pattern '{PatternId}' is {PatternNamespace}, only pattern with empty cluster namespace can be registered for cluster scoped agent",
"translation": "Der Clusternamensbereich, der im Muster '{PatternId}' angegeben ist, lautet {PatternNamespace}. Für clusterbereichsorientierte Agenten können nur Muster mit leerem Clusternamensbereich registriert werden"
},
{
"id": "Unable to create version expression from {VersionRange}. {Err}",
"translation": "Der Versionsausdruck kann nicht aus {VersionRange} erstellt werden. {Err}"
Expand All @@ -1103,6 +1151,10 @@
"id": "Policy Incompatible",
"translation": "Richtlinie nicht kompatibel"
},
{
"id": "{Err1}",
"translation": "{Err1}"
},
{
"id": "Architecture does not match.",
"translation": "Die Architektur stimmt nicht überein."
Expand Down Expand Up @@ -1343,6 +1395,10 @@
"id": "The node organization must be provided.",
"translation": "Die Knotenorganisation muss angegeben werden."
},
{
"id": "Secret {VaultSecretName} does not exist in the secret manager for either org level or user level.",
"translation": "Der geheime Schlüssel {VaultSecretName} ist in Secret Manager weder auf Organisationsebene noch auf Benutzerebene vorhanden."
},
{
"id": "Error parsing secret name in the secret binding. {Errparse}",
"translation": "Fehler beim Parsing des Namens des geheimen Schlüssels in der Bindung des geheimen Schlüssels. {Errparse}"
Expand Down Expand Up @@ -1955,6 +2011,14 @@
"id": "Node management status for {Arg_1} changed to {Arg_2}.",
"translation": "Der Knotenmanagementstatus für {Arg_1} wurde in {Arg_2} geändert."
},
{
"id": "Node management status for {Arg_1} changed to {Arg_2}. Error message: {Arg_3}",
"translation": "Der Knotenmanagementstatus für {Arg_1} wurde in {Arg_2} geändert. Fehlernachricht: {Arg_3}"
},
{
"id": "Removing node management status for {Arg_1}.",
"translation": "Der Knotenmanagementstatus für {Arg_1}wird entfernt."
},
{
"id": "Compatibility Error: Schema versions are not the same, Consumer policy: {Version}, Producer policy {Version_1}",
"translation": "Kompatibilitätsfehler: Sie Schemaversionen sind nicht identisch. Nutzerrichtlinie: {Version}, Produzentenrichtlinie: {Version_1}"
Expand Down
80 changes: 72 additions & 8 deletions i18n_translation/translated/anax.out.gotext_es.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@
"id": "User must be specified in the API path",
"translation": "El usuario debe especificarse en la vía de acceso de API"
},
{
"id": "Node must be specified in the API path",
"translation": "El nodo tiene que estar especificado en la ruta de API"
},
{
"id": "Error checking secret {FullSecretName} in the secret manager.",
"translation": "Error al comprobar el secreto {FullSecretName} en el gestor de secretos."
Expand Down Expand Up @@ -467,14 +471,6 @@
"id": "Error converting the selections into Selectors: {Err}",
"translation": "Se ha producido un error al convertir las seleccione en selectores: {Err}"
},
{
"id": "Name, or Org is empty string.",
"translation": "El nombre o la organización es una serie vacía."
},
{
"id": "The serviceVersions array is empty.",
"translation": "La matriz serviceVersions está vacía."
},
{
"id": "properties contains an invalid property: {Err}",
"translation": "Las propiedades contienen una propiedad no válida: {Err}"
Expand All @@ -483,6 +479,14 @@
"id": "The property {PROPSVCPRIVILEGED} must have a boolean value (true or false).",
"translation": "La propiedad {PROPSVCPRIVILEGED} debe tener un valor booleano (true o false)."
},
{
"id": "Failed to get constraint with name {PROPNODEK8SNAMESPACE}, error: {Err}",
"translation": "No se ha podido obtener la restricción con el nombre {PROPNODEK8SNAMESPACE}, error: {Err}"
},
{
"id": "kubernetesNamespace defined in the constraint {Newconstr} is different from the clusterNamespace '{ClusterNSInPolicy}' specified in the deployment policy, the policy might result in no service deployments",
"translation": "El kubernetesNamespace definido en la restricción {Newconstr} es diferente del clusterNamespace '{ClusterNSInPolicy}' especificado en la política de despliegue; la política podría resultar en que no haya despliegues de servicio"
},
{
"id": "Node heartbeat failed for node {Arg_1}/{Arg_2}. Error: {Arg_3}",
"translation": "La pulsación de nodo ha fallado para el nodo {Arg_1}/{Arg_2}. Error: {Arg_3}"
Expand Down Expand Up @@ -991,6 +995,22 @@
"id": "failed to unmarshal json for deployment field {StringjsonBytes}: {Err}",
"translation": "No se ha podido desordenar json para el campo de despliegue {StringjsonBytes}: {Err}"
},
{
"id": "failed to unmarshal json for cluster deployment field {StringjsonBytes}: {Err}",
"translation": "No se ha podido deserializar el JSON del campo de despliegue de clúster {StringjsonBytes}: {Err}"
},
{
"id": "Invalid data presented in the cluster deployment field: {TempInterf}",
"translation": "Datos no válidos presentados en el campo de despliegue de clúster: {TempInterf}"
},
{
"id": "The metadata attribute in the cluster deployment has wrong format.",
"translation": "El atributo de metadatos en el despliegue de clúster tiene un formato incorrecto."
},
{
"id": "Failed to get the namespace from the Kube operator. {Err}",
"translation": "No se ha podido obtener el espacio de nombres del operador de Kube. {Err}"
},
{
"id": "user input {Name} has no default value and is not set",
"translation": "La entrada de usuario {Name} no tiene ningún valor predeterminado y no está establecida"
Expand Down Expand Up @@ -1079,6 +1099,34 @@
"id": "Service does not have cluster deployment configuration for node type 'cluster'.",
"translation": "El servicio no tiene una configuración de despliegue de clúster para el tipo de nodo 'cluster'."
},
{
"id": "The input node's cluster namespace '{NodeNamespace}' does not match the node's cluster namespace '{ExchNodeNamespace}' from the exchange {NodeId}.",
"translation": "El espacio de nombres de clúster del nodo de entrada '{NodeNamespace}' no coincide con el espacio de nombres de clúster del nodo '{ExchNodeNamespace}' de Exchange {NodeId}."
},
{
"id": "The input node's scope '{NodeIsNamespaceScope}' does not match the node's scope '{ExchNodeIsNamespaceScope}' from the exchange {NodeId}.",
"translation": "El ámbito del nodo de entrada '{NodeIsNamespaceScope}' no coincide con el ámbito del nodo '{ExchNodeIsNamespaceScope}' de Exchange {NodeId}."
},
{
"id": "The namespace '{DeployerNamespace}' specified in the deployment policy or pattern does not match the namespace of the agent: '{NodeNamespace}'",
"translation": "El espacio de nombres '{DeployerNamespace}' especificado en el patrón o política de despliegue no coincide con el espacio de nombres del agente: '{NodeNamespace}'"
},
{
"id": "Failed to get cluster deployment from the service. {Err}",
"translation": "No se ha podido obtener el despliegue de clúster del servicio. {Err}"
},
{
"id": "The namespace '{SvcNamespace}' specified in the service does not match the namespace of the agent: '{NodeNamespace}'. Please overwrite it in the deployment policy or pattern.",
"translation": "El espacio de nombres '{SvcNamespace}' especificado en el servicio no coincide con el espacio de nombres del agente: '{NodeNamespace}'. Sobrescríbalo en el patrón o política de despliegue."
},
{
"id": "The namespace '{PatternNamespace}' specified in the pattern '{PatternId}' is empty or does not match the namespace of the namespace scoped agent: '{NodeNamespace}'. Namespace scoped agent is only compatible with pattern that has the same namespace with agent.",
"translation": "El espacio de nombres '{PatternNamespace}' especificado en el patrón '{PatternId}' está vacío o no coincide con el espacio de nombres del agente con ámbito de espacio de nombres: '{NodeNamespace}'. El agente con ámbito de espacio de nombres sólo es compatible con un patrón que tenga el mismo espacio de nombres que el agente."
},
{
"id": "The Cluster namespace specified in the pattern '{PatternId}' is {PatternNamespace}, only pattern with empty cluster namespace can be registered for cluster scoped agent",
"translation": "El espacio de nombres de clúster especificado en el patrón '{PatternId}' es {PatternNamespace}; solo se puede registrar un patrón con espacio de nombres de clúster vacío para el agente con ámbito de clúster"
},
{
"id": "Unable to create version expression from {VersionRange}. {Err}",
"translation": "No se puede crear la expresión de versión de {VersionRange}. {Err}"
Expand All @@ -1103,6 +1151,10 @@
"id": "Policy Incompatible",
"translation": "Política incompatible"
},
{
"id": "{Err1}",
"translation": "{Err1}"
},
{
"id": "Architecture does not match.",
"translation": "La arquitectura no coincide."
Expand Down Expand Up @@ -1343,6 +1395,10 @@
"id": "The node organization must be provided.",
"translation": "Se debe proporcionar la organización del nodo."
},
{
"id": "Secret {VaultSecretName} does not exist in the secret manager for either org level or user level.",
"translation": "El secreto {VaultSecretName} no existe en el gestor de secretos ni a nivel de organización ni de usuario."
},
{
"id": "Error parsing secret name in the secret binding. {Errparse}",
"translation": "Error al analizar el nombre del secreto en el enlace de secreto. {Errparse}"
Expand Down Expand Up @@ -1955,6 +2011,14 @@
"id": "Node management status for {Arg_1} changed to {Arg_2}.",
"translation": "El estado de gestión de nodos de {Arg_1} ha cambiado a {Arg_2}."
},
{
"id": "Node management status for {Arg_1} changed to {Arg_2}. Error message: {Arg_3}",
"translation": "El estado de gestión de nodos de {Arg_1} ha cambiado a {Arg_2}. Mensaje de error: {Arg_3}"
},
{
"id": "Removing node management status for {Arg_1}.",
"translation": "Eliminando el estado de gestión de nodos de {Arg_1}."
},
{
"id": "Compatibility Error: Schema versions are not the same, Consumer policy: {Version}, Producer policy {Version_1}",
"translation": "Error de compatibilidad: las versiones de esquema no son iguales, política de consumidor: {Version}, política de productor {Version_1}"
Expand Down
Loading

0 comments on commit 79f080a

Please sign in to comment.