"configuration-delete-dialog-body":"يمكن تعطيل التكوين عن بُعد فقط إذا كان هناك وصول جسدي إلى البوابة. ستتم حذف جميع التكوينات السابقة.<br><br> \n لتعطيل التكوين، أدخل اسم البوابة أدناه",
"download-docker-compose":"Download docker-compose.yml for your gateway",
"enable-remote-logging":"Enable remote logging",
"ellipsis-chips-text":"+ {{count}} more",
"launch-gateway":"Launch gateway",
"launch-command":"Launch command",
"launch-docker-compose":"Start the gateway using the following command in the terminal from folder with docker-compose.yml file",
"logs-configuration":"Logs configuration",
"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.<br><br> \nTo turn off configuration, enter gateway name below",
"configuration-delete-dialog-input-required":"Gateway name is mandatory",
"configuration-delete-dialog-confirm":"Turn Off",
"connector-duplicate-name":"Connector with such name already exists.",
"connector-side":"Connector side",
"payload-type":"Payload type",
"platform-side":"Platform side",
"JSON":"JSON",
"JSON-hint":"Converter for this payload type processes MQTT messages in JSON format. It uses JSON Path expressions to extract vital details such as device names, device profile names, attributes, and time series from the message. And regular expressions to get device details from topics.",
"bytes":"Bytes",
"bytes-hint":"Converter for this payload type designed for binary MQTT payloads, this converter directly interprets binary data to retrieve device names and device profile names, along with attributes and time series, using specific byte positions for data extraction.",
"custom":"Custom",
"custom-hint":"This option allows you to use a custom converter for specific data tasks. You need to add your custom converter to the extension folder and enter its class name in the UI settings. Any keys you provide will be sent as configuration to your custom converter.",
"client-cert-path":"Path to client certificate file",
"path-to-client-cert-required":"Path to client certificate file is required.",
"client-id":"Client ID",
"data-conversion":"Data conversion",
"data-mapping":"Data mapping",
"data-mapping-hint":"Data mapping provides the capability to parse and convert the data received from a MQTT client in incoming messages into specific attributes and time series data keys.",
"opcua-data-mapping-hint":"Data mapping provides the capability to parse and convert the data received from a OPCUA server into specific data keys.",
"delete":"Delete configuration",
"delete-attribute":"Delete attribute",
"delete-key":"Delete key",
"delete-timeseries":"Delete time series",
"default":"Default",
"device-node":"Device node",
"device-node-required":"Device node required.",
"device-node-hint":"Path or identifier for device node on OPC UA server. Relative paths from it for attributes and time series can be used.",
"to-device-response-settings-hint":"For these fields you can use the following variables and they will be replaced with actual values: ${deviceName}, ${attributeKey}, ${attributeValue}",
"gateway":"Gateway",
"gateway-exists":"Device with same name is already exists.",
"gateway-name":"Gateway name",
"gateway-name-required":"Gateway name is required.",
"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",
"info":"Info",
"identity":"Identity",
"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",
"unit-id":"Unit ID",
"host":"Host",
"host-required":"Host is required.",
"holding_registers":"Holding registers",
"coils_initializer":"Coils initializer",
"input_registers":"Input registers",
"discrete_inputs":"Discrete inputs",
"json-parse":"Not valid JSON.",
"json-required":"Field cannot be empty.",
"JSONPath-hint":"This field supports constants and JSONPath expressions.",
"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"
},
"max-number-of-workers":"Max number of workers",
"max-number-of-workers-hint":"Maximal number of workers threads for converters \n(The amount of workers changes dynamically, depending on load) \nRecommended amount 50-150.",
"max-number-of-workers-required":"Max number of workers is required.",
"max-messages-queue-for-worker":"Max messages queue per worker",
"max-messages-queue-for-worker-hint":"Maximal messages count that will be in the queue \nfor each converter worker.",
"max-messages-queue-for-worker-required":"Max messages queue per worker is required.",
"method":"Method",
"method-name":"Method name",
"method-required":"Method name is 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 10",
"min-pack-send-delay-pattern":"Min pack send delay is not valid",
"multiplier":"Multiplier",
"mode":"Mode",
"model-name":"Model name",
"modifier":"Modifier",
"modifier-invalid":"Modifier is not valid",
"mqtt-version":"MQTT version",
"name":"Name",
"name-required":"Name is required.",
"no-attributes":"No attributes",
"no-attribute-updates":"No attribute updates",
"no-connectors":"No connectors",
"no-data":"No configurations",
"gateway":"Gateway",
"launch-gateway":"Launch gateway",
"launch-command":"Launch command",
"create-new-gateway":"Create a new gateway",
"create-new-gateway-text":"Are you sure you want create a new gateway with name: '{{gatewayName}}'?",
"no-gateway-found":"No gateway found.",
"no-gateway-matching":" '{{item}}' not found.",
"no-timeseries":"No time series",
"no-keys":"No keys",
"no-value":"No arguments",
"no-rpc-methods":"No RPC methods",
"no-rpc-requests":"No RPC requests",
"path-hint":"The path is local to the gateway file system",
"path-logs":"Path to log files",
"path-logs-required":"Path is required.",
"password":"Password",
"password-required":"Password is required.",
"permit-without-calls":"Keep alive permit without calls",
"poll-period":"Poll period (ms)",
"poll-period-error":"Poll period should be at least {{min}} (ms).",
"port":"Port",
"port-required":"Port is required.",
"port-limits-error":"Port should be number from {{min}} to {{max}}.",
"private-key-path":"Path to private key file",
"path-to-private-key-required":"Path to private key file is required.",
"parity":"Parity",
"product-code":"Product code",
"product-name":"Product name",
"raw":"Raw",
"retain":"Retain",
"retain-hint":"This flag tells the broker to store the message for a topic\nand ensures any new client subscribing to that topic\nwill receive the stored message.",
"modbus-response-reading":"RPC response will return all subtracted values from all connected devices when the reading functions are selected.",
"modbus-writing-functions":"RPC will write a filled value to all connected devices when the writing functions are selected.",
"opc-method":"A filled method name is the OPC-UA method that will processed on the server side (make sure your node has the requested method)."
},
"security-name":"Security name",
"value":"Value",
"security":"Security",
"responseValueExpression":"Response Value Expression",
"requestValueExpression":"Request Value Expression",
"arguments":"Arguments",
"add-argument":"Add argument",
"write-property":"Write property",
"read-property":"Read property",
"analog-output":"Analog output",
"analog-input":"Analog input",
"binary-output":"Binary output",
"binary-input":"Binary input",
"binary-value":"Binary value",
"analog-value":"Analog value",
"write":"Write",
"read":"Read",
"scan":"Scan",
"oids":"OIDS",
"set":"Set",
"multiset":"Multiset",
"get":"Get",
"bulk-walk":"Bulk walk",
"table":"Table",
"multi-get":"Multiget",
"get-next":"Get next",
"bulk-get":"Bulk get",
"walk":"Walk",
"save-template":"Save template",
"template-name":"Template name",
"template-name-required":"Template name is required.",
"template-name-duplicate":"Template with such name already exists, it will be updated.",
"command":"Command",
"params":"Params",
"json-value-invalid":"JSON value has an invalid format"
},
"rpc-methods":"RPC methods",
"rpc-requests":"RPC requests",
"request":{
"connect-request":"Connect request",
"disconnect-request":"Disconnect request",
"attribute-request":"Attribute request",
"attribute-update":"Attribute update",
"rpc-connection":"RPC command"
},
"request-type":"Request type",
"requests-mapping":"Requests mapping",
"requests-mapping-hint":"MQTT Connector requests allows you to connect, disconnect, process attribute requests from the device, handle attribute updates on the server and RPC processing configuration.",
"request-topic-expression-required":"Request topic expression is required.",
"response-timeout":"Response timeout (ms)",
"response-timeout-required":"Response timeout is required.",
"response-timeout-limits-error":"Timeout must be more then {{min}} ms.",
"response-topic-Qos":"Response topic QoS",
"response-topic-Qos-hint":"MQTT Quality of Service (QoS) is an agreement between the message sender and receiver that defines the level of delivery guarantee for a specific message.",
"response-topic-expression-required":"Response topic expression is required.",
"response-value-expression":"Response value expression",
"response-value-expression-required":"Response value expression is required.",
"vendor-name":"Vendor name",
"vendor-url":"Vendor URL",
"value":"Value",
"values":"Values",
"value-required":"Value is required.",
"value-expression":"Value expression",
"value-expression-required":"Value expression is required.",
"with-response":"With response",
"without-response":"Without response",
"other":"Other",
"save-tip":"Save configuration file",
"scan-period":"Scan period (ms)",
"scan-period-error":"Scan period should be at least {{min}} (ms).",
"sub-check-period":"Subscription check period (ms)",
"sub-check-period-error":"Subscription check period should be at least {{min}} (ms).",
"security":"Security",
"security-policy":"Security policy",
"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"
},
"select-connector":"Select connector to display config",
"send-change-data":"Send data only on change",
"send-data-to-platform":"Send data to platform",
"send-data-on-change":"Send data only on change",
"send-change-data-hint":"The values 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 time series in the converter output.",
"tls-path-ca-certificate":"Path to CA certificate on gateway",
"tls-path-client-certificate":"Path to client certificate on gateway",
"tls-connection":"TLS Connection",
"master-connections":"Master Connections",
"method-filter":"Method filter",
"method-filter-hint":"Regular expression to filter incoming RPC method from platform.",
"method-filter-required":"Method filter is required.",
"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",
"qos":{
"at-most-once":"0 - At most once",
"at-least-once":"1 - At least once",
"exactly-once":"2 - Exactly once"
},
"objects-count":"Objects count",
"objects-count-required":"Objects count is required",
"wait-after-failed-attempts":"Wait after failed attempts (ms)",
"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",
"username":"Username",
"username-required":"Username is required.",
"unit-id-required":"Unit ID is required.",
"write-coil":"Write Coil",
"write-coils":"Write Coils",
"write-register":"Write Register",
"write-registers":"Write Registers",
"hints":{
"modbus-master":"Configuration sections for connecting to Modbus servers and reading data from them.",
"modbus-server":"Configuration section for the Modbus server, storing data and sending updates to the platform when changes occur or at fixed intervals.",
"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 platform server",
"port":"Port of MQTT service on platform server",
"token":"Access token for the gateway from platform server",
"client-id":"MQTT client id for the gateway form platform server",
"username":"MQTT username for the gateway form platform server",
"password":"MQTT password for the gateway form platform server",
"ca-cert":"Path to CA certificate file",
"date-form":"Date format in log message",
"data-folder":"Path to the folder that will contain 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 number of files that will be created",
"max-read-count":"Number of messages to retrieve from the storage and send to platform",
"max-records":"Maximum count of records that will be stored in one file",
"read-record-count":"Number of messages to retrieve from the storage and send to platform",
"max-records-count":"Maximum number of data entries in storage before sending to platform",
"ttl-check-hour":"How often will the Gateway check data for obsolescence",
"ttl-messages-day":"Maximum number of days that the storage will retain 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.",
"path-in-os":"Path in gateway os.",
"memory":"Your data will be stored in the in-memory queue, it is a fastest but no persistence guarantee.",
"file":"Your data will be stored in separated files and will be saved even after the gateway restart.",
"sqlite":"Your data will be stored in file based database. And will be saved even after the gateway restart.",
"opc-timeout":"Timeout in milliseconds for connecting to OPC-UA server.",
"security-policy":"Security Policy defines the security mechanisms to be applied.",
"scan-period":"Period in milliseconds to rescan the server.",
"sub-check-period":"Period to check the subscriptions in the OPC-UA server.",
"enable-subscription":"If true - the gateway will subscribe to interesting nodes and wait for data update and if false - the gateway will rescan OPC-UA server every scanPeriodInMillis.",
"show-map":"Show nodes on scanning.",
"method-name":"Name of method on OPC-UA server.",
"arguments":"Arguments for the method (will be overwritten by arguments from the RPC request).",
"min-pack-size-to-send":"Minimum package size for sending.",
"max-payload-size-bytes":"Maximum package size in bytes",
"poll-period":"Period in milliseconds to read data from nodes.",
"modbus":{
"framer-type":"Type of a framer (Socket, RTU, or ASCII), if needed.",
"host":"Hostname or IP address of Modbus server.",
"port":"Modbus server port for connection.",
"unit-id":"Modbus slave ID.",
"connection-timeout":"Connection timeout (in seconds) for the Modbus server.",
"byte-order":"Byte order for reading data.",
"word-order":"Word order when reading multiple registers.",
"retries":"Retrying data transmission to the master. Acceptable values: true or false.",
"retries-on-empty":"Retry sending data to the master if the data is empty.",
"retries-on-invalid":"Retry sending data to the master if it fails.",
"poll-period":"Period in milliseconds to check attributes and telemetry on the slave.",
"connect-attempt-time":"A waiting period in milliseconds before establishing a connection to the master.",
"connect-attempt-count":"The number of connection attempts made through the gateway.",
"wait-after-failed-attempts":"A waiting period in milliseconds before attempting to send data to the master.",
"serial-port":"Serial port for connection.",
"baudrate":"Baud rate for the serial device.",
"stopbits":"The number of stop bits sent after each character in a message to indicate the end of the byte.",
"bytesize":"The number of bits in a byte of serial data. This can be one of 5, 6, 7, or 8.",
"parity":"The type of checksum used to verify data integrity. Options: (E)ven, (O)dd, (N)one.",
"strict":"Use inter-character timeout for baudrates ≤ 19200.",
"objects-count":"Depends on the selected type.",
"address":"Register address to verify.",
"key":"Key to be used as the attribute key for the platform instance.",
"data-keys":"For more information about function codes and data types click on help icon",
"modifier":"The retrieved value will be adjusted (by multiplying or dividing it) based on the specified modifier value."
}
}
"no-gateway-matching":" '{{item}}' not found."
},
"grid":{
"delete-item-title":"Are you sure you want to delete this item?",
"checking-device-activity":"Probando actividad de dispositivo",
"command":"Comandos Docker",
"command-copied-message":"Se han copiado los comandos al portapapeles",
"configuration":"Configuración",
"connector-add":"Añadir conector",
"connector-enabled":"Activar conector",
"connector-name":"Nombre conector",
"connector-name-required":"Se requiere nombre conector.",
"connector-type":"Tipo conector",
"connector-type-required":"Se requiere tipo conector.",
"connectors":"Conectores",
"connectors-config":"Configuración de conectores",
"connectors-table-enabled":"Enabled",
"connectors-table-name":"Nombre",
"connectors-table-type":"Tipo",
"connectors-table-status":"Estado",
"connectors-table-actions":"Acciones",
"connectors-table-key":"Clave",
"connectors-table-class":"Clase",
"rpc-command-send":"Enviar",
"rpc-command-result":"Resultado",
"rpc-command-edit-params":"Editar parametros",
"gateway-configuration":"Configuración General",
"create-new-gateway":"Crear un gateway nuevo",
"create-new-gateway-text":"Crear un nuevo gateway con el nombre: '{{gatewayName}}'?",
"created-time":"Hora de creación",
"configuration-delete-dialog-header":"Las configuraciones se borrarán",
"configuration-delete-dialog-body":"Sólo es posible desactivar la configuración remota, si hay acceso físico al gateway. Se borrarán todas las configuraciones previas.<br><br> \nPara desactivar la configuración, introduce el nombre del gateway aquí",
"remote-configuration":"Habilita la administración y configuración remota del gateway",
"remote-shell":"Habilita el control remoto del sistema operativo del gateway desde el widget terminal remoto",
"host":"Hostname o dirección IP del servidor Thingsboard",
"port":"Puerto del servicio MQTT en el servidor Thingsboard",
"token":"Access token para el gateway",
"client-id":"ID de cliente MQTT para el gateway",
"username":"Usuario MQTT para el gateway",
"password":"Contraseña MQTT para el gateway",
"ca-cert":"Ruta al fichero del certificado CA",
"date-form":"Formato de fecha en los mensajes de registro",
"data-folder":"Ruta a la carpeta que contendrá los datos (Relativa o absoluta)",
"log-format":"Formato de mensajes en registro",
"remote-log":"Habilita el registro remoto y la posterior lectura desde el gateway",
"backup-count":"Si el contaje de copias de seguridad es mayor que 0, cuando se realice una renovación, no se conservan más que los archivos de recuento de copias de seguridad, los más antíguos se eliminarán",
"storage":"Provee la configuración para el grabado de datos entrantes antes de que se envíen a la plataforma",
"max-file-count":"Número máximo de ficheros que se crearán",
"max-read-count":"Númeo máximo de mensajes a obtener desde el disco y enviados a la plataforma",
"max-records":"Número máximo de registros que se guardarán en un solo fichero",
"read-record-count":"Número de mensages a obtener desde el almacenamiento y enviados a la plataforma",
"max-records-count":"Número máximo de datos en almacenamiento antes de enviar a la plataforma",
"ttl-check-hour":"Con qué frecuencia el gateway comprobará si los datos están obsoletos",
"ttl-messages-day":"Número máximo de días para la retención de datos en el almacén",
"commands":"Comandos para recoger estadísticas adicionales",
"attribute":"Clave de telemetría para estadísticas",
"timeout":"Timeout para la ejecución de comandos",
"command":"El resultado de la ejecución del comando, se usará como valor para la telemetría",
"check-device-activity":"Habilita la monitorización de cada uno de los dispositivos conectados",
"inactivity-timeout":"Tiempo tras que el gateway desconectará el dispositivo",
"inactivity-period":"Periodo de monitorización de actividad en el dispositivo",
"minimal-pack-delay":"Tiempo de espera entre envío de paquetes de mensajes (Un valor muy bajo, resultará en un aumento de uso de la CPU en el gateway)",
"qos":"Quality of Service en los mensajes MQTT (0 - at most once, 1 - at least once)",
"server-port":"Puerto de red en el cual el servidor GRPC escuchará conexiones entrantes.",
"grpc-keep-alive-timeout":"Tiempo máximo, el cual el servidor esperara un ping keepalive antes de considerar la conexión terminada.",
"grpc-keep-alive":"Duración entre dos pings keepalive cuando no haya llamada RPC activa.",
"grpc-min-time-between-pings":"Mínimo tiempo que el servidor debe esperar entre envíos de mensajes de ping",
"grpc-max-pings-without-data":"Número máximo de pings keepalive que el servidor puede enviar sin recibir ningún dato antes de considerar la conexión terminada.",
"grpc-min-ping-interval-without-data":"Mínimo tiempo que el servidor debe esperar entre envíos de ping keepalive cuando no haya ningún dato en envío o recepción.",
"permit-without-calls":"Permitir al servidor mantener la conexión GRPC abierta, cuando no haya llamadas RPC activas."
}
"no-gateway-matching":"No se encontró '{{item}}'."
},
"grid":{
"delete-item-title":"¿Quieres eliminar este item?",
"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.<br><br> \nTo turn off configuration, enter gateway name below",
"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."
}
"no-gateway-matching":" '{{item}}' not found."
},
"grid":{
"delete-item-title":"Ar tikrai norite pašalinti šį elementą?",
"command-copied-message":"Docker command has been copied to clipboard",
"configuration":"Configuration",
"connector-add":"Dodaj nowe złącze",
"connector-enabled":"Włącz złącze",
"connector-name":"Nazwa złącza",
"connector-name-required":"Nazwa złącza jest wymagana.",
"connector-type":"Typ złącza",
"connector-type-required":"Typ złącza jest wymagany.",
"connectors":"Konfiguracja złączy",
"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":"Utwórz nowy gateway",
"create-new-gateway-text":"Czy na pewno chcesz utworzyć nowy gateway o nazwie: '{{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.<br><br> \nTo turn off configuration, enter gateway name below",
"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."
}
"no-gateway-matching":" '{{item}}' nie znaleziono."
},
"grid":{
"delete-item-title":"Czy na pewno chcesz usunąć ten element?",