@ailaw/venus 1.165.0 → 1.166.0

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.
Files changed (2) hide show
  1. package/dist/es.js +2 -2
  2. package/package.json +1 -1
package/dist/es.js CHANGED
@@ -206,7 +206,7 @@ var es$1 = {
206
206
  state: "Estado",
207
207
  province: "Provincia",
208
208
  city: "Ciudad",
209
- zip: "Cremallera",
209
+ zip: "C\xF3digo postal",
210
210
  postal: "Postal",
211
211
  website: "P\xE1gina Web de la compa\xF1\xEDa",
212
212
  estabYear: "A\xF1o Establecido",
@@ -1333,7 +1333,7 @@ var es$1 = {
1333
1333
  personalInformationEmployee3: "Habla a",
1334
1334
  companyTeleNumber: "N\xFAmero de tel\xE9fono de la empresa",
1335
1335
  countryWithoutRegion: "Pa\xEDs",
1336
- worksheetWithoutValidation: "Omitir campo (s) obligatorio",
1336
+ worksheetWithoutValidation: "Omitir casillas obligatorio",
1337
1337
  worksheetWithoutValidationNote1: "Nota: est\xE1 intentando omitir los campos obligatorios.",
1338
1338
  worksheetWithoutValidationNote2: "\xBFEst\xE1 seguro de que desea continuar con informaci\xF3n incompleta?",
1339
1339
  worksheetWithoutValidationNote3: "El abogado podr\xEDa comunicarse con usted por la parte incompleta.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.165.0",
3
+ "version": "1.166.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],