@senior-gestao-pessoas/payroll-core 9.1.0-7f16e3ee-01cd-4128-8f8e-7bee7dee1e66 → 9.1.0-ad48c39d-b700-4e9b-ba88-a8a8159e0995
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/bundles/senior-gestao-pessoas-payroll-core.umd.js +2 -2
- package/bundles/senior-gestao-pessoas-payroll-core.umd.js.map +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js.map +1 -1
- package/components/historical-pix-account/historical-pix-account.component.d.ts +1 -1
- package/esm2015/components/historical-pix-account/historical-pix-account.component.js +3 -3
- package/esm5/components/historical-pix-account/historical-pix-account.component.js +3 -3
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +2 -2
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +2 -2
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/locale/en-US.json +3 -3
- package/locale/es-ES.json +3 -3
- package/package.json +1 -1
- package/senior-gestao-pessoas-payroll-core.metadata.json +1 -1
package/locale/en-US.json
CHANGED
|
@@ -132,10 +132,10 @@
|
|
|
132
132
|
"hcm.payroll.entries_query_actions_total_title": "Options",
|
|
133
133
|
"hcm.payroll.employees_invalid_field": "Invalid field",
|
|
134
134
|
"hcm.payroll.employees_addition_pix": "Pix",
|
|
135
|
-
"hcm.payroll.employees_addition_pix_key_type": "
|
|
136
|
-
"hcm.payroll.employees_addition_pix_key": "
|
|
135
|
+
"hcm.payroll.employees_addition_pix_key_type": "Key type",
|
|
136
|
+
"hcm.payroll.employees_addition_pix_key": "Pix",
|
|
137
137
|
"hcm.payroll.employees_addition_invalid_phone_number": "Invalid phone number: {{value}}.",
|
|
138
|
-
"hcm.payroll.historical_pix_account_title_form": "
|
|
138
|
+
"hcm.payroll.historical_pix_account_title_form": "Pix accounts",
|
|
139
139
|
"hcm.payroll.historical_pix_account_add": "Add",
|
|
140
140
|
"hcm.payroll.historical_pix_account_msg_limit_total_by_percentage": "The total value of 100% for the accounts percentage has been reached.",
|
|
141
141
|
"hcm.payroll.historical_pix_account_add_success": "Pix account added successfully!",
|
package/locale/es-ES.json
CHANGED
|
@@ -132,10 +132,10 @@
|
|
|
132
132
|
"hcm.payroll.entries_query_actions_total_title": "Opciones",
|
|
133
133
|
"hcm.payroll.employees_invalid_field": "Campo inválido",
|
|
134
134
|
"hcm.payroll.employees_addition_pix": "Pix",
|
|
135
|
-
"hcm.payroll.employees_addition_pix_key_type": "Tipo de
|
|
136
|
-
"hcm.payroll.employees_addition_pix_key": "
|
|
135
|
+
"hcm.payroll.employees_addition_pix_key_type": "Tipo de clave",
|
|
136
|
+
"hcm.payroll.employees_addition_pix_key": "Clave Pix",
|
|
137
137
|
"hcm.payroll.employees_addition_invalid_phone_number": "Número de teléfono inválido: {{value}}.",
|
|
138
|
-
"hcm.payroll.historical_pix_account_title_form": "
|
|
138
|
+
"hcm.payroll.historical_pix_account_title_form": "Cuentas Pix",
|
|
139
139
|
"hcm.payroll.historical_pix_account_add": "Agregar",
|
|
140
140
|
"hcm.payroll.historical_pix_account_msg_limit_total_by_percentage": "El total de 100% del porcentual de las cuentas fue alcanzada.",
|
|
141
141
|
"hcm.payroll.historical_pix_account_add_success": "¡Cuenta Pix agregada con éxito!",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "../node_modules/ng-packagr/package.schema.json",
|
|
3
3
|
"name": "@senior-gestao-pessoas/payroll-core",
|
|
4
|
-
"version": "9.1.0-
|
|
4
|
+
"version": "9.1.0-ad48c39d-b700-4e9b-ba88-a8a8159e0995",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "http://git.senior.com.br/gestao-pessoas/payroll-core-frontend"
|