@sumaris-net/ngx-components 1.14.0 → 1.14.1
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/sumaris-net.ngx-components.umd.js +30 -32
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/services/platform.service.js +26 -27
- package/fesm2015/sumaris-net.ngx-components.js +24 -25
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/i18n/fr.json +2 -2
package/package.json
CHANGED
package/src/assets/i18n/fr.json
CHANGED
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"DATE_SHORT_PATTERN": "DD/MM/YY",
|
|
70
70
|
"DATE_MONTH_YEAR_PATTERN": "MM/YYYY",
|
|
71
71
|
"DATE_YEAR_PATTERN": "YYYY",
|
|
72
|
-
"DATE_YEAR_PLACEHOLDER": "
|
|
72
|
+
"DATE_YEAR_PLACEHOLDER": "aaaa",
|
|
73
73
|
"DATE_PLACEHOLDER": "jj/mm/aaaa",
|
|
74
74
|
"DATE_TIME_PLACEHOLDER": "jj/mm/aaaa hh:mm",
|
|
75
75
|
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
"LAT_LONG_FORMAT": "Format latitude/longitude"
|
|
282
282
|
},
|
|
283
283
|
"INFO": {
|
|
284
|
-
"RELOADED": "Votre compte utilisateur a été
|
|
284
|
+
"RELOADED": "Votre compte utilisateur a été <b>actualisé</b> !"
|
|
285
285
|
},
|
|
286
286
|
"ERROR": {
|
|
287
287
|
"SUBSCRIBE_ERROR": "Échec de l'abonnement distant au compte utilisateur."
|