Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: zhangl <zhangl@us.ibm.com>
  • Loading branch information
LiilyZhang committed Apr 10, 2024
1 parent d9fb9e0 commit 3834dec
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 44 deletions.
174 changes: 152 additions & 22 deletions cli/locales/fr/messages.gotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,30 @@
],
"fuzzy": true
},
{
"id": "Name, or Org is empty string.",
"message": "Name, or Org is empty string.",
"translation": "Le nom ou l'organisation est une chaîne vide.",
"fuzzy": true
},
{
"id": "The serviceVersions array is empty.",
"message": "The serviceVersions array is empty.",
"translation": "Le tableau serviceVersions est vide.",
"fuzzy": true
},
{
"id": "retry_durations and retries cannot be zero if priority_value is set to non-zero value",
"message": "retry_durations and retries cannot be zero if priority_value is set to non-zero value",
"translation": "retry_durations et retries ne peuvent pas être égales à zéro si priority_value est défini sur une valeur différente de zéro",
"fuzzy": true
},
{
"id": "retry_durations, retries and verified_durations cannot be non-zero value if priority_value is zero or not set",
"message": "retry_durations, retries and verified_durations cannot be non-zero value if priority_value is zero or not set",
"translation": "retry_durations, retries et verified_durations ne peuvent pas avoir une valeur différente de zéro si priority_value est égale à zéro ou n'est pas définie",
"fuzzy": true
},
{
"id": "properties contains an invalid property: {Err}",
"message": "properties contains an invalid property: {Err}",
Expand Down Expand Up @@ -17201,6 +17225,38 @@
],
"fuzzy": true
},
{
"id": "failed to unmarshal ClusterDeployment in 'hzn exchange service list' output: {Err}",
"message": "failed to unmarshal ClusterDeployment in 'hzn exchange service list' output: {Err}",
"translation": "Echec de la désérialisation de ClusterDeployment dans la sortie 'hzn exchange service list' : {Err}",
"placeholders": [
{
"id": "Err",
"string": "%[1]v",
"type": "error",
"underlyingType": "interface{Error() string}",
"argNum": 1,
"expr": "err"
}
],
"fuzzy": true
},
{
"id": "failed to marshal truncked ClusterDeployment in 'hzn exchange service list' output: {Err}",
"message": "failed to marshal truncked ClusterDeployment in 'hzn exchange service list' output: {Err}",
"translation": "Echec de la sérialisation de ClusterDeployment tronqué dans la sortie 'hzn exchange service list' : {Err}",
"placeholders": [
{
"id": "Err",
"string": "%[1]v",
"type": "error",
"underlyingType": "interface{Error() string}",
"argNum": 1,
"expr": "err"
}
],
"fuzzy": true
},
{
"id": "Ignoring -f because the clusterDeployment attribute is empty for this service.",
"message": "Ignoring -f because the clusterDeployment attribute is empty for this service.",
Expand Down Expand Up @@ -27696,22 +27752,6 @@
"translation": "L'entrée SecretBindingCheck ne peut pas avoir pour valeur NULL",
"fuzzy": true
},
{
"id": "Node type '{NodeType}' does not support secret binding check.",
"message": "Node type '{NodeType}' does not support secret binding check.",
"translation": "Le type de noeud '{NodeType}' ne prend pas en charge la vérification de liaison de secret.",
"placeholders": [
{
"id": "NodeType",
"string": "%[1]v",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "nodeType"
}
],
"fuzzy": true
},
{
"id": "No service versions with architecture {NodeArch} specified in the deployment policy or pattern.",
"message": "No service versions with architecture {NodeArch} specified in the deployment policy or pattern.",
Expand Down Expand Up @@ -27746,6 +27786,30 @@
"translation": "Type incompatible",
"fuzzy": true
},
{
"id": "{Msgcompatible}, Warning: {Reason}",
"message": "{Msgcompatible}, Warning: {Reason}",
"translation": "{Msgcompatible}, Avertissement : {Reason}",
"placeholders": [
{
"id": "Msgcompatible",
"string": "%[1]v",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "msg_compatible"
},
{
"id": "Reason",
"string": "%[2]v",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "reason"
}
],
"fuzzy": true
},
{
"id": "Error getting services for all archetctures for {ServiceOrg}/{ServiceURL} version {Version}. {Err}",
"message": "Error getting services for all archetctures for {ServiceOrg}/{ServiceURL} version {Version}. {Err}",
Expand Down Expand Up @@ -27906,12 +27970,6 @@
],
"fuzzy": true
},
{
"id": "Secret binding for a cluster service is not supported.",
"message": "Secret binding for a cluster service is not supported.",
"translation": "La liaison de secret pour un service de cluster n'est pas prise en charge.",
"fuzzy": true
},
{
"id": "No secret binding found for the following service secrets: {NbArray}.",
"message": "No secret binding found for the following service secrets: {NbArray}.",
Expand Down Expand Up @@ -28044,6 +28102,22 @@
],
"fuzzy": true
},
{
"id": "{Err}, use non node-level secret",
"message": "{Err}, use non node-level secret",
"translation": "{Err}, utilisent un secret qui n'est pas au niveau du noeud",
"placeholders": [
{
"id": "Err",
"string": "%[1]v",
"type": "error",
"underlyingType": "interface{Error() string}",
"argNum": 1,
"expr": "err"
}
],
"fuzzy": true
},
{
"id": "Error parsing secret name in the secret binding. {Errparse}",
"message": "Error parsing secret name in the secret binding. {Errparse}",
Expand All @@ -28060,6 +28134,38 @@
],
"fuzzy": true
},
{
"id": "Error checking secret {VaultSecretName} for node {NName} in the secret manager. {Err}",
"message": "Error checking secret {VaultSecretName} for node {NName} in the secret manager. {Err}",
"translation": "Erreur lors de la vérification du secret {VaultSecretName} pour le noeud {NName} dans le gestionnaire de secrets. {Err}",
"placeholders": [
{
"id": "VaultSecretName",
"string": "%[1]v",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "vaultSecretName"
},
{
"id": "NName",
"string": "%[2]v",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "nName"
},
{
"id": "Err",
"string": "%[3]v",
"type": "error",
"underlyingType": "interface{Error() string}",
"argNum": 3,
"expr": "err"
}
],
"fuzzy": true
},
{
"id": "Error checking secret {VaultSecretName} in the secret manager. {Err}",
"message": "Error checking secret {VaultSecretName} in the secret manager. {Err}",
Expand All @@ -28084,6 +28190,30 @@
],
"fuzzy": true
},
{
"id": "Node level secret {VaultSecretName} doesn't exist for node {NName}",
"message": "Node level secret {VaultSecretName} doesn't exist for node {NName}",
"translation": "Le secret au niveau du noeud {VaultSecretName} n'existe pas pour le noeud {NName}",
"placeholders": [
{
"id": "VaultSecretName",
"string": "%[1]v",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "vaultSecretName"
},
{
"id": "NName",
"string": "%[2]v",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "nName"
}
],
"fuzzy": true
},
{
"id": "The binding secret name cannot be an empty string. The valid formats are: '<secretname>' for the organization level secret and 'user/<username>/<secretname>' for the user level secret.",
"message": "The binding secret name cannot be an empty string. The valid formats are: '<secretname>' for the organization level secret and 'user/<username>/<secretname>' for the user level secret.",
Expand Down
Loading

0 comments on commit 3834dec

Please sign in to comment.