@archbase/core 4.3.0 → 4.3.2
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/dist/archbase-core-4.3.2.tgz +0 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/locales/config.d.ts +6 -0
- package/dist/locales/en/translation.json.d.ts +2 -0
- package/dist/locales/es/translation.json.d.ts +2 -0
- package/dist/locales/pt-BR/translation.json.d.ts +2 -0
- package/package.json +1 -1
- package/dist/archbase-core-4.3.0.tgz +0 -0
package/dist/locales/config.d.ts
CHANGED
|
@@ -490,6 +490,8 @@ export declare const archbaseTranslationResources: {
|
|
|
490
490
|
Foto: string;
|
|
491
491
|
Nome: string;
|
|
492
492
|
Apelido: string;
|
|
493
|
+
Matrícula: string;
|
|
494
|
+
"Matr\u00EDcula do funcion\u00E1rio": string;
|
|
493
495
|
Email: string;
|
|
494
496
|
Grupos: string;
|
|
495
497
|
"Admin ?": string;
|
|
@@ -1124,6 +1126,8 @@ export declare const archbaseTranslationResources: {
|
|
|
1124
1126
|
Foto: string;
|
|
1125
1127
|
Nome: string;
|
|
1126
1128
|
Apelido: string;
|
|
1129
|
+
Matrícula: string;
|
|
1130
|
+
"Matr\u00EDcula do funcion\u00E1rio": string;
|
|
1127
1131
|
Email: string;
|
|
1128
1132
|
Grupos: string;
|
|
1129
1133
|
"Admin ?": string;
|
|
@@ -1758,6 +1762,8 @@ export declare const archbaseTranslationResources: {
|
|
|
1758
1762
|
Foto: string;
|
|
1759
1763
|
Nome: string;
|
|
1760
1764
|
Apelido: string;
|
|
1765
|
+
Matrícula: string;
|
|
1766
|
+
"Matr\u00EDcula do funcion\u00E1rio": string;
|
|
1761
1767
|
Email: string;
|
|
1762
1768
|
Grupos: string;
|
|
1763
1769
|
"Admin ?": string;
|
|
@@ -488,6 +488,8 @@ declare const _default: {
|
|
|
488
488
|
"Foto": "Foto",
|
|
489
489
|
"Nome": "Nome",
|
|
490
490
|
"Apelido": "Apelido",
|
|
491
|
+
"Matrícula": "Matrícula",
|
|
492
|
+
"Matrícula do funcionário": "Matrícula do funcionário",
|
|
491
493
|
"Email": "Email",
|
|
492
494
|
"Grupos": "Grupos",
|
|
493
495
|
"Admin ?": "Admin?",
|
package/package.json
CHANGED
|
Binary file
|