Skip to content

Commit

Permalink
feat(translation): add more french keywords and fix deprecated waitFo…
Browse files Browse the repository at this point in the history
…rClickable (#3906)
  • Loading branch information
andonary authored Oct 6, 2023
1 parent 3358929 commit e417dd7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion translations/fr-FR.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ module.exports = {
amOutsideAngularApp: 'suisALExtérieurDeLApplicationAngular',
amInsideAngularApp: 'suisALIntérieurDeLApplicationAngular',
waitForElement: 'attendsLElément',
waitForClickable: 'attends',
waitForClickable: 'attendsDeCliquer',
waitForVisible: 'attendsPourVoir',
waitForEnabled: 'attendsLActivationDe',
waitForInvisible: 'attendsLInvisibilitéDe',
waitInUrl: 'attendsDansLUrl',
waitForText: 'attendsLeTexte',
moveTo: 'vaisSur',
refresh: 'rafraîchis',
refreshPage: 'rafraîchisLaPage',
haveModule: 'ajouteLeModule',
resetModule: 'réinitialiseLeModule',
amOnPage: 'suisSurLaPage',
Expand Down Expand Up @@ -59,5 +63,13 @@ module.exports = {
grabCookie: 'prendsLeCookie',
resizeWindow: 'redimensionneLaFenêtre',
wait: 'attends',
clearField: 'effaceLeChamp',
dontSeeElementInDOM: 'neVoisPasDansLeDOM',
moveCursorTo: 'bougeLeCurseurSur',
scrollTo: 'défileVers',
sendGetRequest: 'envoieLaRequêteGet',
sendPutRequest: 'envoieLaRequêtePut',
sendDeleteRequest: 'envoieLaRequêteDelete',
sendPostRequest: 'envoieLaRequêtePost',
},
};

0 comments on commit e417dd7

Please sign in to comment.