Skip to content

Commit

Permalink
Merge pull request #288 from rwth-acis/develop
Browse files Browse the repository at this point in the history
update translations and bump up oidc-client-ts
  • Loading branch information
Tobasco99 authored Jun 29, 2023
2 parents 99b485c + e02c3f6 commit 9af6376
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 3 deletions.
32 changes: 32 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"js-cookie": "^3.0.1",
"jspdf": "^2.5.1",
"markdown-it": "^12.3.2",
"oidc-client": "^1.11.5",
"oidc-client-ts": "^2.2.4",
"pdfmake": "^0.2.7",
"primeflex": "^2.0.0",
"primeicons": "^6.0.1",
Expand Down
22 changes: 20 additions & 2 deletions src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"projectDetails-userNameIsRequired": "Le nom d'utilisateur est requis.",
"projectDetails-selectRole": "Sélectionnez un rôle",
"projectDetails-warningRemoveYourself": "Vous êtes sur le point de vous retirer vous-même du projet !",
"projectDetails-areYouSureYouWantToRemove": "Voulez-vous vraiment supprimer le membre",
"projectDetails-areYouSureYouWantToRemove": "Voulez-vous vraiment supprimer l'étiquette",
"requirementDetails-showMoreRequirements": "Afficher plus d'exigences",
"publicProjects": "Projets publics",
"vote": "Voter",
Expand Down Expand Up @@ -255,5 +255,23 @@
"headerExportCatActive": "Exigences actives de",
"headerExportCatComplete": "Exigences complétées de",
"reqType": "Type d'exigence :",
"selectCategoryPlaceholder": "Sélectionner une catégorie"
"selectCategoryPlaceholder": "Sélectionner une catégorie",
"dashboard-rank": "Votre rang actuel :",
"level": "Niveau",
"BADGE": "Badge obtenu !",
"ACHIEVEMENT": "Réalisation effectuée !",
"tagName": "Nom",
"projectDetails-areYouSureYouWantToRemoveTag": "Voulez-vous vraiment supprimer l'étiquette",
"formTag": "Étiquette",
"tagNone": "Aucune étiquette",
"sorting-tags": "Étiquette",
"dashboard-badges": "Réalisations",
"next-rank": "Suivant :",
"tagHeader": "Utiliser les étiquettes comme titre :",
"QUEST": "Quête terminée !",
"LEVEL": "Niveau suivant !",
"tagColour": "Couleur",
"projectDetails-tags": "Étiquettes",
"projectDetails-editTag": "Modifier l'étiquette",
"projectDetails-addTag": "Ajouter une étiquette"
}

0 comments on commit 9af6376

Please sign in to comment.