ywana-core8 0.1.43 → 0.1.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -10,6 +10,16 @@ export const LOGIN_DICTIONARY = {
10
10
  fr: 'Nouveau mot de passe'
11
11
  },
12
12
 
13
+ 'Current Password': {
14
+ en: 'Current Password',
15
+ es: 'Contraseña Actual',
16
+ de: 'Aktuelles Passwort',
17
+ pt: 'Senha Atual',
18
+ ca: 'Contrasenya Actual',
19
+ it: 'Password Corrente',
20
+ fr: 'Mot de passe actuel'
21
+ },
22
+
13
23
  'Confirm New Password': {
14
24
  en: 'Confirm New Password',
15
25
  es: 'Confirmar Nueva Contraseña',