Skip to content

Commit

Permalink
fix(ui): fix json translations
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
  • Loading branch information
bnjjj committed Aug 8, 2019
1 parent e2ec189 commit d40a9b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ui/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@
"workflow_notification_form": "Add a notification",
"workflow_notification_copy": "Copy",
"workflow_notification_explanation": "_A user notification can be useful to report the status of a workflow according to its status. Each pipeline in a workflow can be notified based on status in 'Success', 'Fail' or status change. The message sent to the recipients can be set using [CDS variables] (https://ovh.github.io/cds/docs/concepts/variables/). E-mail notifications can also contain HTML, cf. [User Notifications] documentation (https://ovh.github.io/cds/docs/concepts/workflow/notifications/) ._",
"workflow_event_explanation": "_Here you can configure one or more integrations of type "Event". This allows you to send all technical data in a backend to make it accessible by third-party applications such as Kafka or ElasticSearch. See the [Event Notifications] (https://ovh.github.io/cds/docs/concepts/workflow/notifications/) documentation for more information._",
"workflow_event_explanation": "_Here you can configure one or more integrations of type `Event`. This allows you to send all technical data in a backend to make it accessible by third-party applications such as Kafka or ElasticSearch. See the [Event Notifications] (https://ovh.github.io/cds/docs/concepts/workflow/notifications/) documentation for more information._",
"workflow_no_event_integration": "You haven't any event integration on your project.",
"workflow_event_form": "Events integrations",
"workflow_notification_conditions": "Conditions",
Expand Down Expand Up @@ -1109,4 +1109,4 @@
"workflow_error_unknown_key_description": "Key not found, please check that your all keys mentioned really exist. Or you can check if your SSH key which you mentioned in your application settings for your git repository is always valid and added on your git repository to have at least READ access.",
"workflow_error_bad_vcs_strategy_title": "Bad VCS settings on application",
"workflow_error_bad_vcs_strategy_description": "Please check if your SSH key which you mentioned in your application settings for your git repository is always valid and added on your git repository to have at least READ access. You can also check that you have a SSH key mentioned if you selected SSH mode on your application."
}
}
4 changes: 2 additions & 2 deletions ui/src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@
"workflow_notification_form": "Ajouter une notification",
"workflow_notification_copy": "Copié",
"workflow_notification_explanation": "_Une notification utilisateur peut être utile pour signaler le status d'un workflow en fonction de son état. Chaque pipeline d'un workflow peut donner lieu à une notification en fonction de sont statut en `Succès`, `En Echec` ou sur changement de statut. Le message envoyé aux destinataires peut être paramétré à l'aide de [variables CDS](https://ovh.github.io/cds/docs/concepts/variables/). Les notifications de type mail peuvent également contenir du HTML, cf. documentation [User Notifications](https://ovh.github.io/cds/docs/concepts/workflow/notifications/)._",
"workflow_event_explanation": "_Vous pouvez configurer ici une ou plusieurs intégrations de type "Event". Cela vous permet d'envoyer toutes les données techniques dans un backend afin de les rendre accessibles par des applications tierces telles que Kafka ou ElasticSearch. Consultez la documentation [Event Notifications](https://ovh.github.io/cds/docs/concepts/workflow/notifications/) pour plus d'informations._",
"workflow_event_explanation": "_Vous pouvez configurer ici une ou plusieurs intégrations de type `Event`. Cela vous permet d'envoyer toutes les données techniques dans un backend afin de les rendre accessibles par des applications tierces telles que Kafka ou ElasticSearch. Consultez la documentation [Event Notifications](https://ovh.github.io/cds/docs/concepts/workflow/notifications/) pour plus d'informations._",
"workflow_no_event_integration": "Vous n'avez pas d'intégration de type évènement sur votre projet.",
"workflow_event_form": "Intégrations - Évènements",
"workflow_notification_conditions": "Conditions",
Expand Down Expand Up @@ -1110,4 +1110,4 @@
"workflow_error_unknown_key_description": "Veuillez vérifier que la clé SSH avec laquelle vous avez lié votre application à votre dépôt git est bien active et indiqué sur votre dépôt git pour avoir les accès",
"workflow_error_bad_vcs_strategy_title": "Mauvaise configuration des paramètres VCS de votre application",
"workflow_error_bad_vcs_strategy_description": "Veuillez vérifier que la clé SSH avec laquelle vous avez lié votre application à votre dépôt git est bien active et indiqué sur votre dépôt git pour avoir les accès. Veuillez aussi vérifier que vous ayez bien une clé ssh de mentionnée dans votre fichier yaml d'application pointant sur votre dépôt git si vous avez mis le mode de clone SSH."
}
}

0 comments on commit d40a9b8

Please sign in to comment.