@ailaw/venus 1.138.0 → 1.140.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.
package/dist/en.js CHANGED
@@ -162,6 +162,12 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
162
162
  pay: "Pay",
163
163
  payment: "Payment",
164
164
  new_case: "New Case",
165
+ profileNotLinked: "This profile has not been linked to any account.",
166
+ clickToLinkAccounts: "Click to link accounts.",
167
+ linkAccounts: "Link accounts.",
168
+ pleaseLinkAccounts: "Please choose or create accounts for Profile below",
169
+ confirmUnlinkAccount: "This is an existed account. Are you sure to unlink it?",
170
+ addMoreAccounts: "Add more accounts",
165
171
  all: "All Cases",
166
172
  open: "Open Cases",
167
173
  completed: "Completed Cases",
package/dist/es.js CHANGED
@@ -211,7 +211,7 @@ var es = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
211
211
  state: "Estado",
212
212
  province: "Provincia",
213
213
  city: "Ciudad",
214
- zip: "Cremallera",
214
+ zip: "C\xF3digo postal",
215
215
  postal: "Postal",
216
216
  website: "P\xE1gina Web de la compa\xF1\xEDa",
217
217
  estabYear: "A\xF1o Establecido",
@@ -1338,7 +1338,7 @@ var es = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
1338
1338
  personalInformationEmployee3: "Habla a",
1339
1339
  companyTeleNumber: "N\xFAmero de tel\xE9fono de la empresa",
1340
1340
  countryWithoutRegion: "Pa\xEDs",
1341
- worksheetWithoutValidation: "Omitir campo (s) obligatorio",
1341
+ worksheetWithoutValidation: "Omitir casillas obligatorio",
1342
1342
  worksheetWithoutValidationNote1: "Nota: est\xE1 intentando omitir los campos obligatorios.",
1343
1343
  worksheetWithoutValidationNote2: "\xBFEst\xE1 seguro de que desea continuar con informaci\xF3n incompleta?",
1344
1344
  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.138.0",
3
+ "version": "1.140.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],