Commit ba3e779cc03c8a430fa33109b3da43f3cc1d649b

Authored by Vladyslav_Prykhodko
1 parent c910597f

UI: Fixed Slovenian locale after merge

... ... @@ -65,6 +65,7 @@ export class TranslateDefaultCompiler extends TranslateMessageFormatCompiler {
65 65 } catch (e) {
66 66 console.warn(`Failed to parse source: ${src}`);
67 67 console.error(e);
  68 + return false;
68 69 }
69 70 const res = tokens.filter(
70 71 (value) => typeof value !== 'string' && value.type === 'plural'
... ...
... ... @@ -2494,7 +2494,8 @@
2494 2494 "ro_RO": "Română",
2495 2495 "lv_LV": "Latviešu",
2496 2496 "ka_GE": "ქართული",
2497   - "pt_BR": "Português do Brasil"
  2497 + "pt_BR": "Português do Brasil",
  2498 + "sl_SI": "Slovenščina"
2498 2499 }
2499 2500 }
2500 2501 }
... ...
... ... @@ -23,7 +23,7 @@
23 23 "no": "Ne",
24 24 "update": "Nadgradnja",
25 25 "remove": "Odstrani",
26   - "select": "Izberi",
  26 + "select": "Izberi",
27 27 "search": "Iskanje",
28 28 "clear-search": "Počisti iskanje",
29 29 "assign": "Dodeli",
... ... @@ -55,9 +55,9 @@
55 55 "continue": "Nadaljuj",
56 56 "discard-changes": "Zavrzi spremembe",
57 57 "download": "Prenesi",
58   - "next-with-label": "Naslednji: {{label}}",
59   - "read-more": "Preberi več",
60   - "hide": "Skrij"
  58 + "next-with-label": "Naslednji: {{label}}",
  59 + "read-more": "Preberi več",
  60 + "hide": "Skrij"
61 61 },
62 62 "aggregation": {
63 63 "aggregation": "Združevanje",
... ... @@ -80,8 +80,8 @@
80 80 "test-mail-sent": "Testna pošta je bila uspešno poslana!",
81 81 "base-url": "Osnovni URL",
82 82 "base-url-required": "Zahtevan je osnovni URL.",
83   - "prohibit-different-url": "Prohibit to use hostname from the client request headers",
84   - "prohibit-different-url-hint": "This setting should be enabled for production environments. May cause security issues when disabled",
  83 + "prohibit-different-url": "Prohibit to use hostname from the client request headers",
  84 + "prohibit-different-url-hint": "This setting should be enabled for production environments. May cause security issues when disabled",
85 85 "mail-from": "Pošta od",
86 86 "mail-from-required": "Zahtevana je pošta od.",
87 87 "smtp-protocol": "Protokol SMTP",
... ... @@ -104,33 +104,33 @@
104 104 "proxy-user": "Uporabnik proxy",
105 105 "proxy-password": "Geslo proxy",
106 106 "send-test-mail": "Pošlji testno pošto",
107   - "sms-provider": "SMS provider",
108   - "sms-provider-settings": "SMS provider settings",
109   - "sms-provider-type": "SMS provider type",
110   - "sms-provider-type-required": "SMS provider type is required.",
111   - "sms-provider-type-aws-sns": "Amazon SNS",
112   - "sms-provider-type-twilio": "Twilio",
113   - "aws-access-key-id": "AWS Access Key ID",
114   - "aws-access-key-id-required": "AWS Access Key ID is required",
115   - "aws-secret-access-key": "AWS Secret Access Key",
116   - "aws-secret-access-key-required": "AWS Secret Access Key is required",
117   - "aws-region": "AWS Region",
118   - "aws-region-required": "AWS Region is required",
119   - "number-from": "Phone Number From",
120   - "number-from-required": "Phone Number From is required.",
121   - "number-to": "Phone Number To",
122   - "number-to-required": "Phone Number To is required.",
123   - "phone-number-hint": "Phone Number in E.164 format, ex. +19995550123",
124   - "phone-number-pattern": "Invalid phone number. Should be in E.164 format, ex. +19995550123.",
125   - "sms-message": "SMS message",
126   - "sms-message-required": "SMS message is required.",
127   - "sms-message-max-length": "SMS message can't be longer 1600 characters",
128   - "twilio-account-sid": "Twilio Account SID",
129   - "twilio-account-sid-required": "Twilio Account SID is required",
130   - "twilio-account-token": "Twilio Account Token",
131   - "twilio-account-token-required": "Twilio Account Token is required",
132   - "send-test-sms": "Send test SMS",
133   - "test-sms-sent": "Test SMS was successfully sent!",
  107 + "sms-provider": "SMS provider",
  108 + "sms-provider-settings": "SMS provider settings",
  109 + "sms-provider-type": "SMS provider type",
  110 + "sms-provider-type-required": "SMS provider type is required.",
  111 + "sms-provider-type-aws-sns": "Amazon SNS",
  112 + "sms-provider-type-twilio": "Twilio",
  113 + "aws-access-key-id": "AWS Access Key ID",
  114 + "aws-access-key-id-required": "AWS Access Key ID is required",
  115 + "aws-secret-access-key": "AWS Secret Access Key",
  116 + "aws-secret-access-key-required": "AWS Secret Access Key is required",
  117 + "aws-region": "AWS Region",
  118 + "aws-region-required": "AWS Region is required",
  119 + "number-from": "Phone Number From",
  120 + "number-from-required": "Phone Number From is required.",
  121 + "number-to": "Phone Number To",
  122 + "number-to-required": "Phone Number To is required.",
  123 + "phone-number-hint": "Phone Number in E.164 format, ex. +19995550123",
  124 + "phone-number-pattern": "Invalid phone number. Should be in E.164 format, ex. +19995550123.",
  125 + "sms-message": "SMS message",
  126 + "sms-message-required": "SMS message is required.",
  127 + "sms-message-max-length": "SMS message can't be longer 1600 characters",
  128 + "twilio-account-sid": "Twilio Account SID",
  129 + "twilio-account-sid-required": "Twilio Account SID is required",
  130 + "twilio-account-token": "Twilio Account Token",
  131 + "twilio-account-token-required": "Twilio Account Token is required",
  132 + "send-test-sms": "Send test SMS",
  133 + "test-sms-sent": "Test SMS was successfully sent!",
134 134 "security-settings": "Varnostne nastavitve",
135 135 "password-policy": "Pravilnik o geslih",
136 136 "minimum-password-length": "Najkrajša dolžina gesla",
... ... @@ -152,72 +152,72 @@
152 152 "max-failed-login-attempts": "Največje število neuspelih poskusov prijave, preden se račun zaklene",
153 153 "minimum-max-failed-login-attempts-range": "Največje število neuspelih poskusov prijave ne sme biti negativno",
154 154 "user-lockout-notification-email": "V primeru zaklepa uporabniškega računa, pošlji obvestilo na e-pošto",
155   - "domain-name": "Domain name",
156   - "domain-name-unique": "Domain name and protocol need to unique.",
157   - "error-verification-url": "A domain name shouldn't contain symbols '/' and ':'. Example: thingsboard.io",
158   - "oauth2": {
159   - "access-token-uri": "Access token URI",
160   - "access-token-uri-required": "Access token URI is required.",
161   - "activate-user": "Activate user",
162   - "add-domain": "Add domain",
163   - "delete-domain": "Delete domain",
164   - "add-provider": "Add provider",
165   - "delete-provider": "Delete provider",
166   - "allow-user-creation": "Allow user creation",
167   - "always-fullscreen": "Always fullscreen",
168   - "authorization-uri": "Authorization URI",
169   - "authorization-uri-required": "Authorization URI is required.",
170   - "client-authentication-method": "Client authentication method",
171   - "client-id": "Client ID",
172   - "client-id-required": "Client ID is required.",
173   - "client-secret": "Client secret",
174   - "client-secret-required": "Client secret is required.",
175   - "custom-setting": "Custom settings",
176   - "customer-name-pattern": "Customer name pattern",
177   - "default-dashboard-name": "Default dashboard name",
178   - "delete-domain-text": "Be careful, after the confirmation a domain and all provider data will be unavailable.",
179   - "delete-domain-title": "Are you sure you want to delete settings the domain '{{domainName}}'?",
180   - "delete-registration-text": "Be careful, after the confirmation a provider data will be unavailable.",
181   - "delete-registration-title": "Are you sure you want to delete the provider '{{name}}'?",
182   - "email-attribute-key": "Email attribute key",
183   - "email-attribute-key-required": "Email attribute key is required.",
184   - "first-name-attribute-key": "First name attribute key",
185   - "general": "General",
186   - "jwk-set-uri": "JSON Web Key URI",
187   - "last-name-attribute-key": "Last name attribute key",
188   - "login-button-icon": "Login button icon",
189   - "login-button-label": "Provider label",
190   - "login-button-label-placeholder": "Login with $(Provider label)",
191   - "login-button-label-required": "Label is required.",
192   - "login-provider": "Login provider",
193   - "mapper": "Mapper",
194   - "new-domain": "New domain",
195   - "oauth2": "OAuth2",
196   - "redirect-uri-template": "Redirect URI template",
197   - "copy-redirect-uri": "Copy redirect URI",
198   - "registration-id": "Registration ID",
199   - "registration-id-required": "Registration ID is required.",
200   - "registration-id-unique": "Registration ID need to unique for the system.",
201   - "scope": "Scope",
202   - "scope-required": "Scope is required.",
203   - "tenant-name-pattern": "Tenant name pattern",
204   - "tenant-name-pattern-required": "Tenant name pattern is required.",
205   - "tenant-name-strategy": "Tenant name strategy",
206   - "type": "Mapper type",
207   - "uri-pattern-error": "Invalid URI format.",
208   - "url": "URL",
209   - "url-pattern": "Invalid URL format.",
210   - "url-required": "URL is required.",
211   - "user-info-uri": "User info URI",
212   - "user-info-uri-required": "User info URI is required.",
213   - "user-name-attribute-name": "User name attribute key",
214   - "user-name-attribute-name-required": "User name attribute key is required",
215   - "protocol": "Protocol",
216   - "domain-schema-http": "HTTP",
217   - "domain-schema-https": "HTTPS",
218   - "domain-schema-mixed": "HTTP+HTTPS",
219   - "enable": "Enable OAuth2 settings"
220   - }
  155 + "domain-name": "Domain name",
  156 + "domain-name-unique": "Domain name and protocol need to unique.",
  157 + "error-verification-url": "A domain name shouldn't contain symbols '/' and ':'. Example: thingsboard.io",
  158 + "oauth2": {
  159 + "access-token-uri": "Access token URI",
  160 + "access-token-uri-required": "Access token URI is required.",
  161 + "activate-user": "Activate user",
  162 + "add-domain": "Add domain",
  163 + "delete-domain": "Delete domain",
  164 + "add-provider": "Add provider",
  165 + "delete-provider": "Delete provider",
  166 + "allow-user-creation": "Allow user creation",
  167 + "always-fullscreen": "Always fullscreen",
  168 + "authorization-uri": "Authorization URI",
  169 + "authorization-uri-required": "Authorization URI is required.",
  170 + "client-authentication-method": "Client authentication method",
  171 + "client-id": "Client ID",
  172 + "client-id-required": "Client ID is required.",
  173 + "client-secret": "Client secret",
  174 + "client-secret-required": "Client secret is required.",
  175 + "custom-setting": "Custom settings",
  176 + "customer-name-pattern": "Customer name pattern",
  177 + "default-dashboard-name": "Default dashboard name",
  178 + "delete-domain-text": "Be careful, after the confirmation a domain and all provider data will be unavailable.",
  179 + "delete-domain-title": "Are you sure you want to delete settings the domain '{{domainName}}'?",
  180 + "delete-registration-text": "Be careful, after the confirmation a provider data will be unavailable.",
  181 + "delete-registration-title": "Are you sure you want to delete the provider '{{name}}'?",
  182 + "email-attribute-key": "Email attribute key",
  183 + "email-attribute-key-required": "Email attribute key is required.",
  184 + "first-name-attribute-key": "First name attribute key",
  185 + "general": "General",
  186 + "jwk-set-uri": "JSON Web Key URI",
  187 + "last-name-attribute-key": "Last name attribute key",
  188 + "login-button-icon": "Login button icon",
  189 + "login-button-label": "Provider label",
  190 + "login-button-label-placeholder": "Login with $(Provider label)",
  191 + "login-button-label-required": "Label is required.",
  192 + "login-provider": "Login provider",
  193 + "mapper": "Mapper",
  194 + "new-domain": "New domain",
  195 + "oauth2": "OAuth2",
  196 + "redirect-uri-template": "Redirect URI template",
  197 + "copy-redirect-uri": "Copy redirect URI",
  198 + "registration-id": "Registration ID",
  199 + "registration-id-required": "Registration ID is required.",
  200 + "registration-id-unique": "Registration ID need to unique for the system.",
  201 + "scope": "Scope",
  202 + "scope-required": "Scope is required.",
  203 + "tenant-name-pattern": "Tenant name pattern",
  204 + "tenant-name-pattern-required": "Tenant name pattern is required.",
  205 + "tenant-name-strategy": "Tenant name strategy",
  206 + "type": "Mapper type",
  207 + "uri-pattern-error": "Invalid URI format.",
  208 + "url": "URL",
  209 + "url-pattern": "Invalid URL format.",
  210 + "url-required": "URL is required.",
  211 + "user-info-uri": "User info URI",
  212 + "user-info-uri-required": "User info URI is required.",
  213 + "user-name-attribute-name": "User name attribute key",
  214 + "user-name-attribute-name-required": "User name attribute key is required",
  215 + "protocol": "Protocol",
  216 + "domain-schema-http": "HTTP",
  217 + "domain-schema-https": "HTTPS",
  218 + "domain-schema-mixed": "HTTP+HTTPS",
  219 + "enable": "Enable OAuth2 settings"
  220 + }
221 221 },
222 222 "alarm": {
223 223 "alarm": "Alarm",
... ... @@ -273,8 +273,8 @@
273 273 "aknowledge-alarms-text": "Ali ste prepričani, da želite potrditi { count, plural, 1 {1 alarm} other {# alarms} }?",
274 274 "aknowledge-alarm-title": "Potrdite alarm",
275 275 "aknowledge-alarm-text": "Ali ste prepričani, da želite potrditi alarm?",
276   - "clear-alarms-title": "Počisti { count, množina, 1 {1 alarm} drugi {# alarmi} }",
277   - "clear-alarms-text": "Ali ste prepričani, da želite počistiti { count, plural, 1 {1 alarm} druge {# alarme} }?",
  276 + "clear-alarms-title": "Počisti { count, plural, 1 {1 alarm} other {# alarmi} }",
  277 + "clear-alarms-text": "Ali ste prepričani, da želite počistiti { count, plural, 1 {1 alarm} other {# alarme} }?",
278 278 "clear-alarm-title": "Počisti alarm",
279 279 "clear-alarm-text": "Ali ste prepričani, da želite počistiti alarm?",
280 280 "alarm-status-filter": "Filter stanja alarma",
... ... @@ -317,7 +317,7 @@
317 317 "filter-type-device-search-query-description": "Naprave s tipi {{deviceTypes}}, ki imajo {{relationType}} relacijo {{direction}} {{rootEntity}}",
318 318 "filter-type-entity-view-search-query": "Iskalna poizvedba pogleda entitete",
319 319 "filter-type-entity-view-search-query-description": "Pogledi entitet s tipi {{entityViewTypes}}, ki imajo {{relationType}} relacijo {{direction}} {{rootEntity}}",
320   - "filter-type-apiUsageState": "Api Usage State",
  320 + "filter-type-apiUsageState": "Api Usage State",
321 321 "entity-filter": "Filter entitet",
322 322 "resolve-multiple": "Reši kot več entitet",
323 323 "filter-type": "Vrsta filtra",
... ... @@ -372,15 +372,15 @@
372 372 "add-asset-text": "Dodaj novo sredstvo",
373 373 "asset-details": "Podrobnosti o sredstvih",
374 374 "assign-assets": "Dodelitev sredstev",
375   - "assign-assets-text": "Stranki dodeli { count, množina, 1 {1 sredstvo} drugo {# assets} }",
  375 + "assign-assets-text": "Stranki dodeli { count, plural, 1 {1 sredstvo} other {# assets} }",
376 376 "delete-assets": "Izbriši sredstva",
377 377 "unassign-assets": "Preklic dodelitve sredstev",
378   - "unassign-assets-action-title": "Stranki ne dodeli { count, množina, 1 {1 sredstvo} drugo {# assets} }",
  378 + "unassign-assets-action-title": "Stranki ne dodeli { count, plural, 1 {1 sredstvo} other {# assets} }",
379 379 "assign-new-asset": "Dodeli novo sredstvo",
380 380 "delete-asset-title": "Ali ste prepričani, da želite izbrisati sredstvo '{{assetName}}'?",
381 381 "delete-asset-text": "Bodite previdni, po potrditvi bo sredstvo in vsi povezani podatki nepopravljivi.",
382   - "delete-assets-title": "Ali ste prepričani, da želite izbrisati { count, množina, 1 {1 sredstvo} drugo {# assets} }?",
383   - "delete-assets-action-title": "Izbriši { count, množina, 1 {1 sredstvo} drugo {# assets} }",
  382 + "delete-assets-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 sredstvo} other {# assets} }?",
  383 + "delete-assets-action-title": "Izbriši { count, plural, 1 {1 sredstvo} other {# assets} }",
384 384 "delete-assets-text": "Bodite previdni, po potrditvi bodo vsa izbrana sredstva odstranjena in vsi povezani podatki bodo postali nepopravljivi.",
385 385 "make-public-asset-title": "Ali ste prepričani, da želite sredstvo '{{assetName}}' objaviti kot javno?",
386 386 "make-public-asset-text": "Po potrditvi bodo sredstvo in vsi njegovi podatki javno dostopni in dostopni drugim.",
... ... @@ -389,7 +389,7 @@
389 389 "unassign-asset-title": "Ali ste prepričani, da želite dodeliti sredstvo '{{assetName}}'?",
390 390 "unassign-asset-text": "Po potrditvi sredstvo ne bo dodeljeno in stranka ne bo dostopna.",
391 391 "unassign-asset": "Preklic dodelitve sredstva",
392   - "unassign-assets-title": "Ali ste prepričani, da želite odpovedati { count, plural, 1 {1 asset} drugo {# assets} }?",
  392 + "unassign-assets-title": "Ali ste prepričani, da želite odpovedati { count, plural, 1 {1 asset} other {# assets} }?",
393 393 "unassign-assets-text": "Po potrditvi vsa izbrana sredstva ne bodo dodeljena in stranka ne bo dostopna do njih.",
394 394 "copyId": "Kopiraj ID sredstva",
395 395 "idCopiedMessage": "ID sredstva je kopiran v odložišče",
... ... @@ -432,59 +432,59 @@
432 432 "no-attributes-text": "Ni najdenih atributov",
433 433 "no-telemetry-text": "Telemetrija ni najdena"
434 434 },
435   - "api-usage": {
436   - "api-usage": "Api Usage",
437   - "data-points": "Data points",
438   - "data-points-storage-days": "Data points storage days",
439   - "email": "Email",
440   - "email-messages": "Email messages",
441   - "email-messages-daily-activity": "Email messages daily activity",
442   - "email-messages-hourly-activity": "Email messages hourly activity",
443   - "email-messages-monthly-activity": "Email messages monthly activity",
444   - "exceptions": "Exceptions",
445   - "executions": "Executions",
446   - "javascript": "JavaScript",
447   - "javascript-executions": "JavaScript executions",
448   - "javascript-functions": "JavaScript functions",
449   - "javascript-functions-daily-activity": "JavaScript functions daily activity",
450   - "javascript-functions-hourly-activity": "JavaScript functions hourly activity",
451   - "javascript-functions-monthly-activity": "JavaScript functions monthly activity",
452   - "latest-error": "Latest Error",
453   - "messages": "Messages",
454   - "permanent-failures": "${entityName} Permanent Failures",
455   - "permanent-timeouts": "${entityName} Permanent Timeouts",
456   - "processing-failures": "${entityName} Processing Failures",
457   - "processing-failures-and-timeouts": "Processing Failures and Timeouts",
458   - "processing-timeouts": "${entityName} Processing Timeouts",
459   - "queue-stats": "Queue Stats",
460   - "rule-chain": "Rule Chain",
461   - "rule-engine": "Rule Engine",
462   - "rule-engine-daily-activity": "Rule Engine daily activity",
463   - "rule-engine-executions": "Rule Engine executions",
464   - "rule-engine-hourly-activity": "Rule Engine hourly activity",
465   - "rule-engine-monthly-activity": "Rule Engine monthly activity",
466   - "rule-engine-statistics": "Rule Engine Statistics",
467   - "rule-node": "Rule Node",
468   - "sms": "SMS",
469   - "sms-messages": "SMS messages",
470   - "sms-messages-daily-activity": "SMS messages daily activity",
471   - "sms-messages-hourly-activity": "SMS messages hourly activity",
472   - "sms-messages-monthly-activity": "SMS messages monthly activity",
473   - "successful": "${entityName} Successful",
474   - "telemetry": "Telemetry",
475   - "telemetry-persistence": "Telemetry persistence",
476   - "telemetry-persistence-daily-activity": "Telemetry persistence daily activity",
477   - "telemetry-persistence-hourly-activity": "Telemetry persistence hourly activity",
478   - "telemetry-persistence-monthly-activity": "Telemetry persistence monthly activity",
479   - "transport": "Transport",
480   - "transport-daily-activity": "Transport daily activity",
481   - "transport-data-points": "Transport data points",
482   - "transport-hourly-activity": "Transport hourly activity",
483   - "transport-messages": "Transport messages",
484   - "transport-monthly-activity": "Transport monthly activity",
485   - "view-details": "View details",
486   - "view-statistics": "View statistics"
487   - },
  435 + "api-usage": {
  436 + "api-usage": "Api Usage",
  437 + "data-points": "Data points",
  438 + "data-points-storage-days": "Data points storage days",
  439 + "email": "Email",
  440 + "email-messages": "Email messages",
  441 + "email-messages-daily-activity": "Email messages daily activity",
  442 + "email-messages-hourly-activity": "Email messages hourly activity",
  443 + "email-messages-monthly-activity": "Email messages monthly activity",
  444 + "exceptions": "Exceptions",
  445 + "executions": "Executions",
  446 + "javascript": "JavaScript",
  447 + "javascript-executions": "JavaScript executions",
  448 + "javascript-functions": "JavaScript functions",
  449 + "javascript-functions-daily-activity": "JavaScript functions daily activity",
  450 + "javascript-functions-hourly-activity": "JavaScript functions hourly activity",
  451 + "javascript-functions-monthly-activity": "JavaScript functions monthly activity",
  452 + "latest-error": "Latest Error",
  453 + "messages": "Messages",
  454 + "permanent-failures": "${entityName} Permanent Failures",
  455 + "permanent-timeouts": "${entityName} Permanent Timeouts",
  456 + "processing-failures": "${entityName} Processing Failures",
  457 + "processing-failures-and-timeouts": "Processing Failures and Timeouts",
  458 + "processing-timeouts": "${entityName} Processing Timeouts",
  459 + "queue-stats": "Queue Stats",
  460 + "rule-chain": "Rule Chain",
  461 + "rule-engine": "Rule Engine",
  462 + "rule-engine-daily-activity": "Rule Engine daily activity",
  463 + "rule-engine-executions": "Rule Engine executions",
  464 + "rule-engine-hourly-activity": "Rule Engine hourly activity",
  465 + "rule-engine-monthly-activity": "Rule Engine monthly activity",
  466 + "rule-engine-statistics": "Rule Engine Statistics",
  467 + "rule-node": "Rule Node",
  468 + "sms": "SMS",
  469 + "sms-messages": "SMS messages",
  470 + "sms-messages-daily-activity": "SMS messages daily activity",
  471 + "sms-messages-hourly-activity": "SMS messages hourly activity",
  472 + "sms-messages-monthly-activity": "SMS messages monthly activity",
  473 + "successful": "${entityName} Successful",
  474 + "telemetry": "Telemetry",
  475 + "telemetry-persistence": "Telemetry persistence",
  476 + "telemetry-persistence-daily-activity": "Telemetry persistence daily activity",
  477 + "telemetry-persistence-hourly-activity": "Telemetry persistence hourly activity",
  478 + "telemetry-persistence-monthly-activity": "Telemetry persistence monthly activity",
  479 + "transport": "Transport",
  480 + "transport-daily-activity": "Transport daily activity",
  481 + "transport-data-points": "Transport data points",
  482 + "transport-hourly-activity": "Transport hourly activity",
  483 + "transport-messages": "Transport messages",
  484 + "transport-monthly-activity": "Transport monthly activity",
  485 + "view-details": "View details",
  486 + "view-statistics": "View statistics"
  487 + },
488 488 "audit-log": {
489 489 "audit": "Revizija",
490 490 "audit-logs": "Revizijski dnevniki",
... ... @@ -526,8 +526,8 @@
526 526 "clear-search": "Počisti iskanje",
527 527 "type-assigned-from-tenant": "Dodeljeno od najemnika",
528 528 "type-assigned-to-tenant": "Dodeljeno najemniku",
529   - "type-provision-success": "Device provisioned",
530   - "type-provision-failure": "Device provisioning was failed"
  529 + "type-provision-success": "Device provisioned",
  530 + "type-provision-failure": "Device provisioning was failed"
531 531 },
532 532 "confirm-on-exit": {
533 533 "message": "Imate neshranjene spremembe. Ali ste prepričani, da želite zapustiti to stran?",
... ... @@ -587,7 +587,7 @@
587 587 "customer-details": "Podrobnosti o stranki",
588 588 "delete-customer-title": "Ali ste prepričani, da želite izbrisati stranko '{{customerTitle}}'?",
589 589 "delete-customer-text": "Previdno, po potrditvi bo stranka in vsi povezani podatki postali nepopravljivi.",
590   - "delete-customers-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 customer} drugih {# customers} }?",
  590 + "delete-customers-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 customer} other {# customers} }?",
591 591 "delete-customers-action-title": "Izbriši { count, plural, 1 {1 customer} other {# customers} }",
592 592 "delete-customers-text": "Bodite previdni, po potrditvi bodo vse izbrane stranke odstranjene in vsi povezani podatki bodo postali nepopravljivi.",
593 593 "manage-users": "Upravljanje uporabnikov",
... ... @@ -781,11 +781,11 @@
781 781 "timeseries-required": "Potrebni so časovni nizi entitet.",
782 782 "timeseries-or-attributes-required": "Potrebni so časovni nizi / atributi entitet.",
783 783 "alarm-fields-timeseries-or-attributes-required": "Polja alarma ali časovni nizi / atributi entitet so obvezni.",
784   - "maximum-timeseries-or-attributes": "Največ { count, plural, 1 {1 timeseries / attribute is allowed.} Other {# timeseries / attributes are allowed} }",
  784 + "maximum-timeseries-or-attributes": "Največ { count, plural, 1 {1 timeseries / attribute is allowed.} other {# timeseries / attributes are allowed} }",
785 785 "alarm-fields-required": "Polja alarma so obvezna.",
786 786 "function-types": "Vrste funkcij",
787 787 "function-types-required": "Zahtevane so vrste funkcij.",
788   - "maximum-function-types": "Največ dovoljeno je { count, plural, 1 {1 type of function.} Druge {# vrste funkcij so dovoljene} }",
  788 + "maximum-function-types": "Največ dovoljeno je { count, plural, 1 {1 type of function.} other {# vrste funkcij so dovoljene} }",
789 789 "time-description": "časovni žig trenutne vrednosti;",
790 790 "value-description": "trenutna vrednost;",
791 791 "prev-value-description": "rezultat prejšnjega klica funkcije;",
... ... @@ -857,7 +857,7 @@
857 857 "view-credentials": "Ogled poverilnic",
858 858 "delete-device-title": "Ali ste prepričani, da želite izbrisati napravo '{{deviceName}}'?",
859 859 "delete-device-text": "Previdno, po potrditvi naprava in vsi povezani podatki postanejo nepopravljivi.",
860   - "delete-devices-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 device} drugih {# naprav} }?",
  860 + "delete-devices-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 device} other {# naprav} }?",
861 861 "delete-devices-action-title": "Izbriši { count, plural, 1 {1 device} other {# devices} }",
862 862 "delete-devices-text": "Bodite previdni, po potrditvi bodo vse izbrane naprave odstranjene in vsi povezani podatki nepopravljivi.",
863 863 "unassign-device-title": "Ali ste prepričani, da želite odstraniti napravo '{{deviceName}}'?",
... ... @@ -872,12 +872,12 @@
872 872 "access-token-invalid": "Dolžina žetona za dostop mora biti od 1 do 20 znakov.",
873 873 "rsa-key": "Javni ključ RSA",
874 874 "rsa-key-required": "Potreben je javni ključ RSA.",
875   - "client-id": "Client ID",
876   - "client-id-pattern": "Contains invalid character.",
877   - "user-name": "User Name",
878   - "user-name-required": "User Name is required.",
879   - "client-id-or-user-name-necessary": "Client ID and/or User Name are necessary",
880   - "password": "Password",
  875 + "client-id": "Client ID",
  876 + "client-id-pattern": "Contains invalid character.",
  877 + "user-name": "User Name",
  878 + "user-name-required": "User Name is required.",
  879 + "client-id-or-user-name-necessary": "Client ID and/or User Name are necessary",
  880 + "password": "Password",
881 881 "secret": "Skrivnost",
882 882 "secret-required": "Potrebna je skrivnost.",
883 883 "device-type": "Vrsta naprave",
... ... @@ -896,10 +896,10 @@
896 896 "details": "Podrobnosti",
897 897 "copyId": "Kopiraj ID naprave",
898 898 "copyAccessToken": "Kopiraj žeton za dostop",
899   - "copy-mqtt-authentication": "Copy MQTT credentials",
  899 + "copy-mqtt-authentication": "Copy MQTT credentials",
900 900 "idCopiedMessage": "ID naprave je bil kopiran v odložišče",
901 901 "accessTokenCopiedMessage": "Žeton za dostop do naprave je bil kopiran v odložišče",
902   - "mqtt-authentication-copied-message": "Device MQTT authentication has been copied to clipboard",
  902 + "mqtt-authentication-copied-message": "Device MQTT authentication has been copied to clipboard",
903 903 "assignedToCustomer": "Dodeljeno stranki",
904 904 "unable-delete-device-alias-title": "Vzdevka naprave ni mogoče izbrisati",
905 905 "unable-delete-device-alias-text": "Vzdevka naprave '{{deviceAlias}}' ni mogoče izbrisati, saj ga uporabljajo naslednji pripomočki: <br/> {{widgetsList}}",
... ... @@ -911,168 +911,168 @@
911 911 "device-file": "Datoteka naprave",
912 912 "search": "Iskalne naprave",
913 913 "selected-devices": "{ count, plural, 1 {1 device} other {# devices} } izbrano",
914   - "device-configuration": "Device configuration",
915   - "transport-configuration": "Transport configuration",
916   - "wizard": {
917   - "device-wizard": "Device Wizard",
918   - "device-details": "Device details",
919   - "new-device-profile": "Create new device profile",
920   - "existing-device-profile": "Select existing device profile",
921   - "specific-configuration": "Specific configuration",
922   - "customer-to-assign-device": "Customer to assign the device",
923   - "add-credential": "Add credential"
924   - }
925   - },
926   - "device-profile": {
927   - "device-profile": "Device profile",
928   - "device-profiles": "Device profiles",
929   - "all-device-profiles": "All",
930   - "add": "Add device profile",
931   - "edit": "Edit device profile",
932   - "device-profile-details": "Device profile details",
933   - "no-device-profiles-text": "No device profiles found",
934   - "search": "Search device profiles",
935   - "selected-device-profiles": "{ count, plural, 1 {1 device profile} other {# device profiles} } selected",
936   - "no-device-profiles-matching": "No device profile matching '{{entity}}' were found.",
937   - "device-profile-required": "Device profile is required",
938   - "idCopiedMessage": "Device profile Id has been copied to clipboard",
939   - "set-default": "Make device profile default",
940   - "delete": "Delete device profile",
941   - "copyId": "Copy device profile Id",
942   - "new-device-profile-name": "Device profile name",
943   - "new-device-profile-name-required": "Device profile name is required.",
944   - "name": "Name",
945   - "name-required": "Name is required.",
946   - "type": "Profile type",
947   - "type-required": "Profile type is required.",
948   - "type-default": "Default",
949   - "transport-type": "Transport type",
950   - "transport-type-required": "Transport type is required.",
951   - "transport-type-default": "Default",
952   - "transport-type-default-hint": "Supports basic MQTT, HTTP and CoAP transport",
953   - "transport-type-mqtt": "MQTT",
954   - "transport-type-mqtt-hint": "Enables advanced MQTT transport settings",
955   - "transport-type-lwm2m": "LWM2M",
956   - "transport-type-lwm2m-hint": "LWM2M transport type",
957   - "description": "Description",
958   - "default": "Default",
959   - "profile-configuration": "Profile configuration",
960   - "transport-configuration": "Transport configuration",
961   - "default-rule-chain": "Default rule chain",
962   - "select-queue-hint": "Select from a drop-down list or add a custom name.",
963   - "delete-device-profile-title": "Are you sure you want to delete the device profile '{{deviceProfileName}}'?",
964   - "delete-device-profile-text": "Be careful, after the confirmation the device profile and all related data will become unrecoverable.",
965   - "delete-device-profiles-title": "Are you sure you want to delete { count, plural, 1 {1 device profile} other {# device profiles} }?",
966   - "delete-device-profiles-text": "Be careful, after the confirmation all selected device profiles will be removed and all related data will become unrecoverable.",
967   - "set-default-device-profile-title": "Are you sure you want to make the device profile '{{deviceProfileName}}' default?",
968   - "set-default-device-profile-text": "After the confirmation the device profile will be marked as default and will be used for new devices with no profile specified.",
969   - "no-device-profiles-found": "No device profiles found.",
970   - "create-new-device-profile": "Create a new one!",
971   - "mqtt-device-topic-filters": "MQTT device topic filters",
972   - "mqtt-device-topic-filters-unique": "MQTT device topic filters need to be unique.",
973   - "mqtt-device-payload-type": "MQTT device payload",
974   - "mqtt-device-payload-type-json": "JSON",
975   - "mqtt-device-payload-type-proto": "Protobuf",
976   - "mqtt-payload-type-required": "Payload type is required.",
977   - "support-level-wildcards": "Single <code>[+]</code> and multi-level <code>[#]</code> wildcards supported.",
978   - "telemetry-topic-filter": "Telemetry topic filter",
979   - "telemetry-topic-filter-required": "Telemetry topic filter is required.",
980   - "attributes-topic-filter": "Attributes topic filter",
981   - "attributes-topic-filter-required": "Attributes topic filter is required.",
982   - "telemetry-proto-schema": "Telemetry proto schema",
983   - "telemetry-proto-schema-required": "Telemetry proto schema is required.",
984   - "attributes-proto-schema": "Attributes proto schema",
985   - "attributes-proto-schema-required": "Attributes proto schema is required.",
986   - "rpc-response-topic-filter": "RPC response topic filter",
987   - "rpc-response-topic-filter-required": "RPC response topic filter is required.",
988   - "not-valid-pattern-topic-filter": "Not valid pattern topic filter",
989   - "not-valid-single-character": "Invalid use of a single-level wildcard character",
990   - "not-valid-multi-character": "Invalid use of a multi-level wildcard character",
991   - "single-level-wildcards-hint": "<code>[+]</code> is suitable for any topic filter level. Ex.: <b>v1/devices/+/telemetry</b> or <b>+/devices/+/attributes</b>.",
992   - "multi-level-wildcards-hint": "<code>[#]</code> can replace the topic filter itself and must be the last symbol of the topic. Ex.: <b>#</b> or <b>v1/devices/me/#</b>.",
993   - "alarm-rules": "Alarm rules",
994   - "alarm-rules-with-count": "Alarm rules ({{count}})",
995   - "no-alarm-rules": "No alarm rules configured",
996   - "add-alarm-rule": "Add alarm rule",
997   - "edit-alarm-rule": "Edit alarm rule",
998   - "alarm-type": "Alarm type",
999   - "alarm-type-required": "Alarm type is required.",
1000   - "alarm-type-unique": "Alarm type must be unique within the device profile alarm rules.",
1001   - "create-alarm-pattern": "Create <b>{{alarmType}}</b> alarm",
1002   - "create-alarm-rules": "Create alarm rules",
1003   - "no-create-alarm-rules": "No create conditions configured",
1004   - "add-create-alarm-rule-prompt": "Please add create alarm rule",
1005   - "clear-alarm-rule": "Clear alarm rule",
1006   - "no-clear-alarm-rule": "No clear condition configured",
1007   - "add-create-alarm-rule": "Add create condition",
1008   - "add-clear-alarm-rule": "Add clear condition",
1009   - "select-alarm-severity": "Select alarm severity",
1010   - "alarm-severity-required": "Alarm severity is required.",
1011   - "condition-duration": "Condition duration",
1012   - "condition-duration-value": "Duration value",
1013   - "condition-duration-time-unit": "Time unit",
1014   - "condition-duration-value-range": "Duration value should be in a range from 1 to 2147483647.",
1015   - "condition-duration-value-pattern": "Duration value should be integers.",
1016   - "condition-duration-value-required": "Duration value is required.",
1017   - "condition-duration-time-unit-required": "Time unit is required.",
1018   - "advanced-settings": "Advanced settings",
1019   - "alarm-rule-details": "Details",
1020   - "add-alarm-rule-details": "Add details",
1021   - "propagate-alarm": "Propagate alarm",
1022   - "alarm-rule-relation-types-list": "Relation types to propagate",
1023   - "alarm-rule-relation-types-list-hint": "If Propagate relation types are not selected, alarms will be propagated without filtering by relation type.",
1024   - "alarm-details": "Alarm details",
1025   - "alarm-rule-condition": "Alarm rule condition",
1026   - "enter-alarm-rule-condition-prompt": "Please add alarm rule condition",
1027   - "edit-alarm-rule-condition": "Edit alarm rule condition",
1028   - "device-provisioning": "Device provisioning",
1029   - "provision-strategy": "Provision strategy",
1030   - "provision-strategy-required": "Provision strategy is required.",
1031   - "provision-strategy-disabled": "Disabled",
1032   - "provision-strategy-created-new": "Allow to create new devices",
1033   - "provision-strategy-check-pre-provisioned": "Check for pre-provisioned devices",
1034   - "provision-device-key": "Provision device key",
1035   - "provision-device-key-required": "Provision device key is required.",
1036   - "copy-provision-key": "Copy provision key",
1037   - "provision-key-copied-message": "Provision key has been copied to clipboard",
1038   - "provision-device-secret": "Provision device secret",
1039   - "provision-device-secret-required": "Provision device secret is required.",
1040   - "copy-provision-secret": "Copy provision secret",
1041   - "provision-secret-copied-message": "Provision secret has been copied to clipboard",
1042   - "condition": "Condition",
1043   - "condition-type": "Condition type",
1044   - "condition-type-simple": "Simple",
1045   - "condition-type-duration": "Duration",
1046   - "condition-during": "During {{during}}",
1047   - "condition-type-repeating": "Repeating",
1048   - "condition-type-required": "Condition type is required.",
1049   - "condition-repeating-value": "Count of events",
1050   - "condition-repeating-value-range": "Count of events should be in a range from 1 to 2147483647.",
1051   - "condition-repeating-value-pattern": "Count of events should be integers.",
1052   - "condition-repeating-value-required": "Count of events is required.",
1053   - "condition-repeat-times": "Repeats { count, plural, 1 {1 time} other {# times} }",
1054   - "schedule-type": "Scheduler type",
1055   - "schedule-type-required": "Scheduler type is required.",
1056   - "schedule": "Schedule",
1057   - "edit-schedule": "Edit alarm schedule",
1058   - "schedule-any-time": "Active all the time",
1059   - "schedule-specific-time": "Active at a specific time",
1060   - "schedule-custom": "Custom",
1061   - "schedule-day": {
1062   - "monday": "Monday",
1063   - "tuesday": "Tuesday",
1064   - "wednesday": "Wednesday",
1065   - "thursday": "Thursday",
1066   - "friday": "Friday",
1067   - "saturday": "Saturday",
1068   - "sunday": "Sunday"
1069   - },
1070   - "schedule-days": "Days",
1071   - "schedule-time": "Time",
1072   - "schedule-time-from": "From",
1073   - "schedule-time-to": "To",
1074   - "schedule-days-of-week-required": "At least one day of week should be selected."
1075   - },
  914 + "device-configuration": "Device configuration",
  915 + "transport-configuration": "Transport configuration",
  916 + "wizard": {
  917 + "device-wizard": "Device Wizard",
  918 + "device-details": "Device details",
  919 + "new-device-profile": "Create new device profile",
  920 + "existing-device-profile": "Select existing device profile",
  921 + "specific-configuration": "Specific configuration",
  922 + "customer-to-assign-device": "Customer to assign the device",
  923 + "add-credential": "Add credential"
  924 + }
  925 + },
  926 + "device-profile": {
  927 + "device-profile": "Device profile",
  928 + "device-profiles": "Device profiles",
  929 + "all-device-profiles": "All",
  930 + "add": "Add device profile",
  931 + "edit": "Edit device profile",
  932 + "device-profile-details": "Device profile details",
  933 + "no-device-profiles-text": "No device profiles found",
  934 + "search": "Search device profiles",
  935 + "selected-device-profiles": "{ count, plural, 1 {1 device profile} other {# device profiles} } selected",
  936 + "no-device-profiles-matching": "No device profile matching '{{entity}}' were found.",
  937 + "device-profile-required": "Device profile is required",
  938 + "idCopiedMessage": "Device profile Id has been copied to clipboard",
  939 + "set-default": "Make device profile default",
  940 + "delete": "Delete device profile",
  941 + "copyId": "Copy device profile Id",
  942 + "new-device-profile-name": "Device profile name",
  943 + "new-device-profile-name-required": "Device profile name is required.",
  944 + "name": "Name",
  945 + "name-required": "Name is required.",
  946 + "type": "Profile type",
  947 + "type-required": "Profile type is required.",
  948 + "type-default": "Default",
  949 + "transport-type": "Transport type",
  950 + "transport-type-required": "Transport type is required.",
  951 + "transport-type-default": "Default",
  952 + "transport-type-default-hint": "Supports basic MQTT, HTTP and CoAP transport",
  953 + "transport-type-mqtt": "MQTT",
  954 + "transport-type-mqtt-hint": "Enables advanced MQTT transport settings",
  955 + "transport-type-lwm2m": "LWM2M",
  956 + "transport-type-lwm2m-hint": "LWM2M transport type",
  957 + "description": "Description",
  958 + "default": "Default",
  959 + "profile-configuration": "Profile configuration",
  960 + "transport-configuration": "Transport configuration",
  961 + "default-rule-chain": "Default rule chain",
  962 + "select-queue-hint": "Select from a drop-down list or add a custom name.",
  963 + "delete-device-profile-title": "Are you sure you want to delete the device profile '{{deviceProfileName}}'?",
  964 + "delete-device-profile-text": "Be careful, after the confirmation the device profile and all related data will become unrecoverable.",
  965 + "delete-device-profiles-title": "Are you sure you want to delete { count, plural, 1 {1 device profile} other {# device profiles} }?",
  966 + "delete-device-profiles-text": "Be careful, after the confirmation all selected device profiles will be removed and all related data will become unrecoverable.",
  967 + "set-default-device-profile-title": "Are you sure you want to make the device profile '{{deviceProfileName}}' default?",
  968 + "set-default-device-profile-text": "After the confirmation the device profile will be marked as default and will be used for new devices with no profile specified.",
  969 + "no-device-profiles-found": "No device profiles found.",
  970 + "create-new-device-profile": "Create a new one!",
  971 + "mqtt-device-topic-filters": "MQTT device topic filters",
  972 + "mqtt-device-topic-filters-unique": "MQTT device topic filters need to be unique.",
  973 + "mqtt-device-payload-type": "MQTT device payload",
  974 + "mqtt-device-payload-type-json": "JSON",
  975 + "mqtt-device-payload-type-proto": "Protobuf",
  976 + "mqtt-payload-type-required": "Payload type is required.",
  977 + "support-level-wildcards": "Single <code>[+]</code> and multi-level <code>[#]</code> wildcards supported.",
  978 + "telemetry-topic-filter": "Telemetry topic filter",
  979 + "telemetry-topic-filter-required": "Telemetry topic filter is required.",
  980 + "attributes-topic-filter": "Attributes topic filter",
  981 + "attributes-topic-filter-required": "Attributes topic filter is required.",
  982 + "telemetry-proto-schema": "Telemetry proto schema",
  983 + "telemetry-proto-schema-required": "Telemetry proto schema is required.",
  984 + "attributes-proto-schema": "Attributes proto schema",
  985 + "attributes-proto-schema-required": "Attributes proto schema is required.",
  986 + "rpc-response-topic-filter": "RPC response topic filter",
  987 + "rpc-response-topic-filter-required": "RPC response topic filter is required.",
  988 + "not-valid-pattern-topic-filter": "Not valid pattern topic filter",
  989 + "not-valid-single-character": "Invalid use of a single-level wildcard character",
  990 + "not-valid-multi-character": "Invalid use of a multi-level wildcard character",
  991 + "single-level-wildcards-hint": "<code>[+]</code> is suitable for any topic filter level. Ex.: <b>v1/devices/+/telemetry</b> or <b>+/devices/+/attributes</b>.",
  992 + "multi-level-wildcards-hint": "<code>[#]</code> can replace the topic filter itself and must be the last symbol of the topic. Ex.: <b>#</b> or <b>v1/devices/me/#</b>.",
  993 + "alarm-rules": "Alarm rules",
  994 + "alarm-rules-with-count": "Alarm rules ({{count}})",
  995 + "no-alarm-rules": "No alarm rules configured",
  996 + "add-alarm-rule": "Add alarm rule",
  997 + "edit-alarm-rule": "Edit alarm rule",
  998 + "alarm-type": "Alarm type",
  999 + "alarm-type-required": "Alarm type is required.",
  1000 + "alarm-type-unique": "Alarm type must be unique within the device profile alarm rules.",
  1001 + "create-alarm-pattern": "Create <b>{{alarmType}}</b> alarm",
  1002 + "create-alarm-rules": "Create alarm rules",
  1003 + "no-create-alarm-rules": "No create conditions configured",
  1004 + "add-create-alarm-rule-prompt": "Please add create alarm rule",
  1005 + "clear-alarm-rule": "Clear alarm rule",
  1006 + "no-clear-alarm-rule": "No clear condition configured",
  1007 + "add-create-alarm-rule": "Add create condition",
  1008 + "add-clear-alarm-rule": "Add clear condition",
  1009 + "select-alarm-severity": "Select alarm severity",
  1010 + "alarm-severity-required": "Alarm severity is required.",
  1011 + "condition-duration": "Condition duration",
  1012 + "condition-duration-value": "Duration value",
  1013 + "condition-duration-time-unit": "Time unit",
  1014 + "condition-duration-value-range": "Duration value should be in a range from 1 to 2147483647.",
  1015 + "condition-duration-value-pattern": "Duration value should be integers.",
  1016 + "condition-duration-value-required": "Duration value is required.",
  1017 + "condition-duration-time-unit-required": "Time unit is required.",
  1018 + "advanced-settings": "Advanced settings",
  1019 + "alarm-rule-details": "Details",
  1020 + "add-alarm-rule-details": "Add details",
  1021 + "propagate-alarm": "Propagate alarm",
  1022 + "alarm-rule-relation-types-list": "Relation types to propagate",
  1023 + "alarm-rule-relation-types-list-hint": "If Propagate relation types are not selected, alarms will be propagated without filtering by relation type.",
  1024 + "alarm-details": "Alarm details",
  1025 + "alarm-rule-condition": "Alarm rule condition",
  1026 + "enter-alarm-rule-condition-prompt": "Please add alarm rule condition",
  1027 + "edit-alarm-rule-condition": "Edit alarm rule condition",
  1028 + "device-provisioning": "Device provisioning",
  1029 + "provision-strategy": "Provision strategy",
  1030 + "provision-strategy-required": "Provision strategy is required.",
  1031 + "provision-strategy-disabled": "Disabled",
  1032 + "provision-strategy-created-new": "Allow to create new devices",
  1033 + "provision-strategy-check-pre-provisioned": "Check for pre-provisioned devices",
  1034 + "provision-device-key": "Provision device key",
  1035 + "provision-device-key-required": "Provision device key is required.",
  1036 + "copy-provision-key": "Copy provision key",
  1037 + "provision-key-copied-message": "Provision key has been copied to clipboard",
  1038 + "provision-device-secret": "Provision device secret",
  1039 + "provision-device-secret-required": "Provision device secret is required.",
  1040 + "copy-provision-secret": "Copy provision secret",
  1041 + "provision-secret-copied-message": "Provision secret has been copied to clipboard",
  1042 + "condition": "Condition",
  1043 + "condition-type": "Condition type",
  1044 + "condition-type-simple": "Simple",
  1045 + "condition-type-duration": "Duration",
  1046 + "condition-during": "During {{during}}",
  1047 + "condition-type-repeating": "Repeating",
  1048 + "condition-type-required": "Condition type is required.",
  1049 + "condition-repeating-value": "Count of events",
  1050 + "condition-repeating-value-range": "Count of events should be in a range from 1 to 2147483647.",
  1051 + "condition-repeating-value-pattern": "Count of events should be integers.",
  1052 + "condition-repeating-value-required": "Count of events is required.",
  1053 + "condition-repeat-times": "Repeats { count, plural, 1 {1 time} other {# times} }",
  1054 + "schedule-type": "Scheduler type",
  1055 + "schedule-type-required": "Scheduler type is required.",
  1056 + "schedule": "Schedule",
  1057 + "edit-schedule": "Edit alarm schedule",
  1058 + "schedule-any-time": "Active all the time",
  1059 + "schedule-specific-time": "Active at a specific time",
  1060 + "schedule-custom": "Custom",
  1061 + "schedule-day": {
  1062 + "monday": "Monday",
  1063 + "tuesday": "Tuesday",
  1064 + "wednesday": "Wednesday",
  1065 + "thursday": "Thursday",
  1066 + "friday": "Friday",
  1067 + "saturday": "Saturday",
  1068 + "sunday": "Sunday"
  1069 + },
  1070 + "schedule-days": "Days",
  1071 + "schedule-time": "Time",
  1072 + "schedule-time-from": "From",
  1073 + "schedule-time-to": "To",
  1074 + "schedule-days-of-week-required": "At least one day of week should be selected."
  1075 + },
1076 1076 "dialog": {
1077 1077 "close": "Zapri pogovorno okno"
1078 1078 },
... ... @@ -1129,10 +1129,10 @@
1129 1129 "type-devices": "Naprave",
1130 1130 "list-of-devices": "{ count, plural, 1 {One device} other {List of # devices} }",
1131 1131 "device-name-starts-with": "Naprave, katerih imena se začnejo z '{{prefix}}'",
1132   - "type-device-profile": "Device profile",
1133   - "type-device-profiles": "Device profiles",
1134   - "list-of-device-profiles": "{ count, plural, 1 {One device profile} other {List of # device profiles} }",
1135   - "device-profile-name-starts-with": "Device profiles whose names start with '{{prefix}}'",
  1132 + "type-device-profile": "Device profile",
  1133 + "type-device-profiles": "Device profiles",
  1134 + "list-of-device-profiles": "{ count, plural, 1 {One device profile} other {List of # device profiles} }",
  1135 + "device-profile-name-starts-with": "Device profiles whose names start with '{{prefix}}'",
1136 1136 "type-asset": "Sredstvo",
1137 1137 "type-assets": "Sredstva",
1138 1138 "list-of-assets": "{ count, plural, 1 {One asset} other {Seznam # sredstev} }",
... ... @@ -1153,10 +1153,10 @@
1153 1153 "type-tenants": "Najemniki",
1154 1154 "list-of-tenants": "{ count, plural, 1 {One najemnik} other {Seznam # najemnikov} }",
1155 1155 "tenant-name-starts-with": "Najemniki, katerih imena se začnejo z '{{prefix}}'",
1156   - "type-tenant-profile": "Tenant profile",
1157   - "type-tenant-profiles": "Tenant profiles",
1158   - "list-of-tenant-profiles": "{ count, plural, 1 {One tenant profile} other {List of # tenant profiles} }",
1159   - "tenant-profile-name-starts-with": "Tenant profiles whose names start with '{{prefix}}'",
  1156 + "type-tenant-profile": "Tenant profile",
  1157 + "type-tenant-profiles": "Tenant profiles",
  1158 + "list-of-tenant-profiles": "{ count, plural, 1 {One tenant profile} other {List of # tenant profiles} }",
  1159 + "tenant-profile-name-starts-with": "Tenant profiles whose names start with '{{prefix}}'",
1160 1160 "type-customer": "Stranka",
1161 1161 "type-customers": "Stranke",
1162 1162 "list-of-customers": "{ count, plural, 1 {One customer} other {List of # customers} }",
... ... @@ -1186,14 +1186,14 @@
1186 1186 "type-current-user": "Trenutni uporabnik",
1187 1187 "type-current-user-owner": "Trenutni lastnik uporabnika",
1188 1188 "search": "Iskanje entitet",
1189   - "selected-entities": "{ count, plural, 1 {1 entity} drugih {# entitet} } izbranih",
  1189 + "selected-entities": "{ count, plural, 1 {1 entity} other {# entitet} } izbranih",
1190 1190 "entity-name": "Ime entitete",
1191 1191 "entity-label": "Oznaka entitete",
1192 1192 "details": "Podrobnosti o entiteti",
1193 1193 "no-entities-prompt": "Ni entitet",
1194 1194 "no-data": "Ni podatkov za prikaz",
1195 1195 "columns-to-display": "Stolpci za prikaz",
1196   - "type-api-usage-state": "Api Usage State"
  1196 + "type-api-usage-state": "Api Usage State"
1197 1197 },
1198 1198 "entity-field": {
1199 1199 "created-time": "Čas ustvaritve",
... ... @@ -1251,16 +1251,16 @@
1251 1251 "add-entity-view-text": "Dodaj nov pogled entitete",
1252 1252 "delete": "Izbriši pogled entitete",
1253 1253 "assign-entity-views": "Dodelitev pogledov entitete",
1254   - "assign-entity-views-text": "Stranki dodeli { count, plural, 1 {1 entity view} druge {# entity views} }",
  1254 + "assign-entity-views-text": "Stranki dodeli { count, plural, 1 {1 entity view} other {# entity views} }",
1255 1255 "delete-entity-views": "Izbriši poglede entitet",
1256 1256 "unassign-from-customer": "Odstrani od stranke",
1257 1257 "unassign-entity-views": "Odstrani poglede entitete",
1258   - "unassign-entity-views-action-title": "Od stranke odstrani { count, plural, 1 {1 entity view} druge {# entity views} }",
  1258 + "unassign-entity-views-action-title": "Od stranke odstrani { count, plural, 1 {1 entity view} other {# entity views} }",
1259 1259 "assign-new-entity-view": "Dodeli nov pogled entitete",
1260 1260 "delete-entity-view-title": "Ali ste prepričani, da želite izbrisati pogled entitete '{{entityViewName}}'?",
1261 1261 "delete-entity-view-text": "Bodite previdni, po potrditvi bodo pogled entitete in vsi povezani podatki nepopravljivi.",
1262   - "delete-entity-views-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 entity view} druge {# entity views} }?",
1263   - "delete-entity-views-action-title": "Izbriši { count, plural, 1 {1 entity view} drugi {# entity views} }",
  1262 + "delete-entity-views-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 entity view} other {# entity views} }?",
  1263 + "delete-entity-views-action-title": "Izbriši { count, plural, 1 {1 entity view} other {# entity views} }",
1264 1264 "delete-entity-views-text": "Bodite previdni, po potrditvi bodo odstranjeni vsi pogledi izbranih entitet in vsi povezani podatki bodo postali nepopravljivi.",
1265 1265 "unassign-entity-view-title": "Ali ste prepričani, da želite odstraniti pogled entitete '{{entityViewName}}?",
1266 1266 "unassign-entity-view-text": "Po potrditvi bo pogled entitete odstranjen in nedostopen stranki.",
... ... @@ -1312,7 +1312,7 @@
1312 1312 "make-private-entity-view-title": "Ali ste prepričani, da želite pogled entitete '{{entityViewName}}' narediti zaseben?",
1313 1313 "make-private-entity-view-text": "Po potrditvi bodo pogled entitete in vsi njegovi podatki postali zasebni in drugim nedostopni.",
1314 1314 "search": "Išči poglede entitet",
1315   - "selected-entity-views": "{ count, plural, 1 {1 entity view} drugih {# entity views} } izbranih"
  1315 + "selected-entity-views": "{ count, plural, 1 {1 entity view} other {# entity views} } izbranih"
1316 1316 },
1317 1317 "event": {
1318 1318 "event-type": "Vrsta dogodka",
... ... @@ -1359,7 +1359,7 @@
1359 1359 "edit": "Uredi razširitev",
1360 1360 "delete-extension-title": "Ali ste prepričani, da želite izbrisati razširitev '{{extensionId}}'?",
1361 1361 "delete-extension-text": "Bodite previdni, po potrditvi podaljšanje in vsi povezani podatki ne bodo več obnovljivi.",
1362   - "delete-extensions-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 extension} druge {# extensions} }?",
  1362 + "delete-extensions-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 extension} other {# extensions} }?",
1363 1363 "delete-extensions-text": "Previdno, po potrditvi bodo odstranjene vse izbrane razširitve.",
1364 1364 "converters": "Pretvorniki",
1365 1365 "converter-id": "ID pretvornika",
... ... @@ -1514,8 +1514,8 @@
1514 1514 "filter": "Filter",
1515 1515 "editable": "Urejanje",
1516 1516 "no-filters-found": "Ni najden noben filter.",
1517   - "no-filter-text": "No filter specified",
1518   - "add-filter-prompt": "Please add filter",
  1517 + "no-filter-text": "No filter specified",
  1518 + "add-filter-prompt": "Please add filter",
1519 1519 "no-filter-matching": "'{{filter}}' ni mogoče najti.",
1520 1520 "create-new-filter": "Ustvari novega!",
1521 1521 "filter-required": "Potreben je filter.",
... ... @@ -1537,7 +1537,7 @@
1537 1537 "ignore-case": "Prezri črko",
1538 1538 "value": "Vrednost",
1539 1539 "remove-filter": "Odstrani filter",
1540   - "preview": "Predogled filtra",
  1540 + "preview": "Predogled filtra",
1541 1541 "no-filters": "Ni nastavljenih filtrov",
1542 1542 "add-filter": "Dodaj filter",
1543 1543 "add-complex-filter": "Dodaj kompleksni filter",
... ... @@ -1545,7 +1545,7 @@
1545 1545 "complex-filter": "Kompleksni filter",
1546 1546 "edit-complex-filter": "Uredi kompleksni filter",
1547 1547 "edit-filter-user-params": "Uredi uporabniške parametre predikata filtra",
1548   - "filter-user-params": "Filter predicate user parameters",
  1548 + "filter-user-params": "Filter predicate user parameters",
1549 1549 "user-parameters": "Uporabniški parametri",
1550 1550 "display-label": "Oznaka za prikaz",
1551 1551 "autogenerated-label": "Samodejno ustvari oznako",
... ... @@ -1579,7 +1579,7 @@
1579 1579 "current-tenant": "Trenutni najemnik",
1580 1580 "current-customer": "Trenutna stranka",
1581 1581 "current-user": "Trenutni uporabnik",
1582   - "current-device": "Current device",
  1582 + "current-device": "Current device",
1583 1583 "default-value": "Privzeta vrednost",
1584 1584 "dynamic-source-type": "Dinamična vrsta vira",
1585 1585 "no-dynamic-value": "Ni dinamične vrednosti",
... ... @@ -1673,7 +1673,7 @@
1673 1673 "grid": {
1674 1674 "delete-item-title": "Ali ste prepričani, da želite izbrisati ta element?",
1675 1675 "delete-item-text": "Bodite previdni, po potrditvi bodo ta element in vsi povezani podatki nepopravljivi.",
1676   - "delete-items-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 item} druge {# items} }?",
  1676 + "delete-items-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 item} other {# items} }?",
1677 1677 "delete-items-action-title": "Izbriši { count, plural, 1 {1 item} other {# items} }",
1678 1678 "delete-items-text": "Bodite previdni, po potrditvi bodo vsi izbrani elementi odstranjeni in vsi povezani podatki nepopravljivi.",
1679 1679 "add-item-text": "Dodaj novo postavko",
... ... @@ -1762,7 +1762,7 @@
1762 1762 "legend": {
1763 1763 "direction": "Smer legende",
1764 1764 "position": "Položaj legende",
1765   - "sort-legend": "Sort datakeys in legend",
  1765 + "sort-legend": "Sort datakeys in legend",
1766 1766 "show-max": "Prikaži največjo vrednost",
1767 1767 "show-min": "Pokaži najmanjšo vrednost",
1768 1768 "show-avg": "Prikaži povprečno vrednost",
... ... @@ -1841,11 +1841,11 @@
1841 1841 "edit": "Uredi relacijo",
1842 1842 "delete-to-relation-title": "Ali ste prepričani, da želite izbrisati relacijo z entiteto '{{entityName}}'?",
1843 1843 "delete-to-relation-text": "Previdno, po potrditvi entiteta '{{entityName}}' ne bo v relaciji s trenutno entiteto.",
1844   - "delete-to-relations-title": "Ali ste prepričani, da želite izbrisati { count, množino, 1 {1 relacijo} other {# relacije} }?",
  1844 + "delete-to-relations-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 relacijo} other {# relacije} }?",
1845 1845 "delete-to-relations-text": "Bodite previdni, po potrditvi bodo vse izbrane relacije odstranjene in entitete ne bodo povezane med sabo.",
1846 1846 "delete-from-relation-title": "Ali ste prepričani, da želite izbrisati relacijo iz entitete '{{entityName}}'?",
1847 1847 "delete-from-relation-text": "Bodite previdni, po potrditvi trenutna entiteta ne bo v relacijii z entiteto '{{entityName}}'.",
1848   - "delete-from-relations-title": "Ali ste prepričani, da želite izbrisati { count, množina, 1 {1 relacija} other {# odnosi} }?",
  1848 + "delete-from-relations-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 relacija} other {# odnosi} }?",
1849 1849 "delete-from-relations-text": "Bodite previdni, po potrditvi bodo odstranjene vse izbrane relacije in trenutna entiteta ne bo v relaciji z omenjenimi entitetami.",
1850 1850 "remove-relation-filter": "Odstrani relacijski filter",
1851 1851 "add-relation-filter": "Dodaj relacijski filter",
... ... @@ -2003,87 +2003,87 @@
2003 2003 "isolated-tb-core-details": "Zahteva ločene mikro storitve na izoliranega najemnika",
2004 2004 "isolated-tb-rule-engine-details": "Zahteva ločene mikro storitve na izoliranega najemnika"
2005 2005 },
2006   - "tenant-profile": {
2007   - "tenant-profile": "Tenant profile",
2008   - "tenant-profiles": "Tenant profiles",
2009   - "add": "Add tenant profile",
2010   - "edit": "Edit tenant profile",
2011   - "tenant-profile-details": "Tenant profile details",
2012   - "no-tenant-profiles-text": "No tenant profiles found",
2013   - "search": "Search tenant profiles",
2014   - "selected-tenant-profiles": "{ count, plural, 1 {1 tenant profile} other {# tenant profiles} } selected",
2015   - "no-tenant-profiles-matching": "No tenant profile matching '{{entity}}' were found.",
2016   - "tenant-profile-required": "Tenant profile is required",
2017   - "idCopiedMessage": "Tenant profile Id has been copied to clipboard",
2018   - "set-default": "Make tenant profile default",
2019   - "delete": "Delete tenant profile",
2020   - "copyId": "Copy tenant profile Id",
2021   - "name": "Name",
2022   - "name-required": "Name is required.",
2023   - "data": "Profile data",
2024   - "profile-configuration": "Profile configuration",
2025   - "description": "Description",
2026   - "default": "Default",
2027   - "delete-tenant-profile-title": "Are you sure you want to delete the tenant profile '{{tenantProfileName}}'?",
2028   - "delete-tenant-profile-text": "Be careful, after the confirmation the tenant profile and all related data will become unrecoverable.",
2029   - "delete-tenant-profiles-title": "Are you sure you want to delete { count, plural, 1 {1 tenant profile} other {# tenant profiles} }?",
2030   - "delete-tenant-profiles-text": "Be careful, after the confirmation all selected tenant profiles will be removed and all related data will become unrecoverable.",
2031   - "set-default-tenant-profile-title": "Are you sure you want to make the tenant profile '{{tenantProfileName}}' default?",
2032   - "set-default-tenant-profile-text": "After the confirmation the tenant profile will be marked as default and will be used for new tenants with no profile specified.",
2033   - "no-tenant-profiles-found": "No tenant profiles found.",
2034   - "create-new-tenant-profile": "Create a new one!",
2035   - "maximum-devices": "Maximum number of devices (0 - unlimited)",
2036   - "maximum-devices-required": "Maximum number of devices is required.",
2037   - "maximum-devices-range": "Minimum number of devices can't be negative",
2038   - "maximum-assets": "Maximum number of assets (0 - unlimited)",
2039   - "maximum-assets-required": "Maximum number of assets is required.",
2040   - "maximum-assets-range": "Maximum number of assets can't be negative",
2041   - "maximum-customers": "Maximum number of customers (0 - unlimited)",
2042   - "maximum-customers-required": "Maximum number of customers is required.",
2043   - "maximum-customers-range": "Maximum number of customers can't be negative",
2044   - "maximum-users": "Maximum number of users (0 - unlimited)",
2045   - "maximum-users-required": "Maximum number of users is required.",
2046   - "maximum-users-range": "Maximum number of users can't be negative",
2047   - "maximum-dashboards": "Maximum number of dashboards (0 - unlimited)",
2048   - "maximum-dashboards-required": "Maximum number of dashboards is required.",
2049   - "maximum-dashboards-range": "Maximum number of dashboards can't be negative",
2050   - "maximum-rule-chains": "Maximum number of rule chains (0 - unlimited)",
2051   - "maximum-rule-chains-required": "Maximum number of rule chains is required.",
2052   - "maximum-rule-chains-range": "Maximum number of rule chains can't be negative",
2053   - "transport-tenant-msg-rate-limit": "Transport tenant messages rate limit.",
2054   - "transport-tenant-telemetry-msg-rate-limit": "Transport tenant telemetry messages rate limit.",
2055   - "transport-tenant-telemetry-data-points-rate-limit": "Transport tenant telemetry data points rate limit.",
2056   - "transport-device-msg-rate-limit": "Transport device messages rate limit.",
2057   - "transport-device-telemetry-msg-rate-limit": "Transport device telemetry messages rate limit.",
2058   - "transport-device-telemetry-data-points-rate-limit": "Transport device telemetry data points rate limit.",
2059   - "max-transport-messages": "Maximum number of transport messages (0 - unlimited)",
2060   - "max-transport-messages-required": "Maximum number of transport messages is required.",
2061   - "max-transport-messages-range": "Maximum number of transport messages can't be negative",
2062   - "max-transport-data-points": "Maximum number of transport data points (0 - unlimited)",
2063   - "max-transport-data-points-required": "Maximum number of transport data points is required.",
2064   - "max-transport-data-points-range": "Maximum number of transport data points can't be negative",
2065   - "max-r-e-executions": "Maximum number of Rule Engine executions (0 - unlimited)",
2066   - "max-r-e-executions-required": "Maximum number of Rule Engine executions is required.",
2067   - "max-r-e-executions-range": "Maximum number of Rule Engine executions can't be negative",
2068   - "max-j-s-executions": "Maximum number of JavaScript executions (0 - unlimited)",
2069   - "max-j-s-executions-required": "Maximum number of JavaScript executions is required.",
2070   - "max-j-s-executions-range": "Maximum number of JavaScript executions can't be negative",
2071   - "max-d-p-storage-days": "Maximum number of data points storage days (0 - unlimited)",
2072   - "max-d-p-storage-days-required": "Maximum number of data points storage days is required.",
2073   - "max-d-p-storage-days-range": "Maximum number of data points storage days can't be negative",
2074   - "default-storage-ttl-days": "Default storage TTL days (0 - unlimited)",
2075   - "default-storage-ttl-days-required": "Default storage TTL days is required.",
2076   - "default-storage-ttl-days-range": "Default storage TTL days can't be negative",
2077   - "max-rule-node-executions-per-message": "Maximum number of rule node executions per message (0 - unlimited)",
2078   - "max-rule-node-executions-per-message-required": "Maximum number of rule node executions per message is required.",
2079   - "max-rule-node-executions-per-message-range": "Maximum number of rule node executions per message can't be negative",
2080   - "max-emails": "Maximum number of emails sent (0 - unlimited)",
2081   - "max-emails-required": "Maximum number of emails sent is required.",
2082   - "max-emails-range": "Maximum number of emails sent can't be negative",
2083   - "max-sms": "Maximum number of SMS sent (0 - unlimited)",
2084   - "max-sms-required": "Maximum number of SMS sent is required.",
2085   - "max-sms-range": "Maximum number of SMS sent can't be negative"
2086   - },
  2006 + "tenant-profile": {
  2007 + "tenant-profile": "Tenant profile",
  2008 + "tenant-profiles": "Tenant profiles",
  2009 + "add": "Add tenant profile",
  2010 + "edit": "Edit tenant profile",
  2011 + "tenant-profile-details": "Tenant profile details",
  2012 + "no-tenant-profiles-text": "No tenant profiles found",
  2013 + "search": "Search tenant profiles",
  2014 + "selected-tenant-profiles": "{ count, plural, 1 {1 tenant profile} other {# tenant profiles} } selected",
  2015 + "no-tenant-profiles-matching": "No tenant profile matching '{{entity}}' were found.",
  2016 + "tenant-profile-required": "Tenant profile is required",
  2017 + "idCopiedMessage": "Tenant profile Id has been copied to clipboard",
  2018 + "set-default": "Make tenant profile default",
  2019 + "delete": "Delete tenant profile",
  2020 + "copyId": "Copy tenant profile Id",
  2021 + "name": "Name",
  2022 + "name-required": "Name is required.",
  2023 + "data": "Profile data",
  2024 + "profile-configuration": "Profile configuration",
  2025 + "description": "Description",
  2026 + "default": "Default",
  2027 + "delete-tenant-profile-title": "Are you sure you want to delete the tenant profile '{{tenantProfileName}}'?",
  2028 + "delete-tenant-profile-text": "Be careful, after the confirmation the tenant profile and all related data will become unrecoverable.",
  2029 + "delete-tenant-profiles-title": "Are you sure you want to delete { count, plural, 1 {1 tenant profile} other {# tenant profiles} }?",
  2030 + "delete-tenant-profiles-text": "Be careful, after the confirmation all selected tenant profiles will be removed and all related data will become unrecoverable.",
  2031 + "set-default-tenant-profile-title": "Are you sure you want to make the tenant profile '{{tenantProfileName}}' default?",
  2032 + "set-default-tenant-profile-text": "After the confirmation the tenant profile will be marked as default and will be used for new tenants with no profile specified.",
  2033 + "no-tenant-profiles-found": "No tenant profiles found.",
  2034 + "create-new-tenant-profile": "Create a new one!",
  2035 + "maximum-devices": "Maximum number of devices (0 - unlimited)",
  2036 + "maximum-devices-required": "Maximum number of devices is required.",
  2037 + "maximum-devices-range": "Minimum number of devices can't be negative",
  2038 + "maximum-assets": "Maximum number of assets (0 - unlimited)",
  2039 + "maximum-assets-required": "Maximum number of assets is required.",
  2040 + "maximum-assets-range": "Maximum number of assets can't be negative",
  2041 + "maximum-customers": "Maximum number of customers (0 - unlimited)",
  2042 + "maximum-customers-required": "Maximum number of customers is required.",
  2043 + "maximum-customers-range": "Maximum number of customers can't be negative",
  2044 + "maximum-users": "Maximum number of users (0 - unlimited)",
  2045 + "maximum-users-required": "Maximum number of users is required.",
  2046 + "maximum-users-range": "Maximum number of users can't be negative",
  2047 + "maximum-dashboards": "Maximum number of dashboards (0 - unlimited)",
  2048 + "maximum-dashboards-required": "Maximum number of dashboards is required.",
  2049 + "maximum-dashboards-range": "Maximum number of dashboards can't be negative",
  2050 + "maximum-rule-chains": "Maximum number of rule chains (0 - unlimited)",
  2051 + "maximum-rule-chains-required": "Maximum number of rule chains is required.",
  2052 + "maximum-rule-chains-range": "Maximum number of rule chains can't be negative",
  2053 + "transport-tenant-msg-rate-limit": "Transport tenant messages rate limit.",
  2054 + "transport-tenant-telemetry-msg-rate-limit": "Transport tenant telemetry messages rate limit.",
  2055 + "transport-tenant-telemetry-data-points-rate-limit": "Transport tenant telemetry data points rate limit.",
  2056 + "transport-device-msg-rate-limit": "Transport device messages rate limit.",
  2057 + "transport-device-telemetry-msg-rate-limit": "Transport device telemetry messages rate limit.",
  2058 + "transport-device-telemetry-data-points-rate-limit": "Transport device telemetry data points rate limit.",
  2059 + "max-transport-messages": "Maximum number of transport messages (0 - unlimited)",
  2060 + "max-transport-messages-required": "Maximum number of transport messages is required.",
  2061 + "max-transport-messages-range": "Maximum number of transport messages can't be negative",
  2062 + "max-transport-data-points": "Maximum number of transport data points (0 - unlimited)",
  2063 + "max-transport-data-points-required": "Maximum number of transport data points is required.",
  2064 + "max-transport-data-points-range": "Maximum number of transport data points can't be negative",
  2065 + "max-r-e-executions": "Maximum number of Rule Engine executions (0 - unlimited)",
  2066 + "max-r-e-executions-required": "Maximum number of Rule Engine executions is required.",
  2067 + "max-r-e-executions-range": "Maximum number of Rule Engine executions can't be negative",
  2068 + "max-j-s-executions": "Maximum number of JavaScript executions (0 - unlimited)",
  2069 + "max-j-s-executions-required": "Maximum number of JavaScript executions is required.",
  2070 + "max-j-s-executions-range": "Maximum number of JavaScript executions can't be negative",
  2071 + "max-d-p-storage-days": "Maximum number of data points storage days (0 - unlimited)",
  2072 + "max-d-p-storage-days-required": "Maximum number of data points storage days is required.",
  2073 + "max-d-p-storage-days-range": "Maximum number of data points storage days can't be negative",
  2074 + "default-storage-ttl-days": "Default storage TTL days (0 - unlimited)",
  2075 + "default-storage-ttl-days-required": "Default storage TTL days is required.",
  2076 + "default-storage-ttl-days-range": "Default storage TTL days can't be negative",
  2077 + "max-rule-node-executions-per-message": "Maximum number of rule node executions per message (0 - unlimited)",
  2078 + "max-rule-node-executions-per-message-required": "Maximum number of rule node executions per message is required.",
  2079 + "max-rule-node-executions-per-message-range": "Maximum number of rule node executions per message can't be negative",
  2080 + "max-emails": "Maximum number of emails sent (0 - unlimited)",
  2081 + "max-emails-required": "Maximum number of emails sent is required.",
  2082 + "max-emails-range": "Maximum number of emails sent can't be negative",
  2083 + "max-sms": "Maximum number of SMS sent (0 - unlimited)",
  2084 + "max-sms-required": "Maximum number of SMS sent is required.",
  2085 + "max-sms-range": "Maximum number of SMS sent can't be negative"
  2086 + },
2087 2087 "timeinterval": {
2088 2088 "seconds-interval": "{ seconds, plural, 1 {1 second} other {# seconds} }",
2089 2089 "minutes-interval": "{ minutes, plural, 1 {1 minute} other {# minutes} }",
... ... @@ -2095,16 +2095,16 @@
2095 2095 "seconds": "Sekunde",
2096 2096 "advanced": "Napredno"
2097 2097 },
2098   - "timeunit": {
2099   - "seconds": "Seconds",
2100   - "minutes": "Minutes",
2101   - "hours": "Hours",
2102   - "days": "Days"
2103   - },
  2098 + "timeunit": {
  2099 + "seconds": "Seconds",
  2100 + "minutes": "Minutes",
  2101 + "hours": "Hours",
  2102 + "days": "Days"
  2103 + },
2104 2104 "timewindow": {
2105 2105 "days": "{ days, plural, 1 {dan} other {# dni} }",
2106 2106 "hours": "{ hours, plural, 0 {hour} 1 {1 hour} other {# hours} }",
2107   - "minutes": "{ minute, množina, 0 {minute} 1 {1 minuta} drugo {# minut} }",
  2107 + "minutes": "{ minute, plural, 0 {minute} 1 {1 minuta} other {# minut} }",
2108 2108 "seconds": "{ seconds, plural, 0 {second} 1 {1 second} other {# seconds} }",
2109 2109 "realtime": "V realnem času",
2110 2110 "history": "Zgodovina",
... ... @@ -2271,7 +2271,7 @@
2271 2271 "widgets-bundle-details": "Podrobnosti o paketu pripomočkov",
2272 2272 "delete-widgets-bundle-title": "Ali ste prepričani, da želite izbrisati paket pripomočkov '{{widgetsBundleTitle}}'?",
2273 2273 "delete-widgets-bundle-text": "Bodite previdni, po potrditvi bodo pripomočki in vsi povezani podatki postali nepopravljivi.",
2274   - "delete-widgets-bundles-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 widgets bundle} druge {# widgets bundles} }?",
  2274 + "delete-widgets-bundles-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 widgets bundle} other {# widgets bundles} }?",
2275 2275 "delete-widgets-bundles-action-title": "Izbriši { count, plural, 1 {1 widgets bundle} other {# widgets bundles} }",
2276 2276 "delete-widgets-bundles-text": "Bodite previdni, po potrditvi bodo odstranjeni vsi paketi pripomočkov, vsi povezani podatki pa bodo postali nepopravljivi.",
2277 2277 "no-widgets-bundles-matching": "Najden ni bil noben paket pripomočkov, ki se ujema z '{{widgetsBundle}}'.",
... ... @@ -2284,7 +2284,7 @@
2284 2284 "widgets-bundle-file": "Datoteka paketa pripomočkov",
2285 2285 "invalid-widgets-bundle-file-error": "Ni mogoče uvoziti paketa pripomočkov: neveljavna podatkovna struktura paketa pripomočkov.",
2286 2286 "search": "Iskanje po paketih pripomočkov",
2287   - "selected-widgets-bundles": "{ count, plural, 1 {1 widgets bundle} drugih {# widgets bundles} } izbranih",
  2287 + "selected-widgets-bundles": "{ count, plural, 1 {1 widgets bundle} other {# widgets bundles} } izbranih",
2288 2288 "open-widgets-bundle": "Odpri paket pripomočkov"
2289 2289 },
2290 2290 "widget-config": {
... ... @@ -2313,7 +2313,7 @@
2313 2313 "display-timewindow": "Prikaži časovno okno",
2314 2314 "display-legend": "Prikaži legendo",
2315 2315 "datasources": "Viri podatkov",
2316   - "maximum-datasources": "Največ { count, množina, 1 {1 vir podatkov je dovoljen.} Drugi {# vir podatkov je dovoljen} }",
  2316 + "maximum-datasources": "Največ { count, plural, 1 {1 vir podatkov je dovoljen.} other {# vir podatkov je dovoljen} }",
2317 2317 "datasource-type": "Vrsta",
2318 2318 "datasource-parameters": "Parametri",
2319 2319 "remove-datasource": "Odstrani vir podatkov",
... ... @@ -2422,11 +2422,11 @@
2422 2422 "entity-coordinate-required": "Oba polja, zemljepisna širina in dolžina sta obvezna",
2423 2423 "entity-timeseries-required": "Potreben je časovni niz entitet",
2424 2424 "get-location": "Pridobi trenutno lokacijo",
2425   - "invalid-date": "Invalid Date",
  2425 + "invalid-date": "Invalid Date",
2426 2426 "latitude": "Zemljepisna širina",
2427 2427 "longitude": "Zemljepisna dolžina",
2428   - "min-value-error": "Min value is {{value}}",
2429   - "max-value-error": "Max value is {{value}}",
  2428 + "min-value-error": "Min value is {{value}}",
  2429 + "max-value-error": "Max value is {{value}}",
2430 2430 "not-allowed-entity": "Izbrana entiteta ne sme imeti atributov v skupni rabi",
2431 2431 "no-attribute-selected": "Noben atribut ni izbran",
2432 2432 "no-datakey-selected": "Nobena podatkovna tipka ni izbrana",
... ... @@ -2435,9 +2435,9 @@
2435 2435 "no-image": "Ni slike",
2436 2436 "no-support-geolocation": "Vaš brskalnik ne podpira geolokacije",
2437 2437 "no-support-web-camera": "Ni podprte spletne kamere",
2438   - "enable-https-use-widget": "Please enable HTTPS to use this widget",
2439   - "no-found-your-camera": "Can't find your camera",
2440   - "no-permission-camera": "Permission was denied by the user / This site doesn't have permission to use the camera",
  2438 + "enable-https-use-widget": "Please enable HTTPS to use this widget",
  2439 + "no-found-your-camera": "Can't find your camera",
  2440 + "no-permission-camera": "Permission was denied by the user / This site doesn't have permission to use the camera",
2441 2441 "no-timeseries-selected": "Izbrana ni nobena časovna serija",
2442 2442 "secret-key": "Skrivni ključ",
2443 2443 "secret-key-required": "Potreben je skrivni ključ",
... ... @@ -2474,9 +2474,6 @@
2474 2474 }
2475 2475 },
2476 2476 "language": {
2477   - "language": "Jezik",
2478   - "locales": {
2479   - "sl_SI": "Slovenščina"
2480   - }
  2477 + "language": "Jezik"
2481 2478 }
2482   -}
\ No newline at end of file
  2479 +}
... ...