From 08c1cae211fd92febd791124da2f29a6f9c99c6a Mon Sep 17 00:00:00 2001 From: Ando NARY <36852616+andonary@users.noreply.github.com> Date: Wed, 4 Oct 2023 23:01:37 +0200 Subject: [PATCH] feat(translation): add more french keywords and fix deprecated waitForClickable --- translations/fr-FR.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/translations/fr-FR.js b/translations/fr-FR.js index 8e6804249..d9042a1ad 100644 --- a/translations/fr-FR.js +++ b/translations/fr-FR.js @@ -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', @@ -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', }, };