"client-only-observe-after-connect":"{ count, plural, 1 {1: Only Observe Request to the client after the initial connection} other {2: Read All Resources & Observe Request to the client after registration} }",
"client-only-observe-after-connect-tip":"{ count, plural, 1 {Strategy 1: After the initial connection of the LWM2M Client, the server sends Observe resources Request to the client, those resources that are marked as observation in the Device profile and which exist on the LWM2M client.} other {Strategy 2: After the registration, request the client to read all the resource values for all objects that the LWM2M client has,\n then execute: the server sends Observe resources Request to the client, those resources that are marked as observation in the Device profile and which exist on the LWM2M client.} }",
"object-list":"Object list",
"object-list-empty":"No objects selected.",
"no-objects-matching":"No objects matching '{{object}}' were found.",
@ -1236,6 +1233,7 @@
"default-min-period":"Minimum Period between two notifications (sec)",
"notif-if-disabled":"Notification Storing When Disabled or Offline",
"binding":"Binding",
"bootstrap-tab":"Bootstrap",
"bootstrap-server":"Bootstrap Server",
"lwm2m-server":"LwM2M Server",
"server-host":"Host",
@ -1248,6 +1246,14 @@
"client-hold-off-time-tip":"Client Hold Off Time for use with a Bootstrap-Server only",
"bootstrap-server-account-timeout":"Account after the timeout",
"bootstrap-server-account-timeout-tip":"Bootstrap-Server Account after the timeout value given by this resource.",
"client-only-observe-after-connect":"{ count, plural, 1 {1: Only Observe Request to the client after the initial connection} other {2: Read All Resources & Observe Request to the client after registration} }",
"client-only-observe-after-connect-tip":"{ count, plural, 1 {Strategy 1: After the initial connection of the LWM2M Client, the server sends Observe resources Request to the client, those resources that are marked as observation in the Device profile and which exist on the LWM2M client.} other {Strategy 2: After the registration, request the client to read all the resource values for all objects that the LWM2M client has,\n then execute: the server sends Observe resources Request to the client, those resources that are marked as observation in the Device profile and which exist on the LWM2M client.} }",
"fw-update-url-label":"Firmware update strategy",
"fw-update-url":"{ count, plural, 1 {Push firmware update as binary file using Object 5 and Resource 0 (Package).} 2 {Push firmware update as binary file using Object 5 and Resource 0 (Package).} other {Push firmware update as binary file using Object 19 and Resource 0 (Data).} }",
"sw-update-url-label":"Software update strategy",
"sw-update-url":"{ count, plural, 1 {Push binary file using Object 9 and Resource 2 (Package).} other {Auto-generate unique CoAP URL to download the package and push software update using Object 9 and Resource 3 (Package URI).} }",