@c8y/ngx-components 1021.50.0 → 1021.52.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/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/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/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/index.mjs +2 -1
- package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.mjs +165 -163
- 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/icon-selector/icons/platform/index.mjs +10 -8
- package/esm2022/interval-picker/interval-picker.model.mjs +5 -1
- 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-datapoints-export-selector.mjs +247 -307
- 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-icon-selector-icons-platform.mjs +9 -7
- package/fesm2022/c8y-ngx-components-icon-selector-icons-platform.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-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 +118 -76
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/icon-selector/icons/index.d.ts +1 -1
- package/icon-selector/icons/platform/index.d.ts +2 -2
- package/icon-selector/icons/platform/index.d.ts.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 +40 -27
- package/locales/es.po +40 -27
- package/locales/fr.po +40 -27
- package/locales/ja_JP.po +40 -26
- package/locales/ko.po +38 -24
- package/locales/locales.pot +23 -307
- package/locales/nl.po +40 -27
- package/locales/pl.po +40 -26
- package/locales/pt_BR.po +40 -27
- package/locales/zh_CN.po +38 -24
- package/locales/zh_TW.po +38 -24
- package/package.json +1 -1
- 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/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.mjs +0 -124
- 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
package/locales/nl.po
CHANGED
|
@@ -3019,6 +3019,9 @@ msgstr "Onderliggende apparaten toegewezen."
|
|
|
3019
3019
|
msgid "Children"
|
|
3020
3020
|
msgstr "Onderliggende apparaten"
|
|
3021
3021
|
|
|
3022
|
+
msgid "Choose export type from available options:"
|
|
3023
|
+
msgstr "Kies het type export uit de beschikbare opties:"
|
|
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 "Kies hoe u een datumbereik wilt selecteren, de beschikbare opties zijn:\
|
|
|
3107
3110
|
" </li>\n"
|
|
3108
3111
|
" </ul>"
|
|
3109
3112
|
|
|
3110
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
3111
|
-
msgstr "Kies het type export dat gegenereerd moet worden, de beschikbare opties zijn:"
|
|
3112
|
-
|
|
3113
3113
|
msgid "Circular $refs."
|
|
3114
3114
|
msgstr "Kring-$refs."
|
|
3115
3115
|
|
|
@@ -4326,14 +4326,6 @@ msgstr "Gemaakt op"
|
|
|
4326
4326
|
msgid "Created to`date`"
|
|
4327
4327
|
msgstr "Gemaakt tot"
|
|
4328
4328
|
|
|
4329
|
-
msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4330
|
-
" selected points"
|
|
4331
|
-
msgstr "Maken van een gecomprimeerd ZIP-bestand dat afzonderlijke gegevensbestanden bevat voor elk van uw\n"
|
|
4332
|
-
" geselecteerde punten"
|
|
4333
|
-
|
|
4334
|
-
msgid "Creates a single merged file containing all the data"
|
|
4335
|
-
msgstr "Maken van een enkel samengevoegd bestand dat alle gegevens bevat"
|
|
4336
|
-
|
|
4337
4329
|
msgid "Creates alarm when measurements are missing"
|
|
4338
4330
|
msgstr "Maakt alarm aan wanneer metingen ontbreken"
|
|
4339
4331
|
|
|
@@ -6083,6 +6075,9 @@ msgstr "E-mailadres"
|
|
|
6083
6075
|
msgid "Email addresses"
|
|
6084
6076
|
msgstr "E-mailadressen"
|
|
6085
6077
|
|
|
6078
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
6079
|
+
msgstr "E-mail levering bij meer dan 50.000 records"
|
|
6080
|
+
|
|
6086
6081
|
msgid "Email server"
|
|
6087
6082
|
msgstr "E-mailserver"
|
|
6088
6083
|
|
|
@@ -8240,9 +8235,6 @@ msgstr "Als dit is ingesteld op true, reset de LWM2M agent de firmware-state-mac
|
|
|
8240
8235
|
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."
|
|
8241
8236
|
msgstr "Als de configuratie is ingeschakeld, mislukt de firmware-update als het updateresultaat (bron 5) niet is zoals verwacht op basis van de LWM2M-firmware-statusmachine."
|
|
8242
8237
|
|
|
8243
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8244
|
-
msgstr "Als de export meer dan 50.000 records bedraagt, worden de gegevens via e-mail verzonden"
|
|
8245
|
-
|
|
8246
8238
|
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."
|
|
8247
8239
|
msgstr "Als de filter is ingesteld, zal de firmware alleen verschijnen voor installatie bij apparaten van dat type. Als geen filter is ingesteld, zal hij voor all apparaten beschikbaar zijn."
|
|
8248
8240
|
|
|
@@ -10580,6 +10572,9 @@ msgstr "Geen plug-ins om weer te geven."
|
|
|
10580
10572
|
msgid "No position fragment in selected devices"
|
|
10581
10573
|
msgstr "Geen positie fragment in geselecteerde apparaten"
|
|
10582
10574
|
|
|
10575
|
+
msgid "No preview available"
|
|
10576
|
+
msgstr "Geen preview beschikbaar."
|
|
10577
|
+
|
|
10583
10578
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10584
10579
|
msgstr "Geen voorbeeld beschikbaar voor logboekbestanden met een ander MIME-type dan <code>text/*</code>."
|
|
10585
10580
|
|
|
@@ -11336,6 +11331,9 @@ msgstr "Optie verwijderd."
|
|
|
11336
11331
|
msgid "Option management"
|
|
11337
11332
|
msgstr "Optiebeheer"
|
|
11338
11333
|
|
|
11334
|
+
msgid "Optional data aggregation supported"
|
|
11335
|
+
msgstr "Optionele ondersteuning voor aggregatie van gegevens"
|
|
11336
|
+
|
|
11339
11337
|
msgid "Optionally you can add a custom alarm."
|
|
11340
11338
|
msgstr "U kunt een aangepast alarm toevoegen."
|
|
11341
11339
|
|
|
@@ -11901,6 +11899,9 @@ msgstr "Druk op \n"
|
|
|
11901
11899
|
msgid "Preview"
|
|
11902
11900
|
msgstr "Preview"
|
|
11903
11901
|
|
|
11902
|
+
msgid "Preview available"
|
|
11903
|
+
msgstr "Preview beschikbaar."
|
|
11904
|
+
|
|
11904
11905
|
msgid "Preview banner"
|
|
11905
11906
|
msgstr "Voorbeeld van banner"
|
|
11906
11907
|
|
|
@@ -11913,12 +11914,6 @@ msgstr "Preview configuratie"
|
|
|
11913
11914
|
msgid "Preview file"
|
|
11914
11915
|
msgstr "Voorbeeldbestand"
|
|
11915
11916
|
|
|
11916
|
-
msgid "Preview is available"
|
|
11917
|
-
msgstr "Preview is beschikbaar"
|
|
11918
|
-
|
|
11919
|
-
msgid "Preview is not available"
|
|
11920
|
-
msgstr "Preview is niet beschikbaar"
|
|
11921
|
-
|
|
11922
11917
|
msgid "Preview not available"
|
|
11923
11918
|
msgstr "Preview niet beschikbaar"
|
|
11924
11919
|
|
|
@@ -12192,6 +12187,9 @@ msgstr "Ingebouwd velden REST API"
|
|
|
12192
12187
|
msgid "REST API custom fields"
|
|
12193
12188
|
msgstr "Aangepaste velden REST API"
|
|
12194
12189
|
|
|
12190
|
+
msgid "RESTART`verb, action` {{service}}"
|
|
12191
|
+
msgstr "Opnieuw starten`werkwoord, actie` {{service}}"
|
|
12192
|
+
|
|
12195
12193
|
msgid "RETIRED"
|
|
12196
12194
|
msgstr "INGETROKKEN"
|
|
12197
12195
|
|
|
@@ -13089,6 +13087,12 @@ msgstr "SSO-aanmelden is mislukt. Neem contact op met de beheerder."
|
|
|
13089
13087
|
msgid "SS`SECONDS`"
|
|
13090
13088
|
msgstr "SS"
|
|
13091
13089
|
|
|
13090
|
+
msgid "START`verb, action` {{service}}"
|
|
13091
|
+
msgstr "START`werkwoord, actie` {{service}}"
|
|
13092
|
+
|
|
13093
|
+
msgid "STOP`verb, action` {{service}}"
|
|
13094
|
+
msgstr "STOP`werkwoord, actie` {{service}}"
|
|
13095
|
+
|
|
13092
13096
|
msgid "STRING"
|
|
13093
13097
|
msgstr "STRING"
|
|
13094
13098
|
|
|
@@ -13896,6 +13900,9 @@ msgstr "Bewerking verzenden om WAN-instellingen toe te passen."
|
|
|
13896
13900
|
msgid "Sent to"
|
|
13897
13901
|
msgstr "Verzonden naar"
|
|
13898
13902
|
|
|
13903
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13904
|
+
msgstr "Afzonderlijke bestanden voor elk Gegevenspunt in ZIP-formaat"
|
|
13905
|
+
|
|
13899
13906
|
msgid "Separator color"
|
|
13900
13907
|
msgstr "Scheidingskleur"
|
|
13901
13908
|
|
|
@@ -14693,6 +14700,9 @@ msgstr "Enkele"
|
|
|
14693
14700
|
msgid "Single location"
|
|
14694
14701
|
msgstr "Enkele locatie"
|
|
14695
14702
|
|
|
14703
|
+
msgid "Single merged file for all data"
|
|
14704
|
+
msgstr "Enkele samengevoegd bestand voor alle gegevens"
|
|
14705
|
+
|
|
14696
14706
|
msgid "Single operation details"
|
|
14697
14707
|
msgstr "Details van enkelvoudige bewerking"
|
|
14698
14708
|
|
|
@@ -15020,6 +15030,9 @@ msgstr "Stap na"
|
|
|
15020
15030
|
msgid "Step before"
|
|
15021
15031
|
msgstr "Stap voor"
|
|
15022
15032
|
|
|
15033
|
+
msgid "Stop"
|
|
15034
|
+
msgstr "Stop"
|
|
15035
|
+
|
|
15023
15036
|
msgid "Stop Process"
|
|
15024
15037
|
msgstr "Proces stoppen"
|
|
15025
15038
|
|
|
@@ -15245,9 +15258,6 @@ msgstr "Ondersteunde formaten: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Ondersteunde
|
|
|
15245
15258
|
msgid "Supported operations"
|
|
15246
15259
|
msgstr "Ondersteunde bewerkingen"
|
|
15247
15260
|
|
|
15248
|
-
msgid "Supports data aggregation (optional)"
|
|
15249
|
-
msgstr "Ondersteunt gegevensaggregatie (optioneel)"
|
|
15250
|
-
|
|
15251
15261
|
msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
|
|
15252
15262
|
msgstr "Ondersteunt markdown. Gebruik {{ headerMark }} voor koppen, {{ listMark }} voor lijsten, {{ boldMark }} voor vet, {{ italicMark }} voor cursief en {{ linkMark }} voor links."
|
|
15253
15263
|
|
|
@@ -16747,14 +16757,14 @@ msgstr "Niet-ondersteund trackermodel \"{{ tracker.device.c8y_Hardware.model }}\
|
|
|
16747
16757
|
msgid "Up"
|
|
16748
16758
|
msgstr "Omhoog"
|
|
16749
16759
|
|
|
16750
|
-
msgid "Up to 1,000,000 records per data point
|
|
16751
|
-
msgstr "Omhoog tot 1.000.000 records per Gegevenspunt, of tot de limiet voor het bewaren van gegevens"
|
|
16760
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16761
|
+
msgstr "Omhoog tot 1.000.000 records per Gegevenspunt, of tot de limiet voor het bewaren van gegevens."
|
|
16752
16762
|
|
|
16753
16763
|
msgid "Up to 120 characters allowed."
|
|
16754
16764
|
msgstr "Maximaal 120 tekens toegestaan."
|
|
16755
16765
|
|
|
16756
|
-
msgid "Up to 5,000 records per data point
|
|
16757
|
-
msgstr "Omhoog tot 5.000 records per Gegevenspunt, of tot de limiet voor het bewaren van gegevens"
|
|
16766
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16767
|
+
msgstr "Omhoog tot 5.000 records per Gegevenspunt, of tot de limiet voor het bewaren van gegevens."
|
|
16758
16768
|
|
|
16759
16769
|
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?"
|
|
16760
16770
|
msgstr "Er kunnen maximaal 6 mappen worden opgeslagen in het platform. Als u een nieuwe map uploadt, zal de oudste map die niet actief is worden verwijderd. Wilt u doorgaan?"
|
|
@@ -19223,6 +19233,9 @@ msgstr "x509"
|
|
|
19223
19233
|
msgid "yellow"
|
|
19224
19234
|
msgstr "geel"
|
|
19225
19235
|
|
|
19236
|
+
msgid "{{ action.text }}"
|
|
19237
|
+
msgstr "{{ action.text }}"
|
|
19238
|
+
|
|
19226
19239
|
msgid "{{ appName | translate }} (public)"
|
|
19227
19240
|
msgstr "{{ appName | translate }} (openbaar)"
|
|
19228
19241
|
|
package/locales/pl.po
CHANGED
|
@@ -3058,6 +3058,9 @@ msgstr "Przypisano urządzenia podrzędne."
|
|
|
3058
3058
|
msgid "Children"
|
|
3059
3059
|
msgstr "Elementy podrzędne"
|
|
3060
3060
|
|
|
3061
|
+
msgid "Choose export type from available options:"
|
|
3062
|
+
msgstr "Wybierz typ eksportu spośród dostępnych opcji:"
|
|
3063
|
+
|
|
3061
3064
|
msgid "Choose how to select a date range, the available options are:\n"
|
|
3062
3065
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
3063
3066
|
" <!-- Will be re-enabled in MTM-61920 -->\n"
|
|
@@ -3146,9 +3149,6 @@ msgstr "Dostępne są następujące opcje wyboru zakresu dat:\n"
|
|
|
3146
3149
|
" </li>\n"
|
|
3147
3150
|
" </ul>"
|
|
3148
3151
|
|
|
3149
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
3150
|
-
msgstr "Wybierz typ eksportu do wygenerowania, dostępne opcje to:"
|
|
3151
|
-
|
|
3152
3152
|
msgid "Circular $refs."
|
|
3153
3153
|
msgstr "Cykliczne $refs."
|
|
3154
3154
|
|
|
@@ -4367,13 +4367,6 @@ msgstr "Utworzono dn."
|
|
|
4367
4367
|
msgid "Created to`date`"
|
|
4368
4368
|
msgstr "Utworzone do"
|
|
4369
4369
|
|
|
4370
|
-
msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4371
|
-
" selected points"
|
|
4372
|
-
msgstr "Tworzy skompresowany plik ZIP zawierający oddzielne pliki danych dla każdego z wybranych punktów"
|
|
4373
|
-
|
|
4374
|
-
msgid "Creates a single merged file containing all the data"
|
|
4375
|
-
msgstr "Zawiera pojedynczy scalony plik zawierający wszystkie dane"
|
|
4376
|
-
|
|
4377
4370
|
msgid "Creates alarm when measurements are missing"
|
|
4378
4371
|
msgstr "Tworzy alarm, gdy brakuje pomiarów"
|
|
4379
4372
|
|
|
@@ -6123,6 +6116,9 @@ msgstr "Adres e-mail"
|
|
|
6123
6116
|
msgid "Email addresses"
|
|
6124
6117
|
msgstr "Adresy e-mail"
|
|
6125
6118
|
|
|
6119
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
6120
|
+
msgstr "Dostarczanie wiadomości e-mail, jeśli liczba rekordów przekracza 50 000"
|
|
6121
|
+
|
|
6126
6122
|
msgid "Email server"
|
|
6127
6123
|
msgstr "Serwer poczty e-mail"
|
|
6128
6124
|
|
|
@@ -8281,9 +8277,6 @@ msgstr "Jeśli ustawiono na true, agent LWM2M resetuje maszynę stanu oprogramow
|
|
|
8281
8277
|
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."
|
|
8282
8278
|
msgstr "Jeśli konfiguracja jest włączona, operacja aktualizacji oprogramowania układowego nie powiedzie się, jeśli wynik aktualizacji (zasób 5) nie jest zgodny z oczekiwaniami w oparciu o maszynę stanu oprogramowania układowego LWM2M."
|
|
8283
8279
|
|
|
8284
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8285
|
-
msgstr "Jeśli eksport przekracza 50 000 rekordów, dane zostaną wysłane pocztą e-mail"
|
|
8286
|
-
|
|
8287
8280
|
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."
|
|
8288
8281
|
msgstr "W przypadku ustawienia filtru oprogramowanie sprzętowe będzie wyświetlane na potrzeby instalacji jedynie dla urządzeń tego typu. Jeśli nie zostanie ustawiony żaden filtr, będzie dostępne dla wszystkich urządzeń."
|
|
8289
8282
|
|
|
@@ -10627,6 +10620,9 @@ msgstr "Brak wtyczek do wyświetlenia."
|
|
|
10627
10620
|
msgid "No position fragment in selected devices"
|
|
10628
10621
|
msgstr "Brak fragmentu pozycji w wybranych urządzeniach"
|
|
10629
10622
|
|
|
10623
|
+
msgid "No preview available"
|
|
10624
|
+
msgstr "Brak dostępnego podglądu"
|
|
10625
|
+
|
|
10630
10626
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10631
10627
|
msgstr "Podgląd nie jest dostępny dla plików dziennika o typie MIME innym niż <code>text/*</code>."
|
|
10632
10628
|
|
|
@@ -11383,6 +11379,9 @@ msgstr "Usunięto opcję."
|
|
|
11383
11379
|
msgid "Option management"
|
|
11384
11380
|
msgstr "Zarządzanie opcjami"
|
|
11385
11381
|
|
|
11382
|
+
msgid "Optional data aggregation supported"
|
|
11383
|
+
msgstr "Obsługiwana opcjonalna agregacja danych"
|
|
11384
|
+
|
|
11386
11385
|
msgid "Optionally you can add a custom alarm."
|
|
11387
11386
|
msgstr "Opcjonalnie można dodać alarm niestandardowy."
|
|
11388
11387
|
|
|
@@ -11948,6 +11947,9 @@ msgstr "Naciśnij opcję\n"
|
|
|
11948
11947
|
msgid "Preview"
|
|
11949
11948
|
msgstr "Podgląd"
|
|
11950
11949
|
|
|
11950
|
+
msgid "Preview available"
|
|
11951
|
+
msgstr "Dostępny podgląd"
|
|
11952
|
+
|
|
11951
11953
|
msgid "Preview banner"
|
|
11952
11954
|
msgstr "Podgląd banera"
|
|
11953
11955
|
|
|
@@ -11960,12 +11962,6 @@ msgstr "Podgląd konfiguracji"
|
|
|
11960
11962
|
msgid "Preview file"
|
|
11961
11963
|
msgstr "Wyświetl podgląd pliku"
|
|
11962
11964
|
|
|
11963
|
-
msgid "Preview is available"
|
|
11964
|
-
msgstr "Podgląd jest dostępny"
|
|
11965
|
-
|
|
11966
|
-
msgid "Preview is not available"
|
|
11967
|
-
msgstr "Podgląd nie jest dostępny"
|
|
11968
|
-
|
|
11969
11965
|
msgid "Preview not available"
|
|
11970
11966
|
msgstr "Podgląd niedostępny"
|
|
11971
11967
|
|
|
@@ -12239,6 +12235,9 @@ msgstr "Wbudowane pola interfejsu REST API"
|
|
|
12239
12235
|
msgid "REST API custom fields"
|
|
12240
12236
|
msgstr "Pola niestandardowe interfejsu API REST"
|
|
12241
12237
|
|
|
12238
|
+
msgid "RESTART`verb, action` {{service}}"
|
|
12239
|
+
msgstr "Uruchom ponownie` czasownik, akcja` {{service}}"
|
|
12240
|
+
|
|
12242
12241
|
msgid "RETIRED"
|
|
12243
12242
|
msgstr "WYCOFANE"
|
|
12244
12243
|
|
|
@@ -13136,6 +13135,12 @@ msgstr "Logowanie SSO nie powiodło się. Skontaktuj się z administratorem."
|
|
|
13136
13135
|
msgid "SS`SECONDS`"
|
|
13137
13136
|
msgstr "SS"
|
|
13138
13137
|
|
|
13138
|
+
msgid "START`verb, action` {{service}}"
|
|
13139
|
+
msgstr "Rozpocznij` czasownik, Akcja` {{service}}"
|
|
13140
|
+
|
|
13141
|
+
msgid "STOP`verb, action` {{service}}"
|
|
13142
|
+
msgstr "STOP`czasownik, akcja` {{service}}"
|
|
13143
|
+
|
|
13139
13144
|
msgid "STRING"
|
|
13140
13145
|
msgstr "STRING"
|
|
13141
13146
|
|
|
@@ -13943,6 +13948,9 @@ msgstr "Wysłano operację zastosowania ustawień sieci WAN."
|
|
|
13943
13948
|
msgid "Sent to"
|
|
13944
13949
|
msgstr "Adresat"
|
|
13945
13950
|
|
|
13951
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13952
|
+
msgstr "Oddzielne pliki dla każdego punktu danych w formacie ZIP"
|
|
13953
|
+
|
|
13946
13954
|
msgid "Separator color"
|
|
13947
13955
|
msgstr "Kolor separatora"
|
|
13948
13956
|
|
|
@@ -14742,6 +14750,9 @@ msgstr "Prosty"
|
|
|
14742
14750
|
msgid "Single location"
|
|
14743
14751
|
msgstr "Pojedyncza lokalizacja"
|
|
14744
14752
|
|
|
14753
|
+
msgid "Single merged file for all data"
|
|
14754
|
+
msgstr "Pojedynczy scalony plik dla wszystkich danych"
|
|
14755
|
+
|
|
14745
14756
|
msgid "Single operation details"
|
|
14746
14757
|
msgstr "Szczegóły pojedynczej operacji"
|
|
14747
14758
|
|
|
@@ -15069,6 +15080,9 @@ msgstr "Krok po"
|
|
|
15069
15080
|
msgid "Step before"
|
|
15070
15081
|
msgstr "Krok przed"
|
|
15071
15082
|
|
|
15083
|
+
msgid "Stop"
|
|
15084
|
+
msgstr "Stop"
|
|
15085
|
+
|
|
15072
15086
|
msgid "Stop Process"
|
|
15073
15087
|
msgstr "Zatrzymaj proces"
|
|
15074
15088
|
|
|
@@ -15294,9 +15308,6 @@ msgstr "Obsługiwane formaty: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Obsługiwane a
|
|
|
15294
15308
|
msgid "Supported operations"
|
|
15295
15309
|
msgstr "Obsługiwane operacje"
|
|
15296
15310
|
|
|
15297
|
-
msgid "Supports data aggregation (optional)"
|
|
15298
|
-
msgstr "Wsparcie dla agregacji danych (opcjonalnie)"
|
|
15299
|
-
|
|
15300
15311
|
msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
|
|
15301
15312
|
msgstr "Wsparcie dla markdown. Używaj {{ headerMark }} dla nagłówków, {{ listMark }} dla list, {{ boldMark }} dla pogrubienia, {{ italicMark }} dla kursywy i {{ linkMark }} dla łączy."
|
|
15302
15313
|
|
|
@@ -16795,14 +16806,14 @@ msgstr "Nieobsługiwany model urządzenia śledzącego „{{ tracker.device.c8y_
|
|
|
16795
16806
|
msgid "Up"
|
|
16796
16807
|
msgstr "Działa"
|
|
16797
16808
|
|
|
16798
|
-
msgid "Up to 1,000,000 records per data point
|
|
16799
|
-
msgstr "Do 1 000 000 rekordów na punkt danych lub
|
|
16809
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16810
|
+
msgstr "Do 1 000 000 rekordów na punkt danych lub limit przechowywania danych"
|
|
16800
16811
|
|
|
16801
16812
|
msgid "Up to 120 characters allowed."
|
|
16802
16813
|
msgstr "Maksymalna dozwolona liczba znaków to 120."
|
|
16803
16814
|
|
|
16804
|
-
msgid "Up to 5,000 records per data point
|
|
16805
|
-
msgstr "Do 5000 rekordów na punkt danych lub
|
|
16815
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16816
|
+
msgstr "Do 5000 rekordów na punkt danych lub limit przechowywania danych"
|
|
16806
16817
|
|
|
16807
16818
|
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?"
|
|
16808
16819
|
msgstr "Na platformie można zapisać maksymalnie 6 archiwów. Jeśli prześlesz nowe archiwum, najstarsze archiwum, które nie jest aktywne, zostanie usunięte. Czy chcesz kontynuować?"
|
|
@@ -19279,6 +19290,9 @@ msgstr "x509"
|
|
|
19279
19290
|
msgid "yellow"
|
|
19280
19291
|
msgstr "żółty"
|
|
19281
19292
|
|
|
19293
|
+
msgid "{{ action.text }}"
|
|
19294
|
+
msgstr "{{ action.text }}"
|
|
19295
|
+
|
|
19282
19296
|
msgid "{{ appName | translate }} (public)"
|
|
19283
19297
|
msgstr "{{ appName | translate }} (aplikacja publiczna)"
|
|
19284
19298
|
|
package/locales/pt_BR.po
CHANGED
|
@@ -3019,6 +3019,9 @@ msgstr "Dispositivos secundários atribuídos."
|
|
|
3019
3019
|
msgid "Children"
|
|
3020
3020
|
msgstr "Secundários"
|
|
3021
3021
|
|
|
3022
|
+
msgid "Choose export type from available options:"
|
|
3023
|
+
msgstr "Selecione o tipo de exportação entre as opções disponíveis:"
|
|
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 "Escolha como selecionar um intervalo de datas, as opções disponíveis
|
|
|
3107
3110
|
" </li>\n"
|
|
3108
3111
|
" </ul>"
|
|
3109
3112
|
|
|
3110
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
3111
|
-
msgstr "Escolha o tipo de exportação a ser gerada, as opções disponíveis são:"
|
|
3112
|
-
|
|
3113
3113
|
msgid "Circular $refs."
|
|
3114
3114
|
msgstr "$refs circulares."
|
|
3115
3115
|
|
|
@@ -4326,14 +4326,6 @@ msgstr "Criado em"
|
|
|
4326
4326
|
msgid "Created to`date`"
|
|
4327
4327
|
msgstr "Criado até"
|
|
4328
4328
|
|
|
4329
|
-
msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4330
|
-
" selected points"
|
|
4331
|
-
msgstr "Cria um arquivo ZIP compactado que contém arquivos de dados separados para cada um de seus pontos selecionados\n"
|
|
4332
|
-
" pontos selecionados"
|
|
4333
|
-
|
|
4334
|
-
msgid "Creates a single merged file containing all the data"
|
|
4335
|
-
msgstr "Cria um único arquivo mesclado contendo todos os dados"
|
|
4336
|
-
|
|
4337
4329
|
msgid "Creates alarm when measurements are missing"
|
|
4338
4330
|
msgstr "Cria alarme quando faltam medições"
|
|
4339
4331
|
|
|
@@ -6083,6 +6075,9 @@ msgstr "Endereço de e-mail"
|
|
|
6083
6075
|
msgid "Email addresses"
|
|
6084
6076
|
msgstr "Endereços de e-mail"
|
|
6085
6077
|
|
|
6078
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
6079
|
+
msgstr "Entrega de e-mail se exceder 50.000 registros"
|
|
6080
|
+
|
|
6086
6081
|
msgid "Email server"
|
|
6087
6082
|
msgstr "Servidor de e-mail"
|
|
6088
6083
|
|
|
@@ -8241,9 +8236,6 @@ msgstr "Se definido como verdadeiro, o agente LWM2M redefine a máquina de estad
|
|
|
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 "Se a configuração estiver ativada, a operação de atualização do firmware falhará se o resultado da atualização (recurso 5) não for o esperado com base na máquina de estado do firmware do LWM2M."
|
|
8243
8238
|
|
|
8244
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8245
|
-
msgstr "Se a exportação exceder 50.000 registros, os dados serão enviados por e-mail"
|
|
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 "Se o filtro estiver configurado, o firmware aparecerá para instalação apenas para dispositivos desse tipo. Se nenhum filtro estiver configurado, ele estará disponível para todos os dispositivos."
|
|
8249
8241
|
|
|
@@ -10581,6 +10573,9 @@ msgstr "Não há plugins para exibir."
|
|
|
10581
10573
|
msgid "No position fragment in selected devices"
|
|
10582
10574
|
msgstr "Nenhum fragmento de posição em dispositivos selecionados"
|
|
10583
10575
|
|
|
10576
|
+
msgid "No preview available"
|
|
10577
|
+
msgstr "Nenhuma visualização disponível"
|
|
10578
|
+
|
|
10584
10579
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10585
10580
|
msgstr "Nenhuma pré-visualização disponível para arquivos de log com tipo MIME diferente de <code>text/*</code>."
|
|
10586
10581
|
|
|
@@ -11337,6 +11332,9 @@ msgstr "Opção excluída."
|
|
|
11337
11332
|
msgid "Option management"
|
|
11338
11333
|
msgstr "Gerenciamento de opções"
|
|
11339
11334
|
|
|
11335
|
+
msgid "Optional data aggregation supported"
|
|
11336
|
+
msgstr "Suporte à agregação opcional de dados"
|
|
11337
|
+
|
|
11340
11338
|
msgid "Optionally you can add a custom alarm."
|
|
11341
11339
|
msgstr "Opcionalmente, você pode adicionar um alarme personalizado."
|
|
11342
11340
|
|
|
@@ -11902,6 +11900,9 @@ msgstr "Pressione\n"
|
|
|
11902
11900
|
msgid "Preview"
|
|
11903
11901
|
msgstr "Visualização"
|
|
11904
11902
|
|
|
11903
|
+
msgid "Preview available"
|
|
11904
|
+
msgstr "Pré-visualização disponível"
|
|
11905
|
+
|
|
11905
11906
|
msgid "Preview banner"
|
|
11906
11907
|
msgstr "Visualizar banner"
|
|
11907
11908
|
|
|
@@ -11914,12 +11915,6 @@ msgstr "Visualizar configuração"
|
|
|
11914
11915
|
msgid "Preview file"
|
|
11915
11916
|
msgstr "Visualizar arquivo"
|
|
11916
11917
|
|
|
11917
|
-
msgid "Preview is available"
|
|
11918
|
-
msgstr "A visualização está disponível"
|
|
11919
|
-
|
|
11920
|
-
msgid "Preview is not available"
|
|
11921
|
-
msgstr "Visualização não disponível"
|
|
11922
|
-
|
|
11923
11918
|
msgid "Preview not available"
|
|
11924
11919
|
msgstr "Visualização não disponível"
|
|
11925
11920
|
|
|
@@ -12193,6 +12188,9 @@ msgstr "Campos incorporados REST API"
|
|
|
12193
12188
|
msgid "REST API custom fields"
|
|
12194
12189
|
msgstr "Campos personalizados REST API"
|
|
12195
12190
|
|
|
12191
|
+
msgid "RESTART`verb, action` {{service}}"
|
|
12192
|
+
msgstr "RESTART`verbo, ação` {{service}}"
|
|
12193
|
+
|
|
12196
12194
|
msgid "RETIRED"
|
|
12197
12195
|
msgstr "APOSENTADO"
|
|
12198
12196
|
|
|
@@ -13090,6 +13088,12 @@ msgstr "Falha no login do SSO. Entre em contato com o administrador."
|
|
|
13090
13088
|
msgid "SS`SECONDS`"
|
|
13091
13089
|
msgstr "SS"
|
|
13092
13090
|
|
|
13091
|
+
msgid "START`verb, action` {{service}}"
|
|
13092
|
+
msgstr "START`verbo, ação` {{service}}"
|
|
13093
|
+
|
|
13094
|
+
msgid "STOP`verb, action` {{service}}"
|
|
13095
|
+
msgstr "STOP`verbo, ação` {{service}}"
|
|
13096
|
+
|
|
13093
13097
|
msgid "STRING"
|
|
13094
13098
|
msgstr "CADEIA DE CARACTERES"
|
|
13095
13099
|
|
|
@@ -13897,6 +13901,9 @@ msgstr "Operação enviada para aplicar configurações de WAN."
|
|
|
13897
13901
|
msgid "Sent to"
|
|
13898
13902
|
msgstr "Enviado para"
|
|
13899
13903
|
|
|
13904
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13905
|
+
msgstr "Arquivos separados para cada ponto de dados em formato ZIP"
|
|
13906
|
+
|
|
13900
13907
|
msgid "Separator color"
|
|
13901
13908
|
msgstr "Cor do separador"
|
|
13902
13909
|
|
|
@@ -14694,6 +14701,9 @@ msgstr "Único"
|
|
|
14694
14701
|
msgid "Single location"
|
|
14695
14702
|
msgstr "Localização simples"
|
|
14696
14703
|
|
|
14704
|
+
msgid "Single merged file for all data"
|
|
14705
|
+
msgstr "Arquivo único mesclado para todos os dados"
|
|
14706
|
+
|
|
14697
14707
|
msgid "Single operation details"
|
|
14698
14708
|
msgstr "Detalhes da operação única"
|
|
14699
14709
|
|
|
@@ -15021,6 +15031,9 @@ msgstr "Etapa seguinte"
|
|
|
15021
15031
|
msgid "Step before"
|
|
15022
15032
|
msgstr "Etapa anterior"
|
|
15023
15033
|
|
|
15034
|
+
msgid "Stop"
|
|
15035
|
+
msgstr "Parar"
|
|
15036
|
+
|
|
15024
15037
|
msgid "Stop Process"
|
|
15025
15038
|
msgstr "Parar processo"
|
|
15026
15039
|
|
|
@@ -15246,9 +15259,6 @@ msgstr "Formatos compatíveis: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Algoritmos co
|
|
|
15246
15259
|
msgid "Supported operations"
|
|
15247
15260
|
msgstr "Operações suportadas"
|
|
15248
15261
|
|
|
15249
|
-
msgid "Supports data aggregation (optional)"
|
|
15250
|
-
msgstr "Suporta a agregação de dados (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 "Suporta markdown. Use {{ headerMark }} para cabeçalhos, {{ listMark }} para listas, {{ boldMark }} para negrito, {{ italicMark }} para itálico e {{ linkMark }} para links."
|
|
15254
15264
|
|
|
@@ -16748,14 +16758,14 @@ msgstr "Modelo de rastreador não suportado\"{{ tracker.device.c8y_Hardware.mode
|
|
|
16748
16758
|
msgid "Up"
|
|
16749
16759
|
msgstr "Para cima"
|
|
16750
16760
|
|
|
16751
|
-
msgid "Up to 1,000,000 records per data point
|
|
16752
|
-
msgstr "Até 1.000.000 de registros por ponto de dados ou
|
|
16761
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16762
|
+
msgstr "Até 1.000.000 de registros por ponto de dados ou limite de retenção de dados"
|
|
16753
16763
|
|
|
16754
16764
|
msgid "Up to 120 characters allowed."
|
|
16755
16765
|
msgstr "Até 120 caracteres permitidos."
|
|
16756
16766
|
|
|
16757
|
-
msgid "Up to 5,000 records per data point
|
|
16758
|
-
msgstr "Até 5.000 registros por ponto de dados ou
|
|
16767
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16768
|
+
msgstr "Até 5.000 registros por ponto de dados ou limite de retenção de dados"
|
|
16759
16769
|
|
|
16760
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?"
|
|
16761
16771
|
msgstr "Podem ser salvos até 6 arquivos na plataforma. Se carregar um novo arquivo, o arquivo mais antigo que não estiver ativo será excluído. Deseja continuar?"
|
|
@@ -19224,6 +19234,9 @@ msgstr "x509"
|
|
|
19224
19234
|
msgid "yellow"
|
|
19225
19235
|
msgstr "amarelo"
|
|
19226
19236
|
|
|
19237
|
+
msgid "{{ action.text }}"
|
|
19238
|
+
msgstr "{{ action.text }}"
|
|
19239
|
+
|
|
19227
19240
|
msgid "{{ appName | translate }} (public)"
|
|
19228
19241
|
msgstr "{{ appName | translate }} (público)"
|
|
19229
19242
|
|