Skip to content

Commit e417dd7

Browse files
authored
feat(translation): add more french keywords and fix deprecated waitForClickable (#3906)
1 parent 3358929 commit e417dd7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: translations/fr-FR.js

+13-1
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ module.exports = {
1212
amOutsideAngularApp: 'suisALExtérieurDeLApplicationAngular',
1313
amInsideAngularApp: 'suisALIntérieurDeLApplicationAngular',
1414
waitForElement: 'attendsLElément',
15-
waitForClickable: 'attends',
15+
waitForClickable: 'attendsDeCliquer',
1616
waitForVisible: 'attendsPourVoir',
17+
waitForEnabled: 'attendsLActivationDe',
18+
waitForInvisible: 'attendsLInvisibilitéDe',
19+
waitInUrl: 'attendsDansLUrl',
1720
waitForText: 'attendsLeTexte',
1821
moveTo: 'vaisSur',
1922
refresh: 'rafraîchis',
23+
refreshPage: 'rafraîchisLaPage',
2024
haveModule: 'ajouteLeModule',
2125
resetModule: 'réinitialiseLeModule',
2226
amOnPage: 'suisSurLaPage',
@@ -59,5 +63,13 @@ module.exports = {
5963
grabCookie: 'prendsLeCookie',
6064
resizeWindow: 'redimensionneLaFenêtre',
6165
wait: 'attends',
66+
clearField: 'effaceLeChamp',
67+
dontSeeElementInDOM: 'neVoisPasDansLeDOM',
68+
moveCursorTo: 'bougeLeCurseurSur',
69+
scrollTo: 'défileVers',
70+
sendGetRequest: 'envoieLaRequêteGet',
71+
sendPutRequest: 'envoieLaRequêtePut',
72+
sendDeleteRequest: 'envoieLaRequêteDelete',
73+
sendPostRequest: 'envoieLaRequêtePost',
6274
},
6375
};

0 commit comments

Comments
 (0)