@trilogy-ds/locales 4.4.2-en → 4.4.2-fr

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  {
2
- "accessibilityLabel": "Breadcrumb"
2
+ "accessibilityLabel": "Fil d’Ariane"
3
3
  }
package/lib/input.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "showPassword": "Show password",
3
- "hidePassword": "Hide password"
2
+ "showPassword": "Afficher le mot de passe",
3
+ "hidePassword": "Cacher le mot de passe"
4
4
  }
package/lib/modal.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "accessibilityLabelButtonClose": "Close"
2
+ "accessibilityLabelButtonClose": "Fermer"
3
3
  }
package/lib/otp.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "inputTitle": "Number :x of :y of the one-time code"
2
+ "inputTitle": "Chiffre :x sur :y du code à usage unique"
3
3
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trilogy-ds/locales",
3
- "version": "4.4.2-en",
4
- "description": "Trilogy assets include traductions (en) for accessibility",
3
+ "version": "4.4.2-fr",
4
+ "description": "Trilogy assets include traductions (fr) for accessibility",
5
5
  "author": "Bouygues Telecom",
6
6
  "license": "UNLICENSED",
7
7
  "main": "lib/index.js",
@@ -1,3 +1,3 @@
1
1
  {
2
- "accessibilityLabel":"Breadcrumb"
2
+ "accessibilityLabel":"Fil d’Ariane"
3
3
  }
package/src/input.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "showPassword":"Show password",
3
- "hidePassword":"Hide password"
2
+ "showPassword":"Afficher le mot de passe",
3
+ "hidePassword":"Cacher le mot de passe"
4
4
  }
package/src/modal.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "accessibilityLabelButtonClose":"Close"
2
+ "accessibilityLabelButtonClose":"Fermer"
3
3
  }
package/src/otp.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "inputTitle":"Number :x of :y of the one-time code"
2
+ "inputTitle":"Chiffre :x sur :y du code à usage unique"
3
3
  }