@open-charging-cloud/chargy-core 0.13.0 → 0.14.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/i18n.json CHANGED
@@ -101,6 +101,31 @@
101
101
  "en": "An unexpected error occurred during signature verification!"
102
102
  },
103
103
 
104
+ "DocumentSignature_Missing": {
105
+ "de": "Dieses Dokument ist nicht signiert und konnte daher als Ganzes nicht kryptografisch geprüft werden!",
106
+ "en": "This document is not signed and could therefore not be verified cryptographically as a whole!"
107
+ },
108
+
109
+ "DocumentSignature_Mismatch": {
110
+ "de": "Die Signatur dieses Dokumentes passt nicht zu seinem Inhalt!",
111
+ "en": "The signature of this document does not match its content!"
112
+ },
113
+
114
+ "DocumentSignature_UnknownPublicKey": {
115
+ "de": "Der öffentliche Schlüssel einer Dokumentsignatur ist in diesem Dokument nicht enthalten!",
116
+ "en": "The public key of a document signature is not part of this document!"
117
+ },
118
+
119
+ "DocumentSignature_UnsupportedAlgorithm": {
120
+ "de": "Eine Dokumentsignatur verwendet ein nicht unterstütztes Signaturverfahren!",
121
+ "en": "A document signature uses an unsupported signature algorithm!"
122
+ },
123
+
124
+ "DocumentSignature_Malformed": {
125
+ "de": "Eine Dokumentsignatur ist fehlerhaft kodiert und konnte nicht ausgewertet werden!",
126
+ "en": "A document signature is malformed and could not be evaluated!"
127
+ },
128
+
104
129
  "UnknownOrInvalidChargingSessionFormat": {
105
130
  "de": "Unbekanntes oder ungültiges Ladevorgangsformat!",
106
131
  "en": "Unknown or invalid charging session format!"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-charging-cloud/chargy-core",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "The ChargyCore TypeScript library shared between Chargy Desktop, Web & Mobile applications.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",