Skip to content

Commit 8199e5a

Browse files
authored
Merge branch 'OpenSignLabs:staging' into spanish-translation
2 parents 08c7f4b + 45f4bdd commit 8199e5a

24 files changed

+173
-131
lines changed

apps/OpenSign/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/OpenSign/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"print-js": "^1.6.0",
2424
"radix-ui": "^1.0.1",
2525
"react": "^18.2.0",
26-
"react-bootstrap": "^2.10.4",
26+
"react-bootstrap": "^2.10.5",
2727
"react-confetti": "^6.1.0",
2828
"react-cookie": "^7.2.0",
2929
"react-datepicker": "^7.4.0",
@@ -102,15 +102,15 @@
102102
"autoprefixer": "^10.4.20",
103103
"babel-loader": "^9.2.1",
104104
"clean-webpack-plugin": "^4.0.0",
105-
"commitizen": "^4.3.0",
105+
"commitizen": "^4.3.1",
106106
"concurrently": "^9.0.1",
107107
"css-loader": "^7.1.2",
108108
"daisyui": "^4.12.10",
109109
"dotenv": "^16.4.5",
110110
"dotenv-webpack": "^8.1.0",
111111
"eslint": "^9.11.1",
112112
"eslint-plugin-prettier": "^5.2.1",
113-
"eslint-plugin-react": "^7.36.1",
113+
"eslint-plugin-react": "^7.37.0",
114114
"lint-staged": "^15.2.10",
115115
"mini-css-extract-plugin": "^2.9.1",
116116
"postcss": "^8.4.47",

apps/OpenSign/public/locales/en/translation.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@
265265
"make-template-public-alert": "Are you sure you want to make this template public?",
266266
"make-template-private-alert": "Are you sure you want to make this template private? This will remove it from your public profile.",
267267
"public-role": "Public role",
268-
"public-url": "Public URL",
268+
"public-url": "Public profile needed",
269269
"public-url-copy": "Here’s your public URL: ",
270270
"public-url-copy-mssg":"Copy it or share it with the signer, and you will be able to see all your publicly set templates.",
271-
"add-public-url-alert": "Please add your public URL, and you will be able to make a public template.",
271+
"add-public-url-alert": "Please complete your OpenSign public profile setup. Once done, you’ll be able to make templates public. This process only needs to be completed once.",
272272
"share-with-alert": "You cannot share a template if any roles already have contacts assigned. Please remove all contact assignments from the roles before sharing the template.",
273273
"share-with": "Share with",
274274
"team-not-found": "Team not found",
@@ -672,6 +672,7 @@
672672
"document-logs":"Document logs",
673673
"server-down": "Unable to connect to the OpenSign server. If you are self-hosting OpenSign, please ensure that all the steps in the documentation have been followed correctly. If you're running OpenSign locally, you might be accessing it through an incorrect port number.",
674674
"admin-exists": "Admin already exists. Please login to the application using admin credentials in order to manage users.",
675-
"public-tour-message":"Please make template public to copy public URL"
675+
"public-tour-message":"The template needs to be public before you can generate a shareable link.",
676+
"add-user-template": "You need to add a role before you can add fields for it."
676677

677678
}

apps/OpenSign/public/locales/fr/translation.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@
264264
"make-template-public-alert": "Êtes-vous sûr de vouloir rendre ce modèle public ?",
265265
"make-template-private-alert": "Êtes-vous sûr de vouloir rendre ce modèle privé ? Cela le supprimera de votre profil public.",
266266
"public-role": "Rôle public",
267-
"public-url": "URL publique",
267+
"public-url": "Profil public requis",
268268
"public-url-copy": "Voici votre URL publique : ",
269269
"public-url-copy-mssg": "copiez-la ou partagez-le avec le signataire et vous pouvoir voir tous vos paramètres publics modèles.",
270-
"add-public-url-alert": "Veuillez ajouter votre URL publique et vous pourra rendre public modèle.",
270+
"add-public-url-alert": "Veuillez terminer la configuration de votre profil public OpenSign. Une fois cela fait, vous pourrez rendre les modèles publics. Ce processus ne doit être effectué qu’une seule fois.",
271271
"share-with-alert": "Vous ne pouvez pas partager un modèle si des contacts sont déjà attribués à des rôles. Veuillez supprimer toutes les attributions de contacts des rôles avant de partager le modèle.",
272272
"share-with": "Partager avec",
273273
"team-not-found": "Équipe introuvable",
@@ -671,7 +671,8 @@
671671
"document-logs":"Journaux de documents",
672672
"server-down": "Impossible de se connecter au serveur OpenSign. Si vous hébergez vous-même OpenSign, veuillez vous assurer que toutes les étapes de la documentation ont été correctement suivies. Si vous exécutez OpenSign localement, vous y accédez peut-être via un numéro de port incorrect.",
673673
"admin-exists": "L'administrateur existe déjà. Veuillez vous connecter à l'application en utilisant les informations d'identification de l'administrateur afin de gérer les utilisateurs.",
674-
"public-tour-message":"Veuillez rendre le modèle public pour copier l'URL publique"
674+
"public-tour-message": "Le modèle doit être public avant que vous puissiez générer un lien partageable.",
675+
"add-user-template":"Vous devez ajouter un rôle avant de pouvoir lui ajouter des champs. "
675676

676677

677678
}

apps/OpenSign/src/components/pdf/PdfHeader.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,7 @@ function Header({
418418
{templateId && (
419419
<button
420420
onClick={() =>
421-
handleDownloadPdf(
422-
pdfDetails,
423-
pdfUrl,
424-
setIsDownloading
425-
)
421+
handleDownloadPdf(pdfDetails, setIsDownloading)
426422
}
427423
type="button"
428424
className="op-btn op-btn-ghost op-btn-sm mr-[3px]"

0 commit comments

Comments
 (0)