-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(zimbra): implement add autoreply page
ref: MANAGER-15840 Signed-off-by: Tristan WAGNER <[email protected]>
- Loading branch information
1 parent
b86dd52
commit d01dac2
Showing
21 changed files
with
1,026 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
packages/manager/apps/zimbra/public/translations/autoReplies/add/Messages_fr_FR.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"zimbra_auto_replies_add_cta_back": "Retour vers mes répondeurs", | ||
"zimbra_auto_replies_add_success_message": "Votre demande de création de répondeur a bien été prise en compte. Elle sera traitée d'ici quelques instants.", | ||
"zimbra_auto_replies_add_error_message": "Votre demande de création de répondeur n'a pas pu aboutir. {{ error }}", | ||
"zimbra_auto_replies_add_title": "Créer un répondeur", | ||
"zimbra_auto_replies_add_header_create_for_account": "Vous êtes sur le point de créer un répondeur pour le compte", | ||
"zimbra_auto_replies_add_header": "Veuillez saisir les informations du répondeur :", | ||
"zimbra_auto_replies_mandatory_fields": "Les champs mentionnés avec un astérisque * sont obligatoires.", | ||
"zimbra_auto_replies_add_account_label": "Adresse liée au répondeur", | ||
"zimbra_auto_replies_add_select_domain_placeholder": "Sélectionner un domaine", | ||
"zimbra_auto_replies_add_duration_label": "Durée du répondeur", | ||
"zimbra_auto_replies_add_duration_temporary": "Temporaire", | ||
"zimbra_auto_replies_add_duration_permanent": "Permanente", | ||
"zimbra_auto_replies_add_from_label": "Du", | ||
"zimbra_auto_replies_add_until_label": "Jusqu'au", | ||
"zimbra_auto_replies_add_datepicker_placeholder": "JJ/MM/AAAA", | ||
"zimbra_auto_replies_add_send_copy_label": "Envoyer une copie", | ||
"zimbra_auto_replies_add_select_send_copy_to": "Sélectionner une adresse", | ||
"zimbra_auto_replies_add_message_label": "Message", | ||
"zimbra_auto_replies_add_message_placeholder": "Saisissez le message", | ||
"zimbra_auto_replies_add_message_helper": "Veuillez noter que seuls les caractères latins sont supportés pour la réponse automatique.", | ||
"zimbra_auto_replies_add_button_confirm": "Confirmer", | ||
"zimbra_auto_replies_add_button_cancel": "Annuler" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.