Skip to content
Snippets Groups Projects
Commit 7b0f602b authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #00000 TIME 0:10 translate

parent 8962e6db
No related branches found
No related tags found
No related merge requests found
......@@ -599,6 +599,32 @@
"noApplicationUrlDefined": "the parameter applicationUl is not defined",
"noRestUserFound": "no rest user found",
"summariesSent": "summaries sent for notification type",
"sendingSummaryError": "error when sending summary"
"sendingSummaryError": "error when sending summary",
"connectordeleted": "Connector deleted",
"notificationScheduleItemAdded": "Notification schedule item added",
"schedulerError": "Scheduler error",
"otp_visa_yousignUser": "Visa user (Yousign)",
"externalUser": "External",
"formatPhone": "The telephone number must begin with its area code.",
"notificationEndOfWorkflowsBody": "Hello, <br/> <br/> The workflows that you initiated have been completed successfully. <br/> <br/> Click on the links below to view them: <br/>",
"notificationInterruptsSubject": "[Maarch Parapheur] Interrupted workflow",
"schedulerInitialized": "Scheduler initialized",
"scheduleDeleted": "Schedule deleted",
"manage_notificationsDesc": "Plan event summaries",
"notifications_schedule": "Scheduling notifications",
"configAppUrl": "You must configure <b> the URL </b> of your application from <b> Administration -> Personalization </b> to receive <b> notification summaries </b>.",
"watermark": "Document watermark",
"positionY": "Adjusting the vertical position (in pixels)",
"content": "Contents",
"enableWatermark": "Enable watermark",
"disableWatermark": "Disable watermark",
"left": "Left",
"center": "Center",
"right": "Right",
"alignment": "Alignment",
"watermarkDesc": "Allows you to add information at the top of the document. This information is <b> permanent </b> and will be in the final signed document.",
"watermarkContentDesc": "Columns from <b> main_documents </b> can be used. ex: [id] as well as the <b> time variables </b>. ex: [date_now] or [hour_now]",
"notificationTemplateTable": "<table style=\"border: 1pt solid #000000; width: 582px; height: 77px;\" border=\"1\" frame=\"box\" cellspacing=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: small;\"><strong>Objet</strong></span></td>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: small;\"><strong>Liens</strong></span></td>\n</tr>\n{{rows}}\n</tbody>\n</table>",
"notificationTemplateRow": "<tr>\n<td><span style=\"font-family: arial,helvetica,sans-serif; font-size: small;\">{{object}}</span></td>\n<td><span style=\"font-family: arial,helvetica,sans-serif;\"><a href=\"{{link}}\">Voir</a></span></td>\n</tr>"
}
}
}
\ No newline at end of file
......@@ -498,7 +498,6 @@
"connectorDeleted": "Connecteur supprimé",
"smsContent": "Contenu du SMS envoyé",
"emailContent": "Contenu de la notification à envoyer par courriel",
"emailSubject": "Sujet de la notification",
"connectorIsUsed": "Ce connecteur est actuellement utilisé dans {{number}} circuit(s) de visa.<br><br>Si vous continuez, ces circuits de visa seront interrompus.",
"connectorNotUsed": "Ce connecteur n'est pas utilisé",
"newTemplateDescWithOtp": "Le circuit en cours sera sauvegardé sans prendre en compte les utilisateurs externes.",
......@@ -619,6 +618,9 @@
"right": "Droite",
"alignment": "Alignement",
"watermarkDesc": "Permet de rajouter des informations en haut du document. Ces informations sont <b>permanentes</b> et seront dans le document final signé.",
"watermarkContentDesc": "Les colonnes de <b>main_documents</b> peuvent être utilisées. ex: [id] ainsi que les <b>variables de temps</b>. ex : [date_now] ou [hour_now]"
"watermarkContentDesc": "Les colonnes de <b>main_documents</b> peuvent être utilisées. ex: [id] ainsi que les <b>variables de temps</b>. ex : [date_now] ou [hour_now]",
"connectordeleted": "Connecteur supprimé",
"notificationScheduleItemAdded": "Elément de planification des notifications ajouté",
"schedulerError": "Erreur de planificateur"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment