Skip to content

Commit

Permalink
fix: update translations
Browse files Browse the repository at this point in the history
Co-authored-by: Bacluc <[email protected]>
  • Loading branch information
florianthomi and BacLuc committed Jun 27, 2023
1 parent 1c40f8c commit 49b7ed8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions common/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@
"addressStreet": "Rue",
"addressZipcode": "Code postal",
"couponKey": "Coupon",
"courseKind": "Type de cours (pour les cours J+S: durée du cours)",
"courseKind": "Type de cours (pour les cours J+S: description du cours)",
"courseNumber": "Numéro de cours",
"kind": "Type de camp (chalet, tente, à l'étranger, été, automne)",
"kind": "Type de camp (chalet, tente, itinérant, été, automne)",
"motto": "Thème",
"name": "Nom du camp",
"organizer": "Organisateur",
"printYSLogoOnPicasso": "Imprimer le logo J+S sur le picasso (requis pour les cours J+S)",
"printYSLogoOnPicasso": "Imprimer le logo J+S sur le programme général (requis pour les cours J+S)",
"title": "Titre du camp",
"trainingAdvisorName": "Non du coach J+S"
"trainingAdvisorName": "Nom du coach J+S"
},
"name": "Camp",
"prototype": "Modèle de camp"
Expand Down Expand Up @@ -226,4 +226,4 @@
"title": "Table des matières"
}
}
}
}
8 changes: 4 additions & 4 deletions frontend/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"dialog": {
"dialogEntityDelete": {
"title": "Confirmation de suppression",
"warningText": "Veux-tu vraiment supprimer ce bloc ?"
"warningText": "Veux-tu vraiment supprimer cet élément ?"
}
},
"form": {
Expand Down Expand Up @@ -221,7 +221,7 @@
"campPrint": {
"filename": {
"activitiesOnly": "Activités {camp}",
"picassoOnly": "Picasso {camp}"
"picassoOnly": "Programme général {camp}"
}
}
},
Expand Down Expand Up @@ -466,7 +466,7 @@
"campProgram": {
"reminderLockedCreate": "Glisser pour créer n'est possible qu'en mode déverrouillé.",
"reminderLockedMove": "Glisser pour déplacer n'est possible qu'en mode déverrouillé.",
"title": "Picasso"
"title": "Programme général"
},
"collaborators": {
"email": "Adresse e-mail",
Expand Down Expand Up @@ -579,4 +579,4 @@
"profile": "Profil"
}
}
}
}

0 comments on commit 49b7ed8

Please sign in to comment.