Skip to content
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

Merged
merged 19 commits into from
Aug 8, 2024

Conversation

raktima-opensignlabs
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Aug 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-sign ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 7:25am

Copy link
Collaborator

@Zathiel Zathiel left a 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",
Copy link
Collaborator

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",
Copy link
Collaborator

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",
Copy link
Collaborator

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",
Copy link
Collaborator

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",
Copy link
Collaborator

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 !",
Copy link
Collaborator

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",
Copy link
Collaborator

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",
Copy link
Collaborator

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",
Copy link
Collaborator

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",
Copy link
Collaborator

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";
Copy link
Collaborator

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 ?

@prafull-opensignlabs prafull-opensignlabs self-requested a review August 8, 2024 09:05
@nxglabs nxglabs merged commit c45511d into staging Aug 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants