"identity-required":"Client Identity is required.",
"identity-tooltip":"The PSK identifier is an arbitrary PSK identifier up to 128 bytes, as described in the standard [RFC7925].\nThe PSK identifier MUST first be converted to a character string and then encoded into octets using UTF-8.",
"client-key":"Client Key",
"client-key-required":"Client Key is required.",
"client-key-tooltip-prk":"RPK public key or id must be in the standard [RFC7250] and encoded to Base64 format!",
"client-key-tooltip-psk":"PSK key must be in the standard [RFC4279] and HexDec format: 32, 64, 128 characters!",
"endpoint":"Endpoint Client Name",
"endpoint-required":"Endpoint Client Name is required.",
"client-public-key":"Client public key",
"client-public-key-hint":"If client public key is empty, the trusted certificate will be used",
"client-public-key-tooltip":"X509 public key must be in DER-encoded X509v3 format and support exclusively EC algorithm and then encoded to Base64 format!",
"mode":"Security config mode",
"client-tab":"Client Security Config",
"client-certificate":"Client certificate",
@ -997,10 +1003,14 @@
"lwm2m-server":"LwM2M Server",
"client-publicKey-or-id":"Client Public Key or Id",
"client-publicKey-or-id-required":"Client Public Key or Id is required.",
"client-publicKey-or-id-tooltip-psk":"The PSK identifier is an arbitrary PSK identifier up to 128 bytes, as described in the standard [RFC7925].\nThe PSK identifier MUST first be converted to a character string and then encoded into octets using UTF-8.",
"client-publicKey-or-id-tooltip-rpk":"RPK public key or id must be in the standard [RFC7250] and encoded to Base64 format!",
"client-publicKey-or-id-tooltip-x509":"X509 public key must be in DER-encoded X509v3 format and support exclusively EC algorithm and then encoded to Base64 format",
"client-secret-key":"Client Secret Key",
"client-secret-key-required":"Client Secret Key is required.",
"client-public-key":"Client public key",
"client-public-key-hint":"If client public key is empty, the trusted certificate will be used"
"client-secret-key-tooltip-psk":"PSK key must be in the standard [RFC4279] and HexDec format: 32, 64, 128 characters!",
"client-secret-key-tooltip-prk":"RPK secret key must be in PKCS_8 format (DER encoding, standard [RFC5958]) and then encoded to Base64 format!",
"client-secret-key-tooltip-x509":"X509 secret key must be in PKCS_8 format (DER encoding, standard [RFC5958]) and then encoded to Base64 format!"
"bootstrap-server-legend":"Bootstrap Server (ShortId...)",
"lwm2m-server-legend":"LwM2M Server (ShortId...)",
"server":"Server",
"short-id":"Short ID",
"short-id-tooltip":"Server ShortID must be equal Security ShortID ",
"short-id-required":"Short ID is required.",
"short-id-range":"Short ID should be in a range from 1 to 65534.",
"short-id-pattern":"Short ID must be a positive integer.",
"lifetime":"Client registration lifetime",
"lifetime-required":"Client registration lifetime is required.",
"lifetime-pattern":"Client registration lifetime must be a positive integer.",
"default-min-period":"Minimum period between two notifications (s)",
"default-min-period":"Min period between two notifications (s)",
"default-min-period-tooltip":"The default value the LwM2M Client should use for the Minimum Period of an Observation in the absence of this parameter being included in an Observation.",
"default-min-period-required":"Minimum period is required.",
"default-min-period-pattern":"Minimum period must be a positive integer.",
"notification-storing":"Notification storing when disabled or offline",
"binding":"Binding",
"binding-type":{
"u":"U: UDP connection in standard mode",
"uq":"UQ: UDP connection in queue mode",
"us":"US: both UDP and SMS connections active, both in standard mode",
"uqs":"UQS: both UDP and SMS connections active; UDP in queue mode, SMS in standard mode",
"t":"T: TCP connection in standard mode",
"tq":"TQ: TCP connection in queue mode",
"ts":"TS: both TCP and SMS connections active, both in standard mode",
"tqs":"TQS: both TCP and SMS connections active; TCP in queue mode, SMS in standard mode",
"s":"S: SMS connection in standard mode",
"sq":"SQ: SMS connection in queue mode"
"u":"U: Client is reachable via the UDP binding at any time.",
"m":"M: Client is reachable via the MQTT binding at any time.",
"h":"H: Client is reachable via the HTTP binding at any time.",
"t":"T: Client is reachable via the TCP binding at any time.",
"s":"S: Client is reachable via the SMS binding at any time.",
"n":"N: Client MUST send the response to such a request over the Non-IP binding (is supported since LWM2M 1.1).",
"uq":"UQ: UDP connection in queue mode (is not supported since LWM2M 1.1)",
"uqs":"UQS: both UDP and SMS connections active; UDP in queue mode, SMS in standard mode (is not supported since LWM2M 1.1)",
"tq":"TQ: TCP connection in queue mode (is not supported since LWM2M 1.1)",
"tqs":"TQS: both TCP and SMS connections active; TCP in queue mode, SMS in standard mode (is not supported since LWM2M 1.1)",
"sq":"SQ: SMS connection in queue mode (is not supported since LWM2M 1.1)"
},
"bootstrap-tab":"Bootstrap",
"binding-tooltip":"Tis is the list in the\"binding\" resource of the LwM2M server object - /1/x/7.\nIndicates the supported binding modes in the LwM2M Client.\nThis value SHOULD be the same as the value in the “Supported Binding and Modes” resource in the Device Object (/3/0/16).\nWhile multiple transports are supported, only one transport binding can be used during the entire Transport Session.\nAs an example, when UDP and SMS are both supported, the LwM2M Client and the LwM2M Server can choose to communicate either over UDP or SMS during the entire Transport Session.",