mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-27 14:18:29 +00:00
Ajouter une variable de localisation aux utilisateurs
This commit is contained in:
@@ -56,6 +56,10 @@ user:
|
||||
no job: Pas de métier assigné
|
||||
no scope: Pas de service assigné
|
||||
notification_preferences: Préférences pour mes notifications
|
||||
locale:
|
||||
label: Langue de communication
|
||||
help: Langue utilisée pour les notifications par email et autres communications.
|
||||
placeholder: Choisissez une langue
|
||||
|
||||
user_group:
|
||||
inactive: Inactif
|
||||
@@ -668,6 +672,17 @@ workflow:
|
||||
reject_are_you_sure: Êtes-vous sûr de vouloir rejeter la signature de %signer%
|
||||
waiting_for: En attente de modification de l'état de la signature
|
||||
|
||||
notification:
|
||||
title:
|
||||
attention_needed: "Attention requise dans le workflow %workflow% pour %title%"
|
||||
new_step: "Nouvelle étape dans le workflow %workflow% (%place%) pour %title%"
|
||||
content:
|
||||
new_step_reached: "Une nouvelle étape a été atteinte dans le workflow %workflow%."
|
||||
workflow_title: "Titre du workflow : %title%"
|
||||
validation_needed: "Votre validation est nécessaire pour cette étape."
|
||||
view_workflow: "Vous pouvez consulter le workflow ici :"
|
||||
regards: "Cordialement,"
|
||||
|
||||
attachments:
|
||||
title: Pièces jointes
|
||||
no_attachment: Aucune pièce jointe
|
||||
@@ -747,7 +762,22 @@ notification:
|
||||
greeting: "Bonjour %user%"
|
||||
intro: "Vous avez reçu %notification_count% nouvelle(s) notification(s)."
|
||||
view_notification: "Vous pouvez visualiser la notification et y répondre ici:"
|
||||
signature: "Le logiciel Chill"
|
||||
signature: "L'équipe Chill"
|
||||
|
||||
daily_notifications: "{1}Vous avez 1 nouvelle notification.|]1,Inf[Vous avez %notification_count% nouvelles notifications."
|
||||
|
||||
docgen:
|
||||
failure_email:
|
||||
"The generation of a document failed": "La génération d'un document a échoué"
|
||||
"The generation of the document %template_name% failed": "La génération du document %template_name% a échoué"
|
||||
"Forward this email to your administrator for solving": "Transmettez cet email à votre administrateur pour résolution"
|
||||
"References": "Références"
|
||||
"The following errors were encoutered": "Les erreurs suivantes ont été rencontrées"
|
||||
data_dump_email:
|
||||
subject: "Export de données disponible"
|
||||
"Dear": "Cher utilisateur,"
|
||||
"data_dump_ready_and_attached": "Votre export de données est prêt et joint à cet email."
|
||||
"filename": "Nom du fichier : %filename%"
|
||||
|
||||
CHILL_MAIN_COMPOSE_EXPORT: Exécuter des exports et les sauvegarder
|
||||
CHILL_MAIN_GENERATE_SAVED_EXPORT: Exécuter et modifier des exports préalablement sauvegardés
|
||||
|
||||
@@ -46,6 +46,14 @@ No title: Geen titel
|
||||
User profile: Mijn gebruikersprofiel
|
||||
Phonenumber successfully updated!: Telefoonnummer bijgewerkt!
|
||||
|
||||
user:
|
||||
locale:
|
||||
label: Communicatietaal
|
||||
help: Taal gebruikt voor e-mailmeldingen en andere communicatie.
|
||||
placeholder: Kies een taal
|
||||
choice:
|
||||
french: Français
|
||||
dutch: Nederlands
|
||||
|
||||
Edit: Bewerken
|
||||
Update: Updaten
|
||||
@@ -423,6 +431,17 @@ workflow:
|
||||
For: Pour
|
||||
Cc: Cc
|
||||
|
||||
notification:
|
||||
title:
|
||||
attention_needed: "Aandacht vereist in workflow %workflow% voor %title%"
|
||||
new_step: "Nieuwe stap in workflow %workflow% (%place%) voor %title%"
|
||||
content:
|
||||
new_step_reached: "Een nieuwe stap is bereikt in workflow %workflow%."
|
||||
workflow_title: "Workflow titel: %title%"
|
||||
validation_needed: "Uw validatie is nodig voor deze stap."
|
||||
view_workflow: "U kunt de workflow hier bekijken:"
|
||||
regards: "Met vriendelijke groeten,"
|
||||
|
||||
|
||||
Subscribe final: Recevoir une notification à l'étape finale
|
||||
Subscribe all steps: Recevoir une notification à chaque étape
|
||||
|
||||
Reference in New Issue
Block a user