@c8y/ngx-components 1021.49.6 → 1021.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/LICENSE +1 -1
  2. package/alarms/alarms.component.d.ts +1 -1
  3. package/alarms/alarms.component.d.ts.map +1 -1
  4. package/context-dashboard/context-dashboard.component.d.ts +3 -2
  5. package/context-dashboard/context-dashboard.component.d.ts.map +1 -1
  6. package/core/i18n/pattern-messages.data.d.ts +18 -0
  7. package/core/i18n/pattern-messages.data.d.ts.map +1 -1
  8. package/core/select/typeahead.component.d.ts.map +1 -1
  9. package/esm2022/alarms/alarms-type-filter.component.mjs +3 -3
  10. package/esm2022/alarms/alarms.component.mjs +2 -2
  11. package/esm2022/context-dashboard/context-dashboard.component.mjs +11 -8
  12. package/esm2022/context-dashboard/device-info-dashboard/device-info-dashboard.component.mjs +3 -3
  13. package/esm2022/core/i18n/pattern-messages.data.mjs +19 -1
  14. package/esm2022/core/search/search-input.component.mjs +3 -3
  15. package/esm2022/core/select/typeahead.component.mjs +2 -2
  16. package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.mjs +2 -2
  17. package/esm2022/device-list/add-smart-group.component.mjs +3 -3
  18. package/esm2022/operations/bulk-operation-list-item/bulk-operation-list-item.service.mjs +5 -4
  19. package/esm2022/operations/operation-details/operation-details.module.mjs +7 -7
  20. package/esm2022/operations/operations-list/device-control.feature.mjs +20 -0
  21. package/esm2022/operations/operations-list/index.mjs +4 -3
  22. package/esm2022/operations/operations-list/operations-list-item.component.mjs +11 -9
  23. package/esm2022/operations/operations-list/operations-list.component.mjs +15 -10
  24. package/esm2022/operations/operations-list/operations-list.module.mjs +16 -41
  25. package/esm2022/operations/operations-list/operations-list.service.mjs +4 -3
  26. package/esm2022/operations/operations.module.mjs +21 -14
  27. package/esm2022/operations/shared/operations.service.mjs +4 -3
  28. package/esm2022/services/index.mjs +14 -3
  29. package/esm2022/services/service-command-tab/c8y-ngx-components-services-service-command-tab.mjs +5 -0
  30. package/esm2022/services/service-command-tab/index.mjs +3 -0
  31. package/esm2022/services/service-command-tab/service-command-tab.component.mjs +33 -0
  32. package/esm2022/services/service-command-tab/service-command.feature.mjs +14 -0
  33. package/esm2022/services/services-device-tab/index.mjs +9 -3
  34. package/esm2022/services/services-device-tab/services-device-tab.component.mjs +3 -4
  35. package/esm2022/services/services-device-tab/services-device-tab.guard.mjs +2 -2
  36. package/esm2022/services/services-device-tab/services.breadcrumb-factory.mjs +13 -1
  37. package/esm2022/services/services.module.mjs +4 -2
  38. package/esm2022/services/shared/c8y-ngx-components-services-shared.mjs +5 -0
  39. package/esm2022/services/shared/index.mjs +3 -0
  40. package/esm2022/services/shared/service-command.service.mjs +118 -0
  41. package/esm2022/services/shared/services.model.mjs +23 -0
  42. package/fesm2022/c8y-ngx-components-alarms.mjs +3 -3
  43. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  44. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +12 -9
  45. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  46. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +1 -1
  47. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
  48. package/fesm2022/c8y-ngx-components-device-list.mjs +2 -2
  49. package/fesm2022/c8y-ngx-components-device-list.mjs.map +1 -1
  50. package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs +3 -2
  51. package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs.map +1 -1
  52. package/fesm2022/c8y-ngx-components-operations-operation-details.mjs +5 -5
  53. package/fesm2022/c8y-ngx-components-operations-operation-details.mjs.map +1 -1
  54. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs +57 -52
  55. package/fesm2022/c8y-ngx-components-operations-operations-list.mjs.map +1 -1
  56. package/fesm2022/c8y-ngx-components-operations-shared.mjs +3 -2
  57. package/fesm2022/c8y-ngx-components-operations-shared.mjs.map +1 -1
  58. package/fesm2022/c8y-ngx-components-operations.mjs +42 -35
  59. package/fesm2022/c8y-ngx-components-operations.mjs.map +1 -1
  60. package/fesm2022/c8y-ngx-components-services-service-command-tab.mjs +49 -0
  61. package/fesm2022/c8y-ngx-components-services-service-command-tab.mjs.map +1 -0
  62. package/fesm2022/c8y-ngx-components-services-shared.mjs +145 -0
  63. package/fesm2022/c8y-ngx-components-services-shared.mjs.map +1 -0
  64. package/fesm2022/c8y-ngx-components-services.mjs +20 -113
  65. package/fesm2022/c8y-ngx-components-services.mjs.map +1 -1
  66. package/fesm2022/c8y-ngx-components.mjs +21 -3
  67. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  68. package/locales/de.po +12 -14
  69. package/locales/es.po +12 -14
  70. package/locales/fr.po +11 -13
  71. package/locales/ja_JP.po +13 -17
  72. package/locales/ko.po +13 -10
  73. package/locales/locales.pot +19 -6
  74. package/locales/nl.po +12 -14
  75. package/locales/pl.po +12 -14
  76. package/locales/pt_BR.po +11 -13
  77. package/locales/zh_CN.po +12 -9
  78. package/locales/zh_TW.po +12 -9
  79. package/operations/bulk-operation-list-item/bulk-operation-list-item.service.d.ts +2 -2
  80. package/operations/bulk-operation-list-item/bulk-operation-list-item.service.d.ts.map +1 -1
  81. package/operations/operation-details/operation-details.module.d.ts +1 -1
  82. package/operations/operations-list/device-control.feature.d.ts +4 -0
  83. package/operations/operations-list/device-control.feature.d.ts.map +1 -0
  84. package/operations/operations-list/index.d.ts +3 -2
  85. package/operations/operations-list/index.d.ts.map +1 -1
  86. package/operations/operations-list/operations-list-item.component.d.ts +1 -1
  87. package/operations/operations-list/operations-list-item.component.d.ts.map +1 -1
  88. package/operations/operations-list/operations-list.component.d.ts +3 -1
  89. package/operations/operations-list/operations-list.component.d.ts.map +1 -1
  90. package/operations/operations-list/operations-list.module.d.ts +3 -9
  91. package/operations/operations-list/operations-list.module.d.ts.map +1 -1
  92. package/operations/operations.module.d.ts +1 -2
  93. package/operations/operations.module.d.ts.map +1 -1
  94. package/package.json +1 -1
  95. package/services/index.d.ts +13 -2
  96. package/services/index.d.ts.map +1 -1
  97. package/services/service-command-tab/c8y-ngx-components-services-service-command-tab.d.ts.map +1 -0
  98. package/services/service-command-tab/index.d.ts +3 -0
  99. package/services/service-command-tab/index.d.ts.map +1 -0
  100. package/services/service-command-tab/service-command-tab.component.d.ts +12 -0
  101. package/services/service-command-tab/service-command-tab.component.d.ts.map +1 -0
  102. package/services/service-command-tab/service-command.feature.d.ts +3 -0
  103. package/services/service-command-tab/service-command.feature.d.ts.map +1 -0
  104. package/services/services-device-tab/index.d.ts +8 -2
  105. package/services/services-device-tab/index.d.ts.map +1 -1
  106. package/services/services-device-tab/services-device-tab.component.d.ts +2 -2
  107. package/services/services-device-tab/services-device-tab.component.d.ts.map +1 -1
  108. package/services/services-device-tab/services.breadcrumb-factory.d.ts.map +1 -1
  109. package/services/services.module.d.ts.map +1 -1
  110. package/services/shared/c8y-ngx-components-services-shared.d.ts.map +1 -0
  111. package/services/shared/index.d.ts +3 -0
  112. package/services/shared/index.d.ts.map +1 -0
  113. package/services/{services-device-tab → shared}/service-command.service.d.ts +10 -7
  114. package/services/shared/service-command.service.d.ts.map +1 -0
  115. package/services/shared/services.model.d.ts +31 -0
  116. package/services/shared/services.model.d.ts.map +1 -0
  117. package/esm2022/services/services-device-tab/service-command.service.mjs +0 -113
  118. package/esm2022/services/services-device-tab/service-device-tab.model.mjs +0 -2
  119. package/services/services-device-tab/service-command.service.d.ts.map +0 -1
  120. package/services/services-device-tab/service-device-tab.model.d.ts +0 -11
  121. package/services/services-device-tab/service-device-tab.model.d.ts.map +0 -1
package/locales/de.po CHANGED
@@ -1364,16 +1364,16 @@ msgid "After clicking \"Download\":<br>\n"
1364
1364
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1365
1365
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1366
1366
  " </ul>\n"
1367
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1367
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1368
1368
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1369
- msgstr "Nachdem Sie auf \"Herunterladen\" geklickt haben, werden folgende Aktionen ausgeführt:<br>\n"
1369
+ msgstr "Nach dem Klicken auf \"Herunterladen\":<br>\n"
1370
1370
  " <ul>\n"
1371
1371
  " <li><strong>{{$browserDownloadableCount}}</strong> Datenpunkt(e)-Exporte werden direkt in einer Datei heruntergeladen: <em>exported_[csv/excel].zip</em></li>\n"
1372
- " <li><strong>{{$emailDeliverableCount}}</strong> Datenpunkt(e)-Exporte müssen weiter verarbeitet werden. Die Dateien werden Ihnen nach Abschluss der Verarbeitung in einer separaten E-Mails gesendet. Dies kann einige Zeit in Anspruch nehmen.</li>\n"
1373
- " <li><strong>{{$nonRetrievableCount}}</strong> Datenpunkt(e)-Exporte haben die Grenze von 1.000.000 Datensätze überschritten. Reduzieren Sie bitte den Bereich der Daten, um diese zu exportieren. Andernfalls können die Daten weder heruntergeladen noch per E-Mail gesendet werden.</li>\n"
1372
+ " <li><strong>{{$emailDeliverableCount}}</strong> Die Exporte der Datenpunkte erfordern eine weitere Bearbeitung. Die Dateien werden Ihnen nach Fertigstellung in separaten E-Mails zugesandt, was einige Zeit in Anspruch nehmen kann.</li>\n"
1373
+ " <li><strong>{{$nonRetrievableCount}}</strong> Die Exporte der Datenpunkte haben 1.000.000 Datensätze überschritten, was die Grenze für die Backend-Verarbeitung darstellt. Um diese Daten zu exportieren, reduzieren Sie bitte den Datumsbereich. Andernfalls werden die Daten weder heruntergeladen noch per E-Mail gesendet.</li>\n"
1374
1374
  " </ul>\n"
1375
- " <p>Die Gesamtzahl der exportierbaren Datenpunkte beträgt: <strong>{{$totalExportableDatapointsCount}} von {{$totalDatapointsSelectedForExportCount}}</strong>. </p>\n"
1376
- " <p><strong>Anmerkung:</strong> Die Dateinamen-Konvention der Dateien in der Zip-Datei lautet: <code>[Quelle]_[fragment_series].[csv/xls]</code></p>"
1375
+ " <p>Die Gesamtzahl der Datenpunkte, die exportiert werden können, beträgt: <strong>{{$totalExportableDatapointsCount}} von {{$totalDatapointsSelectedForExportCount}}. </strong></p>\n"
1376
+ " <p><strong>Hinweis:</strong> Die Konvention für die Dateinamen der Dateien in der Zip-Datei lautet: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1377
1377
 
1378
1378
  msgid "After completing the process you will no longer be able to access your tenant with\n"
1379
1379
  " <b>{{ vm.resolve.domainName }}</b>\n"
@@ -3954,8 +3954,8 @@ msgstr "Mandant konnte nicht angelegt werden. Es gibt bereits einen Mandanten mi
3954
3954
  msgid "Could not create application."
3955
3955
  msgstr "Anwendung konnte nicht erstellt werden."
3956
3956
 
3957
- msgid "Could not create operaion."
3958
- msgstr "Operationen konnten nicht erstellt werden."
3957
+ msgid "Could not create operation."
3958
+ msgstr "Operation konnte nicht erstellt werden."
3959
3959
 
3960
3960
  msgid "Could not create the device in the LoRa platform."
3961
3961
  msgstr "Das Gerät konnte nicht auf der LoRa-Plattform erstellt werden."
@@ -6774,8 +6774,8 @@ msgstr "Ausfüllen"
6774
6774
  msgid "Filter"
6775
6775
  msgstr "Filter"
6776
6776
 
6777
- msgid "Filter by Alarm types"
6778
- msgstr "Nach Typ filtern Alarme"
6777
+ msgid "Filter by alarm types"
6778
+ msgstr "Nach Alarmtypen filtern"
6779
6779
 
6780
6780
  msgid "Filter by configuration type"
6781
6781
  msgstr "Nach Konfigurationstypen filtern"
@@ -16190,10 +16190,8 @@ msgstr "Schwellenwert überschritten"
16190
16190
  msgid "Thresholds exceeded"
16191
16191
  msgstr "Schwellenwerte überschritten"
16192
16192
 
16193
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16194
- " <br>"
16195
- msgstr "Die Dynamische Gruppe wird auf der Grundlage der aktuell in der Geräteliste angewendeten Filter erstellt.\n"
16196
- " <br>"
16193
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16194
+ msgstr "Die intelligente Gruppe wird auf der Grundlage der aktuell in der Liste der Geräte angewandten Filter erstellt."
16197
16195
 
16198
16196
  msgid "Time"
16199
16197
  msgstr "Zeit"
package/locales/es.po CHANGED
@@ -1363,16 +1363,16 @@ msgid "After clicking \"Download\":<br>\n"
1363
1363
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1364
1364
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1365
1365
  " </ul>\n"
1366
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1366
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1367
1367
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1368
1368
  msgstr "Después de hacer clic en \"Descargar\":<br>\n"
1369
1369
  " <ul>\n"
1370
- " <li><strong>{{$browserDownloadableCount}}</strong> las exportaciones de punto(s) de datos se descargarán directamente en un archivo: <em>exported_[csv/excel].zip</em></li>\n"
1371
- " <li>las exportaciones de puntos de datos<strong>{{$emailDeliverableCount}}</strong> requieren un procesamiento posterior. Los archivos se le enviarán por correo electrónico una vez Concluidos, lo que puede llevar algún tiempo.</li>\n"
1372
- " <li><strong>{{$nonRetrievableCount}}</strong> Las exportaciones de puntos de datos superan los 1.000.000 registros, que es el límite para el procesamiento backend. Para exportar estos Datos, reduzca el Rango de fechas. De lo contrario, los datos no se descargarán ni se enviarán por correo electrónico.</li>\n"
1370
+ " <li><strong>{{$browserDownloadableCount}}</strong> las exportaciones de datapoint(s) se descargarán directamente en un Archivo: <em>exported_[csv/excel].zip</em></li>\n"
1371
+ " <li><strong>{{$emailDeliverableCount}}</strong> Las exportaciones de puntos de datos requieren un procesamiento adicional. Los archivos se le enviarán por correo electrónico una vez completados, lo que puede llevar algún tiempo.</li>\n"
1372
+ " <li><strong>{{$nonRetrievableCount}}</strong> Las exportaciones de datapoint(s) superaron los 1.000.000 registros, que es el límite para el procesamiento backend. Para exportar estos Datos, reduzca el intervalo de fechas. De lo contrario, los Datos no se descargarán ni se enviarán por Correo Electrónico.</li>\n"
1373
1373
  " </ul>\n"
1374
- " <p>El Número total de Puntos de datos que se pueden exportar es: <strong>{{$totalExportableDatapointsCount}} de {{$totalDatapointsSelectedForExportCount}}</strong>. </p>\n"
1375
- " <p><strong>Nota:</strong> La convención del nombre de archivo de los archivos dentro del archivo zip es: <code>[fuente]_[fragmento_serie].[csv/xls]</code></p>"
1374
+ " <p>El número total de puntos de datos que se pueden exportar es: <strong>{{$totalExportableDatapointsCount}} </strong> de <strong> {{$totalDatapointsSelectedForExportCount}}. </strong></p>\n"
1375
+ " <p><strong>Nota:</strong> La convención del nombre de los archivos dentro del archivo zip es: <code>[fuente]_[fragmento_serie].[csv/xls].</code></p>"
1376
1376
 
1377
1377
  msgid "After completing the process you will no longer be able to access your tenant with\n"
1378
1378
  " <b>{{ vm.resolve.domainName }}</b>\n"
@@ -3958,8 +3958,8 @@ msgstr "El tenant no ha podido crearse. El tenant con el dominio y URL indicados
3958
3958
  msgid "Could not create application."
3959
3959
  msgstr "La aplicación no ha podido crearse."
3960
3960
 
3961
- msgid "Could not create operaion."
3962
- msgstr "No se ha podido crear la operación."
3961
+ msgid "Could not create operation."
3962
+ msgstr "No se ha podido Crear Funcionamiento."
3963
3963
 
3964
3964
  msgid "Could not create the device in the LoRa platform."
3965
3965
  msgstr "No ha podido crearse el dispositivo en la plataforma LoRa."
@@ -6779,8 +6779,8 @@ msgstr "Llenar"
6779
6779
  msgid "Filter"
6780
6780
  msgstr "Filtrar"
6781
6781
 
6782
- msgid "Filter by Alarm types"
6783
- msgstr "Filtrar por tipos de alarma"
6782
+ msgid "Filter by alarm types"
6783
+ msgstr "Filtrar por tipos de Alarma"
6784
6784
 
6785
6785
  msgid "Filter by configuration type"
6786
6786
  msgstr "Filtrar por tipo de configuración"
@@ -16207,10 +16207,8 @@ msgstr "Umbral excedido"
16207
16207
  msgid "Thresholds exceeded"
16208
16208
  msgstr "Umbral excedido"
16209
16209
 
16210
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16211
- " <br>"
16212
- msgstr "El grupo inteligente se creará en función de los filtros aplicados actualmente en la lista de dispositivos.\n"
16213
- " <br>"
16210
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16211
+ msgstr "El Grupo inteligente se creará en función de los filtros aplicados actualmente en la Lista de dispositivos."
16214
16212
 
16215
16213
  msgid "Time"
16216
16214
  msgstr "Tiempo"
package/locales/fr.po CHANGED
@@ -1363,16 +1363,16 @@ msgid "After clicking \"Download\":<br>\n"
1363
1363
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1364
1364
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1365
1365
  " </ul>\n"
1366
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1366
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1367
1367
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1368
1368
  msgstr "Après avoir cliqué sur \"Télécharger\" :<br>\n"
1369
1369
  " <ul>\n"
1370
- " <li>les exportations de point(s) de données<strong>{{$browserDownloadableCount}}</strong> seront téléchargées directement dans un fichier : <em>exported_[csv/excel].zip</em></li>\n"
1371
- " <li>les exportations de point(s) de données<strong>{{$emailDeliverableCount}}</strong> sont requises pour un traitement plus approfondi. Les fichiers vous seront envoyés par des e-mails distincts une fois terminés, ce qui peut prendre un certain temps.</li>\n"
1372
- " <li>les exportations du(des) point(s) de données<strong>{{$nonRetrievableCount}}</strong> ont dépassé 1 000 000 d'enregistrements, ce qui est la Aucune limite pour le traitement Principal. Pour exporter ces données, veuillez réduire la plage de dates. Sinon, les données ne seront ni téléchargées ni envoyées par e-mail.</li>\n"
1370
+ " <li><strong>{{$browserDownloadableCount}}</strong> les exportations de point(s) de données seront téléchargées directement dans un fichier : <em>exported_[csv/excel].zip</em></li>\n"
1371
+ " <li><strong>{{$emailDeliverableCount}}</strong> les exportations de point(s) de données requièrent un traitement supplémentaire. Les fichiers vous seront envoyés via des E-mails séparés une fois le traitement terminé, ce qui peut prendre un certain temps.</li>\n"
1372
+ " <li><strong>{{$nonRetrievableCount}}</strong> les exportations de point(s) de données ont dépassé 1 000 000 d'enregistrements, ce qui est la limite pour le traitement par le Backend. Pour Exporter ces données, veuillez réduire la plage de dates. Sinon, les données ne seront ni téléchargées ni envoyées par E-mail.</li>\n"
1373
1373
  " </ul>\n"
1374
- " <p>Le nombre total de points de données pouvant être exportés est de : <strong>{{$totalExportableDatapointsCount}} sur {{$totalDatapointsSelectedForExportCount}}</strong>. </p>\n"
1375
- " <p>Fichier<strong>:</strong> La convention de nom des fichiers à l'intérieur d'un fichier zip est la suivante : \"{{<strong>note</strong> }\" : <code>[source]_[fragment_series].[csv/xls]</code></p>"
1374
+ " <p>Le nombre total de points de données pouvant être exportés est de : <strong>{{$totalExportableDatapointsCount}} sur {{$totalDatapointsSelectedForExportCount}}. </strong></p>\n"
1375
+ " <p>Fichier ZIP<strong>: Note :</strong> La convention de nom des fichiers à l'intérieur du fichier ZIP est la suivante : [source]_[fragment_serte] : <code>[source]_[fragment_series].[csv/xls]</code></p>"
1376
1376
 
1377
1377
  msgid "After completing the process you will no longer be able to access your tenant with\n"
1378
1378
  " <b>{{ vm.resolve.domainName }}</b>\n"
@@ -3958,7 +3958,7 @@ msgstr "Impossible de créer un gérant. Le gérant avec le domaine/l'URL indiqu
3958
3958
  msgid "Could not create application."
3959
3959
  msgstr "Impossible de créer l'application."
3960
3960
 
3961
- msgid "Could not create operaion."
3961
+ msgid "Could not create operation."
3962
3962
  msgstr "Impossible de créer une opération."
3963
3963
 
3964
3964
  msgid "Could not create the device in the LoRa platform."
@@ -6779,8 +6779,8 @@ msgstr "Remplir"
6779
6779
  msgid "Filter"
6780
6780
  msgstr "Filtrer"
6781
6781
 
6782
- msgid "Filter by Alarm types"
6783
- msgstr "Filtrer par type d'alarme"
6782
+ msgid "Filter by alarm types"
6783
+ msgstr "Filtre par type d'alarme"
6784
6784
 
6785
6785
  msgid "Filter by configuration type"
6786
6786
  msgstr "Filtrer par type de configuration"
@@ -16207,10 +16207,8 @@ msgstr "Seuil dépassé"
16207
16207
  msgid "Thresholds exceeded"
16208
16208
  msgstr "Seuils dépassés"
16209
16209
 
16210
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16211
- " <br>"
16212
- msgstr "Ce groupe intelligent sera créé en fonction des filtres actuellement appliqués dans la liste des appareils.\n"
16213
- " <br>"
16210
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16211
+ msgstr "Ce groupe Smart sera créé en fonction des filtres appliqués dans la liste des appareils."
16214
16212
 
16215
16213
  msgid "Time"
16216
16214
  msgstr "Temps"
package/locales/ja_JP.po CHANGED
@@ -1324,16 +1324,9 @@ msgid "After clicking \"Download\":<br>\n"
1324
1324
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1325
1325
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1326
1326
  " </ul>\n"
1327
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1327
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1328
1328
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1329
- msgstr "ダウンロード」をクリックしてください:<br>\n"
1330
- " <ul>\n"
1331
- " <li><strong>{{$browserDownloadableCount}}</strong>データポイントのエクスポートは、1つのファイルに直接ダウンロードされます: <em>exported_[CSV/Excel].zip</em></li>\n"
1332
- " <li><strong>{{$emailDeliverableCount}}</strong>データポイントのエクスポートには、さらに処理が必要です。完了後、ファイルは別々のメールで送信されます。エクスポートには時間がかかることがありますのでご注意ください。</li>\n"
1333
- " <li><strong>{{$nonRetrievableCount}}</strong>データポイントのエクスポートは、バックエンド処理の制限である1,000,000件のレコードを超えました。これらのデータをエクスポートするには、データ範囲を縮小してください。そうでなければ、データはダウンロードもメール送信もされません。</li>\n"
1334
- " </ul>\n"
1335
- " <p>エクスポート可能なデータポイントの総数は<strong>{{$totalExportableDatapointsCount}} / {{$totalDatapointsSelectedForExportCount}}</strong>です。</p>\n"
1336
- " <p><strong>注:</strong> ZIPファイル内のファイル名の命名規則は次の通りです: <code>[ソース]_[fragment_series].[csv/xls]</code></p>"
1329
+ msgstr ""
1337
1330
 
1338
1331
  msgid "After completing the process you will no longer be able to access your tenant with\n"
1339
1332
  " <b>{{ vm.resolve.domainName }}</b>\n"
@@ -1612,7 +1605,7 @@ msgid "Altitude (m)"
1612
1605
  msgstr "高度 (m)"
1613
1606
 
1614
1607
  msgid "Altitude:"
1615
- msgstr ""
1608
+ msgstr "高度:"
1616
1609
 
1617
1610
  msgid "Always"
1618
1611
  msgstr "通常"
@@ -3884,7 +3877,7 @@ msgstr "テナントを作成できませんでした。指定されたドメイ
3884
3877
  msgid "Could not create application."
3885
3878
  msgstr "アプリケーションを作成できませんでした。"
3886
3879
 
3887
- msgid "Could not create operaion."
3880
+ msgid "Could not create operation."
3888
3881
  msgstr ""
3889
3882
 
3890
3883
  msgid "Could not create the device in the LoRa platform."
@@ -6703,7 +6696,7 @@ msgstr "サイズに合わせる"
6703
6696
  msgid "Filter"
6704
6697
  msgstr "フィルター"
6705
6698
 
6706
- msgid "Filter by Alarm types"
6699
+ msgid "Filter by alarm types"
6707
6700
  msgstr ""
6708
6701
 
6709
6702
  msgid "Filter by configuration type"
@@ -6945,7 +6938,11 @@ msgid "Find out more in the\n"
6945
6938
  " user documentation\n"
6946
6939
  " </a>\n"
6947
6940
  " ."
6948
- msgstr ""
6941
+ msgstr "詳細は、\n"
6942
+ " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
6943
+ " ユーザー ドキュメンテーション\n"
6944
+ " </a>\n"
6945
+ " を参照してください。"
6949
6946
 
6950
6947
  msgid "Find out more in the\n"
6951
6948
  " <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
@@ -16121,8 +16118,7 @@ msgstr "しきい値を超えました"
16121
16118
  msgid "Thresholds exceeded"
16122
16119
  msgstr "しきい値を超えました"
16123
16120
 
16124
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16125
- " <br>"
16121
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16126
16122
  msgstr ""
16127
16123
 
16128
16124
  msgid "Time"
@@ -18239,7 +18235,7 @@ msgid "children of current device or group, you can access their properties e.g.
18239
18235
  msgstr "(例) 現在のデバイスまたはグループの子のプロパティにアクセスできます。"
18240
18236
 
18241
18237
  msgid "close"
18242
- msgstr ""
18238
+ msgstr "閉じる"
18243
18239
 
18244
18240
  msgid "coaps://<LWM2M-server-domain>:<coaps-port>"
18245
18241
  msgstr "coaps://<LWM2M-server-domain>:<coaps-port>"
@@ -18985,7 +18981,7 @@ msgid "roles {{list}} removed"
18985
18981
  msgstr "ロール {{list}} が削除されました"
18986
18982
 
18987
18983
  msgid "search"
18988
- msgstr ""
18984
+ msgstr "検索"
18989
18985
 
18990
18986
  msgid "searching \"{{ searchHint }}\""
18991
18987
  msgstr "\"{{ searchHint }}\" を検索中です"
package/locales/ko.po CHANGED
@@ -1308,7 +1308,7 @@ msgid "After clicking \"Download\":<br>\n"
1308
1308
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1309
1309
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1310
1310
  " </ul>\n"
1311
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1311
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1312
1312
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1313
1313
  msgstr ""
1314
1314
 
@@ -1589,7 +1589,7 @@ msgid "Altitude (m)"
1589
1589
  msgstr "고도(m)"
1590
1590
 
1591
1591
  msgid "Altitude:"
1592
- msgstr ""
1592
+ msgstr "고도:"
1593
1593
 
1594
1594
  msgid "Always"
1595
1595
  msgstr "항상"
@@ -3861,7 +3861,7 @@ msgstr "테넌트를 생성할 수 없습니다. 해당 도메인/URL의 테넌
3861
3861
  msgid "Could not create application."
3862
3862
  msgstr "애플리케이션을 생성할 수 없습니다."
3863
3863
 
3864
- msgid "Could not create operaion."
3864
+ msgid "Could not create operation."
3865
3865
  msgstr ""
3866
3866
 
3867
3867
  msgid "Could not create the device in the LoRa platform."
@@ -6680,7 +6680,7 @@ msgstr "채우기"
6680
6680
  msgid "Filter"
6681
6681
  msgstr "필터"
6682
6682
 
6683
- msgid "Filter by Alarm types"
6683
+ msgid "Filter by alarm types"
6684
6684
  msgstr ""
6685
6685
 
6686
6686
  msgid "Filter by configuration type"
@@ -6922,7 +6922,11 @@ msgid "Find out more in the\n"
6922
6922
  " user documentation\n"
6923
6923
  " </a>\n"
6924
6924
  " ."
6925
- msgstr ""
6925
+ msgstr "\n"
6926
+ " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
6927
+ " 사용자 문서\n"
6928
+ " </a>에서\n"
6929
+ " 자세히 알아보십시오."
6926
6930
 
6927
6931
  msgid "Find out more in the\n"
6928
6932
  " <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
@@ -14725,7 +14729,7 @@ msgid "Smartbox Commands"
14725
14729
  msgstr "스마트박스 명령"
14726
14730
 
14727
14731
  msgid "Smartphone registered"
14728
- msgstr ""
14732
+ msgstr "스마트폰이 등록되었습니다"
14729
14733
 
14730
14734
  msgid "Smartphone sensors"
14731
14735
  msgstr "스마트폰 센서"
@@ -16098,8 +16102,7 @@ msgstr "임계치 초과"
16098
16102
  msgid "Thresholds exceeded"
16099
16103
  msgstr "임계치 초과"
16100
16104
 
16101
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16102
- " <br>"
16105
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16103
16106
  msgstr ""
16104
16107
 
16105
16108
  msgid "Time"
@@ -18216,7 +18219,7 @@ msgid "children of current device or group, you can access their properties e.g.
18216
18219
  msgstr "현재 디바이스 또는 그룹의 하위, 속성에 액세스할 수 있음(예."
18217
18220
 
18218
18221
  msgid "close"
18219
- msgstr ""
18222
+ msgstr "닫기"
18220
18223
 
18221
18224
  msgid "coaps://<LWM2M-server-domain>:<coaps-port>"
18222
18225
  msgstr "coaps://<LWM2M-server-domain>:<coaps-port>"
@@ -18962,7 +18965,7 @@ msgid "roles {{list}} removed"
18962
18965
  msgstr "{{list}} 역할 제거됨"
18963
18966
 
18964
18967
  msgid "search"
18965
- msgstr ""
18968
+ msgstr "검색"
18966
18969
 
18967
18970
  msgid "searching \"{{ searchHint }}\""
18968
18971
  msgstr "\"{{ searchHint }}\" 검색 중"
@@ -1287,7 +1287,7 @@ msgid ""
1287
1287
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1288
1288
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1289
1289
  " </ul>\n"
1290
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1290
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1291
1291
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1292
1292
  msgstr ""
1293
1293
 
@@ -3825,7 +3825,7 @@ msgstr ""
3825
3825
  msgid "Could not create application."
3826
3826
  msgstr ""
3827
3827
 
3828
- msgid "Could not create operaion."
3828
+ msgid "Could not create operation."
3829
3829
  msgstr ""
3830
3830
 
3831
3831
  msgid "Could not create the device in the LoRa platform."
@@ -6641,7 +6641,7 @@ msgstr ""
6641
6641
  msgid "Filter"
6642
6642
  msgstr ""
6643
6643
 
6644
- msgid "Filter by Alarm types"
6644
+ msgid "Filter by alarm types"
6645
6645
  msgstr ""
6646
6646
 
6647
6647
  msgid "Filter by configuration type"
@@ -11987,6 +11987,9 @@ msgstr ""
11987
11987
  msgid "REST API custom fields"
11988
11988
  msgstr ""
11989
11989
 
11990
+ msgid "RESTART`verb, action` {{service}}"
11991
+ msgstr ""
11992
+
11990
11993
  msgid "RETIRED"
11991
11994
  msgstr ""
11992
11995
 
@@ -12884,6 +12887,12 @@ msgstr ""
12884
12887
  msgid "SS`SECONDS`"
12885
12888
  msgstr ""
12886
12889
 
12890
+ msgid "START`verb, action` {{service}}"
12891
+ msgstr ""
12892
+
12893
+ msgid "STOP`verb, action` {{service}}"
12894
+ msgstr ""
12895
+
12887
12896
  msgid "STRING"
12888
12897
  msgstr ""
12889
12898
 
@@ -14814,6 +14823,9 @@ msgstr ""
14814
14823
  msgid "Step before"
14815
14824
  msgstr ""
14816
14825
 
14826
+ msgid "Stop"
14827
+ msgstr ""
14828
+
14817
14829
  msgid "Stop Process"
14818
14830
  msgstr ""
14819
14831
 
@@ -15992,9 +16004,7 @@ msgstr ""
15992
16004
  msgid "Thresholds exceeded"
15993
16005
  msgstr ""
15994
16006
 
15995
- msgid ""
15996
- "Thе smart group will be created based on the filters currently applied in the device list.\n"
15997
- " <br>"
16007
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
15998
16008
  msgstr ""
15999
16009
 
16000
16010
  msgid "Time"
@@ -19004,6 +19014,9 @@ msgstr ""
19004
19014
  msgid "yellow"
19005
19015
  msgstr ""
19006
19016
 
19017
+ msgid "{{ action.text }}"
19018
+ msgstr ""
19019
+
19007
19020
  msgid "{{ appName | translate }} (public)"
19008
19021
  msgstr ""
19009
19022
 
package/locales/nl.po CHANGED
@@ -1363,16 +1363,16 @@ msgid "After clicking \"Download\":<br>\n"
1363
1363
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1364
1364
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1365
1365
  " </ul>\n"
1366
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1366
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1367
1367
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1368
1368
  msgstr "Nadat je op \"Downloaden\" hebt geklikt:<br>\n"
1369
1369
  " <ul>\n"
1370
- " <li><strong>{{$browserDownloadableCount}}</strong> datapoint(s) exports worden direct gedownload binnen één bestand: <em>exported_[csv/excel].zip</em></li>\n"
1371
- " <li>exporten<strong> van {{$emailDeliverableCount}}</strong> datapunten vereisen verdere verwerking. De bestanden worden naar u verzonden via afzonderlijke e-mails zodra ze zijn Voltooid, wat enige tijd in beslag kan nemen.</li>\n"
1372
- " <li><strong>{{$nonRetrievableCount}}</strong> export van datapunt(en) overschrijdt 1.000.000 records, dit is de limiet voor back-end verwerking. Verklein het datumbereik om deze gegevens te exporteren. Anders worden de gegevens niet gedownload of verzonden via e-mail.</li>\n"
1370
+ " <li><strong>{{$browserDownloadableCount}}</strong> datapoint(s) exporten worden direct gedownload in één bestand: <em>exported_[csv/excel].zip</em></li>\n"
1371
+ " <li><strong>{{$emailDeliverableCount}}</strong> exporten van datapunten vereisen verdere verwerking. De bestanden worden naar u verzonden via afzonderlijke e-mails zodra ze voltooid zijn, wat enige tijd in beslag kan nemen.</li>\n"
1372
+ " <li><strong>{{$nonRetrievableCount}}</strong> exporten van datapunten overschreden 1.000.000 records, wat de limiet is voor back-end verwerking. Verklein het datumbereik om deze gegevens te exporteren. Anders worden de gegevens niet gedownload of verzonden via e-mail.</li>\n"
1373
1373
  " </ul>\n"
1374
- " <p>Het totale aantal Gegevenspunten dat kan worden geëxporteerd is: <strong>{{$totalExportableDatapointsCount}} van {{$totalDatapointsSelectedForExportCount}}</strong>. </p>\n"
1375
- " <p><strong>Notities:</strong> De bestandsnaamconventie van bestanden binnen een zipbestand is: <code>[bron]_[fragment_series].[csv/xls]</code></p>"
1374
+ " <p>Het totale aantal Gegevenspunten dat kan worden geëxporteerd is: <strong>{{$totalExportableDatapointsCount}} van {{$totalDatapointsSelectedForExportCount}}. </strong></p>\n"
1375
+ " <p><strong>Opmerking:</strong> De conventie voor bestandsnamen van bestanden in zip-bestanden is: <code>[bron]_[fragment_series].[csv/xls].</code></p>"
1376
1376
 
1377
1377
  msgid "After completing the process you will no longer be able to access your tenant with\n"
1378
1378
  " <b>{{ vm.resolve.domainName }}</b>\n"
@@ -3958,8 +3958,8 @@ msgstr "Kan een tenant niet maken. Tenant met opgegeven domein/URL bestaat al."
3958
3958
  msgid "Could not create application."
3959
3959
  msgstr "Kan geen applicatie maken."
3960
3960
 
3961
- msgid "Could not create operaion."
3962
- msgstr "Kon geen opera maken."
3961
+ msgid "Could not create operation."
3962
+ msgstr "Bewerking kon niet worden gemaakt."
3963
3963
 
3964
3964
  msgid "Could not create the device in the LoRa platform."
3965
3965
  msgstr "Kan het apparaat niet maken in het LoRa-platform."
@@ -6779,8 +6779,8 @@ msgstr "Vullen"
6779
6779
  msgid "Filter"
6780
6780
  msgstr "Filter"
6781
6781
 
6782
- msgid "Filter by Alarm types"
6783
- msgstr "Filter op alarmtypes"
6782
+ msgid "Filter by alarm types"
6783
+ msgstr "Filter op Alarmtypes"
6784
6784
 
6785
6785
  msgid "Filter by configuration type"
6786
6786
  msgstr "Filteren op configuratietype"
@@ -16206,10 +16206,8 @@ msgstr "Drempel overschreden"
16206
16206
  msgid "Thresholds exceeded"
16207
16207
  msgstr "Drempels overschreden"
16208
16208
 
16209
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16210
- " <br>"
16211
- msgstr "De slimme groep wordt aangemaakt op basis van de filters die momenteel worden toegepast in de apparatenlijst.\n"
16212
- " <br>"
16209
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16210
+ msgstr "De Slimme groep wordt gemaakt op basis van de filters die momenteel worden toegepast in de apparatenlijst."
16213
16211
 
16214
16212
  msgid "Time"
16215
16213
  msgstr "Tijd"
package/locales/pl.po CHANGED
@@ -891,7 +891,7 @@ msgid "Add a new command template by clicking the button above."
891
891
  msgstr "Dodaj nowy szablon polecenia, klikając powyższy przycisk."
892
892
 
893
893
  msgid "Add a new custom property for tenants in Properties library."
894
- msgstr "Dodaj nową właściwość niestandardową dla najemców w bibliotece właściwości."
894
+ msgstr "Dodaj nową właściwość niestandardową dla tenantów w bibliotece właściwości."
895
895
 
896
896
  msgid "Add a new device profile by clicking below."
897
897
  msgstr "Dodaj nowy profil urządzenia, klikając poniżej."
@@ -1400,16 +1400,16 @@ msgid "After clicking \"Download\":<br>\n"
1400
1400
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1401
1401
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1402
1402
  " </ul>\n"
1403
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1403
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1404
1404
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1405
1405
  msgstr "Po kliknięciu \"Pobierz\":<br>\n"
1406
1406
  " <ul>\n"
1407
- " <li><strong>{{$browserDownloadableCount}}</strong> eksporty punktów danych zostaną pobrane bezpośrednio w jednym pliku: <em>exported_[csv/excel].zip</em></li>\n"
1408
- " <li>eksporty<strong>{{$emailDeliverableCount}}</strong> punktów danych wymagają dalszego przetwarzania. Pliki zostaną wysłane do Ciebie osobnymi wiadomościami e-mail po ich zakończeniu, co może zająć trochę czasu.</li>\n"
1409
- " <li>eksporty punktów danych<strong>{{$nonRetrievableCount}}</strong> przekroczyły 1 000 000 rekordów, co jest limitem dla Przetwarzania Backend. Aby wyeksportować te dane, zmniejsz zakres dat. W przeciwnym razie dane nie zostaną pobrane ani wysłane przez e-mail.</li>\n"
1407
+ " <li><strong>{{$browserDownloadableCount}}</strong> Eksporty punktów danych zostaną pobrane bezpośrednio w jednym pliku: <em>Eksportuj_[csv/excel].zip</em></li>\n"
1408
+ " <li><strong>{{$emailDeliverableCount}}</strong> Eksporty punktów danych wymagają dalszego przetwarzania. Po zakończeniu pliki zostaną wysłane osobnymi e-mailami, co może zająć trochę czasu.</li>\n"
1409
+ " <li><strong>{{$nonRetrievableCount}}</strong> Eksporty punktów danych przekroczyły 1 000 000 rekordów, co jest limitem dla przetwarzania Backend. Aby wyeksportować te dane, należy zmniejszyć zakres dat. W przeciwnym razie dane nie zostaną ani pobrane, ani wysłane e-mailem.</li>\n"
1410
1410
  " </ul>\n"
1411
- " <p>Całkowita liczba punktów danych, które można wyeksportować, wynosi: <strong>{{$totalExportableDatapointsCount}} z {{$totalDatapointsSelectedForExportCount}}</strong>. </p>\n"
1412
- " <p><strong>Uwaga:</strong> Konwencja nazw plików w pliku zip to: <code>[źródło]_[fragment_serii].[csv/xls]</code></p>"
1411
+ " <p>Całkowita liczba punktów danych, które można wyeksportować, wynosi: <strong>{{$totalExportableDatapointsCount}} </strong> z <strong> {{$totalDatapointsSelectedForExportCount}}. </strong></p>\n"
1412
+ " <p><strong>Uwaga:</strong> Konwencja nazw plików w pliku zip to: <code>[source]_[fragment_serii].[csv/xls].</code></p>"
1413
1413
 
1414
1414
  msgid "After completing the process you will no longer be able to access your tenant with\n"
1415
1415
  " <b>{{ vm.resolve.domainName }}</b>\n"
@@ -3997,7 +3997,7 @@ msgstr "Nie można utworzyć tenanta. Tenant o danej domenie lub adresie URL ju
3997
3997
  msgid "Could not create application."
3998
3998
  msgstr "Nie można utworzyć aplikacji."
3999
3999
 
4000
- msgid "Could not create operaion."
4000
+ msgid "Could not create operation."
4001
4001
  msgstr "Nie można utworzyć operacji."
4002
4002
 
4003
4003
  msgid "Could not create the device in the LoRa platform."
@@ -6819,8 +6819,8 @@ msgstr "Wypełnij"
6819
6819
  msgid "Filter"
6820
6820
  msgstr "Filtr"
6821
6821
 
6822
- msgid "Filter by Alarm types"
6823
- msgstr "Filtruj według typów alarmów"
6822
+ msgid "Filter by alarm types"
6823
+ msgstr "Filtrowanie według typów alarmu"
6824
6824
 
6825
6825
  msgid "Filter by configuration type"
6826
6826
  msgstr "Filtruj według typu konfiguracji"
@@ -16254,10 +16254,8 @@ msgstr "Przekroczono próg"
16254
16254
  msgid "Thresholds exceeded"
16255
16255
  msgstr "Przekroczono progi"
16256
16256
 
16257
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16258
- " <br>"
16259
- msgstr "Grupa inteligentna zostanie utworzona na podstawie filtrów aktualnie zastosowanych na liście urządzeń.\n"
16260
- " <br>"
16257
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16258
+ msgstr "Grupa inteligentna zostanie utworzona na podstawie filtrów zastosowanych na liście urządzeń."
16261
16259
 
16262
16260
  msgid "Time"
16263
16261
  msgstr "Czas"
package/locales/pt_BR.po CHANGED
@@ -1363,16 +1363,16 @@ msgid "After clicking \"Download\":<br>\n"
1363
1363
  " <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
1364
1364
  " <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
1365
1365
  " </ul>\n"
1366
- " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
1366
+ " <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1367
1367
  " <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1368
- msgstr "Depois de clicar em \"Baixar\":<br>\n"
1368
+ msgstr "Depois de clicar em \"Download\":<br>\n"
1369
1369
  " <ul>\n"
1370
- " <li>as exportações do(s) ponto(s) de dados de<strong>{{$browserDownloadableCount}}</strong> serão baixadas diretamente em um arquivo: <em>exported_[csv/excel].zip</em></li>\n"
1371
- " <li>as exportações do(s) ponto(s) de dados de<strong>{{$emailDeliverableCount}}</strong> requerem processamento adicional. Os arquivos serão enviados para você por e-mails separados depois de concluídos, o que pode levar algum tempo.</li>\n"
1372
- " <li>as exportações do(s) ponto(s) de dados<strong>{{$nonRetrievableCount}}</strong> excederam 1.000.000 de registros, que é o limite para o processamento de backend. Para exportar esses dados, reduza o intervalo de datas. Caso contrário, os dados não serão baixados nem enviados por e-mail.</li>\n"
1370
+ " <li><strong>{{$browserDownloadableCount}}</strong> as exportações do(s) ponto(s) de dados serão baixadas diretamente em um arquivo: <em>exported_[csv/excel].zip</em></li>\n"
1371
+ " <li><strong>{{$emailDeliverableCount}}</strong> as exportações de ponto(s) de dados exigem processamento adicional. Os arquivos serão enviados a você por e-mails separados depois de concluídos, o que pode levar algum tempo.</li>\n"
1372
+ " <li><strong>{{$nonRetrievableCount}}</strong> As exportações de ponto(s) de dados excederam 1.000.000 de registros, que é o limite para o processamento de back-end. Para exportar esses dados, reduza o intervalo de datas. Caso contrário, os dados não serão baixados nem enviados por e-mail.</li>\n"
1373
1373
  " </ul>\n"
1374
- " <p>O número total de pontos de dados que podem ser exportados é: <strong>{{$totalExportableDatapointsCount}} de {{$totalDatapointsSelectedForExportCount}}</strong>. </p>\n"
1375
- " <p><strong>Nota:</strong> A convenção de nome de arquivo dos arquivos dentro do arquivo zip é: <code>[origem]_[fragmento_série].[csv/xls]</code></p>"
1374
+ " <p>O número total de pontos de dados que podem ser exportados é: <strong>{{$totalExportableDatapointsCount}} de {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
1375
+ " <p><strong>Observação:</strong> A convenção de nome de arquivo dos arquivos dentro do arquivo zip é: <code>[source]_[fragment_series].[csv/xls]</code></p>"
1376
1376
 
1377
1377
  msgid "After completing the process you will no longer be able to access your tenant with\n"
1378
1378
  " <b>{{ vm.resolve.domainName }}</b>\n"
@@ -3958,7 +3958,7 @@ msgstr "Não foi possível criar o tenant. Já existe um tenant com esse domíni
3958
3958
  msgid "Could not create application."
3959
3959
  msgstr "Não foi possível criar a aplicação."
3960
3960
 
3961
- msgid "Could not create operaion."
3961
+ msgid "Could not create operation."
3962
3962
  msgstr "Não foi possível criar a operação."
3963
3963
 
3964
3964
  msgid "Could not create the device in the LoRa platform."
@@ -6779,7 +6779,7 @@ msgstr "Preencher"
6779
6779
  msgid "Filter"
6780
6780
  msgstr "Filtrar"
6781
6781
 
6782
- msgid "Filter by Alarm types"
6782
+ msgid "Filter by alarm types"
6783
6783
  msgstr "Filtrar por tipos de alarme"
6784
6784
 
6785
6785
  msgid "Filter by configuration type"
@@ -16207,10 +16207,8 @@ msgstr "Limite excedido"
16207
16207
  msgid "Thresholds exceeded"
16208
16208
  msgstr "Limites excedidos"
16209
16209
 
16210
- msgid "Thе smart group will be created based on the filters currently applied in the device list.\n"
16211
- " <br>"
16212
- msgstr "O grupo inteligente será criado com base nos filtros aplicados atualmente na lista de dispositivos.\n"
16213
- " <br>"
16210
+ msgid "Thе smart group will be created based on the filters currently applied in the device list."
16211
+ msgstr "O grupo inteligente será criado com base nos filtros aplicados atualmente na lista de dispositivos."
16214
16212
 
16215
16213
  msgid "Time"
16216
16214
  msgstr "Tempo"