@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.
- package/LICENSE +1 -1
- package/alarms/alarms.component.d.ts +1 -1
- package/alarms/alarms.component.d.ts.map +1 -1
- package/context-dashboard/context-dashboard.component.d.ts +3 -2
- package/context-dashboard/context-dashboard.component.d.ts.map +1 -1
- package/core/i18n/pattern-messages.data.d.ts +18 -0
- package/core/i18n/pattern-messages.data.d.ts.map +1 -1
- package/core/select/typeahead.component.d.ts.map +1 -1
- package/esm2022/alarms/alarms-type-filter.component.mjs +3 -3
- package/esm2022/alarms/alarms.component.mjs +2 -2
- package/esm2022/context-dashboard/context-dashboard.component.mjs +11 -8
- package/esm2022/context-dashboard/device-info-dashboard/device-info-dashboard.component.mjs +3 -3
- package/esm2022/core/i18n/pattern-messages.data.mjs +19 -1
- package/esm2022/core/search/search-input.component.mjs +3 -3
- package/esm2022/core/select/typeahead.component.mjs +2 -2
- package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.mjs +2 -2
- package/esm2022/device-list/add-smart-group.component.mjs +3 -3
- package/esm2022/operations/bulk-operation-list-item/bulk-operation-list-item.service.mjs +5 -4
- package/esm2022/operations/operation-details/operation-details.module.mjs +7 -7
- package/esm2022/operations/operations-list/device-control.feature.mjs +20 -0
- package/esm2022/operations/operations-list/index.mjs +4 -3
- package/esm2022/operations/operations-list/operations-list-item.component.mjs +11 -9
- package/esm2022/operations/operations-list/operations-list.component.mjs +15 -10
- package/esm2022/operations/operations-list/operations-list.module.mjs +16 -41
- package/esm2022/operations/operations-list/operations-list.service.mjs +4 -3
- package/esm2022/operations/operations.module.mjs +21 -14
- package/esm2022/operations/shared/operations.service.mjs +4 -3
- package/esm2022/services/index.mjs +14 -3
- package/esm2022/services/service-command-tab/c8y-ngx-components-services-service-command-tab.mjs +5 -0
- package/esm2022/services/service-command-tab/index.mjs +3 -0
- package/esm2022/services/service-command-tab/service-command-tab.component.mjs +33 -0
- package/esm2022/services/service-command-tab/service-command.feature.mjs +14 -0
- package/esm2022/services/services-device-tab/index.mjs +9 -3
- package/esm2022/services/services-device-tab/services-device-tab.component.mjs +3 -4
- package/esm2022/services/services-device-tab/services-device-tab.guard.mjs +2 -2
- package/esm2022/services/services-device-tab/services.breadcrumb-factory.mjs +13 -1
- package/esm2022/services/services.module.mjs +4 -2
- package/esm2022/services/shared/c8y-ngx-components-services-shared.mjs +5 -0
- package/esm2022/services/shared/index.mjs +3 -0
- package/esm2022/services/shared/service-command.service.mjs +118 -0
- package/esm2022/services/shared/services.model.mjs +23 -0
- package/fesm2022/c8y-ngx-components-alarms.mjs +3 -3
- package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs +12 -9
- package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +1 -1
- package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-list.mjs +2 -2
- package/fesm2022/c8y-ngx-components-device-list.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs +3 -2
- package/fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-operation-details.mjs +5 -5
- package/fesm2022/c8y-ngx-components-operations-operation-details.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-operations-list.mjs +57 -52
- package/fesm2022/c8y-ngx-components-operations-operations-list.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-shared.mjs +3 -2
- package/fesm2022/c8y-ngx-components-operations-shared.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations.mjs +42 -35
- package/fesm2022/c8y-ngx-components-operations.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-services-service-command-tab.mjs +49 -0
- package/fesm2022/c8y-ngx-components-services-service-command-tab.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components-services-shared.mjs +145 -0
- package/fesm2022/c8y-ngx-components-services-shared.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components-services.mjs +20 -113
- package/fesm2022/c8y-ngx-components-services.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +21 -3
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +12 -14
- package/locales/es.po +12 -14
- package/locales/fr.po +11 -13
- package/locales/ja_JP.po +13 -17
- package/locales/ko.po +13 -10
- package/locales/locales.pot +19 -6
- package/locales/nl.po +12 -14
- package/locales/pl.po +12 -14
- package/locales/pt_BR.po +11 -13
- package/locales/zh_CN.po +12 -9
- package/locales/zh_TW.po +12 -9
- package/operations/bulk-operation-list-item/bulk-operation-list-item.service.d.ts +2 -2
- package/operations/bulk-operation-list-item/bulk-operation-list-item.service.d.ts.map +1 -1
- package/operations/operation-details/operation-details.module.d.ts +1 -1
- package/operations/operations-list/device-control.feature.d.ts +4 -0
- package/operations/operations-list/device-control.feature.d.ts.map +1 -0
- package/operations/operations-list/index.d.ts +3 -2
- package/operations/operations-list/index.d.ts.map +1 -1
- package/operations/operations-list/operations-list-item.component.d.ts +1 -1
- package/operations/operations-list/operations-list-item.component.d.ts.map +1 -1
- package/operations/operations-list/operations-list.component.d.ts +3 -1
- package/operations/operations-list/operations-list.component.d.ts.map +1 -1
- package/operations/operations-list/operations-list.module.d.ts +3 -9
- package/operations/operations-list/operations-list.module.d.ts.map +1 -1
- package/operations/operations.module.d.ts +1 -2
- package/operations/operations.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/services/index.d.ts +13 -2
- package/services/index.d.ts.map +1 -1
- package/services/service-command-tab/c8y-ngx-components-services-service-command-tab.d.ts.map +1 -0
- package/services/service-command-tab/index.d.ts +3 -0
- package/services/service-command-tab/index.d.ts.map +1 -0
- package/services/service-command-tab/service-command-tab.component.d.ts +12 -0
- package/services/service-command-tab/service-command-tab.component.d.ts.map +1 -0
- package/services/service-command-tab/service-command.feature.d.ts +3 -0
- package/services/service-command-tab/service-command.feature.d.ts.map +1 -0
- package/services/services-device-tab/index.d.ts +8 -2
- package/services/services-device-tab/index.d.ts.map +1 -1
- package/services/services-device-tab/services-device-tab.component.d.ts +2 -2
- package/services/services-device-tab/services-device-tab.component.d.ts.map +1 -1
- package/services/services-device-tab/services.breadcrumb-factory.d.ts.map +1 -1
- package/services/services.module.d.ts.map +1 -1
- package/services/shared/c8y-ngx-components-services-shared.d.ts.map +1 -0
- package/services/shared/index.d.ts +3 -0
- package/services/shared/index.d.ts.map +1 -0
- package/services/{services-device-tab → shared}/service-command.service.d.ts +10 -7
- package/services/shared/service-command.service.d.ts.map +1 -0
- package/services/shared/services.model.d.ts +31 -0
- package/services/shared/services.model.d.ts.map +1 -0
- package/esm2022/services/services-device-tab/service-command.service.mjs +0 -113
- package/esm2022/services/services-device-tab/service-device-tab.model.mjs +0 -2
- package/services/services-device-tab/service-command.service.d.ts.map +0 -1
- package/services/services-device-tab/service-device-tab.model.d.ts +0 -11
- 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
|
|
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 "
|
|
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>
|
|
1373
|
-
" <li><strong>{{$nonRetrievableCount}}</strong>
|
|
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
|
-
"
|
|
1376
|
-
"
|
|
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
|
|
3958
|
-
msgstr "
|
|
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
|
|
6778
|
-
msgstr "Nach
|
|
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
|
|
16194
|
-
"
|
|
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
|
|
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
|
|
1371
|
-
" <li
|
|
1372
|
-
" <li><strong>{{$nonRetrievableCount}}</strong> Las exportaciones de
|
|
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
|
-
"
|
|
1375
|
-
"
|
|
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
|
|
3962
|
-
msgstr "No se ha podido
|
|
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
|
|
6783
|
-
msgstr "Filtrar por tipos de
|
|
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
|
|
16211
|
-
"
|
|
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
|
|
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
|
|
1371
|
-
" <li>les exportations de point(s) de données
|
|
1372
|
-
" <li>les exportations
|
|
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
|
-
"
|
|
1375
|
-
"
|
|
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
|
|
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
|
|
6783
|
-
msgstr "
|
|
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
|
|
16211
|
-
"
|
|
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
|
|
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 "
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 }}\" 검색 중"
|
package/locales/locales.pot
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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)
|
|
1371
|
-
" <li
|
|
1372
|
-
" <li><strong>{{$nonRetrievableCount}}</strong>
|
|
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
|
-
"
|
|
1375
|
-
"
|
|
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
|
|
3962
|
-
msgstr "
|
|
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
|
|
6783
|
-
msgstr "Filter op
|
|
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
|
|
16210
|
-
"
|
|
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
|
|
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
|
|
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>
|
|
1408
|
-
" <li
|
|
1409
|
-
" <li
|
|
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
|
-
"
|
|
1412
|
-
"
|
|
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
|
|
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
|
|
6823
|
-
msgstr "
|
|
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
|
|
16258
|
-
"
|
|
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
|
|
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 \"
|
|
1368
|
+
msgstr "Depois de clicar em \"Download\":<br>\n"
|
|
1369
1369
|
" <ul>\n"
|
|
1370
|
-
" <li>as exportações do(s) ponto(s) de dados
|
|
1371
|
-
" <li>as exportações
|
|
1372
|
-
" <li>
|
|
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
|
-
"
|
|
1375
|
-
"
|
|
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
|
|
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
|
|
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
|
|
16211
|
-
"
|
|
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"
|