@trilogy-ds/locales 4.9.2-fr → 4.9.3-en

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.
package/lib/breadcrumb.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export default {
2
- accessibilityLabel: 'Fil d’Ariane',
2
+ accessibilityLabel: 'Breadcrumb',
3
3
  };
package/lib/input.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export default {
2
- showPassword: 'Afficher le mot de passe',
3
- hidePassword: 'Cacher le mot de passe',
2
+ showPassword: 'Show password',
3
+ hidePassword: 'Hide password',
4
4
  };
package/lib/modal.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export default {
2
- accessibilityLabelButtonClose: 'Fermer',
2
+ accessibilityLabelButtonClose: 'Close',
3
3
  };
package/lib/otp.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export default {
2
- inputTitle: 'Chiffre :x sur :y du code à usage unique',
2
+ inputTitle: 'Number :x of :y of the one-time code',
3
3
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trilogy-ds/locales",
3
- "version": "4.9.2-fr",
4
- "description": "Trilogy assets include traductions (fr) for accessibility",
3
+ "version": "4.9.3-en",
4
+ "description": "Trilogy assets include traductions (en) for accessibility",
5
5
  "author": "Bouygues Telecom",
6
6
  "license": "UNLICENSED",
7
7
  "main": "lib/index.js",