@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
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -992,6 +992,8 @@ const translation = {
|
|
|
992
992
|
Foto: Foto$2,
|
|
993
993
|
Nome: Nome$2,
|
|
994
994
|
Apelido: Apelido$2,
|
|
995
|
+
"Matrícula": "Employee ID",
|
|
996
|
+
"Matrícula do funcionário": "Employee ID",
|
|
995
997
|
Email: Email$2,
|
|
996
998
|
Grupos: Grupos$2,
|
|
997
999
|
"Admin ?": "Admin?",
|
|
@@ -1874,6 +1876,8 @@ const translation_es = {
|
|
|
1874
1876
|
Foto: Foto$1,
|
|
1875
1877
|
Nome: Nome$1,
|
|
1876
1878
|
Apelido: Apelido$1,
|
|
1879
|
+
"Matrícula": "Matrícula",
|
|
1880
|
+
"Matrícula do funcionário": "Matrícula del empleado",
|
|
1877
1881
|
Email: Email$1,
|
|
1878
1882
|
Grupos: Grupos$1,
|
|
1879
1883
|
"Admin ?": "¿Admin?",
|
|
@@ -2693,6 +2697,8 @@ const translation_ptbr = {
|
|
|
2693
2697
|
Foto,
|
|
2694
2698
|
Nome,
|
|
2695
2699
|
Apelido,
|
|
2700
|
+
"Matrícula": "Matrícula",
|
|
2701
|
+
"Matrícula do funcionário": "Matrícula do funcionário",
|
|
2696
2702
|
Email,
|
|
2697
2703
|
Grupos,
|
|
2698
2704
|
"Admin ?": "Admin?",
|