Skip to content

Commit

Permalink
fix(TPM): Fautes de français et correction submit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisL61 committed Jan 28, 2024
1 parent 63cef7a commit 506ece5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions main/pp8/survey-bomb/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12765,10 +12765,10 @@ ${r.message}`,
}
}
const PG = {
BACK: "Back",
CANCEL: "Cancel",
CLOSE: "Close",
CONFIRM: "Confirm",
BACK: "Retour",
CANCEL: "Annuler",
CLOSE: "Fermer",
CONFIRM: "Confirmer",
CREATE: "Create",
DELETE: "Delete",
DONE: "Done",
Expand All @@ -12779,7 +12779,7 @@ ${r.message}`,
PUBLISH: "Publish",
REMOVE: "Remove",
RESET: "Reset",
SUBMIT: "Submit",
SUBMIT: "Envoyer",
TRY_AGAIN: "Try Again",
UNDO: "Undo",
YES: "Yes"
Expand Down Expand Up @@ -27505,7 +27505,7 @@ ${t}`
},
Yne = {
CHOOSE_ONE: "Choisissez une porte",
CHOOSE_THIS: "Choissez cette porte"
CHOOSE_THIS: "Choisir cette porte"
},
zne = {
FILTER_ERROR: "Ce n\u2019est pas autorisé, entrez quelque chose d'autre !",
Expand Down Expand Up @@ -27547,7 +27547,7 @@ ${t}`
SKIP_TUTORIALS: "Passer les tutoriels",
UP_NEXT: {
HEADER: "Vous jouez juste après",
TEXT: ["Soyez pret ! C'est votre tour juste après.", "Soyez attentifs car vous choisissez la prochaine porte.", "Après ce choix, c'est votre tour... donc espérez qu'ils perdent ce tour"]
TEXT: ["Soyez prêt ! C'est votre tour juste après.", "Soyez attentifs car vous choisissez la prochaine porte.", "Après ce choix, c'est votre tour... donc espérez qu'ils perdent ce tour"]
},
WIN: {
HEADER: "Vous vous etes échappés",
Expand Down

0 comments on commit 506ece5

Please sign in to comment.