sprintify-ui 0.12.24 → 0.12.26

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.
@@ -8330,7 +8330,7 @@ const bc = /* @__PURE__ */ new WeakMap(), o2 = (n, t) => {
8330
8330
  address_2_description: "Apartment, suite, unit, building",
8331
8331
  and: "and",
8332
8332
  apply: "Apply",
8333
- apply_signature: "Apply my signature",
8333
+ apply_signature: "Apply signature",
8334
8334
  apply_filters: "Apply filters",
8335
8335
  authentication_code: "Authentication code",
8336
8336
  autocomplete_placeholder: "Search...",
@@ -8437,7 +8437,7 @@ const bc = /* @__PURE__ */ new WeakMap(), o2 = (n, t) => {
8437
8437
  address_2_description: "Appartement, suite, unité, immeuble",
8438
8438
  and: "et",
8439
8439
  apply: "Appliquer",
8440
- apply_signature: "Appliquer ma signature",
8440
+ apply_signature: "Appliquer signature",
8441
8441
  apply_filters: "Appliquer les filtres",
8442
8442
  authentication_code: "Code d'authentification",
8443
8443
  autocomplete_placeholder: "Rechercher...",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.12.24",
3
+ "version": "0.12.26",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "generate-llm-txt": "node scripts/generate-llm-txt.js",
package/src/lang/en.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "address_2_description": "Apartment, suite, unit, building",
13
13
  "and": "and",
14
14
  "apply": "Apply",
15
- "apply_signature": "Apply my signature",
15
+ "apply_signature": "Apply signature",
16
16
  "apply_filters": "Apply filters",
17
17
  "authentication_code": "Authentication code",
18
18
  "autocomplete_placeholder": "Search...",
@@ -105,4 +105,4 @@
105
105
  "today": "Today",
106
106
  "week": "Week",
107
107
  "year": "Year"
108
- }
108
+ }
package/src/lang/fr.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "address_2_description": "Appartement, suite, unité, immeuble",
13
13
  "and": "et",
14
14
  "apply": "Appliquer",
15
- "apply_signature": "Appliquer ma signature",
15
+ "apply_signature": "Appliquer signature",
16
16
  "apply_filters": "Appliquer les filtres",
17
17
  "authentication_code": "Code d'authentification",
18
18
  "autocomplete_placeholder": "Rechercher...",
@@ -105,4 +105,4 @@
105
105
  "today": "Aujourd\\'hui",
106
106
  "week": "Semaine",
107
107
  "year": "Année"
108
- }
108
+ }