diff --git a/ui-ngx/src/app/core/translate/translate-default-compiler.ts b/ui-ngx/src/app/core/translate/translate-default-compiler.ts
index a5bf1bbc17..e6110e593c 100644
--- a/ui-ngx/src/app/core/translate/translate-default-compiler.ts
+++ b/ui-ngx/src/app/core/translate/translate-default-compiler.ts
@@ -65,6 +65,7 @@ export class TranslateDefaultCompiler extends TranslateMessageFormatCompiler {
} catch (e) {
console.warn(`Failed to parse source: ${src}`);
console.error(e);
+ return false;
}
const res = tokens.filter(
(value) => typeof value !== 'string' && value.type === 'plural'
diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json
index 86ac20bf35..14ed8a3f52 100644
--- a/ui-ngx/src/assets/locale/locale.constant-en_US.json
+++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json
@@ -2494,7 +2494,8 @@
"ro_RO": "Română",
"lv_LV": "Latviešu",
"ka_GE": "ქართული",
- "pt_BR": "Português do Brasil"
+ "pt_BR": "Português do Brasil",
+ "sl_SI": "Slovenščina"
}
}
}
diff --git a/ui-ngx/src/assets/locale/locale.constant-sl_SI.json b/ui-ngx/src/assets/locale/locale.constant-sl_SI.json
index 78f397badf..1b3077a875 100644
--- a/ui-ngx/src/assets/locale/locale.constant-sl_SI.json
+++ b/ui-ngx/src/assets/locale/locale.constant-sl_SI.json
@@ -23,7 +23,7 @@
"no": "Ne",
"update": "Nadgradnja",
"remove": "Odstrani",
- "select": "Izberi",
+ "select": "Izberi",
"search": "Iskanje",
"clear-search": "Počisti iskanje",
"assign": "Dodeli",
@@ -55,9 +55,9 @@
"continue": "Nadaljuj",
"discard-changes": "Zavrzi spremembe",
"download": "Prenesi",
- "next-with-label": "Naslednji: {{label}}",
- "read-more": "Preberi več",
- "hide": "Skrij"
+ "next-with-label": "Naslednji: {{label}}",
+ "read-more": "Preberi več",
+ "hide": "Skrij"
},
"aggregation": {
"aggregation": "Združevanje",
@@ -80,8 +80,8 @@
"test-mail-sent": "Testna pošta je bila uspešno poslana!",
"base-url": "Osnovni URL",
"base-url-required": "Zahtevan je osnovni URL.",
- "prohibit-different-url": "Prohibit to use hostname from the client request headers",
- "prohibit-different-url-hint": "This setting should be enabled for production environments. May cause security issues when disabled",
+ "prohibit-different-url": "Prohibit to use hostname from the client request headers",
+ "prohibit-different-url-hint": "This setting should be enabled for production environments. May cause security issues when disabled",
"mail-from": "Pošta od",
"mail-from-required": "Zahtevana je pošta od.",
"smtp-protocol": "Protokol SMTP",
@@ -104,33 +104,33 @@
"proxy-user": "Uporabnik proxy",
"proxy-password": "Geslo proxy",
"send-test-mail": "Pošlji testno pošto",
- "sms-provider": "SMS provider",
- "sms-provider-settings": "SMS provider settings",
- "sms-provider-type": "SMS provider type",
- "sms-provider-type-required": "SMS provider type is required.",
- "sms-provider-type-aws-sns": "Amazon SNS",
- "sms-provider-type-twilio": "Twilio",
- "aws-access-key-id": "AWS Access Key ID",
- "aws-access-key-id-required": "AWS Access Key ID is required",
- "aws-secret-access-key": "AWS Secret Access Key",
- "aws-secret-access-key-required": "AWS Secret Access Key is required",
- "aws-region": "AWS Region",
- "aws-region-required": "AWS Region is required",
- "number-from": "Phone Number From",
- "number-from-required": "Phone Number From is required.",
- "number-to": "Phone Number To",
- "number-to-required": "Phone Number To is required.",
- "phone-number-hint": "Phone Number in E.164 format, ex. +19995550123",
- "phone-number-pattern": "Invalid phone number. Should be in E.164 format, ex. +19995550123.",
- "sms-message": "SMS message",
- "sms-message-required": "SMS message is required.",
- "sms-message-max-length": "SMS message can't be longer 1600 characters",
- "twilio-account-sid": "Twilio Account SID",
- "twilio-account-sid-required": "Twilio Account SID is required",
- "twilio-account-token": "Twilio Account Token",
- "twilio-account-token-required": "Twilio Account Token is required",
- "send-test-sms": "Send test SMS",
- "test-sms-sent": "Test SMS was successfully sent!",
+ "sms-provider": "SMS provider",
+ "sms-provider-settings": "SMS provider settings",
+ "sms-provider-type": "SMS provider type",
+ "sms-provider-type-required": "SMS provider type is required.",
+ "sms-provider-type-aws-sns": "Amazon SNS",
+ "sms-provider-type-twilio": "Twilio",
+ "aws-access-key-id": "AWS Access Key ID",
+ "aws-access-key-id-required": "AWS Access Key ID is required",
+ "aws-secret-access-key": "AWS Secret Access Key",
+ "aws-secret-access-key-required": "AWS Secret Access Key is required",
+ "aws-region": "AWS Region",
+ "aws-region-required": "AWS Region is required",
+ "number-from": "Phone Number From",
+ "number-from-required": "Phone Number From is required.",
+ "number-to": "Phone Number To",
+ "number-to-required": "Phone Number To is required.",
+ "phone-number-hint": "Phone Number in E.164 format, ex. +19995550123",
+ "phone-number-pattern": "Invalid phone number. Should be in E.164 format, ex. +19995550123.",
+ "sms-message": "SMS message",
+ "sms-message-required": "SMS message is required.",
+ "sms-message-max-length": "SMS message can't be longer 1600 characters",
+ "twilio-account-sid": "Twilio Account SID",
+ "twilio-account-sid-required": "Twilio Account SID is required",
+ "twilio-account-token": "Twilio Account Token",
+ "twilio-account-token-required": "Twilio Account Token is required",
+ "send-test-sms": "Send test SMS",
+ "test-sms-sent": "Test SMS was successfully sent!",
"security-settings": "Varnostne nastavitve",
"password-policy": "Pravilnik o geslih",
"minimum-password-length": "Najkrajša dolžina gesla",
@@ -152,72 +152,72 @@
"max-failed-login-attempts": "Največje število neuspelih poskusov prijave, preden se račun zaklene",
"minimum-max-failed-login-attempts-range": "Največje število neuspelih poskusov prijave ne sme biti negativno",
"user-lockout-notification-email": "V primeru zaklepa uporabniškega računa, pošlji obvestilo na e-pošto",
- "domain-name": "Domain name",
- "domain-name-unique": "Domain name and protocol need to unique.",
- "error-verification-url": "A domain name shouldn't contain symbols '/' and ':'. Example: thingsboard.io",
- "oauth2": {
- "access-token-uri": "Access token URI",
- "access-token-uri-required": "Access token URI is required.",
- "activate-user": "Activate user",
- "add-domain": "Add domain",
- "delete-domain": "Delete domain",
- "add-provider": "Add provider",
- "delete-provider": "Delete provider",
- "allow-user-creation": "Allow user creation",
- "always-fullscreen": "Always fullscreen",
- "authorization-uri": "Authorization URI",
- "authorization-uri-required": "Authorization URI is required.",
- "client-authentication-method": "Client authentication method",
- "client-id": "Client ID",
- "client-id-required": "Client ID is required.",
- "client-secret": "Client secret",
- "client-secret-required": "Client secret is required.",
- "custom-setting": "Custom settings",
- "customer-name-pattern": "Customer name pattern",
- "default-dashboard-name": "Default dashboard name",
- "delete-domain-text": "Be careful, after the confirmation a domain and all provider data will be unavailable.",
- "delete-domain-title": "Are you sure you want to delete settings the domain '{{domainName}}'?",
- "delete-registration-text": "Be careful, after the confirmation a provider data will be unavailable.",
- "delete-registration-title": "Are you sure you want to delete the provider '{{name}}'?",
- "email-attribute-key": "Email attribute key",
- "email-attribute-key-required": "Email attribute key is required.",
- "first-name-attribute-key": "First name attribute key",
- "general": "General",
- "jwk-set-uri": "JSON Web Key URI",
- "last-name-attribute-key": "Last name attribute key",
- "login-button-icon": "Login button icon",
- "login-button-label": "Provider label",
- "login-button-label-placeholder": "Login with $(Provider label)",
- "login-button-label-required": "Label is required.",
- "login-provider": "Login provider",
- "mapper": "Mapper",
- "new-domain": "New domain",
- "oauth2": "OAuth2",
- "redirect-uri-template": "Redirect URI template",
- "copy-redirect-uri": "Copy redirect URI",
- "registration-id": "Registration ID",
- "registration-id-required": "Registration ID is required.",
- "registration-id-unique": "Registration ID need to unique for the system.",
- "scope": "Scope",
- "scope-required": "Scope is required.",
- "tenant-name-pattern": "Tenant name pattern",
- "tenant-name-pattern-required": "Tenant name pattern is required.",
- "tenant-name-strategy": "Tenant name strategy",
- "type": "Mapper type",
- "uri-pattern-error": "Invalid URI format.",
- "url": "URL",
- "url-pattern": "Invalid URL format.",
- "url-required": "URL is required.",
- "user-info-uri": "User info URI",
- "user-info-uri-required": "User info URI is required.",
- "user-name-attribute-name": "User name attribute key",
- "user-name-attribute-name-required": "User name attribute key is required",
- "protocol": "Protocol",
- "domain-schema-http": "HTTP",
- "domain-schema-https": "HTTPS",
- "domain-schema-mixed": "HTTP+HTTPS",
- "enable": "Enable OAuth2 settings"
- }
+ "domain-name": "Domain name",
+ "domain-name-unique": "Domain name and protocol need to unique.",
+ "error-verification-url": "A domain name shouldn't contain symbols '/' and ':'. Example: thingsboard.io",
+ "oauth2": {
+ "access-token-uri": "Access token URI",
+ "access-token-uri-required": "Access token URI is required.",
+ "activate-user": "Activate user",
+ "add-domain": "Add domain",
+ "delete-domain": "Delete domain",
+ "add-provider": "Add provider",
+ "delete-provider": "Delete provider",
+ "allow-user-creation": "Allow user creation",
+ "always-fullscreen": "Always fullscreen",
+ "authorization-uri": "Authorization URI",
+ "authorization-uri-required": "Authorization URI is required.",
+ "client-authentication-method": "Client authentication method",
+ "client-id": "Client ID",
+ "client-id-required": "Client ID is required.",
+ "client-secret": "Client secret",
+ "client-secret-required": "Client secret is required.",
+ "custom-setting": "Custom settings",
+ "customer-name-pattern": "Customer name pattern",
+ "default-dashboard-name": "Default dashboard name",
+ "delete-domain-text": "Be careful, after the confirmation a domain and all provider data will be unavailable.",
+ "delete-domain-title": "Are you sure you want to delete settings the domain '{{domainName}}'?",
+ "delete-registration-text": "Be careful, after the confirmation a provider data will be unavailable.",
+ "delete-registration-title": "Are you sure you want to delete the provider '{{name}}'?",
+ "email-attribute-key": "Email attribute key",
+ "email-attribute-key-required": "Email attribute key is required.",
+ "first-name-attribute-key": "First name attribute key",
+ "general": "General",
+ "jwk-set-uri": "JSON Web Key URI",
+ "last-name-attribute-key": "Last name attribute key",
+ "login-button-icon": "Login button icon",
+ "login-button-label": "Provider label",
+ "login-button-label-placeholder": "Login with $(Provider label)",
+ "login-button-label-required": "Label is required.",
+ "login-provider": "Login provider",
+ "mapper": "Mapper",
+ "new-domain": "New domain",
+ "oauth2": "OAuth2",
+ "redirect-uri-template": "Redirect URI template",
+ "copy-redirect-uri": "Copy redirect URI",
+ "registration-id": "Registration ID",
+ "registration-id-required": "Registration ID is required.",
+ "registration-id-unique": "Registration ID need to unique for the system.",
+ "scope": "Scope",
+ "scope-required": "Scope is required.",
+ "tenant-name-pattern": "Tenant name pattern",
+ "tenant-name-pattern-required": "Tenant name pattern is required.",
+ "tenant-name-strategy": "Tenant name strategy",
+ "type": "Mapper type",
+ "uri-pattern-error": "Invalid URI format.",
+ "url": "URL",
+ "url-pattern": "Invalid URL format.",
+ "url-required": "URL is required.",
+ "user-info-uri": "User info URI",
+ "user-info-uri-required": "User info URI is required.",
+ "user-name-attribute-name": "User name attribute key",
+ "user-name-attribute-name-required": "User name attribute key is required",
+ "protocol": "Protocol",
+ "domain-schema-http": "HTTP",
+ "domain-schema-https": "HTTPS",
+ "domain-schema-mixed": "HTTP+HTTPS",
+ "enable": "Enable OAuth2 settings"
+ }
},
"alarm": {
"alarm": "Alarm",
@@ -273,8 +273,8 @@
"aknowledge-alarms-text": "Ali ste prepričani, da želite potrditi { count, plural, 1 {1 alarm} other {# alarms} }?",
"aknowledge-alarm-title": "Potrdite alarm",
"aknowledge-alarm-text": "Ali ste prepričani, da želite potrditi alarm?",
- "clear-alarms-title": "Počisti { count, množina, 1 {1 alarm} drugi {# alarmi} }",
- "clear-alarms-text": "Ali ste prepričani, da želite počistiti { count, plural, 1 {1 alarm} druge {# alarme} }?",
+ "clear-alarms-title": "Počisti { count, plural, 1 {1 alarm} other {# alarmi} }",
+ "clear-alarms-text": "Ali ste prepričani, da želite počistiti { count, plural, 1 {1 alarm} other {# alarme} }?",
"clear-alarm-title": "Počisti alarm",
"clear-alarm-text": "Ali ste prepričani, da želite počistiti alarm?",
"alarm-status-filter": "Filter stanja alarma",
@@ -317,7 +317,7 @@
"filter-type-device-search-query-description": "Naprave s tipi {{deviceTypes}}, ki imajo {{relationType}} relacijo {{direction}} {{rootEntity}}",
"filter-type-entity-view-search-query": "Iskalna poizvedba pogleda entitete",
"filter-type-entity-view-search-query-description": "Pogledi entitet s tipi {{entityViewTypes}}, ki imajo {{relationType}} relacijo {{direction}} {{rootEntity}}",
- "filter-type-apiUsageState": "Api Usage State",
+ "filter-type-apiUsageState": "Api Usage State",
"entity-filter": "Filter entitet",
"resolve-multiple": "Reši kot več entitet",
"filter-type": "Vrsta filtra",
@@ -372,15 +372,15 @@
"add-asset-text": "Dodaj novo sredstvo",
"asset-details": "Podrobnosti o sredstvih",
"assign-assets": "Dodelitev sredstev",
- "assign-assets-text": "Stranki dodeli { count, množina, 1 {1 sredstvo} drugo {# assets} }",
+ "assign-assets-text": "Stranki dodeli { count, plural, 1 {1 sredstvo} other {# assets} }",
"delete-assets": "Izbriši sredstva",
"unassign-assets": "Preklic dodelitve sredstev",
- "unassign-assets-action-title": "Stranki ne dodeli { count, množina, 1 {1 sredstvo} drugo {# assets} }",
+ "unassign-assets-action-title": "Stranki ne dodeli { count, plural, 1 {1 sredstvo} other {# assets} }",
"assign-new-asset": "Dodeli novo sredstvo",
"delete-asset-title": "Ali ste prepričani, da želite izbrisati sredstvo '{{assetName}}'?",
"delete-asset-text": "Bodite previdni, po potrditvi bo sredstvo in vsi povezani podatki nepopravljivi.",
- "delete-assets-title": "Ali ste prepričani, da želite izbrisati { count, množina, 1 {1 sredstvo} drugo {# assets} }?",
- "delete-assets-action-title": "Izbriši { count, množina, 1 {1 sredstvo} drugo {# assets} }",
+ "delete-assets-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 sredstvo} other {# assets} }?",
+ "delete-assets-action-title": "Izbriši { count, plural, 1 {1 sredstvo} other {# assets} }",
"delete-assets-text": "Bodite previdni, po potrditvi bodo vsa izbrana sredstva odstranjena in vsi povezani podatki bodo postali nepopravljivi.",
"make-public-asset-title": "Ali ste prepričani, da želite sredstvo '{{assetName}}' objaviti kot javno?",
"make-public-asset-text": "Po potrditvi bodo sredstvo in vsi njegovi podatki javno dostopni in dostopni drugim.",
@@ -389,7 +389,7 @@
"unassign-asset-title": "Ali ste prepričani, da želite dodeliti sredstvo '{{assetName}}'?",
"unassign-asset-text": "Po potrditvi sredstvo ne bo dodeljeno in stranka ne bo dostopna.",
"unassign-asset": "Preklic dodelitve sredstva",
- "unassign-assets-title": "Ali ste prepričani, da želite odpovedati { count, plural, 1 {1 asset} drugo {# assets} }?",
+ "unassign-assets-title": "Ali ste prepričani, da želite odpovedati { count, plural, 1 {1 asset} other {# assets} }?",
"unassign-assets-text": "Po potrditvi vsa izbrana sredstva ne bodo dodeljena in stranka ne bo dostopna do njih.",
"copyId": "Kopiraj ID sredstva",
"idCopiedMessage": "ID sredstva je kopiran v odložišče",
@@ -432,59 +432,59 @@
"no-attributes-text": "Ni najdenih atributov",
"no-telemetry-text": "Telemetrija ni najdena"
},
- "api-usage": {
- "api-usage": "Api Usage",
- "data-points": "Data points",
- "data-points-storage-days": "Data points storage days",
- "email": "Email",
- "email-messages": "Email messages",
- "email-messages-daily-activity": "Email messages daily activity",
- "email-messages-hourly-activity": "Email messages hourly activity",
- "email-messages-monthly-activity": "Email messages monthly activity",
- "exceptions": "Exceptions",
- "executions": "Executions",
- "javascript": "JavaScript",
- "javascript-executions": "JavaScript executions",
- "javascript-functions": "JavaScript functions",
- "javascript-functions-daily-activity": "JavaScript functions daily activity",
- "javascript-functions-hourly-activity": "JavaScript functions hourly activity",
- "javascript-functions-monthly-activity": "JavaScript functions monthly activity",
- "latest-error": "Latest Error",
- "messages": "Messages",
- "permanent-failures": "${entityName} Permanent Failures",
- "permanent-timeouts": "${entityName} Permanent Timeouts",
- "processing-failures": "${entityName} Processing Failures",
- "processing-failures-and-timeouts": "Processing Failures and Timeouts",
- "processing-timeouts": "${entityName} Processing Timeouts",
- "queue-stats": "Queue Stats",
- "rule-chain": "Rule Chain",
- "rule-engine": "Rule Engine",
- "rule-engine-daily-activity": "Rule Engine daily activity",
- "rule-engine-executions": "Rule Engine executions",
- "rule-engine-hourly-activity": "Rule Engine hourly activity",
- "rule-engine-monthly-activity": "Rule Engine monthly activity",
- "rule-engine-statistics": "Rule Engine Statistics",
- "rule-node": "Rule Node",
- "sms": "SMS",
- "sms-messages": "SMS messages",
- "sms-messages-daily-activity": "SMS messages daily activity",
- "sms-messages-hourly-activity": "SMS messages hourly activity",
- "sms-messages-monthly-activity": "SMS messages monthly activity",
- "successful": "${entityName} Successful",
- "telemetry": "Telemetry",
- "telemetry-persistence": "Telemetry persistence",
- "telemetry-persistence-daily-activity": "Telemetry persistence daily activity",
- "telemetry-persistence-hourly-activity": "Telemetry persistence hourly activity",
- "telemetry-persistence-monthly-activity": "Telemetry persistence monthly activity",
- "transport": "Transport",
- "transport-daily-activity": "Transport daily activity",
- "transport-data-points": "Transport data points",
- "transport-hourly-activity": "Transport hourly activity",
- "transport-messages": "Transport messages",
- "transport-monthly-activity": "Transport monthly activity",
- "view-details": "View details",
- "view-statistics": "View statistics"
- },
+ "api-usage": {
+ "api-usage": "Api Usage",
+ "data-points": "Data points",
+ "data-points-storage-days": "Data points storage days",
+ "email": "Email",
+ "email-messages": "Email messages",
+ "email-messages-daily-activity": "Email messages daily activity",
+ "email-messages-hourly-activity": "Email messages hourly activity",
+ "email-messages-monthly-activity": "Email messages monthly activity",
+ "exceptions": "Exceptions",
+ "executions": "Executions",
+ "javascript": "JavaScript",
+ "javascript-executions": "JavaScript executions",
+ "javascript-functions": "JavaScript functions",
+ "javascript-functions-daily-activity": "JavaScript functions daily activity",
+ "javascript-functions-hourly-activity": "JavaScript functions hourly activity",
+ "javascript-functions-monthly-activity": "JavaScript functions monthly activity",
+ "latest-error": "Latest Error",
+ "messages": "Messages",
+ "permanent-failures": "${entityName} Permanent Failures",
+ "permanent-timeouts": "${entityName} Permanent Timeouts",
+ "processing-failures": "${entityName} Processing Failures",
+ "processing-failures-and-timeouts": "Processing Failures and Timeouts",
+ "processing-timeouts": "${entityName} Processing Timeouts",
+ "queue-stats": "Queue Stats",
+ "rule-chain": "Rule Chain",
+ "rule-engine": "Rule Engine",
+ "rule-engine-daily-activity": "Rule Engine daily activity",
+ "rule-engine-executions": "Rule Engine executions",
+ "rule-engine-hourly-activity": "Rule Engine hourly activity",
+ "rule-engine-monthly-activity": "Rule Engine monthly activity",
+ "rule-engine-statistics": "Rule Engine Statistics",
+ "rule-node": "Rule Node",
+ "sms": "SMS",
+ "sms-messages": "SMS messages",
+ "sms-messages-daily-activity": "SMS messages daily activity",
+ "sms-messages-hourly-activity": "SMS messages hourly activity",
+ "sms-messages-monthly-activity": "SMS messages monthly activity",
+ "successful": "${entityName} Successful",
+ "telemetry": "Telemetry",
+ "telemetry-persistence": "Telemetry persistence",
+ "telemetry-persistence-daily-activity": "Telemetry persistence daily activity",
+ "telemetry-persistence-hourly-activity": "Telemetry persistence hourly activity",
+ "telemetry-persistence-monthly-activity": "Telemetry persistence monthly activity",
+ "transport": "Transport",
+ "transport-daily-activity": "Transport daily activity",
+ "transport-data-points": "Transport data points",
+ "transport-hourly-activity": "Transport hourly activity",
+ "transport-messages": "Transport messages",
+ "transport-monthly-activity": "Transport monthly activity",
+ "view-details": "View details",
+ "view-statistics": "View statistics"
+ },
"audit-log": {
"audit": "Revizija",
"audit-logs": "Revizijski dnevniki",
@@ -526,8 +526,8 @@
"clear-search": "Počisti iskanje",
"type-assigned-from-tenant": "Dodeljeno od najemnika",
"type-assigned-to-tenant": "Dodeljeno najemniku",
- "type-provision-success": "Device provisioned",
- "type-provision-failure": "Device provisioning was failed"
+ "type-provision-success": "Device provisioned",
+ "type-provision-failure": "Device provisioning was failed"
},
"confirm-on-exit": {
"message": "Imate neshranjene spremembe. Ali ste prepričani, da želite zapustiti to stran?",
@@ -587,7 +587,7 @@
"customer-details": "Podrobnosti o stranki",
"delete-customer-title": "Ali ste prepričani, da želite izbrisati stranko '{{customerTitle}}'?",
"delete-customer-text": "Previdno, po potrditvi bo stranka in vsi povezani podatki postali nepopravljivi.",
- "delete-customers-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 customer} drugih {# customers} }?",
+ "delete-customers-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 customer} other {# customers} }?",
"delete-customers-action-title": "Izbriši { count, plural, 1 {1 customer} other {# customers} }",
"delete-customers-text": "Bodite previdni, po potrditvi bodo vse izbrane stranke odstranjene in vsi povezani podatki bodo postali nepopravljivi.",
"manage-users": "Upravljanje uporabnikov",
@@ -781,11 +781,11 @@
"timeseries-required": "Potrebni so časovni nizi entitet.",
"timeseries-or-attributes-required": "Potrebni so časovni nizi / atributi entitet.",
"alarm-fields-timeseries-or-attributes-required": "Polja alarma ali časovni nizi / atributi entitet so obvezni.",
- "maximum-timeseries-or-attributes": "Največ { count, plural, 1 {1 timeseries / attribute is allowed.} Other {# timeseries / attributes are allowed} }",
+ "maximum-timeseries-or-attributes": "Največ { count, plural, 1 {1 timeseries / attribute is allowed.} other {# timeseries / attributes are allowed} }",
"alarm-fields-required": "Polja alarma so obvezna.",
"function-types": "Vrste funkcij",
"function-types-required": "Zahtevane so vrste funkcij.",
- "maximum-function-types": "Največ dovoljeno je { count, plural, 1 {1 type of function.} Druge {# vrste funkcij so dovoljene} }",
+ "maximum-function-types": "Največ dovoljeno je { count, plural, 1 {1 type of function.} other {# vrste funkcij so dovoljene} }",
"time-description": "časovni žig trenutne vrednosti;",
"value-description": "trenutna vrednost;",
"prev-value-description": "rezultat prejšnjega klica funkcije;",
@@ -857,7 +857,7 @@
"view-credentials": "Ogled poverilnic",
"delete-device-title": "Ali ste prepričani, da želite izbrisati napravo '{{deviceName}}'?",
"delete-device-text": "Previdno, po potrditvi naprava in vsi povezani podatki postanejo nepopravljivi.",
- "delete-devices-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 device} drugih {# naprav} }?",
+ "delete-devices-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 device} other {# naprav} }?",
"delete-devices-action-title": "Izbriši { count, plural, 1 {1 device} other {# devices} }",
"delete-devices-text": "Bodite previdni, po potrditvi bodo vse izbrane naprave odstranjene in vsi povezani podatki nepopravljivi.",
"unassign-device-title": "Ali ste prepričani, da želite odstraniti napravo '{{deviceName}}'?",
@@ -872,12 +872,12 @@
"access-token-invalid": "Dolžina žetona za dostop mora biti od 1 do 20 znakov.",
"rsa-key": "Javni ključ RSA",
"rsa-key-required": "Potreben je javni ključ RSA.",
- "client-id": "Client ID",
- "client-id-pattern": "Contains invalid character.",
- "user-name": "User Name",
- "user-name-required": "User Name is required.",
- "client-id-or-user-name-necessary": "Client ID and/or User Name are necessary",
- "password": "Password",
+ "client-id": "Client ID",
+ "client-id-pattern": "Contains invalid character.",
+ "user-name": "User Name",
+ "user-name-required": "User Name is required.",
+ "client-id-or-user-name-necessary": "Client ID and/or User Name are necessary",
+ "password": "Password",
"secret": "Skrivnost",
"secret-required": "Potrebna je skrivnost.",
"device-type": "Vrsta naprave",
@@ -896,10 +896,10 @@
"details": "Podrobnosti",
"copyId": "Kopiraj ID naprave",
"copyAccessToken": "Kopiraj žeton za dostop",
- "copy-mqtt-authentication": "Copy MQTT credentials",
+ "copy-mqtt-authentication": "Copy MQTT credentials",
"idCopiedMessage": "ID naprave je bil kopiran v odložišče",
"accessTokenCopiedMessage": "Žeton za dostop do naprave je bil kopiran v odložišče",
- "mqtt-authentication-copied-message": "Device MQTT authentication has been copied to clipboard",
+ "mqtt-authentication-copied-message": "Device MQTT authentication has been copied to clipboard",
"assignedToCustomer": "Dodeljeno stranki",
"unable-delete-device-alias-title": "Vzdevka naprave ni mogoče izbrisati",
"unable-delete-device-alias-text": "Vzdevka naprave '{{deviceAlias}}' ni mogoče izbrisati, saj ga uporabljajo naslednji pripomočki:
{{widgetsList}}",
@@ -911,168 +911,168 @@
"device-file": "Datoteka naprave",
"search": "Iskalne naprave",
"selected-devices": "{ count, plural, 1 {1 device} other {# devices} } izbrano",
- "device-configuration": "Device configuration",
- "transport-configuration": "Transport configuration",
- "wizard": {
- "device-wizard": "Device Wizard",
- "device-details": "Device details",
- "new-device-profile": "Create new device profile",
- "existing-device-profile": "Select existing device profile",
- "specific-configuration": "Specific configuration",
- "customer-to-assign-device": "Customer to assign the device",
- "add-credential": "Add credential"
- }
+ "device-configuration": "Device configuration",
+ "transport-configuration": "Transport configuration",
+ "wizard": {
+ "device-wizard": "Device Wizard",
+ "device-details": "Device details",
+ "new-device-profile": "Create new device profile",
+ "existing-device-profile": "Select existing device profile",
+ "specific-configuration": "Specific configuration",
+ "customer-to-assign-device": "Customer to assign the device",
+ "add-credential": "Add credential"
+ }
+ },
+ "device-profile": {
+ "device-profile": "Device profile",
+ "device-profiles": "Device profiles",
+ "all-device-profiles": "All",
+ "add": "Add device profile",
+ "edit": "Edit device profile",
+ "device-profile-details": "Device profile details",
+ "no-device-profiles-text": "No device profiles found",
+ "search": "Search device profiles",
+ "selected-device-profiles": "{ count, plural, 1 {1 device profile} other {# device profiles} } selected",
+ "no-device-profiles-matching": "No device profile matching '{{entity}}' were found.",
+ "device-profile-required": "Device profile is required",
+ "idCopiedMessage": "Device profile Id has been copied to clipboard",
+ "set-default": "Make device profile default",
+ "delete": "Delete device profile",
+ "copyId": "Copy device profile Id",
+ "new-device-profile-name": "Device profile name",
+ "new-device-profile-name-required": "Device profile name is required.",
+ "name": "Name",
+ "name-required": "Name is required.",
+ "type": "Profile type",
+ "type-required": "Profile type is required.",
+ "type-default": "Default",
+ "transport-type": "Transport type",
+ "transport-type-required": "Transport type is required.",
+ "transport-type-default": "Default",
+ "transport-type-default-hint": "Supports basic MQTT, HTTP and CoAP transport",
+ "transport-type-mqtt": "MQTT",
+ "transport-type-mqtt-hint": "Enables advanced MQTT transport settings",
+ "transport-type-lwm2m": "LWM2M",
+ "transport-type-lwm2m-hint": "LWM2M transport type",
+ "description": "Description",
+ "default": "Default",
+ "profile-configuration": "Profile configuration",
+ "transport-configuration": "Transport configuration",
+ "default-rule-chain": "Default rule chain",
+ "select-queue-hint": "Select from a drop-down list or add a custom name.",
+ "delete-device-profile-title": "Are you sure you want to delete the device profile '{{deviceProfileName}}'?",
+ "delete-device-profile-text": "Be careful, after the confirmation the device profile and all related data will become unrecoverable.",
+ "delete-device-profiles-title": "Are you sure you want to delete { count, plural, 1 {1 device profile} other {# device profiles} }?",
+ "delete-device-profiles-text": "Be careful, after the confirmation all selected device profiles will be removed and all related data will become unrecoverable.",
+ "set-default-device-profile-title": "Are you sure you want to make the device profile '{{deviceProfileName}}' default?",
+ "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.",
+ "no-device-profiles-found": "No device profiles found.",
+ "create-new-device-profile": "Create a new one!",
+ "mqtt-device-topic-filters": "MQTT device topic filters",
+ "mqtt-device-topic-filters-unique": "MQTT device topic filters need to be unique.",
+ "mqtt-device-payload-type": "MQTT device payload",
+ "mqtt-device-payload-type-json": "JSON",
+ "mqtt-device-payload-type-proto": "Protobuf",
+ "mqtt-payload-type-required": "Payload type is required.",
+ "support-level-wildcards": "Single [+] and multi-level [#] wildcards supported.",
+ "telemetry-topic-filter": "Telemetry topic filter",
+ "telemetry-topic-filter-required": "Telemetry topic filter is required.",
+ "attributes-topic-filter": "Attributes topic filter",
+ "attributes-topic-filter-required": "Attributes topic filter is required.",
+ "telemetry-proto-schema": "Telemetry proto schema",
+ "telemetry-proto-schema-required": "Telemetry proto schema is required.",
+ "attributes-proto-schema": "Attributes proto schema",
+ "attributes-proto-schema-required": "Attributes proto schema is required.",
+ "rpc-response-topic-filter": "RPC response topic filter",
+ "rpc-response-topic-filter-required": "RPC response topic filter is required.",
+ "not-valid-pattern-topic-filter": "Not valid pattern topic filter",
+ "not-valid-single-character": "Invalid use of a single-level wildcard character",
+ "not-valid-multi-character": "Invalid use of a multi-level wildcard character",
+ "single-level-wildcards-hint": "[+] is suitable for any topic filter level. Ex.: v1/devices/+/telemetry or +/devices/+/attributes.",
+ "multi-level-wildcards-hint": "[#] can replace the topic filter itself and must be the last symbol of the topic. Ex.: # or v1/devices/me/#.",
+ "alarm-rules": "Alarm rules",
+ "alarm-rules-with-count": "Alarm rules ({{count}})",
+ "no-alarm-rules": "No alarm rules configured",
+ "add-alarm-rule": "Add alarm rule",
+ "edit-alarm-rule": "Edit alarm rule",
+ "alarm-type": "Alarm type",
+ "alarm-type-required": "Alarm type is required.",
+ "alarm-type-unique": "Alarm type must be unique within the device profile alarm rules.",
+ "create-alarm-pattern": "Create {{alarmType}} alarm",
+ "create-alarm-rules": "Create alarm rules",
+ "no-create-alarm-rules": "No create conditions configured",
+ "add-create-alarm-rule-prompt": "Please add create alarm rule",
+ "clear-alarm-rule": "Clear alarm rule",
+ "no-clear-alarm-rule": "No clear condition configured",
+ "add-create-alarm-rule": "Add create condition",
+ "add-clear-alarm-rule": "Add clear condition",
+ "select-alarm-severity": "Select alarm severity",
+ "alarm-severity-required": "Alarm severity is required.",
+ "condition-duration": "Condition duration",
+ "condition-duration-value": "Duration value",
+ "condition-duration-time-unit": "Time unit",
+ "condition-duration-value-range": "Duration value should be in a range from 1 to 2147483647.",
+ "condition-duration-value-pattern": "Duration value should be integers.",
+ "condition-duration-value-required": "Duration value is required.",
+ "condition-duration-time-unit-required": "Time unit is required.",
+ "advanced-settings": "Advanced settings",
+ "alarm-rule-details": "Details",
+ "add-alarm-rule-details": "Add details",
+ "propagate-alarm": "Propagate alarm",
+ "alarm-rule-relation-types-list": "Relation types to propagate",
+ "alarm-rule-relation-types-list-hint": "If Propagate relation types are not selected, alarms will be propagated without filtering by relation type.",
+ "alarm-details": "Alarm details",
+ "alarm-rule-condition": "Alarm rule condition",
+ "enter-alarm-rule-condition-prompt": "Please add alarm rule condition",
+ "edit-alarm-rule-condition": "Edit alarm rule condition",
+ "device-provisioning": "Device provisioning",
+ "provision-strategy": "Provision strategy",
+ "provision-strategy-required": "Provision strategy is required.",
+ "provision-strategy-disabled": "Disabled",
+ "provision-strategy-created-new": "Allow to create new devices",
+ "provision-strategy-check-pre-provisioned": "Check for pre-provisioned devices",
+ "provision-device-key": "Provision device key",
+ "provision-device-key-required": "Provision device key is required.",
+ "copy-provision-key": "Copy provision key",
+ "provision-key-copied-message": "Provision key has been copied to clipboard",
+ "provision-device-secret": "Provision device secret",
+ "provision-device-secret-required": "Provision device secret is required.",
+ "copy-provision-secret": "Copy provision secret",
+ "provision-secret-copied-message": "Provision secret has been copied to clipboard",
+ "condition": "Condition",
+ "condition-type": "Condition type",
+ "condition-type-simple": "Simple",
+ "condition-type-duration": "Duration",
+ "condition-during": "During {{during}}",
+ "condition-type-repeating": "Repeating",
+ "condition-type-required": "Condition type is required.",
+ "condition-repeating-value": "Count of events",
+ "condition-repeating-value-range": "Count of events should be in a range from 1 to 2147483647.",
+ "condition-repeating-value-pattern": "Count of events should be integers.",
+ "condition-repeating-value-required": "Count of events is required.",
+ "condition-repeat-times": "Repeats { count, plural, 1 {1 time} other {# times} }",
+ "schedule-type": "Scheduler type",
+ "schedule-type-required": "Scheduler type is required.",
+ "schedule": "Schedule",
+ "edit-schedule": "Edit alarm schedule",
+ "schedule-any-time": "Active all the time",
+ "schedule-specific-time": "Active at a specific time",
+ "schedule-custom": "Custom",
+ "schedule-day": {
+ "monday": "Monday",
+ "tuesday": "Tuesday",
+ "wednesday": "Wednesday",
+ "thursday": "Thursday",
+ "friday": "Friday",
+ "saturday": "Saturday",
+ "sunday": "Sunday"
+ },
+ "schedule-days": "Days",
+ "schedule-time": "Time",
+ "schedule-time-from": "From",
+ "schedule-time-to": "To",
+ "schedule-days-of-week-required": "At least one day of week should be selected."
},
- "device-profile": {
- "device-profile": "Device profile",
- "device-profiles": "Device profiles",
- "all-device-profiles": "All",
- "add": "Add device profile",
- "edit": "Edit device profile",
- "device-profile-details": "Device profile details",
- "no-device-profiles-text": "No device profiles found",
- "search": "Search device profiles",
- "selected-device-profiles": "{ count, plural, 1 {1 device profile} other {# device profiles} } selected",
- "no-device-profiles-matching": "No device profile matching '{{entity}}' were found.",
- "device-profile-required": "Device profile is required",
- "idCopiedMessage": "Device profile Id has been copied to clipboard",
- "set-default": "Make device profile default",
- "delete": "Delete device profile",
- "copyId": "Copy device profile Id",
- "new-device-profile-name": "Device profile name",
- "new-device-profile-name-required": "Device profile name is required.",
- "name": "Name",
- "name-required": "Name is required.",
- "type": "Profile type",
- "type-required": "Profile type is required.",
- "type-default": "Default",
- "transport-type": "Transport type",
- "transport-type-required": "Transport type is required.",
- "transport-type-default": "Default",
- "transport-type-default-hint": "Supports basic MQTT, HTTP and CoAP transport",
- "transport-type-mqtt": "MQTT",
- "transport-type-mqtt-hint": "Enables advanced MQTT transport settings",
- "transport-type-lwm2m": "LWM2M",
- "transport-type-lwm2m-hint": "LWM2M transport type",
- "description": "Description",
- "default": "Default",
- "profile-configuration": "Profile configuration",
- "transport-configuration": "Transport configuration",
- "default-rule-chain": "Default rule chain",
- "select-queue-hint": "Select from a drop-down list or add a custom name.",
- "delete-device-profile-title": "Are you sure you want to delete the device profile '{{deviceProfileName}}'?",
- "delete-device-profile-text": "Be careful, after the confirmation the device profile and all related data will become unrecoverable.",
- "delete-device-profiles-title": "Are you sure you want to delete { count, plural, 1 {1 device profile} other {# device profiles} }?",
- "delete-device-profiles-text": "Be careful, after the confirmation all selected device profiles will be removed and all related data will become unrecoverable.",
- "set-default-device-profile-title": "Are you sure you want to make the device profile '{{deviceProfileName}}' default?",
- "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.",
- "no-device-profiles-found": "No device profiles found.",
- "create-new-device-profile": "Create a new one!",
- "mqtt-device-topic-filters": "MQTT device topic filters",
- "mqtt-device-topic-filters-unique": "MQTT device topic filters need to be unique.",
- "mqtt-device-payload-type": "MQTT device payload",
- "mqtt-device-payload-type-json": "JSON",
- "mqtt-device-payload-type-proto": "Protobuf",
- "mqtt-payload-type-required": "Payload type is required.",
- "support-level-wildcards": "Single [+] and multi-level [#] wildcards supported.",
- "telemetry-topic-filter": "Telemetry topic filter",
- "telemetry-topic-filter-required": "Telemetry topic filter is required.",
- "attributes-topic-filter": "Attributes topic filter",
- "attributes-topic-filter-required": "Attributes topic filter is required.",
- "telemetry-proto-schema": "Telemetry proto schema",
- "telemetry-proto-schema-required": "Telemetry proto schema is required.",
- "attributes-proto-schema": "Attributes proto schema",
- "attributes-proto-schema-required": "Attributes proto schema is required.",
- "rpc-response-topic-filter": "RPC response topic filter",
- "rpc-response-topic-filter-required": "RPC response topic filter is required.",
- "not-valid-pattern-topic-filter": "Not valid pattern topic filter",
- "not-valid-single-character": "Invalid use of a single-level wildcard character",
- "not-valid-multi-character": "Invalid use of a multi-level wildcard character",
- "single-level-wildcards-hint": "[+] is suitable for any topic filter level. Ex.: v1/devices/+/telemetry or +/devices/+/attributes.",
- "multi-level-wildcards-hint": "[#] can replace the topic filter itself and must be the last symbol of the topic. Ex.: # or v1/devices/me/#.",
- "alarm-rules": "Alarm rules",
- "alarm-rules-with-count": "Alarm rules ({{count}})",
- "no-alarm-rules": "No alarm rules configured",
- "add-alarm-rule": "Add alarm rule",
- "edit-alarm-rule": "Edit alarm rule",
- "alarm-type": "Alarm type",
- "alarm-type-required": "Alarm type is required.",
- "alarm-type-unique": "Alarm type must be unique within the device profile alarm rules.",
- "create-alarm-pattern": "Create {{alarmType}} alarm",
- "create-alarm-rules": "Create alarm rules",
- "no-create-alarm-rules": "No create conditions configured",
- "add-create-alarm-rule-prompt": "Please add create alarm rule",
- "clear-alarm-rule": "Clear alarm rule",
- "no-clear-alarm-rule": "No clear condition configured",
- "add-create-alarm-rule": "Add create condition",
- "add-clear-alarm-rule": "Add clear condition",
- "select-alarm-severity": "Select alarm severity",
- "alarm-severity-required": "Alarm severity is required.",
- "condition-duration": "Condition duration",
- "condition-duration-value": "Duration value",
- "condition-duration-time-unit": "Time unit",
- "condition-duration-value-range": "Duration value should be in a range from 1 to 2147483647.",
- "condition-duration-value-pattern": "Duration value should be integers.",
- "condition-duration-value-required": "Duration value is required.",
- "condition-duration-time-unit-required": "Time unit is required.",
- "advanced-settings": "Advanced settings",
- "alarm-rule-details": "Details",
- "add-alarm-rule-details": "Add details",
- "propagate-alarm": "Propagate alarm",
- "alarm-rule-relation-types-list": "Relation types to propagate",
- "alarm-rule-relation-types-list-hint": "If Propagate relation types are not selected, alarms will be propagated without filtering by relation type.",
- "alarm-details": "Alarm details",
- "alarm-rule-condition": "Alarm rule condition",
- "enter-alarm-rule-condition-prompt": "Please add alarm rule condition",
- "edit-alarm-rule-condition": "Edit alarm rule condition",
- "device-provisioning": "Device provisioning",
- "provision-strategy": "Provision strategy",
- "provision-strategy-required": "Provision strategy is required.",
- "provision-strategy-disabled": "Disabled",
- "provision-strategy-created-new": "Allow to create new devices",
- "provision-strategy-check-pre-provisioned": "Check for pre-provisioned devices",
- "provision-device-key": "Provision device key",
- "provision-device-key-required": "Provision device key is required.",
- "copy-provision-key": "Copy provision key",
- "provision-key-copied-message": "Provision key has been copied to clipboard",
- "provision-device-secret": "Provision device secret",
- "provision-device-secret-required": "Provision device secret is required.",
- "copy-provision-secret": "Copy provision secret",
- "provision-secret-copied-message": "Provision secret has been copied to clipboard",
- "condition": "Condition",
- "condition-type": "Condition type",
- "condition-type-simple": "Simple",
- "condition-type-duration": "Duration",
- "condition-during": "During {{during}}",
- "condition-type-repeating": "Repeating",
- "condition-type-required": "Condition type is required.",
- "condition-repeating-value": "Count of events",
- "condition-repeating-value-range": "Count of events should be in a range from 1 to 2147483647.",
- "condition-repeating-value-pattern": "Count of events should be integers.",
- "condition-repeating-value-required": "Count of events is required.",
- "condition-repeat-times": "Repeats { count, plural, 1 {1 time} other {# times} }",
- "schedule-type": "Scheduler type",
- "schedule-type-required": "Scheduler type is required.",
- "schedule": "Schedule",
- "edit-schedule": "Edit alarm schedule",
- "schedule-any-time": "Active all the time",
- "schedule-specific-time": "Active at a specific time",
- "schedule-custom": "Custom",
- "schedule-day": {
- "monday": "Monday",
- "tuesday": "Tuesday",
- "wednesday": "Wednesday",
- "thursday": "Thursday",
- "friday": "Friday",
- "saturday": "Saturday",
- "sunday": "Sunday"
- },
- "schedule-days": "Days",
- "schedule-time": "Time",
- "schedule-time-from": "From",
- "schedule-time-to": "To",
- "schedule-days-of-week-required": "At least one day of week should be selected."
- },
"dialog": {
"close": "Zapri pogovorno okno"
},
@@ -1129,10 +1129,10 @@
"type-devices": "Naprave",
"list-of-devices": "{ count, plural, 1 {One device} other {List of # devices} }",
"device-name-starts-with": "Naprave, katerih imena se začnejo z '{{prefix}}'",
- "type-device-profile": "Device profile",
- "type-device-profiles": "Device profiles",
- "list-of-device-profiles": "{ count, plural, 1 {One device profile} other {List of # device profiles} }",
- "device-profile-name-starts-with": "Device profiles whose names start with '{{prefix}}'",
+ "type-device-profile": "Device profile",
+ "type-device-profiles": "Device profiles",
+ "list-of-device-profiles": "{ count, plural, 1 {One device profile} other {List of # device profiles} }",
+ "device-profile-name-starts-with": "Device profiles whose names start with '{{prefix}}'",
"type-asset": "Sredstvo",
"type-assets": "Sredstva",
"list-of-assets": "{ count, plural, 1 {One asset} other {Seznam # sredstev} }",
@@ -1153,10 +1153,10 @@
"type-tenants": "Najemniki",
"list-of-tenants": "{ count, plural, 1 {One najemnik} other {Seznam # najemnikov} }",
"tenant-name-starts-with": "Najemniki, katerih imena se začnejo z '{{prefix}}'",
- "type-tenant-profile": "Tenant profile",
- "type-tenant-profiles": "Tenant profiles",
- "list-of-tenant-profiles": "{ count, plural, 1 {One tenant profile} other {List of # tenant profiles} }",
- "tenant-profile-name-starts-with": "Tenant profiles whose names start with '{{prefix}}'",
+ "type-tenant-profile": "Tenant profile",
+ "type-tenant-profiles": "Tenant profiles",
+ "list-of-tenant-profiles": "{ count, plural, 1 {One tenant profile} other {List of # tenant profiles} }",
+ "tenant-profile-name-starts-with": "Tenant profiles whose names start with '{{prefix}}'",
"type-customer": "Stranka",
"type-customers": "Stranke",
"list-of-customers": "{ count, plural, 1 {One customer} other {List of # customers} }",
@@ -1186,14 +1186,14 @@
"type-current-user": "Trenutni uporabnik",
"type-current-user-owner": "Trenutni lastnik uporabnika",
"search": "Iskanje entitet",
- "selected-entities": "{ count, plural, 1 {1 entity} drugih {# entitet} } izbranih",
+ "selected-entities": "{ count, plural, 1 {1 entity} other {# entitet} } izbranih",
"entity-name": "Ime entitete",
"entity-label": "Oznaka entitete",
"details": "Podrobnosti o entiteti",
"no-entities-prompt": "Ni entitet",
"no-data": "Ni podatkov za prikaz",
"columns-to-display": "Stolpci za prikaz",
- "type-api-usage-state": "Api Usage State"
+ "type-api-usage-state": "Api Usage State"
},
"entity-field": {
"created-time": "Čas ustvaritve",
@@ -1251,16 +1251,16 @@
"add-entity-view-text": "Dodaj nov pogled entitete",
"delete": "Izbriši pogled entitete",
"assign-entity-views": "Dodelitev pogledov entitete",
- "assign-entity-views-text": "Stranki dodeli { count, plural, 1 {1 entity view} druge {# entity views} }",
+ "assign-entity-views-text": "Stranki dodeli { count, plural, 1 {1 entity view} other {# entity views} }",
"delete-entity-views": "Izbriši poglede entitet",
"unassign-from-customer": "Odstrani od stranke",
"unassign-entity-views": "Odstrani poglede entitete",
- "unassign-entity-views-action-title": "Od stranke odstrani { count, plural, 1 {1 entity view} druge {# entity views} }",
+ "unassign-entity-views-action-title": "Od stranke odstrani { count, plural, 1 {1 entity view} other {# entity views} }",
"assign-new-entity-view": "Dodeli nov pogled entitete",
"delete-entity-view-title": "Ali ste prepričani, da želite izbrisati pogled entitete '{{entityViewName}}'?",
"delete-entity-view-text": "Bodite previdni, po potrditvi bodo pogled entitete in vsi povezani podatki nepopravljivi.",
- "delete-entity-views-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 entity view} druge {# entity views} }?",
- "delete-entity-views-action-title": "Izbriši { count, plural, 1 {1 entity view} drugi {# entity views} }",
+ "delete-entity-views-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 entity view} other {# entity views} }?",
+ "delete-entity-views-action-title": "Izbriši { count, plural, 1 {1 entity view} other {# entity views} }",
"delete-entity-views-text": "Bodite previdni, po potrditvi bodo odstranjeni vsi pogledi izbranih entitet in vsi povezani podatki bodo postali nepopravljivi.",
"unassign-entity-view-title": "Ali ste prepričani, da želite odstraniti pogled entitete '{{entityViewName}}?",
"unassign-entity-view-text": "Po potrditvi bo pogled entitete odstranjen in nedostopen stranki.",
@@ -1312,7 +1312,7 @@
"make-private-entity-view-title": "Ali ste prepričani, da želite pogled entitete '{{entityViewName}}' narediti zaseben?",
"make-private-entity-view-text": "Po potrditvi bodo pogled entitete in vsi njegovi podatki postali zasebni in drugim nedostopni.",
"search": "Išči poglede entitet",
- "selected-entity-views": "{ count, plural, 1 {1 entity view} drugih {# entity views} } izbranih"
+ "selected-entity-views": "{ count, plural, 1 {1 entity view} other {# entity views} } izbranih"
},
"event": {
"event-type": "Vrsta dogodka",
@@ -1359,7 +1359,7 @@
"edit": "Uredi razširitev",
"delete-extension-title": "Ali ste prepričani, da želite izbrisati razširitev '{{extensionId}}'?",
"delete-extension-text": "Bodite previdni, po potrditvi podaljšanje in vsi povezani podatki ne bodo več obnovljivi.",
- "delete-extensions-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 extension} druge {# extensions} }?",
+ "delete-extensions-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 extension} other {# extensions} }?",
"delete-extensions-text": "Previdno, po potrditvi bodo odstranjene vse izbrane razširitve.",
"converters": "Pretvorniki",
"converter-id": "ID pretvornika",
@@ -1514,8 +1514,8 @@
"filter": "Filter",
"editable": "Urejanje",
"no-filters-found": "Ni najden noben filter.",
- "no-filter-text": "No filter specified",
- "add-filter-prompt": "Please add filter",
+ "no-filter-text": "No filter specified",
+ "add-filter-prompt": "Please add filter",
"no-filter-matching": "'{{filter}}' ni mogoče najti.",
"create-new-filter": "Ustvari novega!",
"filter-required": "Potreben je filter.",
@@ -1537,7 +1537,7 @@
"ignore-case": "Prezri črko",
"value": "Vrednost",
"remove-filter": "Odstrani filter",
- "preview": "Predogled filtra",
+ "preview": "Predogled filtra",
"no-filters": "Ni nastavljenih filtrov",
"add-filter": "Dodaj filter",
"add-complex-filter": "Dodaj kompleksni filter",
@@ -1545,7 +1545,7 @@
"complex-filter": "Kompleksni filter",
"edit-complex-filter": "Uredi kompleksni filter",
"edit-filter-user-params": "Uredi uporabniške parametre predikata filtra",
- "filter-user-params": "Filter predicate user parameters",
+ "filter-user-params": "Filter predicate user parameters",
"user-parameters": "Uporabniški parametri",
"display-label": "Oznaka za prikaz",
"autogenerated-label": "Samodejno ustvari oznako",
@@ -1579,7 +1579,7 @@
"current-tenant": "Trenutni najemnik",
"current-customer": "Trenutna stranka",
"current-user": "Trenutni uporabnik",
- "current-device": "Current device",
+ "current-device": "Current device",
"default-value": "Privzeta vrednost",
"dynamic-source-type": "Dinamična vrsta vira",
"no-dynamic-value": "Ni dinamične vrednosti",
@@ -1673,7 +1673,7 @@
"grid": {
"delete-item-title": "Ali ste prepričani, da želite izbrisati ta element?",
"delete-item-text": "Bodite previdni, po potrditvi bodo ta element in vsi povezani podatki nepopravljivi.",
- "delete-items-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 item} druge {# items} }?",
+ "delete-items-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 item} other {# items} }?",
"delete-items-action-title": "Izbriši { count, plural, 1 {1 item} other {# items} }",
"delete-items-text": "Bodite previdni, po potrditvi bodo vsi izbrani elementi odstranjeni in vsi povezani podatki nepopravljivi.",
"add-item-text": "Dodaj novo postavko",
@@ -1762,7 +1762,7 @@
"legend": {
"direction": "Smer legende",
"position": "Položaj legende",
- "sort-legend": "Sort datakeys in legend",
+ "sort-legend": "Sort datakeys in legend",
"show-max": "Prikaži največjo vrednost",
"show-min": "Pokaži najmanjšo vrednost",
"show-avg": "Prikaži povprečno vrednost",
@@ -1841,11 +1841,11 @@
"edit": "Uredi relacijo",
"delete-to-relation-title": "Ali ste prepričani, da želite izbrisati relacijo z entiteto '{{entityName}}'?",
"delete-to-relation-text": "Previdno, po potrditvi entiteta '{{entityName}}' ne bo v relaciji s trenutno entiteto.",
- "delete-to-relations-title": "Ali ste prepričani, da želite izbrisati { count, množino, 1 {1 relacijo} other {# relacije} }?",
+ "delete-to-relations-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 relacijo} other {# relacije} }?",
"delete-to-relations-text": "Bodite previdni, po potrditvi bodo vse izbrane relacije odstranjene in entitete ne bodo povezane med sabo.",
"delete-from-relation-title": "Ali ste prepričani, da želite izbrisati relacijo iz entitete '{{entityName}}'?",
"delete-from-relation-text": "Bodite previdni, po potrditvi trenutna entiteta ne bo v relacijii z entiteto '{{entityName}}'.",
- "delete-from-relations-title": "Ali ste prepričani, da želite izbrisati { count, množina, 1 {1 relacija} other {# odnosi} }?",
+ "delete-from-relations-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 relacija} other {# odnosi} }?",
"delete-from-relations-text": "Bodite previdni, po potrditvi bodo odstranjene vse izbrane relacije in trenutna entiteta ne bo v relaciji z omenjenimi entitetami.",
"remove-relation-filter": "Odstrani relacijski filter",
"add-relation-filter": "Dodaj relacijski filter",
@@ -2003,87 +2003,87 @@
"isolated-tb-core-details": "Zahteva ločene mikro storitve na izoliranega najemnika",
"isolated-tb-rule-engine-details": "Zahteva ločene mikro storitve na izoliranega najemnika"
},
- "tenant-profile": {
- "tenant-profile": "Tenant profile",
- "tenant-profiles": "Tenant profiles",
- "add": "Add tenant profile",
- "edit": "Edit tenant profile",
- "tenant-profile-details": "Tenant profile details",
- "no-tenant-profiles-text": "No tenant profiles found",
- "search": "Search tenant profiles",
- "selected-tenant-profiles": "{ count, plural, 1 {1 tenant profile} other {# tenant profiles} } selected",
- "no-tenant-profiles-matching": "No tenant profile matching '{{entity}}' were found.",
- "tenant-profile-required": "Tenant profile is required",
- "idCopiedMessage": "Tenant profile Id has been copied to clipboard",
- "set-default": "Make tenant profile default",
- "delete": "Delete tenant profile",
- "copyId": "Copy tenant profile Id",
- "name": "Name",
- "name-required": "Name is required.",
- "data": "Profile data",
- "profile-configuration": "Profile configuration",
- "description": "Description",
- "default": "Default",
- "delete-tenant-profile-title": "Are you sure you want to delete the tenant profile '{{tenantProfileName}}'?",
- "delete-tenant-profile-text": "Be careful, after the confirmation the tenant profile and all related data will become unrecoverable.",
- "delete-tenant-profiles-title": "Are you sure you want to delete { count, plural, 1 {1 tenant profile} other {# tenant profiles} }?",
- "delete-tenant-profiles-text": "Be careful, after the confirmation all selected tenant profiles will be removed and all related data will become unrecoverable.",
- "set-default-tenant-profile-title": "Are you sure you want to make the tenant profile '{{tenantProfileName}}' default?",
- "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.",
- "no-tenant-profiles-found": "No tenant profiles found.",
- "create-new-tenant-profile": "Create a new one!",
- "maximum-devices": "Maximum number of devices (0 - unlimited)",
- "maximum-devices-required": "Maximum number of devices is required.",
- "maximum-devices-range": "Minimum number of devices can't be negative",
- "maximum-assets": "Maximum number of assets (0 - unlimited)",
- "maximum-assets-required": "Maximum number of assets is required.",
- "maximum-assets-range": "Maximum number of assets can't be negative",
- "maximum-customers": "Maximum number of customers (0 - unlimited)",
- "maximum-customers-required": "Maximum number of customers is required.",
- "maximum-customers-range": "Maximum number of customers can't be negative",
- "maximum-users": "Maximum number of users (0 - unlimited)",
- "maximum-users-required": "Maximum number of users is required.",
- "maximum-users-range": "Maximum number of users can't be negative",
- "maximum-dashboards": "Maximum number of dashboards (0 - unlimited)",
- "maximum-dashboards-required": "Maximum number of dashboards is required.",
- "maximum-dashboards-range": "Maximum number of dashboards can't be negative",
- "maximum-rule-chains": "Maximum number of rule chains (0 - unlimited)",
- "maximum-rule-chains-required": "Maximum number of rule chains is required.",
- "maximum-rule-chains-range": "Maximum number of rule chains can't be negative",
- "transport-tenant-msg-rate-limit": "Transport tenant messages rate limit.",
- "transport-tenant-telemetry-msg-rate-limit": "Transport tenant telemetry messages rate limit.",
- "transport-tenant-telemetry-data-points-rate-limit": "Transport tenant telemetry data points rate limit.",
- "transport-device-msg-rate-limit": "Transport device messages rate limit.",
- "transport-device-telemetry-msg-rate-limit": "Transport device telemetry messages rate limit.",
- "transport-device-telemetry-data-points-rate-limit": "Transport device telemetry data points rate limit.",
- "max-transport-messages": "Maximum number of transport messages (0 - unlimited)",
- "max-transport-messages-required": "Maximum number of transport messages is required.",
- "max-transport-messages-range": "Maximum number of transport messages can't be negative",
- "max-transport-data-points": "Maximum number of transport data points (0 - unlimited)",
- "max-transport-data-points-required": "Maximum number of transport data points is required.",
- "max-transport-data-points-range": "Maximum number of transport data points can't be negative",
- "max-r-e-executions": "Maximum number of Rule Engine executions (0 - unlimited)",
- "max-r-e-executions-required": "Maximum number of Rule Engine executions is required.",
- "max-r-e-executions-range": "Maximum number of Rule Engine executions can't be negative",
- "max-j-s-executions": "Maximum number of JavaScript executions (0 - unlimited)",
- "max-j-s-executions-required": "Maximum number of JavaScript executions is required.",
- "max-j-s-executions-range": "Maximum number of JavaScript executions can't be negative",
- "max-d-p-storage-days": "Maximum number of data points storage days (0 - unlimited)",
- "max-d-p-storage-days-required": "Maximum number of data points storage days is required.",
- "max-d-p-storage-days-range": "Maximum number of data points storage days can't be negative",
- "default-storage-ttl-days": "Default storage TTL days (0 - unlimited)",
- "default-storage-ttl-days-required": "Default storage TTL days is required.",
- "default-storage-ttl-days-range": "Default storage TTL days can't be negative",
- "max-rule-node-executions-per-message": "Maximum number of rule node executions per message (0 - unlimited)",
- "max-rule-node-executions-per-message-required": "Maximum number of rule node executions per message is required.",
- "max-rule-node-executions-per-message-range": "Maximum number of rule node executions per message can't be negative",
- "max-emails": "Maximum number of emails sent (0 - unlimited)",
- "max-emails-required": "Maximum number of emails sent is required.",
- "max-emails-range": "Maximum number of emails sent can't be negative",
- "max-sms": "Maximum number of SMS sent (0 - unlimited)",
- "max-sms-required": "Maximum number of SMS sent is required.",
- "max-sms-range": "Maximum number of SMS sent can't be negative"
- },
+ "tenant-profile": {
+ "tenant-profile": "Tenant profile",
+ "tenant-profiles": "Tenant profiles",
+ "add": "Add tenant profile",
+ "edit": "Edit tenant profile",
+ "tenant-profile-details": "Tenant profile details",
+ "no-tenant-profiles-text": "No tenant profiles found",
+ "search": "Search tenant profiles",
+ "selected-tenant-profiles": "{ count, plural, 1 {1 tenant profile} other {# tenant profiles} } selected",
+ "no-tenant-profiles-matching": "No tenant profile matching '{{entity}}' were found.",
+ "tenant-profile-required": "Tenant profile is required",
+ "idCopiedMessage": "Tenant profile Id has been copied to clipboard",
+ "set-default": "Make tenant profile default",
+ "delete": "Delete tenant profile",
+ "copyId": "Copy tenant profile Id",
+ "name": "Name",
+ "name-required": "Name is required.",
+ "data": "Profile data",
+ "profile-configuration": "Profile configuration",
+ "description": "Description",
+ "default": "Default",
+ "delete-tenant-profile-title": "Are you sure you want to delete the tenant profile '{{tenantProfileName}}'?",
+ "delete-tenant-profile-text": "Be careful, after the confirmation the tenant profile and all related data will become unrecoverable.",
+ "delete-tenant-profiles-title": "Are you sure you want to delete { count, plural, 1 {1 tenant profile} other {# tenant profiles} }?",
+ "delete-tenant-profiles-text": "Be careful, after the confirmation all selected tenant profiles will be removed and all related data will become unrecoverable.",
+ "set-default-tenant-profile-title": "Are you sure you want to make the tenant profile '{{tenantProfileName}}' default?",
+ "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.",
+ "no-tenant-profiles-found": "No tenant profiles found.",
+ "create-new-tenant-profile": "Create a new one!",
+ "maximum-devices": "Maximum number of devices (0 - unlimited)",
+ "maximum-devices-required": "Maximum number of devices is required.",
+ "maximum-devices-range": "Minimum number of devices can't be negative",
+ "maximum-assets": "Maximum number of assets (0 - unlimited)",
+ "maximum-assets-required": "Maximum number of assets is required.",
+ "maximum-assets-range": "Maximum number of assets can't be negative",
+ "maximum-customers": "Maximum number of customers (0 - unlimited)",
+ "maximum-customers-required": "Maximum number of customers is required.",
+ "maximum-customers-range": "Maximum number of customers can't be negative",
+ "maximum-users": "Maximum number of users (0 - unlimited)",
+ "maximum-users-required": "Maximum number of users is required.",
+ "maximum-users-range": "Maximum number of users can't be negative",
+ "maximum-dashboards": "Maximum number of dashboards (0 - unlimited)",
+ "maximum-dashboards-required": "Maximum number of dashboards is required.",
+ "maximum-dashboards-range": "Maximum number of dashboards can't be negative",
+ "maximum-rule-chains": "Maximum number of rule chains (0 - unlimited)",
+ "maximum-rule-chains-required": "Maximum number of rule chains is required.",
+ "maximum-rule-chains-range": "Maximum number of rule chains can't be negative",
+ "transport-tenant-msg-rate-limit": "Transport tenant messages rate limit.",
+ "transport-tenant-telemetry-msg-rate-limit": "Transport tenant telemetry messages rate limit.",
+ "transport-tenant-telemetry-data-points-rate-limit": "Transport tenant telemetry data points rate limit.",
+ "transport-device-msg-rate-limit": "Transport device messages rate limit.",
+ "transport-device-telemetry-msg-rate-limit": "Transport device telemetry messages rate limit.",
+ "transport-device-telemetry-data-points-rate-limit": "Transport device telemetry data points rate limit.",
+ "max-transport-messages": "Maximum number of transport messages (0 - unlimited)",
+ "max-transport-messages-required": "Maximum number of transport messages is required.",
+ "max-transport-messages-range": "Maximum number of transport messages can't be negative",
+ "max-transport-data-points": "Maximum number of transport data points (0 - unlimited)",
+ "max-transport-data-points-required": "Maximum number of transport data points is required.",
+ "max-transport-data-points-range": "Maximum number of transport data points can't be negative",
+ "max-r-e-executions": "Maximum number of Rule Engine executions (0 - unlimited)",
+ "max-r-e-executions-required": "Maximum number of Rule Engine executions is required.",
+ "max-r-e-executions-range": "Maximum number of Rule Engine executions can't be negative",
+ "max-j-s-executions": "Maximum number of JavaScript executions (0 - unlimited)",
+ "max-j-s-executions-required": "Maximum number of JavaScript executions is required.",
+ "max-j-s-executions-range": "Maximum number of JavaScript executions can't be negative",
+ "max-d-p-storage-days": "Maximum number of data points storage days (0 - unlimited)",
+ "max-d-p-storage-days-required": "Maximum number of data points storage days is required.",
+ "max-d-p-storage-days-range": "Maximum number of data points storage days can't be negative",
+ "default-storage-ttl-days": "Default storage TTL days (0 - unlimited)",
+ "default-storage-ttl-days-required": "Default storage TTL days is required.",
+ "default-storage-ttl-days-range": "Default storage TTL days can't be negative",
+ "max-rule-node-executions-per-message": "Maximum number of rule node executions per message (0 - unlimited)",
+ "max-rule-node-executions-per-message-required": "Maximum number of rule node executions per message is required.",
+ "max-rule-node-executions-per-message-range": "Maximum number of rule node executions per message can't be negative",
+ "max-emails": "Maximum number of emails sent (0 - unlimited)",
+ "max-emails-required": "Maximum number of emails sent is required.",
+ "max-emails-range": "Maximum number of emails sent can't be negative",
+ "max-sms": "Maximum number of SMS sent (0 - unlimited)",
+ "max-sms-required": "Maximum number of SMS sent is required.",
+ "max-sms-range": "Maximum number of SMS sent can't be negative"
+ },
"timeinterval": {
"seconds-interval": "{ seconds, plural, 1 {1 second} other {# seconds} }",
"minutes-interval": "{ minutes, plural, 1 {1 minute} other {# minutes} }",
@@ -2095,16 +2095,16 @@
"seconds": "Sekunde",
"advanced": "Napredno"
},
- "timeunit": {
- "seconds": "Seconds",
- "minutes": "Minutes",
- "hours": "Hours",
- "days": "Days"
- },
+ "timeunit": {
+ "seconds": "Seconds",
+ "minutes": "Minutes",
+ "hours": "Hours",
+ "days": "Days"
+ },
"timewindow": {
"days": "{ days, plural, 1 {dan} other {# dni} }",
"hours": "{ hours, plural, 0 {hour} 1 {1 hour} other {# hours} }",
- "minutes": "{ minute, množina, 0 {minute} 1 {1 minuta} drugo {# minut} }",
+ "minutes": "{ minute, plural, 0 {minute} 1 {1 minuta} other {# minut} }",
"seconds": "{ seconds, plural, 0 {second} 1 {1 second} other {# seconds} }",
"realtime": "V realnem času",
"history": "Zgodovina",
@@ -2271,7 +2271,7 @@
"widgets-bundle-details": "Podrobnosti o paketu pripomočkov",
"delete-widgets-bundle-title": "Ali ste prepričani, da želite izbrisati paket pripomočkov '{{widgetsBundleTitle}}'?",
"delete-widgets-bundle-text": "Bodite previdni, po potrditvi bodo pripomočki in vsi povezani podatki postali nepopravljivi.",
- "delete-widgets-bundles-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 widgets bundle} druge {# widgets bundles} }?",
+ "delete-widgets-bundles-title": "Ali ste prepričani, da želite izbrisati { count, plural, 1 {1 widgets bundle} other {# widgets bundles} }?",
"delete-widgets-bundles-action-title": "Izbriši { count, plural, 1 {1 widgets bundle} other {# widgets bundles} }",
"delete-widgets-bundles-text": "Bodite previdni, po potrditvi bodo odstranjeni vsi paketi pripomočkov, vsi povezani podatki pa bodo postali nepopravljivi.",
"no-widgets-bundles-matching": "Najden ni bil noben paket pripomočkov, ki se ujema z '{{widgetsBundle}}'.",
@@ -2284,7 +2284,7 @@
"widgets-bundle-file": "Datoteka paketa pripomočkov",
"invalid-widgets-bundle-file-error": "Ni mogoče uvoziti paketa pripomočkov: neveljavna podatkovna struktura paketa pripomočkov.",
"search": "Iskanje po paketih pripomočkov",
- "selected-widgets-bundles": "{ count, plural, 1 {1 widgets bundle} drugih {# widgets bundles} } izbranih",
+ "selected-widgets-bundles": "{ count, plural, 1 {1 widgets bundle} other {# widgets bundles} } izbranih",
"open-widgets-bundle": "Odpri paket pripomočkov"
},
"widget-config": {
@@ -2313,7 +2313,7 @@
"display-timewindow": "Prikaži časovno okno",
"display-legend": "Prikaži legendo",
"datasources": "Viri podatkov",
- "maximum-datasources": "Največ { count, množina, 1 {1 vir podatkov je dovoljen.} Drugi {# vir podatkov je dovoljen} }",
+ "maximum-datasources": "Največ { count, plural, 1 {1 vir podatkov je dovoljen.} other {# vir podatkov je dovoljen} }",
"datasource-type": "Vrsta",
"datasource-parameters": "Parametri",
"remove-datasource": "Odstrani vir podatkov",
@@ -2422,11 +2422,11 @@
"entity-coordinate-required": "Oba polja, zemljepisna širina in dolžina sta obvezna",
"entity-timeseries-required": "Potreben je časovni niz entitet",
"get-location": "Pridobi trenutno lokacijo",
- "invalid-date": "Invalid Date",
+ "invalid-date": "Invalid Date",
"latitude": "Zemljepisna širina",
"longitude": "Zemljepisna dolžina",
- "min-value-error": "Min value is {{value}}",
- "max-value-error": "Max value is {{value}}",
+ "min-value-error": "Min value is {{value}}",
+ "max-value-error": "Max value is {{value}}",
"not-allowed-entity": "Izbrana entiteta ne sme imeti atributov v skupni rabi",
"no-attribute-selected": "Noben atribut ni izbran",
"no-datakey-selected": "Nobena podatkovna tipka ni izbrana",
@@ -2435,9 +2435,9 @@
"no-image": "Ni slike",
"no-support-geolocation": "Vaš brskalnik ne podpira geolokacije",
"no-support-web-camera": "Ni podprte spletne kamere",
- "enable-https-use-widget": "Please enable HTTPS to use this widget",
- "no-found-your-camera": "Can't find your camera",
- "no-permission-camera": "Permission was denied by the user / This site doesn't have permission to use the camera",
+ "enable-https-use-widget": "Please enable HTTPS to use this widget",
+ "no-found-your-camera": "Can't find your camera",
+ "no-permission-camera": "Permission was denied by the user / This site doesn't have permission to use the camera",
"no-timeseries-selected": "Izbrana ni nobena časovna serija",
"secret-key": "Skrivni ključ",
"secret-key-required": "Potreben je skrivni ključ",
@@ -2474,9 +2474,6 @@
}
},
"language": {
- "language": "Jezik",
- "locales": {
- "sl_SI": "Slovenščina"
- }
+ "language": "Jezik"
}
-}
\ No newline at end of file
+}