Skip to content

Commit 886419f

Browse files
authored
Merge pull request #3409 from omahs/patch-1
Fix French and English typos
2 parents b9640e4 + f85024f commit 886419f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Diff for: translations/locales/en-US/translations.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"Headline": "Create, share, and remix p5.js sketches with the p5.js Editor.",
9696
"Contribute": "Contribute",
9797
"IntroDescription1": "p5.js is a free, open-source JavaScript library for learning to code and make art. Using the p5.js Editor, you can create, share, and remix p5.js sketches without needing to download or configure anything.",
98-
"IntroDescription2": "We believe software the tools to learn it, should be as open and inclusive as possible. You can support this work by making a donation to the Processing Foundation, the organization that supports p5.js. Your donation supports sofware development for p5.js, education resources like code examples and tutorials, fellowships, and community events.",
98+
"IntroDescription2": "We believe software the tools to learn it, should be as open and inclusive as possible. You can support this work by making a donation to the Processing Foundation, the organization that supports p5.js. Your donation supports software development for p5.js, education resources like code examples and tutorials, fellowships, and community events.",
9999
"Donate": "Donate",
100100
"NewP5": "New to p5.js?",
101101
"Report": "Report a Bug",
@@ -126,12 +126,12 @@
126126
"Examples": "Explore the possibilities of p5.js with short examples.",
127127
"CodeOfConduct": "Read our Community State and Code of Conduct.",
128128
"Libraries": "Expand the possibilities of p5.js with community-created libraries.",
129-
"Reference": "Find easy expalantions for every piece of p5.js code.",
129+
"Reference": "Find easy explanations for every piece of p5.js code.",
130130
"Donate": "Support this work with a donation to the Processing Foundation.",
131131
"Contribute": "Contribute to the open-source p5.js Editor on Github.",
132132
"Report": "Report broken or incorrect behavior with the p5.js Editor.",
133133
"Forum": "Expand the possibilities of p5.js with community-created libraries.",
134-
"Discord": "Expand the possibilties of p5.js with community-created libraries."
134+
"Discord": "Expand the possibilities of p5.js with community-created libraries."
135135
}
136136
},
137137
"Toast": {

Diff for: translations/locales/fr-CA/translations.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"PreviewSound": "Tester le son",
172172
"PreviewSoundARIA": "Tester le son",
173173
"AccessibleTextBasedCanvas": "Canvas textuel accessible",
174-
"UsedScreenReader": "Utilisé avec un lecteur de text",
174+
"UsedScreenReader": "Utilisé avec un lecteur de texte",
175175
"PlainText": "Texte brut",
176176
"TextOutputARIA": "sortie texte activée",
177177
"TableText": "Tableau de texte",
@@ -283,7 +283,7 @@
283283
"errorEmptyPassword": "Veuillez saisir un mot de passe",
284284
"errorShortPassword": "Le mot de passe doit comporter au moins 6 caractères",
285285
"errorConfirmPassword": "Veuillez saisir une confirmation de mot de passe",
286-
"errorNewPasswordRepeat":"Your New Password must differ from the current one.",
286+
"errorNewPasswordRepeat":"Votre nouveau mot de passe doit être différent du mot de passe actuel.",
287287
"errorNewPassword": "Veuillez saisir un nouveau mot de passe ou laisser le mot de passe actuel vide.",
288288
"errorEmptyUsername": "Veuillez saisir un nom d'utilisateur.",
289289
"errorLongUsername": "Le nom d'utilisateur doit comporter moins de 20 caractères.",
@@ -309,7 +309,7 @@
309309
"CurrentPasswordARIA": "Mot de passe actuel",
310310
"NewPassword": "Nouveau mot de passe",
311311
"NewPasswordARIA": "Nouveau mot de passe",
312-
"SubmitSaveAllSettings": "Sauvegarder tous les paramrètres"
312+
"SubmitSaveAllSettings": "Sauvegarder tous les paramètres"
313313
},
314314
"AccountView": {
315315
"SocialLogin": "Identification à l'aide des réseaux sociaux",
@@ -400,7 +400,7 @@
400400
"UploadFileModal": {
401401
"Title": "Téléverser un fichier",
402402
"CloseButtonARIA": "Fermer la boîte de dialogue de téléversement de fichiers",
403-
"SizeLimitError": "Erreur: Vous ne pouvez plus téléverser de fichiers. Vosu avez atteint la limite de taille totale de {{sizeLimit}}.\n If you would like to upload more, please remove the ones you aren't using anymore by\n in your "
403+
"SizeLimitError": "Erreur: Vous ne pouvez plus téléverser de fichiers. Vous avez atteint la limite de taille totale de {{sizeLimit}}.\n If you would like to upload more, please remove the ones you aren't using anymore by\n in your "
404404
},
405405
"FileUploader": {
406406
"DictDefaultMessage": "Déposez des fichiers ici ou cliquez pour utiliser le navigateur de fichiers"
@@ -461,7 +461,7 @@
461461
"FormLabel": "Nom de la collection",
462462
"FormLabelARIA": "nom",
463463
"NameRequired": "Le nom de la collection est requis",
464-
"Description": "Description (optionel)",
464+
"Description": "Description (optionnel)",
465465
"DescriptionARIA": "description",
466466
"DescriptionPlaceholder": "Mes croquis préférés",
467467
"SubmitCollectionCreate": "Créer la collection"
@@ -581,7 +581,7 @@
581581
"WordWrap": "Retour à la ligne automatique",
582582
"LineNumbers": "Numéros de ligne",
583583
"LintWarningSound": "Son d'alarme Lint",
584-
"UsedScreenReader": "Utilisé avec un lecteur de text",
584+
"UsedScreenReader": "Utilisé avec un lecteur de texte",
585585
"PlainText": "Text brut",
586586
"TableText": "Tableau de texte",
587587
"Sound": "Son"
@@ -597,10 +597,10 @@
597597
"Assets": "Ressources",
598598
"MyStuff": "Mes trucs",
599599
"CreateSketch": "Créer un croquis",
600-
"CreateCollection": "Create une collection"
600+
"CreateCollection": "Créer une collection"
601601
},
602602
"Explorer": {
603603
"Files": "Fichiers"
604604
}
605605
}
606-
606+

0 commit comments

Comments
 (0)