@sumaris-net/ngx-components 1.19.1 → 1.19.2
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 +8 -8
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +2 -2
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/doc/changelog.md +3 -0
- package/esm2015/src/app/core/services/base-entity-service.class.js +6 -6
- package/esm2015/src/app/shared/platforms.js +3 -3
- package/fesm2015/sumaris-net.ngx-components.js +7 -7
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/i18n/en-US.json +21 -2
- package/src/assets/i18n/en.json +19 -1
- package/src/assets/i18n/fr.json +2 -2
package/package.json
CHANGED
|
@@ -396,12 +396,31 @@
|
|
|
396
396
|
},
|
|
397
397
|
"TYPE_ENUM": {
|
|
398
398
|
"DEBUG_DATA": "Debug data",
|
|
399
|
-
"INBOX_MESSAGE": "Inbox message"
|
|
399
|
+
"INBOX_MESSAGE": "Inbox message",
|
|
400
|
+
"FEED": "Feed"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"MESSAGE": {
|
|
404
|
+
"TYPE": "Message type",
|
|
405
|
+
"RECIPIENTS": "Recipients",
|
|
406
|
+
"SUBJECT": "Object",
|
|
407
|
+
"BODY_HELP": "Your message...",
|
|
408
|
+
"NEW": {
|
|
409
|
+
"TITLE": "New message"
|
|
410
|
+
},
|
|
411
|
+
"TYPE_ENUM": {
|
|
412
|
+
"INBOX_MESSAGE": "Internal message",
|
|
413
|
+
"EMAIL": "Email",
|
|
414
|
+
"FEED": "Feed"
|
|
400
415
|
}
|
|
401
416
|
},
|
|
402
417
|
"ERROR": {
|
|
403
418
|
"LOAD_USER_EVENTS_ERROR": "Error while loading notifications",
|
|
404
|
-
"SAVE_USER_EVENT_ERROR": "Error while saving user
|
|
419
|
+
"SAVE_USER_EVENT_ERROR": "Error while saving user notification",
|
|
420
|
+
"SEND_MESSAGE_ERROR": "Error while sending message"
|
|
421
|
+
},
|
|
422
|
+
"INFO": {
|
|
423
|
+
"MESSAGE_SENT": "Message <b>sent</b>"
|
|
405
424
|
}
|
|
406
425
|
},
|
|
407
426
|
"FILE": {
|
package/src/assets/i18n/en.json
CHANGED
|
@@ -400,9 +400,27 @@
|
|
|
400
400
|
"FEED": "Feed"
|
|
401
401
|
}
|
|
402
402
|
},
|
|
403
|
+
"MESSAGE": {
|
|
404
|
+
"TYPE": "Message type",
|
|
405
|
+
"RECIPIENTS": "Recipients",
|
|
406
|
+
"SUBJECT": "Object",
|
|
407
|
+
"BODY_HELP": "Your message...",
|
|
408
|
+
"NEW": {
|
|
409
|
+
"TITLE": "New message"
|
|
410
|
+
},
|
|
411
|
+
"TYPE_ENUM": {
|
|
412
|
+
"INBOX_MESSAGE": "Internal message",
|
|
413
|
+
"EMAIL": "Email",
|
|
414
|
+
"FEED": "Feed"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
403
417
|
"ERROR": {
|
|
404
418
|
"LOAD_USER_EVENTS_ERROR": "Error while loading notifications",
|
|
405
|
-
"SAVE_USER_EVENT_ERROR": "Error while saving user
|
|
419
|
+
"SAVE_USER_EVENT_ERROR": "Error while saving user notification",
|
|
420
|
+
"SEND_MESSAGE_ERROR": "Error while sending message"
|
|
421
|
+
},
|
|
422
|
+
"INFO": {
|
|
423
|
+
"MESSAGE_SENT": "Message <b>sent</b>"
|
|
406
424
|
}
|
|
407
425
|
},
|
|
408
426
|
"FILE": {
|
package/src/assets/i18n/fr.json
CHANGED
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
},
|
|
176
176
|
"TESTING": "Mode développeur ?",
|
|
177
177
|
"ENTITY_TRASH": "Activer la corbeille du pod ?",
|
|
178
|
-
"UPDATE_TECHNICAL_TABLES": "
|
|
178
|
+
"UPDATE_TECHNICAL_TABLES": "Pod > Tables techniques : mise à jour auto ?",
|
|
179
179
|
"ANALYTIC_REFERENCES_ENABLE": "Stratégie > Références analytiques : Activer ?",
|
|
180
180
|
"AUTH_TOKEN_TYPE_PLACEHOLDER": "Securité > Type d'authentification",
|
|
181
181
|
"AUTH_TOKEN_TYPE": {
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
"SEND_MESSAGE_ERROR": "Erreur lors de l'envoi du message"
|
|
422
422
|
},
|
|
423
423
|
"INFO": {
|
|
424
|
-
"MESSAGE_SENT": "Message
|
|
424
|
+
"MESSAGE_SENT": "Message <b>envoyé</b>"
|
|
425
425
|
}
|
|
426
426
|
},
|
|
427
427
|
"FILE": {
|