@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
package/locales/pt_BR.po
CHANGED
|
@@ -1363,16 +1363,16 @@ msgid "After clicking \"Download\":<br>\n"
|
|
|
1363
1363
|
" <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
|
|
1364
1364
|
" <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
|
|
1365
1365
|
" </ul>\n"
|
|
1366
|
-
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong
|
|
1366
|
+
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
|
|
1367
1367
|
" <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1368
|
-
msgstr "Depois de clicar em \"
|
|
1368
|
+
msgstr "Depois de clicar em \"Download\":<br>\n"
|
|
1369
1369
|
" <ul>\n"
|
|
1370
|
-
" <li>as exportações do(s) ponto(s) de dados
|
|
1371
|
-
" <li>as exportações
|
|
1372
|
-
" <li>
|
|
1370
|
+
" <li><strong>{{$browserDownloadableCount}}</strong> as exportações do(s) ponto(s) de dados serão baixadas diretamente em um arquivo: <em>exported_[csv/excel].zip</em></li>\n"
|
|
1371
|
+
" <li><strong>{{$emailDeliverableCount}}</strong> as exportações de ponto(s) de dados exigem processamento adicional. Os arquivos serão enviados a você por e-mails separados depois de concluídos, o que pode levar algum tempo.</li>\n"
|
|
1372
|
+
" <li><strong>{{$nonRetrievableCount}}</strong> As exportações de ponto(s) de dados excederam 1.000.000 de registros, que é o limite para o processamento de back-end. Para exportar esses dados, reduza o intervalo de datas. Caso contrário, os dados não serão baixados nem enviados por e-mail.</li>\n"
|
|
1373
1373
|
" </ul>\n"
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1374
|
+
" <p>O número total de pontos de dados que podem ser exportados é: <strong>{{$totalExportableDatapointsCount}} de {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
|
|
1375
|
+
" <p><strong>Observação:</strong> A convenção de nome de arquivo dos arquivos dentro do arquivo zip é: <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1376
1376
|
|
|
1377
1377
|
msgid "After completing the process you will no longer be able to access your tenant with\n"
|
|
1378
1378
|
" <b>{{ vm.resolve.domainName }}</b>\n"
|
|
@@ -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
|
|
|
@@ -3958,7 +3958,7 @@ msgstr "Não foi possível criar o tenant. Já existe um tenant com esse domíni
|
|
|
3958
3958
|
msgid "Could not create application."
|
|
3959
3959
|
msgstr "Não foi possível criar a aplicação."
|
|
3960
3960
|
|
|
3961
|
-
msgid "Could not create
|
|
3961
|
+
msgid "Could not create operation."
|
|
3962
3962
|
msgstr "Não foi possível criar a operação."
|
|
3963
3963
|
|
|
3964
3964
|
msgid "Could not create the device in the LoRa platform."
|
|
@@ -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
|
|
|
@@ -6779,7 +6774,7 @@ msgstr "Preencher"
|
|
|
6779
6774
|
msgid "Filter"
|
|
6780
6775
|
msgstr "Filtrar"
|
|
6781
6776
|
|
|
6782
|
-
msgid "Filter by
|
|
6777
|
+
msgid "Filter by alarm types"
|
|
6783
6778
|
msgstr "Filtrar por tipos de alarme"
|
|
6784
6779
|
|
|
6785
6780
|
msgid "Filter by configuration type"
|
|
@@ -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
|
|
|
@@ -16207,10 +16217,8 @@ msgstr "Limite excedido"
|
|
|
16207
16217
|
msgid "Thresholds exceeded"
|
|
16208
16218
|
msgstr "Limites excedidos"
|
|
16209
16219
|
|
|
16210
|
-
msgid "Thе smart group will be created based on the filters currently applied in the device list
|
|
16211
|
-
"
|
|
16212
|
-
msgstr "O grupo inteligente será criado com base nos filtros aplicados atualmente na lista de dispositivos.\n"
|
|
16213
|
-
" <br>"
|
|
16220
|
+
msgid "Thе smart group will be created based on the filters currently applied in the device list."
|
|
16221
|
+
msgstr "O grupo inteligente será criado com base nos filtros aplicados atualmente na lista de dispositivos."
|
|
16214
16222
|
|
|
16215
16223
|
msgid "Time"
|
|
16216
16224
|
msgstr "Tempo"
|
|
@@ -16750,14 +16758,14 @@ msgstr "Modelo de rastreador não suportado\"{{ tracker.device.c8y_Hardware.mode
|
|
|
16750
16758
|
msgid "Up"
|
|
16751
16759
|
msgstr "Para cima"
|
|
16752
16760
|
|
|
16753
|
-
msgid "Up to 1,000,000 records per data point
|
|
16754
|
-
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"
|
|
16755
16763
|
|
|
16756
16764
|
msgid "Up to 120 characters allowed."
|
|
16757
16765
|
msgstr "Até 120 caracteres permitidos."
|
|
16758
16766
|
|
|
16759
|
-
msgid "Up to 5,000 records per data point
|
|
16760
|
-
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"
|
|
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 "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?"
|
|
@@ -19226,6 +19234,9 @@ msgstr "x509"
|
|
|
19226
19234
|
msgid "yellow"
|
|
19227
19235
|
msgstr "amarelo"
|
|
19228
19236
|
|
|
19237
|
+
msgid "{{ action.text }}"
|
|
19238
|
+
msgstr "{{ action.text }}"
|
|
19239
|
+
|
|
19229
19240
|
msgid "{{ appName | translate }} (public)"
|
|
19230
19241
|
msgstr "{{ appName | translate }} (público)"
|
|
19231
19242
|
|
package/locales/zh_CN.po
CHANGED
|
@@ -1308,7 +1308,7 @@ msgid "After clicking \"Download\":<br>\n"
|
|
|
1308
1308
|
" <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
|
|
1309
1309
|
" <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
|
|
1310
1310
|
" </ul>\n"
|
|
1311
|
-
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong
|
|
1311
|
+
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
|
|
1312
1312
|
" <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1313
1313
|
msgstr ""
|
|
1314
1314
|
|
|
@@ -1594,7 +1594,7 @@ msgid "Altitude (m)"
|
|
|
1594
1594
|
msgstr "海拔 (m)"
|
|
1595
1595
|
|
|
1596
1596
|
msgid "Altitude:"
|
|
1597
|
-
msgstr ""
|
|
1597
|
+
msgstr "海拔:"
|
|
1598
1598
|
|
|
1599
1599
|
msgid "Always"
|
|
1600
1600
|
msgstr "总是"
|
|
@@ -2956,6 +2956,9 @@ msgstr "已分配子设备。"
|
|
|
2956
2956
|
msgid "Children"
|
|
2957
2957
|
msgstr "子项"
|
|
2958
2958
|
|
|
2959
|
+
msgid "Choose export type from available options:"
|
|
2960
|
+
msgstr ""
|
|
2961
|
+
|
|
2959
2962
|
msgid "Choose how to select a date range, the available options are:\n"
|
|
2960
2963
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
2961
2964
|
" <!-- Will be re-enabled in MTM-61920 -->\n"
|
|
@@ -3015,9 +3018,6 @@ msgid "Choose how to select a date range, the available options are:\n"
|
|
|
3015
3018
|
" </ul>"
|
|
3016
3019
|
msgstr ""
|
|
3017
3020
|
|
|
3018
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
3019
|
-
msgstr ""
|
|
3020
|
-
|
|
3021
3021
|
msgid "Circular $refs."
|
|
3022
3022
|
msgstr "循环 $refs。"
|
|
3023
3023
|
|
|
@@ -3866,7 +3866,7 @@ msgstr "无法创建租户。具有给定域/URL 的租户已存在。"
|
|
|
3866
3866
|
msgid "Could not create application."
|
|
3867
3867
|
msgstr "无法创建应用程序。"
|
|
3868
3868
|
|
|
3869
|
-
msgid "Could not create
|
|
3869
|
+
msgid "Could not create operation."
|
|
3870
3870
|
msgstr ""
|
|
3871
3871
|
|
|
3872
3872
|
msgid "Could not create the device in the LoRa platform."
|
|
@@ -4233,13 +4233,6 @@ msgstr "创建日期"
|
|
|
4233
4233
|
msgid "Created to`date`"
|
|
4234
4234
|
msgstr "创建"
|
|
4235
4235
|
|
|
4236
|
-
msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4237
|
-
" selected points"
|
|
4238
|
-
msgstr ""
|
|
4239
|
-
|
|
4240
|
-
msgid "Creates a single merged file containing all the data"
|
|
4241
|
-
msgstr ""
|
|
4242
|
-
|
|
4243
4236
|
msgid "Creates alarm when measurements are missing"
|
|
4244
4237
|
msgstr "缺少测量时创建警报"
|
|
4245
4238
|
|
|
@@ -5989,6 +5982,9 @@ msgstr "电子邮件地址"
|
|
|
5989
5982
|
msgid "Email addresses"
|
|
5990
5983
|
msgstr "电子邮件地址"
|
|
5991
5984
|
|
|
5985
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
5986
|
+
msgstr ""
|
|
5987
|
+
|
|
5992
5988
|
msgid "Email server"
|
|
5993
5989
|
msgstr "电子邮件服务器"
|
|
5994
5990
|
|
|
@@ -6685,7 +6681,7 @@ msgstr "填充"
|
|
|
6685
6681
|
msgid "Filter"
|
|
6686
6682
|
msgstr "过滤器"
|
|
6687
6683
|
|
|
6688
|
-
msgid "Filter by
|
|
6684
|
+
msgid "Filter by alarm types"
|
|
6689
6685
|
msgstr ""
|
|
6690
6686
|
|
|
6691
6687
|
msgid "Filter by configuration type"
|
|
@@ -6927,7 +6923,11 @@ msgid "Find out more in the\n"
|
|
|
6927
6923
|
" user documentation\n"
|
|
6928
6924
|
" </a>\n"
|
|
6929
6925
|
" ."
|
|
6930
|
-
msgstr ""
|
|
6926
|
+
msgstr "在\n"
|
|
6927
|
+
" <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
|
|
6928
|
+
"用户文档\n"
|
|
6929
|
+
" </a>\n"
|
|
6930
|
+
"中详细了解。"
|
|
6931
6931
|
|
|
6932
6932
|
msgid "Find out more in the\n"
|
|
6933
6933
|
" <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
|
|
@@ -8142,9 +8142,6 @@ msgstr "如果设置为 \"true\",LWM2M 代理会在启动实际固件更新操
|
|
|
8142
8142
|
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."
|
|
8143
8143
|
msgstr ""
|
|
8144
8144
|
|
|
8145
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8146
|
-
msgstr ""
|
|
8147
|
-
|
|
8148
8145
|
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."
|
|
8149
8146
|
msgstr "如果设置了过滤器,则固件将仅针对该类型的设备显示以进行安装。如果未设置过滤器,则它将可用于所有设备。"
|
|
8150
8147
|
|
|
@@ -10479,6 +10476,9 @@ msgstr "没有要显示的插件。"
|
|
|
10479
10476
|
msgid "No position fragment in selected devices"
|
|
10480
10477
|
msgstr "在选定设备中没有位置片段"
|
|
10481
10478
|
|
|
10479
|
+
msgid "No preview available"
|
|
10480
|
+
msgstr ""
|
|
10481
|
+
|
|
10482
10482
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10483
10483
|
msgstr "无预览可用于 <code>text/*</code> 之外的 MIME 类型的日志文件。"
|
|
10484
10484
|
|
|
@@ -11235,6 +11235,9 @@ msgstr "已删除选项。"
|
|
|
11235
11235
|
msgid "Option management"
|
|
11236
11236
|
msgstr "选项管理"
|
|
11237
11237
|
|
|
11238
|
+
msgid "Optional data aggregation supported"
|
|
11239
|
+
msgstr ""
|
|
11240
|
+
|
|
11238
11241
|
msgid "Optionally you can add a custom alarm."
|
|
11239
11242
|
msgstr "您可以选择添加自定义警报。"
|
|
11240
11243
|
|
|
@@ -11800,6 +11803,9 @@ msgstr "按\n"
|
|
|
11800
11803
|
msgid "Preview"
|
|
11801
11804
|
msgstr "预览"
|
|
11802
11805
|
|
|
11806
|
+
msgid "Preview available"
|
|
11807
|
+
msgstr ""
|
|
11808
|
+
|
|
11803
11809
|
msgid "Preview banner"
|
|
11804
11810
|
msgstr "预览横幅"
|
|
11805
11811
|
|
|
@@ -11812,12 +11818,6 @@ msgstr "预览配置"
|
|
|
11812
11818
|
msgid "Preview file"
|
|
11813
11819
|
msgstr "预览文件"
|
|
11814
11820
|
|
|
11815
|
-
msgid "Preview is available"
|
|
11816
|
-
msgstr ""
|
|
11817
|
-
|
|
11818
|
-
msgid "Preview is not available"
|
|
11819
|
-
msgstr ""
|
|
11820
|
-
|
|
11821
11821
|
msgid "Preview not available"
|
|
11822
11822
|
msgstr "预览不可用"
|
|
11823
11823
|
|
|
@@ -12091,6 +12091,9 @@ msgstr "REST API 内置字段"
|
|
|
12091
12091
|
msgid "REST API custom fields"
|
|
12092
12092
|
msgstr "REST API 自定义字段"
|
|
12093
12093
|
|
|
12094
|
+
msgid "RESTART`verb, action` {{service}}"
|
|
12095
|
+
msgstr ""
|
|
12096
|
+
|
|
12094
12097
|
msgid "RETIRED"
|
|
12095
12098
|
msgstr "已停用"
|
|
12096
12099
|
|
|
@@ -12988,6 +12991,12 @@ msgstr "SSO 登录失败。请联系管理员。"
|
|
|
12988
12991
|
msgid "SS`SECONDS`"
|
|
12989
12992
|
msgstr "SS"
|
|
12990
12993
|
|
|
12994
|
+
msgid "START`verb, action` {{service}}"
|
|
12995
|
+
msgstr ""
|
|
12996
|
+
|
|
12997
|
+
msgid "STOP`verb, action` {{service}}"
|
|
12998
|
+
msgstr ""
|
|
12999
|
+
|
|
12991
13000
|
msgid "STRING"
|
|
12992
13001
|
msgstr "字符串"
|
|
12993
13002
|
|
|
@@ -13795,6 +13804,9 @@ msgstr "已发送操作以应用 WAN 设置。"
|
|
|
13795
13804
|
msgid "Sent to"
|
|
13796
13805
|
msgstr "已发送到"
|
|
13797
13806
|
|
|
13807
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13808
|
+
msgstr ""
|
|
13809
|
+
|
|
13798
13810
|
msgid "Separator color"
|
|
13799
13811
|
msgstr "分隔符颜色"
|
|
13800
13812
|
|
|
@@ -14591,6 +14603,9 @@ msgstr "单个"
|
|
|
14591
14603
|
msgid "Single location"
|
|
14592
14604
|
msgstr "单个位置"
|
|
14593
14605
|
|
|
14606
|
+
msgid "Single merged file for all data"
|
|
14607
|
+
msgstr ""
|
|
14608
|
+
|
|
14594
14609
|
msgid "Single operation details"
|
|
14595
14610
|
msgstr "单个操作详细信息"
|
|
14596
14611
|
|
|
@@ -14918,6 +14933,9 @@ msgstr "后一步"
|
|
|
14918
14933
|
msgid "Step before"
|
|
14919
14934
|
msgstr "前一步"
|
|
14920
14935
|
|
|
14936
|
+
msgid "Stop"
|
|
14937
|
+
msgstr "停止"
|
|
14938
|
+
|
|
14921
14939
|
msgid "Stop Process"
|
|
14922
14940
|
msgstr "停止进程"
|
|
14923
14941
|
|
|
@@ -15143,9 +15161,6 @@ msgstr ""
|
|
|
15143
15161
|
msgid "Supported operations"
|
|
15144
15162
|
msgstr "支持的操作"
|
|
15145
15163
|
|
|
15146
|
-
msgid "Supports data aggregation (optional)"
|
|
15147
|
-
msgstr ""
|
|
15148
|
-
|
|
15149
15164
|
msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
|
|
15150
15165
|
msgstr "支持标记。使用 {{ headerMark }} 表示页眉,使用 {{ listMark }} 表示列表,使用 {{ boldMark }} 表示粗体,使用 {{ italicMark }} 表示斜体,使用 {{ linkMark }} 表示链接。"
|
|
15151
15166
|
|
|
@@ -16103,8 +16118,7 @@ msgstr "超过阈值"
|
|
|
16103
16118
|
msgid "Thresholds exceeded"
|
|
16104
16119
|
msgstr "已超过阈值"
|
|
16105
16120
|
|
|
16106
|
-
msgid "Thе smart group will be created based on the filters currently applied in the device list
|
|
16107
|
-
" <br>"
|
|
16121
|
+
msgid "Thе smart group will be created based on the filters currently applied in the device list."
|
|
16108
16122
|
msgstr ""
|
|
16109
16123
|
|
|
16110
16124
|
msgid "Time"
|
|
@@ -16645,13 +16659,13 @@ msgstr "不支持的跟踪器型号 \"{{ tracker.device.c8y_Hardware.model }}\"
|
|
|
16645
16659
|
msgid "Up"
|
|
16646
16660
|
msgstr "上"
|
|
16647
16661
|
|
|
16648
|
-
msgid "Up to 1,000,000 records per data point
|
|
16662
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16649
16663
|
msgstr ""
|
|
16650
16664
|
|
|
16651
16665
|
msgid "Up to 120 characters allowed."
|
|
16652
16666
|
msgstr "最多允许 120 个字符。"
|
|
16653
16667
|
|
|
16654
|
-
msgid "Up to 5,000 records per data point
|
|
16668
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16655
16669
|
msgstr ""
|
|
16656
16670
|
|
|
16657
16671
|
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?"
|
|
@@ -18221,7 +18235,7 @@ msgid "children of current device or group, you can access their properties e.g.
|
|
|
18221
18235
|
msgstr "当前设备或组的子项,例如,您可以访问其属性"
|
|
18222
18236
|
|
|
18223
18237
|
msgid "close"
|
|
18224
|
-
msgstr ""
|
|
18238
|
+
msgstr "关闭"
|
|
18225
18239
|
|
|
18226
18240
|
msgid "coaps://<LWM2M-server-domain>:<coaps-port>"
|
|
18227
18241
|
msgstr "coaps://<LWM2M-server-domain>:<coaps-port>"
|
|
@@ -18967,7 +18981,7 @@ msgid "roles {{list}} removed"
|
|
|
18967
18981
|
msgstr "已删除角色 {{list}}"
|
|
18968
18982
|
|
|
18969
18983
|
msgid "search"
|
|
18970
|
-
msgstr ""
|
|
18984
|
+
msgstr "搜索"
|
|
18971
18985
|
|
|
18972
18986
|
msgid "searching \"{{ searchHint }}\""
|
|
18973
18987
|
msgstr "正在搜索 \"{{ searchHint }}\""
|
|
@@ -19117,6 +19131,9 @@ msgstr ""
|
|
|
19117
19131
|
msgid "yellow"
|
|
19118
19132
|
msgstr "黄色"
|
|
19119
19133
|
|
|
19134
|
+
msgid "{{ action.text }}"
|
|
19135
|
+
msgstr ""
|
|
19136
|
+
|
|
19120
19137
|
msgid "{{ appName | translate }} (public)"
|
|
19121
19138
|
msgstr "{{ appName | translate }}(公共)"
|
|
19122
19139
|
|