mg-library 1.0.291 → 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 CHANGED
@@ -103,7 +103,7 @@ export function getBasicStyleSheet() {
103
103
  backgroundColor: 'white',
104
104
  justifyContent: 'center',
105
105
  paddingLeft: 10,
106
- minHeight: 50,
106
+ minHeight: 50,
107
107
  paddingTop: 5,
108
108
  paddingBottom: 5
109
109
  }
package/i18n/english.js CHANGED
@@ -1,51 +1,52 @@
1
1
  // Strings
2
2
 
3
3
  export const strings = {
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'
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
- 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'
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 CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.291",
3
+ "version": "1.0.292",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {