mg-library 1.0.290 → 1.0.292
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/functions.js +10 -1
- package/i18n/english.js +46 -45
- package/i18n/spanish.js +46 -45
- package/mg-library.rar +0 -0
- package/package.json +1 -1
package/functions.js
CHANGED
|
@@ -97,7 +97,16 @@ export function getBasicStyleSheet() {
|
|
|
97
97
|
marginBottom: 5,
|
|
98
98
|
marginLeft: 5,
|
|
99
99
|
marginRight: 5
|
|
100
|
-
}
|
|
100
|
+
},
|
|
101
|
+
pressableView: {
|
|
102
|
+
flex: 1,
|
|
103
|
+
backgroundColor: 'white',
|
|
104
|
+
justifyContent: 'center',
|
|
105
|
+
paddingLeft: 10,
|
|
106
|
+
minHeight: 50,
|
|
107
|
+
paddingTop: 5,
|
|
108
|
+
paddingBottom: 5
|
|
109
|
+
}
|
|
101
110
|
});
|
|
102
111
|
}
|
|
103
112
|
|
package/i18n/english.js
CHANGED
|
@@ -1,51 +1,52 @@
|
|
|
1
1
|
// Strings
|
|
2
2
|
|
|
3
3
|
export const strings = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
4
|
+
user: 'User',
|
|
5
|
+
spanish: 'Spanish',
|
|
6
|
+
english: 'English',
|
|
7
|
+
credentials: 'Credentials',
|
|
8
|
+
userName: 'User Name',
|
|
9
|
+
password: 'Password',
|
|
10
|
+
welcome: 'Welcome!',
|
|
11
|
+
personalData: 'Personal Data',
|
|
12
|
+
personalDataEdit: 'Personal Data Edition',
|
|
13
|
+
lastName: 'Last Name',
|
|
14
|
+
firstName: 'First Name',
|
|
15
|
+
personalId: 'Personal Id',
|
|
16
|
+
phone: 'Phone',
|
|
17
|
+
email: 'e-Mail',
|
|
18
|
+
birthDate: 'Birth Date',
|
|
19
|
+
date: 'Date',
|
|
20
|
+
time: 'Time',
|
|
21
|
+
duration: 'Duration',
|
|
22
|
+
summary: 'Summary',
|
|
23
|
+
confirmation: 'Confirmation',
|
|
24
|
+
available: 'Available',
|
|
25
|
+
notAvailable: 'Not Available',
|
|
26
|
+
access: 'Access',
|
|
27
|
+
authorized: 'Authorized',
|
|
28
|
+
notAuthorized: 'Not Authorized',
|
|
29
|
+
age: 'Age',
|
|
30
|
+
menu: 'Menu',
|
|
31
|
+
save: 'Save',
|
|
32
|
+
version: 'Version',
|
|
33
|
+
login: 'Login',
|
|
34
|
+
year: 'Year',
|
|
35
|
+
years: 'Years',
|
|
36
|
+
address: 'Address',
|
|
37
|
+
city: 'City',
|
|
38
|
+
customFields: 'Custom Fields',
|
|
39
|
+
confirm: 'Do you confirm',
|
|
40
|
+
yes: 'Yes',
|
|
41
|
+
no: 'No',
|
|
42
|
+
notices: 'Notices',
|
|
43
|
+
dashboard: 'Control Panel',
|
|
44
|
+
period: 'Period',
|
|
45
|
+
amount: 'Importe',
|
|
46
|
+
status: 'Status',
|
|
47
|
+
enabled: 'Enabled',
|
|
48
|
+
disabled: 'Disabled',
|
|
49
|
+
select: 'Select'
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
// Messages
|
package/i18n/spanish.js
CHANGED
|
@@ -1,51 +1,52 @@
|
|
|
1
1
|
// Strings
|
|
2
2
|
|
|
3
3
|
export const strings = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
4
|
+
user: 'Usuario',
|
|
5
|
+
spanish: 'Español',
|
|
6
|
+
english: 'Inglès',
|
|
7
|
+
credentials: 'Credenciales de Acceso',
|
|
8
|
+
userName: 'Usuario',
|
|
9
|
+
password: 'Contraseña',
|
|
10
|
+
welcome: 'Bienvenido!',
|
|
11
|
+
personalData: 'Datos Personales',
|
|
12
|
+
personalDataEdit: 'Modificaciòn de Datos Personales',
|
|
13
|
+
lastName: 'Apellido',
|
|
14
|
+
firstName: 'Nombre',
|
|
15
|
+
personalId: 'Nº Documento',
|
|
16
|
+
phone: 'Telèfono',
|
|
17
|
+
email: 'Correo Electrònico',
|
|
18
|
+
birthDate: 'Fecha de Nacimiento',
|
|
19
|
+
date: 'Fecha',
|
|
20
|
+
time: 'Hora',
|
|
21
|
+
duration: 'Duraciòn',
|
|
22
|
+
summary: 'Resumen',
|
|
23
|
+
confirmation: 'Confirmaciòn',
|
|
24
|
+
available: 'Disponible',
|
|
25
|
+
notAvailable: 'No Disponible',
|
|
26
|
+
access: 'Acceso',
|
|
27
|
+
authorized: 'Autorizado',
|
|
28
|
+
notAuthorized: 'No Autorizado',
|
|
29
|
+
age: 'Edad',
|
|
30
|
+
menu: 'Menú',
|
|
31
|
+
save: 'Guardar',
|
|
32
|
+
version: 'Versión',
|
|
33
|
+
login: 'Ingresar',
|
|
34
|
+
year: 'Año',
|
|
35
|
+
years: 'Años',
|
|
36
|
+
address: 'Dirección',
|
|
37
|
+
city: 'Localidad',
|
|
38
|
+
customFields: 'Campos Personalizados',
|
|
39
|
+
confirm: 'Confirma',
|
|
40
|
+
yes: 'Si',
|
|
41
|
+
no: 'No',
|
|
42
|
+
notices: 'Noticias',
|
|
43
|
+
dashboard: 'Tablero de Control',
|
|
44
|
+
period: 'Período',
|
|
45
|
+
amount: 'Importe',
|
|
46
|
+
status: 'Estado',
|
|
47
|
+
enabled: 'Habilitado',
|
|
48
|
+
disabled: 'No Habilitado',
|
|
49
|
+
select: 'Seleccionar'
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
// Messages
|
package/mg-library.rar
ADDED
|
Binary file
|