@c8y/ngx-components 1024.1.6 → 1024.2.4
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/fesm2022/c8y-ngx-components-auth-configuration.mjs +18 -16
- package/fesm2022/c8y-ngx-components-auth-configuration.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +64 -25
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +363 -38
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart.mjs +796 -123
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-global-context.mjs +391 -54
- package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-time-context.mjs +146 -20
- package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +198 -24
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +100 -32
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +80 -8
- package/locales/es.po +80 -8
- package/locales/fr.po +80 -8
- package/locales/ja_JP.po +80 -8
- package/locales/ko.po +80 -8
- package/locales/locales.pot +79 -7
- package/locales/nl.po +80 -8
- package/locales/pl.po +80 -8
- package/locales/pt_BR.po +80 -8
- package/locales/zh_CN.po +80 -8
- package/locales/zh_TW.po +80 -8
- package/package.json +1 -1
- package/types/c8y-ngx-components-auth-configuration.d.ts +3 -3
- package/types/c8y-ngx-components-auth-configuration.d.ts.map +1 -1
- package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +4 -1
- package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
- package/types/c8y-ngx-components-datapoint-selector.d.ts +93 -5
- package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
- package/types/c8y-ngx-components-echart-models.d.ts +25 -3
- package/types/c8y-ngx-components-echart-models.d.ts.map +1 -1
- package/types/c8y-ngx-components-echart.d.ts +65 -5
- package/types/c8y-ngx-components-echart.d.ts.map +1 -1
- package/types/c8y-ngx-components-global-context.d.ts +187 -7
- package/types/c8y-ngx-components-global-context.d.ts.map +1 -1
- package/types/c8y-ngx-components-time-context.d.ts +50 -8
- package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-alarms.d.ts +1 -0
- package/types/c8y-ngx-components-widgets-implementations-alarms.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts +25 -0
- package/types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts +1 -0
- package/types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-scada.d.ts +2 -0
- package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
- package/types/c8y-ngx-components.d.ts +50 -11
- package/types/c8y-ngx-components.d.ts.map +1 -1
package/locales/pt_BR.po
CHANGED
|
@@ -1591,6 +1591,9 @@ msgstr "Configuração do agente"
|
|
|
1591
1591
|
msgid "Aggregation"
|
|
1592
1592
|
msgstr "Agregação"
|
|
1593
1593
|
|
|
1594
|
+
msgid "Aggregation display"
|
|
1595
|
+
msgstr "Exibição de agregação"
|
|
1596
|
+
|
|
1594
1597
|
msgid "Aggregation options"
|
|
1595
1598
|
msgstr "Opções de agregação"
|
|
1596
1599
|
|
|
@@ -2479,6 +2482,9 @@ msgstr "Aplicar restrições automaticamente"
|
|
|
2479
2482
|
msgid "Auto observe"
|
|
2480
2483
|
msgstr "Observação automática"
|
|
2481
2484
|
|
|
2485
|
+
msgid "Auto picks an aggregation interval from the time range and the aggregation points per chart you set. Available only for the Data graph widget."
|
|
2486
|
+
msgstr "O sistema seleciona automaticamente um intervalo de agregação com base no intervalo de tempo e nos pontos de agregação por gráfico definidos por você. Disponível apenas para o Widget “Gráfico de dados”."
|
|
2487
|
+
|
|
2482
2488
|
msgid "Auto refresh"
|
|
2483
2489
|
msgstr "Atualização automática"
|
|
2484
2490
|
|
|
@@ -2497,6 +2503,15 @@ msgstr "Salvar automaticamente"
|
|
|
2497
2503
|
msgid "Auto scan address space"
|
|
2498
2504
|
msgstr "Verificação automática do espaço de endereços"
|
|
2499
2505
|
|
|
2506
|
+
msgid "Auto — {{ points }} points per chart"
|
|
2507
|
+
msgstr "Automático — {{ points }} pontos por gráfico"
|
|
2508
|
+
|
|
2509
|
+
msgid "Auto — {{ points }} points per chart, kept on zoom"
|
|
2510
|
+
msgstr "Automático — {{ points }} pontos por gráfico, mantido no zoom"
|
|
2511
|
+
|
|
2512
|
+
msgid "Auto`automatic aggregation mode`"
|
|
2513
|
+
msgstr "Automático"
|
|
2514
|
+
|
|
2500
2515
|
msgid "Autodiscovery completed."
|
|
2501
2516
|
msgstr "Descoberta automática concluída."
|
|
2502
2517
|
|
|
@@ -2512,6 +2527,9 @@ msgstr "Descoberta automática em curso."
|
|
|
2512
2527
|
msgid "Autodiscovery request"
|
|
2513
2528
|
msgstr "Descoberta automática solicitada"
|
|
2514
2529
|
|
|
2530
|
+
msgid "Automatic aggregation"
|
|
2531
|
+
msgstr "Agregação automática"
|
|
2532
|
+
|
|
2515
2533
|
msgid "Availability"
|
|
2516
2534
|
msgstr "Disponibilidade"
|
|
2517
2535
|
|
|
@@ -2614,6 +2632,9 @@ msgstr "Tempo de vida do backlog (TTL)"
|
|
|
2614
2632
|
msgid "Backlog usage"
|
|
2615
2633
|
msgstr "Uso do backlog"
|
|
2616
2634
|
|
|
2635
|
+
msgid "Band color"
|
|
2636
|
+
msgstr "Cor da faixa"
|
|
2637
|
+
|
|
2617
2638
|
msgid "Bars"
|
|
2618
2639
|
msgstr "Barras"
|
|
2619
2640
|
|
|
@@ -2743,6 +2764,9 @@ msgstr "Chave de bootstrap pré-compartilhada"
|
|
|
2743
2764
|
msgid "Border`style`"
|
|
2744
2765
|
msgstr "Borda"
|
|
2745
2766
|
|
|
2767
|
+
msgid "Both minimum and maximum must be enabled to use this option."
|
|
2768
|
+
msgstr "Para usar essa opção, é necessário que tanto o valor mínimo quanto o máximo estejam ativados."
|
|
2769
|
+
|
|
2746
2770
|
msgid "Box model"
|
|
2747
2771
|
msgstr "Modelo de caixa"
|
|
2748
2772
|
|
|
@@ -5194,6 +5218,9 @@ msgstr "Painéis: Visualizar painéis de ativos/grupos"
|
|
|
5194
5218
|
msgid "Dashboards: View device dashboards"
|
|
5195
5219
|
msgstr "Painéis: Visualizar painéis do dispositivo"
|
|
5196
5220
|
|
|
5221
|
+
msgid "Dashed line"
|
|
5222
|
+
msgstr "Linha tracejada"
|
|
5223
|
+
|
|
5197
5224
|
msgid "Data"
|
|
5198
5225
|
msgstr "Dados"
|
|
5199
5226
|
|
|
@@ -5307,6 +5334,12 @@ msgstr "Status do ponto de dados"
|
|
|
5307
5334
|
msgid "Data point template"
|
|
5308
5335
|
msgstr "Template de ponto de dados"
|
|
5309
5336
|
|
|
5337
|
+
msgid "Data point totals"
|
|
5338
|
+
msgstr "Totais dos pontos de dados"
|
|
5339
|
+
|
|
5340
|
+
msgid "Data point values"
|
|
5341
|
+
msgstr "Valores dos pontos de dados"
|
|
5342
|
+
|
|
5310
5343
|
msgid "Data points"
|
|
5311
5344
|
msgstr "Pontos de dados"
|
|
5312
5345
|
|
|
@@ -6502,6 +6535,9 @@ msgstr "Alarme da porta"
|
|
|
6502
6535
|
msgid "Dots not allowed."
|
|
6503
6536
|
msgstr "Pontos não permitidos."
|
|
6504
6537
|
|
|
6538
|
+
msgid "Dotted line"
|
|
6539
|
+
msgstr "Linha pontilhada"
|
|
6540
|
+
|
|
6505
6541
|
msgid "Down`service status`"
|
|
6506
6542
|
msgstr "Para baixo"
|
|
6507
6543
|
|
|
@@ -7020,6 +7056,9 @@ msgstr "Procurar informações de apresentação"
|
|
|
7020
7056
|
msgid "Enquire serial number"
|
|
7021
7057
|
msgstr "Pedir número de série"
|
|
7022
7058
|
|
|
7059
|
+
msgid "Enter a value between {{ min }} and {{ max }}."
|
|
7060
|
+
msgstr "Insira um valor entre {{ min }} e {{ max }}."
|
|
7061
|
+
|
|
7023
7062
|
msgid "Enter address"
|
|
7024
7063
|
msgstr "Inserir endereço"
|
|
7025
7064
|
|
|
@@ -8968,8 +9007,8 @@ msgstr "Grupos"
|
|
|
8968
9007
|
msgid "Groups and assets"
|
|
8969
9008
|
msgstr "Grupos e ativos"
|
|
8970
9009
|
|
|
8971
|
-
msgid "Groups
|
|
8972
|
-
msgstr "Agrupa
|
|
9010
|
+
msgid "Groups measurements into larger time intervals to improve readability and performance. 'None' shows raw data; other options group measurements into minute, hour, or day intervals."
|
|
9011
|
+
msgstr "Agrupa as medições em intervalos de tempo maiores para melhorar a legibilidade e o desempenho. A opção “Nenhuma” mostra os dados brutos; as outras opções agrupam as medições em intervalos de minutos, horas ou dias."
|
|
8973
9012
|
|
|
8974
9013
|
msgid "HH`HOURS`"
|
|
8975
9014
|
msgstr "HH"
|
|
@@ -9720,6 +9759,9 @@ msgstr "Widget KPI"
|
|
|
9720
9759
|
msgid "KPI?"
|
|
9721
9760
|
msgstr "KPI?"
|
|
9722
9761
|
|
|
9762
|
+
msgid "Keep point count on zoom"
|
|
9763
|
+
msgstr "Manter a contagem de pontos ao ampliar"
|
|
9764
|
+
|
|
9723
9765
|
msgid "Keep unchanged`version`"
|
|
9724
9766
|
msgstr "Manter inalterada"
|
|
9725
9767
|
|
|
@@ -10731,6 +10773,9 @@ msgstr "Método"
|
|
|
10731
10773
|
msgid "Metric"
|
|
10732
10774
|
msgstr "Métrica"
|
|
10733
10775
|
|
|
10776
|
+
msgid "Metrics that quantify the time bucket itself — how many readings the bucket captured, or their totals. These typically use a different scale."
|
|
10777
|
+
msgstr "Métricas que quantificam o próprio intervalo de tempo — quantas leituras o intervalo registrou ou seus totais. Normalmente, elas usam uma escala diferente."
|
|
10778
|
+
|
|
10734
10779
|
msgid "MiB"
|
|
10735
10780
|
msgstr "MiB"
|
|
10736
10781
|
|
|
@@ -11287,12 +11332,6 @@ msgstr "Nenhum recurso adicional é inscrito no tenant."
|
|
|
11287
11332
|
msgid "No aggregation"
|
|
11288
11333
|
msgstr "Sem agregação"
|
|
11289
11334
|
|
|
11290
|
-
msgid "No aggregation with real-time or auto-refresh enabled"
|
|
11291
|
-
msgstr "Nenhuma agregação com atualização automática ou em tempo real ativada"
|
|
11292
|
-
|
|
11293
|
-
msgid "No aggregation with realtime enabled"
|
|
11294
|
-
msgstr "Sem agregação com tempo real ativado"
|
|
11295
|
-
|
|
11296
11335
|
msgid "No alarm found"
|
|
11297
11336
|
msgstr "Não foi encontrado nenhum alarme"
|
|
11298
11337
|
|
|
@@ -13131,6 +13170,9 @@ msgstr "Ponteiro"
|
|
|
13131
13170
|
msgid "Points"
|
|
13132
13171
|
msgstr "Pontos"
|
|
13133
13172
|
|
|
13173
|
+
msgid "Points per chart"
|
|
13174
|
+
msgstr "Pontos por gráfico"
|
|
13175
|
+
|
|
13134
13176
|
msgid "Policy"
|
|
13135
13177
|
msgstr "Política"
|
|
13136
13178
|
|
|
@@ -13611,6 +13653,12 @@ msgstr "Acionar alarme"
|
|
|
13611
13653
|
msgid "Range"
|
|
13612
13654
|
msgstr "Intervalo"
|
|
13613
13655
|
|
|
13656
|
+
msgid "Range max"
|
|
13657
|
+
msgstr "Alcance máximo"
|
|
13658
|
+
|
|
13659
|
+
msgid "Range min"
|
|
13660
|
+
msgstr "Intervalo mínimo"
|
|
13661
|
+
|
|
13614
13662
|
msgid "Raw error code"
|
|
13615
13663
|
msgstr "Código de erro bruto"
|
|
13616
13664
|
|
|
@@ -14070,6 +14118,9 @@ msgstr "Renomeamos a propriedade do ativo e atualizamos as referências no códi
|
|
|
14070
14118
|
msgid "Renamed placeholder and updated references in code."
|
|
14071
14119
|
msgstr "Renomeei o espaço reservado e atualizei as referências no código."
|
|
14072
14120
|
|
|
14121
|
+
msgid "Render as band"
|
|
14122
|
+
msgstr "Renderizar como faixa"
|
|
14123
|
+
|
|
14073
14124
|
msgid "Render the first column (excluding computed and alarm types) as a link to the asset details."
|
|
14074
14125
|
msgstr "Renderize a primeira coluna (excluindo os tipos computados e de alarme) como um link para os Detalhes do ativo."
|
|
14075
14126
|
|
|
@@ -15230,6 +15281,9 @@ msgstr "Selecionar o valor…"
|
|
|
15230
15281
|
msgid "Select version or patch"
|
|
15231
15282
|
msgstr "Selecionar versão ou patch"
|
|
15232
15283
|
|
|
15284
|
+
msgid "Select which aggregations to display for all data points. These options apply to every data point in the list."
|
|
15285
|
+
msgstr "Selecione quais agregações devem ser exibidas para todos os pontos de dados. Essas opções são aplicadas a todos os pontos de dados da lista."
|
|
15286
|
+
|
|
15233
15287
|
msgid "Select which nodes to display in the top level of the navigator menu. By default, only\n"
|
|
15234
15288
|
" Groups is shown."
|
|
15235
15289
|
msgstr "Selecione quais nós devem ser exibidos no nível superior do menu do navegador.\n"
|
|
@@ -16685,6 +16739,9 @@ msgstr "Cabeçalhos estáticos"
|
|
|
16685
16739
|
msgid "Static headers that should be added to requests towards the provider"
|
|
16686
16740
|
msgstr "Cabeçalhos estáticos que devem ser adicionados às solicitações para o provedor"
|
|
16687
16741
|
|
|
16742
|
+
msgid "Statistics that describe the spread of values within each time bucket. These share the same unit and scale as the original measurement"
|
|
16743
|
+
msgstr "Estatísticas que descrevem a dispersão dos valores dentro de cada intervalo de tempo. Elas têm a mesma unidade e escala que a medição original"
|
|
16744
|
+
|
|
16688
16745
|
msgid "Status"
|
|
16689
16746
|
msgstr "Estado"
|
|
16690
16747
|
|
|
@@ -17707,6 +17764,12 @@ msgstr "A resposta foi truncada porque foi atingido o limite máximo de tokens d
|
|
|
17707
17764
|
msgid "The security policy is set to {{param}}."
|
|
17708
17765
|
msgstr "A política de segurança está definida como {{param}}."
|
|
17709
17766
|
|
|
17767
|
+
msgid "The selected aggregation functions for {{dp}} return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
|
|
17768
|
+
msgstr "As funções de agregação selecionadas para ` {{dp}} ` retornam o mesmo valor porque cada intervalo contém uma única medição. Escolha um intervalo de agregação mais amplo."
|
|
17769
|
+
|
|
17770
|
+
msgid "The selected aggregation functions return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
|
|
17771
|
+
msgstr "As funções de agregação selecionadas retornam o mesmo valor porque cada intervalo contém uma única medição. Escolha um intervalo de agregação mais amplo."
|
|
17772
|
+
|
|
17710
17773
|
msgid "The selected alarm is not currently in the list, change your filter."
|
|
17711
17774
|
msgstr "O alarme selecionado não está na lista de momento, altere seu filtro."
|
|
17712
17775
|
|
|
@@ -18652,6 +18715,9 @@ msgstr "Cancelar atribuição do item"
|
|
|
18652
18715
|
msgid "Unassigned devices"
|
|
18653
18716
|
msgstr "Dispositivos com atribuição cancelada"
|
|
18654
18717
|
|
|
18718
|
+
msgid "Unavailable while real-time or auto-refresh is on."
|
|
18719
|
+
msgstr "Indisponível enquanto a atualização em tempo real ou automática estiver ativada."
|
|
18720
|
+
|
|
18655
18721
|
msgid "Uncategorized"
|
|
18656
18722
|
msgstr "Sem categoria"
|
|
18657
18723
|
|
|
@@ -19674,6 +19740,9 @@ msgstr "Quando ativado, um código de verificação enviado por SMS é necessár
|
|
|
19674
19740
|
msgid "When enabled, all assets in the hierarchy under the selected asset will be included. When disabled, only the direct child assets will be included."
|
|
19675
19741
|
msgstr "Quando ativada, todos os ativos na hierarquia abaixo do ativo selecionado serão incluídos. Quando desativada, apenas os ativos filhos diretos serão incluídos."
|
|
19676
19742
|
|
|
19743
|
+
msgid "When enabled, the chart reloads data at a finer or coarser interval as you zoom in or out, so it always shows the number of points you set. When disabled, it reuses the already loaded data."
|
|
19744
|
+
msgstr "Quando ativada, a tabela recarrega os dados em um intervalo mais fino ou mais grosso conforme você amplia ou reduz a visualização, de modo que sempre mostre o número de pontos definidos por você. Quando desativada, ela reutiliza os dados já carregados."
|
|
19745
|
+
|
|
19677
19746
|
msgid "Who"
|
|
19678
19747
|
msgstr "Quem"
|
|
19679
19748
|
|
|
@@ -21325,6 +21394,9 @@ msgstr "vermelho"
|
|
|
21325
21394
|
msgid "refresh"
|
|
21326
21395
|
msgstr "atualizar"
|
|
21327
21396
|
|
|
21397
|
+
msgid "replaces min/max lines with a shaded area"
|
|
21398
|
+
msgstr "substitui as linhas de mínimo e máximo por uma área sombreada"
|
|
21399
|
+
|
|
21328
21400
|
msgid "required"
|
|
21329
21401
|
msgstr "obrigatório"
|
|
21330
21402
|
|
package/locales/zh_CN.po
CHANGED
|
@@ -1572,6 +1572,9 @@ msgstr "代理配置"
|
|
|
1572
1572
|
msgid "Aggregation"
|
|
1573
1573
|
msgstr "聚合"
|
|
1574
1574
|
|
|
1575
|
+
msgid "Aggregation display"
|
|
1576
|
+
msgstr "聚合显示"
|
|
1577
|
+
|
|
1575
1578
|
msgid "Aggregation options"
|
|
1576
1579
|
msgstr "聚合选项"
|
|
1577
1580
|
|
|
@@ -2459,6 +2462,9 @@ msgstr "自动应用约束"
|
|
|
2459
2462
|
msgid "Auto observe"
|
|
2460
2463
|
msgstr "自动观察"
|
|
2461
2464
|
|
|
2465
|
+
msgid "Auto picks an aggregation interval from the time range and the aggregation points per chart you set. Available only for the Data graph widget."
|
|
2466
|
+
msgstr "系统会根据您设置的时间范围和每张图表的聚合点数量,自动选择一个聚合间隔时间。此功能仅适用于“数据图表”小组件。"
|
|
2467
|
+
|
|
2462
2468
|
msgid "Auto refresh"
|
|
2463
2469
|
msgstr "自动刷新"
|
|
2464
2470
|
|
|
@@ -2477,6 +2483,15 @@ msgstr "自动保存"
|
|
|
2477
2483
|
msgid "Auto scan address space"
|
|
2478
2484
|
msgstr "自动扫描地址空间"
|
|
2479
2485
|
|
|
2486
|
+
msgid "Auto — {{ points }} points per chart"
|
|
2487
|
+
msgstr "自动 — {{ points }} 每张图表的得分"
|
|
2488
|
+
|
|
2489
|
+
msgid "Auto — {{ points }} points per chart, kept on zoom"
|
|
2490
|
+
msgstr "自动 — {{ points }} 每张图表的点数,在Zoom上保留"
|
|
2491
|
+
|
|
2492
|
+
msgid "Auto`automatic aggregation mode`"
|
|
2493
|
+
msgstr "自动"
|
|
2494
|
+
|
|
2480
2495
|
msgid "Autodiscovery completed."
|
|
2481
2496
|
msgstr "自动发现完成。"
|
|
2482
2497
|
|
|
@@ -2492,6 +2507,9 @@ msgstr "自动发现正在进行中。"
|
|
|
2492
2507
|
msgid "Autodiscovery request"
|
|
2493
2508
|
msgstr "自动发现请求"
|
|
2494
2509
|
|
|
2510
|
+
msgid "Automatic aggregation"
|
|
2511
|
+
msgstr "自动聚合"
|
|
2512
|
+
|
|
2495
2513
|
msgid "Availability"
|
|
2496
2514
|
msgstr "可用性"
|
|
2497
2515
|
|
|
@@ -2594,6 +2612,9 @@ msgstr "积压时间(TTL)"
|
|
|
2594
2612
|
msgid "Backlog usage"
|
|
2595
2613
|
msgstr "积压使用情况"
|
|
2596
2614
|
|
|
2615
|
+
msgid "Band color"
|
|
2616
|
+
msgstr "表带颜色"
|
|
2617
|
+
|
|
2597
2618
|
msgid "Bars"
|
|
2598
2619
|
msgstr "巴"
|
|
2599
2620
|
|
|
@@ -2724,6 +2745,9 @@ msgstr "Bootstrap 预共享密钥"
|
|
|
2724
2745
|
msgid "Border`style`"
|
|
2725
2746
|
msgstr "边框"
|
|
2726
2747
|
|
|
2748
|
+
msgid "Both minimum and maximum must be enabled to use this option."
|
|
2749
|
+
msgstr "要使用此选项,必须同时启用“最小值”和“最大值”。"
|
|
2750
|
+
|
|
2727
2751
|
msgid "Box model"
|
|
2728
2752
|
msgstr "框模型"
|
|
2729
2753
|
|
|
@@ -5173,6 +5197,9 @@ msgstr "仪表板:查看资产/组仪表板"
|
|
|
5173
5197
|
msgid "Dashboards: View device dashboards"
|
|
5174
5198
|
msgstr "仪表板:查看设备仪表板"
|
|
5175
5199
|
|
|
5200
|
+
msgid "Dashed line"
|
|
5201
|
+
msgstr "虚线"
|
|
5202
|
+
|
|
5176
5203
|
msgid "Data"
|
|
5177
5204
|
msgstr "数据"
|
|
5178
5205
|
|
|
@@ -5286,6 +5313,12 @@ msgstr "数据点状态"
|
|
|
5286
5313
|
msgid "Data point template"
|
|
5287
5314
|
msgstr "数据点模板"
|
|
5288
5315
|
|
|
5316
|
+
msgid "Data point totals"
|
|
5317
|
+
msgstr "数据点总计"
|
|
5318
|
+
|
|
5319
|
+
msgid "Data point values"
|
|
5320
|
+
msgstr "数据点值"
|
|
5321
|
+
|
|
5289
5322
|
msgid "Data points"
|
|
5290
5323
|
msgstr "数据点"
|
|
5291
5324
|
|
|
@@ -6481,6 +6514,9 @@ msgstr "门警报"
|
|
|
6481
6514
|
msgid "Dots not allowed."
|
|
6482
6515
|
msgstr "不允许点。"
|
|
6483
6516
|
|
|
6517
|
+
msgid "Dotted line"
|
|
6518
|
+
msgstr "虚线"
|
|
6519
|
+
|
|
6484
6520
|
msgid "Down`service status`"
|
|
6485
6521
|
msgstr "下"
|
|
6486
6522
|
|
|
@@ -6999,6 +7035,9 @@ msgstr "查询演示文稿信息"
|
|
|
6999
7035
|
msgid "Enquire serial number"
|
|
7000
7036
|
msgstr "查询序列号"
|
|
7001
7037
|
|
|
7038
|
+
msgid "Enter a value between {{ min }} and {{ max }}."
|
|
7039
|
+
msgstr "请输入介于 {{ min }} 和 {{ max }} 之间的数值。"
|
|
7040
|
+
|
|
7002
7041
|
msgid "Enter address"
|
|
7003
7042
|
msgstr "输入地址"
|
|
7004
7043
|
|
|
@@ -8947,8 +8986,8 @@ msgstr "组"
|
|
|
8947
8986
|
msgid "Groups and assets"
|
|
8948
8987
|
msgstr "组与资产"
|
|
8949
8988
|
|
|
8950
|
-
msgid "Groups
|
|
8951
|
-
msgstr "
|
|
8989
|
+
msgid "Groups measurements into larger time intervals to improve readability and performance. 'None' shows raw data; other options group measurements into minute, hour, or day intervals."
|
|
8990
|
+
msgstr "将测量数据按较大的间隔时间进行分组,以提高可读性和性能。“无”显示原始数据;其他选项将测量数据按分钟、小时或天为单位进行分组。"
|
|
8952
8991
|
|
|
8953
8992
|
msgid "HH`HOURS`"
|
|
8954
8993
|
msgstr "HH"
|
|
@@ -9698,6 +9737,9 @@ msgstr "KPI小组件"
|
|
|
9698
9737
|
msgid "KPI?"
|
|
9699
9738
|
msgstr "KPI?"
|
|
9700
9739
|
|
|
9740
|
+
msgid "Keep point count on zoom"
|
|
9741
|
+
msgstr "在缩放时保持点数"
|
|
9742
|
+
|
|
9701
9743
|
msgid "Keep unchanged`version`"
|
|
9702
9744
|
msgstr "保持不变"
|
|
9703
9745
|
|
|
@@ -10708,6 +10750,9 @@ msgstr "方法"
|
|
|
10708
10750
|
msgid "Metric"
|
|
10709
10751
|
msgstr "公制"
|
|
10710
10752
|
|
|
10753
|
+
msgid "Metrics that quantify the time bucket itself — how many readings the bucket captured, or their totals. These typically use a different scale."
|
|
10754
|
+
msgstr "用于量化时间区间本身的指标——该时间区间捕获了多少个读数,或者这些读数的总和。这些指标通常使用不同的量纲。"
|
|
10755
|
+
|
|
10711
10756
|
msgid "MiB"
|
|
10712
10757
|
msgstr "MiB"
|
|
10713
10758
|
|
|
@@ -11263,12 +11308,6 @@ msgstr "没有为租户订阅其他功能。"
|
|
|
11263
11308
|
msgid "No aggregation"
|
|
11264
11309
|
msgstr "无聚合"
|
|
11265
11310
|
|
|
11266
|
-
msgid "No aggregation with real-time or auto-refresh enabled"
|
|
11267
|
-
msgstr "未启用实时或自动刷新聚合功能"
|
|
11268
|
-
|
|
11269
|
-
msgid "No aggregation with realtime enabled"
|
|
11270
|
-
msgstr "实时功能启用时不进行聚合"
|
|
11271
|
-
|
|
11272
11311
|
msgid "No alarm found"
|
|
11273
11312
|
msgstr "未发现警报"
|
|
11274
11313
|
|
|
@@ -13108,6 +13147,9 @@ msgstr "指针"
|
|
|
13108
13147
|
msgid "Points"
|
|
13109
13148
|
msgstr "点"
|
|
13110
13149
|
|
|
13150
|
+
msgid "Points per chart"
|
|
13151
|
+
msgstr "每张图表的得分"
|
|
13152
|
+
|
|
13111
13153
|
msgid "Policy"
|
|
13112
13154
|
msgstr "策略"
|
|
13113
13155
|
|
|
@@ -13588,6 +13630,12 @@ msgstr "发出警报"
|
|
|
13588
13630
|
msgid "Range"
|
|
13589
13631
|
msgstr "范围"
|
|
13590
13632
|
|
|
13633
|
+
msgid "Range max"
|
|
13634
|
+
msgstr "最大射程"
|
|
13635
|
+
|
|
13636
|
+
msgid "Range min"
|
|
13637
|
+
msgstr "范围下限"
|
|
13638
|
+
|
|
13591
13639
|
msgid "Raw error code"
|
|
13592
13640
|
msgstr "原始错误代码"
|
|
13593
13641
|
|
|
@@ -14047,6 +14095,9 @@ msgstr "重命名了资产属性,并更新了 HTML 代码中的引用。"
|
|
|
14047
14095
|
msgid "Renamed placeholder and updated references in code."
|
|
14048
14096
|
msgstr "重命名了占位符,并更新了代码中的引用。"
|
|
14049
14097
|
|
|
14098
|
+
msgid "Render as band"
|
|
14099
|
+
msgstr "以条带形式渲染"
|
|
14100
|
+
|
|
14050
14101
|
msgid "Render the first column (excluding computed and alarm types) as a link to the asset details."
|
|
14051
14102
|
msgstr "将第一列(不包括计算类型和警报类型)渲染为资产详细信息的链接。"
|
|
14052
14103
|
|
|
@@ -15207,6 +15258,9 @@ msgstr "选择值…"
|
|
|
15207
15258
|
msgid "Select version or patch"
|
|
15208
15259
|
msgstr "选择要打补丁的版本"
|
|
15209
15260
|
|
|
15261
|
+
msgid "Select which aggregations to display for all data points. These options apply to every data point in the list."
|
|
15262
|
+
msgstr "选择要为全部数据点显示的聚合方式。这些选项应用于列表中的每个数据点。"
|
|
15263
|
+
|
|
15210
15264
|
msgid "Select which nodes to display in the top level of the navigator menu. By default, only\n"
|
|
15211
15265
|
" Groups is shown."
|
|
15212
15266
|
msgstr "选择要在导航器菜单的顶层显示的节点。默认情况下,\n"
|
|
@@ -16660,6 +16714,9 @@ msgstr "静态标题"
|
|
|
16660
16714
|
msgid "Static headers that should be added to requests towards the provider"
|
|
16661
16715
|
msgstr "应该添加到发送给提供商的请求中的静态标题"
|
|
16662
16716
|
|
|
16717
|
+
msgid "Statistics that describe the spread of values within each time bucket. These share the same unit and scale as the original measurement"
|
|
16718
|
+
msgstr "描述每个时间区间内数值分布情况的统计数据。这些数据的单位和量级与原始测量结果一致。"
|
|
16719
|
+
|
|
16663
16720
|
msgid "Status"
|
|
16664
16721
|
msgstr "状态"
|
|
16665
16722
|
|
|
@@ -17682,6 +17739,12 @@ msgstr "该回复被截断,因为本应用程序为单个助手回复配置的
|
|
|
17682
17739
|
msgid "The security policy is set to {{param}}."
|
|
17683
17740
|
msgstr "安全策略设置为 {{param}}。"
|
|
17684
17741
|
|
|
17742
|
+
msgid "The selected aggregation functions for {{dp}} return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
|
|
17743
|
+
msgstr "对于 ` {{dp}} `,选择的聚合函数返回的值相同,因为每个间隔时间只包含一个测量值。请选择更粗粒度的聚合间隔时间。"
|
|
17744
|
+
|
|
17745
|
+
msgid "The selected aggregation functions return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
|
|
17746
|
+
msgstr "选择的聚合函数返回相同的值,因为每个间隔时间只包含一个测量值。请选择更粗的聚合间隔时间。"
|
|
17747
|
+
|
|
17685
17748
|
msgid "The selected alarm is not currently in the list, change your filter."
|
|
17686
17749
|
msgstr "选定的警报当前不在列表中,请更改您的过滤器。"
|
|
17687
17750
|
|
|
@@ -18626,6 +18689,9 @@ msgstr "取消项目分配"
|
|
|
18626
18689
|
msgid "Unassigned devices"
|
|
18627
18690
|
msgstr "已取消分配设备"
|
|
18628
18691
|
|
|
18692
|
+
msgid "Unavailable while real-time or auto-refresh is on."
|
|
18693
|
+
msgstr "在启用实时或自动刷新时不可用。"
|
|
18694
|
+
|
|
18629
18695
|
msgid "Uncategorized"
|
|
18630
18696
|
msgstr "未分类"
|
|
18631
18697
|
|
|
@@ -19647,6 +19713,9 @@ msgstr "启用后,需要通过短信发送的验证码才能完成身份验证
|
|
|
19647
19713
|
msgid "When enabled, all assets in the hierarchy under the selected asset will be included. When disabled, only the direct child assets will be included."
|
|
19648
19714
|
msgstr "启用此选项时,将包含所选资产层级结构下的全部资产。禁用此选项时,仅包含直接子资产。"
|
|
19649
19715
|
|
|
19716
|
+
msgid "When enabled, the chart reloads data at a finer or coarser interval as you zoom in or out, so it always shows the number of points you set. When disabled, it reuses the already loaded data."
|
|
19717
|
+
msgstr "启用此功能后,当您放大或缩小时,图表会以更细或更粗的间隔时间重新加载数据,从而总是显示您设置的数据点数量。禁用此功能时,图表将复用已加载的数据。"
|
|
19718
|
+
|
|
19650
19719
|
msgid "Who"
|
|
19651
19720
|
msgstr "当事人"
|
|
19652
19721
|
|
|
@@ -21296,6 +21365,9 @@ msgstr "红色"
|
|
|
21296
21365
|
msgid "refresh"
|
|
21297
21366
|
msgstr "刷新"
|
|
21298
21367
|
|
|
21368
|
+
msgid "replaces min/max lines with a shaded area"
|
|
21369
|
+
msgstr "用阴影区域替换最小值/最大值线"
|
|
21370
|
+
|
|
21299
21371
|
msgid "required"
|
|
21300
21372
|
msgstr "必需"
|
|
21301
21373
|
|