-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Integrate language support for multiple languages in the application #1019
Conversation
…gn, webhook,api token
…template , placeholder
…ue of text translate in guest login flow and other place
…to raktima-opensignlabs-patch-11
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @raktima-opensignlabs few changes on all the specific item mentionned
Make sure every field is Caps Lock on first later
"agreee":"je suis d'accord avec le", | ||
"term":"Conditions d'utilisation", | ||
"subscribe-to-opensign":"Abonnez-vous à la newsletter OpenSign", | ||
"register" :"Registre", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"register" :"S'enregistrer ",
"create-account": "Créer un compte", | ||
"login": "se connecter", | ||
"language":"Langue", | ||
"name":"Nom", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"name":"Nom et Prénom",
User can missunderstand and only write his Name and not firstname
@@ -0,0 +1,591 @@ | |||
{ | |||
"create-account": "Créer un compte", | |||
"login": "se connecter", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"login": "Se Connecter",
"phone":"Téléphone", | ||
"email":"E-mail", | ||
"company":"Entreprise", | ||
"job-title":"Titre d'emploi", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"job-title":"Organisation",
"sort-order" :{ | ||
"Ascending":"Ascendant", | ||
"Descending":"Descendant", | ||
"Name":"Nom", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"name":"Nom et Prénom",
User can missunderstand and only write his Name and not firstname
"alert":"Alerte", | ||
"zoom-in":"Agrandir", | ||
"zoom-out" :"Dézoomer", | ||
"document-signed-alert" :"Félicitations ! 🎉 Ce document a été signé avec succès par vous !", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"document-signed-alert" :"Félicitations ! 🎉 Votre document à bien été signer !",
"zoom-in":"Agrandir", | ||
"zoom-out" :"Dézoomer", | ||
"document-signed-alert" :"Félicitations ! 🎉 Ce document a été signé avec succès par vous !", | ||
"otp-sent-alert" :"OTP envoyé sur votre email", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"otp-sent-alert" :"Le code OTP a bien été envoyer sur votre adresse Email",
"add-role" :"Ajouter un rôle", | ||
"role-ex" :"Ex : Client, RH, Directeur, Manager, Étudiant, etc.", | ||
"add/choose-signer":"Ajouter/Choisir un signataire", | ||
"choose-from-contacts":"Choisissez parmi les contacts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"choose-from-contacts":"Choisissez parmis les contacts",
"cutomize-email":"Personnaliser l'e-mail", | ||
"upgrade-to-customize-email":"Mise à niveau pour personnaliser l'e-mail", | ||
"sign-url" :"Signer l'URL", | ||
"Mails Sent" :"Mails envoyés", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Mails Sent" :"Mails envoyés avec succès !",
"owner-subscription-expired":"L'abonnement du propriétaire a expiré.", | ||
"subscription-expired" :"Abonnement expiré", | ||
"alert-message" :"Message d'alerte", | ||
"document-decline" :"Document-refus", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"document-decline" :"Document-refusé",
const appId = | ||
//"legadranaxn"; | ||
"opensign"; | ||
const serverUrl = "http://localhost:8080/app"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't a variable already push for that ?
No description provided.