"identity-required":"Client Identity is required.",
"identity-tooltip":"PSK identity is arbitrary PSK Identities of up to 128 bytes, as mandated in [RFC7925]. \n PSK identity MUST be first converted to a character string, and then encoded to octets using UTF-8 [UTF8].",
"client-key":"Client Key",
"client-key-required":"Client Key is required.",
"client-key-tooltip":"{ count, plural, 1 {RPK public key or id should be in RFC7250 standard and encoded to Base64 format!} other {PSK key should be in RFC4279 standard 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":"{ count, plural, 1 {X509 public key should be in DER-encoded X509v3 format and support only EC algorithm and encoded to Base64 format!} other {} }",
"mode":"Security config mode",
"client-tab":"Client Security Config",
"client-certificate":"Client certificate",
@ -975,10 +980,10 @@
"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":"{ count, plural, 0 {PSK identity is arbitrary PSK Identities of up to 128 bytes, as mandated in [RFC7925]. \n PSK identity MUST be first converted to a character string, and then encoded to octets using UTF-8 [UTF8].} 1 {RPK public key or id should be in RFC7250 standard and encoded to Base64 format!} other {X509 public key should be in DER-encoded X509v3 format and support only EC algorithm and 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":"{ count, plural, 0 {PSK key should be in RFC4279 standard and HexDec format: 32, 64, 128 characters!.} 1 {RPK secret key should be in PKCS_8 format (DER encoding, RFC5958 standard) and encoded to Base64 format!} other {X509 secret key should be in PKCS_8 format (DER encoding, RFC5958 standard) and encoded to Base64 format!} }"