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 c2fb5e2a1c..abb371e39d 100644
--- a/ui-ngx/src/assets/locale/locale.constant-en_US.json
+++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json
@@ -7543,6 +7543,7 @@
             "ja_JP": "日本語",
             "ka_GE": "ქართული",
             "ko_KR": "한국어",
+            "lt_LT": "Lietuvių",
             "lv_LV": "Latviešu",
             "nl_BE": "Koninkrijk België",
             "pl_PL": "Polski",
diff --git a/ui-ngx/src/assets/locale/locale.constant-lt_LT.json b/ui-ngx/src/assets/locale/locale.constant-lt_LT.json
new file mode 100644
index 0000000000..5ca808146c
--- /dev/null
+++ b/ui-ngx/src/assets/locale/locale.constant-lt_LT.json
@@ -0,0 +1,7954 @@
+{
+    "access": {
+        "unauthorized": "Neautorizuotas",
+        "unauthorized-access": "Neautorizuota prieiga",
+        "unauthorized-access-text": "Prieiga prie šio funkcionalumo leidžiama tik prisijungusiam vartotojui!",
+        "access-forbidden": "Prieiga uždrausta",
+        "access-forbidden-text": "Neturite teisių prieigai!
Bandykite prisijungti kitu vartotoju.",
+        "refresh-token-expired": "Sesijos galiojimas baigėsi",
+        "refresh-token-failed": "Sesijos atnaujinti nepavyksta",
+        "permission-denied": "Leidimas nesuteiktas",
+        "permission-denied-text": "Šio veiksmo atlikti negalite!"
+    },
+    "account": {
+        "account": "Account",
+        "notification-settings": "Notification settings"
+    },
+    "action": {
+        "activate": "Aktyvuoti",
+        "suspend": "Sustabdyti",
+        "save": "Išsaugoti",
+        "saveAs": "Išsaugoti kaip",
+        "move": "Perkelti",
+        "cancel": "Atmesti",
+        "ok": "OK",
+        "delete": "Panaikinti",
+        "add": "Pridėti",
+        "yes": "Taip",
+        "no": "Ne",
+        "update": "Atnaujinti",
+        "remove": "Panaikinti",
+        "search": "Paieška",
+        "clear-search": "Išvalyti",
+        "assign": "Priskirti",
+        "unassign": "Atsieti",
+        "share": "Pasidalinti",
+        "make-private": "Riboti matomumą",
+        "make-public": "Neriboti matomumo",
+        "apply": "Taikyti",
+        "apply-changes": "Pritaikyti pakeitimus",
+        "edit-mode": "Redagavimo režimas",
+        "enter-edit-mode": "Redagavimo režimas",
+        "decline-changes": "Atšaukti pakeitimus",
+        "open": "Atverti",
+        "decline": "Atšaukti",
+        "close": "Uždaryti",
+        "back": "Atgal",
+        "run": "Paleisti",
+        "sign-in": "Prisijunkite!",
+        "edit": "Redaguoti",
+        "view": "Peržiūrėti",
+        "create": "Kurti",
+        "drag": "Vilkti",
+        "refresh": "Atnaujinti",
+        "undo": "Atšaukti",
+        "copy": "Kopijuoti",
+        "paste": "Įklijuoti",
+        "copy-reference": "Kopijuoti nuorodą",
+        "paste-reference": "Įklijuoti nuorodą",
+        "import": "Importuoti",
+        "export": "Eksportuoti",
+        "share-via": "Pasidalinti per {{provider}}",
+        "select": "Pasirinkti",
+        "continue": "Tęsti",
+        "discard-changes": "Atsisakyti pakeitimų",
+        "download": "Parsisiųsti",
+        "next": "Sekantis",
+        "next-with-label": "Sekantis: {{label}}",
+        "read-more": "Skaityti daugiau",
+        "hide": "Paslėpti",
+        "done": "Atlikta",
+        "print": "Spausdinti",
+        "restore": "Atkurti",
+        "confirm": "Patvirtinti",
+        "more": "Daugiau",
+        "less": "Mažiau",
+        "skip": "Praleisti",
+        "send": "Siųsti",
+        "reset": "Nustatyti iš naujo",
+        "show-more": "Rodyti daugiau",
+        "dont-show-again": "Daugiau neberodyti",
+        "see-documentation": "Žiūrėti dokumentacijoje",
+        "clear": "Išvalyti"
+    },
+    "aggregation": {
+        "aggregation": "Agregavimas",
+        "function": "Duomenų aggregavimo funkcija",
+        "limit": "Maksimali reikšmė",
+        "group-interval": "Grupavimo intervalas",
+        "min": "Min",
+        "max": "Max",
+        "avg": "Vidurkis",
+        "sum": "Sum",
+        "count": "Kiekis",
+        "none": "Nėra"
+    },
+    "admin": {
+        "settings": "Settings",
+        "general": "General",
+        "general-settings": "General Settings",
+        "home-settings": "Home Settings",
+        "home": "Home",
+        "outgoing-mail": "Mail Server",
+        "outgoing-mail-settings": "Outgoing Mail Server Settings",
+        "system-settings": "System Settings",
+        "test-mail-sent": "Test mail was successfully sent!",
+        "base-url": "Base URL",
+        "base-url-required": "Base URL is required.",
+        "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": "Mail From",
+        "mail-from-required": "Mail From is required.",
+        "smtp-protocol": "SMTP protocol",
+        "smtp-host": "SMTP host",
+        "smtp-host-required": "SMTP host is required.",
+        "smtp-port": "SMTP port",
+        "smtp-port-required": "You must supply a smtp port.",
+        "smtp-port-invalid": "That doesn't look like a valid smtp port.",
+        "timeout-msec": "Timeout (msec)",
+        "timeout-required": "Timeout is required.",
+        "timeout-invalid": "That doesn't look like a valid timeout.",
+        "enable-tls": "Enable TLS",
+        "tls-version": "TLS version",
+        "enable-proxy": "Enable proxy",
+        "proxy-host": "Proxy host",
+        "proxy-host-required": "Proxy host is required.",
+        "proxy-port": "Proxy port",
+        "proxy-port-required": "Proxy port is required.",
+        "proxy-port-range": "Proxy port should be in a range from 1 to 65535.",
+        "proxy-user": "Proxy user",
+        "proxy-password": "Proxy password",
+        "change-password": "Change password",
+        "send-test-mail": "Send test mail",
+        "use-system-mail-settings": "Use System Mail Server Settings",
+        "mail-templates": "Mail Templates",
+        "mail-template-settings": "Mail Templates Settings",
+        "use-system-mail-template-settings": "Use System Mail Templates",
+        "mail-template": {
+            "mail-template": "Mail template",
+            "test": "Test email message",
+            "activation": "Account activation message",
+            "account-activated": "Account activated message",
+            "account-lockout": "Account lockout message",
+            "reset-password": "Reset password message",
+            "password-was-reset": "Password was reset message",
+            "user-activated": "User activated message",
+            "user-registered": "User registered message",
+            "api-usage-state-enabled": "Api usage state enabled",
+            "api-usage-state-warning": "Api usage state warning",
+            "api-usage-state-disabled": "Api usage state disabled",
+            "two-fa-verification": "2FA verification message"
+        },
+        "mail-subject": "Mail Subject",
+        "mail-body": "Mail body",
+        "sms-provider": "SMS provider",
+        "sms-provider-settings": "SMS provider settings",
+        "use-system-sms-settings": "Use System 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",
+        "sms-provider-type-smpp": "SMPP",
+        "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-hint-twilio": "Phone Number in E.164 format/Phone Number's SID/Messaging Service SID, ex. +19995550123/PNXXX/MGXXX",
+        "phone-number-pattern": "Invalid phone number. Should be in E.164 format, ex. +19995550123.",
+        "phone-number-pattern-twilio": "Invalid phone number. Should be in E.164 format/Phone Number's SID/Messaging Service SID, ex. +19995550123/PNXXX/MGXXX.",
+        "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": "Security settings",
+        "password-policy": "Password policy",
+        "minimum-password-length": "Minimum password length",
+        "minimum-password-length-required": "Minimum password length is required",
+        "minimum-password-length-range": "Minimum password length should be in a range from 5 to 50",
+        "minimum-uppercase-letters": "Minimum number of uppercase letters",
+        "minimum-uppercase-letters-range": "Minimum number of uppercase letters can't be negative",
+        "minimum-lowercase-letters": "Minimum number of lowercase letters",
+        "minimum-lowercase-letters-range": "Minimum number of lowercase letters can't be negative",
+        "minimum-digits": "Minimum number of digits",
+        "minimum-digits-range": "Minimum number of digits can't be negative",
+        "minimum-special-characters": "Minimum number of special characters",
+        "minimum-special-characters-range": "Minimum number of special characters can't be negative",
+        "password-expiration-period-days": "Password expiration period in days",
+        "password-expiration-period-days-range": "Password expiration period in days can't be negative",
+        "password-reuse-frequency-days": "Password reuse frequency in days",
+        "password-reuse-frequency-days-range": "Password reuse frequency in days can't be negative",
+        "allow-whitespace": "Allow whitespace",
+        "general-policy": "General policy",
+        "max-failed-login-attempts": "Maximum number of failed login attempts, before account is locked",
+        "minimum-max-failed-login-attempts-range": "Maximum number of failed login attempts can't be negative",
+        "user-lockout-notification-email": "In case user account lockout, send notification to email",
+        "domain-name": "Domain name",
+        "domain-name-unique": "Domain name and protocol need to unique.",
+        "domain-name-max-length": "Domain name should be less than 256",
+        "error-verification-url": "A domain name shouldn't contain symbols '/' and ':'. Example: thingsboard.io",
+        "connection-settings": "Connection settings",
+        "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-id-max-length": "Client ID should be less than 256",
+            "client-secret": "Client secret",
+            "client-secret-required": "Client secret is required.",
+            "client-secret-max-length": "Client secret should be less than 2049",
+            "custom-setting": "Custom settings",
+            "customer-name-pattern": "Customer name pattern",
+            "customer-name-pattern-max-length": "Customer name pattern should be less than 256",
+            "parent-customer-name-pattern": "Parent customer name pattern",
+            "user-groups-name-pattern": "User groups name pattern",
+            "default-dashboard-name": "Default dashboard name",
+            "default-dashboard-name-max-length": "Default dashboard name should be less than 256",
+            "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.",
+            "email-attribute-key-max-length": "Email attribute key should be less than 32",
+            "first-name-attribute-key": "First name attribute key",
+            "first-name-attribute-key-max-length": "First name attribute key should be less than 32",
+            "general": "General",
+            "jwk-set-uri": "JSON Web Key URI",
+            "last-name-attribute-key": "Last name attribute key",
+            "last-name-attribute-key-max-length": "Last name attribute key should be less than 32",
+            "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",
+            "password-max-length": "Password should be less than 256",
+            "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-pattern-max-length": "Tenant name pattern ishould be less than 256",
+            "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.",
+            "url-max-length": "URL should be less than 256",
+            "user-info-uri": "User info URI",
+            "user-info-uri-required": "User info URI is required.",
+            "username-max-length": "User name should be less than 256",
+            "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",
+            "domains": "Domains",
+            "mobile-apps": "Mobile applications",
+            "no-mobile-apps": "No applications configured",
+            "mobile-package": "Application package",
+            "mobile-package-placeholder": "Ex.: my.example.app",
+            "mobile-package-hint": "For Android: your own unique Application ID. For iOS: Product bundle identifier.",
+            "mobile-package-unique": "Application package must be unique.",
+            "mobile-app-secret": "Application secret",
+            "invalid-mobile-app-secret": "Application secret must contain only alphanumeric characters and must be between 16 and 2048 characters long.",
+            "copy-mobile-app-secret": "Copy application secret",
+            "add-mobile-app": "Add application",
+            "delete-mobile-app": "Delete application info",
+            "providers": "Providers",
+            "platform-web": "Web",
+            "platform-android": "Android",
+            "platform-ios": "iOS",
+            "all-platforms": "All platforms",
+            "smtp-provider": "SMTP provider",
+            "allowed-platforms": "Allowed platforms",
+            "authentication": "Authentication",
+            "basic": "Basic",
+            "provider": "Provider",
+            "redirect-url": "Redirect URI",
+            "domain-name": "Domain name",
+            "redirect-url-template": "Redirect URI template",
+            "microsoft-tenant-id": "Directory (tenant) Id",
+            "microsoft-tenant-id-required": "Directory (tenant) Id is required",
+            "token-uri": "Token URI",
+            "token-uri-required": "Token URI is required",
+            "redirect-uri": "Redirect URI",
+            "google-provider": "Google",
+            "microsoft-provider": "Office 365",
+            "sendgrid-provider": "Sendgrid",
+            "custom-provider": "Custom",
+            "generate-access-token": "Generate access token",
+            "update-access-token": "Update access token",
+            "access-token-status": "Access token status:",
+            "token-status-generated": "generated",
+            "token-status-not-generated": "not generated"
+        },
+        "smpp-provider": {
+            "smpp-version": "SMPP version",
+            "smpp-host": "SMPP host",
+            "smpp-host-required": "SMPP host is required",
+            "smpp-port": "SMPP port",
+            "smpp-port-required": "SMPP port is required",
+            "system-id": "System ID",
+            "system-id-required": "System ID is required",
+            "password": "Password",
+            "password-required": "Password is required",
+            "type-settings": "Type settings",
+            "source-settings": "Source settings",
+            "destination-settings": "Destination settings",
+            "additional-settings": "Additional settings",
+            "system-type": "System type",
+            "bind-type": "Bind type",
+            "service-type": "Service type",
+            "source-address": "Source address",
+            "source-ton": "Source TON",
+            "source-npi": "Source NPI",
+            "destination-ton": "Destination TON (Type of Number)",
+            "destination-npi": "Destination NPI (Numbering Plan Identification)",
+            "address-range": "Address range",
+            "coding-scheme": "Coding scheme",
+            "bind-type-tx": "Transmitter",
+            "bind-type-rx": "Receiver",
+            "bind-type-trx": "Transciever",
+            "ton-unknown": "Unknown",
+            "ton-international": "International",
+            "ton-national": "National",
+            "ton-network-specific": "Network Specific",
+            "ton-subscriber-number": "Subscriber Number",
+            "ton-alphanumeric": "Alphanumeric",
+            "ton-abbreviated": "Abbreviated",
+            "npi-unknown": "0 - Unknown",
+            "npi-isdn": "1 - ISDN/telephone numbering plan (E163/E164)",
+            "npi-data-numbering-plan": "3 - Data numbering plan (X.121)",
+            "npi-telex-numbering-plan": "4 - Telex numbering plan (F.69)",
+            "npi-land-mobile": "6 - Land Mobile (E.212)",
+            "npi-national-numbering-plan": "8 - National numbering plan",
+            "npi-private-numbering-plan": "9 - Private numbering plan",
+            "npi-ermes-numbering-plan": "10 - ERMES numbering plan (ETSI DE/PS 3 01-3)",
+            "npi-internet": "13 - Internet (IP)",
+            "npi-wap-client-id": "18 - WAP Client Id (to be defined by WAP Forum)",
+            "scheme-smsc": "0 - SMSC Default Alphabet (ASCII for short and long code and to GSM for toll-free)",
+            "scheme-ia5": "1 - IA5 (ASCII for short and long code, Latin 9 for toll-free (ISO-8859-9))",
+            "scheme-octet-unspecified-2": "2 - Octet Unspecified (8-bit binary)",
+            "scheme-latin-1": "3 - Latin 1 (ISO-8859-1)",
+            "scheme-octet-unspecified-4": "4 - Octet Unspecified (8-bit binary)",
+            "scheme-jis": "5 - JIS (X 0208-1990)",
+            "scheme-cyrillic": "6 - Cyrillic (ISO-8859-5)",
+            "scheme-latin-hebrew": "7 - Latin/Hebrew (ISO-8859-8)",
+            "scheme-ucs-utf": "8 - UCS2/UTF-16 (ISO/IEC-10646)",
+            "scheme-pictogram-encoding": "9 - Pictogram Encoding",
+            "scheme-music-codes": "10 - Music Codes (ISO-2022-JP)",
+            "scheme-extended-kanji-jis": "13 - Extended Kanji JIS (X 0212-1990)",
+            "scheme-korean-graphic-character-set": "14 - Korean Graphic Character Set (KS C 5601/KS X 1001)"
+        },
+        "queue-select-name": "Select queue name",
+        "queue-name": "Name",
+        "queue-name-required": "Queue name is required!",
+        "queues": "Queues",
+        "queue-partitions": "Partitions",
+        "queue-submit-strategy": "Submit strategy",
+        "queue-processing-strategy": "Processing strategy",
+        "queue-configuration": "Queue configuration",
+        "repository-settings": "Repository settings",
+        "repository": "Repository",
+        "repository-url": "Repository URL",
+        "repository-url-required": "Repository URL is required.",
+        "default-branch": "Default branch name",
+        "repository-read-only": "Read-only",
+        "show-merge-commits": "Show merge commits",
+        "authentication-settings": "Authentication settings",
+        "auth-method": "Authentication method",
+        "auth-method-username-password": "Password / access token",
+        "auth-method-username-password-hint": "GitHub users must use access tokens with write permissions to the repository.",
+        "auth-method-private-key": "Private key",
+        "password-access-token": "Password / access token",
+        "change-password-access-token": "Change password / access token",
+        "private-key": "Private key",
+        "drop-private-key-file-or": "Drag and drop a private key file or",
+        "passphrase": "Passphrase",
+        "enter-passphrase": "Enter passphrase",
+        "change-passphrase": "Change passphrase",
+        "check-access": "Check access",
+        "check-repository-access-success": "Repository access successfully verified!",
+        "delete-repository-settings-title": "Are you sure you want to delete repository settings?",
+        "delete-repository-settings-text": "Be careful, after the confirmation the repository settings will be removed and version control feature will be unavailable.",
+        "auto-commit-settings": "Auto-commit settings",
+        "auto-commit": "Auto-commit",
+        "auto-commit-entities": "Auto-commit entities",
+        "no-auto-commit-entities-prompt": "No entities configured for auto-commit",
+        "delete-auto-commit-settings-title": "Are you sure you want to delete auto-commit settings?",
+        "delete-auto-commit-settings-text": "Be careful, after the confirmation the auto-commit settings will be removed and auto-commit will be disabled for all entities.",
+        "2fa": {
+            "2fa": "Two-factor authentication",
+            "available-providers": "Available providers",
+            "issuer-name": "Issuer name",
+            "issuer-name-required": "Issuer name is required.",
+            "max-verification-failures-before-user-lockout": "Max verification failures before user lockout",
+            "max-verification-failures-before-user-lockout-pattern": "Max verification failures must be a positive integer.",
+            "number-of-checking-attempts": "Number of checking attempts",
+            "number-of-checking-attempts-pattern": "Number of checking attempts must be a positive integer.",
+            "number-of-checking-attempts-required": "Number of checking attempts is required.",
+            "number-of-codes": "Number of codes",
+            "number-of-codes-pattern": "Number of codes must be a positive integer.",
+            "number-of-codes-required": "Number of codes is required.",
+            "provider": "Provider",
+            "retry-verification-code-period": "Retry verification code period (sec)",
+            "retry-verification-code-period-pattern": "Minimal period time is 5 sec",
+            "retry-verification-code-period-required": "Retry verification code period is required.",
+            "total-allowed-time-for-verification": "Total allowed time for verification (sec)",
+            "total-allowed-time-for-verification-pattern": "Minimal total allowed time is 60 sec",
+            "total-allowed-time-for-verification-required": "Total allowed time is required.",
+            "use-system-two-factor-auth-settings": "Use system two factor auth settings",
+            "verification-code-check-rate-limit": "Verification code check rate limit",
+            "verification-code-lifetime": "Verification code lifetime (sec)",
+            "verification-code-lifetime-pattern": "Verification code lifetime must be a positive integer.",
+            "verification-code-lifetime-required": "Verification code lifetime is required.",
+            "verification-message-template": "Verification message template",
+            "verification-limitations": "Verification limitations",
+            "verification-message-template-pattern": "Verification message need to contains pattern: ${code}",
+            "verification-message-template-required": "Verification message template is required.",
+            "within-time": "Within time (sec)",
+            "within-time-pattern": "Time must be a positive integer.",
+            "within-time-required": "Time is required."
+        },
+        "jwt": {
+            "security-settings": "JWT security settings",
+            "issuer-name": "Issuer name",
+            "issuer-name-required": "Issuer name is required.",
+            "signings-key": "Signing key",
+            "signings-key-hint": "Base64 encoded string representing at least 256 bits of data.",
+            "signings-key-required": "Signing key is required.",
+            "signings-key-min-length": "Signing key must be at least 256 bits of data.",
+            "signings-key-base64": "Signing key must be base64 format.",
+            "expiration-time": "Token expiration time (sec)",
+            "expiration-time-required": "Token expiration time is required.",
+            "expiration-time-pattern": "Token expiration time be a positive integer.",
+            "expiration-time-min": "Minimum time is 60 seconds (1 minute).",
+            "refresh-expiration-time": "Refresh token expiration time (sec)",
+            "refresh-expiration-time-required": "Refresh token expiration time is required.",
+            "refresh-expiration-time-pattern": "Refresh token expiration time be a positive integer.",
+            "refresh-expiration-time-min": "Minimum time is 900 seconds (15 minute).",
+            "refresh-expiration-time-less-token": "Refresh token time must be greater token time.",
+            "generate-key": "Generate key",
+            "info-header": "All users will be to re-logined",
+            "info-message": "Change of the JWT Signing Key will cause all issued tokens to be invalid. All users will need to re-login. This will also affect scripts that use Rest API/Websockets."
+        },
+        "resources": "Resources",
+        "notifications": "Notifications",
+        "notifications-settings": "Notifications settings",
+        "slack-api-token": "Slack API token",
+        "slack": "Slack",
+        "slack-settings": "Slack settings"
+    },
+    "alarm": {
+        "alarm": "Įspėjimas",
+        "alarms": "Įspėjimai",
+        "all-alarms": "Visi Įspėjimai",
+        "select-alarm": "Pasirinkti įspėjimą",
+        "no-alarms-matching": "Su '{{entity}}' susijusių įspėjimų nėra.",
+        "alarm-required": "Įspėjimas yra privalomas",
+        "alarm-filter": "Įspėjimų filtras",
+        "filter": "Filtras",
+        "alarm-status": "Įspėjimo statusas",
+        "alarm-status-list": "Įspėjimo statusų sąrašas",
+        "any-status": "Visi statusai",
+        "search-status": {
+            "ANY": "Visi",
+            "ACTIVE": "Aktyvūs",
+            "CLEARED": "Atmesti",
+            "ACK": "Pripažinti",
+            "UNACK": "Nepatvirtinti"
+        },
+        "display-status": {
+            "ACTIVE_UNACK": "Aktyvūs nepatvirtinti",
+            "ACTIVE_ACK": "Aktyvūs pripažinti",
+            "CLEARED_UNACK": "Atmesti nepatvirtinti",
+            "CLEARED_ACK": "Atmesti pripažinti"
+        },
+        "no-alarms-prompt": "Įspėjimų nėra",
+        "created-time": "Sukūrimo laikas",
+        "type": "Tipas",
+        "severity": "Lygis",
+        "originator": "Iniciatorius",
+        "originator-type": "Iniciatoriaus tipas",
+        "details": "Pastabos",
+        "originator-label": "Iniciatoriaus pavadinimas",
+        "assign": "Priskirti",
+        "assignments": "Priskyrimai",
+        "assignee": "Atsakingas",
+        "assignee-id": "Atsakingo asmens ID",
+        "assignee-first-name": "Atsakingo asmens vardas",
+        "assignee-last-name": "Atsakingo asmens pavardė",
+        "assignee-email": "Atsakingo asmens e-paštas",
+        "unassigned": "Panaikinti priskyrimą",
+        "assignee-not-set": "Visi",
+        "status": "Statusas",
+        "alarm-details": "Įspėjimo pastabos",
+        "start-time": "Pradžia",
+        "assign-time": "Priskyrimo laikas",
+        "end-time": "Pabaiga",
+        "ack-time": "Pripažinimo laikas",
+        "clear-time": "Atmetimo laikas",
+        "duration": "Trukmė",
+        "alarm-severity-list": "Įspėjimų lygiai",
+        "any-severity": "Visi lygiai",
+        "severity-critical": "Kritinis",
+        "severity-major": "Svarbus",
+        "severity-minor": "Antraeilis",
+        "severity-warning": "Įspėjimas",
+        "severity-indeterminate": "Nenustatytas",
+        "acknowledge": "Patvirtinti",
+        "clear": "Atmesti",
+        "delete": "Panaikinti",
+        "search": "Įspėjimo paieška",
+        "selected-alarms": "Pasirinkta { count, plural, =1 {1 įspėjimas} other {# įspėjimai} }",
+        "no-data": "Nėra duomenų",
+        "polling-interval": "Įspėjimų tikrinimo intervalas (sek)",
+        "polling-interval-required": "Reikalingas įspėjimų tikrinimo intervalas",
+        "min-polling-interval-message": "Mažiausias įspėjimų tikrinimo intervalas yra 1 sekundė.",
+        "aknowledge-alarms-title": "Pripažinti { count, plural, =1 {1 įspėjimą} other {# įspėjimus} }",
+        "aknowledge-alarms-text": "Pripažinti { count, plural, =1 {1 įspėjimą} other {# įspėjimus} }?",
+        "aknowledge-alarm-title": "Pripažinti įspėjimą",
+        "aknowledge-alarm-text": "Pripažinti įspėjimą?",
+        "selected-alarms-are-acknowledged": "Pasirinkti įspėjimai pripažinti",
+        "clear-alarms-title": "Atmesti { count, plural, =1 {1 įspėjimą} other {# įspėjimus} }",
+        "clear-alarms-text": "Atmesti { count, plural, =1 {1 įspėjimą} other {# įspėjimus} }?",
+        "clear-alarm-title": "Atmesti įspėjimą",
+        "clear-alarm-text": "Atmesti įspėjimą?",
+        "delete-alarms-title": "Panaikinti { count, plural, =1 {1 įspėjimą} other {# įspėjimus} }",
+        "delete-alarms-text": "Panaikinti { count, plural, =1 {1 įspėjimą} other {# įspėjimus} }?",
+        "selected-alarms-are-cleared": "Pasirinkti įspėjimai atmesti",
+        "alarm-status-filter": "Įspėjimų statusai",
+        "alarm-filter-title": "Įspėjimų filtras",
+        "assigned": "Priskirta",
+        "filter-title": "Filtras",
+        "max-count-load": "Didžiausias rodomų įspėjimų skaičius (0 – neribotas)",
+        "max-count-load-required": "Reikalingas didžiausias rodomų įspėjimų skaičius (0 – neribotas).",
+        "max-count-load-error-min": "Mažiausia reikšmė yra 0.",
+        "fetch-size": "Fetch size",
+        "fetch-size-required": "Fetch size is required.",
+        "fetch-size-error-min": "Mažiausia rekšmė yra 10.",
+        "alarm-type-list": "Įspėjimų tipai",
+        "any-type": "Visi tipai",
+        "assigned-to-current-user": "Priskirta prisijungusiam vartotojui",
+        "assigned-to-me": "Priskirta man",
+        "search-propagated-alarms": "Ieškoti išplatintų įspėjimų",
+        "comments": "Įspėjimo pastabos",
+        "show-more": "Rodyti daugiau",
+        "additional-info": "Papildoma informacija",
+        "alarm-type": "Įspėjimo tipas",
+        "enter-alarm-type": "Įveskite įspėjimo tipą",
+        "no-alarm-types-matching": "Nėra įspėjimų tipų, kurie atitiktų '{{entitySubtype}}'.",
+        "alarm-type-list-empty": "Nepasirinktas įspėjimų tipas"
+    },
+    "alarm-activity": {
+        "add": "Pridėti komentarą...",
+        "alarm-comment": "Įspėjimo komentaras",
+        "comments": "Komentarai",
+        "delete-alarm-comment": "Ištrinti komentarą?",
+        "refresh": "Atnaujinti",
+        "oldest-first": "Seniausi viršuje",
+        "newest-first": "Naujausi viršuje",
+        "activity": "Veikla",
+        "export": "Eksportuoti į CSV",
+        "author": "Sukūrė",
+        "created-date": "Sukūrimo dara",
+        "edited-date": "Redagavimo data",
+        "text": "Tekstas",
+        "system": "Sistema"
+    },
+    "alias": {
+        "add": "Pridėti pseudonimą",
+        "edit": "Redaguoti pseudonimą",
+        "name": "Pseudonimas",
+        "name-required": "Reikalingas pseudonimas",
+        "duplicate-alias": "Toks pseudonimas sistemoje jau yra.",
+        "filter-type-single-entity": "Vienas subjektas",
+        "filter-type-entity-group": "Subjektų grupė",
+        "filter-type-entity-list": "Subjektų sąrašas",
+        "filter-type-entity-name": "Subjekto pavadinimas",
+        "filter-type-entity-type": "Subjekto tipas",
+        "filter-type-entity-group-list": "Subjektų grupių sąrašas",
+        "filter-type-entity-group-name": "Subjektų grupės pavadinimas",
+        "filter-type-entities-by-group-name": "Subjektai pagal grupės pavadinimą",
+        "filter-type-state-entity": "Subjektas iš skydelio būsenos",
+        "filter-type-state-entity-description": "Subjektas iš skydelio būsenos parametrų",
+        "filter-type-state-entity-owner": "Skydelio būsenos subjekto savininkas",
+        "filter-type-state-entity-owner-description": "Subjekto, iš skydelio būsenos parametrų, savininkas",
+        "filter-type-asset-type": "Turto tipas",
+        "filter-type-asset-type-description": "Turtas, kurio tipas '{{assetTypes}}'",
+        "filter-type-asset-type-and-name-description": "Turtas, kurio tipas '{{assetTypes}}' ir kurio pavadinimas prasideda '{{prefix}}'",
+        "filter-type-device-type": "Įrenginio tipas",
+        "filter-type-device-type-description": "Įrenginiai, kurių tipas '{{deviceTypes}}'",
+        "filter-type-device-type-and-name-description": "Įrenginiai, kurių tipas '{{deviceTypes}}' ir kurių pavadinimai '{{prefix}}'",
+        "filter-type-entity-view-type": "Subjekto rodinio tipas",
+        "filter-type-entity-view-type-description": "Subjektų rodiniai, kurių tipas '{{entityViewTypes}}'",
+        "filter-type-entity-view-type-and-name-description": "Subjektų rodiniai, kurių tipas '{{entityViewTypes}}' ir kurių pavadinimai prasideda '{{prefix}}'",
+        "filter-type-edge-type": "Edge type",
+        "filter-type-edge-type-description": "Edges of type '{{edgeTypes}}'",
+        "filter-type-edge-type-and-name-description": "Edges of type '{{edgeTypes}}' and with name starting with '{{prefix}}'",
+        "filter-type-relations-query": "Ryšių užklausa",
+        "filter-type-relations-query-description": "{{entities}} kurie turi {{relationType}} ryšį {{direction}} {{rootEntity}}",
+        "filter-type-edge-search-query": "Edge search query",
+        "filter-type-edge-search-query-description": "Edges with types {{edgeTypes}} that have {{relationType}} relation {{direction}} {{rootEntity}}",
+        "filter-type-scheduler-event": "Scheduler events",
+        "filter-type-scheduler-event-type-description": "Scheduler events with type '{{eventType}}'",
+        "filter-type-scheduler-event-originator-description": "Scheduler events of specific originator",
+        "filter-type-scheduler-event-type-originator-description": "Scheduler events of specific originator with '{{eventType}}'",
+        "filter-type-asset-search-query": "Turto paieškos užklausa",
+        "filter-type-asset-search-query-description": "{{assetTypes}} tipo turtas, turintis {{relationType}} tipo ryšį {{direction}} {{rootEntity}}",
+        "filter-type-device-search-query": "Įrenginio paieškos užklausa",
+        "filter-type-device-search-query-description": "{{deviceTypes}} tipo įrenginiai, turintys {{relationType}} tipo ryšį {{direction}} {{rootEntity}}",
+        "filter-type-entity-view-search-query": "Subjektų rodinio paieškos užklausa",
+        "filter-type-entity-view-search-query-description": "{{entityViewTypes}} tipo subjektai, turintys {{relationType}} tipo ryšį {{direction}} {{rootEntity}}",
+        "filter-type-apiUsageState": "Api Usage State",
+        "entity-filter": "Subjektų filtras",
+        "resolve-multiple": "Traktuoti kaip kelis subjektus",
+        "filter-type": "Filtro tipas",
+        "filter-type-required": "Filtro tipas būtinas.",
+        "entity-filter-no-entity-matched": "Subjektų, atitinkančių filtro kriterijus, nerasta.",
+        "no-entity-filter-specified": "Subjektų filtras nenustatytas",
+        "root-state-entity": "Subjektą, iš skydelio būsenos, naudoti kaip pagrindinį",
+        "group-state-entity": "Skydelio būsenos subjektą naudoti kaip subjektų grupę",
+        "group-state-entity-owner": "Skydelio būsenos subjektą naudoti kaip subjektų grupės sąvininką",
+        "last-level-relation": "Gauti tik paskutinio lygio ryšį",
+        "root-entity": "Pagridinis subjektas",
+        "state-entity-parameter-name": "Būsenos subjekto parametro pavadinimas",
+        "default-state-entity": "Numatytasis būsenos subjektas",
+        "default-state-entity-group": "Numatytoji būsenos subjektų grupė",
+        "default-entity-parameter-name": "Pagal nutylėjimą",
+        "max-relation-level": "Maksimalus ryšių lygis",
+        "unlimited-level": "Neribojamas lygis",
+        "state-entity": "Skydelio būsenos subjektas",
+        "entities-of-group-state-entity": "Subjektai iš skydelio būsenos subjektų grupės",
+        "all-entities": "Visi subjektai",
+        "any-relation": "visi",
+        "originator": "Iniciatorius",
+        "originator-state-entity": "Skydelio būsenos subjektą naudoti kaip iniciatorių",
+        "scheduler-event-type": "Scheduler event type"
+    },
+    "asset": {
+        "all": "Visas",
+        "all-assets": "Visas turtas",
+        "groups": "Grupės",
+        "shared": "Bendrinamas",
+        "asset": "Turtas",
+        "assets": "Turtas",
+        "management": "Turto valdymas",
+        "view-assets": "Peržiūrėti turtą",
+        "add": "Pridėti turtą",
+        "asset-type-max-length": "Turto tipas turi būti trumpesnis nei 256 simboliai",
+        "assign-to-customer": "Priskirti klientui",
+        "assign-asset-to-customer": "Turtą priskirti klientui",
+        "assign-asset-to-customer-text": "Pasirinkite turtą, kurį norite priskiri klientui",
+        "no-assets-text": "Turto nerasta",
+        "assign-to-customer-text": "Pasirinkite klientą, kuriam priskiriamas turtas",
+        "public": "Viešas",
+        "assignedToCustomer": "Priskirti klientui",
+        "make-public": "Neriboti turto matomumo",
+        "make-private": "Riboti turto matomumą",
+        "unassign-from-customer": "Atsieti nuo kliento",
+        "delete": "Panaikinti turtą",
+        "asset-public": "Turtas yra viešas",
+        "asset-type": "Turto tipas",
+        "asset-type-required": "Turto tipas būtinas.",
+        "select-asset-type": "Pasirinkite turto tipą",
+        "enter-asset-type": "Įveskite turto tipą",
+        "any-asset": "Visas turtas",
+        "no-asset-types-matching": "Turto tipas, atitinkantis '{{entitySubtype}}', nerastas.",
+        "asset-type-list-empty": "Nepasirinkti turto tipai.",
+        "asset-types": "Turto tipai",
+        "name": "Pavadinimas",
+        "name-required": "Pavadinimas yra privalomas.",
+        "name-max-length": "Pavadinimas turi būti trumpesnis nei 256 simboliai",
+        "label-max-length": "Vardas turi būti trumpesnis nei 256 simboliai",
+        "description": "Aprašymas",
+        "type": "Tipas",
+        "type-required": "Tipas yra prvalomas.",
+        "details": "Pastabos",
+        "events": "Įvykiai",
+        "add-asset-text": "Pridėti turtą",
+        "asset-details": "Pastabos apie turtą",
+        "assign-assets": "Priskirti turtą",
+        "assign-assets-text": "Priskirti { count, plural, =1 {1 turtą} other {# turtus} } to customer",
+        "assign-asset-to-edge-title": "Assign Asset(s) To Edge",
+        "assign-asset-to-edge-text": "Please select the assets to assign to the edge",
+        "delete-assets": "Pašalinti turtą",
+        "unassign-assets": "Atsieti turtą",
+        "unassign-assets-action-title": "Atsieti { count, plural, =1 {1 turtą} other {# turtus} } nuo kliento?",
+        "assign-new-asset": "Prisirti naują turtą",
+        "delete-asset-title": "Pašalinti '{{assetName}}' turtą?",
+        "delete-asset-text": "Būkite dėmesingi, po patvirtinimo, turtas ir su juo susijusi informacija, bus pašalinta.",
+        "delete-assets-title": "Pašalinti { count, plural, =1 {1 turtą} other {# turtus} }?",
+        "delete-assets-action-title": "Pašalinti { count, plural, =1 {1 turtą} other {# turtus} }",
+        "delete-assets-text": "Būkite dėmesingi, po patvirtinimo, visi turto įrašai ir su jais susijusi informacija, bus pašalinta.",
+        "make-public-asset-title": "Ar tikrai norite neriboti turto '{{assetName}}' matomumo?",
+        "make-public-asset-text": "Po patvirtinimo turtas ir visa su juo susijusi informacija bus prieinama visiems.",
+        "make-private-asset-title": "Ar tikrai norite riboti turto '{{assetName}}' matomumą?",
+        "make-private-asset-text": "Po patvirtinimo, turtas ir visa su juo susijusi informacija nebus prieinama kitiems.",
+        "unassign-asset-title": "Ar tikrai norite atsieti turtą '{{assetName}}'?",
+        "unassign-asset-text": "Po patvirtinimo turtas bus atsietas ir klientas neteks prieigos prie jo.",
+        "unassign-asset": "Atsieti turtą",
+        "unassign-assets-title": "Ar tikrai norite atsieti { count, plural, =1 {1 turtą} other {# turtus} }?",
+        "unassign-assets-text": "Po patvirtinimo visas turtas bus atsietas ir klientas neteks prieigos prie jo.",
+        "copyId": "Kopijuoti turto Id",
+        "idCopiedMessage": "Turto Id nukopijuotas į iškarpinę",
+        "select-asset": "Pasirinkti turtą",
+        "no-assets-matching": "Turtas atitinkantis '{{entity}}' nerastas.",
+        "asset-required": "Turtas būtinas",
+        "name-starts-with": "Turto pavadinimas prasideda",
+        "help-text": "naudokite simbolį '%' pagal tai, kaip norite ieškoti: '%turto_pavadinimo_fragmentas%', '%turto_pavadinimo_pabaiga', 'turto_pavadinimo_pradžia%'.",
+        "search": "Turto paieška",
+        "select-group-to-add": "Pasirinkti grupę, į kurią turtą pridėti",
+        "select-group-to-move": "Pasirinkite grupę, į kurią turtą perkelti",
+        "remove-assets-from-group": "Ar tikrai norite { count, plural, =1 {1 turtą} other {# turtus} } pašalinti iš grupės '{{entityGroup}}'?",
+        "group": "Turto grupė",
+        "list-of-groups": "{ count, plural, =1 {Viena turto grupė} other { # Turto grupių sąrašas} }",
+        "group-name-starts-with": "Turto grupės, kurių pavadinimai prasideda '{{prefix}}'",
+        "import": "Importuoti turtą",
+        "asset-file": "Turto failas",
+        "label": "Etiketė",
+        "assign-asset-to-edge": "Assign Asset(s) To Edge",
+        "unassign-asset-from-edge": "Unassign asset",
+        "unassign-asset-from-edge-title": "Are you sure you want to unassign the asset '{{assetName}}'?",
+        "unassign-asset-from-edge-text": "After the confirmation the asset will be unassigned and won't be accessible by the edge.",
+        "unassign-assets-from-edge-title": "Are you sure you want to unassign { count, plural, =1 {1 asset} other {# assets} }?",
+        "unassign-assets-from-edge-text": "After the confirmation all selected assets will be unassigned and won't be accessible by the edge.",
+        "selected-assets": "Pasirinkta { count, plural, =1 {1 turtas} other {# turtai} }"
+    },
+    "attribute": {
+        "attributes": "Atributai",
+        "latest-telemetry": "Paskutinė telemetrija",
+        "no-latest-telemetry": "Telemetrijos nėra",
+        "attributes-scope": "Subjekto atributų kontekstas",
+        "scope-telemetry": "Telemetrija",
+        "scope-latest-telemetry": "Paskutinė telemetrija",
+        "scope-client": "Kliento atributai",
+        "scope-server": "Serverio atributai",
+        "scope-shared": "Bendrinami atributai",
+        "add": "Pridėti atributą",
+        "add-attribute-prompt": "Pridėkite atributą",
+        "key": "Raktas",
+        "key-max-length": "Raktas negali viršyti 256 simbolių",
+        "last-update-time": "Atnaujinimo laikas",
+        "key-required": "Atributo raktas būtinas.",
+        "value": "Reikšmė",
+        "value-required": "Atributo reikšmė būtina.",
+        "telemetry-key-required": "Telemetrijos raktas būtinas",
+        "telemetry-value-required": "Telemetrijos reikšmė būtina",
+        "delete-attributes-title": "Ar tikrai norite pašalinti { count, plural, =1 {1 atributą} other {# atributus} }?",
+        "delete-attributes-text": "Būkite dėmesingi, po patvirtinimo pasirinkti atributai bus pašalinti.",
+        "delete-attributes": "Pašalinti atributus",
+        "enter-attribute-value": "Įveskite atributo reikšmę",
+        "show-on-widget": "Rodyti valdiklyje",
+        "widget-mode": "Valdiklio režimas",
+        "next-widget": "Sekantis valdiklis",
+        "prev-widget": "Ankstesnis valdiklis",
+        "add-to-dashboard": "Pridėti į skydelį",
+        "add-widget-to-dashboard": "Pridėti valdiklį į skydelį",
+        "selected-attributes": "Pasirinkta { count, plural, =1 {1 atributas} other {# atributai} }",
+        "selected-telemetry": "Pasirinkta { count, plural, =1 {1 telemetrijos blokas} other {# telemetrijos blokai} }",
+        "no-attributes-text": "Atributų nėra",
+        "no-telemetry-text": "Telemetrijos nėra",
+        "copy-key": "Kopijuoti raktą",
+        "add-telemetry": "Pridėti telemetriją",
+        "copy-value": "Kopijuoti reikšmę",
+        "delete-timeseries": {
+            "start-time": "Pradžia",
+            "ends-on": "Pabaiga",
+            "strategy": "Strategija",
+            "delete-strategy": "Šalinimo startegija",
+            "all-data": "Pašalinti visus duomenis",
+            "all-data-except-latest-value": "Pašalinti visus duomenis išskyrus naujausią reikšmę",
+            "latest-value": "Pašalinti naujausią reikšmę",
+            "all-data-for-time-period": "Pašalinti visus duomenis periodui",
+            "rewrite-latest-value": "Perrašyti naujausią reikšmę"
+        }
+    },
+    "api-usage": {
+        "api-features": "API features",
+        "api-usage": "Api Usage",
+        "alarm": "Alarm",
+        "alarms-created": "Alarms created",
+        "alarms-created-daily-activity": "Alarms created daily activity",
+        "alarms-created-hourly-activity": "Alarms created hourly activity",
+        "alarms-created-monthly-activity": "Alarms created monthly activity",
+        "data-points": "Data points",
+        "data-points-storage-days": "Data points storage days",
+        "device-api": "Device API",
+        "email": "Email",
+        "email-messages": "Email messages",
+        "email-messages-daily-activity": "Email messages daily 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",
+        "notifications": "Notifications",
+        "notifications-email-sms": "Notifications (Email/SMS)",
+        "notifications-hourly-activity": "Notifications hourly activity",
+        "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-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-limit": {
+        "cassandra-queries": "Cassandra queries",
+        "entity-version-creation": "Entity version creation",
+        "entity-version-load": "Entity version load",
+        "integration-messages": "Integration messages",
+        "integration-messages-per-device": "Integration messages per device",
+        "notification-requests": "Notification requests",
+        "notification-requests-per-rule": "Notification requests per rule",
+        "reports-generation": "Reports generation",
+        "rest-api-requests": "REST API requests",
+        "rest-api-requests-per-customer": "REST API requests per customer",
+        "transport-messages": "Transport messages",
+        "transport-messages-per-device": "Transport messages per device",
+        "ws-updates-per-session": "WS updates per session"
+    },
+    "audit-log": {
+        "audit": "Auditas",
+        "audit-logs": "Audito žurnalas",
+        "timestamp": "Laiko žyma",
+        "entity-type": "Subjektas",
+        "entity-name": "Pavadinimas",
+        "user": "Vartotojas",
+        "type": "Veiksmas",
+        "status": "Statusas",
+        "details": "Informacija",
+        "type-added": "Pridėta",
+        "type-deleted": "Pašalinta",
+        "type-updated": "Atnaujinta",
+        "type-attributes-updated": "Attributai atnaujinti",
+        "type-attributes-deleted": "Atributai pašalinti",
+        "type-rpc-call": "RPC iškvietimas",
+        "type-credentials-updated": "Įgaliojimai atnaujinti",
+        "type-assigned-to-customer": "Priskirta klientui",
+        "type-unassigned-from-customer": "Atsieta nuo kliento",
+        "type-assigned-to-edge": "Assigned to Edge",
+        "type-unassigned-from-edge": "Unassigned from Edge",
+        "type-activated": "Aktyvuota",
+        "type-suspended": "Sustabdyta",
+        "type-credentials-read": "Įgaliojimų skaitymas",
+        "type-attributes-read": "Atributų skaitymas",
+        "type-added-to-entity-group": "Įtraukta į grupę",
+        "type-removed-from-entity-group": "Pašalinta iš grupės",
+        "type-relation-add-or-update": "ryšys atnaujintas",
+        "type-relation-delete": "Ryšys panaikintas",
+        "type-relations-delete": "Visi ryšiai panaikinti",
+        "type-alarm-ack": "Pripažinta",
+        "type-alarm-clear": "Išvalyta",
+        "type-alarm-assign": "Priskitas",
+        "type-alarm-unassign": "Atsietas",
+        "type-added-comment": "Pridėtas komentaras",
+        "type-updated-comment": "Atnaujintas komentaras",
+        "type-deleted-comment": "Pašalintas komentaras",
+        "type-rest-api-rule-engine-call": "Rule engine REST API call",
+        "type-made-public": "Padaryti viešu",
+        "type-made-private": "Padaryti privačiu",
+        "type-login": "Prisijungti",
+        "type-logout": "Atsijungti",
+        "type-lockout": "Užblokuoti",
+        "status-success": "Sėkmė",
+        "status-failure": "Nesėkmė",
+        "audit-log-details": "Informacija apie autido žurnalą",
+        "no-audit-logs-prompt": "Žurnalo įrašų nėra",
+        "action-data": "Informacija apie veiksmus",
+        "failure-details": "Informacija apie nesėkmę",
+        "search": "Žurnalo įrašų paieška",
+        "clear-search": "Išvalyti paiešką",
+        "type-assigned-from-tenant": "Priskirta valdytojo",
+        "type-assigned-to-tenant": "Priskirta valdytojui",
+        "type-provision-success": "Device provisioned",
+        "type-provision-failure": "Device provisioning was failed",
+        "type-timeseries-updated": "Telemetrija atnaujinta",
+        "type-timeseries-deleted": "Telemetrija pašalinta",
+        "type-owner-changed": "Savininkas pakeistas",
+        "type-sms-sent": "SMS sent"
+    },
+    "confirm-on-exit": {
+        "message": "Turite neišsaugotų pakeitimų. Ar tikrai norite palikti šį puslapį?",
+        "html-message": "Turite neišsaugotų pakeitimų.
Ar tikrai norite palikti šį puslapį?",
+        "title": "Neišsaugoti pakeitimai"
+    },
+    "contact": {
+        "country": "Šalis",
+        "city": "Miestas",
+        "state": "Rajonas",
+        "postal-code": "Pašto kodas",
+        "postal-code-invalid": "Neteisingas pašto kodo formatas.",
+        "address": "Adresas",
+        "address2": "Adresas 2",
+        "phone": "Telefonas",
+        "email": "El. paštas",
+        "no-address": "Adresas nenurodytas",
+        "state-max-length": "Rajono pavadinimas negali viršyti 256 simbolių",
+        "phone-max-length": "Telefono numeris negali viršyti 256 simbolių",
+        "city-max-length": "Miesto pavadinimas negali viršyti 256 simbolių"
+    },
+    "common": {
+        "username": "Vartoto vardas",
+        "password": "Slaptažodis",
+        "enter-username": "Įveskite vartotojo vardą",
+        "enter-password": "Įveskite slaptažodį",
+        "enter-search": "Įveskite paieškos kriterijus",
+        "created-time": "Sukūrimo laikas",
+        "loading": "Įkeliama...",
+        "proceed": "Tęsti",
+        "open-details-page": "Informacija",
+        "not-found": "Nerasta",
+        "documentation": "Dokumentacija"
+    },
+    "converter": {
+        "converter": "Data converter",
+        "converters": "Data converters",
+        "select-converter": "Select data converter",
+        "no-converters-matching": "No data converters matching '{{entity}}' were found.",
+        "no-converters-found": "No data converters found.",
+        "converter-required": "Data converter is required",
+        "delete": "Delete converter",
+        "management": "Data converters management",
+        "add-converter-text": "Add new data converter",
+        "no-converters-text": "No data converters found",
+        "selected-converters": "{ count, plural, =1 {1 data converter} other {# data converters} } selected",
+        "delete-converter-title": "Are you sure you want to delete the data converter '{{converterName}}'?",
+        "delete-converter-text": "Be careful, after the confirmation the data converter and all related data will become unrecoverable.",
+        "delete-converters-title": "Are you sure you want to delete { count, plural, =1 {1 data converter} other {# data converters} }?",
+        "delete-converters-action-title": "Delete { count, plural, =1 {1 data converter} other {# data converters} }",
+        "delete-converters-text": "Be careful, after the confirmation all selected data converters will be removed and all related data will become unrecoverable.",
+        "events": "Events",
+        "add": "Add Data Converter",
+        "search": "Search data converters",
+        "converter-details": "Data converter details",
+        "details": "Details",
+        "copyId": "Copy converter Id",
+        "idCopiedMessage": "Converter Id has been copied to clipboard",
+        "debug-mode": "Debug mode",
+        "created-time": "Created time",
+        "name": "Name",
+        "name-required": "Name is required.",
+        "name-max-length": "Name should be less than 256",
+        "description": "Description",
+        "decoder": "Decoder",
+        "encoder": "Encoder",
+        "test-decoder-fuction": "Test decoder function",
+        "test-encoder-fuction": "Test encoder function",
+        "test-with-this-message": "{{test}} with this message",
+        "decoder-input-params": "Decoder input parameters",
+        "encoder-input-params": "Encoder input parameters",
+        "payload": "Payload",
+        "payload-content-type": "Payload content type",
+        "payload-content": "Payload content",
+        "message": "Message",
+        "message-type": "Message type",
+        "message-type-required": "Message type is required",
+        "test": "Test",
+        "metadata": "Metadata",
+        "metadata-required": "Metadata entries can't be empty.",
+        "integration-metadata": "Integration metadata",
+        "integration-metadata-required": "Integration metadata entries can't be empty.",
+        "output": "Output",
+        "import": "Import converter",
+        "export": "Export converter",
+        "export-failed-error": "Unable to export converter: {{error}}",
+        "create-new-converter": "Create new converter",
+        "converter-file": "Converter file",
+        "invalid-converter-file-error": "Unable to import converter: Invalid converter data structure.",
+        "type": "Type",
+        "type-required": "Type is required.",
+        "type-uplink": "Uplink",
+        "type-downlink": "Downlink",
+        "update-only-keys-list": "Update only keys list",
+        "update-only-keys-list-hint": "The values associated with the provided keys will be saved to the database only if they are different from the corresponding values in the previous converted message. This functionality applies to both attributes and telemetry in the converter output.",
+        "add-key": "Add key"
+    },
+    "content-type": {
+        "json": "Json",
+        "text": "Text",
+        "binary": "Binary (Base64)"
+    },
+    "color": {
+        "color": "Color",
+        "color-picker": "Color picker",
+        "primary-colors": "Primary colors",
+        "accent-colors": "Accent colors",
+        "no-color-selected": "No color selected"
+    },
+    "customer": {
+        "all": "Visi",
+        "all-customers": "Visi klientai",
+        "groups": "Grupės",
+        "shared": "Bendrinami",
+        "hierarchy": "Hierarchija",
+        "customer": "Klientas",
+        "customers": "Klientai",
+        "management": "Klientų valdymas",
+        "dashboard": "Klientų skydelis",
+        "dashboards": "Kliientų skydeliai",
+        "devices": "Kliento įrenginiai",
+        "entity-views": "Kliento subjektų rodiniai",
+        "assets": "Kliento turtas",
+        "public-dashboards": "Vieši skydeliai",
+        "public-devices": "Vieši įrenginiai",
+        "public-assets": "Viešas turtas",
+        "public-entity-views": "Vieši subjektų rodiniai",
+        "add": "Pridėti klientą",
+        "delete": "Pašalinti klientą",
+        "manage-customer-user-groups": "Kliento vartotojų grupės",
+        "manage-customer-groups": "Klientų grupės",
+        "manage-customer-device-groups": "Kliento įrenginių grupės",
+        "manage-customer-asset-groups": "Kliento turto grupės",
+        "manage-customer-entity-view-groups": "Kliento subjektų rodinių grupės",
+        "manage-customer-edge-groups": "Manage customer edge groups",
+        "manage-customer-dashboard-groups": "Kliento skydelių grupės",
+        "manage-customer-users": "Kliento vartotojai",
+        "manage-customers": "Klientai",
+        "manage-customer-devices": "Kliento įrenginiai",
+        "manage-customer-entity-views": "Kliento subjektų rodiniai",
+        "manage-customer-dashboards": "Kliento skydeliai",
+        "manage-public-devices": "Vieši įrenginiai",
+        "manage-public-dashboards": "Vieši skydeliai",
+        "manage-customer-assets": "Kliento turtas",
+        "manage-customer-edges": "Manage customer edges",
+        "manage-public-assets": "Viešas turtas",
+        "add-customer-text": "Pridėti naują klientą",
+        "no-customers-text": "Klientų nėra",
+        "customer-details": "Informacija apie klientą",
+        "delete-customer-title": "Ar tikrai norite pašalinti klientą '{{customerTitle}}'?",
+        "delete-customer-text": "Būkite dėmesingi, po patvirtinimo, kliento ir su juo susijusios informacijos atkurti nebegalėsite.",
+        "delete-customers-title": "Ar tikrai norite pašalinti { count, plural, =1 {1 klientą} other {# klientus} }?",
+        "delete-customers-action-title": "Pašalinti { count, plural, =1 {1 klientą} other {# klientus} }",
+        "delete-customers-text": "Būkite dėmesingi, po patvirtinimo, klientų ir su jais susijusios informacijos atkurti nebegalėsite.",
+        "manage-user-groups": "Vartotjų grupės",
+        "manage-asset-groups": "turto grupės",
+        "manage-device-groups": "Įrenginių grupės",
+        "manage-dashboard-groups": "Skydelių grupės",
+        "manage-entity-view-groups": "Subjektų rodinių grupės",
+        "manage-edge-groups": "Manage edge groups",
+        "manage-users": "Vartotojai",
+        "manage-assets": "Turtas",
+        "manage-devices": "Įrenginiai",
+        "manage-dashboards": "Skydeliai",
+        "manage-entity-views": "Subjektų rodiniai",
+        "title": "Pavadinimas",
+        "title-required": "Pavadinimas būtinas.",
+        "title-max-length": "Pavadinimas negali viršyti 256 simbolių",
+        "description": "Aprašymas",
+        "details": "Informacija",
+        "events": "Įvykiai",
+        "copyId": "Kopijuoti kliento Id",
+        "idCopiedMessage": "Kliento Id nukopijuotas į iškarpinę",
+        "select-customer": "Pasirinkti klientą",
+        "no-customers-matching": "Klientų, atitinkančių '{{entity}}' nėra.",
+        "customer-required": "Klientas būtinas",
+        "select-group-to-add": "Pasirinkite grupę, į kurią pridėti pažymėtus klientus",
+        "select-group-to-move": "Pasirinkite grupę, į kurią perkelti pažymėtus klientus",
+        "remove-customers-from-group": "Ar tikrai { count, plural, =1 {1 klientą} other {# klientus} } norite pašalinti iš grupės '{{entityGroup}}'?",
+        "group": "Klientų grupė",
+        "list-of-groups": "{ count, plural, =1 {Viena kliento grupė} other {Sąrašas # klientų grupių} }",
+        "group-name-starts-with": "Klientų grupės, kurios prasideda '{{prefix}}'",
+        "select-default-customer": "Pasirinkite numatytąjį klientą",
+        "default-customer": "Numatytasis klientas",
+        "default-customer-required": "Numatytasis klientas būtinas, norint suderinti prietaisų skydelį valdytojo lygiu",
+        "allow-white-labeling": "Leisti tinkinti aplikaciją",
+        "search": "Klientų paieška",
+        "selected-customers": "Pasirinkta { count, plural, =1 {1 klientas} other {# kientai} }",
+        "edges": "Customer edge instances",
+        "manage-edges": "Manage edges"
+    },
+    "customers-hierarchy": {
+        "customers-hierarchy": "Klientų hierarchija",
+        "open-nav-tree": "Atverti navigacijos medį",
+        "return-to-top-level": "Grįžti į aukščiausią lygį"
+    },
+    "custom-menu": {
+        "custom-menu": "Vartotojo meniu",
+        "custom-menu-hint": "Aprašykite pasirinktinį meniu JSON formoje. Šiame JSON nurodomas vartotojo meniu elementų sąrašas."
+    },
+    "custom-translation": {
+        "custom-translation": "Vartotojo vertimai",
+        "translation-map": "Vertimų žemėlapis",
+        "key": "Vertimo raktas",
+        "import": "Importuoti vertimą",
+        "export": "Eksportuoti vertimą",
+        "export-data": "Eksportuoti vertimo duomenis",
+        "import-data": "Importuoti vertimo duomenis",
+        "translation-file": "Vertimų failas",
+        "invalid-translation-file-error": "Nepavyksta importuoti vertimo failo: Neteisinga duomenų struktūra.",
+        "custom-translation-hint": "Aprašykite vartotojo vertimą JSON formatu žemiau. Šis JSON perrašys standartinį vertimą. Paspaudę 'Parsisiųsti lokalės failą', gausite standartinio vertimo failą, kuriame galite surasti reikalingas raktų-reikšmių poros ir jas pakeisti savo JSON.",
+        "download-locale-file": "Parsisųsti lokalės failą"
+    },
+    "date": {
+        "last-update-n-ago": "Last update N ago",
+        "last-update-n-ago-text": "Last update {{ agoText }}",
+        "custom-date": "Custom date",
+        "format": "Format",
+        "preview": "Preview"
+    },
+    "datetime": {
+        "date-from": "Data nuo",
+        "time-from": "Laikas nuo",
+        "date-to": "Data iki",
+        "time-to": "Laikas iki"
+    },
+    "dashboard": {
+        "all": "Visi",
+        "all-dashboards": "Visi skydeliai",
+        "groups": "Grupės",
+        "shared": "Bendrinami",
+        "dashboard": "Skydelis",
+        "dashboards": "Skydeliai",
+        "management": "Skydelių valdymas",
+        "view-dashboards": "Paržiūrėti skydelius",
+        "add": "Pridėti skydelį",
+        "assign-dashboard-to-customer": "Skydelį (-ius) priskirti klientui",
+        "assign-dashboard-to-customer-text": "Pasirinkite skydelius, kuriuos norite priskirti klientui",
+        "assign-to-customer-text": "Pasirinkite klientą, kuriam priskirti skydelį (-ius)",
+        "assign-to-customer": "Priskirti kientui",
+        "unassign-from-customer": "Atsieti nuo kliento",
+        "make-public": "Skydelį padaryti viešą",
+        "make-private": "Skydelį padaryti privatų",
+        "manage-assigned-customers": "Valdyti priskirtus klientus",
+        "assigned-customers": "Priskirti klientai",
+        "assign-to-customers": "Skydelį (-ius) priskirti klientams",
+        "assign-to-customers-text": "Pasirinkite klientus, kuriems priskirti skydelį (-ius)",
+        "unassign-from-customers": "Skydelį (-ius) atsieti nuo klientų",
+        "unassign-from-customers-text": "Pasirinkite klientus, kuriems atsieti skydelį (-ius)",
+        "no-dashboards-text": "Skydelių nėra",
+        "no-widgets": "Valdikliai nesukonfigūruoti",
+        "add-widget": "Pridėti naują valdiklį",
+        "add-widget-button-text": "Pridėt valdiklį",
+        "title": "Pavadinimas",
+        "image": "Skydelio paveiksliukas",
+        "mobile-app-settings": "Mobiliosios aplikacijos nustatymai",
+        "mobile-order": "Skydelio eilės tvarka mobiliojoje aplikacijoje",
+        "mobile-hide": "Mobiliojoje aplikacijoje skydelį paslėpti",
+        "update-image": "Atnaujinti skydelio paveiksliuką",
+        "take-screenshot": "Padaryti ekrano nuotrauką",
+        "select-widget-title": "Pasirinkite valdiklį",
+        "select-widget-value": "{{title}}: pasirinkite valdiklį",
+        "select-widget-subtitle": "Galimų valdiklių sąrašas",
+        "delete": "Pašalinti skydelį",
+        "title-required": "Pavadinimas būtinas.",
+        "title-max-length": "Pavadinimas negali viršyti 256 simbolių",
+        "description": "Aprašymas",
+        "details": "Informacija",
+        "dashboard-details": "Informacija",
+        "add-dashboard-text": "Pridėti naują skydelį",
+        "assign-dashboards": "Priskirti skydelius",
+        "assign-new-dashboard": "Priskirti naują skydelį",
+        "assign-dashboards-text": "Priskirti { count, plural, =1 {1 skydelį} other {# skydelius} } klientams",
+        "unassign-dashboards-action-text": "Atsieti { count, plural, =1 {1 skydelį} other {# skydelius} } nuo klientų",
+        "delete-dashboards": "Panaikinti skydelius",
+        "unassign-dashboards": "Atsieti skydelius",
+        "unassign-dashboards-action-title": "Atsieti { count, plural, =1 {1 skydelį} other {# skydelius} } nuo kliento",
+        "delete-dashboard-title": "Ar tikrai norite pašalinti skydelį '{{dashboardTitle}}'?",
+        "delete-dashboard-text": "Būkite dėmesingi, po patvirtinimo, skydelio ir su juo susijusios informacijos atkurti nebegalėsite.",
+        "delete-dashboards-title": "Ar tikrai norite pašalinti { count, plural, =1 {1 skydelį} other {# skydelius} }?",
+        "delete-dashboards-action-title": "Pašalinti { count, plural, =1 {1 skydelį} other {# skydelius} }",
+        "delete-dashboards-text": "Būkite dėmesingi, po patvirtinimo, pasirinkti skydeliai ir su jais susijusi informacija bus pašalinti ir jų atkurti nebegalėsite.",
+        "unassign-dashboard-title": "Ar tikrai norite atsieti skydelį '{{dashboardTitle}}'?",
+        "unassign-dashboard-text": "Po patvrtinimo skydelis bus atsietas ir klientas jo nebematys.",
+        "unassign-dashboard": "Atsieti skydelį",
+        "unassign-dashboards-title": "Ar tikrai norite atsieti { count, plural, =1 {1 skydelį} other {# skydelius} }?",
+        "unassign-dashboards-text": "Po patvirtinimo visi skydeliai bus atsieti ir klientas jų nebematys.",
+        "public-dashboard-title": "Skydelis dabar yra viešas",
+        "public-dashboard-text": "Skydelis {{dashboardTitle}} dabar yra viešas ir pasiekiamas per šią nuorodą:",
+        "public-dashboard-notice": "Pastaba: Įrenginiai turi būti vieši, jei norite matyti jų duomenis.",
+        "public-dashboard-link": "Vieša skydelio nuoroda",
+        "public-dashboard-link-text": "Viešą sydelį {{dashboardTitle}} galima atidaryti per šią nuorodą:",
+        "public-dashboard-link-notice": "Pastaba: Įrenginiai, turtas ir subjektai turi būti vieši, jei norite matyti jų duomenis.",
+        "make-private-dashboard-title": "Ar tikrai norite skydelį '{{dashboardTitle}}' padaryti privačiu?",
+        "make-private-dashboard-text": "Po patvirtinimo, skydelis taps privačiu ir jo nematys kiti vartotojai.",
+        "make-private-dashboard": "Skydelį padaryti privačiu",
+        "socialshare-text": "'{{dashboardTitle}}' powered by ThingsBoard",
+        "socialshare-title": "'{{dashboardTitle}}' powered by ThingsBoard",
+        "select-dashboard": "Pasirinkite skydelį",
+        "no-dashboards-matching": "Skydelio, atitinkančio '{{entity}}' nėra.",
+        "dashboard-required": "Skydelis būtinas.",
+        "select-existing": "Pasirinkite egzistuojantį skydelį",
+        "create-new": "Sukurti naują skydelį",
+        "new-dashboard-title": "Naujas skydelio pavadinimas",
+        "open-dashboard": "Atidaryti skydelį",
+        "set-background": "Nustatyti foną",
+        "background-color": "Fono spalva",
+        "background-image": "Fono paveikslėlis",
+        "background-size-mode": "Fono dydis",
+        "no-image": "Paveikslėlis nepasirinktas",
+        "empty-image": "Nėra paveikslėlio",
+        "drop-image": "Užvilkite paveikslėlį arba spustelėkite ir pasirinkite failą.",
+        "maximum-upload-file-size": "Maksimalus įkeliamo failo dydis: {{ size }}",
+        "cannot-upload-file": "Failo įkelti nepavyko",
+        "settings": "Nustatymai",
+        "layout-settings": "Išdėstymo nustatymai",
+        "columns-count": "Stulpelių skaičius",
+        "columns-count-required": "Stulpelių skaičius būtinas.",
+        "min-columns-count-message": "Minimalus stulpelių skaičius - 10.",
+        "max-columns-count-message": "Maksimalus stulpelių skaičius - 1000.",
+        "widgets-margins": "Paraštės tarp valdiklių dysis",
+        "margin-required": "Paraštės dydžio reikšmė būtina.",
+        "min-margin-message": "Minimali paraštės dydžio reikšmė - 0.",
+        "max-margin-message": "Maksimali paraštės dydžio reikšmė - 50.",
+        "horizontal-margin": "Horizontalios paraštės dydis",
+        "horizontal-margin-required": "Horizontalios paraštės dydžio reikšmė būtina.",
+        "min-horizontal-margin-message": "Minimali horizontalios paraštės dydžio reikšmė - 0",
+        "max-horizontal-margin-message": "Maksimali horizontalios paraštės dydžio reikšmė - 50.",
+        "vertical-margin": "Vertikalios paraštės dydis",
+        "vertical-margin-required": "Vertikalios paraštės dydžio reikšmė būtina.",
+        "min-vertical-margin-message": "Minimali vertikalios paraštės dydžio reikšmė - 0.",
+        "max-vertical-margin-message": "Maksimali vertikalios paraštės dydžio reikšmė - 50.",
+        "apply-outer-margin": "Taikyti paraštes maketo šonuose",
+        "autofill-height": "Automatiškai pritaikyti aukštį",
+        "mobile-layout": "Mobiliojo režimo išdėstymo nustatymai",
+        "mobile-row-height": "Mobiliojo režimo eilutės aukštis pikseliais",
+        "mobile-row-height-required": "Mobiliojo režimo eilutės aukštis būtinas.",
+        "min-mobile-row-height-message": "Minimalus mobiliojo režimo eilutės aukštis yra 5 pikseliai.",
+        "max-mobile-row-height-message": "Maksimalus mobiliojo režimo eilutės aukštis yra 200 pikselių.",
+        "title-settings": "Pavadinimo nustatymai",
+        "display-title": "Rodyt skydelio pavadinimą",
+        "title-color": "Pavadinimo spalva",
+        "toolbar-settings": "Įrankių juostos nustatymai",
+        "hide-toolbar": "Paslėpti įrankių juostą",
+        "toolbar-always-open": "Įrankių juostą laikyti atdarytą",
+        "display-dashboards-selection": "Rodyti skydelių pasirinkimą",
+        "display-entities-selection": "Rodyti subjektų pasirinkimą",
+        "display-filters": "Rodyti filtrus",
+        "display-dashboard-timewindow": "Rodyti laiko langą",
+        "display-dashboard-export": "Rodyti eksportą",
+        "display-update-dashboard-image": "Display update dashboard image",
+        "dashboard-logo-settings": "Dashboard logo settings",
+        "display-dashboard-logo": "Display logo in dashboard fullscreen mode",
+        "dashboard-logo-image": "Dashboard logo image",
+        "advanced-settings": "Advanced settings",
+        "dashboard-css": "Dashboard CSS",
+        "import": "Importuoti skydelį",
+        "export": "Eksportuoti skydelį",
+        "export-failed-error": "Skydelio importuoti nepavyko: {{error}}",
+        "export-pdf": "Eksportuoti kaip PDF",
+        "export-png": "Eksportuoti kaip PNG",
+        "export-jpg": "Eksportuoti kaip JPEG",
+        "export-json-config": "Eksportuoti JSON konfigūraciją",
+        "download-dashboard-progress": "Generuojamas skydelis {{reportType}} ...",
+        "create-new-dashboard": "Sukurti naują skydelį",
+        "dashboard-file": "Skydelio failas",
+        "invalid-dashboard-file-error": "Skydelio importuoti nepavyko: neteisinga duomenų struktūra.",
+        "dashboard-import-missing-aliases-title": "Konfigūruoti importuoto skydelio naudojamus pseudonimus",
+        "create-new-widget": "Sukurti naują valdiklį",
+        "import-widget": "importuoti valdiklį",
+        "widget-file": "valdiklio failas",
+        "invalid-widget-file-error": "Valdiklio importuoti nepavyko: neteisinga duomenų struktūra.",
+        "widget-import-missing-aliases-title": "Konfigūruoti importuoto valdiklio naudojamus pseudonimus",
+        "open-toolbar": "Atidaryti skydelio įrankių juostą",
+        "close-toolbar": "Uždaryti įrankių juostą",
+        "configuration-error": "Konfigūracijos klaida",
+        "alias-resolution-error-title": "Skydelio pseudonimų konfigūracijos klaida",
+        "invalid-aliases-config": "Įrenginių, atitinkančių pseudonimų filtrus, nėra.
Susisiekite su sistemos administratoriumi.",
+        "select-devices": "Pasirinkite įrenginius",
+        "assignedToCustomer": "Priskirta klientui",
+        "assignedToCustomers": "Priskirta klientams",
+        "public": "Viešas",
+        "copyId": "Kopijuoti skydelio Id",
+        "idCopiedMessage": "Skydelio Id nukopijuotas į iškarpinę",
+        "public-link": "Vieša nuoroda",
+        "copy-public-link": "Kopijuoti viešą nuorodą",
+        "public-link-copied-message": "Skydelio vieša nuoroda nukopijuota į iškarpinę",
+        "manage-states": "Valdyti skydelio būsenas",
+        "states": "Skydelio būsenos",
+        "states-short": "Būsenos",
+        "search-states": "Skydelio būsenų paieška",
+        "selected-states": "Pasirinkta skydelio { count, plural, =1 {1 būsena} other {# būsenos} }",
+        "edit-state": "Redaguoti skydelio būseną",
+        "delete-state": "Panaikinti skydelio būseną",
+        "add-state": "Pridėti skydelio būseną",
+        "no-states-text": "Būsenų nėra",
+        "state": "Skydelio būsena",
+        "state-name": "Pavadinimas",
+        "state-name-required": "Skydelio pavadinimas būtinas.",
+        "state-id": "Būsenos Id",
+        "state-id-required": "Būsenos Id būtinas.",
+        "state-id-exists": "Skydelio būsena su tokiu pačiu Id jau yra.",
+        "is-root-state": "Pagrindinė būsena",
+        "delete-state-title": "Panaikinti skydelio būseną",
+        "delete-state-text": "Ar tikrai norite panaikinti skydelio būseną '{{stateName}}'?",
+        "show-details": "Rodyti detales",
+        "hide-details": "Slėpti detales",
+        "select-state": "Pasirinkite būseną",
+        "state-controller": "Būsenų valdiklis",
+        "search": "Skydelių paieška",
+        "selected-dashboards": "Pasirinkta { count, plural, =1 {1 skydelis} other {# skydeliai} }",
+        "home-dashboard": "Pagrindinis skydelis",
+        "home-dashboard-hide-toolbar": "Slėpti pagrindinio skydelio įrankių juostą",
+        "select-group-to-add": "Pasirinkite grupę, prie kurios pridėti pažymėtus skydelius",
+        "select-group-to-move": "Pasirinkite grupę, į kurią perkelti pasirinktus skydelius",
+        "remove-dashboards-from-group": "Ar tikrai pašalinti { count, plural, =1 {1 skydelį} other {# skydelius} } iš grupės '{{entityGroup}}'?",
+        "group": "Skydelių grupė",
+        "list-of-groups": "{ count, plural, =1 {Viena skydelių grupė} other {Sąrašas # skydelių grupių} }",
+        "group-name-starts-with": "Skydelių grupės, kurių pavadinimai prasideda '{{prefix}}'",
+        "unassign-dashboard-from-edge-text": "After the confirmation the dashboard will be unassigned and won't be accessible by the edge.",
+        "unassign-dashboards-from-edge-title": "Are you sure you want to unassign { count, plural, =1 {1 dashboard} other {# dashboards} }?",
+        "unassign-dashboards-from-edge-text": "After the confirmation all selected dashboards will be unassigned and won't be accessible by the edge.",
+        "assign-dashboard-to-edge": "Assign Dashboard(s) To Edge",
+        "assign-dashboard-to-edge-text": "Please select the dashboards to assign to the edge",
+        "non-existent-dashboard-state-error": "Dashboard state with id \"{{ stateId }}\" is not found",
+        "edit-mode": "Edit mode"
+    },
+    "datakey": {
+        "settings": "Nustatymai",
+        "general": "Bendra",
+        "advanced": "Patyrusiam vartotojui",
+        "key": "Raktas",
+        "label": "Etiketė",
+        "color": "Spalva",
+        "units": "Specialieji simboliai, rodomi šalia reikšmės",
+        "decimals": "Skaičių kiekis po kablelio",
+        "data-generation-func": "Duomenų generavimo funkcija",
+        "use-data-post-processing-func": "Papildomo duomenų apdorojimo funkcija",
+        "configuration": "Duomenų raktų konfigūracija",
+        "timeseries": "Telemetrija",
+        "attributes": "Atributai",
+        "entity-field": "Subjekto laukas",
+        "alarm": "Įspėjimo laukai",
+        "timeseries-required": "Subjekto telemetrija būtina.",
+        "timeseries-or-attributes-required": "Subjekto telemetrija/atributai būtini.",
+        "alarm-fields-timeseries-or-attributes-required": "Įspėjimo laukai ar subjekto telemetrijos/atributai būtini.",
+        "maximum-timeseries-or-attributes": "Leidžiama daugiausiai { count, plural, =1 {1 viena telemetrija/atributas.} other {# telemetrijos/atributai} }",
+        "alarm-fields-required": "Įspėjimo laukai būtini.",
+        "function-types": "Funkcijų tipai",
+        "function-type": "Funkcijos tipas",
+        "function-types-required": "Funkcijos tipai būtini.",
+        "data-keys": "Duomenų raktai",
+        "data-key": "Duomenų raktas",
+        "data-keys-required": "Duomenų raktai būtini.",
+        "data-key-required": "Duomenų raktas būtinas.",
+        "alarm-keys": "Įspėjimo duomenų raktai",
+        "alarm-key": "Įspėjimo duomenų raktas",
+        "alarm-key-functions": "Alarm key functions",
+        "alarm-key-function": "Alarm key function",
+        "latest-keys": "Latest data keys",
+        "latest-key": "Latest data key",
+        "latest-key-functions": "Latest key functions",
+        "latest-key-function": "Latest key function",
+        "timeseries-keys": "Timeseries data keys",
+        "timeseries-key": "Timeseries data key",
+        "timeseries-key-functions": "Timeseries key functions",
+        "timeseries-key-function": "Timeseries key function",
+        "maximum-function-types": "Daugiausiai leidžiama { count, plural, =1 {1 funkcijos tipas.} other {# funkcijos tipai} }",
+        "time-description": "Dabartinės vertės laiko žyma;",
+        "value-description": "Dabartinė vertė;",
+        "prev-value-description": "Ankstesnio funkcijos kvietimo rezultatas;",
+        "time-prev-description": "Ankstesnės vertės laiko žyma;",
+        "prev-orig-value-description": "Pradinė ankstesnė vertė;",
+        "aggregation": "Agregavimas",
+        "aggregation-type-hint-common": "For performance reasons, the aggregated values calculation is available only for fixed time intervals like \"current day\", \"current month\", etc, and is not available for sliding window intervals like 'last 30 minutes' or 'last 24 hours'.",
+        "aggregation-type-none-hint": "Take latest value.",
+        "aggregation-type-min-hint": "Find minimum value among data points within a selected time window.",
+        "aggregation-type-max-hint": "Find maximum value among data points within a selected time window.",
+        "aggregation-type-avg-hint": "Calculate an average value among data points within a selected time window.",
+        "aggregation-type-sum-hint": "Sum all values of the data points within a selected time window.",
+        "aggregation-type-count-hint": "Total number of the data points within a selected time window.",
+        "delta-calculation": "Delta calculation",
+        "enable-delta-calculation": "Enable delta calculation",
+        "enable-delta-calculation-hint": "When enabled, the data key value is calculated based on the aggregated values for a selected time window and a specified comparison period. For performance reasons, the delta calculation is available only for history time windows and not for real-time values. For example, you may calculate the delta between the energy consumption for yesterday compared to the energy consumption for the day before yesterday.",
+        "delta-calculation-result": "Delta calculation result",
+        "delta-calculation-result-previous-value": "Previous value",
+        "delta-calculation-result-delta-absolute": "Delta (absolute)",
+        "delta-calculation-result-delta-percent": "Delta (percent)",
+        "source": "Source",
+        "latest": "Latest",
+        "latest-value": "Latest value",
+        "delta": "delta",
+        "percent": "percent",
+        "absolute": "absolute"
+    },
+    "datasource": {
+        "type": "Duomenų šaltinio tipas",
+        "name": "Pavadinimas",
+        "label": "Etiketė",
+        "add-datasource-prompt": "Pridėkite duomenų šaltinį"
+    },
+    "details": {
+        "details": "Informacija",
+        "edit-mode": "Redagavimo režimas",
+        "edit-json": "Redaguoti JSON",
+        "toggle-edit-mode": "Redagavimo režimas"
+    },
+    "device": {
+        "all": "Visi",
+        "all-devices": "Visi įrenginiai",
+        "groups": "Grupės",
+        "shared": "Bendrinami",
+        "device": "Įrenginys",
+        "device-required": "Įrenginys būtinas.",
+        "devices": "Įrenginiai",
+        "management": "Įrenginių valdymas",
+        "view-devices": "Peržiūrėti įrenginius",
+        "device-alias": "Įrenginio pseudonimas",
+        "device-type-max-length": "Įrenginio tipas negali viršyti 256 simbolių",
+        "aliases": "Įrenginių pseudonimai aliases",
+        "no-alias-matching": "'{{alias}}' nerasta.",
+        "no-aliases-found": "Pseudonimų nėra.",
+        "no-key-matching": "'{{key}}' nerasta.",
+        "no-keys-found": "Raktų nėra.",
+        "create-new-alias": "Sukurti naują!",
+        "create-new-key": "Sukurti naują!",
+        "duplicate-alias-error": "'{{alias}}' dubliuojasi.
Įrenginio pseudonimai skydelyje turi būti unikalūs.",
+        "configure-alias": "Sukonfigūruoti '{{alias}}' pseudonimą",
+        "no-devices-matching": "Įrenginių, attinkančių '{{entity}}' nėra.",
+        "alias": "Pseudonimas",
+        "alias-required": "Įrenginio pseudonimas būtinas.",
+        "remove-alias": "Panaikinti įrenginio pseudonimą",
+        "add-alias": "Pridėti įrenginio pseudonimą",
+        "name-starts-with": "Įrenginio pavadinimas prasideda",
+        "help-text": "Naudokite '%' simbolį pagal tai, kaip norite ieškoti: '%įrenginio_pavadinimo_fragmentas%', '%įrenginio_pavadinimo_pabaiga', 'įrenginio_pavadinimo_pradžia%'.",
+        "device-list": "Įrenginių sąrašas",
+        "use-device-name-filter": "Naudoti filtrą",
+        "device-list-empty": "Įrenginiai nepasirinkti.",
+        "device-name-filter-required": "Įrenginio pavadinimo filtras turi būti nustatytas.",
+        "device-name-filter-no-device-matched": "Įrenginių, kurių pavadinimas prasideda '{{device}}' nėra.",
+        "add": "Pridėti įrenginį",
+        "assign-to-customer": "Priskirti kientui",
+        "assign-device-to-customer": "Įrenginį (-ius) priskirti klientui",
+        "assign-device-to-customer-text": "Pasirinkite įrenginius, kuriuos norite priskirti klientui",
+        "make-public": "Įrenginį padaryti viešu",
+        "make-private": "Įrenginį padaryti privačiu",
+        "no-devices-text": "Įrenginių nėra",
+        "assign-to-customer-text": "Pasirinkite klientą, kuriam norite priskirti įrenginį (-ius)",
+        "device-details": "Įrenginio informacija",
+        "add-device-text": "Pridėti naują įrenginį",
+        "credentials": "Įgaliojimai",
+        "manage-credentials": "Valdyti įgaliojimus",
+        "delete": "Panaikinti įrenginį",
+        "assign-devices": "priskirti įrenginius",
+        "assign-devices-text": "Priskirti { count, plural, =1 {1 įrenginį} other {# įrenginius} } klientui",
+        "delete-devices": "Panaikinti įrenginius",
+        "unassign-from-customer": "Atseti nuo kliento",
+        "unassign-devices": "Atsieti įrenginius",
+        "unassign-devices-action-title": "Atsieti { count, plural, =1 {1 įrenginį} other {# įrenginius} } nuo kliento",
+        "unassign-device-from-edge-title": "Are you sure you want to unassign the device '{{deviceName}}'?",
+        "unassign-device-from-edge-text": "After the confirmation the device will be unassigned and won't be accessible by the edge.",
+        "unassign-devices-from-edge": "Unassign devices from edge",
+        "assign-new-device": "Priskirti naują įrenginį",
+        "make-public-device-title": "Ar tikrai norite įrenginį '{{deviceName}}' padaryti viešu?",
+        "make-public-device-text": "Po patvirtinimo įrenginys ir visi jo duomenys bus vieši ir prieinami kitiems vartotojams.",
+        "make-private-device-title": "Ar tikrai norite įrenginį '{{deviceName}}' padaryti privačiu?",
+        "make-private-device-text": "Po patvirtinimo įrenginys ir visi jo duomenys taps privatūs ir nebus prieinami kitiems vartotojams.",
+        "view-credentials": "Peržiūrėti įgaliojimus",
+        "delete-device-title": "Ar tikrai norite panaikinti įrenginį '{{deviceName}}'?",
+        "delete-device-text": "Būkite dėmesingi, po patvirtinimo įrenginys ir visa su juo susijusi informacija bus panaikinta ir jų atkurti nebegalėsite",
+        "delete-devices-title": "Ar tikrai norite panaikinti { count, plural, =1 {1 įrenginį} other {# įrenginius} }?",
+        "delete-devices-action-title": "Panaikinti { count, plural, =1 {1 įrenginį} other {# įrenginius} }",
+        "delete-devices-text": "Būkite dėmesingi, po patvirtinimo, visi pasirinkti įrenginiai ir su jais susijusi informacija bus panaikinta ir jų atkurti nebegalėsite.",
+        "unassign-device-title": "Ar tikrai norite atsieti įrenginį '{{deviceName}}'?",
+        "unassign-device-text": "Po patvirtinimo įrenginys bus atsietas ir klientas jo nebematys.",
+        "unassign-device": "Atsieti įrenginį",
+        "unassign-devices-title": "Ar tikrai norite atsieti { count, plural, =1 {1 įrenginį} other {# įrenginius} }?",
+        "unassign-devices-text": "Po patvirtinimo visi pasirinkti įrenginiai bus atsieti nuo kliento.",
+        "device-credentials": "įrenginio įgaliojimai",
+        "loading-device-credentials": "Įkeliami įrenginio įgaliojimai...",
+        "credentials-type": "Įgaliojimų tipas",
+        "access-token": "Prieigos raktas",
+        "access-token-required": "Prieigos raktas būtinas.",
+        "access-token-invalid": "Prieigos rakto ilgis turi būti nuo 1 iki 32 simbolių.",
+        "certificate-pem-format": "Certificate in PEM format",
+        "certificate-pem-format-required": "Certificate is required.",
+        "copy-access-token": "Copy Access token",
+        "copy-certificate": "Copy Certificate",
+        "copy-client-id": "Copy Client ID",
+        "copy-user-name": "Copy User name",
+        "copy-password": "Copy Password",
+        "generate-client-id": "Generate Client ID",
+        "generate-user-name": "Generate User name",
+        "generate-password": "Generate Password",
+        "generate-access-token": "Generate Access Token",
+        "lwm2m-security-config": {
+            "identity": "Client Identity",
+            "identity-required": "Client Identity is required.",
+            "identity-tooltip": "The PSK identifier is an arbitrary PSK identifier up to 128 bytes, as described in the standard [RFC7925].\nThe PSK identifier MUST first be converted to a character string and then encoded into octets using UTF-8.",
+            "client-key": "Client Key",
+            "client-key-required": "Client Key is required.",
+            "client-key-tooltip-prk": "RPK public key or id must be in the standard [RFC7250] and encoded to Base64 format!",
+            "client-key-tooltip-psk": "PSK key must be in the standard [RFC4279] and HexDec format: 32, 64, 128 characters!",
+            "endpoint": "Endpoint Client Name",
+            "endpoint-required": "Endpoint Client Name is required.",
+            "client-public-key": "Client public key",
+            "client-public-key-hint": "If client public key is empty, the trusted certificate will be used",
+            "client-public-key-tooltip": "X509 public key must be in DER-encoded X509v3 format and support exclusively EC algorithm and then encoded to Base64 format!",
+            "mode": "Security config mode",
+            "client-tab": "Client Security Config",
+            "client-certificate": "Client certificate",
+            "bootstrap-tab": "Bootstrap Client",
+            "bootstrap-server": "Bootstrap Server",
+            "lwm2m-server": "LwM2M Server",
+            "client-publicKey-or-id": "Client Public Key or Id",
+            "client-publicKey-or-id-required": "Client Public Key or Id is required.",
+            "client-publicKey-or-id-tooltip-psk": "The PSK identifier is an arbitrary PSK identifier up to 128 bytes, as described in the standard [RFC7925].\nThe PSK identifier MUST first be converted to a character string and then encoded into octets using UTF-8.",
+            "client-publicKey-or-id-tooltip-rpk": "RPK public key or id must be in the standard [RFC7250] and encoded to Base64 format!",
+            "client-publicKey-or-id-tooltip-x509": "X509 public key must be in DER-encoded X509v3 format and support exclusively EC algorithm and then encoded to Base64 format",
+            "client-secret-key": "Client Secret Key",
+            "client-secret-key-required": "Client Secret Key is required.",
+            "client-secret-key-tooltip-psk": "PSK key must be in the standard [RFC4279] and HexDec format: 32, 64, 128 characters!",
+            "client-secret-key-tooltip-prk": "RPK secret key must be in PKCS_8 format (DER encoding, standard [RFC5958]) and then encoded to Base64 format!",
+            "client-secret-key-tooltip-x509": "X509 secret key must be in PKCS_8 format (DER encoding, standard [RFC5958]) and then encoded to Base64 format!"
+        },
+        "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": "Secret",
+        "secret-required": "Secret is required.",
+        "device-type": "Įrenginio tipas",
+        "device-type-required": "Įrenginio tipas būtinas.",
+        "select-device-type": "Pasirinkite įrenginio tipą",
+        "enter-device-type": "Įveskite įrenginio tipą",
+        "any-device": "Bet kuris įrenginys",
+        "no-device-types-matching": "Įrenginio tipų, atitinkančių '{{entitySubtype}}', nėra.",
+        "device-type-list-empty": "Nepasirinktas įrenginio tipas!",
+        "device-types": "Įrenginių tipai",
+        "name": "Pavadinimas",
+        "name-required": "Pavadinimas būtinas.",
+        "name-max-length": "Pavadinimas negali viršyti 256 simbolių",
+        "label-max-length": "Etiketė negali viršyti 256 simbolių",
+        "description": "Aprašymas",
+        "label": "Etiketė",
+        "events": "Įvykiai",
+        "details": "Informacija",
+        "copyId": "Kopijuoti įrenginio Id",
+        "copyAccessToken": "Kopijuoti prieigos raktą",
+        "copy-mqtt-authentication": "Copy MQTT credentials",
+        "idCopiedMessage": "Įrenginio Id nukopijuotas į iškarpinę",
+        "accessTokenCopiedMessage": "Įrenginio prieigos raktas nukopijuotas į iškarpinę",
+        "mqtt-authentication-copied-message": "Device MQTT authentication has been copied to clipboard",
+        "assignedToCustomer": "Priskirtas klientui",
+        "unable-delete-device-alias-title": "Įrenginio pseudonimo panaikinti nepavyko",
+        "unable-delete-device-alias-text": "Įrenginio pseudonimas '{{deviceAlias}}' nes jis naudojamas šiuose valdikliuose:
{{widgetsList}}",
+        "is-gateway": "Is gateway",
+        "overwrite-activity-time": "Overwrite activity time for connected device",
+        "device-filter": "Įrenginių filtras",
+        "device-filter-title": "Įrenginių filtras",
+        "filter-title": "Filtras",
+        "device-state": "Įrenginio būsena",
+        "state": "Būsena",
+        "any": "Visos",
+        "active": "Aktyvus",
+        "inactive": "Neaktyvus",
+        "public": "Viešas",
+        "device-public": "Įrenginys yra viešas",
+        "select-device": "Pasirinkite įrenginį",
+        "select-group-to-add": "Pasirinkite grupę, į kurią norite pridėti pažymėtus įrenginius",
+        "select-group-to-move": "Pasirinkite grupę, į kurią norite perkelti pažymėtus įrenginius",
+        "remove-devices-from-group": "Ar tikrai norite iš grupės '{{entityGroup}}' pašalinti { count, plural, =1 {1 įrenginį} other {# įrenginius} }?",
+        "group": "Įrenginių grupė",
+        "list-of-groups": "{ count, plural, =1 {Viena įrenginio grupė} other {# įrenginių grupių sąrašas} }",
+        "group-name-starts-with": "Įrenginių grupės, kurių pavadinimai prasideda '{{prefix}}'",
+        "import": "Importuoti įrenginį",
+        "device-file": "Įrenginio failas",
+        "search": "Įrenginių paieška",
+        "selected-devices": "Pasirinkta { count, plural, =1 {1 įrenginys} other {# įrenginiai} }",
+        "device-configuration": "Įrenginių konfigūracija",
+        "transport-configuration": "Transport configuration",
+        "wizard": {
+            "device-details": "Informacija apie įrenginį"
+        },
+        "unassign-devices-from-edge-title": "Are you sure you want to unassign { count, plural, =1 {1 device} other {# devices} }?",
+        "unassign-devices-from-edge-text": "After the confirmation all selected devices will be unassigned and won't be accessible by the edge.",
+        "time": "Time",
+        "connectivity": {
+            "check-connectivity": "Check connectivity",
+            "device-created-check-connectivity": "Device created. Let's check connectivity!",
+            "loading-check-connectivity-command": "Loading check connectivity commands...",
+            "use-following-instructions": "Use the following instructions for sending telemetry on behalf of the device using shell",
+            "execute-following-command": "Execute the following command",
+            "install-curl-windows": "Starting Windows 10 b17063, cURL is available by default",
+            "install-curl-macos": "Starting Mac OS X 10.2 6C115 (Jaguar), cURL is available by default",
+            "install-mqtt-windows": "Use the instructions to download, install, setup and run mosquitto_pub",
+            "install-coap-client": "Use the instructions to download, install, setup and run coap-client",
+            "install-necessary-client-tools": "Install necessary client tools",
+            "mqtts-x509-command": "Use the following documentation to connect the device via MQTT with authorization X509",
+            "coaps-x509-command": "Use the following documentation to connect the device via CoAP over DTLS with authorization X509",
+            "snmp-command": "Use the following documentation to connect the device through the SNMP.",
+            "sparkplug-command": "Use the following documentation to connect the device through the MQTT Sparkplug.",
+            "lwm2m-command": "Use the following documentation to connect the device through the LWM2M."
+        }
+    },
+    "asset-profile": {
+        "asset-profile": "Profilis",
+        "asset-profiles": "Asset profiles",
+        "all-asset-profiles": "Visi",
+        "add": "Add asset profile",
+        "edit": "Edit asset profile",
+        "asset-profile-details": "Asset profile details",
+        "no-asset-profiles-text": "No asset profiles found",
+        "search": "Search asset profiles",
+        "selected-asset-profiles": "{ count, plural, =1 {1 asset profile} other {# asset profiles} } selected",
+        "no-asset-profiles-matching": "No asset profile matching '{{entity}}' were found.",
+        "asset-profile-required": "Asset profile is required",
+        "idCopiedMessage": "Asset profile Id has been copied to clipboard",
+        "set-default": "Make asset profile default",
+        "delete": "Delete asset profile",
+        "copyId": "Copy asset profile Id",
+        "name-max-length": "Name should be less than 256",
+        "new-device-profile-name": "Asset profile name",
+        "new-device-profile-name-required": "Asset profile name is required.",
+        "name": "Name",
+        "name-required": "Name is required.",
+        "image": "Asset profile image",
+        "description": "Description",
+        "default": "Default",
+        "default-rule-chain": "Default rule chain",
+        "default-edge-rule-chain": "Default edge rule chain",
+        "default-edge-rule-chain-hint": "Used on edge as rule chain to process incoming data for assets of this asset profile",
+        "mobile-dashboard": "Mobile dashboard",
+        "mobile-dashboard-hint": "Used by mobile application as a asset details dashboard",
+        "select-queue-hint": "Select from a drop-down list.",
+        "delete-asset-profile-title": "Are you sure you want to delete the asset profile '{{assetProfileName}}'?",
+        "delete-asset-profile-text": "Be careful, after the confirmation the asset profile and all related data will become unrecoverable.",
+        "delete-asset-profiles-title": "Are you sure you want to delete { count, plural, =1 {1 asset profile} other {# asset profiles} }?",
+        "delete-asset-profiles-text": "Be careful, after the confirmation all selected asset profiles will be removed and all related data will become unrecoverable.",
+        "set-default-asset-profile-title": "Are you sure you want to make the asset profile '{{assetProfileName}}' default?",
+        "set-default-asset-profile-text": "After the confirmation the asset profile will be marked as default and will be used for new assets with no profile specified.",
+        "no-asset-profiles-found": "No asset profiles found.",
+        "create-new-asset-profile": "Create a new one!",
+        "create-asset-profile": "Create new asset profile",
+        "import": "Import asset profile",
+        "export": "Export asset profile",
+        "export-failed-error": "Unable to export asset profile: {{error}}",
+        "asset-profile-file": "Asset profile file",
+        "invalid-asset-profile-file-error": "Unable to import asset profile: Invalid asset profile data structure."
+    },
+    "device-profile": {
+        "device-profile": "Profilis",
+        "device-profiles": "Device profiles",
+        "all-device-profiles": "Visi",
+        "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",
+        "name-max-length": "Name should be less than 256",
+        "name": "Name",
+        "name-required": "Name is required.",
+        "type": "Profile type",
+        "type-required": "Profile type is required.",
+        "type-default": "Default",
+        "image": "Device profile image",
+        "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-coap": "CoAP",
+        "transport-type-coap-hint": "Enables advanced CoAP transport settings",
+        "transport-type-lwm2m": "LWM2M",
+        "transport-type-lwm2m-hint": "LWM2M transport type",
+        "transport-type-snmp": "SNMP",
+        "transport-type-snmp-hint": "Specify SNMP transport configuration",
+        "transport-type-http": "HTTP",
+        "description": "Description",
+        "default": "Default",
+        "profile-configuration": "Profile configuration",
+        "transport-configuration": "Transport configuration",
+        "default-rule-chain": "Default rule chain",
+        "default-edge-rule-chain": "Default edge rule chain",
+        "default-edge-rule-chain-hint": "Used on edge as rule chain to process incoming data for devices of this device profile",
+        "mobile-dashboard": "Mobile dashboard",
+        "mobile-dashboard-hint": "Used by mobile application as a device details dashboard",
+        "select-queue-hint": "Select from a drop-down list.",
+        "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 including associated OTA updates 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 including associated OTA updates 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-topic-filters-spark-plug": "MQTT Sparkplug B Edge of Network (EoN) node.",
+        "mqtt-device-topic-filters-spark-plug-hint": "Allow connections from EoN nodes with Sparkplug B payload and topic format.",
+        "mqtt-device-topic-filters-spark-plug-attribute-metric-names": "SparkPlug metrics to store as attributes.",
+        "mqtt-device-topic-filters-spark-plug-attribute-metric-names-hint": "Names of SparkPlug metrics that will be stored as device attributes. All other metrics will be stored as device telemetry.",
+        "mqtt-device-payload-type": "MQTT device payload",
+        "mqtt-device-payload-type-json": "JSON",
+        "mqtt-device-payload-type-proto": "Protobuf",
+        "mqtt-enable-compatibility-with-json-payload-format": "Enable compatibility with other payload formats.",
+        "mqtt-enable-compatibility-with-json-payload-format-hint": "When enabled, the platform will use a Protobuf payload format by default. If parsing fails, the platform will attempt to use JSON payload format. Useful for backward compatibility during firmware updates. For example, the initial release of the firmware uses Json, while the new release uses Protobuf. During the process of firmware update for the fleet of devices, it is required to support both Protobuf and JSON simultaneously. The compatibility mode introduces slight performance degradation, so it is recommended to disable this mode once all devices are updated.",
+        "mqtt-use-json-format-for-default-downlink-topics": "Use Json format for default downlink topics",
+        "mqtt-use-json-format-for-default-downlink-topics-hint": "When enabled, the platform will use Json payload format to push attributes and RPC via the following topics: v1/devices/me/attributes/response/$request_id, v1/devices/me/attributes, v1/devices/me/rpc/request/$request_id, v1/devices/me/rpc/response/$request_id. This setting does not impact attribute and rpc subscriptions sent using new (v2) topics: v2/a/res/$request_id, v2/a, v2/r/req/$request_id, v2/r/res/$request_id. Where $request_id is an integer request identifier.",
+        "mqtt-send-ack-on-validation-exception": "Send PUBACK on PUBLISH message validation failure",
+        "mqtt-send-ack-on-validation-exception-hint": "By default, the platform will close the MQTT session on message validation failure. When enabled, the platform will send publish acknowledgment instead of closing the session.",
+        "snmp-add-mapping": "Add SNMP mapping",
+        "snmp-mapping-not-configured": "No mapping for OID to timeseries/telemetry configured",
+        "snmp-timseries-or-attribute-name": "Timeseries/attribute name for mapping",
+        "snmp-timseries-or-attribute-type": "Timeseries/attribute type for mapping",
+        "snmp-method-pdu-type-get-request": "GetRequest",
+        "snmp-method-pdu-type-get-next-request": "GetNextRequest",
+        "snmp-oid": "OID",
+        "transport-device-payload-type-json": "JSON",
+        "transport-device-payload-type-proto": "Protobuf",
+        "mqtt-payload-type-required": "Payload type is required.",
+        "coap-device-type": "CoAP device type",
+        "coap-device-payload-type": "CoAP device payload",
+        "coap-device-type-required": "CoAP device type is required.",
+        "coap-device-type-default": "Default",
+        "coap-device-type-efento": "Efento NB-IoT",
+        "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 publish topic filter",
+        "attributes-subscribe-topic-filter": "Attributes subscribe topic filter",
+        "attributes-topic-filter-required": "Attributes publish topic filter is required.",
+        "attributes-subscribe-topic-filter-required": "Attributes subscribe topic 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-proto-schema": "RPC response proto schema",
+        "rpc-response-proto-schema-required": "RPC response proto schema is required.",
+        "rpc-response-topic-filter": "RPC response topic filter",
+        "rpc-response-topic-filter-required": "RPC response topic filter is required.",
+        "rpc-request-proto-schema": "RPC request proto schema",
+        "rpc-request-proto-schema-required": "RPC request proto schema is required.",
+        "rpc-request-proto-schema-hint": "RPC request message should always have fields: string method = 1; int32 requestId = 2; and params = 3 of any data type.",
+        "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.",
+        "alarm-type-max-length": "Alarm type should be less than 256",
+        "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",
+        "alarm-rule-details-hint": "Hint: use ${keyName} to substitute values of the attribute or telemetry keys that are used in alarm rule condition.",
+        "add-alarm-rule-details": "Add details",
+        "alarm-rule-mobile-dashboard": "Mobile dashboard",
+        "alarm-rule-mobile-dashboard-hint": "Used by mobile application as an alarm details dashboard",
+        "alarm-rule-no-mobile-dashboard": "No dashboard selected",
+        "propagate-alarm": "Propagate alarm to related entities",
+        "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.",
+        "propagate-alarm-to-owner": "Propagate alarm to entity owner (Customer or Tenant)",
+        "propagate-alarm-to-owner-hierarchy": "Propagate alarm to entity owners hierarchy",
+        "propagate-alarm-to-tenant": "Propagate alarm to Tenant",
+        "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",
+        "provision-strategy-x509": {
+            "certificate-chain": "X509 Certificates Chain",
+            "certificate-chain-hint": "X.509 certificates strategy is used to provision devices by client certificates in two-way TLS communication.",
+            "allow-create-new-devices": "Create new devices",
+            "allow-create-new-devices-hint": "If selected new devices will be created and client certificate will be used as device credentials.",
+            "certificate-value": "Certificate in PEM format",
+            "certificate-value-required": "Certificate in PEM format is required",
+            "cn-regex-variable": "CN Regular Expression variable",
+            "cn-regex-variable-required": "CN Regular Expression variable is required",
+            "cn-regex-variable-hint": "Required to fetch device name from device's X509 certificate's common name."
+        },
+        "condition": "Condition",
+        "condition-type": "Condition type",
+        "condition-type-simple": "Simple",
+        "condition-type-duration": "Duration",
+        "condition-during": "During {{during}}",
+        "condition-during-dynamic": "During \"{{ attribute }}\" ({{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} }",
+        "condition-repeat-times-dynamic": "Repeats \"{ attribute }\" ({ 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.",
+        "create-device-profile": "Create new device profile",
+        "import": "Import device profile",
+        "export": "Export device profile",
+        "export-failed-error": "Unable to export device profile: {{error}}",
+        "device-profile-file": "Device profile file",
+        "invalid-device-profile-file-error": "Unable to import device profile: Invalid device profile data structure.",
+        "power-saving-mode": "Power Saving Mode",
+        "power-saving-mode-type": {
+            "default": "Use device profile power saving mode",
+            "psm": "Power Saving Mode (PSM)",
+            "drx": "Discontinuous Reception (DRX)",
+            "edrx": "Extended Discontinuous Reception (eDRX)"
+        },
+        "edrx-cycle": "eDRX cycle",
+        "edrx-cycle-required": "eDRX cycle is required.",
+        "edrx-cycle-pattern": "eDRX cycle must be a positive integer.",
+        "edrx-cycle-min": "Minimum number of eDRX cycle is {{ min }} seconds.",
+        "paging-transmission-window": "Paging Transmission Window",
+        "paging-transmission-window-required": "Paging transmission window is required.",
+        "paging-transmission-window-pattern": "Paging transmission window must be a positive integer.",
+        "paging-transmission-window-min": "Minimum number ofpPaging transmission window is {{ min }} seconds.",
+        "psm-activity-timer": "PSM Activity Timer",
+        "psm-activity-timer-required": "PSM activity timer is required.",
+        "psm-activity-timer-pattern": "PSM activity timer must be a positive integer.",
+        "psm-activity-timer-min": "Minimum number of PSM activity timer is {{ min }} seconds.",
+        "lwm2m": {
+            "object-list": "Object list",
+            "object-list-empty": "No objects selected.",
+            "no-objects-found": "No objects found.",
+            "no-objects-matching": "No objects matching '{{object}}' were found.",
+            "model-tab": "LWM2M Model",
+            "add-new-instances": "Add new instances",
+            "instances-list": "Instances list",
+            "instances-list-required": "Instances list is required.",
+            "instance-id-pattern": "Instance id must be a positive integer.",
+            "instance-id-max": "Maximum instance id value {{max}}.",
+            "instance": "Instance",
+            "resource-label": "#ID Resource name",
+            "observe-label": "Observe",
+            "attribute-label": "Attribute",
+            "telemetry-label": "Telemetry",
+            "edit-observe-select": "To edit observe select telemetry or attribute",
+            "edit-attributes-select": "To edit attributes select telemetry or attribute",
+            "no-attributes-set": "No attributes set",
+            "key-name": "Key name",
+            "key-name-required": "Key name is required",
+            "attribute-name": "Name attribute",
+            "attribute-name-required": "Name attribute is required.",
+            "attribute-value": "Attribute value",
+            "attribute-value-required": "Attribute value is required.",
+            "attribute-value-pattern": "Attribute value must be a positive integer.",
+            "edit-attributes": "Edit attributes: {{ name }}",
+            "view-attributes": "View attributes: {{ name }}",
+            "add-attribute": "Add attribute",
+            "edit-attribute": "Edit attribute",
+            "view-attribute": "View attribute",
+            "remove-attribute": "Remove attribute",
+            "delete-server-text": "Be careful, after the confirmation the server configuration will become unrecoverable.",
+            "delete-server-title": "Are you sure you want to delete the server?",
+            "mode": "Security config mode",
+            "bootstrap-tab": "Bootstrap",
+            "bootstrap-server-legend": "Bootstrap Server (ShortId...)",
+            "lwm2m-server-legend": "LwM2M Server (ShortId...)",
+            "server": "Server",
+            "short-id": "Short server ID",
+            "short-id-tooltip": "Server short Id. Used as link to associate server Object Instance.\nThis identifier uniquely identifies each LwM2M Server configured for the LwM2M Client.\nResource MUST be set when the Bootstrap-Server Resource has a value of 'false'.\nThe values ID:0 and ID:65535 values MUST NOT be used for identifying the LwM2M Server.",
+            "short-id-required": "Short server ID is required.",
+            "short-id-range": "Short server ID should be in a range from 1 to 65534.",
+            "short-id-pattern": "Short server ID must be a positive integer.",
+            "lifetime": "Client registration lifetime",
+            "lifetime-required": "Client registration lifetime is required.",
+            "lifetime-pattern": "Client registration lifetime must be a positive integer.",
+            "default-min-period": "Min period between two notifications (s)",
+            "default-min-period-tooltip": "The default value the LwM2M Client should use for the Minimum Period of an Observation in the absence of this parameter being included in an Observation.",
+            "default-min-period-required": "Minimum period is required.",
+            "default-min-period-pattern": "Minimum period must be a positive integer.",
+            "notification-storing": "Notification storing when disabled or offline",
+            "binding": "Binding",
+            "binding-type": {
+                "u": "U: Client is reachable via the UDP binding at any time.",
+                "m": "M: Client is reachable via the MQTT binding at any time.",
+                "h": "H: Client is reachable via the HTTP binding at any time.",
+                "t": "T: Client is reachable via the TCP binding at any time.",
+                "s": "S: Client is reachable via the SMS binding at any time.",
+                "n": "N: Client MUST send the response to such a request over the Non-IP binding (is supported since LWM2M 1.1).",
+                "uq": "UQ: UDP connection in queue mode (is not supported since LWM2M 1.1)",
+                "uqs": "UQS: both UDP and SMS connections active; UDP in queue mode, SMS in standard mode (is not supported since LWM2M 1.1)",
+                "tq": "TQ: TCP connection in queue mode (is not supported since LWM2M 1.1)",
+                "tqs": "TQS: both TCP and SMS connections active; TCP in queue mode, SMS in standard mode (is not supported since LWM2M 1.1)",
+                "sq": "SQ: SMS connection in queue mode (is not supported since LWM2M 1.1)"
+            },
+            "binding-tooltip": "This is the list in the\"binding\" resource of the LwM2M server object - /1/x/7.\nIndicates the supported binding modes in the LwM2M Client.\nThis value SHOULD be the same as the value in the “Supported Binding and Modes” resource in the Device Object (/3/0/16).\nWhile multiple transports are supported, only one transport binding can be used during the entire Transport Session.\nAs an example, when UDP and SMS are both supported, the LwM2M Client and the LwM2M Server can choose to communicate either over UDP or SMS during the entire Transport Session.",
+            "bootstrap-server": "Bootstrap Server",
+            "lwm2m-server": "LwM2M Server",
+            "include-bootstrap-server": "Include Bootstrap Server updates",
+            "bootstrap-update-title": "You already have configured Bootstrap Server. Are you sure you want to exclude the updates?",
+            "bootstrap-update-text": "Be careful, after the confirmation the Bootstrap Server configuration data will become unrecoverable.",
+            "server-host": "Host",
+            "server-host-required": "Host is required.",
+            "server-port": "Port",
+            "server-port-required": "Port is required.",
+            "server-port-pattern": "Port must be a positive integer.",
+            "server-port-range": "Port should be in a range from 1 to 65535.",
+            "server-public-key": "Server Public Key",
+            "server-public-key-required": "Server Public Key is required.",
+            "client-hold-off-time": "Hold Off Time",
+            "client-hold-off-time-required": "Hold Off Time is required.",
+            "client-hold-off-time-pattern": "Hold Off Time must be a positive integer.",
+            "client-hold-off-time-tooltip": "Client Hold Off Time for use with a Bootstrap-Server only",
+            "account-after-timeout": "Account after the timeout",
+            "account-after-timeout-required": "Account after the timeout is required.",
+            "account-after-timeout-pattern": "Account after the timeout must be a positive integer.",
+            "account-after-timeout-tooltip": "Bootstrap-Server Account after the timeout value given by this resource.",
+            "server-type": "Server type",
+            "add-new-server-title": "Add new server config",
+            "add-server-config": "Add server config",
+            "add-lwm2m-server-config": "Add LwM2M server",
+            "no-config-servers": "No servers configured",
+            "others-tab": "Other settings",
+            "client-strategy": "Client strategy when connecting",
+            "client-strategy-label": "Strategy",
+            "client-strategy-only-observe": "Only Observe Request to the client after the initial connection",
+            "client-strategy-read-all": "Read All Resources & Observe Request to the client after registration",
+            "fw-update": "Firmware update",
+            "fw-update-strategy": "Firmware update strategy",
+            "fw-update-strategy-data": "Push firmware update as binary file using Object 19 and Resource 0 (Data)",
+            "fw-update-strategy-package": "Push firmware update as binary file using Object 5 and Resource 0 (Package)",
+            "fw-update-strategy-package-uri": "Auto-generate unique CoAP URL to download the package and push firmware update as Object 5 and Resource 1 (Package URI)",
+            "sw-update": "Software update",
+            "sw-update-strategy": "Software update strategy",
+            "sw-update-strategy-package": "Push binary file using Object 9 and Resource 2 (Package)",
+            "sw-update-strategy-package-uri": "Auto-generate unique CoAP URL to download the package and push software update using Object 9 and Resource 3 (Package URI)",
+            "fw-update-resource": "Firmware update CoAP resource",
+            "fw-update-resource-required": "Firmware update CoAP resource is required.",
+            "sw-update-resource": "Software update CoAP resource",
+            "sw-update-resource-required": "Software update CoAP resource is required.",
+            "config-json-tab": "Json Config Profile Device",
+            "attributes-name": {
+                "min-period": "Minimum period",
+                "max-period": "Maximum period",
+                "greater-than": "Greater than",
+                "less-than": "Less than",
+                "step": "Step",
+                "min-evaluation-period": "Minimum evaluation period",
+                "max-evaluation-period": "Maximum evaluation period"
+            },
+            "composite-operations-support": "Supports composite Read/Write/Observe operations"
+        },
+        "snmp": {
+            "add-communication-config": "Add communication config",
+            "add-mapping": "Add mapping",
+            "authentication-passphrase": "Authentication passphrase",
+            "authentication-passphrase-required": "Authentication passphrase is required.",
+            "authentication-protocol": "Authentication protocol",
+            "authentication-protocol-required": "Authentication protocol is required.",
+            "communication-configs": "Communication configs",
+            "community": "Community string",
+            "community-required": "Community string is required.",
+            "context-name": "Context name",
+            "data-key": "Data key",
+            "data-key-required": "Data key is required.",
+            "data-type": "Data type",
+            "data-type-required": "Data type is required.",
+            "engine-id": "Engine ID",
+            "host": "Host",
+            "host-required": "Host is required.",
+            "oid": "OID",
+            "oid-pattern": "Invalid OID format.",
+            "oid-required": "OID is required.",
+            "please-add-communication-config": "Please add communication config",
+            "please-add-mapping-config": "Please add mapping config",
+            "port": "Port",
+            "port-format": "Invalid port format.",
+            "port-required": "Port is required.",
+            "privacy-passphrase": "Privacy passphrase",
+            "privacy-passphrase-required": "Privacy passphrase is required.",
+            "privacy-protocol": "Privacy protocol",
+            "privacy-protocol-required": "Privacy protocol is required.",
+            "protocol-version": "Protocol version",
+            "protocol-version-required": "Protocol version is required.",
+            "querying-frequency": "Querying frequency, ms",
+            "querying-frequency-invalid-format": "Querying frequency must be a positive integer.",
+            "querying-frequency-required": "Querying frequency is required.",
+            "retries": "Retries",
+            "retries-invalid-format": "Retries must be a positive integer.",
+            "retries-required": "Retries is required.",
+            "scope": "Scope",
+            "scope-required": "Scope is required.",
+            "security-name": "Security name",
+            "security-name-required": "Security name is required.",
+            "timeout-ms": "Timeout, ms",
+            "timeout-ms-invalid-format": "Timeout must be a positive integer.",
+            "timeout-ms-required": "Timeout is required.",
+            "user-name": "User name",
+            "user-name-required": "User name is required."
+        }
+    },
+    "dialog": {
+        "close": "Uždaryti dialogo langą",
+        "error-message-title": "Klaidos pranešimas:",
+        "error-details-title": "Informacija apie klaidą"
+    },
+    "direction": {
+        "column": "Stulpelis",
+        "row": "Eilutė"
+    },
+    "edge": {
+        "all": "All",
+        "all-edges": "All edges",
+        "groups": "Groups",
+        "shared": "Shared",
+        "edge": "Edge",
+        "edge-instances": "Edge instances",
+        "instances": "Instances",
+        "edge-file": "Edge file",
+        "name-max-length": "Name should be less than 256",
+        "label-max-length": "Label should be less than 256",
+        "type-max-length": "Type should be less than 256",
+        "management": "Edge management",
+        "no-edges-matching": "No edges matching '{{entity}}' were found.",
+        "add": "Add Edge",
+        "no-edges-text": "No edges found",
+        "edge-details": "Edge details",
+        "add-edge-text": "Add new edge",
+        "delete": "Delete edge",
+        "delete-edge-title": "Are you sure you want to delete the edge '{{edgeName}}'?",
+        "delete-edge-text": "Be careful, after the confirmation the edge and all related data will become unrecoverable.",
+        "delete-edges-title": "Are you sure you want to edge { count, plural, =1 {1 edge} other {# edges} }?",
+        "delete-edges-text": "Be careful, after the confirmation all selected edges will be removed and all related data will become unrecoverable.",
+        "name": "Name",
+        "name-starts-with": "Edge name starts with",
+        "name-required": "Name is required.",
+        "edge-license-key": "Edge License Key",
+        "edge-license-key-required": "Edge License Key is required.",
+        "edge-license-key-max-length": "Edge License Key should be less than 31",
+        "edge-license-key-hint": "IMPORTANT NOTE: default edge license key provided only for evaluation purposes.
This key is active only for 30 days after the activation. White-labeling feature is disabled. 
To obtain your license key please navigate to the pricing page and select the best license option for your case.",
+        "cloud-endpoint": "Cloud Endpoint",
+        "cloud-endpoint-required": "Cloud Endpoint is required.",
+        "cloud-endpoint-max-length": "Cloud Endpoint should be less than 256",
+        "cloud-endpoint-hint": "Edge requires HTTP(s) access to Cloud (ThingsBoard PE) to verify the license key. Please specify Cloud URL that Edge is able to connect to.",
+        "description": "Description",
+        "details": "Details",
+        "events": "Events",
+        "copy-id": "Copy Edge Id",
+        "id-copied-message": "Edge Id has been copied to clipboard",
+        "sync": "Sync Edge",
+        "edge-required": "Edge required",
+        "edge-type": "Edge type",
+        "edge-type-required": "Edge type is required.",
+        "event-action": "Event action",
+        "entity-id": "Entity ID",
+        "select-edge-type": "Select edge type",
+        "assign-to-customer": "Assign to customer",
+        "assign-to-customer-text": "Please select the customer to assign the edge(s)",
+        "assign-edge-to-customer": "Assign Edge(s) To Customer",
+        "assign-edge-to-customer-text": "Please select the edges to assign to the customer",
+        "assignedToCustomer": "Assigned to customer",
+        "edge-public": "Edge is public",
+        "assigned-to-customer": "Assigned to: {{customerTitle}}",
+        "unassign-from-customer": "Unassign from customer",
+        "unassign-edge-title": "Are you sure you want to unassign the edge '{{edgeName}}'?",
+        "unassign-edge-text": "After the confirmation the edge will be unassigned and won't be accessible by the customer.",
+        "unassign-edges-title": "Are you sure you want to unassign { count, plural, =1 {1 edge} other {# edges} }?",
+        "unassign-edges-text": "After the confirmation all selected edges will be unassigned and won't be accessible by the customer.",
+        "make-public": "Make edge public",
+        "make-public-edge-title": "Are you sure you want to make the edge '{{edgeName}}' public?",
+        "make-public-edge-text": "After the confirmation the edge and all its data will be made public and accessible by others.",
+        "make-private": "Make edge private",
+        "public": "Public",
+        "make-private-edge-title": "Are you sure you want to make the edge '{{edgeName}}' private?",
+        "make-private-edge-text": "After the confirmation the edge and all its data will be made private and won't be accessible by others.",
+        "import": "Import edge",
+        "install-connect-instructions": "Install & Connect Instructions",
+        "install-connect-instructions-edge-created": "Edge created! Check Install & Connect Instructions",
+        "loading-edge-instructions": "Loading edge instructions...",
+        "label": "Label",
+        "load-entity-error": "Failed to load data. Entity has been deleted.",
+        "assign-new-edge": "Assign new edge",
+        "unassign-from-edge": "Unassign from edge",
+        "edge-key": "Edge key",
+        "copy-edge-key": "Copy Edge key",
+        "edge-key-copied-message": "Edge key has been copied to clipboard",
+        "edge-secret": "Edge secret",
+        "copy-edge-secret": "Copy Edge secret",
+        "edge-secret-copied-message": "Edge secret has been copied to clipboard",
+        "manage-assets": "Manage assets",
+        "manage-devices": "Manage devices",
+        "manage-entity-views": "Manage entity views",
+        "manage-dashboards": "Manage dashboards",
+        "manage-rulechains": "Manage rule chains",
+        "assets": "Edge assets",
+        "devices": "Edge devices",
+        "entity-views": "Edge entity views",
+        "dashboard": "Edge dashboard",
+        "dashboards": "Edge Dashboards",
+        "rulechain-templates": "Rule chain templates",
+        "edge-rulechain-templates": "Edge rule chain templates",
+        "converter-templates": "Converter templates",
+        "edge-converter-templates": "Edge converter templates",
+        "integration-templates": "Integration templates",
+        "edge-integration-templates": "Edge integration templates",
+        "rulechains": "Edge rule chains",
+        "integrations": "Integrations",
+        "search": "Search edges",
+        "selected-edges": "{ count, plural, =1 {1 edge} other {# edges} } selected",
+        "any-edge": "Any edge",
+        "no-edge-types-matching": "No edge types matching '{{entitySubtype}}' were found.",
+        "edge-type-list-empty": "No edge types selected.",
+        "edge-types": "Edge types",
+        "enter-edge-type": "Enter edge type",
+        "deployed": "Deployed",
+        "pending": "Pending",
+        "downlinks": "Downlinks",
+        "no-downlinks-prompt": "No downlinks found",
+        "sync-process-started-successfully": "Sync process started successfully!",
+        "missing-related-rule-chains-title": "Edge has missing related rule chain(s)",
+        "missing-related-rule-chains-text": "Assigned to edge rule chain(s) use rule nodes that forward message(s) to rule chain(s) that are not assigned to this edge. 
 List of missing rule chain(s): 
 {{missingRuleChains}}",
+        "widget-datasource-error": "This widget supports only EDGE entity datasource",
+        "assign-to-edge": "Assign to edge",
+        "assign-to-edge-title": "Assign Entity Group(s) to Edge",
+        "manage-edge-user-groups": "Manage edge user groups",
+        "manage-edge-asset-groups": "Manage edge asset groups",
+        "manage-edge-device-groups": "Manage edge device groups",
+        "manage-edge-entity-view-groups": "Manage edge entity view groups",
+        "manage-edge-dashboard-groups": "Manage edge dashboard groups",
+        "manage-edge-rule-chains": "Manage edge rule chains",
+        "manage-edge-integrations": "Manage edge integrations",
+        "manage-edge-scheduler-events": "Manage edge scheduler events",
+        "select-group-to-add": "Select target group to add selected edges",
+        "select-group-to-move": "Select target group to move selected edges",
+        "remove-edges-from-group": "Are you sure you want to remove { count, plural, =1 {1 edge} other {# edges} } from group '{entityGroup}'?",
+        "group": "Group of edges",
+        "list-of-groups": "{ count, plural, =1 {One edge group} other {List of # edge groups} }",
+        "group-name-starts-with": "Edge groups whose names start with '{{prefix}}'",
+        "unassign-entity-group-from-edge-title": "Are you sure you want to unassign the entity group '{{ entityGroupName }}'?",
+        "unassign-entity-group-from-edge-text": "After the confirmation the entity group will be unassigned and won't be accessible by the edge.",
+        "unassign-entity-group-from-edge": "Unassign entity group from edge",
+        "unassign-entity-groups-from-edge-title": "Are you sure you want to unassign {{count}} entity groups?",
+        "unassign-entity-groups-from-edge-text": "After the confirmation entity groups will be unassigned and won't be accessible by the edge.",
+        "unassign-entity-groups-from-edge": "Unassign entity groups from edge",
+        "unassign-scheduler-events-from-edge": "Unassign scheduler events from edge",
+        "unassign-scheduler-event-from-edge-title": "Are you sure you want to unassign scheduler event '{{schedulerEventName}}'?",
+        "unassign-scheduler-event-from-edge-text": "After the confirmation the scheduler event will be unassigned and won't be accessible by the edge.",
+        "unassign-scheduler-events-from-edge-title": "Are you sure you want to unassign { count, plural, =1 {1 scheduler event} other {# scheduler events} }?",
+        "unassign-scheduler-events-from-edge-text": "After the confirmation all selected scheduler events will be unassigned and won't be accessible by the edge.",
+        "manage-user-groups": "Manage user groups",
+        "manage-asset-groups": "Manage asset groups",
+        "manage-device-groups": "Manage device groups",
+        "manage-dashboard-groups": "Manage dashboard groups",
+        "manage-entity-view-groups": "Manage entity view groups",
+        "manage-scheduler-events": "Manage scheduler events",
+        "manage-integrations": "Manage integrations",
+        "assign-scheduler-event-to-edge-title": "Assign Scheduler Events To Edge",
+        "assign-scheduler-event-to-edge-text": "Please select the scheduler events to assign to the edge",
+        "assign-entity-groups-to-edge-text": "Please select the entity groups to assign to the edge",
+        "assign-integration-to-edge-title": "Assign Integrations To Edge",
+        "assign-integration-to-edge-text": "Please select the integrations to assign to the edge",
+        "missing-attributes-title": "Edge has missing attribute(s)",
+        "missing-attributes-text": "Integration(s), assigned to edge, have attribute placeholders that are not available on this edge. 
 List of missing edge attributes(s): 
 {{missingEdgeAttributes}}",
+        "missing-all-related-attributes-title": "Edge(s) have missing attribute(s)",
+        "missing-all-related-attributes-text": "Edge(s), related to integration, don't have attributes that are present inside integration configuration as attribute placeholders. 
 List of missing edge attributes(s): 
 {{missingEdgeAttributes}}",
+        "quick-overview-widget-header": "{{edgeName}} Quick Overview"
+    },
+    "edge-event": {
+        "type-dashboard": "Dashboard",
+        "type-asset": "Asset",
+        "type-device": "Device",
+        "type-device-profile": "Device Profile",
+        "type-asset-profile": "Asset Profile",
+        "type-entity-view": "Entity View",
+        "type-alarm": "Alarm",
+        "type-entity-group": "Entity Group",
+        "type-rule-chain": "Rule Chain",
+        "type-rule-chain-metadata": "Rule Chain Metadata",
+        "type-edge": "Edge",
+        "type-user": "User",
+        "type-tenant": "Tenant",
+        "type-tenant-profile": "Tenant Profile",
+        "type-customer": "Customer",
+        "type-relation": "Relation",
+        "type-widgets-bundle": "Widgets Bundle",
+        "type-widgets-type": "Widgets Type",
+        "type-admin-settings": "Admin Settings",
+        "type-ota-package": "Ota Package",
+        "type-queue": "Queue",
+        "type-scheduler-event": "Scheduler Event",
+        "type-white-labeling": "White Labeling",
+        "type-login-white-labeling": "Login White Labeling",
+        "type-custom-translation": "Custom Translation",
+        "type-role": "Role",
+        "type-group-permission": "Group Permission",
+        "type-integration": "Integration",
+        "type-converter": "Converter",
+        "action-type-added": "Added",
+        "action-type-deleted": "Deleted",
+        "action-type-updated": "Updated",
+        "action-type-post-attributes": "Post Attributes",
+        "action-type-attributes-updated": "Attributes Updated",
+        "action-type-attributes-deleted": "Attributes Deleted",
+        "action-type-timeseries-updated": "Timeseries Updated",
+        "action-type-credentials-updated": "Credentials Updated",
+        "action-type-assigned-to-customer": "Assigned to Customer",
+        "action-type-unassigned-from-customer": "Unassigned from Customer",
+        "action-type-relation-add-or-update": "Relation Add or Update",
+        "action-type-relation-deleted": "Relation Deleted",
+        "action-type-rpc-call": "RPC Call",
+        "action-type-alarm-ack": "Alarm Ack",
+        "action-type-alarm-clear": "Alarm Clear",
+        "action-type-alarm-assigned": "Alarm Assigned",
+        "action-type-alarm-unassigned": "Alarm Unassigned",
+        "action-type-assigned-to-edge": "Assigned to Edge",
+        "action-type-unassigned-from-edge": "Unassigned from Edge",
+        "action-type-credentials-request": "Credentials Request",
+        "action-type-entity-merge-request": "Entity Merge Request",
+        "action-type-added-to-entity-group": "Added to Entity Group",
+        "action-type-removed-from-entity-group": "Removed from Entity Group",
+        "action-type-change-owner": "Change owner"
+    },
+    "error": {
+        "unable-to-connect": "Nepavyksta prisijungti prie serverio! Patikrinkite interneto ryšį.",
+        "unhandled-error-code": "Neapdorotos klaidos kodas: {{errorCode}}",
+        "unknown-error": "Nežinoma klaida"
+    },
+    "entity": {
+        "entity": "Subjektas",
+        "entities": "Subjektai",
+        "entities-count": "Subjektų kiekis",
+        "alarms-count": "Įspėjimų kiekis",
+        "aliases": "Subjektų pseudonimai",
+        "aliases-short": "Pseudonimai",
+        "entity-alias": "Subjekto pseudonimas",
+        "unable-delete-entity-alias-title": "Subjekto pseudonimo panaikinti nepavyko",
+        "unable-delete-entity-alias-text": "Subjekto pseudonimas '{{entityAlias}}' negali būti panaikintas, nes jis naudojamas valdikliuose:
{{widgetsList}}",
+        "duplicate-alias-error": "Pseudonimas '{{alias}}' dubliuojasi.
Subjektų pseudonimai skydelyje negali kartotis.",
+        "missing-entity-filter-error": "Trūksta pseudonimo '{{alias}}' filtro.",
+        "configure-alias": "Konfigūruoti '{{alias}}' pseudonimą",
+        "alias": "Pseudonimas",
+        "alias-required": "Subjekto pseudonimas būtinas.",
+        "remove-alias": "Panaikinti subjekto pseudonimą",
+        "add-alias": "Pridėti subjekto pseudonimą",
+        "entity-list": "Subjektų sąrašas",
+        "entity-type": "Subjekto tipas",
+        "entity-types": "Subjektų tipai",
+        "entity-type-list": "Subjektų tipų sąrašas",
+        "any-entity": "Bet kuris subjektas",
+        "add-entity-type": "Pridėti subjekto tipą",
+        "enter-entity-type": "Įveskitesubjekto tipą",
+        "no-entities-matching": "Subjektų, atitinkančių '{{entity}}' nėra.",
+        "no-entity-types-matching": "Subjektų tipų, atitinkančių '{{entityType}}' nėra.",
+        "name-starts-with": "Pavadinimas prasideda",
+        "help-text": "naudokite simbolį '%' pagal tai, kaip norite ieškoti: '%subjekto_pavadinimo_fragmentas%', '%subjekto_pavadinimo_pabaiga', 'subjekto_pavadinimo_pradžia%'.",
+        "use-entity-name-filter": "Naudoti filtrą",
+        "entity-list-empty": "Subjektai nepasirinkti.",
+        "entity-type-list-required": "Nors vienas subjekto tipas turi būti pasirinktas.",
+        "entity-name-filter-required": "Subjekto vardo filtras būtinas.",
+        "entity-name-filter-no-entity-matched": "Subjektų, kurių pavadinimas prasideda '{{entity}}' nėra.",
+        "all-subtypes": "Visi",
+        "select-entities": "Pasirinkte subjektus",
+        "no-aliases-found": "Pseudonimų nėra.",
+        "no-alias-matching": "'{{alias}}' nėra.",
+        "create-new-alias": "Sukurti naują!",
+        "create-new": "Sukurti naują",
+        "key": "Raktas",
+        "key-name": "Rakto pavadinimas",
+        "no-keys-found": "Rakto nėra.",
+        "no-key-matching": "'{{key}}' nėra.",
+        "create-new-key": "Sukurti naują!",
+        "type": "Tipas",
+        "type-required": "Subjekto tipas būtinas.",
+        "type-device": "Įrenginys",
+        "type-devices": "Įrenginiai",
+        "list-of-devices": "{ count, plural, =1 {Vienas įrenginys} other {# įrenginių sąrašas} }",
+        "device-name-starts-with": "Įrenginiai, kurių pavadinimas prasideda '{{prefix}}'",
+        "type-device-profile": "Įrenginio profilis",
+        "type-device-profiles": "Device profiles",
+        "clear-selected-profiles": "Clear selected 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-profile": "Asset profile",
+        "type-asset-profiles": "Asset profiles",
+        "list-of-asset-profiles": "{ count, plural, =1 {One asset profile} other {List of # asset profiles} }",
+        "asset-profile-name-starts-with": "Asset profiles whose names start with '{{prefix}}'",
+        "type-asset": "Turtas",
+        "type-assets": "Turtas",
+        "list-of-assets": "{ count, plural, =1 {Turtas} other {# Turto sąrašas} }",
+        "asset-name-starts-with": "Turtas, kurio pavadinimas prasideda '{{prefix}}'",
+        "type-entity-view": "Subjekto rodinys",
+        "type-entity-views": "Subjektų rodinys",
+        "list-of-entity-views": "{ count, plural, =1 {Vienas subjekto rodinys} other {# Subjektų rodinių sąrašas} }",
+        "entity-view-name-starts-with": "Subjektų rodiniai, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-rule": "Taisyklė",
+        "type-rules": "Taisyklės",
+        "list-of-rules": "{ count, plural, =1 {Viena taisyklė} other {# Taisyklių sąrašas} }",
+        "rule-name-starts-with": "Taisyklės, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-plugin": "Papildinys",
+        "type-plugins": "Papildiniai",
+        "list-of-plugins": "{ count, plural, =1 {Vienas papildinys} other {# Papildinių sąrašas} }",
+        "plugin-name-starts-with": "Papildiniai, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-tenant": "Valdytojas",
+        "type-tenants": "valdytojai",
+        "list-of-tenants": "{ count, plural, =1 {Vienas valdytojas} other {# Valdytojų sąrašas} }",
+        "tenant-name-starts-with": "Valdytojai, kurių pavadinimai prasideda '{{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": "Klientas",
+        "type-customers": "Klientai",
+        "list-of-customers": "{ count, plural, =1 {Vienas klientas} other {# Klientų sąrašas} }",
+        "customer-name-starts-with": "Klientai, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-user": "Vartotojas",
+        "type-users": "Vartotojai",
+        "list-of-users": "{ count, plural, =1 {Vienas vartotojas} other {# Vartotojų sąrašas} }",
+        "user-name-starts-with": "Vartotojai, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-dashboard": "Skydelis",
+        "type-dashboards": "Skydeliai",
+        "list-of-dashboards": "{ count, plural, =1 {Vienas skydelis} other {# Skydelių sąrašas} }",
+        "dashboard-name-starts-with": "Skydeliai, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-alarm": "Įspėjimas",
+        "type-alarms": "Įspėjimai",
+        "list-of-alarms": "{ count, plural, =1 {Vienas įspėjimas} other {# Įspėjimų sąrašas} }",
+        "alarm-name-starts-with": "Įspėjimai, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-rulechain": "Taisyklių grandinė",
+        "type-rulechains": "Taisyklių grandinės",
+        "list-of-rulechains": "{ count, plural, =1 {Viena taisyklių grandinė} other {# Taisyklių grandinių sąrašas} }",
+        "rulechain-name-starts-with": "Taisyklių grandinės, kurų pavadinimai prasideda '{{prefix}}'",
+        "type-scheduler-event": "Tvarkaraščio įvykis",
+        "type-scheduler-events": "Tvarkaraščio įvykiai",
+        "list-of-scheduler-events": "{ count, plural, =1 {Vienas tvarkaraščio įvykis} other {# Tvarkaraščio įvykių sąrašas} }",
+        "scheduler-event-name-starts-with": "Tvarkaraščio įvykiai, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-blob-entity": "Blob entity",
+        "type-blob-entities": "Blob entities",
+        "list-of-blob-entities": "{ count, plural, =1 {One blob entity} other {List of # blob entities} }",
+        "blob-entity-name-starts-with": "Blob entities whose names start with '{{prefix}}'",
+        "type-rulenode": "Tasyklė",
+        "type-rulenodes": "Taisyklės",
+        "list-of-rulenodes": "{ count, plural, =1 {Viena taisyklė} other {# Taisyklių sąrašas} }",
+        "rulenode-name-starts-with": "Taisyklės, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-current-customer": "Dabartinis klientas",
+        "type-current-tenant": "Dabartinis valdytojas",
+        "type-current-user": "Dabartinis vartotojas",
+        "type-current-user-owner": "Dabartinio vartotojo savininkas",
+        "type-widgets-bundle": "Valdiklių rinkinys",
+        "type-widgets-bundles": "Valdiklių rinkiniai",
+        "list-of-widgets-bundles": "{ count, plural, =1 {Vienas valdiklių rinkinys} other {# Valdiklių rinkinių sąrašas} }",
+        "type-widget-type": "Valdiklio tipas",
+        "type-widget-types": "Valdiklių tipai",
+        "list-of-widget-types": "{ count, plural, =1 {Vienas valdiklio tipas} other {# Valdiklių tipų sąrašas} }",
+        "search": "Subjektų paieška",
+        "selected-entities": "Pasirinkta { count, plural, =1 {1 subjektas} other {# subjektai} }",
+        "entity-name": "Subjekto pavadinimas",
+        "entity-label": "Subjekto etikelė",
+        "details": "Informacija apie subjektą",
+        "no-entities-prompt": "Subjektų nėra",
+        "no-data": "Duomenų atvaizdavimui nėra",
+        "columns-to-display": "Rodomi stulpeliai",
+        "type-api-usage-state": "Api Usage State",
+        "type-entity-group": "Subjektų grupė",
+        "type-converter": "Duomenų keitiklis",
+        "type-converters": "Duomenų keitikliai",
+        "list-of-converters": "{ count, plural, =1 {Vienas duomenų keitiklis} other {# Duomenų keitiklių sąrašas} }",
+        "converter-name-starts-with": "Duomenų keitikliai, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-integration": "Integracija",
+        "type-integrations": "Integracijos",
+        "list-of-integrations": "{ count, plural, =1 {Viena integracija} other {# Integracijų sąrašas} }",
+        "integration-name-starts-with": "Integracijos, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-role": "Rolė",
+        "type-roles": "Rolės",
+        "list-of-roles": "{ count, plural, =1 {Viena rolė} other {# rolių sąrašas} }",
+        "role-name-starts-with": "Rolės, kurių pavadinimai prasideda '{{prefix}}'",
+        "type-group-permission": "Grupės leidimai",
+        "type-edge": "Edge",
+        "type-edges": "Edges",
+        "list-of-edges": "{ count, plural, =1 {One edge} other {List of # edges} }",
+        "edge-name-starts-with": "Edges whose names start with '{{prefix}}'",
+        "type-tb-resource": "Resource",
+        "type-ota-package": "OTA package",
+        "type-rpc": "RPC",
+        "type-queue": "Queue",
+        "type-notification": "Notification",
+        "type-notification-rule": "Notification rule",
+        "type-notification-rules": "Notification rules",
+        "list-of-notification-rules": "{ count, plural, =1 {One notification rule} other {List of # notification rules} }",
+        "type-notification-target": "Notification recipient",
+        "type-notification-targets": "Notification recipients",
+        "list-of-notification-targets": "{ count, plural, =1 {One notification recipient} other {List of # notification recipients} }",
+        "type-notification-request": "Notification request",
+        "type-notification-template": "Notification template",
+        "type-notification-templates": "Notification templates",
+        "list-of-notification-templates": "{ count, plural, =1 {One notification template} other {List of # notification templates} }",
+        "customer-name": "Klientas",
+        "sub-customer-name": "Priklausantis klientas",
+        "parent-customer-name": "Pirminis klientas",
+        "parent-sub-customer-name": "Pirminis klientas",
+        "include-customer-entities": "Rodyti klientui priklausančius klientus",
+        "include-sub-customer-entities": "Rodyti priklausančių klientų subjektus",
+        "groups": "Grupė"
+    },
+    "entity-group": {
+        "entity-group": "Subjektų grupė",
+        "details": "Informacija",
+        "columns": "Stulpeliai",
+        "add-column": "Pridėti stulpelį",
+        "column-value": "Reikšmė",
+        "column-value-required": "Stulpelio reikšmė būtina.",
+        "column-title": "Pavadinimas",
+        "default-sort-order": "Numatytoji rūšiavimo tvarka",
+        "default-sort-order-required": "Numatytoji rūšiavimo tvarka būtina.",
+        "hide-in-mobile-view": "Nerodyti mobiliąjame režime",
+        "use-cell-style-function": "Taikyti langelio stiliaus funkciją",
+        "use-cell-content-function": "Taikyti langelio turinio funkciją",
+        "edit-column": "Redaguoti stulpelį",
+        "column-details": "Stulpelio informacija",
+        "actions": "Veiksmai",
+        "settings": "Nustatymai",
+        "search": "Subjektų grupių paieška",
+        "delete": "Panaikinti subjektų grupę",
+        "name": "Pavadinimas",
+        "name-required": "Pavadinimas būtinas.",
+        "name-max-length": "Pavadinimas turi būti trumpesnis nei 256 simboliai",
+        "description": "Aprašymas",
+        "add": "Pridėti subjektų grupę",
+        "open-entity-group": "Atverti subjektų grupę",
+        "add-entity-group-text": "Pridėti naują subjektų grupę",
+        "no-entity-groups-text": "Subjektų grupių nėra",
+        "entity-group-details": "Informacija apie subjektų grupę",
+        "selected-entity-groups": "Pasirinkta { count, plural, =1 {1 subjektų grupė} other {# subjektų grupės} }",
+        "delete-entity-groups": "Panaikinti subjektų grupes",
+        "delete-entity-group-title": "Ar tikrai norite panaikinti subjektų grupę '{{entityGroupName}}'?",
+        "delete-entity-group-text": "Būkite dėmesingi, po patvirtinimo, subjektų grupė ir visa su ja susijusi informacija bus pašalinta ir jų atkurti nebegalėsite.",
+        "delete-entity-groups-title": "Ar tikrai norite panaikinti { count, plural, =1 {1 subjektų grupę} other {# subjektų grupes} }?",
+        "delete-entity-groups-action-title": "Panaikinti { count, plural, =1 {1 subjektų grupę} other {# subjektų grupes} }",
+        "delete-entity-groups-text": "Būkite dėmesingi, po patvirtinimo visos subjektų grupės ir su jomis susijusi informacija bus panaikintos ir jų atkurti nebegalėsite.",
+        "device-groups": "Įrenginių grupės",
+        "shared-device-groups": "Bendrinamos įrenginių grupės",
+        "asset-groups": "Turto grupės",
+        "shared-asset-groups": "Bendrinamos turto grupės",
+        "customer-groups": "Klientų grupės",
+        "shared-customer-groups": "Bendrinamos klientų grupės",
+        "device-group": "Įrenginių grupė",
+        "asset-group": "Turto grupė",
+        "user-group": "Vartotojų grupė",
+        "user-groups": "Vartotojų grupės",
+        "customer-group": "Klientų grupė",
+        "entity-view-groups": "Subjektų rodinių grupė",
+        "shared-entity-view-groups": "Bendrinamos subjektų rodinių grupės",
+        "entity-view-group": "Subjektų rodinių grupė",
+        "edge-groups": "Edge groups",
+        "shared-edge-groups": "Shared edge groups",
+        "edge-group": "Edge group",
+        "dashboard-groups": "Skydelių grupės",
+        "shared-dashboard-groups": "Bendrinamos skydelių grupės",
+        "dashboard-group": "Skydelių grupė",
+        "fetch-more": "Gauti daugiau",
+        "column-type": {
+            "column-type": "Stulpelio tipas",
+            "client-attribute": "Kliento atributas",
+            "shared-attribute": "Bendrinamas atributas",
+            "server-attribute": "Serverio atributas",
+            "timeseries": "Telemetrija",
+            "entity-field": "Subjekto laukas"
+        },
+        "column-type-required": "Stulpelio tipas būtinas.",
+        "entity-field": {
+            "created-time": "Sukūrimo laikas",
+            "name": "Pavadinimas",
+            "type": "Tipas",
+            "device_profile": "Device profile",
+            "asset_profile": "Asset profile",
+            "assigned_customer": "Priskirtas klientas",
+            "authority": "Authority",
+            "first_name": "Vardas",
+            "last_name": "Pavardė",
+            "email": "El. paštas",
+            "title": "Pavadinimas",
+            "country": "Šalis",
+            "state": "Apskritis/rajonas",
+            "city": "Miestas",
+            "address": "Adresas",
+            "address2": "Adresas 2",
+            "zip": "Pašto kodas",
+            "phone": "Tel, numeris",
+            "label": "Etiketė"
+        },
+        "sort-order": {
+            "asc": "Didėjanti",
+            "desc": "Mažėjanti",
+            "none": "Nėra"
+        },
+        "details-mode": {
+            "on-row-click": "Spustelėjus eilutėje",
+            "on-action-button-click": "Paspaudus informacijos mygtuką",
+            "disabled": "Išjungta"
+        },
+        "change-owner": "Pakeisti savininką",
+        "select-target-owner": "Pasirinkite savininką",
+        "no-owners-matching": "Savinikų atitinkančių '{{owner}}' nėra.",
+        "target-owner-required": "Savininkas būtinas.",
+        "confirm-change-owner-title": "Ar tikrai norite pakeisti savininką { count, plural, =1 {1 pasirinktam subjektui} other {# pasirinktiems subjektams} }?",
+        "confirm-change-owner-text": "Būkite dėmesingi, po patvirtinimo, visi pasirinkti subjektai iš esamo savininko bus perkelti į naujo savininko grupę 'Visi'.",
+        "add-to-group": "Pridėti į grupę",
+        "move-to-group": "Perkelti į grupę",
+        "select-entity-group": "Pasirinkite subjektų grupę",
+        "no-entity-groups-matching": "Subjektų grupių, atitinkančių '{{entityGroup}}' nėra.",
+        "create-new-entity-group": "Sukurti naują!",
+        "target-entity-group-required": "Subjektų grupė būtina.",
+        "select-user-group": "Pasirinkite vartotojų grupę",
+        "no-user-groups-matching": "Vartotojų grupių, atitinkančių '{{entityGroup}}' nėra.",
+        "target-user-group-required": "Vartotojų grupė būtina.",
+        "remove-from-group": "Pašalinti iš grupės",
+        "group-table-title": "Grupių lentelės pavadinimas",
+        "enable-search": "Leisti subjektų paiešką",
+        "enable-add": "Leisti pridėti subjektus",
+        "enable-delete": "Leisti panaikinti subjektus",
+        "enable-selection": "Leisti subjektų pasirinkimą",
+        "enable-group-transfer": "Leisti perkėlimus tarp grupių",
+        "display-pagination": "Rodyti dalinimą puslapiais",
+        "default-page-size": "Numatytasis puslapio dydis",
+        "enable-assignment-actions": "Leisti priskirti",
+        "enable-credentials-management": "Leisti valdyti įgaliojimus",
+        "enable-login-as-user": "Leisti prisijungti kaip vartotojui",
+        "enable-users-management": "Leisti valdyti vartotojus",
+        "enable-customers-management": "Leisti valdyti klientus",
+        "enable-assets-management": "Leisti valdyti turtą",
+        "enable-devices-management": "Leisti valdyti įrenginius",
+        "enable-entity-views-management": "Leisti subjektų rodinių valdymą",
+        "enable-edges-management": "Enable edges management",
+        "enable-dashboards-management": "Leisti skydelių valdymą",
+        "enable-scheduler-events-management": "Leisti tvarkaraščio įvykių valdymą",
+        "open-details-on": "Atverti subjekto informaciją",
+        "select-existing": "Pasirinkti egzistuojančią subjektų grupę",
+        "create-new": "Sukurti naują subjektų grupę",
+        "new-entity-group-name": "Naujos subjektų grupės pavadinimas",
+        "entity-group-list": "Subjektų grupių sąrašas",
+        "entity-group-list-empty": "Nepasirinktos subjektų grupės.",
+        "name-starts-with": "Subjektų grupės pavadinimas prasideda",
+        "entity-group-name-filter-required": "Subjektų grupės filtras būtinas.",
+        "roles": "Rolės",
+        "permissions": "Leidimai",
+        "public": "Vieša",
+        "entity-group-public": "Subjektų grupė yra vieša",
+        "make-public": "Subjektų grupę padaryti vieša",
+        "make-private": "Subjektų grupę padaryti privačia",
+        "make-public-entity-group-title": "Ar tikrai norite subjektų grupę '{{entityGroupName}}' padaryti vieša?",
+        "make-public-entity-group-text": "Po patvirtinimo subjektų grupė ir visi jai priklausantys subjektai taps vieši ir matomi kitiems vartotojams.",
+        "make-private-entity-group-title": "Ar tikrai norite subjektų grupę '{{entityGroupName}}' padaryti privačia?",
+        "make-private-entity-group-text": "Po patvirtinimo, subjektų grupė ir visi jai priklausantys subjektai taps privatūs ir nematomi kitiems vartotojams.",
+        "share": "Pasdalinti grupe",
+        "copyId": "Kopijuoti subjektų grupės Id",
+        "idCopiedMessage": "Subjektų grupės Id nukopijuotas į škarpinę",
+        "entity-group-name": "Subjektų grupės pavadinimas",
+        "all-users": "Visi vartotojai",
+        "owner": "Savininkas",
+        "owner-required": "Savininkas būtinas.",
+        "manage-owner-and-groups": "Savininkas ir grupės",
+        "owner-and-groups": "Savininkas ir grupės"
+    },
+    "entity-field": {
+        "created-time": "Sukūrimo laikas",
+        "name": "Pavadinimas",
+        "type": "Tipas",
+        "first-name": "Vardas",
+        "last-name": "Pavardė",
+        "email": "El. paštas",
+        "title": "Pavadinimas",
+        "country": "Šalis",
+        "state": "Rajonas",
+        "city": "Miestas",
+        "address": "Addresas",
+        "address2": "Addresas 2",
+        "zip": "Pašto kodas",
+        "phone": "Telefonas",
+        "label": "Etikelė",
+        "configuration": "Konfigūracija",
+        "schedule": "Grafikas",
+        "originatorId": "Iniciatoriaus Id",
+        "originatorType": "Iniciatoriaus tipas"
+    },
+    "entity-view": {
+        "all": "Visi",
+        "all-entity-views": "Visi subjektų rodiniai",
+        "groups": "Grupės",
+        "shared": "bendrinami",
+        "entity-view": "Subjektų rodiniai",
+        "entity-view-required": "Subjeto rodinys būtinas.",
+        "entity-views": "Subjektų rodiniai",
+        "management": "Subjektų rodinių valdymas",
+        "view-entity-views": "Peržiūrėti subjektų rodinius",
+        "entity-view-alias": "Subjektų rodinio pseudonimas",
+        "aliases": "Subjektų rodinio pseudonimai",
+        "no-alias-matching": "'{{alias}}' nerastas.",
+        "no-aliases-found": "Pseudonimų nėra.",
+        "no-key-matching": "'{{key}}' nerastas.",
+        "no-keys-found": "Raktų nėra.",
+        "create-new-alias": "Sukurti naują!",
+        "create-new-key": "Sukurti naują!",
+        "duplicate-alias-error": "'{{alias}}' dubliuojasi.
Įrenginio pseudonimai skydelyje turi būti unikalūs.",
+        "configure-alias": "Konfigūruoti '{{alias}}' pseudonimą",
+        "no-entity-views-matching": "Subjektų rodinių, atitinkančių '{{entity}}' nėra.",
+        "public": "Viešas",
+        "alias": "Pseudonimas",
+        "alias-required": "Subjekto rodinio pseudonimas būtinas.",
+        "remove-alias": "Panaikinti subjekto rodinio pseudonimą",
+        "add-alias": "Pridėti subjekto rodinio pseudonimą",
+        "name-starts-with": "Subjekto rodinio pavadinimas prasideda",
+        "help-text": "Naudokite '%' simbolį pagal tai, kaip norite ieškoti: '%subjekto_rodinio_pavadinimo_fragmentas%', '%subjekto_rodinio_pavadinimo_pabaiga', 'subjekto_rodinio_pavadinimo_pradžia%'.",
+        "entity-view-list": "Subjektų rodinių sąrašas",
+        "use-entity-view-name-filter": "Naudoti filtrą",
+        "entity-view-list-empty": "Subjektai nepasirinkti.",
+        "entity-view-name-filter-required": "Subjekto rodinio pavadinimo filtras būtinas.",
+        "entity-view-name-filter-no-entity-view-matched": "Subjektų rodinių, kurių pavadinimai prasideda '{{entityView}}' nėra.",
+        "add": "Pridėti subjektų rodinį",
+        "entity-view-public": "Subjektų rodnys yra viešas",
+        "assign-to-customer": "Priskirti klientui",
+        "assign-entity-view-to-customer": "Subjektų rodinį (-ius) priskirti klientui",
+        "assign-entity-view-to-customer-text": "Pasirinkite subjektų rodinius, kuriuos norite priskirti klientui",
+        "no-entity-views-text": "Subjektų rodinių nėra",
+        "assign-to-customer-text": "Pasirinkite klientą, kuriam priskirti subjektų rodinį (-ius)",
+        "entity-view-details": "Informacija apie subjektų rodinį",
+        "add-entity-view-text": "Pridėti naują subjektų rodinį",
+        "delete": "Panikinti subjektų rodinį",
+        "assign-entity-views": "Priskirti subjektų rodinius",
+        "assign-entity-views-text": "Priskirti { count, plural, =1 {1 subjektų rodinį} other {# subjektų rodinius} } klientui",
+        "delete-entity-views": "Panaikinti subjektų rodinius",
+        "make-public": "Subjektų rodinį padaryti viešu",
+        "make-private": "Subjektų rodinį padaryti privačiu",
+        "unassign-from-customer": "Atsieti nuo kliento",
+        "unassign-entity-views": "Atsieti subjektų rodinius",
+        "unassign-entity-views-action-title": "Atsieti { count, plural, =1 {1 subjektų rodinį} other {# subjektų rodinius} } nuo kliento",
+        "assign-new-entity-view": "Priskirti naują subjektų rodinį",
+        "delete-entity-view-title": "Ar tikrai norite panaikinti subjektų rodinį '{{entityViewName}}'?",
+        "delete-entity-view-text": "Būkite dėmesingi, po patvirtinimo, subjektų rodinys ir visa su juo susijusi informacija bus panaikinta ir jų atkurti nebegalėsite.",
+        "delete-entity-views-title": "Ar tikrai norite panaikinti { count, plural, =1 {1 subketų rodinį} other {# subjektų rodinius} }?",
+        "delete-entity-views-action-title": "Panaikinti { count, plural, =1 {1 subjektų rodinį} other {# subjektų rodinius} }",
+        "delete-entity-views-text": "Būkite dėmesingi, po patvirtinimo, visi pasirinkti subjektų rodiniai ir visa su jais susijusi informacija bus panaikinta ir jų atkurti nebegalėsite.",
+        "make-public-entity-view-title": "Ar tikrai norite subjektų rodinį '{{entityViewName}}' padaryti viešu?",
+        "make-public-entity-view-text": "Po patvirtinimo subjektų rodinys ir visa su juo susijusi informacija taps vieša ir matoma kitiems vartotojams.",
+        "make-private-entity-view-title": "Ar tikrai norite subjektų rodinį '{{entityViewName}}' padaryti privačiu?",
+        "make-private-entity-view-text": "Po patvirtinimo subjektų rodinys ir visa su juo susijusi informacija taps privati ir kiti vartotojai jų nebematys.",
+        "unassign-entity-view-title": "Ar tikrai norite atsieti subjektų rodinį '{{entityViewName}}'?",
+        "unassign-entity-view-text": "Po patvirtinimo subjektų rodinys bus atsietas ir klientas jo nebematys.",
+        "unassign-entity-view": "Atsieti subjektų rodinį",
+        "unassign-entity-views-title": "Ar tikrai norite atsieti { count, plural, =1 {1 subjektų rodinį} other {# subjektų rodinius} }?",
+        "unassign-entity-views-text": "Po patvirtinimo visi pasirinkti subjektų rodiniai bus atsieti ir klientas jų nebematys.",
+        "entity-view-type": "Subjektų rodinio tipas",
+        "entity-view-type-required": "Subjektų rodinio tipas būtinas.",
+        "select-entity-view-type": "Pasirinkite subjektų rodinio tipą",
+        "enter-entity-view-type": "Įveskite subjektų rodinio tipą",
+        "any-entity-view": "Bet kuris subjektų tipas",
+        "no-entity-view-types-matching": "Subjektų rodinių, atitinkančių '{{entitySubtype}}' nėra.",
+        "entity-view-type-list-empty": "Subjektų tipai nepasirinkti.",
+        "entity-view-types": "Subjektų rodinio tipai",
+        "created-time": "Sukūrimo laikas",
+        "name": "Pavadinimas",
+        "name-required": "Pavadinimas būtinas.",
+        "name-max-length": "Pavadinimas negali viršyti 256 simbolių",
+        "type-max-length": "Rodinio tipas negali viršyti 256 simbolių",
+        "description": "Aprašymas",
+        "events": "Įvykiai",
+        "details": "Informacija",
+        "copyId": "Kopijuoti subjekto rodinio Id",
+        "idCopiedMessage": "Subjektų rodinio Id nukopjuotas į iškarpinę",
+        "assignedToCustomer": "Priskirtas klientui",
+        "unable-entity-view-device-alias-title": "Subjektų rodinio pseudonimo ištrinti nepavyko",
+        "unable-entity-view-device-alias-text": "Įrenginio pseudonimas '{{entityViewAlias}}' Negali būti ištrintas, nes jis naudojamas valdikliuose:
{{widgetsList}}",
+        "select-entity-view": "Pasirinkti subjektų rodinį",
+        "start-date": "Pradžios data",
+        "start-ts": "Pradžios laikas",
+        "end-date": "Pabaigos data",
+        "end-ts": "Pabaigos laikas",
+        "date-limits": "Datos limitas",
+        "client-attributes": "Kliento atributai",
+        "shared-attributes": "Bendrinami atributai",
+        "server-attributes": "Serverio atributai",
+        "timeseries": "Telemetrija",
+        "client-attributes-placeholder": "Kliento atributai",
+        "shared-attributes-placeholder": "Bendrinami atributai",
+        "server-attributes-placeholder": "Serverio atributai",
+        "timeseries-placeholder": "Telemetrija",
+        "target-entity": "Tikslinis subjektas",
+        "attributes-propagation": "Atributų paplitimas",
+        "attributes-propagation-hint": "Subjektų rodinys automatikškai kopijuos nurodytus atributus iš tikslinio subjekto kiekvieną kartą, kai išsaugosite ar atnaujinsite šį rodinį. Norint išsaugoti sistemos spartą, tikslinio subjekto atributai neperkeliami į subjektų rodinį kiekvieną kartą kai jie pasikeičia. Tačiau jūs galite įjungti automatinį atributų reikšmių perdavimą, taisyklių grandinėje sukonfigūravę \"copy to view\" taisyklę ir \"Post attributes\" bei  \"Attributes Updated\" žinutes nukreipę į naują taisyklę.",
+        "timeseries-data": "Temetrijos duomenys",
+        "timeseries-data-hint": "Sukonfigūruokite tikslinio objekto telemetrijos duomenų raktus, kurie bus pasiekiami objekto rodinyje. Šios telemetrijos duomenys yra tik skaitomi.",
+        "select-group-to-add": "Pasirinkite grupę į kurią pridėti pažymėtus subjektų rodinius",
+        "select-group-to-move": "Pasirinkite grupę į kurią perkelti pažymėtus subjektų rodinius",
+        "remove-entity-views-from-group": "Ar tikrai norite iš '{{entityGroup}}' grupės pašalinti { count, plural, =1 {1 subjektų rodinį} other {# subjektų rodinius} }?",
+        "group": "Subjektų rodinių grupė",
+        "list-of-groups": "{ count, plural, =1 {Viena subjektų rodinių grupė} other {# subjektų rodinių grupių sąrašas} }",
+        "group-name-starts-with": "Subjektų rodinių grupės pavadinimas prasideda '{{prefix}}'",
+        "search": "Subjektų rodinių paieška",
+        "selected-entity-views": "Pasirinkta { count, plural, =1 {1 subjektų rodinys} other {# subjektų rodiniai} }",
+        "assign-entity-view-to-edge": "Assign Entity View(s) To Edge",
+        "assign-entity-view-to-edge-text": "Please select the entity views to assign to the edge",
+        "unassign-entity-view-from-edge-title": "Are you sure you want to unassign the entity view '{{entityViewName}}'?",
+        "unassign-entity-view-from-edge-text": "After the confirmation the entity view will be unassigned and won't be accessible by the edge.",
+        "unassign-entity-views-from-edge-action-title": "Unassign { count, plural, =1 {1 entity view} other {# entity views} } from edge",
+        "unassign-entity-view-from-edge": "Unassign entity view",
+        "unassign-entity-views-from-edge-title": "Are you sure you want to unassign { count, plural, =1 {1 entity view} other {# entity views} }?",
+        "unassign-entity-views-from-edge-text": "After the confirmation all selected entity views will be unassigned and won't be accessible by the edge."
+    },
+    "event": {
+        "events": "Įvykiai",
+        "event-type": "Įvykio tipas",
+        "events-filter": "Įvykių filtras",
+        "clean-events": "Įšvalyti įvykius",
+        "type-error": "Klaida",
+        "type-lc-event": "Gyvavimo ciklo įvykis",
+        "type-stats": "Statistika",
+        "type-debug-converter": "Debug",
+        "type-debug-integration": "Debug",
+        "type-debug-rule-node": "Debug",
+        "type-debug-rule-chain": "Debug",
+        "no-events-prompt": "Įvykių nėra",
+        "error": "Klaida",
+        "alarm": "Įspėjimas",
+        "event-time": "Įvykio laikas",
+        "server": "Serveris",
+        "body": "Body",
+        "method": "Metodas",
+        "type": "Tipas",
+        "in": "Į",
+        "out": "Iš",
+        "metadata": "Metadata",
+        "message": "Message",
+        "entity": "Entity",
+        "message-id": "Message Id",
+        "copy-message-id": "Copy message Id",
+        "message-type": "Message Type",
+        "data-type": "Data Type",
+        "relation-type": "Relation Type",
+        "data": "Data",
+        "event": "Event",
+        "status": "Status",
+        "success": "Success",
+        "failed": "Failed",
+        "messages-processed": "Messages processed",
+        "max-messages-processed": "Maximum messages processed",
+        "min-messages-processed": "Minimum messages processed",
+        "errors-occurred": "Errors occurred",
+        "max-errors-occurred": "Maximum errors occurred",
+        "min-errors-occurred": "Minimum errors occurred",
+        "min-value": "Minimum value is 0.",
+        "all-events": "All",
+        "has-error": "Has error",
+        "entity-id": "Entity Id",
+        "copy-entity-id": "Copy entity Id",
+        "entity-type": "Entity type",
+        "clear-filter": "Clear Filter",
+        "clear-request-title": "Clear all events",
+        "clear-request-text": "Are you sure you want to clear all events?",
+        "started": "Started",
+        "updated": "Updated",
+        "stopped": "Stopped"
+    },
+    "extension": {
+        "extensions": "Extensions",
+        "selected-extensions": "{ count, plural, =1 {1 extension} other {# extensions} } selected",
+        "type": "Type",
+        "key": "Key",
+        "value": "Value",
+        "id": "Id",
+        "extension-id": "Extension id",
+        "extension-type": "Extension type",
+        "transformer-json": "JSON *",
+        "unique-id-required": "Current extension id already exists.",
+        "delete": "Delete extension",
+        "add": "Add extension",
+        "edit": "Edit extension",
+        "view": "View extension",
+        "delete-extension-title": "Are you sure you want to delete the extension '{{extensionId}}'?",
+        "delete-extension-text": "Be careful, after the confirmation the extension and all related data will become unrecoverable.",
+        "delete-extensions-title": "Are you sure you want to delete { count, plural, =1 {1 extension} other {# extensions} }?",
+        "delete-extensions-text": "Be careful, after the confirmation all selected extensions will be removed.",
+        "converters": "Converters",
+        "converter-id": "Converter id",
+        "configuration": "Configuration",
+        "converter-configurations": "Converter configurations",
+        "token": "Security token",
+        "add-converter": "Add converter",
+        "add-config": "Add converter configuration",
+        "device-name-expression": "Device name expression",
+        "device-type-expression": "Device type expression",
+        "custom": "Custom",
+        "to-double": "To Double",
+        "transformer": "Transformer",
+        "json-required": "Transformer json is required.",
+        "json-parse": "Unable to parse transformer json.",
+        "attributes": "Attributes",
+        "add-attribute": "Add attribute",
+        "add-map": "Add mapping element",
+        "timeseries": "Timeseries",
+        "add-timeseries": "Add timeseries",
+        "field-required": "Field is required",
+        "brokers": "Brokers",
+        "add-broker": "Add broker",
+        "host": "Host",
+        "port": "Port",
+        "port-range": "Port should be in a range from 1 to 65535.",
+        "ssl": "Ssl",
+        "credentials": "Credentials",
+        "username": "Username",
+        "password": "Password",
+        "retry-interval": "Retry interval in milliseconds",
+        "sas": "Shared Access Signature",
+        "anonymous": "Anonymous",
+        "basic": "Basic",
+        "pem": "PEM",
+        "ca-cert": "CA certificate file *",
+        "private-key": "Private key file *",
+        "cert": "Certificate file *",
+        "no-file": "No file selected.",
+        "drop-file": "Drop a file or click to select a file to upload.",
+        "mapping": "Mapping",
+        "topic-filter": "Topic filter",
+        "converter-type": "Converter type",
+        "converter-json": "Json",
+        "json-name-expression": "Device name json expression",
+        "topic-name-expression": "Device name topic expression",
+        "json-type-expression": "Device type json expression",
+        "topic-type-expression": "Device type topic expression",
+        "attribute-key-expression": "Attribute key expression",
+        "attr-json-key-expression": "Attribute key json expression",
+        "attr-topic-key-expression": "Attribute key topic expression",
+        "request-id-expression": "Request id expression",
+        "request-id-json-expression": "Request id json expression",
+        "request-id-topic-expression": "Request id topic expression",
+        "response-topic-expression": "Response topic expression",
+        "value-expression": "Value expression",
+        "topic": "Topic",
+        "timeout": "Timeout in milliseconds",
+        "converter-json-required": "Converter json is required.",
+        "converter-json-parse": "Unable to parse converter json.",
+        "filter-expression": "Filter expression",
+        "connect-requests": "Connect requests",
+        "add-connect-request": "Add connect request",
+        "disconnect-requests": "Disconnect requests",
+        "add-disconnect-request": "Add disconnect request",
+        "attribute-requests": "Attribute requests",
+        "add-attribute-request": "Add attribute request",
+        "attribute-updates": "Attribute updates",
+        "add-attribute-update": "Add attribute update",
+        "server-side-rpc": "Server side RPC",
+        "add-server-side-rpc-request": "Add server-side RPC request",
+        "device-name-filter": "Device name filter",
+        "attribute-filter": "Attribute filter",
+        "method-filter": "Method filter",
+        "request-topic-expression": "Request topic expression",
+        "response-timeout": "Response timeout in milliseconds",
+        "topic-expression": "Topic expression",
+        "client-scope": "Client scope",
+        "add-device": "Add device",
+        "opc-server": "Servers",
+        "opc-add-server": "Add server",
+        "opc-add-server-prompt": "Please add server",
+        "opc-application-name": "Application name",
+        "opc-application-uri": "Application uri",
+        "opc-scan-period-in-seconds": "Scan period in seconds",
+        "opc-security": "Security",
+        "opc-identity": "Identity",
+        "opc-keystore": "Keystore",
+        "opc-type": "Type",
+        "opc-keystore-type": "Type",
+        "opc-keystore-location": "Location *",
+        "opc-keystore-password": "Password",
+        "opc-keystore-alias": "Alias",
+        "opc-keystore-key-password": "Key password",
+        "opc-device-node-pattern": "Device node pattern",
+        "opc-device-name-pattern": "Device name pattern",
+        "modbus-server": "Servers/slaves",
+        "modbus-add-server": "Add server/slave",
+        "modbus-add-server-prompt": "Please add server/slave",
+        "modbus-transport": "Transport",
+        "modbus-tcp-reconnect": "Automatically reconnect",
+        "modbus-rtu-over-tcp": "RTU over TCP",
+        "modbus-port-name": "Serial port name",
+        "modbus-encoding": "Encoding",
+        "modbus-parity": "Parity",
+        "modbus-baudrate": "Baud rate",
+        "modbus-databits": "Data bits",
+        "modbus-stopbits": "Stop bits",
+        "modbus-databits-range": "Data bits should be in a range from 7 to 8.",
+        "modbus-stopbits-range": "Stop bits should be in a range from 1 to 2.",
+        "modbus-unit-id": "Unit ID",
+        "modbus-unit-id-range": "Unit ID should be in a range from 1 to 247.",
+        "modbus-device-name": "Device name",
+        "modbus-poll-period": "Poll period (ms)",
+        "modbus-attributes-poll-period": "Attributes poll period (ms)",
+        "modbus-timeseries-poll-period": "Timeseries poll period (ms)",
+        "modbus-poll-period-range": "Poll period should be positive value.",
+        "modbus-tag": "Tag",
+        "modbus-function": "Function",
+        "modbus-register-address": "Register address",
+        "modbus-register-address-range": "Register address should be in a range from 0 to 65535.",
+        "modbus-register-bit-index": "Bit index",
+        "modbus-register-bit-index-range": "Bit index should be in a range from 0 to 15.",
+        "modbus-register-count": "Register count",
+        "modbus-register-count-range": "Register count should be a positive value.",
+        "modbus-byte-order": "Byte order",
+        "sync": {
+            "status": "Status",
+            "sync": "Sync",
+            "not-sync": "Not sync",
+            "last-sync-time": "Last sync time",
+            "not-available": "Not available"
+        },
+        "export-extensions-configuration": "Export extensions configuration",
+        "import-extensions-configuration": "Import extensions configuration",
+        "import-extensions": "Import extensions",
+        "import-extension": "Import extension",
+        "export-extension": "Export extension",
+        "file": "Extensions file",
+        "invalid-file-error": "Invalid extension file",
+        "text": "TEXT",
+        "json": "JSON",
+        "binary": "BINARY",
+        "hex": "HEX"
+    },
+    "feature": {
+        "advanced-features": "Advanced features"
+    },
+    "filter": {
+        "add": "Add filter",
+        "edit": "Edit filter",
+        "name": "Filter name",
+        "name-required": "Filter name is required.",
+        "duplicate-filter": "Filter with same name is already exists.",
+        "filters": "Filters",
+        "unable-delete-filter-title": "Unable to delete filter",
+        "unable-delete-filter-text": "Filter '{{filter}}' can't be deleted as it used by the following widget(s):
{{widgetsList}}",
+        "duplicate-filter-error": "Duplicate filter found '{{filter}}'.
Filters must be unique within the dashboard.",
+        "missing-key-filters-error": "Key filters is missing for filter '{{filter}}'.",
+        "filter": "Filter",
+        "editable": "Editable",
+        "no-filters-found": "No filters found.",
+        "no-filter-text": "No filter specified",
+        "add-filter-prompt": "Please add filter",
+        "no-filter-matching": "'{{filter}}' not found.",
+        "create-new-filter": "Create a new one!",
+        "create-new": "Create new",
+        "filter-required": "Filter is required.",
+        "operation": {
+            "operation": "Operation",
+            "equal": "equal",
+            "not-equal": "not equal",
+            "starts-with": "starts with",
+            "ends-with": "ends with",
+            "contains": "contains",
+            "not-contains": "not contains",
+            "greater": "greater than",
+            "less": "less than",
+            "greater-or-equal": "greater or equal",
+            "less-or-equal": "less or equal",
+            "and": "and",
+            "or": "or",
+            "in": "in",
+            "not-in": "not in"
+        },
+        "ignore-case": "ignore case",
+        "value": "Value",
+        "remove-filter": "Remove filter",
+        "duplicate-filter-action": "Duplicate filter",
+        "preview": "Filter preview",
+        "no-filters": "No filters configured",
+        "add-filter": "Add filter",
+        "add-complex-filter": "Add complex filter",
+        "add-complex": "Add complex",
+        "complex-filter": "Complex filter",
+        "edit-complex-filter": "Edit complex filter",
+        "edit-filter-user-params": "Edit filter predicate user parameters",
+        "filter-user-params": "Filter predicate user parameters",
+        "user-parameters": "User parameters",
+        "display-label": "Label to display",
+        "autogenerated-label": "Auto generate label",
+        "order-priority": "Field order priority",
+        "key-filter": "Key filter",
+        "key-filters": "Key filters",
+        "key-name": "Key name",
+        "key-name-required": "Key name is required.",
+        "key-type": {
+            "key-type": "Key type",
+            "attribute": "Attribute",
+            "timeseries": "Timeseries",
+            "entity-field": "Entity field",
+            "constant": "Constant"
+        },
+        "value-type": {
+            "value-type": "Value type",
+            "string": "String",
+            "numeric": "Numeric",
+            "boolean": "Boolean",
+            "date-time": "Datetime"
+        },
+        "value-type-required": "Key value type is required.",
+        "key-value-type-change-title": "Are you sure you want to change key value type?",
+        "key-value-type-change-message": "If you confirm new value type all entered key filters will be removed.",
+        "no-key-filters": "No key filters configured",
+        "add-key-filter": "Add key filter",
+        "remove-key-filter": "Remove key filter",
+        "edit-key-filter": "Edit key filter",
+        "date": "Date",
+        "time": "Time",
+        "current-tenant": "Current tenant",
+        "current-customer": "Current customer",
+        "current-user": "Current user",
+        "current-device": "Current device",
+        "default-value": "Default value",
+        "dynamic-source-type": "Dynamic source type",
+        "dynamic-value": "Dynamic value",
+        "no-dynamic-value": "No dynamic value",
+        "source-attribute": "Source attribute",
+        "switch-to-dynamic-value": "Switch to dynamic value",
+        "switch-to-default-value": "Switch to default value",
+        "inherit-owner": "Inherit from owner",
+        "source-attribute-not-set": "If source attribute isn't set"
+    },
+    "fullscreen": {
+        "expand": "Rodyti per visą ekraną",
+        "exit": "Išjungti rodymą per visą ekraną",
+        "toggle": "Rodyti per visą ekraną",
+        "fullscreen": "Rodyti per visą ekraną"
+    },
+    "function": {
+        "function": "Funkcija"
+    },
+    "gateway": {
+        "add-entry": "Add configuration",
+        "advanced": "Advanced",
+        "checking-device-activity": "Checking device activity",
+        "command": "Docker commands",
+        "command-copied-message": "Docker command has been copied to clipboard",
+        "configuration": "Configuration",
+        "connector-add": "Add new connector",
+        "connector-enabled": "Enable connector",
+        "connector-name": "Connector name",
+        "connector-name-required": "Connector name is required.",
+        "connector-type": "Connector type",
+        "connector-type-required": "Connector type is required.",
+        "connectors": "Connectors",
+        "connectors-config": "Connectors configuration",
+        "connectors-table-enabled": "Enabled",
+        "connectors-table-name": "Name",
+        "connectors-table-type": "Type",
+        "connectors-table-status": "Status",
+        "connectors-table-actions": "Actions",
+        "connectors-table-key": "Key",
+        "connectors-table-class": "Class",
+        "rpc-command-send": "Send",
+        "rpc-command-result": "Result",
+        "rpc-command-edit-params": "Edit parameters",
+        "gateway-configuration": "General Configuration",
+        "docker-label": "In order to run ThingsBoard IoT gateway in docker with credentials for this device you can use the following commands.",
+        "create-new-gateway": "Create a new gateway",
+        "create-new-gateway-text": "Are you sure you want create a new gateway with name: '{{gatewayName}}'?",
+        "created-time": "Created time",
+        "configuration-delete-dialog-header": "Configurations will be deleted",
+        "configuration-delete-dialog-body": "Turning off Remote Configuration is possible only if there is physical access to the Gateway. All previous configurations will be deleted.
 \nTo turn off configuration, enter gateway name below",
+        "configuration-delete-dialog-input": "Gateway name",
+        "configuration-delete-dialog-input-required": "Gateway name is mandatory",
+        "configuration-delete-dialog-confirm": "Turn Off",
+        "delete": "Delete configuration",
+        "download-tip": "Download configuration file",
+        "drop-file": "Drop file here or",
+        "gateway": "Gateway",
+        "gateway-exists": "Device with same name is already exists.",
+        "gateway-name": "Gateway name",
+        "gateway-name-required": "Gateway name is required.",
+        "gateway-saved": "Gateway configuration successfully saved.",
+        "grpc": "GRPC",
+        "grpc-keep-alive-timeout": "Keep alive timeout (in ms)",
+        "grpc-keep-alive-timeout-required": "Keep alive timeout is required",
+        "grpc-keep-alive-timeout-min": "Keep alive timeout can not be less then 1",
+        "grpc-keep-alive-timeout-pattern": "Keep alive timeout is not valid",
+        "grpc-keep-alive": "Keep alive (in ms)",
+        "grpc-keep-alive-required": "Keep alive is required",
+        "grpc-keep-alive-min": "Keep alive can not be less then 1",
+        "grpc-keep-alive-pattern": "Keep alive is not valid",
+        "grpc-min-time-between-pings": "Min time between pings (in ms)",
+        "grpc-min-time-between-pings-required": "Min time between pings is required",
+        "grpc-min-time-between-pings-min": "Min time between pings can not be less then 1",
+        "grpc-min-time-between-pings-pattern": "Min time between pings is not valid",
+        "grpc-min-ping-interval-without-data": "Min ping interval without data (in ms)",
+        "grpc-min-ping-interval-without-data-required": "Min ping interval without data is required",
+        "grpc-min-ping-interval-without-data-min": "Min ping interval without data can not be less then 1",
+        "grpc-min-ping-interval-without-data-pattern": "Min ping interval without data is not valid",
+        "grpc-max-pings-without-data": "Max pings without data",
+        "grpc-max-pings-without-data-required": "Max pings without data is required",
+        "grpc-max-pings-without-data-min": "Max pings without data can not be less then 1",
+        "grpc-max-pings-without-data-pattern": "Max pings without data is not valid",
+        "inactivity-check-period-seconds": "Inactivity check period (in sec)",
+        "inactivity-check-period-seconds-required": "Inactivity check period is required",
+        "inactivity-check-period-seconds-min": "Inactivity check period can not be less then 1",
+        "inactivity-check-period-seconds-pattern": "Inactivity check period is not valid",
+        "inactivity-timeout-seconds": "Inactivity timeout (in sec)",
+        "inactivity-timeout-seconds-required": "Inactivity timeout is required",
+        "inactivity-timeout-seconds-min": "Inactivity timeout can not be less then 1",
+        "inactivity-timeout-seconds-pattern": "Inactivity timeout is not valid",
+        "json-parse": "Not valid JSON.",
+        "json-required": "Field cannot be empty.",
+        "logs": {
+            "logs": "Logs",
+            "days": "days",
+            "hours": "hours",
+            "minutes": "minutes",
+            "seconds": "seconds",
+            "date-format": "Date format",
+            "date-format-required": "Date format required",
+            "log-format": "Log format",
+            "log-type": "Log type",
+            "log-format-required": "Log format required",
+            "remote": "Remote logging",
+            "remote-logs": "Remote logs",
+            "local": "Local logging",
+            "level": "Log level",
+            "file-path": "File path",
+            "file-path-required": "File path required",
+            "saving-period": "Log saving period",
+            "saving-period-min": "Log saving period can not be less then 1",
+            "saving-period-required": "Log saving period required",
+            "backup-count": "Backup count",
+            "backup-count-min": "Backup count can not be less then 1",
+            "backup-count-required": "Backup count required"
+        },
+        "min-pack-send-delay": "Min pack send delay (in ms)",
+        "min-pack-send-delay-required": "Min pack send delay is required",
+        "min-pack-send-delay-min": "Min pack send delay can not be less then 0",
+        "no-connectors": "No connectors",
+        "no-data": "No configurations",
+        "no-gateway-found": "No gateway found.",
+        "no-gateway-matching": " '{{item}}' not found.",
+        "path-logs": "Path to log files",
+        "path-logs-required": "Path is required.",
+        "permit-without-calls": "Keep alive permit without calls",
+        "remote": "Remote configuration",
+        "remote-logging-level": "Logging level",
+        "remove-entry": "Remove configuration",
+        "remote-shell": "Remote shell",
+        "remote-configuration": "Remote Configuration",
+        "other": "Other",
+        "save-tip": "Save configuration file",
+        "security-type": "Security type",
+        "security-types": {
+            "access-token": "Access Token",
+            "username-password": "Username and Password",
+            "tls": "TLS",
+            "tls-access-token": "TLS + Access Token",
+            "tls-private-key": "TLS + Private Key"
+        },
+        "server-port": "Server port",
+        "statistics": {
+            "statistic": "Statistic",
+            "statistics": "Statistics",
+            "statistic-commands-empty": "No statistics available",
+            "commands": "Commands",
+            "send-period": "Statistic send period (in sec)",
+            "send-period-required": "Statistic send period is required",
+            "send-period-min": "Statistic send period can not be less then 60",
+            "send-period-pattern": "Statistic send period is not valid",
+            "check-connectors-configuration": "Check connectors configuration (in sec)",
+            "check-connectors-configuration-required": "Check connectors configuration is required",
+            "check-connectors-configuration-min": "Check connectors configuration can not be less then 1",
+            "check-connectors-configuration-pattern": "Check connectors configuration is not valid",
+            "add": "Add command",
+            "timeout": "Timeout",
+            "timeout-ms": "Timeout (in ms)",
+            "timeout-required": "Timeout is required",
+            "timeout-min": "Timeout can not be less then 1",
+            "timeout-pattern": "Timeout is not valid",
+            "attribute-name": "Attribute name",
+            "attribute-name-required": "Attribute name is required",
+            "command": "Command",
+            "command-required": "Command is required",
+            "remove": "Remove command"
+        },
+        "storage": "Storage",
+        "storage-max-file-records": "Maximum records in file",
+        "storage-max-files": "Maximum number of files",
+        "storage-max-files-min": "Minimum number is 1.",
+        "storage-max-files-pattern": "Number is not valid.",
+        "storage-max-files-required": "Number is required.",
+        "storage-max-records": "Maximum records in storage",
+        "storage-max-records-min": "Minimum number of records is 1.",
+        "storage-max-records-pattern": "Number is not valid.",
+        "storage-max-records-required": "Maximum records is required.",
+        "storage-read-record-count": "Read record count in storage",
+        "storage-read-record-count-min": "Minimum number of records is 1.",
+        "storage-read-record-count-pattern": "Number is not valid.",
+        "storage-read-record-count-required": "Read record count is required.",
+        "storage-max-read-record-count": "Max read record count in storage",
+        "storage-max-read-record-count-min": "Minimum number of records is 1.",
+        "storage-max-read-record-count-pattern": "Number is not valid.",
+        "storage-max-read-record-count-required": "Max Read record count is required.",
+        "storage-data-folder-path": "Data folder path",
+        "storage-data-folder-path-required": "Data folder path is required.",
+        "storage-pack-size": "Maximum event pack size",
+        "storage-pack-size-min": "Minimum number is 1.",
+        "storage-pack-size-pattern": "Number is not valid.",
+        "storage-pack-size-required": "Maximum event pack size is required.",
+        "storage-path": "Storage path",
+        "storage-path-required": "Storage path is required.",
+        "storage-type": "Storage type",
+        "storage-types": {
+            "file-storage": "File storage",
+            "memory-storage": "Memory storage",
+            "sqlite": "SQLITE"
+        },
+        "thingsboard": "ThingsBoard",
+        "general": "General",
+        "thingsboard-host": "ThingsBoard host",
+        "thingsboard-host-required": "Host is required.",
+        "thingsboard-port": "ThingsBoard port",
+        "thingsboard-port-max": "Maximum port number is 65535.",
+        "thingsboard-port-min": "Minimum port number is 1.",
+        "thingsboard-port-pattern": "Port is not valid.",
+        "thingsboard-port-required": "Port is required.",
+        "tidy": "Tidy",
+        "tidy-tip": "Tidy config JSON",
+        "title-connectors-json": "Connector {{typeName}} configuration",
+        "tls-path-ca-certificate": "Path to CA certificate on gateway",
+        "tls-path-client-certificate": "Path to client certificate on gateway",
+        "messages-ttl-check-in-hours": "Messages TTL check in hours",
+        "messages-ttl-check-in-hours-required": "Messages TTL check in hours is required.",
+        "messages-ttl-check-in-hours-min": "Min number is 1.",
+        "messages-ttl-check-in-hours-pattern": "Number is not valid.",
+        "messages-ttl-in-days": "Messages TTL in days",
+        "messages-ttl-in-days-required": "Messages TTL in days is required.",
+        "messages-ttl-in-days-min": "Min number is 1.",
+        "messages-ttl-in-days-pattern": "Number is not valid.",
+        "mqtt-qos": "QoS",
+        "mqtt-qos-required": "QoS is required",
+        "mqtt-qos-range": "QoS values range is from 0 to 1",
+        "tls-path-private-key": "Path to private key on gateway",
+        "toggle-fullscreen": "Toggle fullscreen",
+        "transformer-json-config": "Configuration JSON*",
+        "update-config": "Add/update configuration JSON",
+        "hints": {
+            "remote-configuration": "Enables remote configuration and management of the gateway",
+            "remote-shell": "Enables remote control of the operating system with the gateway from the Remote Shell widget",
+            "host": "Hostname or IP address of ThingsBoard server",
+            "port": "Port of MQTT service on ThingsBoard server",
+            "token": "Access token for the gateway from ThingsBoard server",
+            "client-id": "MQTT client id for the gateway form ThingsBoard server",
+            "username": "MQTT username for the gateway form ThingsBoard server",
+            "password": "MQTT password for the gateway form ThingsBoard server",
+            "ca-cert": "Path to CA certificate file",
+            "date-form": "Date format in log message",
+            "data-folder": "Path to folder, that will contains data (Relative or Absolute)",
+            "log-format": "Log message format",
+            "remote-log": "Enables remote logging and logs reading from the gateway",
+            "backup-count": "If backup count is > 0, when a rollover is done, no more than backup count files are kept - the oldest ones are deleted",
+            "storage": "Provides configuration for saving incoming data before it is sent to the platform",
+            "max-file-count": "Maximum count of file that will be created",
+            "max-read-count": "Count of messages to get from storage and send to ThingsBoard",
+            "max-records": "Maximum count of records that will be stored in one file",
+            "read-record-count": "Count of messages to get from storage and send to ThingsBoard",
+            "max-records-count": "Maximum count of data in storage before send to ThingsBoard",
+            "ttl-check-hour": "How often will Gateway check data for obsolescence",
+            "ttl-messages-day": "Maximum days that storage will save data",
+            "commands": "Commands for collecting additional statistic",
+            "attribute": "Statistic telemetry key",
+            "timeout": "Timeout for command executing",
+            "command": "The result of the command execution, will be used as the value for telemetry",
+            "check-device-activity": "Enables monitor the activity of each connected device",
+            "inactivity-timeout": "Time after whose the gateway will disconnect device",
+            "inactivity-period": "Periodicity of device activity check",
+            "minimal-pack-delay": "Delay between sending packs of messages (Decreasing this setting results in increased CPU usage)",
+            "qos": "Quality of Service in MQTT messaging (0 - at most once, 1 - at least once)",
+            "server-port": "Network port on which GRPC server will listen for incoming connections.",
+            "grpc-keep-alive-timeout": "Maximum time the server should wait for a keepalive ping response before considering the connection dead.",
+            "grpc-keep-alive": "Duration between two successive keepalive ping messages when there is no active RPC call.",
+            "grpc-min-time-between-pings": "Minimum amount of time the server should wait between sending keepalive ping messages",
+            "grpc-max-pings-without-data": "Maximum number of keepalive ping messages that the server can send without receiving any data before it considers the connection dead.",
+            "grpc-min-ping-interval-without-data": "Minimum amount of time the server should wait between sending keepalive ping messages when there is no data being sent or received.",
+            "permit-without-calls": "Allow server to keep the GRPC connection alive even when there are no active RPC calls."
+        }
+    },
+    "grid": {
+        "delete-item-title": "Ar tikrai norite pašalinti šį elementą?",
+        "delete-item-text": "Būkite dėmesingi, po patvirtinimo šio elemento ir visos su juo susijusios informacijos atkurti nebegalėsite.",
+        "delete-items-title": "Ar tikrai norite pašalinti { count, plural, =1 {1 elementą} other {# elementus} }?",
+        "delete-items-action-title": "Panaikinti { count, plural, =1 {1 elementą} other {# elementus} }",
+        "delete-items-text": "Būkite dėmesingi, po patvirtinimo visi pasirinkti elementai ir su jais susijusi informacija bus pašalinti ir jų atkurti nebegalėsite.",
+        "add-item-text": "Pridėti naują elementą",
+        "no-items-text": "Elementų nėra",
+        "item-details": "Informacija apie elementą",
+        "delete-item": "Panaikinti elementą",
+        "delete-items": "Panaikinti elmentus",
+        "scroll-to-top": "Slinkti į viršų"
+    },
+    "help": {
+        "goto-help-page": "Pagalba",
+        "show-help": "Pagalba"
+    },
+    "home": {
+        "home": "Pagrindinis",
+        "profile": "Profilis",
+        "logout": "Atsijungti",
+        "menu": "Meniu",
+        "avatar": "Paveiksliukas",
+        "open-user-menu": "Atverti vartoto meniu"
+    },
+    "file-input": {
+        "browse-file": "Pasirinkti failą",
+        "browse-files": "Pasirinkti failus"
+    },
+    "image-input": {
+        "drop-images-or": "Užvilkite paveikslėlį arba",
+        "drag-and-drop": "Užvilkite",
+        "or": "arba",
+        "browse": "Pasirinkite",
+        "no-images": "Paveikslėlis nepasirinktas",
+        "images": "paveikslėliai"
+    },
+    "import": {
+        "no-file": "Nepasirinktas failas",
+        "drop-file": "Nuvilkite JSON failą arba spustelėkite, kad pasirinktumėte failą, kurį norite įkelti.",
+        "drop-csv-file": "Nuvilkite CSV failą arba spustelėkite, kad pasirinktumėte failą, kurį norite įkelti.",
+        "drop-json-file-or": "Nuvilkite JSON failą arba",
+        "drop-file-csv": "Nuvilkite CSV failą arba spustelėkite, kad pasirinktumėte failą, kurį norite įkelti.",
+        "drop-file-csv-or": "Nuvilkite CSV failą arba",
+        "column-value": "Reikšmė",
+        "column-title": "Pavadinimas",
+        "column-example": "Duomenų pavyzdys",
+        "column-key": "Atributo/telemetrijos raktas",
+        "credentials": "Įgaliojimai",
+        "csv-delimiter": "CSV skyriklis",
+        "csv-first-line-header": "Pirmoje eilutėje stulpelių pavadinimai",
+        "csv-update-data": "Atnaujinti artibutą/telemetriją",
+        "details": "Informacija",
+        "import-csv-number-columns-error": "Faile turi būti bent du stulpeliai",
+        "import-csv-invalid-format-error": "Neteisingas failo formatas. Elutė: '{{line}}'",
+        "column-type": {
+            "name": "Pavadinimas",
+            "type": "Tipas",
+            "label": "Etiketė",
+            "column-type": "Stulpelio tipas",
+            "client-attribute": "Kliento atributas",
+            "shared-attribute": "Bendrinamas atributas",
+            "server-attribute": "Serverio atributas",
+            "timeseries": "Telemetrija",
+            "entity-field": "Subjekto laukas",
+            "access-token": "Prieigos raktas",
+            "x509": "X.509",
+            "mqtt": {
+                "client-id": "MQTT client ID",
+                "user-name": "MQTT user name",
+                "password": "MQTT password"
+            },
+            "lwm2m": {
+                "client-endpoint": "LwM2M endpoint client name",
+                "security-config-mode": "LwM2M security config mode",
+                "client-identity": "LwM2M client identity",
+                "client-key": "LwM2M client key",
+                "client-cert": "LwM2M client public key",
+                "bootstrap-server-security-mode": "LwM2M bootstrap server security mode",
+                "bootstrap-server-secret-key": "LwM2M bootstrap server secret key",
+                "bootstrap-server-public-key-id": "LwM2M bootstrap server public key or id",
+                "lwm2m-server-security-mode": "LwM2M server security mode",
+                "lwm2m-server-secret-key": "LwM2M server secret key",
+                "lwm2m-server-public-key-id": "LwM2M server public key or id"
+            },
+            "snmp": {
+                "host": "SNMP host",
+                "port": "SNMP port",
+                "version": "SNMP version (v1, v2c or v3)",
+                "community-string": "SNMP community string"
+            },
+            "isgateway": "Is Gateway",
+            "activity-time-from-gateway-device": "Activity time from gateway device",
+            "description": "Description",
+            "edge-license-key": "License Key",
+            "cloud-endpoint": "Cloud Endpoint",
+            "routing-key": "Edge key",
+            "secret": "Edge secret"
+        },
+        "stepper-text": {
+            "select-file": "Pasirinkite failą",
+            "configuration": "Importo konfigūracija",
+            "column-type": "Pasirinkite stulpelių tipus",
+            "creat-entities": "Sukurti naujus subjektus"
+        },
+        "message": {
+            "create-entities": "Sukurti {{count}} nauji subjektai.",
+            "update-entities": "Atnaujinti {{count}} subjektai.",
+            "error-entities": "Kuriant {{count}} subjektų įvyko klaidų."
+        }
+    },
+    "integration": {
+        "integration": "Integration",
+        "integrations": "Integrations",
+        "integrations-center": "Integrations center",
+        "select-integration": "Select integration",
+        "no-integrations-matching": "No integrations matching '{{entity}}' were found.",
+        "integration-required": "Integration is required",
+        "delete": "Delete integration",
+        "management": "Integrations management",
+        "add-integration-text": "Add new integration",
+        "no-integrations-text": "No integrations found",
+        "data-convertor-name": "{{convertorType}} data converter for {{integrationName}}",
+        "integration-name": "{{integrationType}} integration",
+        "selected-integrations": "{ count, plural, =1 {1 integration} other {# integrations} } selected",
+        "delete-integration-title": "Are you sure you want to delete the integration '{{integrationName}}'?",
+        "delete-integration-text": "Be careful, after the confirmation the integration and all related data will become unrecoverable.",
+        "delete-integrations-title": "Are you sure you want to delete { count, plural, =1 {1 integration} other {# integrations} }?",
+        "delete-integrations-action-title": "Delete { count, plural, =1 {1 integration} other {# integrations} }",
+        "delete-integrations-text": "Be careful, after the confirmation all selected integrations will be removed and all related data will become unrecoverable.",
+        "events": "Events",
+        "enabled": "Enable integration",
+        "allow-create-devices-or-assets": "Allow create devices or assets",
+        "all-types": "All integration types",
+        "add": "Add Integration",
+        "search": "Search integrations",
+        "integration-details": "Integration details",
+        "details": "Details",
+        "copyId": "Copy integration Id",
+        "idCopiedMessage": "Integration Id has been copied to clipboard",
+        "debug-mode": "Debug mode",
+        "enable-security": "Enable security",
+        "enable-security-new": "Enable security for automatic token updates",
+        "headers-filter": "Headers filter",
+        "header": "Header",
+        "no-headers-filter": "No headers filter",
+        "downlink-url": "Downlink URL",
+        "downlink-url-required": "Downlink URL is required",
+        "create-loriot-output": "Create Loriot Application output",
+        "send-downlink": "Send downlink",
+        "allow-downlink": "Allow downlink",
+        "server": "Server",
+        "server-required": "Server is required",
+        "domain": "Domain",
+        "app-id": "Application ID",
+        "app-id-required": "Application ID is required",
+        "app-token": "Application Access Token",
+        "app-token-required": "Application Access Token is required",
+        "email": "Email",
+        "email-required": "Email is required",
+        "application-uri": "Application URI",
+        "as-id": "AS ID",
+        "as-id-required": "AS ID is required.",
+        "as-key": "AS Key",
+        "as-key-required": "AS Key is required.",
+        "client-id-new": "Client Id",
+        "client-id-new-required": "Client Id (login) is required (login).",
+        "client-secret": "Client Secret",
+        "client-secret-required": "Client Secret (password) is required (password).",
+        "max-time-diff-in-seconds": "Maximum time difference (seconds)",
+        "max-time-diff-in-seconds-required": "Maximum time difference is required.",
+        "created-time": "Created time",
+        "name": "Name",
+        "name-required": "Name is required.",
+        "name-max-length": "Name should be less than 256",
+        "description": "Description",
+        "base-url": "Base URL",
+        "base-url-required": "Base URL is required",
+        "security-key": "Security key",
+        "http-endpoint": "HTTP endpoint URL",
+        "replace-no-content-to-ok": "Replace response status from 'No-Content' to 'OK'",
+        "copy-http-endpoint-url": "Copy HTTP endpoint URL",
+        "http-endpoint-url-copied-message": "HTTP endpoint URL has been copied to clipboard",
+        "host": "Host",
+        "host-required": "Host is required.",
+        "host-private": "Host must be in the public network.",
+        "url-private": "URL must be in the public network.",
+        "host-type": "Host type",
+        "host-type-required": "Host type is required.",
+        "api-version": "Use API v3",
+        "custom-host": "Custom host",
+        "custom-host-required": "Custom host is required.",
+        "port": "Port",
+        "port-required": "Port is required.",
+        "port-range": "Port should be in a range from 1 to 65535.",
+        "connect-timeout": "Connection timeout (sec)",
+        "connect-timeout-required": "Connection timeout is required.",
+        "connect-timeout-range": "Connection timeout should be in a range from 1 to 200.",
+        "client-id": "Client ID",
+        "client-id-required": "Client ID is required.",
+        "client-id-hint": "Hint: Optional. Leave empty for auto-generated client ID. Be careful when specifying the Client ID. Majority of the MQTT brokers will not allow multiple connections with the same client ID. To connect to such brokers, your MQTT client ID must be unique.",
+        "max-bytes-in-message": "Max bytes in message",
+        "max-bytes-in-message-range": "Max bytes in message should be in a range from 1 to 256000000.",
+        "device-id": "Device ID",
+        "device-id-required": "Device ID is required.",
+        "device-id-range": "Device ID should be in a range from 1 to 65535 characters.",
+        "device-id-pattern": "Device ID should consist of numbers, upper and lower case letters. [MQTT-3.1.3-5]",
+        "group-id": "Group ID",
+        "group-id-required": "Group ID is required.",
+        "topics": "Topics",
+        "topics-required": "Topic is required.",
+        "routing-keys": "Routing keys",
+        "routing-keys-required": "Routing key is required.",
+        "queues": "Queues",
+        "queues-required": "Queue name is required.",
+        "durable": "Durable",
+        "exclusive": "Exclusive",
+        "autoDelete": "Auto delete",
+        "exchange-name": "Exchange name",
+        "exchange-name-required": "Exchange name is required.",
+        "downlink-topic": "Downlink topic",
+        "connection-timeout": "Connection timeout, ms",
+        "connection-timeout-min": "Invalid connection timeout value.",
+        "handshake-timeout": "Handshake timeout, ms",
+        "handshake-timeout-min": "Invalid handshake timeout value.",
+        "virtual-host": "Virtual host",
+        "rabbit-mq-poll-interval": "Poll interval, ms",
+        "rabbit-mq-poll-interval-min": "Invalid poll interval value.",
+        "application-server-url": "Application server URL",
+        "application-server-url-required": "Application server URL is required.",
+        "application-server-api-token": "Application server API Token",
+        "application-server-api-token-required": "Application server API Token is required.",
+        "use-api-four-plus": "Use API for ChirpStack 4+",
+        "bootstrap-servers": "Bootstrap servers",
+        "bootstrap-servers-required": "Bootstrap servers is required.",
+        "poll-interval": "Poll interval",
+        "poll-interval-required": "Poll interval is required.",
+        "poll-interval-min-value": "Poll interval value can't be less then 1",
+        "auto-create-topics": "Auto create topics",
+        "clean-session": "Clean session",
+        "enable-ssl": "Enable SSL",
+        "credentials": "Credentials",
+        "credentials-type": "Credentials type",
+        "credentials-type-required": "Credentials type is required.",
+        "username": "Username",
+        "username-required": "Username is required.",
+        "password": "Password",
+        "password-required": "Password is required.",
+        "azure-ca-cert": "CA certificate file",
+        "ca-cert": "CA certificate file",
+        "private-key": "Private key file",
+        "private-key-password": "Private key password",
+        "cert": "Certificate file",
+        "no-file": "No file selected.",
+        "drop-file": "Drop a file or click to select a file to upload.",
+        "drop-file-or": "Drag and drop a file or",
+        "check-connection": "Check connection",
+        "check-success": "Connection established.",
+        "topic-filters": "Topic filters",
+        "remove-topic-filter": "Remove topic filter",
+        "add-topic-filter": "Add topic filter",
+        "add-topic-filter-prompt": "Please add topic filter",
+        "topic": "Topic",
+        "mqtt-qos": "QoS",
+        "mqtt-qos-required": "QoS is required",
+        "mqtt-qos-range": "QoS values range is from 0 to 2",
+        "mqtt-qos-at-most-once": "At most once",
+        "mqtt-qos-at-least-once": "At least once",
+        "mqtt-qos-exactly-once": "Exactly once",
+        "downlink-topic-pattern": "Downlink topic pattern",
+        "downlink-topic-pattern-required": "Downlink topic pattern is required.",
+        "retained-message": "Retained",
+        "aws-access-key-id": "AWS access key Id",
+        "aws-secret-access-key": "AWS secret access key",
+        "aws-region": "Region",
+        "aws-iot-endpoint": "AWS IoT Endpoint",
+        "aws-iot-endpoint-required": "AWS IoT Endpoint is required.",
+        "aws-iot-credentials": "AWS IoT Credentials",
+        "aws-sqs-polling-period-in-seconds": "Polling period in seconds",
+        "aws-sqs-queue-url": "SQS Queue URL",
+        "aws-sqs-queue-url-required": "SQS Queue URL is required",
+        "aws-sqs-access-key-id-required": "Access Key Id is required",
+        "aws-sqs-secret-access-key-required": "Secret Access Key is required",
+        "application-credentials": "Application Credentials",
+        "api-key": "API Key",
+        "api-key-required": "API Key is required.",
+        "api-key-format": "Invalid API Key format.",
+        "auth-token": "Authentication Token",
+        "auth-token-required": "Authentication Token is required.",
+        "region": "Region",
+        "region-required": "Region is required.",
+        "application-id": "Application ID",
+        "application-id-required": "Application ID is required.",
+        "access-id": "Access Id",
+        "access-id-required": "Access Id is required.",
+        "access-key": "Access Key",
+        "access-key-required": "Access Key is required.",
+        "access-key-min-length": "Access Key is too short.",
+        "access-key-max-length": "Access Key is too long.",
+        "connection-parameters": "Connection parameters",
+        "service-bus-namespace-name": "Service Bus Namespace Name",
+        "service-bus-namespace-name-required": "Service Bus Namespace Name is required.",
+        "connection-string": "Connection string",
+        "consumer-group": "Consumer group",
+        "connection-string-required": "Connection string required!",
+        "event-hub-name": "Event Hub Name",
+        "event-hub-name-required": "Event Hub Name is required.",
+        "event-iot-hub-name-required": "Iot Hub Name is required for downlink",
+        "sas-key-name": "SAS Key Name",
+        "sas-key-name-required": "SAS Key Name is required.",
+        "sas-key": "SAS Key",
+        "sas-key-required": "SAS Key is required.",
+        "iot-hub-name": "IoT Hub Name (required for downlink)",
+        "hostname": "Hostname",
+        "hostname-required": "Hostname is required",
+        "integration-clazz": "Integration class",
+        "integration-clazz-required": "Integration class is required",
+        "integration-configuration": "Integration JSON configuration",
+        "metadata": "Metadata",
+        "type": "Integration type",
+        "select-integration-type": "Select integration type",
+        "type-required": "Integration type is required.",
+        "type-not-found": "Integration type not found",
+        "uplink-converter": "Uplink data converter",
+        "uplink-converter-required": "Uplink data converter is required.",
+        "downlink-converter": "Downlink data converter",
+        "type-http": "HTTP",
+        "type-http-description": "Transferring text or multimedia files protocol.",
+        "type-ocean-connect": "OceanConnect",
+        "type-ocean-connect-description": "Integration of devices with different capabilities with the IoT platform.",
+        "type-sigfox": "SigFox",
+        "type-sigfox-description": "Lightweight protocol to handle small data transmissions.",
+        "type-thingpark": "ThingPark",
+        "type-thingpark-description": "Message-oriented transport layer protocol.",
+        "type-loriot": "Loriot",
+        "type-loriot-description": "Distributed LoRaWAN infrastructure.",
+        "type-thingpark-enterprise": "ThingParkEnterprise",
+        "type-thingpark-enterprise-description": "Messaging platform for the LPWA network.",
+        "type-tmobile-iot-cdp": "iotcreators.com (T-Mobile – IoT CDP)",
+        "type-tmobile-iot-cdp-description": "Mobile IoT connectivity service.",
+        "type-mqtt": "MQTT",
+        "type-mqtt-description": "Machine to machine network protocol.",
+        "type-aws-iot": "AWS IoT",
+        "type-aws-iot-description": "Management, storage, and analytics service.",
+        "type-aws-sqs": "AWS SQS",
+        "type-aws-sqs-description": "Fully managed message queuing service.",
+        "type-aws-kinesis": "AWS Kinesis",
+        "type-aws-kinesis-description": "Service for real-time video and data streams.",
+        "type-ibm-watson-iot": "IBM Watson IoT",
+        "type-ibm-watson-iot-description": "Fully managed, cloud-hosted service.",
+        "type-ttn": "The Things Stack Community",
+        "type-ttn-description": "Open and decentralized LoRaWAN network.",
+        "type-tti": "The Things Stack Industries",
+        "type-tti-description": "Software to operate private LoRaWAN networks at scale.",
+        "type-chirpstack": "ChirpStack",
+        "type-chirpstack-description": "LoRaWAN network configuration server.",
+        "type-particle": "Particle",
+        "type-particle-description": "IoT enablement platform-as-a-service.",
+        "type-azure-event-hub": "Azure Event Hub",
+        "type-azure-event-hub-description": "Big data streaming platform and event ingestion service.",
+        "type-azure-iot-hub": "Azure IoT Hub",
+        "type-azure-iot-hub-description": "Cloud-hosted messaging service.",
+        "type-opc-ua": "OPC-UA",
+        "type-opc-ua-description": "Cross-platform for data exchange from sensors to cloud apps.",
+        "type-custom": "Custom",
+        "type-coap": "CoAP",
+        "type-coap-description": "Machine to machine network protocol for constrained devices.",
+        "type-udp": "UDP",
+        "type-udp-description": "Message-oriented transport layer protocol.",
+        "type-tcp": "TCP",
+        "type-tcp-description": "Connection-oriented protocol.",
+        "type-kafka": "Kafka",
+        "type-kafka-description": "Streaming analytics, data integration streaming platform.",
+        "type-rabbitmq": "RabbitMQ",
+        "type-rabbitmq-description": "Message broker that supports multiple messaging protocols.",
+        "type-pubsub": "Pub/Sub",
+        "type-pubsub-description": "Service for asynchronous messaging between apps.",
+        "type-apache-pulsar": "Apache Pulsar",
+        "type-apache-pulsar-description": "Distributed pub-sub messaging and streaming platform.",
+        "type-tuya": "Tuya",
+        "type-tuya-description": "Cloud-hosted messaging. device platform.",
+        "type-azure-service-bus": "Azure Service Bus",
+        "type-azure-service-bus-description": "Fully managed enterprise message broker with message queues and publish-subscribe topics.",
+        "opc-ua-application-name": "Application name",
+        "opc-ua-application-uri": "Application uri",
+        "opc-ua-scan-period-in-seconds": "Scan period in seconds",
+        "opc-ua-scan-period-in-seconds-required": "Scan period is required",
+        "opc-ua-timeout": "Timeout in milliseconds",
+        "opc-ua-timeout-required": "Timeout is required",
+        "opc-ua-security": "Security",
+        "opc-ua-security-required": "Security is required",
+        "opc-ua-identity": "Identity",
+        "opc-ua-identity-required": "Identity is required",
+        "opc-ua-keystore": "Keystore",
+        "add-opc-ua-keystore-prompt": "Please add keystore file",
+        "opc-ua-keystore-required": "Keystore is required",
+        "opc-ua-type": "Type",
+        "opc-ua-keystore-type": "Type",
+        "opc-ua-keystore-type-required": "Type is required",
+        "opc-ua-keystore-location": "Location *",
+        "opc-ua-keystore-password": "Password",
+        "opc-ua-keystore-password-required": "Password is required",
+        "opc-ua-keystore-alias": "Alias",
+        "opc-ua-keystore-alias-required": "Alias is required",
+        "opc-ua-keystore-key-password": "Key password",
+        "opc-ua-keystore-key-password-required": "Key password is required",
+        "opc-ua-mapping": "Mapping",
+        "add-opc-ua-mapping-prompt": "Please add mapping",
+        "opc-ua-mapping-type": "Mapping type",
+        "opc-ua-mapping-type-required": "Mapping type is required",
+        "opc-ua-device-node-pattern": "Device Node Pattern",
+        "opc-ua-device-node-pattern-required": "Device Node Pattern is required",
+        "opc-ua-namespace": "Namespace",
+        "opc-ua-add-map": "Add mapping element",
+        "kinesis-stream-name": "Stream name",
+        "kinesis-stream-name-required": "Stream name is required",
+        "kinesis-region": "Region",
+        "kinesis-region-required": "Region is required",
+        "kinesis-access-key-id": "Access Key Id",
+        "kinesis-access-key-id-required": "Access Key Id is required",
+        "kinesis-secret-access-key": "Secret Access Key",
+        "kinesis-secret-access-key-required": "Secret Access Key is required",
+        "kinesis-use-consumers-with-enhanced-fan-out": "Use Consumers with Enhanced Fan-Out",
+        "kinesis-use-credentials-from-instance-metadata": "Use credentials from the Amazon EC2 Instance Metadata Service",
+        "kinesis-application-name": "Application name (by default equals Stream name)",
+        "kinesis-initial-position-in-stream": "Initial position in stream",
+        "kinesis-initial-position-in-stream-required": "Initial position in stream required",
+        "kinesis-max-records": "Max records",
+        "kinesis-max-records-required": "Max records is required",
+        "kinesis-max-records-length-range": "Max records length should be in a range from 1 to 10000",
+        "kinesis-request-timeout": "Request timeout in seconds",
+        "kinesis-request-timeout-required": "Request timeout is required",
+        "other-properties": "Other properties",
+        "subscription-tags": "Subscription tags",
+        "remove-subscription-tag": "Remove subscription tag",
+        "add-subscription-tag": "Add subscription tag",
+        "add-subscription-tag-prompt": "Please add subscription tag",
+        "key": "Key",
+        "path": "Path",
+        "required": "Required",
+        "integration-key": "Integration key",
+        "copy-integration-key": "Copy integration key",
+        "integration-key-copied-message": "Integration key has been copied to clipboard",
+        "integration-secret": "Integration secret",
+        "copy-integration-secret": "Copy integration secret",
+        "integration-secret-copied-message": "Integration secret has been copied to clipboard",
+        "execute-remotely": "Execute remotely",
+        "remote": "Remote",
+        "handler-configuration": "Handler Configuration",
+        "handler-configuration-type": "Handler Type",
+        "so-broadcast": "Enable broadcast - integration will accepts broadcast address packets",
+        "so-keepalive-option": "Enable sending of keep-alive messages on connection-oriented sockets",
+        "so-reuse-addr": "Bind the process to a port",
+        "tcp-no-delay": "Forces a socket to send the data without buffering (disable Nagle's buffering algorithm)",
+        "fail-fast": "Thrown exception soon as the decoder notices the length of the frame will exceed max size",
+        "strip-delimiter": "Strip Delimiter",
+        "length-field-offset": "Length Field Offset",
+        "length-field-offset-required": "Length Field Offset is required.",
+        "length-field-offset-range": "Length Field Offset should be in a range from 0 to 8.",
+        "length-field-length": "Length Field Length",
+        "length-field-length-required": "Length Field Length is required.",
+        "length-field-length-range": "Length Field Length should be in a range from 0 to 8.",
+        "length-adjustment": "Length Adjustment (the compensation value to add to the value of the length field)",
+        "length-adjustment-required": "Length Adjustment is required.",
+        "length-adjustment-range": "Length Adjustment should be in a range from 0 to 8.",
+        "byte-order": "Byte Order of the length field",
+        "initial-bytes-to-strip": "Number of first bytes to strip out from the decoded frame",
+        "initial-bytes-to-strip-required": "Number of first bytes to strip out from the decoded frame is required.",
+        "initial-bytes-to-strip-range": "Number of first bytes to strip out from the decoded frame should be in a range from 0 to 8.",
+        "so-backlog-option": "Max number of pending connects on the socket",
+        "so-backlog-option-required": "The max number of pending connects on the socket is required.",
+        "so-backlog-option-range": "The max number of pending connects on the socket should be in a range from 1 to 65535.",
+        "so-rcv-buf": "Size of the buffer for inbound socket (in KB)",
+        "so-rcv-buf-required": "Size of the buffer for inbound socket (in KB) is required.",
+        "so-rcv-buf-range": "Size of the buffer for inbound socket (in KB) should be in a range from 1 to 65535.",
+        "so-snd-buf": "Size of the buffer for outbound socket (in KB)",
+        "so-snd-buf-required": "Size of the buffer for outbound socket (in KB) is required.",
+        "so-snd-buf-range": "Size of the buffer for outbound socket (in KB) should be in a range from 1 to 65535.",
+        "charset-name": "Charset Name",
+        "charset-name-required": "Charset Name is required.",
+        "message-separator": "Message Separator",
+        "message-separator-required": "Message Separator is required.",
+        "character-sequence": "Character Sequence",
+        "character-sequence-required": "Character Sequence is required.",
+        "max-frame-length": "Max Frame Length (in bytes)",
+        "max-frame-length-required": "Max Frame Length (in bytes) is required.",
+        "max-frame-length-range": "Max Frame Length (in bytes) should be in a range from 1 to 65535.",
+        "handler-type": "Handler Type",
+        "message-size": "Message Size",
+        "message-size-required": "Message Size is required.",
+        "service-url": "Service URL",
+        "service-url-required": "Service URL is required.",
+        "subscription-name": "Subscription name",
+        "subscription-name-required": "Subscription name is required.",
+        "max-num-messages": "Max number of messages",
+        "max-num-messages-required": "Max number of messages is required.",
+        "max-num-bytes": "Max number of bytes",
+        "max-num-bytes-required": "Max number of bytes required.",
+        "timeout-in-ms": "Timeout in milliseconds",
+        "timeout-in-ms-required": "Timeout in milliseconds is required.",
+        "user-id": "User ID",
+        "user-id-required": "User ID is required.",
+        "token": "Token",
+        "token-required": "Token is required.",
+        "project-id": "Project ID",
+        "project-id-required": "Project ID is required.",
+        "subscription-id": "Subscription ID",
+        "subscription-id-required": "Subscription ID is required.",
+        "service-account-key": "Service Account key file",
+        "service-account-key-required": "Service Account key file is required.",
+        "tcp": {
+            "system-line-separator": "System Line Separator",
+            "nul-delimiter": "Nul Delimiter",
+            "byte-order-little-endian": "Little Endian",
+            "byte-order-big-endian": "Big Endian"
+        },
+        "cache-size": "Cache Size",
+        "cache-time-to-live": "Cache time to live in minutes",
+        "min-cache-size": "Cache size can't be lower 0",
+        "min-cache-time-to-live": "Cache time to live can't be lower 0",
+        "max-cache-time-to-live": "Invalid time of cache live, select between 0 and 525600",
+        "coap-security-mode": "Security mode",
+        "coap-security-mode-required": "CoAP security mode is required",
+        "coap-security-mode-no-secure": "NO SECURE",
+        "coap-security-mode-dtls": "DTLS",
+        "coap-security-mode-mixed": "MIXED",
+        "coap-endpoint": "CoAP endpoint URL",
+        "coap-endpoint-url-copied-message": "CoAP endpoint URL has been copied to clipboard",
+        "copy-coap-endpoint-url": "Copy CoAP endpoint URL",
+        "copy-coap-dtls-endpoint-url": "Copy CoAP DTLS endpoint URL",
+        "coap-dtls-base-url": "DTLS Base URL",
+        "coap-dtls-base-url-required": "DTLS Base URL is required",
+        "coap-dtls-endpoint": "CoAP DTLS endpoint URL",
+        "coap-dtls-endpoint-url-copied-message": "CoAP DTLS endpoint URL has been copied to clipboard",
+        "unassign-integration-title": "Are you sure you want to unassign the integration '{{integrationName}}'?",
+        "unassign-integration-from-edge-text": "After the confirmation the integration will be unassigned and won't be accessible by the edge.",
+        "unassign-integrations-from-edge-title": "Are you sure you want to unassign { count, plural, =1 {1 integration} other {# integrations} }?",
+        "unassign-integrations-from-edge-text": "After the confirmation all selected integrations will be unassigned and won't be accessible by the edge.",
+        "unassign-integrations": "Unassign integrations",
+        "edge-placeholder-hint": "You can use placeholder ${{ATTRIBUTE_KEY}} to substitute integration field with attribute value from specific Edge entity. For example, 'Edge A' has attribute 'baseUrl' that equals to 'http://localhost:9999'. You can set ${{baseUrl}} as one of the integration fields, and it is going to be replaced to 'http://localhost:9999' during the assignment of this integration to 'Edge A'. Additionally, if 'Edge A' attribute 'baseUrl' is going to be updated - integration with new updated value is going to be automatically provisioned to 'Edge A'.",
+        "status": {
+            "status": "Status",
+            "active": "Active",
+            "disabled": "Disabled",
+            "failed": "Failed",
+            "pending": "Pending"
+        },
+        "daily-activity": "Daily activity",
+        "enable-debug-mode": "Enable debug mode",
+        "disable-debug-mode": "Disable debug mode",
+        "advanced-settings": "Advanced settings",
+        "basic-settings": "Basic settings",
+        "existing-converter": "Select existing",
+        "new-converter": "Create new",
+        "connection": "Connection",
+        "connected": "Connected",
+        "not-connected": "Not connected",
+        "environment": "Environment",
+        "environment-required": "Environment is required.",
+        "region-cn": "China",
+        "region-us": "United States",
+        "region-eu": "Europe",
+        "region-in": "India",
+        "topic-name": "Topic name",
+        "topic-name-required": "Topic name is required",
+        "sub-name": "Subscription name",
+        "sub-name-required": "Subscription name is required",
+        "downlink-connection-string": "Downlink connection string",
+        "downlink-connection-string-required": "Downlink connection string is required",
+        "downlink-topic-name": "Downlink topic name",
+        "downlink-topic-name-required": "Downlink topic name is required"
+    },
+    "item": {
+        "selected": "Pasirinkta"
+    },
+    "js-func": {
+        "no-return-error": "Funkcija privalo grąžinti reikšmę!",
+        "return-type-mismatch": "Funkcijos grąžinama reikšmė privalo būti '{{type}}' tipo!",
+        "tidy": "Tidy",
+        "mini": "Mini"
+    },
+    "key-val": {
+        "key": "Raktas",
+        "value": "Reikšmė",
+        "remove-entry": "Panaiknti įrašą",
+        "add-entry": "Pridėti įrašą",
+        "no-data": "Įrašų nėra"
+    },
+    "layout": {
+        "layout": "Maketas",
+        "layouts": "Maketai",
+        "manage": "Valdyti maketus",
+        "settings": "Maketų nustatymai",
+        "color": "Spalva",
+        "main": "Pagrindinis",
+        "right": "Į dešinę",
+        "left": "Į kairę",
+        "select": "Pasirinkti maketą",
+        "percentage-width": "Procentinis plotis (%)",
+        "fixed-width": "Fiksuotas plotis (px)",
+        "left-width": "Kairysis stulpelis (%)",
+        "right-width": "Dešinysis stulpelis (%)",
+        "pick-fixed-side": "Fiksuota pusė: ",
+        "layout-fixed-width": "Fiksuotas plotis (px)",
+        "value-min-error": "Reikšmė turi būti dedesnė nei {{min}}{{unit}}",
+        "value-max-error": "Reikšmė turi būti mažesnė nei {{max}}{{unit}}",
+        "layout-fixed-width-required": "Fiksuotas plotis būtinas",
+        "right-width-percentage-required": "Dešinės pusės procentas būtinas",
+        "left-width-percentage-required": "kairės pusės procentas būtinas",
+        "divider": "Daliklis",
+        "right-side": "Dešinės pusės maketas",
+        "left-side": "Kairės pusės maketas"
+    },
+    "legend": {
+        "direction": "Elementų išdėstymo kryptis",
+        "position": "Legendos pozicija",
+        "show-values": "Rodyti reikšmes",
+        "min-option": "Min",
+        "max-option": "Max",
+        "average-option": "Vidurkis",
+        "total-option": "Viso",
+        "latest-option": "Naujausi",
+        "sort-legend": "Legendoje rodyti duomenų raktus",
+        "show-max": "Rodyti didžiausią reišmę",
+        "show-min": "Rodyti mažiausią reikšmę",
+        "show-avg": "Rodyti vidutinę reikšmę",
+        "show-total": "Rodyti suminę rekšmę",
+        "show-latest": "Rodyti naujausią reikšmę",
+        "settings": "Legendos nustatymai",
+        "min": "Min",
+        "max": "Max",
+        "avg": "Vidurkis",
+        "total": "Viso",
+        "latest": "Naujausia",
+        "comparison-time-ago": {
+            "previousInterval": "(previous interval)",
+            "customInterval": "(custom interval)",
+            "days": "(day ago)",
+            "weeks": "(week ago)",
+            "months": "(month ago)",
+            "years": "(year ago)"
+        }
+    },
+    "login": {
+        "login": "Prisijungti",
+        "request-password-reset": "Prašyti atstatyti slaptažodį",
+        "reset-password": "Atstatyti slaptažodį",
+        "create-password": "Nustatyti slaptažodį",
+        "two-factor-authentication": "Dviejų veiksnių autentifikavimas",
+        "passwords-mismatch-error": "Įvesti slaptažodžiai turi sutapti!",
+        "password-again": "Slaptažodį įveskite dar kartą",
+        "sign-in": "Prisijunkite",
+        "username": "Vartoto vardas (el. paštas)",
+        "remember-me": "Prisiminti mane",
+        "forgot-password": "Pamiršote slaptažodį?",
+        "password-reset": "Slaptažodis atstatytas",
+        "expired-password-reset-message": "Jūsų slaptažodio galiojimas baigėsi! Nustatykite naują slaptažodį.",
+        "new-password": "Naujas slaptažodis",
+        "new-password-again": "Pakartokite naują slaptažodį",
+        "password-link-sent-message": "Atstatymo nuoroda išsiųsta",
+        "email": "El. paštas",
+        "no-account": "Neturi paskyros?",
+        "create-account": "Sukurti paskyrą",
+        "login-with": "Prisijungti kaip {{name}}",
+        "or": "arba",
+        "error": "Login error",
+        "verify-your-identity": "Verify your identity",
+        "select-way-to-verify": "Select a way to verify",
+        "resend-code": "Resend code",
+        "resend-code-wait": "Resend code in { time, plural, =1 {1 second} other {# seconds} }",
+        "try-another-way": "Try another way",
+        "totp-auth-description": "Please enter the security code from your authenticator app.",
+        "totp-auth-placeholder": "Code",
+        "sms-auth-description": "A security code has been sent to your phone at {{contact}}.",
+        "sms-auth-placeholder": "SMS code",
+        "email-auth-description": "A security code has been sent to your email address at {{contact}}.",
+        "email-auth-placeholder": "Email code",
+        "backup-code-auth-description": "Please enter one of your backup codes.",
+        "backup-code-auth-placeholder": "Backup code"
+    },
+    "signup": {
+        "firstname": "Vardas",
+        "lastname": "Pavardė",
+        "email": "El. paštas",
+        "signup": "Registracija",
+        "create-password": "nustatyti slaptažodį",
+        "repeat-password": "Pakartokite slaptažodį",
+        "have-account": "Jau turite paskyrą?",
+        "signin": "Prisijungti",
+        "no-captcha-message": "Turite patvirtinti, jog nesate robotas",
+        "password-length-message": "Jūsų slaptažodis turi būti ne nei 6 simboliai",
+        "email-verification": "El. pašto adreso patvirtinimas",
+        "email-verification-message": "El. laiškas su patvirtinimo informacija išsiųstas nurodytu el. pašto adresu.
Sekite laiške pateiktas intrukcijas ir atlikite prisijungimui reikalingus veiksmus.
Pastaba: Jei nematote el. laiško, patikrinkite 'Šlamšto' katalogą arba bandykite dar kartą siųsti laišką paspausdami 'Siųsti dar kartą' mygtuką",
+        "account-activation-title": "Paskyros aktyvavimas",
+        "account-activated": "Paskyra aktyvuota!",
+        "account-activated-text": "Sveikiname!
Jūsų paskyra aktyvuota.",
+        "resend": "Siųsti dar kartą",
+        "inactive-user-exists-title": "Neaktyvuotas vartotojas sistemoje jau yra",
+        "inactive-user-exists-text": "Vartotojas su tokiu el. pašto adresu jau užregistruotas, tačiau šis adresas nepatvirtintas.
Paspauskite 'Siųsti dar kartą' mygtuką jei norite išsiųsti patvirtinimo laišką.",
+        "activating-account": "Paskyra aktyvuojama...",
+        "activating-account-text": "Jūsų paskyra aktyvuojama. Palaukite...",
+        "accept-privacy-policy": "Sutikti su privatumo politika",
+        "accept": "Sutikti",
+        "privacy-policy": "Privatumo politika",
+        "accept-privacy-policy-message": "You must accept our Privacy Policy",
+        "recaptcha-title": "reCAPTCHA",
+        "terms-of-use": "Terms of Use",
+        "accept-terms-of-use-message": "You must accept our Terms Of Use"
+    },
+    "notification": {
+        "action-button": "Action button",
+        "action-type": "Action type",
+        "active": "Active",
+        "add-notification-recipients-group": "Add notification recipients group",
+        "add-notification-template": "Add notification template",
+        "add-recipient": "Add recipient",
+        "add-recipients": "Add recipients",
+        "add-rule": "Add rule",
+        "add-stage": "Add stage",
+        "add-template": "Add template",
+        "after": "After",
+        "alarm-assignment-trigger-settings": "Alarm assignment trigger settings",
+        "alarm-comment-trigger-settings": "Alarm comment trigger settings",
+        "alarm-trigger-settings": "Alarm trigger settings",
+        "all": "All",
+        "api-feature-hint": "If the field is empty, the trigger will be applied to all api features",
+        "api-usage-trigger-settings": "API usage trigger settings",
+        "new-platform-version-trigger-settings": "New platform version trigger settings",
+        "rate-limits-trigger-settings": "Exceeded rate limits trigger settings",
+        "at-least-one-should-be-selected": "At least one should be selected",
+        "basic-settings": "Basic settings",
+        "button-text": "Button text",
+        "button-text-required": "Button text is required",
+        "button-text-max-length": "Button text should be less than or equal to {{ length }} characters",
+        "compose": "Compose",
+        "conversation": "Conversation",
+        "conversation-required": "Conversation is required",
+        "copy-notification-template": "Copy notification template",
+        "copy-rule": "Copy rule",
+        "copy-template": "Copy template",
+        "create-new": "Create new",
+        "created": "Created",
+        "delete-notification-text": "Be careful, after the confirmation the notification will become unrecoverable.",
+        "delete-notification-title": "Are you sure you want to delete the notification?",
+        "delete-notifications-text": "Be careful, after the confirmation notifications will become unrecoverable.",
+        "delete-notifications-title": "Are you sure you want to delete { count, plural, =1 {1 notification} other {# notifications} }?",
+        "delete-recipient-text": "Be careful, after the confirmation the recipient will become unrecoverable.",
+        "delete-recipient-title": "Are you sure you want to delete recipient '{{recipientName}}'?",
+        "delete-recipients-text": "Be careful, after the confirmation recipients will become unrecoverable.",
+        "delete-recipients-title": "Are you sure you want to delete { count, plural, =1 {1 recipient} other {# recipients} }?",
+        "delete-request-text": "Be careful, after the confirmation request will become unrecoverable.",
+        "delete-request-title": "Are you sure you want to delete request?",
+        "delete-requests-text": "Be careful, after the confirmation requests will become unrecoverable.",
+        "delete-requests-title": "Are you sure you want to delete { count, plural, =1 {1 request} other {# requests} }?",
+        "delete-rule-text": "Be careful, after the confirmation rule will become unrecoverable.",
+        "delete-rule-title": "Are you sure you want to delete rule '{{ruleName}}'?",
+        "delete-rules-text": "Be careful, after the confirmation rules will become unrecoverable.",
+        "delete-rules-title": "Are you sure you want to delete { count, plural, =1 {1 rule} other {# rules} }?",
+        "delete-template-text": "Be careful, after the confirmation template will become unrecoverable.",
+        "delete-template-title": "Are you sure you want to delete template '{{templateName}}'?",
+        "delete-templates-text": "Be careful, after the confirmation templates will become unrecoverable.",
+        "delete-templates-title": "Are you sure you want to delete { count, plural, =1 {1 template} other {# templates} }?",
+        "deleted": "Deleted",
+        "delivery-method": {
+            "delivery-method": "Delivery method",
+            "email": "Email",
+            "email-preview": "Email notification preview",
+            "slack": "Slack",
+            "slack-preview": "Slack notification preview",
+            "microsoft-teams": "Microsoft Teams",
+            "microsoft-teams-preview": "Microsoft Teams notification preview",
+            "sms": "SMS",
+            "sms-preview": "SMS notification preview",
+            "web": "Web",
+            "web-preview": "Web notification preview"
+        },
+        "delivery-method-not-configure-click": "Delivery method is not configured. Click to setup.",
+        "delivery-method-not-configure-contact": "Delivery method is not configured. Contact your system administrator.",
+        "delivery-methods": "Delivery methods",
+        "description": "Description",
+        "device-activity-trigger-settings": "Device active trigger settings",
+        "device-list-rule-hint": "If the field is empty, the trigger will be applied to all devices",
+        "device-profiles-list-rule-hint": "If the field is empty, the trigger will be applied to all device profiles",
+        "disabled": "Disabled",
+        "edit-notification-recipients-group": "Edit notification recipients group",
+        "edit-notification-template": "Edit notification template",
+        "edit-rule": "Edit rule",
+        "edit-template": "Edit template",
+        "enabled": "Enabled",
+        "entities-limit-trigger-settings": "Entities limit trigger settings",
+        "entity-action-trigger-settings": "Entity action trigger settings",
+        "entity-type": "Entity type",
+        "escalation-chain": "Escalation chain",
+        "failed-send": "Sending failures",
+        "fails": "{ count, plural, =1 {1 fail} other {# fails} }",
+        "filter": "Filter",
+        "first-recipient": "First recipient",
+        "inactive": "Inactive",
+        "inbox": "Inbox",
+        "notification-inbox": "Notifications / Inbox",
+        "input-field-support-templatization": "Input field support templatization.",
+        "input-fields-support-templatization": "Input fields support templatization.",
+        "integration-action-trigger-settings": "Integration events trigger settings",
+        "integration-list-rule-hint": "If the field is empty, the trigger will be applied to all integrations",
+        "link": "Link",
+        "link-required": "Link is required",
+        "link-type": {
+            "dashboard": "Open dashboard",
+            "link": "Open URL link"
+        },
+        "loading-notifications": "Loading notifications...",
+        "management": "Notification management",
+        "mark-all-as-read": "Mark all as read",
+        "mark-as-read": "Mark as read",
+        "message": "Message",
+        "message-required": "Message is required",
+        "message-max-length": "Message should be less than or equal to {{ length }} characters",
+        "name": "Name",
+        "name-required": "Name is required",
+        "new-notification": "New notification",
+        "no-inbox-notification": "No notification found",
+        "no-notification-request": "No notification request",
+        "no-notification-templates": "No notification templates found",
+        "no-notifications-yet": "No notifications yet",
+        "no-recipients-notification": "No recipients notification",
+        "no-rule": "No rule configured",
+        "no-rules-notification": "No rules notification",
+        "no-severity-found": "No severity found",
+        "no-severity-matching": "'{{severity}}' not found.",
+        "no-template-matching": "No resource matching '{{template}}' were found.",
+        "not-found-slack-recipient": "Slack recipient not found",
+        "notification": "Notification",
+        "notification-center": "Notification center",
+        "notify": "notify",
+        "notify-again": "Notify again",
+        "notify-alarm-action": {
+            "acknowledged": "Alarm acknowledged",
+            "assigned": "Alarm assigned",
+            "cleared": "Alarm cleared",
+            "created": "Alarm created",
+            "severity-changed": "Alarm severity changed",
+            "unassigned": "Alarm unassigned"
+        },
+        "notify-on": "Notify on",
+        "notify-on-comment-update": "Notify on comment update",
+        "notify-on-required": "Notify on is required",
+        "notify-on-unassign": "Notify on unassign",
+        "notify-only-integrations-errors": "Only notify on error",
+        "notify-only-user-comments": "Notify only user comments",
+        "only-rule-chain-lifecycle-failures": "Only rule chain lifecycle failures",
+        "only-rule-node-lifecycle-failures": "Only rule node lifecycle failures",
+        "platform-users": "Platform users",
+        "rate-limits": "Rate limits",
+        "rate-limits-hint": "If the field is empty, the trigger will be applied to all rate limits",
+        "recipient": "Recipient",
+        "recipient-group": "Recipient group",
+        "recipient-type": {
+            "affected-tenant-administrators": "Affected tenant administrators",
+            "affected-user": "Affected user",
+            "affected-user-hint": "Affected user hint",
+            "all-users": "All users",
+            "customer-users": "Customer users",
+            "system-administrators": "System administrators",
+            "tenant-administrators": "Tenant administrators",
+            "user-filters": "User filter",
+            "user-group-list": "User group list",
+            "user-list": "User list",
+            "user-role": "User role",
+            "users-entity-owner": "Users of the entity owner",
+            "users-entity-owner-hint": "Users of the entity owner hint"
+        },
+        "recipients": "Recipients",
+        "notification-recipients": "Notifications / Recipients",
+        "recipients-count": "{ count, plural, =1 {1 recipient} other {# recipients} }",
+        "recipients-required": "Recipients are required",
+        "refresh-allow-delivery-method": "Refresh allow delivery method",
+        "request-search": "Request search",
+        "request-status": {
+            "processing": "Processing",
+            "scheduled": "Scheduled",
+            "sent": "Sent"
+        },
+        "review": "Review",
+        "rule": "Rule",
+        "rule-chain-list-rule-hint": "If the field is empty, the trigger will be applied to all rule chains",
+        "rule-engine-events-trigger-settings": "Rule engine events trigger settings",
+        "rule-engine-filter": "Rule engine filter",
+        "rule-name": "Rule name",
+        "rule-name-required": "Name is required",
+        "rule-disable": "Disable notification rule",
+        "rule-enable": "Enable notification rule",
+        "rule-node-filter": "Rule node filter",
+        "rules": "Rules",
+        "notification-rules": "Notifications / Rules",
+        "scheduler-later": "Schedule for later",
+        "search-notification": "Search notifications",
+        "search-recipients": "Search recipients",
+        "search-rules": "Search rules",
+        "search-templates": "Search templates",
+        "see-documentation": "See documentation",
+        "selected-notifications": "{ count, plural, =1 {1 notification} other {# notifications} } selected",
+        "selected-recipients": "{ count, plural, =1 {1 recipient} other {# recipients} } selected",
+        "selected-requests": "{ count, plural, =1 {1 request} other {# requests} } selected",
+        "selected-rules": "{ count, plural, =1 {1 rule} other {# rules} } selected",
+        "selected-template": "{ count, plural, =1 {1 template} other {# templates} } selected",
+        "send-notification": "Send notification",
+        "sent": "Sent",
+        "notification-sent": "Notifications / Sent",
+        "set-entity-from-notification": "Set entity from notification to dashboard state",
+        "slack-chanel-type": "Slack channel type",
+        "slack-chanel-types": {
+            "direct": "Direct message",
+            "private-channel": "Private channel",
+            "public-channel": "Public channel"
+        },
+        "start-from-scratch": "Start from scratch",
+        "status": "Status",
+        "stop-escalation-alarm-status-become": "Stop the escalation on the alarm status become:",
+        "subject": "Subject",
+        "subject-required": "Subject is required",
+        "template": "Template",
+        "template-name": "Template name",
+        "template-required": "Template is required",
+        "template-type": {
+            "alarm": "Alarm",
+            "alarm-assignment": "Alarm assignment",
+            "alarm-comment": "Alarm comment",
+            "api-usage-limit": "API usage limit",
+            "device-activity": "Device activity",
+            "entities-limit": "Entities limit",
+            "entity-action": "Entity action",
+            "general": "General",
+            "integration-lifecycle-event": "Integration lifecycle event",
+            "rule-engine-lifecycle-event": "Rule engine lifecycle event",
+            "rule-node": "Rule node",
+            "new-platform-version": "New platform version",
+            "rate-limits": "Exceeded rate limits"
+        },
+        "templates": "Templates",
+        "notification-templates": "Notifications / Templates",
+        "tenant-profiles-list-rule-hint": "If the field is empty, the trigger will be applied to all tenant profiles",
+        "tenants-list-rule-hint": "If the field is empty, the trigger will be applied to all tenants",
+        "threshold": "Threshold",
+        "theme-color": "Theme color",
+        "time": "Time",
+        "track-rule-node-events": "Track rule node events",
+        "trigger": {
+            "alarm": "Alarm",
+            "alarm-assignment": "Alarm assignment",
+            "alarm-comment": "Alarm comment",
+            "api-usage-limit": "API usage limit",
+            "device-activity": "Device activity",
+            "entities-limit": "Entities limit",
+            "entity-action": "Entity action",
+            "integration-lifecycle-event": "Integration lifecycle event",
+            "rule-engine-lifecycle-event": "Rule engine lifecycle event",
+            "new-platform-version": "New platform version",
+            "rate-limits": "Exceeded rate limits",
+            "trigger": "Trigger",
+            "trigger-required": "Trigger is required"
+        },
+        "type": "Type",
+        "unread": "Unread",
+        "updated": "Updated",
+        "use-template": "Use template",
+        "view-all": "View all",
+        "view-notification-recipients-group": "View notification recipients group",
+        "view-notification-template": "View notification template",
+        "view-rule": "View rule",
+        "warning": "Warning",
+        "webhook-url": "Webhook URL",
+        "webhook-url-required": "Webhook URL is required",
+        "channel-name": "Channel name",
+        "channel-name-required": "Channel name is required",
+        "settings": {
+            "notification-settings": "Notification settings",
+            "reset-all": "Reset all settings",
+            "reset-all-title": "Are you sure you want to reset form?",
+            "reset-all-text": "After the confirmation, the settings form will reset to the default value and save.",
+            "type": "Type",
+            "enable-all": "Enable all",
+            "disable-all": "Disable all",
+            "delivery-not-configured": "Delivery method is not configured"
+        }
+    },
+    "ota-update": {
+        "add": "Add package",
+        "assign-firmware": "Assigned firmware",
+        "assign-firmware-required": "Assigned firmware is required",
+        "assign-software": "Assigned software",
+        "assign-software-required": "Assigned software is required",
+        "auto-generate-checksum": "Auto-generate checksum",
+        "cant-applied-group-all": "Can't be applied for group All",
+        "checksum": "Checksum",
+        "checksum-hint": "If checksum is empty, it will be generated automatically",
+        "checksum-algorithm": "Checksum algorithm",
+        "checksum-copied-message": "Package checksum has been copied to clipboard",
+        "change-firmware": "Change of the firmware may cause update of { count, plural, =1 {1 device} other {# devices} }.",
+        "change-software": "Change of the software may cause update of { count, plural, =1 {1 device} other {# devices} }.",
+        "chose-compatible-device-profile": "The uploaded package will be available only for devices with the chosen profile.",
+        "chose-firmware-distributed-device": "Choose firmware that will be distributed to the devices",
+        "chose-software-distributed-device": "Choose software that will be distributed to the devices",
+        "content-type": "Content type",
+        "copy-checksum": "Copy checksum",
+        "copy-direct-url": "Copy direct URL",
+        "copyId": "Copy package Id",
+        "copied": "Copied!",
+        "delete": "Delete package",
+        "delete-ota-update-text": "Be careful, after the confirmation the OTA update will become unrecoverable.",
+        "delete-ota-update-title": "Are you sure you want to delete the OTA update '{{title}}'?",
+        "delete-ota-updates-text": "Be careful, after the confirmation all selected OTA updates will be removed.",
+        "delete-ota-updates-title": "Are you sure you want to delete { count, plural, =1 {1 OTA update} other {# OTA updates} }?",
+        "description": "Description",
+        "direct-url": "Direct URL",
+        "direct-url-copied-message": "Package direct URL has been copied to clipboard",
+        "direct-url-required": "Direct URL is required",
+        "download": "Download package",
+        "drop-file": "Drop a package file or click to select a file to upload.",
+        "drop-package-file-or": "Drag and drop a package file or",
+        "file-name": "File name",
+        "file-size": "File size",
+        "file-size-bytes": "File size in bytes",
+        "idCopiedMessage": "Package Id has been copied to clipboard",
+        "no-firmware-matching": "No compatible Firmware OTA Update packages matching '{{entity}}' were found.",
+        "no-firmware-text": "No compatible Firmware OTA Update packages provisioned.",
+        "no-packages-text": "No packages found",
+        "no-software-matching": "No compatible Software OTA Update packages matching '{{entity}}' were found.",
+        "no-software-text": "No compatible Software OTA Update packages provisioned.",
+        "ota-update": "OTA update",
+        "ota-update-details": "OTA update details",
+        "ota-updates": "OTA updates",
+        "package-type": "Package type",
+        "packages-repository": "Packages repository",
+        "search": "Search packages",
+        "selected-package": "{ count, plural, =1 {1 package} other {# packages} } selected",
+        "title": "Title",
+        "title-required": "Title is required.",
+        "title-max-length": "Title should be less than 256",
+        "types": {
+            "firmware": "Firmware",
+            "software": "Software"
+        },
+        "upload-binary-file": "Upload binary file",
+        "use-external-url": "Use external URL",
+        "version": "Version",
+        "version-required": "Version is required.",
+        "version-tag": "Version Tag",
+        "version-tag-hint": "Custom tag should match the package version reported by your device.",
+        "version-max-length": "Version should be less than 256",
+        "warning-after-save-no-edit": "Once the package is uploaded, you will not be able to modify title, version, device profile and package type."
+    },
+    "position": {
+        "top": "Viršus",
+        "bottom": "Apačia",
+        "left": "Kairioji pusė",
+        "right": "Dešinioji pusė"
+    },
+    "profile": {
+        "profile": "Profilis",
+        "last-login-time": "Paskutinio prisijungimo laikas",
+        "change-password": "Pakeisti slaptažodį",
+        "current-password": "Dabartinis slaptažodis",
+        "copy-jwt-token": "Copy JWT token",
+        "jwt-token": "JWT token",
+        "token-valid-till": "Token is valid till",
+        "tokenCopiedSuccessMessage": "JWT token has been copied to clipboard",
+        "tokenCopiedWarnMessage": "JWT token is expired! Please, refresh the page."
+    },
+    "profiles": {
+        "profiles": "Profiles"
+    },
+    "security": {
+        "security": "Security",
+        "general-settings": "General security settings",
+        "access-token": "Access token",
+        "access-token-required": "Access token is required",
+        "clientId": "Client ID",
+        "clientId-required": "Client ID is required",
+        "username": "Username",
+        "username-required": "Username is required",
+        "ca-cert": "CA certificate",
+        "2fa": {
+            "2fa": "Two-factor authentication",
+            "2fa-description": "Two-factor authentication protects your account from unauthorized access. All you have to do is enter a security code when you log in.",
+            "authenticate-with": "You can authenticate with:",
+            "disable-2fa-provider-text": "Disabling {{name}} will make your account less secure",
+            "disable-2fa-provider-title": "Are you sure you want to disable {{name}}?",
+            "get-new-code": "Get new code",
+            "main-2fa-method": "Use as main two-factor authentication method",
+            "dialog": {
+                "activation-step-description-email": "The next time you login in, you will be prompted to enter the security code that will be sent to your email address.",
+                "activation-step-description-sms": "The next time you login in, you will be prompted to enter the security code that will be sent to the phone number.",
+                "activation-step-description-totp": "The next time you login in, you will need to provide a two-factor authentication code.",
+                "activation-step-label": "Activation",
+                "backup-code-description": "Print out the codes so you have them handy when you need to use them to log in to your account. You can use each backup code once.",
+                "backup-code-warn": "Once you leave this page, these codes cannot be shown again. Store them safely using the options below.",
+                "download-txt": "Download (txt)",
+                "email-step-description": "Enter an email to use as your authenticator.",
+                "email-step-label": "Email",
+                "enable-email-title": "Enable email authenticator",
+                "enable-sms-title": "Enable SMS authenticator",
+                "enable-totp-title": "Enable authenticator app",
+                "enter-verification-code": "Enter the 6-digit code here",
+                "get-backup-code-title": "Get backup code",
+                "next": "Next",
+                "scan-qr-code": "Scan this QR code with your verification app",
+                "send-code": "Send code",
+                "sms-step-description": "Enter a phone number to use as your authenticator.",
+                "sms-step-label": "Phone Number",
+                "success": "Success!",
+                "totp-step-description-install": "You can install apps like Google Authenticator, Authy, or Duo.",
+                "totp-step-description-open": "Open the authenticator app on your mobile phone.",
+                "totp-step-label": "Get app",
+                "verification-code": "6-digit code",
+                "verification-code-invalid": "Invalid verification code format",
+                "verification-code-incorrect": "Verification code is incorrect",
+                "verification-code-many-request": "Too many requests check verification code",
+                "verification-step-description": "Enter a 6-digit code we just sent to {{address}}",
+                "verification-step-label": "Verification"
+            },
+            "provider": {
+                "email": "Email",
+                "email-description": "Use a security code sent to your email address to authenticate.",
+                "email-hint": "Authentication codes are sent via email to {{ info }}",
+                "sms": "SMS",
+                "sms-description": "Use your phone to authenticate. We'll send you a security code via SMS message when you log in.",
+                "sms-hint": "Authentication codes are sent by text message to {{ info }}",
+                "totp": "Authenticator app",
+                "totp-description": "Use apps like Google Authenticator, Authy, or Duo on your phone to authenticate. It will generate a security code for logging in.",
+                "totp-hint": "Authenticator app is set up for your account",
+                "backup_code": "Backup code",
+                "backup-code-description": "These printable one-time passcodes allow you to sign in when away from your phone, like when you’re traveling.",
+                "backup-code-hint": "{{ info }} single-use codes are active at this time"
+            }
+        },
+        "password-requirement": {
+            "at-least": "At least:",
+            "character": "{ count, plural, =1 {1 character} other {# characters} }",
+            "digit": "{ count, plural, =1 {1 digit} other {# digits} }",
+            "incorrect-password-try-again": "Incorrect password. Try again",
+            "lowercase-letter": "{ count, plural, =1 {1 lowercase letter} other {# lowercase letters} }",
+            "new-passwords-not-match": "New password didn't match",
+            "password-should-not-contain-spaces": "Your password should not contain spaces",
+            "password-not-meet-requirements": "Password didn't meet requirements",
+            "password-requirements": "Password requirements",
+            "password-should-difference": "New password should be different from current",
+            "special-character": "{ count, plural, =1 {1 special character} other {# special characters} }",
+            "uppercase-letter": "{ count, plural, =1 {1 uppercase letter} other {# uppercase letters} }"
+        }
+    },
+    "relation": {
+        "relations": "Ryšiai",
+        "direction": "Direction",
+        "clear-relation-type": "Clear relation type",
+        "search-direction": {
+            "FROM": "Iš",
+            "TO": "Į"
+        },
+        "direction-type": {
+            "FROM": "iš",
+            "TO": "į"
+        },
+        "from-relations": "Išeinantys ryšiai",
+        "to-relations": "įeinantys ryšiai",
+        "selected-relations": "Pasirinkta { count, plural, =1 {1 ryšys} other {# ryšiai} } selected",
+        "type": "Tipas",
+        "to-entity-type": "Į subjekto tipą",
+        "to-entity-name": "Į subjektą",
+        "from-entity-type": "iš subjektų tipo",
+        "from-entity-name": "Iš subjekto",
+        "to-entity": "į subjektą",
+        "from-entity": "Iš subjekto",
+        "delete": "panaikinti ryšį",
+        "relation-type": "Ryšio tipas",
+        "relation-type-required": "Ryšio tipas būtinas.",
+        "relation-type-max-length": "Ryšio tipas negali viršyti 256 simbolių",
+        "any-relation-type": "Bet kuris tipas",
+        "add": "pridėti ryšį",
+        "edit": "Redaguoti ryšį",
+        "view": "peržiūrėti ryšį",
+        "delete-to-relation-title": "Ar tikrai norite panaikinti ryšį su '{{entityName}}' subjektu?",
+        "delete-to-relation-text": "Būkite dėmesingi, po patvirtinimo '{{entityName}}' subjektas neteks ryšio su dabartiniu subjektu.",
+        "delete-to-relations-title": "Ar tikrai norite panaikinti { count, plural, =1 {1 ryšį} other {# ryšius} }?",
+        "delete-to-relations-text": "Būkite dėmesingi, po patvirtinimo visi pasirinkti ryšiai bus panaikinti ir atitinkami subjektai neteks ryšių su dabartiniu subjektu.",
+        "delete-from-relation-title": "Ar tikrai norite panaikinti ryšį iš '{{entityName}}' subjekto?",
+        "delete-from-relation-text": "Būkite dėmesingi, po patvirtinimo, dabartinis subjektas neteks ryšio su '{{entityName}}' subjektu.",
+        "delete-from-relations-title": "Ar tikrai norite panaikinti { count, plural, =1 {1 ryšį} other {# ryšius} }?",
+        "delete-from-relations-text": "Būkite dėmesingi, po patvirtinimo, visi pasirinkti ryšiai bus panaikinti ir dabartinis subjektas neteks ryšių su atitinkamais subjektais.",
+        "remove-relation-filter": "Panaikinti ryšių filtrą",
+        "remove-filter": "Panakinti filtrą",
+        "add-relation-filter": "Pridėti ryšių filtrą",
+        "any-relation": "Bet kuris ryšys",
+        "relation-filters": "Ryšių filtrai",
+        "additional-info": "Papildoma informacija (JSON)",
+        "invalid-additional-info": "Papildomos JSON informacijos išanalizuoti nepavyko.",
+        "no-relations-text": "Ryšių nėra"
+    },
+    "resource": {
+        "add": "Add Resource",
+        "all-types": "All",
+        "copyId": "Copy resource Id",
+        "delete": "Delete resource",
+        "delete-resource-text": "Be careful, after the confirmation the resource will become unrecoverable.",
+        "delete-resource-title": "Are you sure you want to delete the resource '{{resourceTitle}}'?",
+        "delete-resources-action-title": "Delete { count, plural, =1 {1 resource} other {# resources} }",
+        "delete-resources-text": "Please note that the selected resources, even if they are used in device profiles, will be deleted.",
+        "delete-resources-title": "Are you sure you want to delete { count, plural, =1 {1 resource} other {# resources} }?",
+        "download": "Download resource",
+        "drop-file": "Drop a resource file or click to select a file to upload.",
+        "drop-resource-file-or": "Drag and drop a resource file or",
+        "empty": "Resource is empty",
+        "file-name": "File name",
+        "idCopiedMessage": "Resource Id has been copied to clipboard",
+        "no-resource-matching": "No resource matching '{{widgetsBundle}}' were found.",
+        "no-resource-text": "No resources found",
+        "open-widgets-bundle": "Open widgets bundle",
+        "resource": "Resource",
+        "resource-library-details": "Resource details",
+        "resource-type": "Resource type",
+        "resources-library": "Resources library",
+        "search": "Search resources",
+        "selected-resources": "{ count, plural, =1 {1 resource} other {# resources} } selected",
+        "system": "System",
+        "title": "Title",
+        "title-required": "Title is required.",
+        "title-max-length": "Title should be less than 256",
+        "type": {
+            "jks": "JKS",
+            "js-module": "JS module",
+            "lwm2m-model": "LWM2M model",
+            "pkcs-12": "PKCS #12"
+        }
+    },
+    "rulechain": {
+        "rulechain": "Rule chain",
+        "rulechain-events": "Rule chain events",
+        "rulechains": "Rule chains",
+        "root": "Root",
+        "delete": "Delete rule chain",
+        "name": "Name",
+        "name-required": "Name is required.",
+        "name-max-length": "Name should be less than 256",
+        "description": "Description",
+        "add": "Add Rule Chain",
+        "set-root": "Make rule chain root",
+        "set-root-rulechain-title": "Are you sure you want to make the rule chain '{{ruleChainName}}' root?",
+        "set-root-rulechain-text": "After the confirmation the rule chain will become root and will handle all incoming transport messages.",
+        "delete-rulechain-title": "Are you sure you want to delete the rule chain '{{ruleChainName}}'?",
+        "delete-rulechain-text": "Be careful, after the confirmation the rule chain and all related data will become unrecoverable.",
+        "delete-rulechains-title": "Are you sure you want to delete { count, plural, =1 {1 rule chain} other {# rule chains} }?",
+        "delete-rulechains-action-title": "Delete { count, plural, =1 {1 rule chain} other {# rule chains} }",
+        "delete-rulechains-text": "Be careful, after the confirmation all selected rule chains will be removed and all related data will become unrecoverable.",
+        "add-rulechain-text": "Add new rule chain",
+        "no-rulechains-text": "No rule chains found",
+        "rulechain-details": "Rule chain details",
+        "details": "Details",
+        "events": "Events",
+        "system": "System",
+        "import": "Import rule chain",
+        "export": "Export rule chain",
+        "export-failed-error": "Unable to export rule chain: {{error}}",
+        "create-new-rulechain": "Create new rule chain",
+        "rulechain-file": "Rule chain file",
+        "invalid-rulechain-file-error": "Unable to import rule chain: Invalid rule chain data structure.",
+        "copyId": "Copy rule chain Id",
+        "idCopiedMessage": "Rule chain Id has been copied to clipboard",
+        "select-rulechain": "Select rule chain",
+        "no-rulechains-matching": "No rule chains matching '{{entity}}' were found.",
+        "rulechain-required": "Rule chain is required",
+        "management": "Rules management",
+        "debug-mode": "Debug mode",
+        "search": "Search rule chains",
+        "selected-rulechains": "{ count, plural, =1 {1 rule chain} other {# rule chains} } selected",
+        "open-rulechain": "Open rule chain",
+        "edge-template-root": "Template Root",
+        "assign-to-edge": "Assign to Edge",
+        "edge-rulechain": "Edge rule chain",
+        "unassign-rulechain-from-edge-text": "After the confirmation the rulechain will be unassigned and won't be accessible by the edge.",
+        "unassign-rulechains-from-edge-title": "Are you sure you want to unassign { count, plural, =1 {1 rulechain} other {# rulechains} }?",
+        "unassign-rulechains-from-edge-text": "After the confirmation all selected rulechains will be unassigned and won't be accessible by the edge.",
+        "assign-rulechain-to-edge-title": "Assign Rule Chain(s) To Edge",
+        "assign-rulechain-to-edge-text": "Please select the rulechains to assign to the edge",
+        "set-edge-template-root-rulechain": "Make rule chain as edge template root",
+        "set-edge-tscheduler-eventemplate-root-rulechain": "Make rule chain as edge template root",
+        "set-edge-template-root-rulechain-title": "Are you sure you want to make the rule chain '{{ruleChainName}}' edge template root?",
+        "set-edge-template-root-rulechain-text": "After the confirmation the rule chain will become edge template root and will be root rule chain for a newly created edges.",
+        "invalid-rulechain-type-error": "Unable to import rule chain: Invalid rule chain type. Expected type is {{expectedRuleChainType}}.",
+        "set-auto-assign-to-edge": "Assign rule chain to edge(s) on creation",
+        "set-auto-assign-to-edge-title": "Are you sure you want to assign the edge rule chain '{{ruleChainName}}' to edge(s) on creation?",
+        "set-auto-assign-to-edge-text": "After the confirmation the edge rule chain will be automatically assigned to edge(s) on creation.",
+        "unset-auto-assign-to-edge": "Do not assign rule chain to edge(s) on creation",
+        "unset-auto-assign-to-edge-title": "Are you sure you do not want to assign the edge rule chain '{{ruleChainName}}' to edge(s) on creation?",
+        "unset-auto-assign-to-edge-text": "After the confirmation the edge rule chain will no longer be automatically assigned to edge(s) on creation.",
+        "unassign-rulechain-title": "Are you sure you want to unassign the rulechain '{{ruleChainName}}'?",
+        "unassign-rulechains": "Unassign rulechains"
+    },
+    "rulenode": {
+        "rule-node-events": "Rule node events",
+        "details": "Details",
+        "events": "Events",
+        "search": "Search nodes",
+        "open-node-library": "Open node library",
+        "close-node-library": "Close node library",
+        "add": "Add rule node",
+        "name": "Name",
+        "name-required": "Name is required.",
+        "name-max-length": "Name should be less than 256",
+        "type": "Type",
+        "rule-node-description": "Rule node description",
+        "delete": "Delete rule node",
+        "select-all-objects": "Select all nodes and connections",
+        "deselect-all-objects": "Deselect all nodes and connections",
+        "delete-selected-objects": "Delete selected nodes and connections",
+        "delete-selected": "Delete selected",
+        "create-nested-rulechain": "Create nested rule chain",
+        "select-all": "Select all",
+        "copy-selected": "Copy selected",
+        "deselect-all": "Deselect all",
+        "rulenode-details": "Rule node details",
+        "debug-mode": "Debug mode",
+        "singleton-mode": "Singleton mode",
+        "configuration": "Configuration",
+        "link": "Link",
+        "link-details": "Rule node link details",
+        "add-link": "Add link",
+        "link-label": "Link label",
+        "link-label-required": "Link label is required.",
+        "custom-link-label": "Custom link label",
+        "custom-link-label-required": "Custom link label is required.",
+        "link-labels": "Link labels",
+        "link-labels-required": "Link labels is required.",
+        "no-link-labels-found": "No link labels found",
+        "no-link-label-matching": "'{{label}}' not found.",
+        "create-new-link-label": "Create a new one!",
+        "type-filter": "Filter",
+        "type-filter-details": "Filter incoming messages with configured conditions",
+        "type-enrichment": "Enrichment",
+        "type-enrichment-details": "Add additional information into Message Metadata",
+        "type-transformation": "Transformation",
+        "type-transformation-details": "Change Message payload and Metadata",
+        "type-action": "Action",
+        "type-action-details": "Perform special action",
+        "type-analytics": "Analytics",
+        "type-analytics-details": "Perform analysis of streamed or persisted data",
+        "type-external": "External",
+        "type-external-details": "Interacts with external system",
+        "type-rule-chain": "Rule Chain",
+        "type-rule-chain-details": "Forwards incoming messages to specified Rule Chain",
+        "type-flow": "Flow",
+        "type-flow-details": "Organizes message flow",
+        "type-input": "Input",
+        "type-input-details": "Logical input of Rule Chain, forwards incoming messages to next related Rule Node",
+        "type-unknown": "Unknown",
+        "type-unknown-details": "Unresolved Rule Node",
+        "directive-is-not-loaded": "Defined configuration directive '{{directiveName}}' is not available.",
+        "ui-resources-load-error": "Failed to load configuration ui resources.",
+        "invalid-target-rulechain": "Unable to resolve target rule chain!",
+        "test-script-function": "Test script function",
+        "script-lang-java-script": "Java Script",
+        "script-lang-tbel": "TBEL",
+        "message": "Message",
+        "message-type": "Message type",
+        "select-message-type": "Select message type",
+        "message-type-required": "Message type is required",
+        "metadata": "Metadata",
+        "metadata-required": "Metadata entries can't be empty.",
+        "output": "Output",
+        "test": "Test",
+        "help": "Help",
+        "reset-debug-mode": "Reset debug mode in all nodes",
+        "test-with-this-message": "{{test}} with this message"
+    },
+    "role": {
+        "role": "Rolė",
+        "roles": "Rolės",
+        "management": "Rolių valdymas",
+        "view-roles": "Peržiūrėti roles",
+        "no-roles-matching": "Rolių, atitinkančių '{{entity}}' nėra.",
+        "role-list": "Rolių sąrašas",
+        "role-list-required": "Rolių sąrašas būtinas",
+        "add": "Pridėti rolę",
+        "view": "Peržiūrėti rolę",
+        "search": "Rolių paieška",
+        "selected-roles": "Pasirinkta { count, plural, =1 {1 rolė} other {# rolės} }",
+        "no-roles-text": "Rolių nėra",
+        "role-details": "Informacija apie rolę",
+        "add-role-text": "Pridėti naują rolę",
+        "delete": "Panaikinti rolę",
+        "delete-roles": "Panaikinti roles",
+        "delete-role-title": "Ar tikrai norite panaikinti '{{roleName}}' rolę?",
+        "delete-role-text": "Būkite dėmesingi, po patvirtinimo, rolė ir visa su ja susijusi informacija bus pašalinta.",
+        "delete-roles-title": "Ar tikrai norite panaikinti { count, plural, =1 {1 rolę} other {# roles} }?",
+        "delete-roles-action-title": "Panaikinti { count, plural, =1 {1 rolę} other {# roles} }",
+        "delete-roles-text": "Būkite dėmesingi, po patvirtinimo, visos pasirinktos rolės ir su jomis susijusi informacija bus pašalintos.",
+        "role-type": "Tipas",
+        "role-type-required": "Rolės tipas būtinas.",
+        "select-role-type": "Pasirinkite rolės tipą",
+        "enter-role-type": "Įveskite rolės tipą",
+        "any-role": "Bet kuri rolė",
+        "no-role-types-matching": "Rolių tipų, atitinkančių '{{entitySubtype}}' nėra.",
+        "role-type-list-empty": "Nepasirinktas rolės tipas.",
+        "role-types": "Rolių tipais",
+        "created-time": "Sukųrimo laikas",
+        "name": "Pavadinimas",
+        "name-required": "Pavadinimas būtinas.",
+        "name-max-length": "Pavadinimas negali viršyti 256 simbolių",
+        "description": "Aprašymas",
+        "events": "Įvykiai",
+        "details": "Informacija",
+        "copyId": "Kopijuoti rolės Id",
+        "idCopiedMessage": "Rolės Id nukopijuotas į iškarpinę",
+        "permissions": "Leidimai",
+        "role-required": "Rolė būtina",
+        "roles-required": "Rolės būtinos",
+        "display-type": {
+            "GENERIC": "Bendroji",
+            "GROUP": "Grupinė"
+        }
+    },
+    "group-permission": {
+        "user-group-roles": "Vartotojų grupės rolės",
+        "entity-group-permissions": "Subjektų grupės leidimai",
+        "role-type": "Rolės tipas",
+        "role-name": "Rolės pavadinimas",
+        "group-type": "Grupės tipas",
+        "group-name": "Grupės pavadinimas",
+        "group-owner": "Grupės savininkas",
+        "user-group-name": "Vartotojų grupės pavadinimas",
+        "user-group-owner": "Vartotojų grupės savininkas",
+        "edit": "Redaguoti leidimus",
+        "delete": "Naikinti leidimus",
+        "selected-group-permissions": "Pasirinkta { count, plural, =1 {1 grupinis leidimas} other {# grupiniai leidimai} }",
+        "delete-group-permission-title": "Ar tikrai norite panaikinti '{{roleName}}' grupinį leidimą?",
+        "delete-group-permission-text": "Būkite dėmesingi, po patvirtinimo, grupinis leidimas ir visa su juo sisijusi informacija bus pašalinta.",
+        "delete-group-permission": "Panaikinti grupinį leidima",
+        "delete-group-permissions-title": "Ar tikrai norite panaikinti { count, plural, =1 {1 grupinį leidimą} other {# grupinius leidimus} }?",
+        "delete-group-permissions-text": "Būkite dėmesingi, po patvirtinimo, pasirinkti grupiniai leidimai ir visa su jais susijusi informacija bus panaikinta ir atitinkami vartotojai neteks prieigos prie tam tikrų resursų.",
+        "delete-group-permissions": "Panaikinti grupinius leidimus",
+        "add-group-permission": "Pridėti grupinį leidimą",
+        "edit-group-permission": "Redaguoti grupinį leidimą",
+        "entity-group": "Subjektų grupė",
+        "user-group": "Vartotojų grupė",
+        "no-owners-matching": "Savininkų, atitinkančių '{{owner}}' nėra.",
+        "target-owner-required": "Subjektų grupės savininkas būtinas.",
+        "target-user-group-owner-required": "Vartotojų grupės savininkas būtinas.",
+        "no-group-permissions-text": "Grupinių leidimų nėra"
+    },
+    "permission": {
+        "permissions-required": "Turi būti nurodytas nors vienas leidimas.",
+        "remove-permission": "Panaikinti leidimą",
+        "add-permission": "Pridėti leidimą",
+        "other": "Kita",
+        "resource": {
+            "resource": "Resursas",
+            "select-resource": "Pasirinkite resursą",
+            "resource-required": "Resursas būtinas",
+            "no-resources-matching": "Resursų, atitinkančių '{{resource}}' nėra.",
+            "display-type": {
+                "ALL": "Visi",
+                "PROFILE": "Profilis",
+                "ADMIN_SETTINGS": "Administratoriaus nustatymai",
+                "ALARM": "Įspėjimai",
+                "DEVICE": "Įrenginys",
+                "DEVICE_PROFILE": "Įrenginio profilis",
+                "ASSET": "Turtas",
+                "CUSTOMER": "Klientas",
+                "DASHBOARD": "Skydelis",
+                "ENTITY_VIEW": "Subjekto rodinys",
+                "EDGE": "Edge",
+                "TENANT": "Valdytojas",
+                "TENANT_PROFILE": "Valdytojo profilis",
+                "RULE_CHAIN": "Taisyklių grandinė",
+                "USER": "Vartotojas",
+                "WIDGETS_BUNDLE": "Valdiklių rinkinys",
+                "WIDGET_TYPE": "Valdiklio tipas",
+                "CONVERTER": "Keitiklis",
+                "INTEGRATION": "Integracija",
+                "SCHEDULER_EVENT": "Tvarkaraščio įvykis",
+                "BLOB_ENTITY": "Blob subjektas",
+                "CUSTOMER_GROUP": "Klientų grupė",
+                "DEVICE_GROUP": "Įrenginių grupė",
+                "ASSET_GROUP": "Turto grupė",
+                "USER_GROUP": "Vartotojų grupė",
+                "ENTITY_VIEW_GROUP": "Subjektų rodinių grupė",
+                "DASHBOARD_GROUP": "Skydelių grupė",
+                "ROLE": "Rolė",
+                "GROUP_PERMISSION": "Grupinis leidimas",
+                "WHITE_LABELING": "Tinkinimas",
+                "AUDIT_LOG": "Audito žurnalas",
+                "API_USAGE_STATE": "API Usage State",
+                "TB_RESOURCE": "Resource",
+                "EDGE_GROUP": "Edge Group",
+                "OTA_PACKAGE": "Ota package",
+                "QUEUE": "Queue",
+                "VERSION_CONTROL": "Version control",
+                "ASSET_PROFILE": "Asset Profile",
+                "NOTIFICATION": "Notification"
+            }
+        },
+        "operation": {
+            "operation": "Operacija",
+            "operations": "Operacijos",
+            "operations-required": "Turi būti nurodyta nors viena operacija.",
+            "enter-operation": "Įveskite operaciją",
+            "no-operations-matching": "Operacijų, atitinkančių '{{operation}}' nėra.",
+            "display-type": {
+                "ALL": "Visi",
+                "CREATE": "Sukurti",
+                "READ": "Skaityti",
+                "WRITE": "Rašyti",
+                "DELETE": "Panaikinti",
+                "ASSIGN_TO_CUSTOMER": "Priskirti klientui",
+                "UNASSIGN_FROM_CUSTOMER": "Atsieti nuo kliento",
+                "RPC_CALL": "RPC kvietimas",
+                "READ_CREDENTIALS": "Skaityti įgaliojimus",
+                "WRITE_CREDENTIALS": "Rašyti įgaliojimus",
+                "READ_ATTRIBUTES": "Skaityti atributus",
+                "WRITE_ATTRIBUTES": "Rašyti atributus",
+                "READ_TELEMETRY": "Skaityti telemetriją",
+                "WRITE_TELEMETRY": "Rašyti telemetriją",
+                "CLAIM_DEVICES": "Patvirtinti įrenginius",
+                "IMPERSONATE": "Įeiti kaip vartotojui",
+                "CHANGE_OWNER": "Pakeisti savininką",
+                "ADD_TO_GROUP": "Įtraukti į grupę",
+                "REMOVE_FROM_GROUP": "Pašalinti iš grupės",
+                "SHARE_GROUP": "Bendrinti grupę",
+                "ASSIGN_TO_TENANT": "Priskirti valdytojui"
+            }
+        }
+    },
+    "scheduler": {
+        "scheduler": "Tvarkaraštis",
+        "scheduler-event": "Tvarkaraščio įvykis",
+        "select-scheduler-event": "Pasirinkite tvarkaraščio įvykį",
+        "no-scheduler-events-matching": "Tvarkaraščio įvykių, atitinkančių '{{entity}}' nėra.",
+        "scheduler-event-required": "Tvarkaraščio įvykis būtinas",
+        "management": "Tvarkaraščio valdymas",
+        "scheduler-events": "Tvarkaraščio įvykiai",
+        "add-scheduler-event": "Pridėti tvarkaraščio įvykį",
+        "search-scheduler-events": "Tvarkaraščio įvykių paieška",
+        "created-time": "Sukūrimo laikas",
+        "name": "Pavadinimas",
+        "name-required": "Pavadinimas būtinas",
+        "name-max-length": "Pavadinimas negali viršyti 256 simbolių",
+        "type": "Tipas",
+        "created_customer": "Sukūrė klientas",
+        "edit-scheduler-event": "Redaguoti tvarkaraščio įvykį",
+        "view-scheduler-event": "Peržiūrėti tvarkaraščio įvykį",
+        "delete-scheduler-event": "Panaikinti tvarkaraščio įvykį",
+        "no-scheduler-events": "Tvarkaraščio įvykių nėra",
+        "selected-scheduler-events": "Pasirinkta { count, plural, =1 {1 tvarkaraščio įvykis} other {#  tvarkaraščio įvykiai} }",
+        "delete-scheduler-event-title": "Ar tikrai norite panaikinti tvarkaraščio įvykį '{{schedulerEventName}}'?",
+        "delete-scheduler-event-text": "`",
+        "delete-scheduler-events-title": "Ar tikrai norite panaikinti { count, plural, =1 {1 tvarkaraščio įvykį} other {# tvarkaraščio įvykius} }?",
+        "delete-scheduler-events-text": "Būkite dėmesingi, po patvirtinimo, pasirinkti tvarkaraščio įvykiai ir visa su jais susijusi informacija bus panaikinta.",
+        "create": "Sukurti tvarkaraščio įvykį",
+        "edit": "Redaguoti tvarkaraščio įvykį",
+        "view": "Peržiūrėti tvarkaraščio įvykį",
+        "configuration": "Konfigūracija",
+        "schedule": "Tvarkaraštis",
+        "start-time": "Pradžios laikas",
+        "repeat": "Pakartoti",
+        "repeats": "Pakartojimai",
+        "daily": "Kasdieną",
+        "every-n-days": "Kas N dienas",
+        "every-n-days-text": "Every { days, plural, =1 {day} other {# days} }",
+        "weekly": "Kas savaitę",
+        "every-n-weeks": "Kas N savaites",
+        "every-n-weeks-text": "Every { weeks, plural, =1 {week} other {# weeks} }",
+        "monthly": "Kas mėnesį",
+        "yearly": "Kas metus",
+        "timer": "Nurodytu laiku",
+        "repeats-required": "Pakartojimai būtini.",
+        "repeat-on": "Kartoti",
+        "repeat-every": "Kartoti kiekvieną",
+        "repeat-every-n-days": "Kartoti kas N dienas",
+        "repeat-days-required": "Pakartojim dienų skaičius būtinas.",
+        "invalid-repeat-days-value": "Pakartojimo dienų skaičius turi būti sveikas teigiamas skaičius.",
+        "repeat-every-n-weeks": "Kartoti kas N savaites",
+        "repeat-weeks-required": "Pakartojimo savaičių skaičius būtinas.",
+        "invalid-repeat-weeks-value": "Pakartojimo savaičių skaičius turi būti sveikas teigiamas skaičius.",
+        "ends-on": "Pabaiga",
+        "sunday-label": "Sk",
+        "monday-label": "Pr",
+        "tuesday-label": "An",
+        "wednesday-label": "Tr",
+        "thursday-label": "Kt",
+        "friday-label": "Pn",
+        "saturday-label": "Št",
+        "repeat-on-sunday": "Kartoti sekmadieniais",
+        "repeat-on-monday": "Kartoti pirmadieniais",
+        "repeat-on-tuesday": "Kartoti antradieniais",
+        "repeat-on-wednesday": "Kartoti trečiadieniais",
+        "repeat-on-thursday": "Kartoti ketvirtadieniais",
+        "repeat-on-friday": "Kartoti penktadieniais",
+        "repeat-on-saturday": "Kartoti šeštadieniais",
+        "event-type": "Įvykio tipas",
+        "select-event-type": "Pasirinkite įvykio tiipą",
+        "event-type-required": "Įvykio tipas būtinas.",
+        "event-type-max-length": "Įvykio tipas negali viršyti 256 simbolių.",
+        "list-mode": "Sąrašas",
+        "calendar-mode": "Kalendorius",
+        "calendar-view-type": "Kalendoriaus peržiūros tipas",
+        "month": "Mėnuo",
+        "week": "Savaitė",
+        "day": "Diena",
+        "agenda-week": "Savaitinis tvarkaraštis",
+        "agenda-day": "Dienų tvarkaraštis",
+        "list-year": "Sąrašas metams",
+        "list-month": "Sąrašas mėnesiui",
+        "list-week": "Sąrašas savaitei",
+        "list-day": "Sąrašas dienai",
+        "today": "Šiandien",
+        "navigate-before": "Ankstesnis",
+        "navigate-next": "Sekantis",
+        "starting-from": "Pradėti nuo",
+        "until": "iki",
+        "on": "į",
+        "sunday": "Sekmadienis",
+        "monday": "Pirmadienis",
+        "tuesday": "Antradienis",
+        "wednesday": "Trečiadienis",
+        "thursday": "Ketvirtadienis",
+        "friday": "Penktadienis",
+        "saturday": "Šesštadienis",
+        "originator": "Iniciatorius",
+        "single-entity": "Vienas subjektas",
+        "group-of-entities": "Subjektų grupė",
+        "entities-group-owner": "Subjektų grupės savininkas",
+        "single-device": "Vienas įrenginys",
+        "group-of-devices": "Įrenginių grupė",
+        "devices-group-owner": "Įrenginių grupės savininkas",
+        "message-body": "Pranešimo tekstas",
+        "target": "Tikslas",
+        "rpc-method": "Method",
+        "rpc-method-required": "Method is required",
+        "rpc-method-white-space": "White space is not allowed.",
+        "rpc-params": "Params",
+        "select-dashboard-state": "Pasirinkite skydelio būseną",
+        "hours": "Valandos",
+        "minutes": "Minutės",
+        "seconds": "Sekundės",
+        "time-interval-required": "Laiko intervalas būtinas",
+        "time-unit-required": "Laiko vienetas būtinas",
+        "every-hour": "kas { count, plural, =1 {valandą} other {# valandas} }",
+        "every-minute": "kas { count, plural, =1 {minutę} other {# minutes} }",
+        "every-second": "kas { count, plural, =1 {sekundę} other {# sekundes} }",
+        "invalid-time": "Neteisingas laikas"
+    },
+    "report": {
+        "report-config": "Ataskaitos konfigūracija",
+        "email-config": "Elektroninio pašto konfigūracija",
+        "dashboard-state-param": "Skydelio būsenos parametro reikšmė",
+        "base-url": "Pagrindinis URL",
+        "base-url-required": "Pagrindinis URL būtinas.",
+        "use-dashboard-timewindow": "Naudoti skydelio laiko langą",
+        "timewindow": "Laiko langas",
+        "name-pattern": "Ataskaitos pavadinimo šablonas",
+        "name-pattern-required": "Ataskaitos pavadinimo šablonas būtinas",
+        "type": "Ataskaitos tipas",
+        "use-current-user-credentials": "Naudoti dabartinio vartotojo įgaliojimus",
+        "customer-user-credentials": "Kliento vartotojo įgaliojimai",
+        "customer-user-credentials-required": "Kliento vartotojo įgaliojimai būtini",
+        "generate-test-report": "Generuoti bandomąją ataskaitą",
+        "send-email": "Siųsti laišką",
+        "from": "Nuo",
+        "from-required": "Būtina nurodyti nuo ko siunčiamas laiškas.",
+        "to": "Kam",
+        "to-required": "Būtina nurodyti kam siunčiamas laiškas.",
+        "cc": "Cc",
+        "bcc": "Bcc",
+        "subject": "Tema",
+        "subject-required": "Būtina nurodyti laiško temą.",
+        "body": "Tekstas",
+        "body-required": "Būtina įrašyti laiško tekstą."
+    },
+    "blob-entity": {
+        "blob-entity": "Blob subjektas",
+        "select-blob-entity": "Pasirinkite blob subjektą",
+        "no-blob-entities-matching": "Blob subjektų, atitinkančių '{{entity}}' nėra.",
+        "blob-entity-required": "Blob subjektas būtinas",
+        "files": "Failai",
+        "search": "Failų paieška",
+        "clear-search": "Išvalyti paiešką",
+        "no-blob-entities-prompt": "Failų nėra",
+        "report": "Ataskaita",
+        "created-time": "Sukūrimo laikas",
+        "name": "Pavadinimas",
+        "type": "Tipas",
+        "created_customer": "Skūrė klientas",
+        "selected-blob-entities": "Pasirinkta{ count, plural, =1 {1 failas} other {# failai} }",
+        "download-blob-entity": "Atsisiųsti failą",
+        "delete-blob-entity": "Ištrinti failą",
+        "delete-blob-entity-title": "Ar tikrai norite ištrinti '{{blobEntityName}}' failą?",
+        "delete-blob-entity-text": "Būkite dėmesingi, po patvirtinimo failas bus ištrintas.",
+        "delete-blob-entities-title": "Artikrai norite ištrinti { count, plural, =1 {1 failą} other {# failus} }?",
+        "delete-blob-entities-text": "Būkite dėmesingi, po patvirtinimo visi pasirinkti failai ir su jais susijusi informacija bus ištrinta."
+    },
+    "timezone": {
+        "timezone": "Laiko juosta",
+        "select-timezone": "Pasirinkti laiko juostą",
+        "no-timezones-matching": "Laiko juostų, atitinkančių '{{timezone}}' nėra.",
+        "timezone-required": "Laiko juosta būtina.",
+        "browser-time": "Browser Time"
+    },
+    "queue": {
+        "queue-name": "Queue",
+        "no-queues-found": "No queues found.",
+        "no-queues-matching": "No queues matching '{{queue}}' were found.",
+        "select-name": "Select queue name",
+        "name": "Name",
+        "name-required": "Queue name is required!",
+        "name-unique": "Queue name is not unique!",
+        "name-pattern": "Queue name contains a character other than ASCII alphanumerics, '.', '_' and '-'!",
+        "queue-required": "Queue is required!",
+        "topic-required": "Queue topic is required!",
+        "poll-interval-required": "Poll interval is required!",
+        "poll-interval-min-value": "Poll interval value can't be less then 1",
+        "partitions-required": "Partitions is required!",
+        "partitions-min-value": "Partitions value can't be less then 1",
+        "pack-processing-timeout-required": "Processing timeout is required",
+        "pack-processing-timeout-min-value": "Processing timeout value can't be less then 1",
+        "batch-size-required": "Batch size is required!",
+        "batch-size-min-value": "Batch size value can't be less then 1",
+        "retries-required": "Retries is required!",
+        "retries-min-value": "Retries value can't be negative",
+        "failure-percentage-required": "Failure percentage is required!",
+        "failure-percentage-min-value": "Failure percentage value can't be less then 0",
+        "failure-percentage-max-value": "Failure percentage value can't be more then 100",
+        "pause-between-retries-required": "Pause between retries is required!",
+        "pause-between-retries-min-value": "Pause between retries value can't be less then 1",
+        "max-pause-between-retries-required": "Max pause between retries is required!",
+        "max-pause-between-retries-min-value": "Max pause between retries value can't be less then 1",
+        "submit-strategy-type-required": "Submit strategy type is required!",
+        "processing-strategy-type-required": "Processing strategy type is required!",
+        "queues": "Queues",
+        "selected-queues": "{ count, plural, =1 {1 queue} other {# queues} } selected",
+        "delete-queue-title": "Are you sure you want to delete the queue '{{queueName}}'?",
+        "delete-queues-title": "Are you sure you want to delete { count, plural, =1 {1 queue} other {# queues} }?",
+        "delete-queue-text": "Be careful, after the confirmation the queue and all related data will become unrecoverable.",
+        "delete-queues-text": "After the confirmation all selected queues will be deleted and won't be accessible.",
+        "search": "Search queue",
+        "add": "Add queue",
+        "details": "Queue details",
+        "topic": "Topic",
+        "submit-settings": "Submit settings",
+        "submit-strategy": "Strategy type *",
+        "grouping-parameter": "Grouping parameter",
+        "processing-settings": "Retries processing settings",
+        "processing-strategy": "Processing type *",
+        "retries-settings": "Retries settings",
+        "polling-settings": "Polling settings",
+        "batch-processing": "Batch processing",
+        "poll-interval": "Poll interval",
+        "partitions": "Partitions",
+        "immediate-processing": "Immediate processing",
+        "consumer-per-partition": "Send message poll for each consumer",
+        "consumer-per-partition-hint": "Enable separate consumer(s) per each partition",
+        "processing-timeout": "Processing within, ms",
+        "batch-size": "Batch size",
+        "retries": "Number of retries (0 – unlimited)",
+        "failure-percentage": "Percentage of failure messages for skipping retries",
+        "pause-between-retries": "Retry within, sec",
+        "max-pause-between-retries": "Additional retry within, sec",
+        "delete": "Delete queue",
+        "copyId": "Copy queue Id",
+        "idCopiedMessage": "Queue Id has been copied to clipboard",
+        "description": "Description",
+        "description-hint": "This text will be displayed in the Queue description instead of the selected strategy",
+        "alt-description": "Submit Strategy: {{submitStrategy}}, Processing Strategy: {{processingStrategy}}",
+        "custom-properties": "Custom properties",
+        "custom-properties-hint": "Custom queue (topic) creation properties, e.g. 'retention.ms:604800000;retention.bytes:1048576000'",
+        "strategies": {
+            "sequential-by-originator-label": "Sequential by originator",
+            "sequential-by-originator-hint": "New message for e.g. device A is not submitted until previous message for device A is acknowledged",
+            "sequential-by-tenant-label": "Sequential by tenant",
+            "sequential-by-tenant-hint": "New message for e.g tenant A is not submitted until previous message for tenant A is acknowledged",
+            "sequential-label": "Sequential",
+            "sequential-hint": "New message is not submitted until previous message is acknowledged",
+            "burst-label": "Burst",
+            "burst-hint": "All messages are submitted to the rule chains in the order they arrive",
+            "batch-label": "Batch",
+            "batch-hint": "New batch is not submitted until previous batch is acknowledged",
+            "skip-all-failures-label": "Skip all failures",
+            "skip-all-failures-hint": "Ignore all failures",
+            "skip-all-failures-and-timeouts-label": "Skip all failures and timeouts",
+            "skip-all-failures-and-timeouts-hint": "Ignore all failures and timeouts",
+            "retry-all-label": "Retry all",
+            "retry-all-hint": "Retry all messages from processing pack",
+            "retry-failed-label": "Retry failed",
+            "retry-failed-hint": "Retry all failed messages from processing pack",
+            "retry-timeout-label": "Retry timeout",
+            "retry-timeout-hint": "Retry all timed-out messages from processing pack",
+            "retry-failed-and-timeout-label": "Retry failed and timeout",
+            "retry-failed-and-timeout-hint": "Retry all failed and timed-out messages from processing pack"
+        }
+    },
+    "server-error": {
+        "general": "General server error",
+        "authentication": "Authentication error",
+        "jwt-token-expired": "JWT token expired",
+        "tenant-trial-expired": "Tenant trial expired",
+        "credentials-expired": "Credentials expired",
+        "permission-denied": "Permission denied",
+        "invalid-arguments": "Invalid arguments",
+        "bad-request-params": "Bad request params",
+        "item-not-found": "Item not found",
+        "too-many-requests": "Too many requests",
+        "too-many-updates": "Too many updates"
+    },
+    "tenant": {
+        "tenant": "Valdytojas",
+        "tenants": "Valdytojai",
+        "management": "Valdytojų valdymas",
+        "add": "Pridėti valdytoją",
+        "admins": "Administratoriai",
+        "manage-tenant-admins": "Valdyti valdytojo administratorius",
+        "delete": "Ištrinti valdytoją",
+        "add-tenant-text": "Pridėti naują valdytoją",
+        "no-tenants-text": "Valdytojų nėra",
+        "tenant-details": "Informacija apie valdytoją",
+        "title-max-length": "Pavadinimas negali viršyti 256 simbolių",
+        "delete-tenant-title": "Ar tikrai norite ištrinti valdytoją '{{tenantTitle}}'?",
+        "delete-tenant-text": "Būkite dėmesingi, po patvirtinimo valdytojas ir visa su juo susijusi informacija bus pašalinta.",
+        "delete-tenants-title": "Ar tikrai norite pašalinti { count, plural, =1 {1 valdytoją} other {# valdytojus} }?",
+        "delete-tenants-action-title": "Pašalinti { count, plural, =1 {1 valdytoją} other {# valdytojus} }",
+        "delete-tenants-text": "Būkite dėmesingi, po patvirtinimo, visi pasirinkti valdytojai ir su jais susijusi informacija bus pašalinta.",
+        "title": "Pavadinimas",
+        "title-required": "Pavadinimas būtinas.",
+        "description": "Aprašymas",
+        "details": "Informacija",
+        "events": "Įvykiai",
+        "copyId": "Kopijuoti valdytojo Id",
+        "idCopiedMessage": "Valdytojo Id nukopijuotas į iškarpinę",
+        "select-tenant": "Pasirinkti valdytoją",
+        "no-tenants-matching": "Valdytojų, atitinkančių '{{entity}}' nėra.",
+        "tenant-required": "Valdytojas būtinas",
+        "allow-white-labeling": "Leisti personalizavimą",
+        "allow-customer-white-labeling": "Leisti kliento personalizavimą",
+        "search": "Valdytojų paieška",
+        "selected-tenants": "Pasirinkta { count, plural, =1 {1 valdytojas} other {# valdutojai} }",
+        "isolated-tb-rule-engine": "Use isolated ThingsBoard Rule Engine queues",
+        "isolated-tb-rule-engine-details": "Each tenant will have dedicated Rule Engine queues"
+    },
+    "tenant-profile": {
+        "tenant-profile": "Valdytojų profilis",
+        "tenant-profiles": "Valdytojų profiliai",
+        "add": "Pridėti valdytojų profilį",
+        "add-profile": "Pridėti profilį",
+        "edit": "Redaguoti valdytojų profilį",
+        "tenant-profile-details": "Informacija apie valdytojų profilį",
+        "no-tenant-profiles-text": "Valdytojų profilių nėra",
+        "name-max-length": "Pavadinimas negali viršyti 256 simbolių",
+        "search": "Valdytojų profilių paieška",
+        "selected-tenant-profiles": "Pasirinkta { count, plural, =1 {1 valdytojų profilis} other {# valdytojų profiliai} }",
+        "no-tenant-profiles-matching": "Valdytojų profilių, atitinkančių '{{entity}}' nėra.",
+        "tenant-profile-required": "Valdytojų profilis būtinas",
+        "idCopiedMessage": "Valdytojų profilio Id nukopijuotas į iškarpinę",
+        "set-default": "Valdytojų profilį nustatyti kaip pagrndinį",
+        "delete": "Panaikinti valdytojų profilį",
+        "copyId": "Kopijuoti valdytojų profilio Id",
+        "name": "Pavadinimas",
+        "name-required": "Pavadinimas būtinas.",
+        "data": "Profilio duomenys",
+        "profile-configuration": "Profilio konfigūracija",
+        "description": "Aprašymas",
+        "default": "Pagrindinis",
+        "delete-tenant-profile-title": "Ar tikrai norite panaikinti valdytojų profilį '{{tenantProfileName}}'?",
+        "delete-tenant-profile-text": "Būkite dėmesingi, po patvirtinimo, valdytojų profilis ir visa su juo susijusi informacija bus pašalinta.",
+        "delete-tenant-profiles-title": "Ar tikrai norite pašalinti { count, plural, =1 {1 valdytojų profilį} other {# valdytojų profilius} }?",
+        "delete-tenant-profiles-text": "Būkite dėmesingi, po patvirtinimo, visi pasirinkti valdytojų profiliai ir su jais susijusi informacija bus pašalinta.",
+        "set-default-tenant-profile-title": "Ar tikrai norite valdytojų profilį '{{tenantProfileName}}' nustatyti kaip pagrindinį?",
+        "set-default-tenant-profile-text": "Po patvirtinimo, valdytojų profilis bus nustatytas kaip pagrinfinis ir bus priskiriamas naujiems valdytojams, kuriems valdytojų profilis nenurodytas.",
+        "no-tenant-profiles-found": "Valdytojų profilių nėra.",
+        "create-new-tenant-profile": "Sukurti naują!",
+        "create-tenant-profile": "Sukuri naują valdytojo profilį",
+        "import": "Importuoti valdytojo profilį",
+        "export": "Eksportuoti valdytojo profilį",
+        "export-failed-error": "Valdytojo profilio importuoti nepavyko: {{error}}",
+        "tenant-profile-file": "Valdytojo profilio failas",
+        "invalid-tenant-profile-file-error": "Valdytojo profilio importuoti nepavyko: Neteisinga valdytojo profilio duomenų struktūra.",
+        "advanced-settings": "Pažangūs nustatymai",
+        "entities": "Subjektai",
+        "rule-engine": "Rule Engine",
+        "time-to-live": "Time-to-live",
+        "alarms-and-notifications": "Alarms and notifications",
+        "ota-files-in-bytes": "OTA files in bytes",
+        "ws-title": "WS",
+        "unlimited": "(0 - unlimited)",
+        "maximum-devices": "Devices maximum number",
+        "maximum-devices-required": "Devices maximum number is required.",
+        "maximum-devices-range": "Devices maximum number can't be negative",
+        "maximum-assets": "Assets maximum number",
+        "maximum-assets-required": "Assets maximum number is required.",
+        "maximum-assets-range": "Assets maximum number can't be negative",
+        "maximum-customers": "Customers maximum number",
+        "maximum-customers-required": "Customers maximum number is required.",
+        "maximum-customers-range": "Customers maximum number can't be negative",
+        "maximum-users": "Users maximum number",
+        "maximum-users-required": "Users maximum number is required.",
+        "maximum-users-range": "Users maximum number can't be negative",
+        "maximum-dashboards": "Dashboards maximum number",
+        "maximum-dashboards-required": "Dashboards maximum number is required.",
+        "maximum-dashboards-range": "Dashboards maximum number can't be negative",
+        "maximum-rule-chains": "Rule chains maximum number",
+        "maximum-rule-chains-required": "Rule chains maximum number is required.",
+        "maximum-rule-chains-range": "Rule chains maximum number can't be negative",
+        "maximum-integrations": "Integrations maximum number",
+        "maximum-integrations-required": "Integrations maximum number is required.",
+        "maximum-integrations-range": "Integrations maximum number can't be negative",
+        "maximum-converters": "Converters maximum number",
+        "maximum-converters-required": "Converters maximum number is required.",
+        "maximum-converters-range": "Converters maximum number can't be negative",
+        "maximum-scheduler-events": "Scheduler events maximum number",
+        "maximum-scheduler-events-required": "Scheduler events maximum number is required.",
+        "maximum-scheduler-events-range": "Scheduler events maximum number can't be negative",
+        "maximum-resources-sum-data-size": "Resource files sum size",
+        "maximum-resources-sum-data-size-required": "Resource files sum size is required.",
+        "maximum-resources-sum-data-size-range": "Resource files sum size can`t be negative",
+        "maximum-ota-packages-sum-data-size": "OTA package files sum size",
+        "maximum-ota-package-sum-data-size-required": "OTA package files sum size is required.",
+        "maximum-ota-package-sum-data-size-range": "OTA package files sum size can`t be negative",
+        "rest-requests-for-tenant": "REST requests for tenant",
+        "transport-tenant-telemetry-msg-rate-limit": "Transport tenant telemetry messages",
+        "transport-tenant-telemetry-data-points-rate-limit": "Transport tenant telemetry data points",
+        "transport-device-msg-rate-limit": "Transport device messages",
+        "transport-device-telemetry-msg-rate-limit": "Transport device telemetry messages",
+        "transport-device-telemetry-data-points-rate-limit": "Transport device telemetry data points",
+        "tenant-entity-export-rate-limit": "Entity version creation",
+        "tenant-entity-import-rate-limit": "Entity version load",
+        "tenant-notification-request-rate-limit": "Notification requests",
+        "tenant-notification-requests-per-rule-rate-limit": "Notification requests per notification rule",
+        "integration-msgs-per-tenant-rate-limit": "Tenant integration messages",
+        "integration-msgs-per-device-rate-limit": "Device integration messages",
+        "max-transport-messages": "Transport messages maximum number",
+        "max-transport-messages-required": "Transport messages maximum number is required.",
+        "max-transport-messages-range": "Transport messages maximum number can't be negative",
+        "max-transport-data-points": "Transport data points maximum number ",
+        "max-transport-data-points-required": "Transport data points maximum number  is required.",
+        "max-transport-data-points-range": "Transport data points maximum number  can't be negative",
+        "max-r-e-executions": "Rule Engine executions maximum number",
+        "max-r-e-executions-required": "Rule Engine executions maximum number is required.",
+        "max-r-e-executions-range": "Rule Engine executions maximum number can't be negative",
+        "max-j-s-executions": "JavaScript executions maximum number ",
+        "max-j-s-executions-required": "JavaScript executions maximum number  is required.",
+        "max-j-s-executions-range": "JavaScript executions maximum number  can't be negative",
+        "max-d-p-storage-days": "Data points storage days maximum number",
+        "max-d-p-storage-days-required": "Data points storage days maximum number is required.",
+        "max-d-p-storage-days-range": "Data points storage days maximum number can't be negative",
+        "default-storage-ttl-days": "Storage TTL days by default",
+        "default-storage-ttl-days-required": "Storage TTL days by default is required.",
+        "default-storage-ttl-days-range": "Storage TTL days by default can't be negative",
+        "alarms-ttl-days": "Alarms TTL days",
+        "alarms-ttl-days-required": "Alarms TTL days required",
+        "alarms-ttl-days-days-range": "Alarms TTL days can't be negative",
+        "rpc-ttl-days": "RPC TTL days",
+        "rpc-ttl-days-required": "RPC TTL days required",
+        "rpc-ttl-days-days-range": "RPC TTL days can't be negative",
+        "max-rule-node-executions-per-message": "Rule node per message executions maximum number",
+        "max-rule-node-executions-per-message-required": "MRule node per message executions maximum number is required.",
+        "max-rule-node-executions-per-message-range": "Rule node per message executions maximum number can't be negative",
+        "max-emails": "Emails sent maximum number",
+        "max-emails-required": "Emails sent maximum number is required.",
+        "max-emails-range": "Emails sent maximum number can't be negative",
+        "sms-enabled": "SMS enabled",
+        "max-sms": "SMS sent maximum number",
+        "max-sms-required": "SMS sent maximum number is required.",
+        "max-sms-range": "SMS sent maximum number can't be negative",
+        "max-created-alarms": "Alarms created maximum number",
+        "max-created-alarms-required": "Alarms created maximum number is required.",
+        "max-created-alarms-range": "Alarms created maximum number be negative",
+        "no-queue": "No Queue configured",
+        "add-queue": "Add Queue",
+        "queues-with-count": "Queues ({{count}})",
+        "tenant-rest-limits": "REST requests for tenant",
+        "customer-rest-limits": "REST requests for customer",
+        "incorrect-pattern-for-rate-limits": "The format is comma separated pairs of capacity and period (in seconds) with a colon between, e.g. 100:1,2000:60",
+        "too-small-value-zero": "The value must be bigger than 0",
+        "too-small-value-one": "The value must be bigger than 1",
+        "queue-size-is-limited-by-system-configuration": "The size of the queue is also limited by the system configuration.",
+        "cassandra-tenant-limits-configuration": "Cassandra query for tenant",
+        "ws-limit-max-sessions-per-tenant": "Sessions per tenant maximum number",
+        "ws-limit-max-sessions-per-customer": "Sessions per customer maximum number",
+        "ws-limit-max-sessions-per-regular-user": "Sessions per regular user maximum number",
+        "ws-limit-max-sessions-per-public-user": "Sessions per public user maximum number",
+        "ws-limit-queue-per-session": "Message queue per session maximum size",
+        "ws-limit-max-subscriptions-per-tenant": "Subscriptions per tenant maximum number",
+        "ws-limit-max-subscriptions-per-customer": "Subscriptions per customer maximum number",
+        "ws-limit-max-subscriptions-per-regular-user": "Subscriptions per regular user maximum number",
+        "ws-limit-max-subscriptions-per-public-user": "Subscriptions per public user maximum number",
+        "ws-limit-updates-per-session": "WS updates per session",
+        "rate-limits": {
+            "add-limit": "Add limit",
+            "advanced-settings": "Advanced settings",
+            "edit-limit": "Edit limit",
+            "but-less-than": "but less than",
+            "edit-transport-tenant-msg-title": "Edit transport tenant messages rate limits",
+            "edit-transport-tenant-telemetry-msg-title": "Edit transport tenant telemetry messages rate limits",
+            "edit-transport-tenant-telemetry-data-points-title": "Edit transport tenant telemetry data points rate limits",
+            "edit-transport-device-msg-title": "Edit transport device messages rate limits",
+            "edit-transport-device-telemetry-msg-title": "Edit transport device telemetry messages rate limits",
+            "edit-transport-device-telemetry-data-points-title": "Edit transport device telemetry data points rate limits",
+            "edit-tenant-rest-limits-title": "Edit REST requests for tenant rate limits",
+            "edit-customer-rest-limits-title": "Edit REST requests for customer rate limits",
+            "edit-ws-limit-updates-per-session-title": "Edit WS updates per session rate limits",
+            "edit-cassandra-tenant-limits-configuration-title": "Edit Cassandra query for tenant rate limits",
+            "edit-tenant-entity-export-rate-limit-title": "Edit entity version creation rate limits",
+            "edit-tenant-entity-import-rate-limit-title": "Edit entity version load rate limits",
+            "edit-tenant-notification-request-rate-limit-title": "Edit notification requests rate limits",
+            "edit-tenant-notification-requests-per-rule-rate-limit-title": "Edit notification requests per notification rule rate limits",
+            "edit-integration-msgs-per-tenant-rate-limit-title": "Edit integration messages per tenant rate limits",
+            "edit-integration-msgs-per-device-rate-limit-title": "Edit integration messages per device rate limits",
+            "messages-per": "messages per",
+            "not-set": "Not set",
+            "number-of-messages": "Number of messages",
+            "number-of-messages-required": "Number of messages is required.",
+            "number-of-messages-min": "Minimum value is 1.",
+            "preview": "Preview",
+            "per-seconds": "Per seconds",
+            "per-seconds-required": "Time rate is required.",
+            "per-seconds-min": "Minimum value is 1.",
+            "rate-limits": "Rate limits",
+            "remove-limit": "Remove limit",
+            "transport-tenant-msg": "Transport tenant messages",
+            "transport-tenant-telemetry-msg": "Transport tenant telemetry messages",
+            "transport-tenant-telemetry-data-points": "Transport tenant telemetry data points",
+            "transport-device-msg": "Transport device messages",
+            "transport-device-telemetry-msg": "Transport device telemetry messages",
+            "transport-device-telemetry-data-points": "Transport device telemetry data points",
+            "sec": "sec"
+        }
+    },
+    "timeinterval": {
+        "seconds-interval": "{ seconds, plural, =1 {1 sekundė} other {# sekundės} }",
+        "minutes-interval": "{ minutes, plural, =1 {1 minutė} other {# minutės} }",
+        "hours-interval": "{ hours, plural, =1 {1 valanda} other {# valandos} }",
+        "days-interval": "{ days, plural, =1 {1 diena} other {# dienos} }",
+        "days": "Dienos",
+        "hours": "Valandos",
+        "minutes": "Minutės",
+        "seconds": "Sekundės",
+        "advanced": "Patyręs vartotojas",
+        "predefined": {
+            "yesterday": "Yesterday",
+            "day-before-yesterday": "Day before yesterday",
+            "this-day-last-week": "This day last week",
+            "previous-week": "Previous week (Sun - Sat)",
+            "previous-week-iso": "Previous week (Mon - Sun)",
+            "previous-month": "Previous month",
+            "previous-quarter": "Previous quarter",
+            "previous-half-year": "Previous half year",
+            "previous-year": "Previous year",
+            "current-hour": "Current hour",
+            "current-day": "Current day",
+            "current-day-so-far": "Current day so far",
+            "current-week": "Current week (Sun - Sat)",
+            "current-week-iso": "Current week (Mon - Sun)",
+            "current-week-so-far": "Current week so far (Sun - Sat)",
+            "current-week-iso-so-far": "Current week so far (Mon - Sun)",
+            "current-month": "Current month",
+            "current-month-so-far": "Current month so far",
+            "current-quarter": "Current quarter",
+            "current-quarter-so-far": "Current quarter so far",
+            "current-half-year": "Current half year",
+            "current-half-year-so-far": "Current half year so far",
+            "current-year": "Current year",
+            "current-year-so-far": "Current year so far"
+        }
+    },
+    "timeunit": {
+        "milliseconds": "Milisekundės",
+        "seconds": "Sekundės",
+        "minutes": "Minutės",
+        "hours": "Valandos",
+        "days": "Dienos"
+    },
+    "timewindow": {
+        "timewindow": "Laikotarpio vaizdas",
+        "years": "{ years, plural, =1 { metai } other {# metai } }",
+        "years-short": "{{ years }}m",
+        "months": "{ months, plural, =1 { mėnuo } other {# mėnesiai } }",
+        "months-short": "{{ months }}mėn",
+        "weeks": "{ weeks, plural, =1 { savaitė } other {# savaitės } }",
+        "weeks-short": "{{ weeks }}sav",
+        "days": "{ days, plural, =1 { diena } other {# dienos } }",
+        "days-short": "{{ days }}d",
+        "hours": "{ hours, plural, =0 { valandų } =1 {1 valanda } other {# valandos } }",
+        "hr": "{{ hr }} val",
+        "hr-short": "{{ hr }}val",
+        "minutes": "{ minutes, plural, =0 { minučių } =1 {1 minutė } other {# minutės } }",
+        "min": "{{ min }} min",
+        "min-short": "{{ min }}min",
+        "seconds": "{ seconds, plural, =0 { sekundžių } =1 {1 sekundė } other {# sekundės } }",
+        "sec": "{{ sec }} sek",
+        "sec-short": "{{ sec }}s",
+        "short": {
+            "days": "{ days, plural, =1 {1 diena } other {# dienos } }",
+            "hours": "{ hours, plural, =1 {1 valanda } other {# valandos } }",
+            "minutes": "{{minutes}} min ",
+            "seconds": "{{seconds}} sek "
+        },
+        "realtime": "Realiu laiku",
+        "history": "istorija",
+        "last-prefix": "Paskutinės",
+        "period": "nuo {{ startTime }} iki {{ endTime }}",
+        "edit": "Redaguoti laikotarpio vaizdą",
+        "date-range": "Datų intervalas",
+        "for-all-time": "Viskas",
+        "last": "Paskutinės",
+        "time-period": "Laikotarpis",
+        "hide": "Slėpti",
+        "interval": "Interval",
+        "just-now": "Just now",
+        "just-now-lower": "just now",
+        "ago": "ago",
+        "style": "Timewindow style",
+        "icon": "Icon",
+        "icon-position": "Icon position",
+        "icon-position-left": "Left",
+        "icon-position-right": "Right",
+        "font": "Font",
+        "color": "Color",
+        "displayTypePrefix": "Display Realtime/History prefix",
+        "preview": "Preview"
+    },
+    "unit": {
+        "millimeter": "Millimeter",
+        "centimeter": "Centimeter",
+        "angstrom": "Angstrom",
+        "nanometer": "Nanometer",
+        "micrometer": "Micrometer",
+        "meter": "Meter",
+        "kilometer": "Kilometer",
+        "inch": "Inch",
+        "foot": "Foot",
+        "yard": "Yard",
+        "mile": "Mile",
+        "nautical-mile": "Nautical Mile",
+        "astronomical-unit": "Astronomical Unit",
+        "reciprocal-metre": "Reciprocal Metre",
+        "meter-per-meter": "Meter per meter",
+        "steradian": "Steradian",
+        "thou": "Thou",
+        "barleycorn": "Barleycorn",
+        "hand": "Hand",
+        "chain": "Chain",
+        "furlong": "Furlong",
+        "league": "League",
+        "fathom": "Fathom",
+        "cable": "Cable",
+        "link": "Link",
+        "rod": "Rod",
+        "nanogram": "Nanogram",
+        "microgram": "Microgram",
+        "milligram": "Milligram",
+        "gram": "Gram",
+        "kilogram": "Kilogram",
+        "tonne": "Tonne",
+        "ounce": "Ounce",
+        "pound": "Pound",
+        "stone": "Stone",
+        "hundredweight-count": "Hundredweight count",
+        "short-tons": "Short tons",
+        "dalton": "Dalton",
+        "grain": "Grain",
+        "drachm": "Drachm",
+        "quarter": "Quarter",
+        "slug": "Slug",
+        "carat": "Carat",
+        "cubic-millimeter": "Cubic Millimeter",
+        "cubic-centimeter": "Cubic Centimeter",
+        "cubic-meter": "Cubic Meter/s",
+        "cubic-kilometer": "Cubic Kilometers",
+        "microliter": "Microliter",
+        "milliliter": "Milliliter",
+        "liter": "Liter",
+        "hectoliter": "Hectolitre",
+        "cubic-inch": "Cubic Inch",
+        "cubic-foot": "Cubic Foot",
+        "cubic-yard": "Cubic Yards",
+        "fluid-ounce": "Fluid Ounce",
+        "pint": "Pint",
+        "quart": "Quart",
+        "gallon": "Gallon",
+        "oil-barrels": "Oil Barrels",
+        "cubic-meter-per-kilogram": "Cubic Meter per Kilogram",
+        "gill": "Gill",
+        "hogshead": "Hogshead",
+        "teaspoon": "Teaspoon",
+        "tablespoon": "Tablespoon",
+        "cup": "Cup",
+        "celsius": "Celsius",
+        "kelvin": "Kelvin",
+        "rankine": "Rankine",
+        "fahrenheit": "Fahrenheit",
+        "percent": "Percent",
+        "meter-per-second": "Meter per Second",
+        "kilometer-per-hour": "Kilometer per Hour",
+        "foot-per-second": "Foot per Second",
+        "mile-per-hour": "Mile per Hour",
+        "knot": "Knot",
+        "millimeters-per-minute": "Millimeters per minute",
+        "kilometer-per-hour-squared": "Kilometer per hour squared",
+        "foot-per-second-squared": "Foot per second squared",
+        "pascal": "Pascal",
+        "kilopascal": "Kilopascal",
+        "megapascal": "Megapascal",
+        "gigapascal": "Gigapascal",
+        "millibar": "Millibar",
+        "bar": "Bar",
+        "kilobar": "Kilobar",
+        "newton": "Newton",
+        "newton-meter": "Newton meter",
+        "foot-pounds": "Foot-pounds",
+        "inch-pounds": "Inch-pounds",
+        "newton-per-meter": "Newton per meter",
+        "atmospheres": "Atmospheres",
+        "pounds-per-square-inch": "Pounds per Square Inch",
+        "torr": "Torr",
+        "inches-of-mercury": "Inches of Mercury",
+        "pascal-per-square-meter": "Pascal per Square Meter",
+        "pound-per-square-inch": "Pound per Square Inch",
+        "newton-per-square-meter": "Newton per Square Meter",
+        "kilogram-force-per-square-meter": "Kilogram-force per Square Meter",
+        "pascal-per-square-centimeter": "Pascal per Square Centimeter",
+        "ton-force-per-square-inch": "Ton-force per Square Inch",
+        "kilonewton-per-square-meter": "Kilonewton per Square Meter",
+        "newton-per-square-millimeter": "Newton per Square Millimeter",
+        "microjoule": "Microjoule",
+        "millijoule": "Millijoule",
+        "joule": "Joule",
+        "kilojoule": "Kilojoule",
+        "megajoule": "Megajoule",
+        "gigajoule": "Gigajoule",
+        "watt-hour": "Watt-hour",
+        "kilowatt-hour": "Kilowatt-hour",
+        "electron-volts": "Electron volts",
+        "joules-per-coulomb": "Joules per Coulomb",
+        "british-thermal-unit": "British Thermal Units",
+        "foot-pound": "Foot-pound",
+        "calorie": "Calorie",
+        "small-calorie": "Small Calorie",
+        "kilocalorie": "Kilocalorie",
+        "joule-per-kelvin": "Joule per Kelvin",
+        "joule-per-kilogram-kelvin": "Joule per Kilogram-Kelvin",
+        "joule-per-kilogram": "Joule per Kilogram",
+        "watt-per-meter-kelvin": "Watt per Meter-Kelvin",
+        "joule-per-cubic-meter": "Joule per Cubic Meter",
+        "therm": "Therm",
+        "electric-dipole-moment": "Electric Dipole Moment",
+        "magnetic-dipole-moment": "Magnetic Dipole Moment",
+        "debye": "Debye",
+        "coulomb-per-square-meter-per-volt": "Coulomb per Square Meter per Volt",
+        "milliwatt": "Milliwatt",
+        "microwatt": "Microwatt",
+        "watt": "Watt",
+        "kilowatt": "Kilowatt",
+        "megawatt": "Megawatt",
+        "gigawatt": "Gigawatt",
+        "metric-horsepower": "Metric Horsepower",
+        "milliwatt-per-square-centimeter": "Milliwatts per square centimeter",
+        "watt-per-square-centimeter": "Watts per square centimeter",
+        "kilowatt-per-square-centimeter": "Kilowatts per square centimeter",
+        "milliwatt-per-square-meter": "Milliwatts per square meter",
+        "watt-per-square-meter": "Watts per square meter",
+        "kilowatt-per-square-meter": "Kilowatts per square meter",
+        "watt-per-square-inch": "Watts per square inch",
+        "kilowatt-per-square-inch": "Kilowatts per square inch",
+        "horsepower": "Horsepower",
+        "btu-per-hour": "British thermal units/hour",
+        "coulomb": "Coulomb",
+        "millicoulomb": "Millicoulombs",
+        "microcoulomb": "Microcoulomb",
+        "picocoulomb": "Picocoulomb",
+        "coulomb-per-meter": "Coulomb per meter",
+        "coulomb-per-cubic-meter": "Coulomb per Cubic Meter",
+        "coulomb-per-square-meter": "Coulomb per Square Meter",
+        "square-millimeter": "Square Millimeter",
+        "square-centimeter": "Square Centimeter",
+        "square-meter": "Square Meter",
+        "hectare": "Hectare",
+        "square-kilometer": "Square Kilometer",
+        "square-inch": "Square Inch",
+        "square-foot": "Square Foot",
+        "square-yard": "Square Yard",
+        "acre": "Acre",
+        "square-mile": "Square Mile",
+        "are": "Are",
+        "barn": "Barn",
+        "circular-inch": "Circular Inch",
+        "milliampere-hour": "Milliampere-hour",
+        "milliampere-hour-tags": "electric current, current flow, electric charge, current capacity, flow of electricity, electrical flow, milliampere-hour, milliampere-hours, mAh",
+        "ampere-hours": "Ampere-hours",
+        "ampere-hours-tags": "electric current, current flow, electric charge, current capacity, flow of electricity, electrical flow, ampere, ampere-hours, Ah",
+        "kiloampere-hours": "Kiloampere-hours",
+        "kiloampere-hours-tags": "electric current, current flow, electric charge, current capacity, flow of electricity, electrical flow, kiloampere-hours, kiloampere-hour, kAh",
+        "nanoampere": "Nanoampere",
+        "nanoampere-tags": "current, amperes, nanoampere, nA",
+        "picoampere": "Picoampere",
+        "picoampere-tags": "current, amperes, picoampere, pA",
+        "microampere": "Microampere",
+        "microampere-tags": "electric current, microampere, microamperes, μA",
+        "milliampere": "Milliampere",
+        "milliampere-tags": "electric current, milliampere, milliamperes, mA",
+        "ampere": "Ampere",
+        "ampere-tags": "electric current, current flow, flow of electricity, electrical flow, ampere, amperes, amperage, A",
+        "kiloamperes": "Kiloamperes",
+        "kiloamperes-tags": "electric current, current flow, kiloamperes, kA",
+        "microampere-per-square-centimeter": "Microampere per square centimeter",
+        "microampere-per-square-centimeter-tags": "Current density, microampere per square centimeter, µA/cm²",
+        "ampere-per-square-meter": "Ampere per Square Meter",
+        "ampere-per-square-meter-tags": "current density, current per unit area, ampere per square meter, A/m²",
+        "ampere-per-meter": "Ampere per Meter",
+        "ampere-per-meter-tags": "magnetic field strength, magnetic field intensity, ampere per meter, A/m",
+        "oersted": "Oersted",
+        "oersted-tags": "magnetic field, oersted, Oe",
+        "bohr-magneton": "Bohr Magneton",
+        "bohr-magneton-tags": "atomic physics, magnetic moment, bohr magneton, μB",
+        "ampere-meter-squared": "Ampere-Meter Squared",
+        "ampere-meter-squared-tags": "magnetic moment, dipole moment, ampere-meter squared, A·m²",
+        "ampere-meter": "Ampere-Meter",
+        "ampere-meter-tags": "magnetic field, current loop, ampere-meter, A·m",
+        "nanovolt": "Nanovolt",
+        "picovolt": "Picovolt",
+        "millivolts": "Millivolts",
+        "microvolts": "Microvolts",
+        "volt": "Volt",
+        "kilovolts": "Kilovolts",
+        "dbmV": "dBmV",
+        "volt-meter": "Volt-Meter",
+        "kilovolt-meter": "Kilovolt-Meter",
+        "megavolt-meter": "Megavolt-Meter",
+        "microvolt-meter": "Microvolt-Meter",
+        "millivolt-meter": "Millivolt-Meter",
+        "nanovolt-meter": "Nanovolt-Meter",
+        "ohm": "Ohm",
+        "microohm": "Microohm",
+        "milliohm": "Milliohm",
+        "kilohm": "Kilohm",
+        "megohm": "Megohm",
+        "gigohm": "Gigohm",
+        "hertz": "Hertz",
+        "kilohertz": "Kilohertz",
+        "megahertz": "Megahertz",
+        "gigahertz": "Gigahertz",
+        "rpm": "Revolutions Per Minute",
+        "candela-per-square-meter": "Candela per square meter",
+        "candela": "Candela",
+        "lumen": "Lumen",
+        "lux": "Lux",
+        "foot-candle": "Foot-candle",
+        "lumen-per-square-meter": "Lumen per square meter",
+        "lux-second": "Lux second",
+        "lumen-second": "Lumen second",
+        "lumens-per-watt": "Lumens per watt",
+        "absorbance": "Absorbance",
+        "mole": "Mole",
+        "nanomole": "Nanomole",
+        "micromole": "MicroMole",
+        "millimole": "Millimole",
+        "kilomole": "Kilomole",
+        "mole-per-cubic-meter": "Mole per Cubic Meter",
+        "rssi": "RSSI",
+        "ppm": "Parts Per Million",
+        "ppb": "Parts Per Billion",
+        "micrograms-per-cubic-meter": "Micrograms per Cubic Meter",
+        "aqi": "AQI",
+        "gram-per-cubic-meter": "Gram per cubic meter",
+        "gram-per-kilogram": "Specific Humidity",
+        "millimeters-per-second": "Millimeters per second",
+        "neper": "Neper",
+        "bel": "Bel",
+        "decibel": "Decibel",
+        "meters-per-second-squared": "Meters per second squared",
+        "becquerel": "Becquerel",
+        "curie": "Curie",
+        "gray": "Gray",
+        "sievert": "Sievert",
+        "roentgen": "Roentgen",
+        "cps": "Counts per Second",
+        "rad": "Rad",
+        "rem": "Rem",
+        "dps": "Disintegrations per second",
+        "rutherford": "Rutherford",
+        "coulombs-per-kilogram": "Coulombs per kilogram",
+        "becquerels-per-cubic-meter": "Becquerels per cubic meter",
+        "curies-per-liter": "Curies per liter",
+        "becquerels-per-second": "Becquerels per second",
+        "curies-per-second": "Curies per second",
+        "gy-per-second": "Gray per Second",
+        "watt-per-steradian": "Watt per Steradian",
+        "watt-per-square-metre-steradian": "Watt per Square Metre-Steradian",
+        "ph-level": "pH Level",
+        "turbidity": "Turbidity",
+        "mg-per-liter": "Milligrams per liter",
+        "microsiemens-per-centimeter": "Microsiemens per centimeter",
+        "millisiemens-per-meter": "Millisiemens per meter",
+        "siemens-per-meter": "Siemens per meter",
+        "kilogram-per-cubic-meter": "Kilogram per cubic meter",
+        "gram-per-cubic-centimeter": "Gram per cubic centimeter",
+        "kilogram-per-square-meter": "Kilogram per square metre",
+        "milligram-per-milliliter": "Milligram per milliliter",
+        "pound-per-cubic-foot": "Pound per cubic foot",
+        "ounces-per-cubic-inch": "Ounces per cubic inch",
+        "tons-per-cubic-yard": "Tons per cubic yard",
+        "particle-density": "Particle density",
+        "kilometers-per-liter": "Kilometers per liter",
+        "miles-per-gallon": "Miles per gallon",
+        "liters-per-100-km": "Liters per 100 km",
+        "gallons-per-mile": "Gallons per mile",
+        "liters-per-hour": "Liters per hour",
+        "gallons-per-hour": "Gallons per hour",
+        "beats-per-minute": "Beats per minute",
+        "millimeters-of-mercury": "Millimeters of mercury",
+        "milligrams-per-deciliter": "Milligrams per deciliter",
+        "g-force": "G-force",
+        "kilonewton": "Kilonewton",
+        "kilogram-force": "Kilogram-Force",
+        "pound-force": "Pound-Force",
+        "kilopound-force": "Kilopound-Force",
+        "dyne": "Dyne",
+        "poundal": "Poundal",
+        "kip": "Kip",
+        "gal": "Gal",
+        "gravity": "Gravity",
+        "hectopascal": "Hectopascal",
+        "atmosphere": "Atmosphere",
+        "millibars": "Millibars",
+        "inch-of-mercury": "One inch of mercury",
+        "richter-scale": "Richter Scale",
+        "second": "Second",
+        "minute": "Minute",
+        "hour": "Hour",
+        "day": "Day",
+        "week": "Week",
+        "month": "Month",
+        "year": "Year",
+        "cubic-foot-per-minute": "Cubic Foot Per Minute",
+        "cubic-meters-per-hour": "Cubic Meters Per Hour",
+        "cubic-meters-per-second": "Cubic Meters Per Second",
+        "liter-per-second": "Liter Per Second",
+        "liter-per-minute": "Liter Per Minute",
+        "gallons-per-minute": "Gallons Per Minute",
+        "cubic-foot-per-second": "Cubic foot per second",
+        "milliliters-per-minute": "Milliliters per minute",
+        "bit": "Bit",
+        "byte": "Byte",
+        "kilobyte": "Kilobyte",
+        "megabyte": "Megabyte",
+        "gigabyte": "Gigabyte",
+        "terabyte": "Terabyte",
+        "petabyte": "Petabyte",
+        "exabyte": "Exabyte",
+        "zettabyte": "Zettabyte",
+        "yottabyte": "Yottabyte",
+        "bit-per-second": "Bit per second",
+        "kilobit-per-second": "Kilobit per second",
+        "megabit-per-second": "Megabit per second",
+        "gigabit-per-second": "Gigabit per second",
+        "terabit-per-second": "Terabit per second",
+        "byte-per-second": "Byte per second",
+        "kilobyte-per-second": "Kilobyte per second",
+        "megabyte-per-second": "Megabyte per second",
+        "gigabyte-per-second": "Gigabyte per second",
+        "degree": "Degree",
+        "radian": "Radian",
+        "gradian": "Gradian",
+        "mil": "Mil",
+        "revolution": "Revolution",
+        "siemens": "Siemens",
+        "millisiemens": "Millisiemens",
+        "microsiemens": "Microsiemens",
+        "kilosiemens": "Kilosiemens",
+        "megasiemens": "Megasiemens",
+        "gigasiemens": "Gigasiemens",
+        "farad": "Farad",
+        "millifarad": "Millifarad",
+        "microfarad": "Microfarad",
+        "nanofarad": "Nanofarad",
+        "picofarad": "Picofarad",
+        "kilofarad": "Kilofarad",
+        "megafarad": "Megafarad",
+        "gigafarad": "Gigafarad",
+        "terfarad": "Terfarad",
+        "farad-per-meter": "Farad per Meter",
+        "tesla": "Tesla",
+        "gauss": "Gauss",
+        "kilogauss": "Kilogauss",
+        "millitesla": "Millitesla",
+        "microtesla": "Microtesla",
+        "nanotesla": "Nanotesla",
+        "kilotesla": "Kilotesla",
+        "megatesla": "Megatesla",
+        "millitesla-square-meters": "millitesla square meters",
+        "gamma": "Gamma",
+        "lambda": "Lambda",
+        "square-meter-per-second": "Square meter per second",
+        "square-centimeter-per-second": "Square centimeter per second",
+        "stoke": "Stoke",
+        "centistokes": "Centistokes",
+        "square-foot-per-second": "Square foot per second",
+        "square-inch-per-second": "Square inch per second",
+        "pascal-second": "Pascal-second",
+        "centipoise": "Centipoise",
+        "poise": "Poise",
+        "reynolds": "Reynolds",
+        "pound-per-foot-hour": "Pound per foot-hour",
+        "newton-second-per-square-meter": "Newton second per square meter",
+        "dyne-second-per-square-centimeter": "Dyne second per square centimeter",
+        "kilogram-per-meter-second": "Kilogram per meter-second",
+        "tesla-square-meters": "Tesla square meters",
+        "maxwell": "Maxwell",
+        "tesla-per-meter": "Tesla per Meter",
+        "gauss-per-centimeter": "Gauss per Centimeter",
+        "weber": "Weber",
+        "microweber": "Microweber",
+        "milliweber": "Milliweber",
+        "gauss-square-centimeter": "Gauss-Square Centimeter",
+        "kilogauss-square-centimeter": "Kilogauss-Square Centimeter",
+        "henry": "Henry",
+        "millihenry": "Millihenry",
+        "microhenry": "Microhenry",
+        "nanohenry": "Nanohenry",
+        "henry-per-meter": "Henry per Meter",
+        "tesla-meter-per-ampere": "Tesla Meter per Ampere",
+        "gauss-per-oersted": "Gauss per Oersted",
+        "kilogram-per-mole": "Kilogram per mole",
+        "gram-per-mole": "Gram per mole",
+        "milligram-per-mole": "Milligram per mole",
+        "joule-per-mole": "Joule per Mole",
+        "joule-per-mole-kelvin": "Joule per Mole-Kelvin",
+        "millivolts-per-meter": "Millivolts per meter",
+        "volts-per-meter": "Volts per meter",
+        "kilovolts-per-meter": "Kilovolts per meter",
+        "radian-per-second": "Radian per second",
+        "radian-per-second-squared": "Radian per second squared",
+        "revolutions-per-minute-per-second": "Angular acceleration",
+        "revolutions-per-minute-per-second-squared": "Angular Acceleration",
+        "deg-per-second": "deg/s",
+        "degrees-brix": "Degrees Brix",
+        "katal": "Katal",
+        "katal-per-cubic-metre": "Katal per Cubic Metre"
+    },
+    "user": {
+        "all": "Visi",
+        "all-users": "Visi vartotojai",
+        "groups": "Grupės",
+        "user": "Vartotojas",
+        "users": "Vartotojai",
+        "management": "Vartotojų valdymas",
+        "customer-users": "Kliento vartotojai",
+        "tenant-admins": "Valdytojų administratoriai",
+        "sys-admin": "Sistemos administratoriai",
+        "tenant-admin": "Valdytojo administratoriai",
+        "customer": "Klientas",
+        "anonymous": "Anonimas",
+        "add": "Pridėti vartotoją",
+        "delete": "Panaikinti vartotoją",
+        "add-user-text": "Pridėti naują vartotoją",
+        "no-users-text": "Vartotojų nėra",
+        "user-details": "Informacija apie vartotoją",
+        "delete-users": "Panaikinti vartotojus",
+        "delete-user-title": "Ar tikrai norite panaikinti vartotoją '{{userEmail}}'?",
+        "delete-user-text": "Būkite dėmesingi, po patvirtinimo vartotojas ir visa su juo susijusi informacija bus panaikinta.",
+        "delete-users-title": "Ar tikrai norite panaikinti { count, plural, =1 {1 vatotoją} other {# vartotojus} }?",
+        "delete-users-action-title": "Panaikinti { count, plural, =1 {1 vartotoją} other {# vartotojus} }",
+        "delete-users-text": "Būkite dėmesingi, po patvirtinimo visi pasirinkti vartotojai ir su jis susijusi informacija bus panaikinta.",
+        "activation-email-sent-message": "Aktyvinimo el. laiškas sėkmingai išsiųstas!",
+        "resend-activation": "Iš naujo siųsti aktyvinimą",
+        "email": "El. pašto adresas",
+        "email-required": "El. pašto adresas būtinas.",
+        "invalid-email-format": "Neteisingas el. pašto adreso formatas.",
+        "first-name": "Vardas",
+        "last-name": "Pavardė",
+        "description": "Aprašymas",
+        "default-dashboard": "Pagrindinis skydelis",
+        "always-fullscreen": "Visada per visą ekraną",
+        "select-user": "Pasirinkti vartotoją",
+        "no-users-matching": "Vartotojų, atitinkančių'{{entity}}' nėra.",
+        "user-required": "Vartotojas būtinas",
+        "activation-method": "Aktyvavimo būdas",
+        "display-activation-link": "Rodyti aktyvavimo nuorodą",
+        "send-activation-mail": "Siųsti aktyvavimo el. laišką",
+        "activation-link": "Vartotojo aktyvavimo nuoroda",
+        "activation-link-text": "Vartotojui aktyvuoti, paspauskite nuorodą :",
+        "copy-activation-link": "Kopijuoti aktyvavimo nuorodą",
+        "activation-link-copied-message": "Vartotojo aktyvavimo nuoroda nukopijuota į iškarpinę",
+        "details": "Informacija",
+        "login-as-tenant-admin": "Prisijunkti kaip valdytojo administratorius",
+        "login-as-customer-user": "Prisijunkti kaip kliento vartotojas",
+        "select-group-to-add": "Pasirinkite grupę, kuriai priskirti pažymėtus vartotojus",
+        "select-group-to-move": "Pasirinkite grupę, į kurią perkelti pažymėtus vartotojus",
+        "remove-users-from-group": "Ar tikrai norite pašalinti { count, plural, =1 {1 vartotoją} other {# vartotojus} } iš grupės '{{entityGroup}}'?",
+        "group": "Vartotojų grupė",
+        "list-of-groups": "{ count, plural, =1 {Viena vartotojų grupė} other {# Vartotojų grupių sąrašas} }",
+        "group-name-starts-with": "Vartotojų grupės, kurios prasideda '{{prefix}}'",
+        "search": "Vartotojų paieška",
+        "selected-users": "Pasirinkta { count, plural, =1 {1 vartotojas} other {# vartotojai} }",
+        "disable-account": "Išjungti vartotojo paskyrą",
+        "enable-account": "Įjungti vartotojo paskyrą",
+        "enable-account-message": "Vartotojo paskyra sėkmingai įjungta!",
+        "disable-account-message": "Vartotojo paskyra sėkmingai išjungta!",
+        "copyId": "Kopijuoti vartotojo Id",
+        "idCopiedMessage": "Vartotojo Id nukopiuotas į iškarpinę",
+        "user-list": "Vartotojų sąrašas",
+        "user-list-required": "Vartotojų sąrašas būtinas"
+    },
+    "value": {
+        "type": "Reikšmės tipas",
+        "string": "Tekstas",
+        "string-value": "Tekstinė informacija",
+        "string-value-required": "Tekstinė informacija būtina",
+        "integer": "Sveikasis skaičius",
+        "integer-value": "Sveikojo skaičiaus reikšmė",
+        "integer-value-required": "Sveikojo skaičiaus reikšmė būtina",
+        "invalid-integer-value": "Sveikojo skaičiaus reikšmė neteisinga",
+        "double": "Realusis skaičius",
+        "double-value": "Realiojo skaičiaus reikšmė",
+        "double-value-required": "Realiojo skaičiaus reikšmė būtina",
+        "boolean": "Loginis",
+        "boolean-value": "Loginė reikšmė",
+        "false": "Netiesa",
+        "true": "Tiesa",
+        "long": "Sveikas skaičius",
+        "json": "JSON",
+        "json-value": "JSON reikšmė",
+        "json-value-invalid": "Neteisingas JSON reikšmės formatas",
+        "json-value-required": "JSON reikšmė būtina."
+    },
+    "version-control": {
+        "version-control": "Version control",
+        "management": "Version control management",
+        "search": "Search versions",
+        "branch": "Branch",
+        "default": "Default",
+        "select-branch": "Select branch",
+        "branch-required": "Branch is required",
+        "create-entity-version": "Create entity version",
+        "version-name": "Version name",
+        "version-name-required": "Version name is required",
+        "author": "Author",
+        "export-relations": "Export relations",
+        "export-attributes": "Export attributes",
+        "export-credentials": "Export credentials",
+        "export-group-entities": "Export group entities",
+        "export-roles": "Export roles",
+        "entity-versions": "Entity versions",
+        "versions": "Versions",
+        "created-time": "Created time",
+        "version-id": "Version ID",
+        "no-entity-versions-text": "No entity versions found",
+        "no-versions-text": "No versions found",
+        "copy-full-version-id": "Copy full version id",
+        "create-version": "Create version",
+        "creating-version": "Creating version... Please wait",
+        "nothing-to-commit": "No changes to commit",
+        "restore-version": "Restore version",
+        "restore-entity-from-version": "Restore entity from version '{{versionName}}'",
+        "restoring-entity-version": "Restoring entity version... Please wait",
+        "load-relations": "Load relations",
+        "load-attributes": "Load attributes",
+        "load-credentials": "Load credentials",
+        "load-group-entities": "Load group entities",
+        "load-roles": "Load roles",
+        "compare-with-current": "Compare with current",
+        "diff-entity-with-version": "Diff with entity version '{{versionName}}'",
+        "previous-difference": "Previous Difference",
+        "next-difference": "Next Difference",
+        "current": "Current",
+        "differences": "{ count, plural, =1 {1 difference} other {# differences} }",
+        "create-entities-version": "Create entities version",
+        "default-sync-strategy": "Default sync strategy",
+        "sync-strategy-merge": "Merge",
+        "sync-strategy-overwrite": "Overwrite",
+        "entities-to-export": "Entities to export",
+        "entities-to-restore": "Entities to restore",
+        "sync-strategy": "Sync strategy",
+        "all-entities": "All entities",
+        "no-entities-to-export-prompt": "Please specify entities to export",
+        "no-entities-to-restore-prompt": "Please specify entities to restore",
+        "add-entity-type": "Add entity type",
+        "remove-all": "Remove all",
+        "version-create-result": "{ added, plural, =0 {No entities} =1 {1 entity} other {# entities} } added.
{ modified, plural, =0 {No entities} =1 {1 entity} other {# entities} } modified.
{ removed, plural, =0 {No entities} =1 {1 entity} other {# entities} } removed.",
+        "remove-other-entities": "Remove other entities",
+        "find-existing-entity-by-name": "Find existing entity by name",
+        "restore-entities-from-version": "Restore entities from version '{{versionName}}'",
+        "restoring-entities-from-version": "Restoring entities... Please wait",
+        "no-entities-restored": "No entities restored",
+        "created": "{{created}} created",
+        "updated": "{{updated}} updated",
+        "deleted": "{{deleted}} deleted",
+        "groups-created": "{ created, plural, =1 {1 group} other {# groups} } created",
+        "groups-updated": "{ updated, plural, =1 {1 group} other {# groups} } updated",
+        "groups-deleted": "{ deleted, plural, =1 {1 group} other {# groups} } deleted",
+        "remove-other-entities-confirm-text": "Be careful! This will permanently delete all current entities
not present in the version you want to restore.
Please type \"remove other entities\" to confirm.",
+        "auto-commit-to-branch": "auto-commit to {{ branch }} branch",
+        "default-create-entity-version-name": "{{entityName}} update",
+        "sync-strategy-merge-hint": "Creates or updates selected entities in the repository. All other repository entities are not modified.",
+        "sync-strategy-overwrite-hint": "Creates or updates selected entities in the repository. All other repository entities are deleted.",
+        "device-credentials-conflict": "Failed to load the device with external id {{entityId}}
due to the same credentials are already present in the database for another device.
Please consider disabling the load credentials setting in the restore form.",
+        "missing-referenced-entity": "Failed to load the {{sourceEntityTypeName}} with external id {{sourceEntityId}}
because it references missing {{targetEntityTypeName}} with id {{targetEntityId}}.",
+        "add-entity-groups": "Add entity groups",
+        "entity-groups": "Entity groups",
+        "integration-routing-key-conflict": "Failed to load the integration with external id {{entityId}}
due to the same integration key is already present in the database for another integration.
Please consider enabling the auto-generate integration key setting in the restore form.",
+        "auto-generate-integration-key": "Auto-generate integration key",
+        "runtime-failed": "Failed: {{message}}",
+        "auto-commit-settings-read-only-hint": "Auto-commit feature doesn't work with enabled read-only option in Repository settings."
+    },
+    "widget": {
+        "widget-library": "Valdiklių galerija",
+        "widget-bundle": "Valdiklių rinkinys",
+        "all-bundles": "Visi rinkiniai",
+        "select-widgets-bundle": "Pasirinkti valdiklių rinkinį",
+        "widgets": "Valdikliai",
+        "all-widgets": "Visi valdikliai",
+        "widget": "Valdiklis",
+        "select-widget": "Pasirinkti valdiklį",
+        "no-widgets-matching": "Valdiklių atitinkančių '{{entity}}' nėra.",
+        "no-widgets": "Valdiklių dar nėra",
+        "no-widgets-text": "Valdiklių nėra",
+        "management": "Valdiklių valdymas",
+        "editor": "Valdiklių redaktorius",
+        "widget-type-not-found": "Įkeliant valdiklio konfigūraciją kilo klaidų.
Gali būti, kad\n    toks valdiklio tipas panaikintas.",
+        "widget-type-load-error": "Valdiklis neįkeltas, nes iškilo klaidų:",
+        "remove": "Panaikinti valdiklį",
+        "delete": "Panaikinti valdiklį",
+        "edit": "Redaguoti valdiklį",
+        "edit-widget-type": "Redaguoti valdikliį",
+        "remove-widget-title": "Ar tikrai norite panaikinti valdiklį '{{widgetTitle}}'?",
+        "remove-widget-text": "Būkite dėmesingi, po patvirtinimo valdiklis ir visa su juo susijusi informacija bus pašalinta.",
+        "timeseries": "Telemetrija",
+        "search-data": "Duomenų paieška",
+        "no-data-found": "Duomenų nėra",
+        "latest": "Naujausios reikšmės",
+        "rpc": "Valdymo valdiklis",
+        "alarm": "Įspėjimų valdiklis",
+        "static": "Statinis valdiklis",
+        "select-widget-type": "Pasirinkite valdiklio tipą",
+        "missing-widget-title-error": "Valdiklio pavadinimas būtinas!",
+        "widget-saved": "Valdiklis išsaugotas",
+        "unable-to-save-widget-error": "Valdiklio išsaugoti negalima! Valdiklyje yra klaidų!",
+        "save": "Valdiklis išsaugotas",
+        "saveAs": "valdiklį išsaugoti kaip",
+        "move": "Perkelti valdiklį",
+        "save-widget-type-as": "Valdiklį išsaugoti kaip",
+        "save-widget-type-as-text": "Įrašykite naują valdiklio pavadinimą",
+        "toggle-fullscreen": "Perjungti į viso ekrano režimą",
+        "run": "Paleisti valdiklį",
+        "widget-title": "Pavadinimas",
+        "title": "Pavadinimas",
+        "title-required": "Valdiklio pavadinimas būtinas.",
+        "title-max-length": "Pavadinimas negali viršyti 256 simbolių",
+        "system": "Sisteminis",
+        "type": "Tipas",
+        "resources": "Resursai",
+        "resource-url": "JavaScript/CSS URL",
+        "resource-is-module": "Is module",
+        "remove-resource": "Panaikinti resursą",
+        "add-resource": "Pridėti resursą",
+        "html": "HTML",
+        "tidy": "Tidy",
+        "css": "CSS",
+        "settings-schema": "Nustatymų schema",
+        "datakey-settings-schema": "Duomenų raktų nustatymų schema",
+        "latest-datakey-settings-schema": "Latest data key settings schema",
+        "widget-settings": "Valdiklio nustatymai",
+        "description": "Aprašymas",
+        "image-preview": "Paveiksliuko peržiūra",
+        "settings-form-selector": "Settings form selector",
+        "data-key-settings-form-selector": "Data key settings form selector",
+        "latest-data-key-settings-form-selector": "Latest data key settings form selector",
+        "all": "All",
+        "actual": "Actual",
+        "deprecated": "Pasenęs",
+        "has-basic-mode": "Has basic mode",
+        "basic-mode-form-selector": "Basic mode form selector",
+        "basic-mode": "Basic",
+        "advanced-mode": "Advanced",
+        "javascript": "Javascript",
+        "js": "JS",
+        "remove-widget-type-title": "Ar tikrai norite pašalinti valdiklį '{{widgetName}}'?",
+        "remove-widget-type-text": "Būkite dėmesingi, po patvirtinimo valdiklis ir visa su juo susijusi informacija bus pašalinta.",
+        "remove-widget-type": "Panaikinti valdiklį",
+        "widget-types": "Valdikliai",
+        "delete-widget-type-title": "Ar tikrai norite panaikinti valdiklį '{{widgetTypeName}}'?",
+        "delete-widget-type-text": "Būkite dėmesingi, po patvirtinimo valdiklis ir visa su juo susijusi informacija bus pašalinta.",
+        "delete-widget-types-title": "Ar tikrai norite panaikinti { count, plural, =1 {1 valdiklį} other {# valdiklius} }?",
+        "delete-widget-types-text": "Būkite dėmesingi, po patvirtinimo visi pasirinkti valdikliai ir su jais susijusi informacija bus pašalinta.",
+        "delete-widget-type": "Panaikinti valdiklį",
+        "add-widget-type": "Pridėti naują valdiklį",
+        "widget-type-load-failed-error": "Valdiklio įkelti nepavyko!",
+        "widget-template-load-failed-error": "Valdiklio šablono įkelti nepavyko!",
+        "details": "Informacija",
+        "widget-type-details": "Informacija apie valdiklį",
+        "add": "Pridėti valdiklį",
+        "no-widget-types-text": "Valdiklių nėra",
+        "search-widget-types": "Valdiklių paieška",
+        "selected-widget-types": "Pasirinkta { count, plural, =1 {1 valdiklis} other {# valdikliai} }",
+        "undo": "Atšaukti valdiklio pakeitimus",
+        "export": "Eksportuoti valdiklį",
+        "export-data": "Eksportuoti valdiklio duomenis",
+        "export-to-csv": "Eksportuoti valdiklio duomenis į CSV...",
+        "export-to-excel": "Eksportuoti valdiklio duomenis į XLS...",
+        "export-to-excel-xlsx": "Eksportuoti valdiklio duomenis į XLSX...",
+        "no-data": "Duomenų atvaizdavimui nėra",
+        "data-overflow": "Valdiklyje rodoma {{count}} iš {{total}} įrašų",
+        "alarm-data-overflow": "Valdiklyje rodomi {{allowedEntities}} (didižiausias leistinas skaičius) įspėjimų įrašai iš {{totalEntities}}",
+        "search": "Valdiklių paieška",
+        "filter": "Valdiklių filtro tipas",
+        "loading-widgets": "Valdikliai įkeliami...",
+        "widget-template-error": "Netinkamas valdiklio HTML šablonas."
+    },
+    "widget-action": {
+        "header-button": "Valdiklio antraštės mygtukas",
+        "open-dashboard-state": "Eiti į naują skydelio būseną",
+        "update-dashboard-state": "Atnaujinti dabartinę skydelio būseną",
+        "open-dashboard": "Eiti į kitą skydelio būseną",
+        "custom": "Aprašomas veiksmas",
+        "custom-pretty": "Aprašomas veiksmas (su HTML šablonu)",
+        "custom-pretty-error-title": "Custom dialog error",
+        "custom-pretty-template-error": "Invalid custom dialog template.",
+        "custom-pretty-controller-error": "Error occurred while evaluating custom dialog function.",
+        "mobile-action": "Mobile action",
+        "target-dashboard-state": "Tikslinė skydelio būsena",
+        "target-dashboard-state-required": "Tikslnė skydelio būsena būtina",
+        "set-entity-from-widget": "Nustatyti subjektą iš valdiklio",
+        "target-dashboard": "Tikslinis skydelis",
+        "open-right-layout": "Atidarykiti tinkamą skydelio išdėstymą (vaizdas mobiliesiems)",
+        "state-display-type": "Skydelio būsenos rodymo parinktis",
+        "open-normal": "Normal",
+        "open-in-separate-dialog": "Open in separate dialog",
+        "open-in-popover": "Open in popover",
+        "dialog-title": "Dialog title",
+        "dialog-hide-dashboard-toolbar": "Hide dashboard toolbar in dialog",
+        "dialog-width": "Dialog width in percents relative to viewport width",
+        "dialog-height": "Dialog height in percents relative to viewport height",
+        "dialog-size-range-error": "Dialog size percent value should be in a range from 1 to 100.",
+        "popover-preferred-placement": "Preferred popover placement",
+        "popover-placement-top": "Top",
+        "popover-placement-topLeft": "Top left",
+        "popover-placement-topRight": "Top right",
+        "popover-placement-right": "Right",
+        "popover-placement-rightTop": "Right top",
+        "popover-placement-rightBottom": "Right bottom",
+        "popover-placement-bottom": "Bottom",
+        "popover-placement-bottomLeft": "Bottom left",
+        "popover-placement-bottomRight": "Bottom right",
+        "popover-placement-left": "Left",
+        "popover-placement-leftTop": "Left top",
+        "popover-placement-leftBottom": "Left bottom",
+        "popover-hide-on-click-outside": "Hide popover on outside click",
+        "popover-hide-dashboard-toolbar": "Hide dashboard toolbar in popover",
+        "popover-width": "Popover width in browser units (ex. 100px, 25vw)",
+        "popover-height": "Popover height in browser units (ex. 100px, 25vh)",
+        "popover-style": "Popover style",
+        "open-new-browser-tab": "Open in a new browser tab",
+        "mobile": {
+            "action-type": "Mobile action type",
+            "action-type-required": "Mobile action type is required",
+            "take-picture-from-gallery": "Take picture from gallery",
+            "take-photo": "Take photo",
+            "map-direction": "Open map directions",
+            "map-location": "Open map location",
+            "scan-qr-code": "Scan QR Code",
+            "make-phone-call": "Make phone call",
+            "get-location": "Get phone location",
+            "take-screenshot": "Take screenshot"
+        }
+    },
+    "widgets-bundle": {
+        "current": "Dabartinis rinkinys",
+        "widgets-bundles": "Valdiklių rinkiniai",
+        "widgets-bundle-widgets": "Valdiklių rinkinio valdikliai",
+        "add": "Pridėti valdiklių rinkinį",
+        "delete": "Panaikinti valdiklių rinkinį",
+        "title": "Pavadinimas",
+        "title-required": "Pavadinimas būtinas.",
+        "title-max-length": "Pavadinimas negali viršyti 256 simbolių",
+        "description": "Aprašymas",
+        "image-preview": "Paveiksliuko peržiūra",
+        "add-widgets-bundle-text": "Pridėti naują valdiklių rinkinį",
+        "no-widgets-bundles-text": "Valdiklių rinkinių nėra",
+        "empty": "Valdiklių rinkinys tuščias",
+        "details": "Informacija",
+        "widgets-bundle-details": "Informacija apie valdiklių rinkinį",
+        "delete-widgets-bundle-title": "Ar tikrai norite panaikinti valdiklių rinkinį '{{widgetsBundleTitle}}'?",
+        "delete-widgets-bundle-text": "Būkite dėmesingi, po patvirtinimo valdiklių rinkinys ir visa su juo susijusi informacija bus panaikinta.",
+        "delete-widgets-bundles-title": "Ar tikrai norite panaikinti { count, plural, =1 {1 valdiklių rinkinį} other {# valdiklių rinkinius} }?",
+        "delete-widgets-bundles-action-title": "Panaikinti { count, plural, =1 {1 valdiklių rinkinį} other {# valdiklių rinknius} }",
+        "delete-widgets-bundles-text": "Būkite dėmesingi, po patvirtinimo visi pasirinkti valdiklių rinkiniai ir su jais susijusi informacija bus panaikinta.",
+        "no-widgets-bundles-matching": "Valdiklių rinkinių, atitinkančių '{{widgetsBundle}}' nėra.",
+        "widgets-bundle-required": "Valdiklių rinkinys būtinas.",
+        "system": "Sisteminis",
+        "import": "Importuoti valdiklių rinknį",
+        "export": "Eksportuoti valdiklių rinkinį",
+        "export-widgets-bundle-widgets-prompt": "Valdiklių rinkinių tipus įtraukti į eksportuotus duomenis (kitu atveju bus eksportuojami tik nurodytų valdiklių tipų FQN)",
+        "export-failed-error": "Valdiklių rinkinio eksportuoti nepavyko: {{error}}",
+        "create-new-widgets-bundle": "Sukurti naują valdiklių rinkinį",
+        "widgets-bundle-file": "Valdiklių rinkinio failas",
+        "invalid-widgets-bundle-file-error": "Valdiklių rinkinio importuoti nepavyko: neteisinga duomenš struktūra.",
+        "search": "Valdiklių rinkinių paieška",
+        "selected-widgets-bundles": "Pasirinkta { count, plural, =1 {1 valdiklių rinkinys} other {# valdiklių rinkiniai} }",
+        "open-widgets-bundle": "Atverti valdiklių rinkinį",
+        "loading-widgets-bundles": "Įkeliamas valdiklių rinkinys..."
+    },
+    "widget-config": {
+        "data": "Duomenys",
+        "settings": "Nustatymai",
+        "advanced": "Išplėstiniai nustatymai",
+        "appearance": "Išvaizda",
+        "widget-card": "Valdiklio kortelė",
+        "mobile": "Mobilusis vaizdas",
+        "title": "Pavadinimas",
+        "title-tooltip": "Pavadinimo paaiškinimas",
+        "general-settings": "Pagrindiniai nustatymai",
+        "display-title": "Rodyti valdiklio pavadinimą",
+        "card-title": "Kortelės pavadinimas",
+        "drop-shadow": "Šešėlis",
+        "enable-fullscreen": "Įjungti rodymą per visą ekraną",
+        "enable-data-export": "Įjungti duomenų eksportą",
+        "data-export": "Duomenų eksportas",
+        "background-color": "Fono spalva",
+        "text-color": "Teksto spalva",
+        "border-radius": "Rėmelio storis",
+        "padding": "Padding",
+        "margin": "Margin",
+        "widget-style": "Valdiklio stilius",
+        "widget-css": "Valdiklio CSS",
+        "title-style": "Antraštės stilius",
+        "mobile-mode-settings": "Mobiliojo vaizdo režimas",
+        "order": "Rikiavimo tvarka",
+        "height": "Aukštis",
+        "mobile-hide": "Valdiklį paslėpti mobiliojo vaizdo režime",
+        "desktop-hide": "Slėpti valdiklį darbalaukio režime",
+        "units": "Papildomas simbolis šalia reikšmės",
+        "units-by-default": "Numatytieji matavimo vienetai",
+        "decimals": "Skaimenys po kablelio",
+        "decimals-by-default": "Dešimtainiai skaičiai pagal numatytuosius nustatymus",
+        "default-data-key-parameter-hint": "Šis parametras taikomas visoms valdiklių reikšmėms, nebent jis nustatomas duomenų rakto konfigūracijoje",
+        "units-short": "Vienetai",
+        "decimals-short": "Dešimtainiai skaičiai",
+        "decimals-suffix": "dešimtainiai skaičiai",
+        "timewindow": "Laikotarpio langas",
+        "use-dashboard-timewindow": "Naudoti skydelio laikotarpio langą",
+        "use-widget-timewindow": "Naudoti valdiklio laikotarpio langą",
+        "display-timewindow": "Rodyti laikotarpio langą",
+        "legend": "Legenda",
+        "display-legend": "Rodyti legendą",
+        "datasources": "Duomenų šaltiniai",
+        "datasource": "Duomenų šaltinis",
+        "maximum-datasources": "Daugiausiai leidžiama { count, plural, =1 {1 vienas duomenų šaltinis.} other {# duomenų šaltiniai} }",
+        "timeseries-key-error": "Reikia nurodyti nors vieną telemetrijos rodiklį",
+        "datasource-type": "Tipas",
+        "datasource-parameters": "Parametrai",
+        "remove-datasource": "Pašalinti duomenų šaltinį",
+        "add-datasource": "Pridėti duomenų šaltinį",
+        "target-device": "Tikslinis įrenginys",
+        "alarm-source": "Įspėjimo šaltinis",
+        "actions": "Veiksmai",
+        "action": "Veiksmas",
+        "add-action": "Pridėti veiksmą",
+        "search-actions": "Veiksmų paieška",
+        "no-actions-text": "Veiksmų nėra",
+        "action-source": "Veiksmo šaltinis",
+        "action-source-required": "Veiksmo šaltinis būtinas.",
+        "action-name": "Pavadinimas",
+        "action-name-required": "Veiksmo pavadinimas būtinas.",
+        "action-name-not-unique": "Veiksmas su tokiu pavadinimu jau yra.
Šaltinyje veiksmų pavadinimai kartotis negali.",
+        "action-icon": "Piktograma",
+        "show-hide-action-using-function": "Rodyti/slėpti veiksmą funkcijos pagalba",
+        "action-type": "Tipas",
+        "action-type-required": "Veiksmo tipas būtinas.",
+        "edit-action": "Redaguoti veiksmą",
+        "delete-action": "Panaikinti veiksmą",
+        "delete-action-title": "Panaikinti valdiklio veiksmą",
+        "delete-action-text": "Ar tikrai norite panaikinti valdiklio veiksmą '{{actionName}}'?",
+        "title-icon": "Antraštės piktograma",
+        "display-icon": "Rodyti antraštės piktoramą",
+        "card-icon": "Kortelės piktograma",
+        "icon-color": "Piktogramos spalva",
+        "icon-size": "Piktogramos dydis",
+        "advanced-settings": "Išplėstiniai nustatymai",
+        "data-settings": "Duomenų nustatymai",
+        "limits": "Ribos",
+        "no-data-display-message": "\"Nėra duomenų\" alternatyvus tekstas",
+        "data-page-size": "Maximum entities per datasource",
+        "settings-component-not-found": "Settings form component not found for selector '{{selector}}'",
+        "preview": "Preview",
+        "set": "Set",
+        "set-message": "Set message",
+        "advanced-title-style": "Advanced title style",
+        "card-style": "Card style",
+        "text": "Text",
+        "background": "Background",
+        "advanced-widget-style": "Advanced widget style",
+        "card-buttons": "Card buttons",
+        "show-card-buttons": "Show card buttons",
+        "card-border-radius": "Card border radius",
+        "card-appearance": "Card appearance",
+        "color": "Color"
+    },
+    "widget-type": {
+        "import": "Importuoti valdiklį",
+        "export": "Eksportuoti valdiklį",
+        "export-widget-types": "Eksportuoti valdiklius",
+        "export-failed-error": "Valdiklio eksportuoti nepavyko: {{error}}",
+        "create-new-widget-type": "Sukurt naują valdiklį",
+        "widget-type-file": "Valdiklių failas",
+        "invalid-widget-type-file-error": "Nepavyko importuoti valdiklio: neteisinga valdiklio duomenų struktūra."
+    },
+    "self-registration": {
+        "self-registration": "Self Registration",
+        "self-registration-url": "Self Registration URL",
+        "captcha-version": "reCAPTCHA version",
+        "captcha-action": "reCAPTCHA log action name",
+        "captcha-site-key": "reCAPTCHA site key",
+        "captcha-secret-key": "reCAPTCHA secret key",
+        "notification-email": "El. pašto adresas pranešimų siuntimui",
+        "notification-email-invalid": "Neteisingas el. pašto adreso formatas.",
+        "notification-email-required": "El. pašto adresas pranešimų siuntimui būtinas.",
+        "privacy-policy-text": "Privatumo politikos tekstas",
+        "terms-of-use-text": "Terms of Use text",
+        "text-message-page": "Tekstinė žinutė registracijos puslapiui",
+        "enable-mobile-self-registration": "Enable self registration from mobile application",
+        "mobile-self-registration-title": "Mobile application self registration settings",
+        "mobile-package": "Application package",
+        "mobile-package-placeholder": "Ex.: my.example.app",
+        "mobile-package-hint": "For Android: your own unique Application ID. For iOS: Product bundle identifier.",
+        "mobile-package-required": "Application package is required",
+        "mobile-app-secret": "Application secret",
+        "invalid-mobile-app-secret": "Application secret must contain only alphanumeric characters and must be between 16 and 2048 characters long.",
+        "copy-mobile-app-secret": "Copy application secret",
+        "mobile-app-scheme": "Application URL scheme",
+        "mobile-app-scheme-placeholder": "Ex.: customscheme",
+        "mobile-app-scheme-required": "Application URL scheme is required",
+        "mobile-app-host": "Application URL hostname",
+        "mobile-app-host-placeholder": "Ex.: my.app.host",
+        "mobile-app-host-required": "Application URL hostname is required",
+        "show-privacy-policy": "Show Privacy Policy",
+        "show-terms-of-use": "Show Terms of Use",
+        "domain-settings": "Domain settings",
+        "general-settings": "General settings"
+    },
+    "solution-template": {
+        "solution-template": "Solution template",
+        "solution-templates": "Solution templates",
+        "management": "Manage solution templates",
+        "details": "Details",
+        "install": "Install",
+        "level": "Level",
+        "install-title": "Solution template successfully installed",
+        "install-failed-title": "Solution template installation failed",
+        "instructions": "Instructions",
+        "goto-main-dashboard": "Goto main dashboard",
+        "delete": "Delete",
+        "delete-solution-title": "Are you sure you want to delete the solution '{{solutionTitle}}'?",
+        "delete-solution-text": "Be careful, after the confirmation the solution and all related data will become unrecoverable.",
+        "installing": "Installing solution template..."
+    },
+    "markdown": {
+        "edit": "Edit",
+        "preview": "Preview",
+        "copy-code": "Click to copy",
+        "copied": "Copied!"
+    },
+    "white-labeling": {
+        "white-labeling": "Tinkinimas",
+        "white-labeling-general": "General White Labeling",
+        "login-white-labeling": "Prisijungimo puslapio tinkinimas",
+        "general": "General",
+        "login": "Prisijungti",
+        "preview": "Peržiūra",
+        "app-title": "Aplikaciijios pavadinimas",
+        "favicon": "Aplikacijos piktograma",
+        "favicon-description": "*.ico, *.gif ar *.png paveiksliukas, kurio maksimalus dydis {{kbSize}} kilobaitai.",
+        "favicon-size-error": "Paveiksliukas per didelis. Maksimalus leistinas dydis yra {{kbSize}} kilobaitai.",
+        "favicon-type-error": "Netinkamas paveiksliuko formatas. Leidžiami tik ICO, GIF ar PNG formatai.",
+        "drop-favicon-image": "Užvilkite svetainės piktogramos paveiksliuką arba spustelėkite, kad pasirinktumėte failą, kurį norite įkelti.",
+        "drop-favicon-image-or": "Drag and drop a website icon image or",
+        "no-favicon-image": "Piktograma nepasirinkta",
+        "logo": "Logo",
+        "logo-description": "Bet koks paveiksliukas, kurio dydis neviršija {{kbSize}} kilobaitų.",
+        "logo-size-error": "Logotipas per didelis. Maksimalus leistinas dydis yra {{kbSize}} kilobaitai.",
+        "logo-type-error": "Netinkamas logotipo failo. Only images are accepted.",
+        "drop-logo-image": "Užvilkite svetainės logotipo paveiksliuką arba spustelėkite, kad pasirinktumėte failą, kurį norite įkelti.",
+        "drop-logo-image-or": "Drag and drop a logo image or",
+        "no-logo-image": "Logotipas nepasirinktas",
+        "logo-height": "Logotipo aukštis, px",
+        "primary-palette": "Pirminė paletė",
+        "accent-palette": "Akcentų paletė",
+        "customize-palette": "Pritaikyti",
+        "advanced-css": "Advanced CSS",
+        "edit-palette": "Redaguoti paletę",
+        "save-palette": "Išsaugoti paletę",
+        "primary-background": "Pirminis fonas",
+        "secondary-background": "Antrinis fonas",
+        "hue1": "HUE 1",
+        "hue2": "HUE 2",
+        "hue3": "HUE 3",
+        "page-background-color": "Puslapio fono spalva",
+        "dark-foreground": "Tamsi tema",
+        "domain-name": "Domeno pavadinimas",
+        "base-url": "Bazinis 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",
+        "help-link-base-url": "Bazinis pagalbos puslapio url",
+        "ui-help-base-url": "UI help base url",
+        "enable-help-links": "Įjungti pagalbos nuorodas",
+        "error-verification-url": "Domeno pavadinime negali būti '/' ir ':' simbolių. Pavyzdžiui: thingsboard.io",
+        "show-platform-name-version": "Rodyti platformos pavadinimą ir versiją",
+        "platform-name": "Platformas pavadinimas",
+        "platform-version": "Platformos versija",
+        "version-mask": "{{name}} v.{{version}}",
+        "position": {
+            "label": "Platformos pavadinimo ir versijos išdėstymas",
+            "under-logo": "Po logotipu",
+            "bottom": "Prisijungimo formos apačioje"
+        }
+    },
+    "widgets": {
+        "background": {
+            "background": "Background",
+            "background-settings": "Background settings",
+            "background-type-image": "Upload image",
+            "background-type-image-url": "Image URL",
+            "background-type-color": "Solid color",
+            "image-url": "Image URL",
+            "overlay": "Overlay",
+            "enable-overlay": "Enable overlay",
+            "blur": "Blur",
+            "preview": "Preview"
+        },
+        "battery-level": {
+            "layout": "Layout",
+            "layout-vertical-solid": "Vertical. Solid",
+            "layout-horizontal-solid": "Horizontal. Solid",
+            "layout-vertical-divided": "Vertical. Divided",
+            "layout-horizontal-divided": "Horizontal. Divided",
+            "icon": "Icon",
+            "value": "Value",
+            "auto-scale": "Auto scale",
+            "battery-level-color": "Battery level color",
+            "battery-shape-color": "Battery shape color",
+            "battery-level-card-style": "Battery level card style"
+        },
+        "chart": {
+            "common-settings": "Common settings",
+            "enable-stacking-mode": "Enable stacking mode",
+            "selection": "Time range selection",
+            "enable-selection-mode": "Enable selection mode",
+            "line-shadow-size": "Line shadow size",
+            "display-smooth-lines": "Display smooth (curved) lines",
+            "default-bar-width": "Default bar width for non-aggregated data (milliseconds)",
+            "bar-alignment": "Bar alignment",
+            "bar-alignment-left": "Left",
+            "bar-alignment-right": "Right",
+            "bar-alignment-center": "Center",
+            "default-font": "Default font",
+            "default-font-size": "Default font size",
+            "default-font-color": "Default font color",
+            "thresholds-line-width": "Default line width for all thresholds",
+            "tooltip-settings": "Tooltip settings",
+            "tooltip": "Tooltip",
+            "show-tooltip": "Show tooltip",
+            "hover-individual-points": "Hover individual points",
+            "show-cumulative-values": "Show cumulative values in stacking mode",
+            "hide-zero-false-values": "Hide zero/false values from tooltip",
+            "tooltip-value-format-function": "Tooltip value format function",
+            "grid-settings": "Grid settings",
+            "show-vertical-lines": "Show vertical lines",
+            "show-horizontal-lines": "Show horizontal lines",
+            "grid-outline-border-width": "Grid outline/border width (px)",
+            "primary-color": "Primary color",
+            "background-color": "Background color",
+            "ticks-color": "Ticks color",
+            "xaxis-settings": "X axis settings",
+            "axis-title": "Axis title",
+            "xaxis-tick-labels-settings": "X axis tick labels settings",
+            "show-tick-labels": "Show axis tick labels",
+            "yaxis-settings": "Y axis settings",
+            "min-scale-value": "Minimum value on the scale",
+            "max-scale-value": "Maximum value on the scale",
+            "yaxis-tick-labels-settings": "Y axis tick labels settings",
+            "tick-step-size": "Step size between ticks",
+            "number-of-decimals": "The number of decimals to display",
+            "ticks-formatter-function": "Ticks formatter function",
+            "comparison-settings": "Comparison settings",
+            "enable-comparison": "Enable comparison",
+            "time-for-comparison": "Comparison period",
+            "time-for-comparison-previous-interval": "Previous interval (default)",
+            "time-for-comparison-days": "Day ago",
+            "time-for-comparison-weeks": "Week ago",
+            "time-for-comparison-months": "Month ago",
+            "time-for-comparison-years": "Year ago",
+            "time-for-comparison-custom-interval": "Custom interval",
+            "custom-interval-value": "Custom interval value (ms)",
+            "comparison-x-axis-settings": "Comparison X axis settings",
+            "axis-position": "Axis position",
+            "axis-position-top": "Top (default)",
+            "axis-position-bottom": "Bottom",
+            "custom-legend-settings": "Custom legend settings",
+            "enable-custom-legend": "Enable custom legend (this will allow you to use attribute/timeseries values in key labels)",
+            "key-name": "Key name",
+            "key-name-required": "Key name is required",
+            "key-type": "Key type",
+            "key-type-attribute": "Attribute",
+            "key-type-timeseries": "Timeseries",
+            "label-keys-list": "Keys list to use in labels",
+            "no-label-keys": "No keys configured",
+            "add-label-key": "Add new key",
+            "line-width": "Line width",
+            "color": "Color",
+            "data-is-hidden-by-default": "Data is hidden by default",
+            "disable-data-hiding": "Disable data hiding",
+            "remove-from-legend": "Remove datakey from legend",
+            "exclude-from-stacking": "Exclude from stacking(available in \"Stacking\" mode)",
+            "line-settings": "Line settings",
+            "show-line": "Show line",
+            "fill-line": "Fill line",
+            "fill-line-opacity": "Fill opacity",
+            "points-settings": "Points settings",
+            "show-points": "Show points",
+            "points-line-width": "Line width of points",
+            "points-radius": "Radius of points",
+            "point-shape": "Point shape",
+            "point-shape-circle": "Circle",
+            "point-shape-cross": "Cross",
+            "point-shape-diamond": "Diamond",
+            "point-shape-square": "Square",
+            "point-shape-triangle": "Triangle",
+            "point-shape-custom": "Custom function",
+            "point-shape-draw-function": "Point shape draw function",
+            "show-separate-axis": "Show separate axis",
+            "axis-position-left": "Left",
+            "axis-position-right": "Right",
+            "thresholds": "Thresholds",
+            "no-thresholds": "No thresholds configured",
+            "add-threshold": "Add threshold",
+            "show-values-for-comparison": "Show historical values for comparison",
+            "comparison-values-label": "Historical values label",
+            "comparison-line-color": "Comparison line color",
+            "threshold-settings": "Threshold settings",
+            "use-as-threshold": "Use key value as threshold",
+            "threshold-line-width": "Threshold line width",
+            "threshold-color": "Threshold color",
+            "common-pie-settings": "Common pie settings",
+            "radius": "Radius",
+            "inner-radius": "Inner radius",
+            "tilt": "Tilt",
+            "common-pie-settings-range-error": "Value should be in range from 0 to 1",
+            "stroke-settings": "Stroke settings",
+            "width-pixels": "Width (pixels)",
+            "show-labels": "Show labels",
+            "animation-settings": "Animation settings",
+            "animated-pie": "Enable pie animation (experimental)",
+            "border-settings": "Border settings",
+            "border-width": "Border width",
+            "border-color": "Border color",
+            "legend-settings": "Legend settings",
+            "display-legend": "Display legend",
+            "labels-font-color": "Labels font color",
+            "series": "Series",
+            "add-series": "Add series",
+            "series-settings": "Series settings",
+            "remove-series": "Remove series",
+            "no-series": "No series configured",
+            "no-series-error": "At least one series should be specified",
+            "chart-appearance": "Chart appearance",
+            "vertical-grid-lines": "Vertical grid lines",
+            "horizontal-grid-lines": "Horizontal grid lines",
+            "chart-background": "Chart background",
+            "grid-lines-color": "Grid lines color",
+            "border": "Border",
+            "axis": "Axis",
+            "vertical-axis": "Vertical axis",
+            "ticks": "Ticks",
+            "horizontal-axis": "Horizontal axis"
+        },
+        "color": {
+            "color-settings": "Color settings",
+            "color-type-constant": "Constant",
+            "color-type-range": "Range",
+            "color-type-function": "Function",
+            "color": "Color",
+            "value-range": "Value range",
+            "from": "From",
+            "to": "To",
+            "color-function": "Color function"
+        },
+        "dashboard-state": {
+            "dashboard-state-settings": "Dashboard state settings",
+            "dashboard-state": "Dashboard state id",
+            "autofill-state-layout": "Autofill state layout height by default",
+            "default-margin": "Default widgets margin",
+            "default-background-color": "Default background color",
+            "sync-parent-state-params": "Sync state params with parent dashboard"
+        },
+        "date-range-navigator": {
+            "date-range-picker-settings": "Date range picker settings",
+            "hide-date-range-picker": "Hide date range picker",
+            "picker-one-panel": "Date range picker one panel",
+            "picker-auto-confirm": "Date range picker auto confirm",
+            "picker-show-template": "Date range picker show template",
+            "first-day-of-week": "First day of the week",
+            "interval-settings": "Interval settings",
+            "hide-interval": "Hide interval",
+            "initial-interval": "Initial interval",
+            "interval-hour": "Hour",
+            "interval-day": "Day",
+            "interval-week": "Week",
+            "interval-two-weeks": "2 weeks",
+            "interval-month": "Month",
+            "interval-three-months": "3 months",
+            "interval-six-months": "6 months",
+            "step-settings": "Step settings",
+            "hide-step-size": "Hide step size",
+            "initial-step-size": "Initial step size",
+            "hide-labels": "Hide labels",
+            "use-session-storage": "Use session storage",
+            "localizationMap": {
+                "Sun": "Sun",
+                "Mon": "Mon",
+                "Tue": "Tue",
+                "Wed": "Wed",
+                "Thu": "Thu",
+                "Fri": "Fri",
+                "Sat": "Sat",
+                "Jan": "Jan",
+                "Feb": "Feb",
+                "Mar": "Mar",
+                "Apr": "Apr",
+                "May": "May",
+                "Jun": "Jun",
+                "Jul": "Jul",
+                "Aug": "Aug",
+                "Sep": "Sep",
+                "Oct": "Oct",
+                "Nov": "Nov",
+                "Dec": "Dec",
+                "January": "January",
+                "February": "February",
+                "March": "March",
+                "April": "April",
+                "June": "June",
+                "July": "July",
+                "August": "August",
+                "September": "September",
+                "October": "October",
+                "November": "November",
+                "December": "December",
+                "Custom Date Range": "Custom Date Range",
+                "Date Range Template": "Date Range Template",
+                "Today": "Today",
+                "Yesterday": "Yesterday",
+                "This Week": "This Week",
+                "Last Week": "Last Week",
+                "This Month": "This Month",
+                "Last Month": "Last Month",
+                "Year": "Year",
+                "This Year": "This Year",
+                "Last Year": "Last Year",
+                "Date picker": "Date picker",
+                "Hour": "Hour",
+                "Day": "Day",
+                "Week": "Week",
+                "2 weeks": "2 Weeks",
+                "Month": "Month",
+                "3 months": "3 Months",
+                "6 months": "6 Months",
+                "Custom interval": "Custom interval",
+                "Interval": "Interval",
+                "Step size": "Step size",
+                "Ok": "Ok"
+            }
+        },
+        "entities-hierarchy": {
+            "hierarchy-data-settings": "Hierarchy data settings",
+            "relations-query-function": "Node relations query function",
+            "has-children-function": "Node has children function",
+            "node-state-settings": "Node state settings",
+            "node-opened-function": "Default node opened function",
+            "node-disabled-function": "Node disabled function",
+            "display-settings": "Display settings",
+            "node-icon-function": "Node icon function",
+            "node-text-function": "Node text function",
+            "sort-settings": "Sort settings",
+            "nodes-sort-function": "Nodes sort function"
+        },
+        "edge": {
+            "display-default-title": "Display default title"
+        },
+        "gateway": {
+            "general-settings": "General settings",
+            "widget-title": "Widget title",
+            "default-archive-file-name": "Default archive file name",
+            "device-type-for-new-gateway": "Device type for new gateway",
+            "messages-settings": "Messages settings",
+            "save-config-success-message": "Text message about successfully saved gateway configuration",
+            "device-name-exists-message": "Text message when device with entered name is already exists",
+            "gateway-title": "Gateway form",
+            "read-only": "Read only",
+            "events-title": "Gateway events form title",
+            "events-filter": "Events filter",
+            "event-key-contains": "Event key contains...",
+            "show-connector": "Show for the connector",
+            "connector-state-param-key": "Connector state parameter key",
+            "status": "Status",
+            "message": "Message",
+            "created-time": "Created time"
+        },
+        "gauge": {
+            "default-color": "Default color",
+            "radial-gauge-settings": "Radial gauge settings",
+            "ticks-settings": "Ticks settings",
+            "min-value": "Minimum value",
+            "max-value": "Maximum value",
+            "start-ticks-angle": "Start ticks angle",
+            "ticks-angle": "Ticks angle",
+            "major-ticks-count": "Major ticks count",
+            "major-ticks-color": "Major ticks color",
+            "minor-ticks-count": "Minor ticks count",
+            "minor-ticks-color": "Minor ticks color",
+            "tick-numbers-font": "Tick numbers font",
+            "unit-title-settings": "Unit title settings",
+            "show-unit-title": "Show unit title",
+            "unit-title": "Unit title",
+            "title-font": "Title text font",
+            "units-settings": "Units settings",
+            "units-font": "Units text font",
+            "value-box-settings": "Value box settings",
+            "show-value-box": "Show value box",
+            "value-int": "Digits count for integer part of value",
+            "value-font": "Value text font",
+            "value-box-rect-stroke-color": "Value box rectangle stroke color",
+            "value-box-rect-stroke-color-end": "Value box rectangle stroke color - end gradient",
+            "value-box-background-color": "Value box background color",
+            "value-box-shadow-color": "Value box shadow color",
+            "plate-settings": "Plate settings",
+            "show-plate-border": "Show plate border",
+            "plate-color": "Plate color",
+            "needle-settings": "Needle settings",
+            "needle-circle-size": "Needle circle size",
+            "needle-color": "Needle color",
+            "needle-color-end": "Needle color - end gradient",
+            "needle-color-shadow-up": "Upper half of the needle shadow color",
+            "needle-color-shadow-down": "Drop shadow needle color",
+            "highlights-settings": "Highlights settings",
+            "highlights-width": "Highlights width",
+            "highlights": "Highlights",
+            "highlight-from": "From",
+            "highlight-to": "To",
+            "highlight-color": "Color",
+            "no-highlights": "No highlights configured",
+            "add-highlight": "Add highlight",
+            "animation-settings": "Animation settings",
+            "enable-animation": "Enable animation",
+            "animation-duration": "Animation duration",
+            "animation-rule": "Animation rule",
+            "animation-linear": "Linear",
+            "animation-quad": "Quad",
+            "animation-quint": "Quint",
+            "animation-cycle": "Cycle",
+            "animation-bounce": "Bounce",
+            "animation-elastic": "Elastic",
+            "animation-dequad": "Dequad",
+            "animation-dequint": "Dequint",
+            "animation-decycle": "Decycle",
+            "animation-debounce": "Debounce",
+            "animation-delastic": "Delastic",
+            "linear-gauge-settings": "Linear gauge settings",
+            "bar-stroke-width": "Bar stroke width",
+            "bar-stroke-color": "Bar stroke color",
+            "bar-background-color": "Gauge bar background color",
+            "bar-background-color-end": "Bar background color - end gradient",
+            "progress-bar-color": "Progress bar color",
+            "progress-bar-color-end": "Progress bar color - end gradient",
+            "major-ticks-names": "Major ticks names",
+            "show-stroke-ticks": "Show ticks stroke",
+            "major-ticks-font": "Major ticks font",
+            "border-color": "Border color",
+            "border-width": "Border width",
+            "needle-circle-color": "Needle circle color",
+            "animation-target": "Animation target",
+            "animation-target-needle": "Needle",
+            "animation-target-plate": "Plate",
+            "common-settings": "Common gauge settings",
+            "gauge-type": "Gauge type",
+            "gauge-type-arc": "Arc",
+            "gauge-type-donut": "Donut",
+            "gauge-type-horizontal-bar": "Horizontal bar",
+            "gauge-type-vertical-bar": "Vertical bar",
+            "donut-start-angle": "Angle to start from",
+            "bar-settings": "Gauge bar settings",
+            "relative-bar-width": "Relative bar width",
+            "neon-glow-brightness": "Neon glow effect brightness, (0-100), 0 - disable effect",
+            "stripes-thickness": "Thickness of the stripes, 0 - no stripes",
+            "rounded-line-cap": "Display rounded line cap",
+            "bar-color-settings": "Bar color settings",
+            "use-precise-level-color-values": "Use precise color levels",
+            "bar-colors": "Bar colors, from lower to upper",
+            "color": "Color",
+            "no-bar-colors": "No bar colors configured",
+            "add-bar-color": "Add bar color",
+            "from": "From",
+            "to": "To",
+            "fixed-level-colors": "Bar colors using boundary values",
+            "gauge-title-settings": "Gauge title settings",
+            "show-gauge-title": "Show gauge title",
+            "gauge-title": "Gauge title",
+            "gauge-title-font": "Gauge title font",
+            "unit-title-and-timestamp-settings": "Unit title and timestamp settings",
+            "show-timestamp": "Show value timestamp",
+            "timestamp-format": "Timestamp format",
+            "label-font": "Font of label showing under value",
+            "value-settings": "Value settings",
+            "show-value": "Show value text",
+            "min-max-settings": "Minimum/maximum labels settings",
+            "show-min-max": "Show min and max values",
+            "min-max-font": "Font of minimum and maximum labels",
+            "show-ticks": "Show ticks",
+            "tick-width": "Tick width",
+            "tick-color": "Tick color",
+            "tick-values": "Tick values",
+            "no-tick-values": "No tick values configured",
+            "add-tick-value": "Add tick value"
+        },
+        "gpio": {
+            "pin": "Pin",
+            "label": "Label",
+            "row": "Row",
+            "column": "Column",
+            "color": "Color",
+            "panel-settings": "Panel settings",
+            "background-color": "Background color",
+            "gpio-switches": "GPIO switches",
+            "no-gpio-switches": "No GPIO switches configured",
+            "add-gpio-switch": "Add GPIO switch",
+            "gpio-status-request": "GPIO status request",
+            "method-name": "Method name",
+            "method-body": "Method body",
+            "gpio-status-change-request": "GPIO status change request",
+            "parse-gpio-status-function": "Parse gpio status function",
+            "gpio-leds": "GPIO leds",
+            "no-gpio-leds": "No GPIO leds configured",
+            "add-gpio-led": "Add GPIO led"
+        },
+        "html-card": {
+            "html": "HTML",
+            "css": "CSS"
+        },
+        "input-widgets": {
+            "attribute-not-allowed": "Attribute parameter cannot be used in this widget",
+            "blocked-location": "Geolocation is blocked in your browser",
+            "claim-device": "Claim device",
+            "claim-failed": "Failed to claim the device!",
+            "claim-not-found": "Device not found!",
+            "claim-successful": "Device was successfully claimed!",
+            "date": "Date",
+            "device-name": "Device name",
+            "device-name-required": "Device name is required",
+            "discard-changes": "Discard changes",
+            "entity-attribute-required": "Entity attribute is required",
+            "entity-coordinate-required": "Both fields, latitude and longitude, are required",
+            "entity-timeseries-required": "Entity timeseries is required",
+            "get-location": "Get current location",
+            "invalid-date": "Invalid Date",
+            "latitude": "Latitude",
+            "longitude": "Longitude",
+            "min-value-error": "Min value is {{value}}",
+            "max-value-error": "Max value is {{value}}",
+            "not-allowed-entity": "Selected entity cannot have shared attributes",
+            "no-attribute-selected": "No attribute is selected",
+            "no-datakey-selected": "No datakey is selected",
+            "no-coordinate-specified": "Datakey for latitude/longitude doesn't specified",
+            "no-entity-selected": "No entity selected",
+            "no-image": "No image",
+            "no-support-geolocation": "Your browser doesn't support geolocation",
+            "no-support-web-camera": "Your browser does not support cameras",
+            "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": "No timeseries selected",
+            "secret-key": "Secret key",
+            "secret-key-required": "Secret key is required",
+            "switch-attribute-value": "Switch entity attribute value",
+            "switch-camera": "Switch camera",
+            "switch-timeseries-value": "Switch entity timeseries value",
+            "take-photo": "Take photo",
+            "time": "Time",
+            "timeseries-not-allowed": "Timeseries parameter cannot be used in this widget",
+            "update-failed": "Update failed",
+            "update-successful": "Update successful",
+            "update-attribute": "Update attribute",
+            "update-timeseries": "Update timeseries",
+            "value": "Value",
+            "general-settings": "General settings",
+            "widget-title": "Widget title",
+            "claim-button-label": "Claiming button label",
+            "show-secret-key-field": "Show 'Secret key' input field",
+            "labels-settings": "Labels settings",
+            "show-labels": "Show labels",
+            "device-name-label": "Label for device name input field",
+            "secret-key-label": "Label for secret key input field",
+            "messages-settings": "Messages settings",
+            "claim-device-success-message": "Text message of successful device claiming",
+            "claim-device-not-found-message": "Text message when device not found",
+            "claim-device-failed-message": "Text message of failed device claiming",
+            "claim-device-name-required-message": "'Device name required' error message",
+            "claim-device-secret-key-required-message": "'Secret key required' error message",
+            "relations-settings": "Relations settings",
+            "relate-device-to-state-entity": "Relate device to current state entity",
+            "relate-direction": "Relate direction",
+            "relate-direction-from": "From",
+            "relate-direction-to": "To",
+            "relation-type": "Relation type",
+            "show-label": "Show label",
+            "label": "Label",
+            "required": "Required",
+            "required-error-message": "'Required' error message",
+            "show-result-message": "Show result message",
+            "integer-field-settings": "Integer field settings",
+            "min-value": "Min value",
+            "max-value": "Max value",
+            "double-field-settings": "Double field settings",
+            "text-field-settings": "Text field settings",
+            "min-length": "Min length",
+            "max-length": "Max length",
+            "checkbox-settings": "Checkbox settings",
+            "true-label": "Checked label",
+            "false-label": "Unchecked label",
+            "image-input-settings": "Image input settings",
+            "display-preview": "Display preview",
+            "display-clear-button": "Display clear button",
+            "display-apply-button": "Display apply button",
+            "display-discard-button": "Display discard button",
+            "datetime-field-settings": "Date/time field settings",
+            "display-time-input": "Display time input",
+            "latitude-key-name": "Latitude key name",
+            "longitude-key-name": "Longitude key name",
+            "show-get-location-button": "Show button 'Get current location'",
+            "use-high-accuracy": "Use high accuracy",
+            "location-fields-settings": "Location fields settings",
+            "latitude-label": "Label for latitude",
+            "longitude-label": "Label for longitude",
+            "input-fields-alignment": "Input fields alignment",
+            "input-fields-alignment-column": "Column (default)",
+            "input-fields-alignment-row": "Row",
+            "layout": "Layout",
+            "row-gap": "Gap between rows in pixels",
+            "column-gap": "Gap between columns in pixels",
+            "latitude-field-required": "Latitude field required",
+            "longitude-field-required": "Longitude field required",
+            "attribute-settings": "Attribute settings",
+            "widget-mode": "Widget mode",
+            "widget-mode-update-attribute": "Update attribute",
+            "widget-mode-update-timeseries": "Update timeseries",
+            "attribute-scope": "Attribute scope",
+            "attribute-scope-server": "Server attribute",
+            "attribute-scope-shared": "Shared attribute",
+            "value-required": "Value required",
+            "image-settings": "Image settings",
+            "image-format": "Image format",
+            "image-format-jpeg": "JPEG",
+            "image-format-png": "PNG",
+            "image-format-webp": "WEBP",
+            "image-quality": "Image quality that use lossy compression such as jpeg and webp",
+            "max-image-width": "Maximum image width",
+            "max-image-height": "Maximum image height",
+            "action-buttons": "Action buttons",
+            "show-action-buttons": "Show action buttons",
+            "update-all-values": "Update all values, not only modified",
+            "save-button-label": "'SAVE' button label",
+            "reset-button-label": "'UNDO' button label",
+            "group-settings": "Group settings",
+            "show-group-title": "Show title for group of fields, related to different entities",
+            "group-title": "Group title",
+            "fields-alignment": "Fields alignment",
+            "fields-alignment-row": "Row (default)",
+            "fields-alignment-column": "Column",
+            "fields-in-row": "Number of fields in the row",
+            "option-value": "Value (write 'null' for create empty option)",
+            "option-label": "Label",
+            "hide-input-field": "Hide input field",
+            "datakey-type": "Datakey type",
+            "datakey-type-server": "Server attribute (default)",
+            "datakey-type-shared": "Shared attribute",
+            "datakey-type-timeseries": "Timeseries",
+            "datakey-value-type": "Datakey value type",
+            "datakey-value-type-string": "String",
+            "datakey-value-type-double": "Double",
+            "datakey-value-type-integer": "Integer",
+            "datakey-value-type-json": "JSON",
+            "datakey-value-type-boolean-checkbox": "Boolean (Checkbox)",
+            "datakey-value-type-boolean-switch": "Boolean (Switch)",
+            "datakey-value-type-date-time": "Date & Time",
+            "datakey-value-type-date": "Date",
+            "datakey-value-type-time": "Time",
+            "datakey-value-type-select": "Select",
+            "datakey-value-type-color": "Color",
+            "value-is-required": "Value is required",
+            "ability-to-edit-attribute": "Ability to edit attribute",
+            "ability-to-edit-attribute-editable": "Editable (default)",
+            "ability-to-edit-attribute-disabled": "Disabled",
+            "ability-to-edit-attribute-readonly": "Read-only",
+            "disable-on-datakey-name": "Disable on false value of another datakey (specify datakey name)",
+            "field-appearance": "Field appearance",
+            "appearance-fill": "Fill",
+            "appearance-outline": "Outline",
+            "subscript-sizing": "Subscript sizing",
+            "subscript-sizing-fixed": "Fixed",
+            "subscript-sizing-dynamic": "Dynamic",
+            "slide-toggle-settings": "Slide toggle settings",
+            "slide-toggle-label-position": "Slide toggle label position",
+            "slide-toggle-label-position-after": "After",
+            "slide-toggle-label-position-before": "Before",
+            "select-options": "Select options",
+            "no-select-options": "No select options configured",
+            "add-select-option": "Add select option",
+            "numeric-field-settings": "Numeric field settings",
+            "step-interval": "Step interval between values",
+            "error-messages": "Error messages",
+            "min-value-error-message": "'Min value' error message",
+            "max-value-error-message": "'Max value' error message",
+            "invalid-date-error-message": "'Invalid date' error message",
+            "invalid-JSON-error-message": "'Invalid JSON' error message",
+            "icon-settings": "Icon settings",
+            "dialog-editor-settings": "Dialog editor settings",
+            "use-custom-icon": "Use custom icon",
+            "input-cell-icon": "Icon to show before input cell",
+            "value-conversion-settings": "Value conversion settings",
+            "get-value-settings": "Get value settings",
+            "use-get-value-function": "Use getValue function",
+            "get-value-function": "getValue function",
+            "set-value-settings": "Set value settings",
+            "use-set-value-function": "Use setValue function",
+            "set-value-function": "setValue function",
+            "json-invalid": "JSON value has an invalid format",
+            "title": "Title",
+            "cancel-button-label": "'Cancel' button label"
+        },
+        "invalid-qr-code-text": "Invalid input text for QR code. Input should have a string type",
+        "qr-code": {
+            "use-qr-code-text-function": "Use QR code text function",
+            "qr-code-text-pattern": "QR code text pattern (for ex. '${entityName} | ${keyName} - some text.')",
+            "qr-code-text-pattern-hint": "QR code text pattern use the value of the first found key in the entities in the entity alias.",
+            "qr-code-text-pattern-required": "QR code text pattern is required.",
+            "qr-code-text-function": "QR code text function"
+        },
+        "label-widget": {
+            "label-pattern": "Pattern",
+            "label-pattern-hint": "Hint: for ex. 'Text ${keyName} units.' or ${#<key index>} units'",
+            "label-pattern-required": "Pattern is required",
+            "label-position": "Position (Percentage relative to background)",
+            "x-pos": "X",
+            "y-pos": "Y",
+            "background-color": "Background color",
+            "font-settings": "Font settings",
+            "background-image": "Background image",
+            "labels": "Labels",
+            "no-labels": "No labels configured",
+            "add-label": "Add label"
+        },
+        "navigation": {
+            "title": "Title",
+            "navigation-path": "Navigation path",
+            "filter-type": "Filter type",
+            "filter-type-all": "All items",
+            "filter-type-include": "Include items",
+            "filter-type-exclude": "Exclude items",
+            "items": "Items",
+            "enter-urls-to-filter": "Enter urls to filter..."
+        },
+        "persistent-table": {
+            "rpc-id": "RPC ID",
+            "message-type": "Message type",
+            "method": "Method",
+            "params": "Params",
+            "created-time": "Created time",
+            "expiration-time": "Expiration time",
+            "retries": "Retries",
+            "status": "Status",
+            "filter": "Filter",
+            "refresh": "Refresh",
+            "add": "Add RPC request",
+            "details": "Details",
+            "delete": "Delete",
+            "delete-request-title": "Delete Persistent RPC request",
+            "delete-request-text": "Are you sure you want to delete request?",
+            "details-title": "Details RPC ID: ",
+            "additional-info": "Additional info",
+            "response": "Response",
+            "any-status": "Any status",
+            "rpc-status-list": "RPC status list",
+            "no-request-prompt": "No request to display",
+            "send-request": "Send request",
+            "add-title": "Create Persistent RPC request",
+            "method-error": "Method is required.",
+            "timeout-error": "Min timeout value is 5000 (5 seconds).",
+            "white-space-error": "White space is not allowed.",
+            "rpc-status": {
+                "QUEUED": "QUEUED",
+                "SENT": "SENT",
+                "DELIVERED": "DELIVERED",
+                "SUCCESSFUL": "SUCCESSFUL",
+                "TIMEOUT": "TIMEOUT",
+                "EXPIRED": "EXPIRED",
+                "FAILED": "FAILED"
+            },
+            "rpc-search-status-all": "ALL",
+            "message-types": {
+                "false": "Two-way",
+                "true": "One-way"
+            },
+            "general-settings": "General settings",
+            "enable-filter": "Enable filter",
+            "enable-sticky-header": "Display header while scrolling",
+            "enable-sticky-action": "Display actions column while scrolling",
+            "display-request-details": "Display request details",
+            "allow-send-request": "Allow send RPC request",
+            "allow-delete-request": "Allow delete request",
+            "columns-settings": "Columns settings",
+            "display-columns": "Columns to display",
+            "column": "Column",
+            "no-columns-found": "No columns found",
+            "no-columns-matching": "'{{column}}' not found."
+        },
+        "rpc": {
+            "value-settings": "Value settings",
+            "initial-value": "Initial value",
+            "retrieve-value-settings": "Retrieve on/off value settings",
+            "retrieve-value-method": "Retrieve value using method",
+            "retrieve-value-method-none": "Don't retrieve",
+            "retrieve-value-method-rpc": "Call RPC get value method",
+            "retrieve-value-method-attribute": "Subscribe for attribute",
+            "retrieve-value-method-timeseries": "Subscribe for timeseries",
+            "attribute-value-key": "Attribute key",
+            "timeseries-value-key": "Timeseries key",
+            "get-value-method": "RPC get value method",
+            "parse-value-function": "Parse value function",
+            "update-value-settings": "Update value settings",
+            "set-value-method": "RPC set value method",
+            "convert-value-function": "Convert value function",
+            "rpc-settings": "RPC settings",
+            "request-timeout": "RPC request timeout (ms)",
+            "persistent-rpc-settings": "Persistent RPC settings",
+            "request-persistent": "RPC request persistent",
+            "persistent-polling-interval": "Polling interval (ms) to get persistent RPC command response",
+            "common-settings": "Common settings",
+            "switch-title": "Switch title",
+            "show-on-off-labels": "Show on/off labels",
+            "slide-toggle-label": "Slide toggle label",
+            "label-position": "Label position",
+            "label-position-before": "Before",
+            "label-position-after": "After",
+            "slider-color": "Slider color",
+            "slider-color-primary": "Primary",
+            "slider-color-accent": "Accent",
+            "slider-color-warn": "Warn",
+            "button-style": "Button style",
+            "button-raised": "Raised button",
+            "button-primary": "Primary color",
+            "button-background-color": "Button background color",
+            "button-text-color": "Button text color",
+            "widget-title": "Widget title",
+            "button-label": "Button label",
+            "device-attribute-scope": "Device attribute scope",
+            "server-attribute": "Server attribute",
+            "shared-attribute": "Shared attribute",
+            "device-attribute-parameters": "Device attribute parameters",
+            "is-one-way-command": "Is one way command",
+            "rpc-method": "RPC method",
+            "rpc-method-params": "RPC method params",
+            "show-rpc-error": "Show RPC command execution error",
+            "led-title": "LED title",
+            "led-color": "LED color",
+            "check-status-settings": "Check status settings",
+            "perform-rpc-status-check": "Perform RPC device status check",
+            "retrieve-led-status-value-method": "Retrieve led status value using method",
+            "led-status-value-attribute": "Device attribute containing led status value",
+            "led-status-value-timeseries": "Device timeseries containing led status value",
+            "check-status-method": "RPC check device status method",
+            "parse-led-status-value-function": "Parse led status value function",
+            "knob-title": "Knob title",
+            "min-value": "Minimum value",
+            "max-value": "Maximum value"
+        },
+        "maps": {
+            "select-entity": "Select entity",
+            "select-entity-hint": "Hint: after selection click at the map to set position",
+            "tooltips": {
+                "placeMarker": "Click to place '{{entityName}}' entity",
+                "firstVertex": "Polygon for '{{entityName}}': click to place first point",
+                "firstVertex-cut": "Click to place first point",
+                "continueLine": "Polygon for '{{entityName}}': click to continue drawing",
+                "continueLine-cut": "Click to continue drawing",
+                "finishLine": "Click any existing marker to finish",
+                "finishPoly": "Polygon for '{{entityName}}': click first marker to finish and save",
+                "finishPoly-cut": "Click first marker to finish and save",
+                "finishRect": "Polygon for '{{entityName}}': click to finish and save",
+                "startCircle": "Circle for '{{entityName}}': click to place circle center",
+                "finishCircle": "Circle for '{{entityName}}': click to finish circle",
+                "placeCircleMarker": "Click to place circle marker"
+            },
+            "actions": {
+                "finish": "Finish",
+                "cancel": "Cancel",
+                "removeLastVertex": "Remove last point"
+            },
+            "buttonTitles": {
+                "drawMarkerButton": "Place entity",
+                "drawPolyButton": "Create polygon",
+                "drawLineButton": "Create polyline",
+                "drawCircleButton": "Create circle",
+                "drawRectButton": "Create rectangle",
+                "editButton": "Edit mode",
+                "dragButton": "Drag-drop mode",
+                "cutButton": "Cut polygon area",
+                "deleteButton": "Remove",
+                "drawCircleMarkerButton": "Create circle marker",
+                "rotateButton": "Rotate polygon"
+            },
+            "map-provider-settings": "Map provider settings",
+            "map-provider": "Map provider",
+            "map-provider-google": "Google maps",
+            "map-provider-openstreet": "OpenStreet maps",
+            "map-provider-here": "HERE maps",
+            "map-provider-image": "Image map",
+            "map-provider-tencent": "Tencent maps",
+            "openstreet-provider": "OpenStreet map provider",
+            "openstreet-provider-mapnik": "OpenStreetMap.Mapnik (Default)",
+            "openstreet-provider-hot": "OpenStreetMap.HOT",
+            "openstreet-provider-esri-street": "Esri.WorldStreetMap",
+            "openstreet-provider-esri-topo": "Esri.WorldTopoMap",
+            "openstreet-provider-esri-imagery": "Esri.WorldImagery",
+            "openstreet-provider-cartodb-positron": "CartoDB.Positron",
+            "openstreet-provider-cartodb-dark-matter": "CartoDB.DarkMatter",
+            "use-custom-provider": "Use custom provider",
+            "custom-provider-tile-url": "Custom provider tile URL",
+            "google-maps-api-key": "Google Maps API Key",
+            "default-map-type": "Default map type",
+            "google-map-type-roadmap": "Roadmap",
+            "google-map-type-satelite": "Satellite",
+            "google-map-type-hybrid": "Hybrid",
+            "google-map-type-terrain": "Terrain",
+            "map-layer": "Map layer",
+            "here-map-normal-day": "HERE.normalDay (Default)",
+            "here-map-normal-night": "HERE.normalNight",
+            "here-map-hybrid-day": "HERE.hybridDay",
+            "here-map-terrain-day": "HERE.terrainDay",
+            "credentials": "Credentials",
+            "here-app-id": "HERE app id",
+            "here-app-code": "HERE app code",
+            "here-api-key": "HERE API key",
+            "here-use-new-version-api-3": "Use API version 3",
+            "tencent-maps-api-key": "Tencent Maps API Key",
+            "tencent-map-type-roadmap": "Roadmap",
+            "tencent-map-type-satelite": "Satellite",
+            "tencent-map-type-hybrid": "Hybrid",
+            "image-map-background": "Image map background",
+            "image-map-background-from-entity-attribute": "Take image map background from entity attribute",
+            "image-url-source-entity-alias": "Image URL source entity alias",
+            "image-url-source-entity-attribute": "Image URL source entity attribute",
+            "common-map-settings": "Common map settings",
+            "x-pos-key-name": "X position key name",
+            "y-pos-key-name": "Y position key name",
+            "latitude-key-name": "Latitude key name",
+            "longitude-key-name": "Longitude key name",
+            "default-map-zoom-level": "Default map zoom level (0 - 20)",
+            "default-map-center-position": "Default map center position (0,0)",
+            "disable-scroll-zooming": "Disable scroll zooming",
+            "disable-double-click-zooming": "Disable double click zooming",
+            "disable-zoom-control-buttons": "Disable zoom control buttons",
+            "fit-map-bounds": "Fit map bounds to cover all markers",
+            "use-default-map-center-position": "Use default map center position",
+            "entities-limit": "Limit of entities to load",
+            "markers-settings": "Markers settings",
+            "marker-offset-x": "Marker X offset relative to position multiplied by marker width",
+            "marker-offset-y": "Marker Y offset relative to position multiplied by marker height",
+            "position-function": "Position conversion function, should return x,y coordinates as double from 0 to 1 each",
+            "draggable-marker": "Draggable marker",
+            "label": "Label",
+            "show-label": "Show label",
+            "use-label-function": "Use label function",
+            "label-pattern": "Label (pattern examples: '${entityName}', '${entityName}: (Text ${keyName} units.)' )",
+            "label-function": "Label function",
+            "tooltip": "Tooltip",
+            "show-tooltip": "Show tooltip",
+            "show-tooltip-action": "Action for displaying the tooltip",
+            "show-tooltip-action-click": "Show tooltip on click (Default)",
+            "show-tooltip-action-hover": "Show tooltip on hover",
+            "auto-close-tooltips": "Auto-close tooltips",
+            "use-tooltip-function": "Use tooltip function",
+            "tooltip-pattern": "Tooltip (for ex. 'Text ${keyName} units.' or 
A tenant is an individual or an organization that owns or produces devices and assets. The tenant may have multiple tenant administrator users, customers, devices, and assets.
The Tenant Administrator can create and manage devices, assets, customers, and dashboards within the tenant account.
Follow the documentation on how to do it:
", + "how-to-create-tenant": "How to create Tenant & Tenant Administrator" + }, + "step2": { + "title": "Configure feature: Mail server", + "content": "Mail server configuration is essential for user activation, password recovery, and alarm notification delivery.
Follow the documentation on how to do it:
", + "how-to-configure-mail-server": "How to configure Mail server" + }, + "step3": { + "title": "Configure feature: SMS provider", + "content": "Configure SMS providers to notify the customers about the alarms via SMS.
Follow the documentation on how to do it:
", + "how-to-configure-sms-provider": "How to configure SMS provider" + }, + "step4": { + "title": "Configure feature: White-labeling", + "content": "Easily customize your company's or product's logo and color scheme without coding and without restarting the service.
Follow the documentation on how to do it:
", + "how-to-configure-white-labeling": "How to configure White-labeling" + }, + "step5": { + "title": "Configure feature: 2FA", + "content": "Improve security of the platform accounts with two-factor authentication.
Follow the documentation on how to do it:
", + "how-to-configure-2fa": "How to configure 2FA" + }, + "step6": { + "title": "Configure feature: OAuth 2", + "content": "Simplify login for the tenant and customer users with Single Sign-On functionality via OAuth 2.0.
Follow the documentation on how to do it:
", + "how-to-configure-oauth2": "How to configure OAuth 2" + }, + "step7": { + "title": "Configure feature: Slack", + "content": "Distribute notifications to the tenant and customer users via Slack according to the notification rules you set.
Follow the documentation on how to do it:
", + "how-to-configure-notifications": "How to configure Slack" + } + }, + "tenant-admin": { + "step1": { + "title": "Create device", + "content": "Let's provision your first device to the platform via UI. Follow the documentation on how to do it:
", + "how-to-create-device": "How to create Device" + }, + "step2": { + "title": "Connect device", + "content-before": "To connect the device you need to get the device credentials. We recommend using default auto-generated credentials which is access token for this guide.
Use simple commands to publish data over HTTP. Don't forget to replace $ACCESS_TOKEN with your device access token:
", + "ubuntu": { + "install-curl": "Install cURL for Ubuntu:" + }, + "macos": { + "install-curl": "Install cURL for MacOS:" + }, + "windows": { + "install-curl": "Starting Windows 10 b17063, cURL is available by default." + }, + "replace-access-token": "Replace $ACCESS_TOKEN with your device's token:", + "content-after": "You can also use other protocols such as MQTT, CoAP, etc.
Follow the documentation on how to do it:
", + "how-to-connect-device": "How to connect Device" + }, + "step3": { + "title": "Create dashboard", + "content": "Create a dashboard to visualize data from entities such as assets, devices, etc.
Follow the documentation on how to do it:
", + "how-to-create-dashboard": "How to create Dashboard" + }, + "step4": { + "title": "Configure alarm rules", + "alarm-rules": "Alarm rules", + "content": "Let's raise an alarm when the temperature reaches 25°C. Follow the documentation on how to do it:
", + "how-to-configure-alarm-rules": "How to configure Alarm rules" + }, + "step5": { + "title": "Create alarm", + "content-before": "To trigger the alarm, send a new telemetry value of 26°C or higher.
", + "replace-access-token": "Replace $ACCESS_TOKEN with your device's token:", + "content-after": "Follow the documentation on how to do it:
", + "how-to-create-alarm": "How to create Alarm" + }, + "step6": { + "title": "Create customer and share dashboard", + "content": "By creating end-user dashboards, a customer user can only see his own devices, and data from another customer will be hidden.
Follow the documentation on how to do it:
", + "how-to-create-customer-and-share-dashboard": "How to create Customer and share Dashboard" + } + } + } + }, + "icon": { + "icon": "Icon", + "icons": "Icons", + "select-icon": "Select icon", + "material-icons": "Material icons", + "show-all": "Show all icons", + "search-icon": "Search icon", + "no-icons-found": "No icons found for '{{iconSearch}}'" + }, + "subscription": { + "entity-limit-text": "However you can upgrade your subscription plan in order to increase your limits.", + "upgrade-your-plan": "Upgrade subscription plan", + "white-labeling-feature": "White labeling feature", + "white-labeling-text-full": "Rebrand ThingsBoard platform web interface with your company or product logo and color scheme in 2 minutes.