@c8y/ngx-components 1021.49.12 → 1021.51.1
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/core/aggregation/aggregation.model.d.ts.map +1 -0
- package/core/aggregation/aggregation.service.d.ts +44 -0
- package/core/aggregation/aggregation.service.d.ts.map +1 -0
- package/core/aggregation/index.d.ts +3 -0
- package/core/aggregation/index.d.ts.map +1 -0
- package/core/common/index.d.ts +0 -2
- package/core/common/index.d.ts.map +1 -1
- package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts +2 -2
- package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts.map +1 -1
- package/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.d.ts +1 -1
- package/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.d.ts.map +1 -1
- package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts +1 -1
- package/core/dashboard/wiget-time-context/widget-time-context.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/index.d.ts +1 -0
- package/core/index.d.ts.map +1 -1
- package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.d.ts +54 -42
- package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.d.ts.map +1 -1
- package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.d.ts +28 -8
- package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.d.ts.map +1 -1
- package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.d.ts +3 -52
- package/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.d.ts.map +1 -1
- package/datapoints-export-selector/datapoints-export-selector.model.d.ts +5 -14
- package/datapoints-export-selector/datapoints-export-selector.model.d.ts.map +1 -1
- package/device-grid/device-grid.component.d.ts.map +1 -1
- package/device-grid/device-grid.service.d.ts +2 -0
- package/device-grid/device-grid.service.d.ts.map +1 -1
- package/esm2022/alarms/alarms-type-filter.component.mjs +3 -3
- package/esm2022/core/aggregation/aggregation.model.mjs +46 -0
- package/esm2022/core/aggregation/aggregation.service.mjs +76 -0
- package/esm2022/core/aggregation/index.mjs +3 -0
- package/esm2022/core/common/index.mjs +1 -3
- package/esm2022/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.mjs +2 -2
- package/esm2022/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.mjs +2 -2
- package/esm2022/core/dashboard/wiget-time-context/widget-time-context.component.mjs +4 -4
- package/esm2022/core/i18n/pattern-messages.data.mjs +19 -1
- package/esm2022/core/index.mjs +2 -1
- package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.mjs +166 -164
- package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.component.mjs +82 -48
- package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-file-exporter.service.mjs +5 -95
- package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-exports-selector-data-scope/datapoints-exports-selector-data-scope.component.mjs +3 -3
- package/esm2022/datapoints-export-selector/datapoints-export-selector.component.mjs +3 -3
- package/esm2022/datapoints-export-selector/datapoints-export-selector.model.mjs +1 -9
- package/esm2022/device-grid/device-grid.component.mjs +3 -3
- package/esm2022/device-grid/device-grid.service.mjs +16 -1
- package/esm2022/device-list/add-smart-group.component.mjs +3 -3
- package/esm2022/interval-picker/interval-picker.model.mjs +5 -1
- 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/esm2022/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.mjs +25 -41
- package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-reload/datapoints-reload.component.mjs +3 -3
- package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.mjs +55 -49
- package/esm2022/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.mjs +25 -73
- package/esm2022/widgets/implementations/datapoints-table/datapoints-table-widget.model.mjs +20 -20
- package/esm2022/widgets/implementations/datapoints-table/datapoints-table.service.mjs +19 -19
- package/fesm2022/c8y-ngx-components-alarms.mjs +2 -2
- package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +248 -308
- package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-grid.mjs +17 -2
- package/fesm2022/c8y-ngx-components-device-grid.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-interval-picker.mjs +5 -1
- package/fesm2022/c8y-ngx-components-interval-picker.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-widgets-implementations-datapoints-table.mjs +1075 -1253
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +136 -76
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/interval-picker/interval-picker.model.d.ts +6 -0
- package/interval-picker/interval-picker.model.d.ts.map +1 -1
- package/locales/de.po +52 -41
- package/locales/es.po +52 -41
- package/locales/fr.po +51 -40
- package/locales/ja_JP.po +53 -43
- package/locales/ko.po +51 -34
- package/locales/locales.pot +42 -31
- package/locales/nl.po +52 -41
- package/locales/pl.po +52 -40
- package/locales/pt_BR.po +51 -40
- package/locales/zh_CN.po +50 -33
- package/locales/zh_TW.po +50 -33
- 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/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.d.ts +3 -5
- package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.component.d.ts.map +1 -1
- package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.d.ts +7 -2
- package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.component.d.ts.map +1 -1
- package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.d.ts +7 -27
- package/widgets/implementations/datapoints-table/datapoints-table-view/datapoints-table-view.service.d.ts.map +1 -1
- package/widgets/implementations/datapoints-table/datapoints-table-widget.model.d.ts +4 -3
- package/widgets/implementations/datapoints-table/datapoints-table-widget.model.d.ts.map +1 -1
- package/widgets/implementations/datapoints-table/datapoints-table.service.d.ts +5 -5
- package/widgets/implementations/datapoints-table/datapoints-table.service.d.ts.map +1 -1
- package/core/common/aggregation/aggregation.model.d.ts.map +0 -1
- package/core/common/aggregation/aggregation.service.d.ts +0 -17
- package/core/common/aggregation/aggregation.service.d.ts.map +0 -1
- package/esm2022/core/common/aggregation/aggregation.model.mjs +0 -46
- package/esm2022/core/common/aggregation/aggregation.service.mjs +0 -34
- 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/esm2022/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.mjs +0 -124
- 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/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.d.ts +0 -56
- package/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.d.ts.map +0 -1
- /package/core/{common/aggregation → aggregation}/aggregation.model.d.ts +0 -0
|
@@ -17,4 +17,10 @@ export type AlarmFilterInterval = Interval | {
|
|
|
17
17
|
};
|
|
18
18
|
export declare const INTERVALS: Interval[];
|
|
19
19
|
export declare const INTERVAL_TITLES: Record<Interval['id'], string>;
|
|
20
|
+
type IntervalKey = Interval['id'];
|
|
21
|
+
type IntervalMap = {
|
|
22
|
+
[K in IntervalKey]: K;
|
|
23
|
+
};
|
|
24
|
+
export declare const INTERVAL_VALUES: IntervalMap;
|
|
25
|
+
export {};
|
|
20
26
|
//# sourceMappingURL=interval-picker.model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interval-picker.model.d.ts","sourceRoot":"","sources":["../../interval-picker/interval-picker.model.ts"],"names":[],"mappings":"AAGA,oBAAY,YAAY;IACtB,QAAQ,QAAY;IACpB,MAAM,UAAiB;IACvB,KAAK,WAAsB;IAC3B,MAAM,YAA0B;IAChC,OAAgG;CACjG;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAC3B,QAAQ,GACR;IACE,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEN,eAAO,MAAM,SAAS,EAAE,QAAQ,EA2B/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAO1D,CAAC"}
|
|
1
|
+
{"version":3,"file":"interval-picker.model.d.ts","sourceRoot":"","sources":["../../interval-picker/interval-picker.model.ts"],"names":[],"mappings":"AAGA,oBAAY,YAAY;IACtB,QAAQ,QAAY;IACpB,MAAM,UAAiB;IACvB,KAAK,WAAsB;IAC3B,MAAM,YAA0B;IAChC,OAAgG;CACjG;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAC3B,QAAQ,GACR;IACE,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEN,eAAO,MAAM,SAAS,EAAE,QAAQ,EA2B/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAO1D,CAAC;AAEF,KAAK,WAAW,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;AAClC,KAAK,WAAW,GAAG;KAAG,CAAC,IAAI,WAAW,GAAG,CAAC;CAAE,CAAC;AAE7C,eAAO,MAAM,eAAe,aAM3B,CAAC"}
|
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"
|
|
@@ -3017,6 +3017,9 @@ msgstr "Kindergeräte zugewiesen."
|
|
|
3017
3017
|
msgid "Children"
|
|
3018
3018
|
msgstr "Kinder"
|
|
3019
3019
|
|
|
3020
|
+
msgid "Choose export type from available options:"
|
|
3021
|
+
msgstr "Wählen Sie den Typ des Exportierens aus den verfügbaren Optionen:"
|
|
3022
|
+
|
|
3020
3023
|
msgid "Choose how to select a date range, the available options are:\n"
|
|
3021
3024
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
3022
3025
|
" <!-- Will be re-enabled in MTM-61920 -->\n"
|
|
@@ -3105,9 +3108,6 @@ msgstr "Wählen Sie, wie Sie einen Datumsbereich auswählen möchten, die verfü
|
|
|
3105
3108
|
" </li>\n"
|
|
3106
3109
|
" </ul>"
|
|
3107
3110
|
|
|
3108
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
3109
|
-
msgstr "Wählen Sie den Typ des zu erzeugenden Exports, die verfügbaren Optionen sind:"
|
|
3110
|
-
|
|
3111
3111
|
msgid "Circular $refs."
|
|
3112
3112
|
msgstr "Zirkuläre $refs."
|
|
3113
3113
|
|
|
@@ -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."
|
|
@@ -4322,14 +4322,6 @@ msgstr "Erstellt am"
|
|
|
4322
4322
|
msgid "Created to`date`"
|
|
4323
4323
|
msgstr "Erstellt bis zum"
|
|
4324
4324
|
|
|
4325
|
-
msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4326
|
-
" selected points"
|
|
4327
|
-
msgstr "Erstellt eine komprimierte ZIP-Datei, die separate Dateien für jeden der von Ihnen\n"
|
|
4328
|
-
" ausgewählten Punkte enthält."
|
|
4329
|
-
|
|
4330
|
-
msgid "Creates a single merged file containing all the data"
|
|
4331
|
-
msgstr "Erstellt eine einzige zusammengefasste Datei, die alle Daten enthält"
|
|
4332
|
-
|
|
4333
4325
|
msgid "Creates alarm when measurements are missing"
|
|
4334
4326
|
msgstr "Alarm bei fehlenden Messdaten erzeugen"
|
|
4335
4327
|
|
|
@@ -6078,6 +6070,9 @@ msgstr "E-Mail-Adresse"
|
|
|
6078
6070
|
msgid "Email addresses"
|
|
6079
6071
|
msgstr "E-Mail-Adressen"
|
|
6080
6072
|
|
|
6073
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
6074
|
+
msgstr "E-Mail-Zustellung bei mehr als 50.000 Datensätzen"
|
|
6075
|
+
|
|
6081
6076
|
msgid "Email server"
|
|
6082
6077
|
msgstr "E-Mail-Server"
|
|
6083
6078
|
|
|
@@ -6774,8 +6769,8 @@ msgstr "Ausfüllen"
|
|
|
6774
6769
|
msgid "Filter"
|
|
6775
6770
|
msgstr "Filter"
|
|
6776
6771
|
|
|
6777
|
-
msgid "Filter by
|
|
6778
|
-
msgstr "Nach
|
|
6772
|
+
msgid "Filter by alarm types"
|
|
6773
|
+
msgstr "Nach Alarmtypen filtern"
|
|
6779
6774
|
|
|
6780
6775
|
msgid "Filter by configuration type"
|
|
6781
6776
|
msgstr "Nach Konfigurationstypen filtern"
|
|
@@ -8227,9 +8222,6 @@ msgstr "Wird dieser Wert auf \"true\" gesetzt, setzt der LWM2M-Agent die Firmwar
|
|
|
8227
8222
|
msgid "If the configuration is enabled, the firmware update operation will fail if the update result (resource 5) is not as expected based on the LWM2M firmware state machine."
|
|
8228
8223
|
msgstr "Wenn die Konfiguration eingeschaltet ist, schlägt die Operation zur Firmware-Aktualisierung fehl, wenn das Ergebnis der Aktualisierung (Ressource 5) nicht den Erwartungen des LWM2M-Firmware-Zustandsautomaten entspricht."
|
|
8229
8224
|
|
|
8230
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8231
|
-
msgstr "Wenn der Export mehr als 50.000 Datensätze umfasst, werden die Daten per E-Mail gesendet"
|
|
8232
|
-
|
|
8233
8225
|
msgid "If the filter is set, the firmware will show up for installation only for devices of that type. If no filter is set, it will be available for all devices."
|
|
8234
8226
|
msgstr "Wenn der Filter gesetzt ist, wird die Firmware nur für Geräte dieses Typs zur Installation angezeigt. Wenn kein Filter gesetzt ist, ist sie für alle Geräte verfügbar."
|
|
8235
8227
|
|
|
@@ -10566,6 +10558,9 @@ msgstr "Keine Plugins anzuzeigen."
|
|
|
10566
10558
|
msgid "No position fragment in selected devices"
|
|
10567
10559
|
msgstr "Keine Ortsangabe in den ausgewählten Geräten vorhanden"
|
|
10568
10560
|
|
|
10561
|
+
msgid "No preview available"
|
|
10562
|
+
msgstr "Keine Vorschau verfügbar."
|
|
10563
|
+
|
|
10569
10564
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10570
10565
|
msgstr "Keine Vorschau verfügbar für Logdateien mit einem anderen MIME-Typ als <code>text/*</code>."
|
|
10571
10566
|
|
|
@@ -11321,6 +11316,9 @@ msgstr "Option gelöscht."
|
|
|
11321
11316
|
msgid "Option management"
|
|
11322
11317
|
msgstr "Optionen"
|
|
11323
11318
|
|
|
11319
|
+
msgid "Optional data aggregation supported"
|
|
11320
|
+
msgstr "Optionale Daten Aggregation unterstützt"
|
|
11321
|
+
|
|
11324
11322
|
msgid "Optionally you can add a custom alarm."
|
|
11325
11323
|
msgstr "Optional können Sie einen benutzerdefinierten Alarm hinzufügen."
|
|
11326
11324
|
|
|
@@ -11885,6 +11883,9 @@ msgstr "Drücken Sie \n"
|
|
|
11885
11883
|
msgid "Preview"
|
|
11886
11884
|
msgstr "Vorschau"
|
|
11887
11885
|
|
|
11886
|
+
msgid "Preview available"
|
|
11887
|
+
msgstr "Keine Vorschau verfügbar."
|
|
11888
|
+
|
|
11888
11889
|
msgid "Preview banner"
|
|
11889
11890
|
msgstr "Vorschaubanner"
|
|
11890
11891
|
|
|
@@ -11897,12 +11898,6 @@ msgstr "Vorschaukonfiguration"
|
|
|
11897
11898
|
msgid "Preview file"
|
|
11898
11899
|
msgstr "Vorschaudatei"
|
|
11899
11900
|
|
|
11900
|
-
msgid "Preview is available"
|
|
11901
|
-
msgstr "Vorschau verfügbar"
|
|
11902
|
-
|
|
11903
|
-
msgid "Preview is not available"
|
|
11904
|
-
msgstr "Vorschau ist nicht verfügbar"
|
|
11905
|
-
|
|
11906
11901
|
msgid "Preview not available"
|
|
11907
11902
|
msgstr "Keine Vorschau verfügbar"
|
|
11908
11903
|
|
|
@@ -12176,6 +12171,9 @@ msgstr "Integrierte REST API-Felder"
|
|
|
12176
12171
|
msgid "REST API custom fields"
|
|
12177
12172
|
msgstr "Benutzerdefinierte REST API-Felder"
|
|
12178
12173
|
|
|
12174
|
+
msgid "RESTART`verb, action` {{service}}"
|
|
12175
|
+
msgstr "RESTART`Verb, Aktion` {{service}}"
|
|
12176
|
+
|
|
12179
12177
|
msgid "RETIRED"
|
|
12180
12178
|
msgstr "AUSGELAUFEN"
|
|
12181
12179
|
|
|
@@ -13073,6 +13071,12 @@ msgstr "SSO-Login ist fehlgeschlagen. Wenden Sie sich an den Administrator."
|
|
|
13073
13071
|
msgid "SS`SECONDS`"
|
|
13074
13072
|
msgstr "SEK"
|
|
13075
13073
|
|
|
13074
|
+
msgid "START`verb, action` {{service}}"
|
|
13075
|
+
msgstr "START`Verb, Aktion` {{service}}"
|
|
13076
|
+
|
|
13077
|
+
msgid "STOP`verb, action` {{service}}"
|
|
13078
|
+
msgstr "STOPP`Verb, Aktion` {{service}}"
|
|
13079
|
+
|
|
13076
13080
|
msgid "STRING"
|
|
13077
13081
|
msgstr "TEXT"
|
|
13078
13082
|
|
|
@@ -13880,6 +13884,9 @@ msgstr "Setze WAN-Einstellungen."
|
|
|
13880
13884
|
msgid "Sent to"
|
|
13881
13885
|
msgstr "Empfänger"
|
|
13882
13886
|
|
|
13887
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13888
|
+
msgstr "Getrennte Dateien für jeden Datenpunkt im ZIP-Format"
|
|
13889
|
+
|
|
13883
13890
|
msgid "Separator color"
|
|
13884
13891
|
msgstr "Trennzeichenfarbe"
|
|
13885
13892
|
|
|
@@ -14677,6 +14684,9 @@ msgstr "Einzeln"
|
|
|
14677
14684
|
msgid "Single location"
|
|
14678
14685
|
msgstr "Positionsabfrage"
|
|
14679
14686
|
|
|
14687
|
+
msgid "Single merged file for all data"
|
|
14688
|
+
msgstr "Einzelne zusammengeführte Datei für alle Daten"
|
|
14689
|
+
|
|
14680
14690
|
msgid "Single operation details"
|
|
14681
14691
|
msgstr "Details zur Einzel-Operation"
|
|
14682
14692
|
|
|
@@ -15004,6 +15014,9 @@ msgstr "Schritt danach"
|
|
|
15004
15014
|
msgid "Step before"
|
|
15005
15015
|
msgstr "Schritt davor"
|
|
15006
15016
|
|
|
15017
|
+
msgid "Stop"
|
|
15018
|
+
msgstr "Stopp"
|
|
15019
|
+
|
|
15007
15020
|
msgid "Stop Process"
|
|
15008
15021
|
msgstr "Prozess anhalten"
|
|
15009
15022
|
|
|
@@ -15229,9 +15242,6 @@ msgstr "Unterstützte Formate: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Unterstützte
|
|
|
15229
15242
|
msgid "Supported operations"
|
|
15230
15243
|
msgstr "Unterstützte Operationen"
|
|
15231
15244
|
|
|
15232
|
-
msgid "Supports data aggregation (optional)"
|
|
15233
|
-
msgstr "Unterstützt die Datenaggregation (optional)"
|
|
15234
|
-
|
|
15235
15245
|
msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
|
|
15236
15246
|
msgstr "Unterstützt Markdown. Verwenden Sie {{ headerMark }} für Kopfzeilen, {{ listMark }} für Listen, {{ boldMark }} für Fettformatierung, {{ italicMark }} für Kursivformattierung und {{ linkMark }} für Links."
|
|
15237
15247
|
|
|
@@ -16190,10 +16200,8 @@ msgstr "Schwellenwert überschritten"
|
|
|
16190
16200
|
msgid "Thresholds exceeded"
|
|
16191
16201
|
msgstr "Schwellenwerte überschritten"
|
|
16192
16202
|
|
|
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>"
|
|
16203
|
+
msgid "Thе smart group will be created based on the filters currently applied in the device list."
|
|
16204
|
+
msgstr "Die intelligente Gruppe wird auf der Grundlage der aktuell in der Liste der Geräte angewandten Filter erstellt."
|
|
16197
16205
|
|
|
16198
16206
|
msgid "Time"
|
|
16199
16207
|
msgstr "Zeit"
|
|
@@ -16733,14 +16741,14 @@ msgstr "Trackermodell \"{{ tracker.device.c8y_Hardware.model }}\" wird nicht unt
|
|
|
16733
16741
|
msgid "Up"
|
|
16734
16742
|
msgstr "In Betrieb"
|
|
16735
16743
|
|
|
16736
|
-
msgid "Up to 1,000,000 records per data point
|
|
16737
|
-
msgstr "
|
|
16744
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16745
|
+
msgstr "In Betrieb bis zu 1.000.000 Datensätze pro Datenpunkt oder Datenspeichergrenze"
|
|
16738
16746
|
|
|
16739
16747
|
msgid "Up to 120 characters allowed."
|
|
16740
16748
|
msgstr "Es sind bis zu 120 Zeichen zulässig."
|
|
16741
16749
|
|
|
16742
|
-
msgid "Up to 5,000 records per data point
|
|
16743
|
-
msgstr "
|
|
16750
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16751
|
+
msgstr "In Betrieb bis zu 5.000 Datensätze pro Datenpunkt oder Datenaufbewahrungsgrenze"
|
|
16744
16752
|
|
|
16745
16753
|
msgid "Up to 6 archives can be saved in the platform. If you upload a new archive, the oldest archive that is not active will be deleted. Do you want to proceed?"
|
|
16746
16754
|
msgstr "Maximal sechs Archive werden vorgehalten. Wird ein weiteres Archiv hochgeladen, wird das älteste, nicht aktive Archiv automatisch gelöscht. Möchten Sie fortfahren?"
|
|
@@ -19209,6 +19217,9 @@ msgstr "x509"
|
|
|
19209
19217
|
msgid "yellow"
|
|
19210
19218
|
msgstr "gelb"
|
|
19211
19219
|
|
|
19220
|
+
msgid "{{ action.text }}"
|
|
19221
|
+
msgstr "{{ action.text }}"
|
|
19222
|
+
|
|
19212
19223
|
msgid "{{ appName | translate }} (public)"
|
|
19213
19224
|
msgstr "{{ appName | translate }} (öffentlich)"
|
|
19214
19225
|
|
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"
|
|
@@ -3019,6 +3019,9 @@ msgstr "Dispositivos secundarios asignados."
|
|
|
3019
3019
|
msgid "Children"
|
|
3020
3020
|
msgstr "Secundarios"
|
|
3021
3021
|
|
|
3022
|
+
msgid "Choose export type from available options:"
|
|
3023
|
+
msgstr "Elija el tipo de exportación entre las opciones disponibles:"
|
|
3024
|
+
|
|
3022
3025
|
msgid "Choose how to select a date range, the available options are:\n"
|
|
3023
3026
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
3024
3027
|
" <!-- Will be re-enabled in MTM-61920 -->\n"
|
|
@@ -3107,9 +3110,6 @@ msgstr "Elija cómo seleccionar un intervalo de fechas, las opciones disponibles
|
|
|
3107
3110
|
" </li>\n"
|
|
3108
3111
|
" </ul>"
|
|
3109
3112
|
|
|
3110
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
3111
|
-
msgstr "Elija el tipo de exportación a generar, las opciones disponibles son:"
|
|
3112
|
-
|
|
3113
3113
|
msgid "Circular $refs."
|
|
3114
3114
|
msgstr "$refs circulares."
|
|
3115
3115
|
|
|
@@ -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."
|
|
@@ -4326,14 +4326,6 @@ msgstr "Creado el"
|
|
|
4326
4326
|
msgid "Created to`date`"
|
|
4327
4327
|
msgstr "Creado hasta el"
|
|
4328
4328
|
|
|
4329
|
-
msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4330
|
-
" selected points"
|
|
4331
|
-
msgstr "Crea un Archivo ZIP comprimido que contiene archivos de datos separados para cada uno de sus\n"
|
|
4332
|
-
" puntos seleccionados"
|
|
4333
|
-
|
|
4334
|
-
msgid "Creates a single merged file containing all the data"
|
|
4335
|
-
msgstr "Crea un único Archivo Combinado que contiene todos los Datos"
|
|
4336
|
-
|
|
4337
4329
|
msgid "Creates alarm when measurements are missing"
|
|
4338
4330
|
msgstr "Crea alarma cuando faltan datos de medición"
|
|
4339
4331
|
|
|
@@ -6083,6 +6075,9 @@ msgstr "Dirección de correo electrónico"
|
|
|
6083
6075
|
msgid "Email addresses"
|
|
6084
6076
|
msgstr "Direcciones de correo electrónico"
|
|
6085
6077
|
|
|
6078
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
6079
|
+
msgstr "Envío de correo electrónico si se superan los 50.000 registros"
|
|
6080
|
+
|
|
6086
6081
|
msgid "Email server"
|
|
6087
6082
|
msgstr "Servidor de correo electrónico"
|
|
6088
6083
|
|
|
@@ -6779,8 +6774,8 @@ msgstr "Llenar"
|
|
|
6779
6774
|
msgid "Filter"
|
|
6780
6775
|
msgstr "Filtrar"
|
|
6781
6776
|
|
|
6782
|
-
msgid "Filter by
|
|
6783
|
-
msgstr "Filtrar por tipos de
|
|
6777
|
+
msgid "Filter by alarm types"
|
|
6778
|
+
msgstr "Filtrar por tipos de Alarma"
|
|
6784
6779
|
|
|
6785
6780
|
msgid "Filter by configuration type"
|
|
6786
6781
|
msgstr "Filtrar por tipo de configuración"
|
|
@@ -8241,9 +8236,6 @@ msgstr "Si se establece en true, el agente LWM2M reinicia la máquina de estado
|
|
|
8241
8236
|
msgid "If the configuration is enabled, the firmware update operation will fail if the update result (resource 5) is not as expected based on the LWM2M firmware state machine."
|
|
8242
8237
|
msgstr "Si la configuración está activada, la operación de actualización del firmware fallará si el resultado de la actualización (recurso 5) no es el esperado según la máquina de estado del firmware del LWM2M."
|
|
8243
8238
|
|
|
8244
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8245
|
-
msgstr "Si la exportación supera los 50.000 registros, los datos se enviarán por correo electrónico"
|
|
8246
|
-
|
|
8247
8239
|
msgid "If the filter is set, the firmware will show up for installation only for devices of that type. If no filter is set, it will be available for all devices."
|
|
8248
8240
|
msgstr "Si se configura un filtro, sólo los dispositivos de este tipo podrán instalar el firmware. Si no se configura ningún filtro, estará disponible para todos los dispositivos."
|
|
8249
8241
|
|
|
@@ -10581,6 +10573,9 @@ msgstr "No hay complementos que mostrar."
|
|
|
10581
10573
|
msgid "No position fragment in selected devices"
|
|
10582
10574
|
msgstr "Ningún fragmento de posición en los dispositivos seleccionados"
|
|
10583
10575
|
|
|
10576
|
+
msgid "No preview available"
|
|
10577
|
+
msgstr "Ninguna vista previa disponible."
|
|
10578
|
+
|
|
10584
10579
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10585
10580
|
msgstr "Ninguna vista previa disponible para archivos de registro con otro tipo MIME distinto a <code>text/*</code>."
|
|
10586
10581
|
|
|
@@ -11337,6 +11332,9 @@ msgstr "Opción eliminada."
|
|
|
11337
11332
|
msgid "Option management"
|
|
11338
11333
|
msgstr "Gestión de opción"
|
|
11339
11334
|
|
|
11335
|
+
msgid "Optional data aggregation supported"
|
|
11336
|
+
msgstr "Opción de agregación de datos admitida"
|
|
11337
|
+
|
|
11340
11338
|
msgid "Optionally you can add a custom alarm."
|
|
11341
11339
|
msgstr "Si se desea se puede añadir una alarma personalizada."
|
|
11342
11340
|
|
|
@@ -11902,6 +11900,9 @@ msgstr "Pulse\n"
|
|
|
11902
11900
|
msgid "Preview"
|
|
11903
11901
|
msgstr "Vista previa"
|
|
11904
11902
|
|
|
11903
|
+
msgid "Preview available"
|
|
11904
|
+
msgstr "Vista previa disponible"
|
|
11905
|
+
|
|
11905
11906
|
msgid "Preview banner"
|
|
11906
11907
|
msgstr "Vista previa de pancarta"
|
|
11907
11908
|
|
|
@@ -11914,12 +11915,6 @@ msgstr "Configuración de vista general"
|
|
|
11914
11915
|
msgid "Preview file"
|
|
11915
11916
|
msgstr "Visualizar"
|
|
11916
11917
|
|
|
11917
|
-
msgid "Preview is available"
|
|
11918
|
-
msgstr "Vista previa disponible"
|
|
11919
|
-
|
|
11920
|
-
msgid "Preview is not available"
|
|
11921
|
-
msgstr "Vista previa no disponible"
|
|
11922
|
-
|
|
11923
11918
|
msgid "Preview not available"
|
|
11924
11919
|
msgstr "Vista previa no disponible"
|
|
11925
11920
|
|
|
@@ -12193,6 +12188,9 @@ msgstr "Campos integrados API REST"
|
|
|
12193
12188
|
msgid "REST API custom fields"
|
|
12194
12189
|
msgstr "Campos personalizados API REST"
|
|
12195
12190
|
|
|
12191
|
+
msgid "RESTART`verb, action` {{service}}"
|
|
12192
|
+
msgstr "RESTART`verbo, acción` {{service}}"
|
|
12193
|
+
|
|
12196
12194
|
msgid "RETIRED"
|
|
12197
12195
|
msgstr "RETIRADO"
|
|
12198
12196
|
|
|
@@ -13090,6 +13088,12 @@ msgstr "Fallo en el inicio de sesión SSO. Póngase en contacto con el administr
|
|
|
13090
13088
|
msgid "SS`SECONDS`"
|
|
13091
13089
|
msgstr "SS"
|
|
13092
13090
|
|
|
13091
|
+
msgid "START`verb, action` {{service}}"
|
|
13092
|
+
msgstr "COMENZAR`verbo, acción` {{service}}"
|
|
13093
|
+
|
|
13094
|
+
msgid "STOP`verb, action` {{service}}"
|
|
13095
|
+
msgstr "STOP`verbo, acción` {{service}}"
|
|
13096
|
+
|
|
13093
13097
|
msgid "STRING"
|
|
13094
13098
|
msgstr "Cadena de caracteres"
|
|
13095
13099
|
|
|
@@ -13897,6 +13901,9 @@ msgstr "Enviar operación para aplicar configuración WAN."
|
|
|
13897
13901
|
msgid "Sent to"
|
|
13898
13902
|
msgstr "Enviado a"
|
|
13899
13903
|
|
|
13904
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13905
|
+
msgstr "Archivos independientes para cada punto de datos en formato ZIP."
|
|
13906
|
+
|
|
13900
13907
|
msgid "Separator color"
|
|
13901
13908
|
msgstr "Color de separado"
|
|
13902
13909
|
|
|
@@ -14694,6 +14701,9 @@ msgstr "Soltero/a"
|
|
|
14694
14701
|
msgid "Single location"
|
|
14695
14702
|
msgstr "Única ubicación"
|
|
14696
14703
|
|
|
14704
|
+
msgid "Single merged file for all data"
|
|
14705
|
+
msgstr "Archivo único combinado para todos los Datos"
|
|
14706
|
+
|
|
14697
14707
|
msgid "Single operation details"
|
|
14698
14708
|
msgstr "Detalles de operación simple"
|
|
14699
14709
|
|
|
@@ -15021,6 +15031,9 @@ msgstr "Paso siguiente"
|
|
|
15021
15031
|
msgid "Step before"
|
|
15022
15032
|
msgstr "Paso previo"
|
|
15023
15033
|
|
|
15034
|
+
msgid "Stop"
|
|
15035
|
+
msgstr "Stop"
|
|
15036
|
+
|
|
15024
15037
|
msgid "Stop Process"
|
|
15025
15038
|
msgstr "Detener proceso"
|
|
15026
15039
|
|
|
@@ -15246,9 +15259,6 @@ msgstr "Formatos compatibles: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Algoritmos adm
|
|
|
15246
15259
|
msgid "Supported operations"
|
|
15247
15260
|
msgstr "Operaciones de soporte"
|
|
15248
15261
|
|
|
15249
|
-
msgid "Supports data aggregation (optional)"
|
|
15250
|
-
msgstr "Asistencia para la Agregación de Datos (opcional)"
|
|
15251
|
-
|
|
15252
15262
|
msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
|
|
15253
15263
|
msgstr "Admite marcado. Utilice {{ headerMark }} para encabezados, {{ listMark }} para listas, {{ boldMark }} para negrita, {{ italicMark }} para cursiva y {{ linkMark }} para enlaces."
|
|
15254
15264
|
|
|
@@ -16207,10 +16217,8 @@ msgstr "Umbral excedido"
|
|
|
16207
16217
|
msgid "Thresholds exceeded"
|
|
16208
16218
|
msgstr "Umbral excedido"
|
|
16209
16219
|
|
|
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>"
|
|
16220
|
+
msgid "Thе smart group will be created based on the filters currently applied in the device list."
|
|
16221
|
+
msgstr "El Grupo inteligente se creará en función de los filtros aplicados actualmente en la Lista de dispositivos."
|
|
16214
16222
|
|
|
16215
16223
|
msgid "Time"
|
|
16216
16224
|
msgstr "Tiempo"
|
|
@@ -16750,14 +16758,14 @@ msgstr "Modelo de rastreador no admitido \"{{ tracker.device.c8y_Hardware.model
|
|
|
16750
16758
|
msgid "Up"
|
|
16751
16759
|
msgstr "Arriba"
|
|
16752
16760
|
|
|
16753
|
-
msgid "Up to 1,000,000 records per data point
|
|
16754
|
-
msgstr "Arriba de 1.000.000 de registros por Punto de datos, o hasta el límite de retención de datos"
|
|
16761
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16762
|
+
msgstr "Arriba de 1.000.000 de registros por Punto de datos, o hasta el límite de retención de datos."
|
|
16755
16763
|
|
|
16756
16764
|
msgid "Up to 120 characters allowed."
|
|
16757
16765
|
msgstr "Se permiten hasta 120 caracteres."
|
|
16758
16766
|
|
|
16759
|
-
msgid "Up to 5,000 records per data point
|
|
16760
|
-
msgstr "Arriba de 5.000 registros por Punto de datos, o hasta el límite de retención de datos"
|
|
16767
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16768
|
+
msgstr "Arriba de 5.000 registros por Punto de datos, o hasta el límite de retención de datos."
|
|
16761
16769
|
|
|
16762
16770
|
msgid "Up to 6 archives can be saved in the platform. If you upload a new archive, the oldest archive that is not active will be deleted. Do you want to proceed?"
|
|
16763
16771
|
msgstr "Pueden guardarse hasta 6 archivos en la plataforma. Si se sube un séptimo, se borrará el archivo no activo más antiguo. ¿Desea continuar?"
|
|
@@ -19226,6 +19234,9 @@ msgstr "x509"
|
|
|
19226
19234
|
msgid "yellow"
|
|
19227
19235
|
msgstr "amarillo"
|
|
19228
19236
|
|
|
19237
|
+
msgid "{{ action.text }}"
|
|
19238
|
+
msgstr "{{ action.text }}"
|
|
19239
|
+
|
|
19229
19240
|
msgid "{{ appName | translate }} (public)"
|
|
19230
19241
|
msgstr "{{ appName | translate }} (pública)"
|
|
19231
19242
|
|