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.
- package/dist/sprintify-ui.es.js +2 -2
- package/package.json +1 -1
- package/src/lang/en.json +2 -2
- package/src/lang/fr.json +2 -2
package/dist/sprintify-ui.es.js
CHANGED
|
@@ -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
|
|
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
|
|
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
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
|
|
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
|
|
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
|
+
}
|