Skip to content

Commit

Permalink
dev: Regenerate messages
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking committed Aug 26, 2022
1 parent 1590cfa commit 1a770b0
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions config/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6929,6 +6929,60 @@
"file": "javascript.go"
}
},
"error:pkg/messageprocessors/normalizedpayload:field_exclusive_maximum": {
"translations": {
"en": "`{path}` should be less than `{maximum}`"
},
"description": {
"package": "pkg/messageprocessors/normalizedpayload",
"file": "uplink.go"
}
},
"error:pkg/messageprocessors/normalizedpayload:field_exclusive_minimum": {
"translations": {
"en": "`{path}` should be greater than `{minimum}`"
},
"description": {
"package": "pkg/messageprocessors/normalizedpayload",
"file": "uplink.go"
}
},
"error:pkg/messageprocessors/normalizedpayload:field_maximum": {
"translations": {
"en": "`{path}` should be equal or less than `{maximum}`"
},
"description": {
"package": "pkg/messageprocessors/normalizedpayload",
"file": "uplink.go"
}
},
"error:pkg/messageprocessors/normalizedpayload:field_minimum": {
"translations": {
"en": "`{path}` should be equal or greater than `{minimum}`"
},
"description": {
"package": "pkg/messageprocessors/normalizedpayload",
"file": "uplink.go"
}
},
"error:pkg/messageprocessors/normalizedpayload:field_type": {
"translations": {
"en": "invalid field type of `{path}`"
},
"description": {
"package": "pkg/messageprocessors/normalizedpayload",
"file": "uplink.go"
}
},
"error:pkg/messageprocessors/normalizedpayload:unknown_field": {
"translations": {
"en": "unknown field `{path}`"
},
"description": {
"package": "pkg/messageprocessors/normalizedpayload",
"file": "uplink.go"
}
},
"error:pkg/messageprocessors:formatter_not_configured": {
"translations": {
"en": "formatter `{formatter}` is not configured"
Expand Down Expand Up @@ -9251,6 +9305,15 @@
"file": "observability.go"
}
},
"event:as.up.data.normalize.warning": {
"translations": {
"en": "normalize uplink data message warning"
},
"description": {
"package": "pkg/applicationserver",
"file": "observability.go"
}
},
"event:as.up.data.receive": {
"translations": {
"en": "receive uplink data message"
Expand Down

0 comments on commit 1a770b0

Please sign in to comment.