@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/fr.po
CHANGED
|
@@ -1363,16 +1363,16 @@ msgid "After clicking \"Download\":<br>\n"
|
|
|
1363
1363
|
" <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
|
|
1364
1364
|
" <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
|
|
1365
1365
|
" </ul>\n"
|
|
1366
|
-
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong
|
|
1366
|
+
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
|
|
1367
1367
|
" <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1368
1368
|
msgstr "Après avoir cliqué sur \"Télécharger\" :<br>\n"
|
|
1369
1369
|
" <ul>\n"
|
|
1370
|
-
" <li>les exportations de point(s) de données
|
|
1371
|
-
" <li>les exportations de point(s) de données
|
|
1372
|
-
" <li>les exportations
|
|
1370
|
+
" <li><strong>{{$browserDownloadableCount}}</strong> les exportations de point(s) de données seront téléchargées directement dans un fichier : <em>exported_[csv/excel].zip</em></li>\n"
|
|
1371
|
+
" <li><strong>{{$emailDeliverableCount}}</strong> les exportations de point(s) de données requièrent un traitement supplémentaire. Les fichiers vous seront envoyés via des E-mails séparés une fois le traitement terminé, ce qui peut prendre un certain temps.</li>\n"
|
|
1372
|
+
" <li><strong>{{$nonRetrievableCount}}</strong> les exportations de point(s) de données ont dépassé 1 000 000 d'enregistrements, ce qui est la limite pour le traitement par le Backend. Pour Exporter ces données, veuillez réduire la plage de dates. Sinon, les données ne seront ni téléchargées ni envoyées par E-mail.</li>\n"
|
|
1373
1373
|
" </ul>\n"
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1374
|
+
" <p>Le nombre total de points de données pouvant être exportés est de : <strong>{{$totalExportableDatapointsCount}} sur {{$totalDatapointsSelectedForExportCount}}. </strong></p>\n"
|
|
1375
|
+
" <p>Fichier ZIP<strong>: Note :</strong> La convention de nom des fichiers à l'intérieur du fichier ZIP est la suivante : [source]_[fragment_serte] : <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1376
1376
|
|
|
1377
1377
|
msgid "After completing the process you will no longer be able to access your tenant with\n"
|
|
1378
1378
|
" <b>{{ vm.resolve.domainName }}</b>\n"
|
|
@@ -3019,6 +3019,9 @@ msgstr "Appareils enfants affectés."
|
|
|
3019
3019
|
msgid "Children"
|
|
3020
3020
|
msgstr "Enfants"
|
|
3021
3021
|
|
|
3022
|
+
msgid "Choose export type from available options:"
|
|
3023
|
+
msgstr "Choisissez le type d'exportation parmi les options disponibles :"
|
|
3024
|
+
|
|
3022
3025
|
msgid "Choose how to select a date range, the available options are:\n"
|
|
3023
3026
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
3024
3027
|
" <!-- Will be re-enabled in MTM-61920 -->\n"
|
|
@@ -3107,9 +3110,6 @@ msgstr "Choisissez comment sélectionner une plage de dates, les options disponi
|
|
|
3107
3110
|
" </li>\n"
|
|
3108
3111
|
" </ul>"
|
|
3109
3112
|
|
|
3110
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
3111
|
-
msgstr "Choisir le type d'exportation à générer. Les options disponibles sont les suivantes :"
|
|
3112
|
-
|
|
3113
3113
|
msgid "Circular $refs."
|
|
3114
3114
|
msgstr "Circulaire $refs."
|
|
3115
3115
|
|
|
@@ -3958,7 +3958,7 @@ msgstr "Impossible de créer un gérant. Le gérant avec le domaine/l'URL indiqu
|
|
|
3958
3958
|
msgid "Could not create application."
|
|
3959
3959
|
msgstr "Impossible de créer l'application."
|
|
3960
3960
|
|
|
3961
|
-
msgid "Could not create
|
|
3961
|
+
msgid "Could not create operation."
|
|
3962
3962
|
msgstr "Impossible de créer une opération."
|
|
3963
3963
|
|
|
3964
3964
|
msgid "Could not create the device in the LoRa platform."
|
|
@@ -4326,14 +4326,6 @@ msgstr "Créé le"
|
|
|
4326
4326
|
msgid "Created to`date`"
|
|
4327
4327
|
msgstr "Créé au"
|
|
4328
4328
|
|
|
4329
|
-
msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4330
|
-
" selected points"
|
|
4331
|
-
msgstr "Crée un fichier ZIP compressé contenant des fichiers de données distincts pour chacun des points sélectionnés\n"
|
|
4332
|
-
" points sélectionnés"
|
|
4333
|
-
|
|
4334
|
-
msgid "Creates a single merged file containing all the data"
|
|
4335
|
-
msgstr "Tout créé un fichier unique fusionné contenant toutes les données"
|
|
4336
|
-
|
|
4337
4329
|
msgid "Creates alarm when measurements are missing"
|
|
4338
4330
|
msgstr "Crée une alarme lorsque les mesures sont manquantes"
|
|
4339
4331
|
|
|
@@ -6083,6 +6075,9 @@ msgstr "Adresse e-mail"
|
|
|
6083
6075
|
msgid "Email addresses"
|
|
6084
6076
|
msgstr "Adresses e-mail"
|
|
6085
6077
|
|
|
6078
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
6079
|
+
msgstr "Envoi d'e-mail si le nombre d'enregistrements dépasse 50 000"
|
|
6080
|
+
|
|
6086
6081
|
msgid "Email server"
|
|
6087
6082
|
msgstr "Serveur de messagerie"
|
|
6088
6083
|
|
|
@@ -6779,8 +6774,8 @@ msgstr "Remplir"
|
|
|
6779
6774
|
msgid "Filter"
|
|
6780
6775
|
msgstr "Filtrer"
|
|
6781
6776
|
|
|
6782
|
-
msgid "Filter by
|
|
6783
|
-
msgstr "
|
|
6777
|
+
msgid "Filter by alarm types"
|
|
6778
|
+
msgstr "Filtre par type d'alarme"
|
|
6784
6779
|
|
|
6785
6780
|
msgid "Filter by configuration type"
|
|
6786
6781
|
msgstr "Filtrer par type de configuration"
|
|
@@ -8241,9 +8236,6 @@ msgstr "S'il est défini sur true, l'agent LWM2M réinitialise l'appareil d'éta
|
|
|
8241
8236
|
msgid "If the configuration is enabled, the firmware update operation will fail if the update result (resource 5) is not as expected based on the LWM2M firmware state machine."
|
|
8242
8237
|
msgstr "Si la configuration est activée, l'opération de mise à jour du micrologiciel échouera si le résultat de la mise à jour (ressource 5) n'est pas conforme aux attentes de la machine d'état du micrologiciel du LWM2M."
|
|
8243
8238
|
|
|
8244
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8245
|
-
msgstr "Si l'Exportation de données dépasse 50 000 enregistrements, les données seront envoyées par 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 "Si le filtre est activé, le microprogramme s'affiche uniquement lors de l'installation des appareils de même type. Si aucun filtre n'est activé, le microprogramme est disponible pour tous les appareils."
|
|
8249
8241
|
|
|
@@ -10581,6 +10573,9 @@ msgstr "Aucun plugin à afficher."
|
|
|
10581
10573
|
msgid "No position fragment in selected devices"
|
|
10582
10574
|
msgstr "Aucun fragment de position dans les appareils sélectionnés"
|
|
10583
10575
|
|
|
10576
|
+
msgid "No preview available"
|
|
10577
|
+
msgstr "Non Aperçu est disponible."
|
|
10578
|
+
|
|
10584
10579
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10585
10580
|
msgstr "Aucun aperçu disponible pour les fichiers journaux avec un type MIME autre que <code>text/*</code>."
|
|
10586
10581
|
|
|
@@ -11337,6 +11332,9 @@ msgstr "Option supprimée."
|
|
|
11337
11332
|
msgid "Option management"
|
|
11338
11333
|
msgstr "Gestion des options"
|
|
11339
11334
|
|
|
11335
|
+
msgid "Optional data aggregation supported"
|
|
11336
|
+
msgstr "Support de l'agrégation des données (Option)"
|
|
11337
|
+
|
|
11340
11338
|
msgid "Optionally you can add a custom alarm."
|
|
11341
11339
|
msgstr "Vous pouvez éventuellement ajouter une alarme personnalisée."
|
|
11342
11340
|
|
|
@@ -11902,6 +11900,9 @@ msgstr "Appuyez sur\n"
|
|
|
11902
11900
|
msgid "Preview"
|
|
11903
11901
|
msgstr "Aperçu"
|
|
11904
11902
|
|
|
11903
|
+
msgid "Preview available"
|
|
11904
|
+
msgstr "Aperçu non disponible."
|
|
11905
|
+
|
|
11905
11906
|
msgid "Preview banner"
|
|
11906
11907
|
msgstr "Bannière d'aperçu"
|
|
11907
11908
|
|
|
@@ -11914,12 +11915,6 @@ msgstr "Aperçu de la configuration"
|
|
|
11914
11915
|
msgid "Preview file"
|
|
11915
11916
|
msgstr "Aperçu du fichier"
|
|
11916
11917
|
|
|
11917
|
-
msgid "Preview is available"
|
|
11918
|
-
msgstr "L'Aperçu est disponible"
|
|
11919
|
-
|
|
11920
|
-
msgid "Preview is not available"
|
|
11921
|
-
msgstr "L'Aperçu n'est pas disponible"
|
|
11922
|
-
|
|
11923
11918
|
msgid "Preview not available"
|
|
11924
11919
|
msgstr "Aperçu non disponible."
|
|
11925
11920
|
|
|
@@ -12193,6 +12188,9 @@ msgstr "Champs intégrés API REST"
|
|
|
12193
12188
|
msgid "REST API custom fields"
|
|
12194
12189
|
msgstr "Champs personnalisés API REST"
|
|
12195
12190
|
|
|
12191
|
+
msgid "RESTART`verb, action` {{service}}"
|
|
12192
|
+
msgstr "Redémarrer`verbe, action` {{service}}"
|
|
12193
|
+
|
|
12196
12194
|
msgid "RETIRED"
|
|
12197
12195
|
msgstr "RETRAITÉ"
|
|
12198
12196
|
|
|
@@ -13090,6 +13088,12 @@ msgstr "Échec de la connexion SSO. Contactez l'administrateur."
|
|
|
13090
13088
|
msgid "SS`SECONDS`"
|
|
13091
13089
|
msgstr "SS"
|
|
13092
13090
|
|
|
13091
|
+
msgid "START`verb, action` {{service}}"
|
|
13092
|
+
msgstr "Démarrage`verbe, action` {{service}}"
|
|
13093
|
+
|
|
13094
|
+
msgid "STOP`verb, action` {{service}}"
|
|
13095
|
+
msgstr "STOP`verbe, action` {{service}}"
|
|
13096
|
+
|
|
13093
13097
|
msgid "STRING"
|
|
13094
13098
|
msgstr "CHAINE"
|
|
13095
13099
|
|
|
@@ -13897,6 +13901,9 @@ msgstr "Opération envoyée pour l'application des paramètres WAN."
|
|
|
13897
13901
|
msgid "Sent to"
|
|
13898
13902
|
msgstr "Envoyé à"
|
|
13899
13903
|
|
|
13904
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13905
|
+
msgstr "Fichiers séparés pour chaque point de données au format ZIP"
|
|
13906
|
+
|
|
13900
13907
|
msgid "Separator color"
|
|
13901
13908
|
msgstr "Couleur du séparateur"
|
|
13902
13909
|
|
|
@@ -14694,6 +14701,9 @@ msgstr "Unique"
|
|
|
14694
14701
|
msgid "Single location"
|
|
14695
14702
|
msgstr "Emplacement unique"
|
|
14696
14703
|
|
|
14704
|
+
msgid "Single merged file for all data"
|
|
14705
|
+
msgstr "Fichier unique fusionné pour toutes les données"
|
|
14706
|
+
|
|
14697
14707
|
msgid "Single operation details"
|
|
14698
14708
|
msgstr "Détails de l'opération unique"
|
|
14699
14709
|
|
|
@@ -15021,6 +15031,9 @@ msgstr "Étape suivante"
|
|
|
15021
15031
|
msgid "Step before"
|
|
15022
15032
|
msgstr "Étape précédente"
|
|
15023
15033
|
|
|
15034
|
+
msgid "Stop"
|
|
15035
|
+
msgstr "Arrêter"
|
|
15036
|
+
|
|
15024
15037
|
msgid "Stop Process"
|
|
15025
15038
|
msgstr "Arrêter le processus"
|
|
15026
15039
|
|
|
@@ -15246,9 +15259,6 @@ msgstr "Formats pris en charge : OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Algorithmes
|
|
|
15246
15259
|
msgid "Supported operations"
|
|
15247
15260
|
msgstr "Opérations prises en charge"
|
|
15248
15261
|
|
|
15249
|
-
msgid "Supports data aggregation (optional)"
|
|
15250
|
-
msgstr "Support de l'Agrégation des données (Option)"
|
|
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 "Prend en charge le langage markdown. Utilisez {{ headerMark }} pour les en-têtes, {{ listMark }} pour les listes, {{ boldMark }} pour les caractères en gras, {{ italicMark }} pour les caractères en italique et {{ linkMark }} pour les liens."
|
|
15254
15264
|
|
|
@@ -16207,10 +16217,8 @@ msgstr "Seuil dépassé"
|
|
|
16207
16217
|
msgid "Thresholds exceeded"
|
|
16208
16218
|
msgstr "Seuils dépassés"
|
|
16209
16219
|
|
|
16210
|
-
msgid "Thе smart group will be created based on the filters currently applied in the device list
|
|
16211
|
-
"
|
|
16212
|
-
msgstr "Ce groupe intelligent sera créé en fonction des filtres actuellement appliqués dans la liste des appareils.\n"
|
|
16213
|
-
" <br>"
|
|
16220
|
+
msgid "Thе smart group will be created based on the filters currently applied in the device list."
|
|
16221
|
+
msgstr "Ce groupe Smart sera créé en fonction des filtres appliqués dans la liste des appareils."
|
|
16214
16222
|
|
|
16215
16223
|
msgid "Time"
|
|
16216
16224
|
msgstr "Temps"
|
|
@@ -16750,14 +16758,14 @@ msgstr "Le modèle de suivi \"{{ tracker.device.c8y_Hardware.model }}\" n'est pa
|
|
|
16750
16758
|
msgid "Up"
|
|
16751
16759
|
msgstr "Jusqu'à"
|
|
16752
16760
|
|
|
16753
|
-
msgid "Up to 1,000,000 records per data point
|
|
16754
|
-
msgstr "Jusqu'à 1 000 000 de données par point de données
|
|
16761
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16762
|
+
msgstr "Jusqu'à 1 000 000 de données par point de données ou Aucune limite de conservation des données"
|
|
16755
16763
|
|
|
16756
16764
|
msgid "Up to 120 characters allowed."
|
|
16757
16765
|
msgstr "Jusqu'à 120 caractères autorisés."
|
|
16758
16766
|
|
|
16759
|
-
msgid "Up to 5,000 records per data point
|
|
16760
|
-
msgstr "Jusqu'à 5 000 données par point de données
|
|
16767
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16768
|
+
msgstr "Jusqu'à 5 000 données par point de données ou limite de conservation des données"
|
|
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 "Un maximum de 6 archives peut être enregistré dans la plate-forme. Si vous chargez une nouvelle archive, les archives plus anciennes qui ne sont pas actives seront supprimées. Souhaitez-vous continuer cette action ?"
|
|
@@ -19226,6 +19234,9 @@ msgstr "x509"
|
|
|
19226
19234
|
msgid "yellow"
|
|
19227
19235
|
msgstr "jaune"
|
|
19228
19236
|
|
|
19237
|
+
msgid "{{ action.text }}"
|
|
19238
|
+
msgstr "{{ action.text }}"
|
|
19239
|
+
|
|
19229
19240
|
msgid "{{ appName | translate }} (public)"
|
|
19230
19241
|
msgstr "{{ appName | translate }} (public)"
|
|
19231
19242
|
|
package/locales/ja_JP.po
CHANGED
|
@@ -1324,16 +1324,9 @@ msgid "After clicking \"Download\":<br>\n"
|
|
|
1324
1324
|
" <li><strong>{{$emailDeliverableCount}}</strong> datapoint(s) exports require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
|
|
1325
1325
|
" <li><strong>{{$nonRetrievableCount}}</strong> datapoint(s) exports exceeded 1,000,000 records, which is the limit for backend processing. To export these data, please reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
|
|
1326
1326
|
" </ul>\n"
|
|
1327
|
-
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong
|
|
1327
|
+
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
|
|
1328
1328
|
" <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1329
|
-
msgstr "
|
|
1330
|
-
" <ul>\n"
|
|
1331
|
-
" <li><strong>{{$browserDownloadableCount}}</strong>データポイントのエクスポートは、1つのファイルに直接ダウンロードされます: <em>exported_[CSV/Excel].zip</em></li>\n"
|
|
1332
|
-
" <li><strong>{{$emailDeliverableCount}}</strong>データポイントのエクスポートには、さらに処理が必要です。完了後、ファイルは別々のメールで送信されます。エクスポートには時間がかかることがありますのでご注意ください。</li>\n"
|
|
1333
|
-
" <li><strong>{{$nonRetrievableCount}}</strong>データポイントのエクスポートは、バックエンド処理の制限である1,000,000件のレコードを超えました。これらのデータをエクスポートするには、データ範囲を縮小してください。そうでなければ、データはダウンロードもメール送信もされません。</li>\n"
|
|
1334
|
-
" </ul>\n"
|
|
1335
|
-
" <p>エクスポート可能なデータポイントの総数は<strong>{{$totalExportableDatapointsCount}} / {{$totalDatapointsSelectedForExportCount}}</strong>です。</p>\n"
|
|
1336
|
-
" <p><strong>注:</strong> ZIPファイル内のファイル名の命名規則は次の通りです: <code>[ソース]_[fragment_series].[csv/xls]</code></p>"
|
|
1329
|
+
msgstr ""
|
|
1337
1330
|
|
|
1338
1331
|
msgid "After completing the process you will no longer be able to access your tenant with\n"
|
|
1339
1332
|
" <b>{{ vm.resolve.domainName }}</b>\n"
|
|
@@ -1612,7 +1605,7 @@ msgid "Altitude (m)"
|
|
|
1612
1605
|
msgstr "高度 (m)"
|
|
1613
1606
|
|
|
1614
1607
|
msgid "Altitude:"
|
|
1615
|
-
msgstr ""
|
|
1608
|
+
msgstr "高度:"
|
|
1616
1609
|
|
|
1617
1610
|
msgid "Always"
|
|
1618
1611
|
msgstr "通常"
|
|
@@ -2974,6 +2967,9 @@ msgstr "子デバイスが割り当てられました。"
|
|
|
2974
2967
|
msgid "Children"
|
|
2975
2968
|
msgstr "子"
|
|
2976
2969
|
|
|
2970
|
+
msgid "Choose export type from available options:"
|
|
2971
|
+
msgstr ""
|
|
2972
|
+
|
|
2977
2973
|
msgid "Choose how to select a date range, the available options are:\n"
|
|
2978
2974
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
2979
2975
|
" <!-- Will be re-enabled in MTM-61920 -->\n"
|
|
@@ -3033,9 +3029,6 @@ msgid "Choose how to select a date range, the available options are:\n"
|
|
|
3033
3029
|
" </ul>"
|
|
3034
3030
|
msgstr ""
|
|
3035
3031
|
|
|
3036
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
3037
|
-
msgstr "生成するエクスポートのタイプを選択してください。使用可能なオプションは次の通りです:"
|
|
3038
|
-
|
|
3039
3032
|
msgid "Circular $refs."
|
|
3040
3033
|
msgstr "循環 $refs."
|
|
3041
3034
|
|
|
@@ -3884,7 +3877,7 @@ msgstr "テナントを作成できませんでした。指定されたドメイ
|
|
|
3884
3877
|
msgid "Could not create application."
|
|
3885
3878
|
msgstr "アプリケーションを作成できませんでした。"
|
|
3886
3879
|
|
|
3887
|
-
msgid "Could not create
|
|
3880
|
+
msgid "Could not create operation."
|
|
3888
3881
|
msgstr ""
|
|
3889
3882
|
|
|
3890
3883
|
msgid "Could not create the device in the LoRa platform."
|
|
@@ -4251,13 +4244,6 @@ msgstr "作成日"
|
|
|
4251
4244
|
msgid "Created to`date`"
|
|
4252
4245
|
msgstr "終了作成日"
|
|
4253
4246
|
|
|
4254
|
-
msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4255
|
-
" selected points"
|
|
4256
|
-
msgstr ""
|
|
4257
|
-
|
|
4258
|
-
msgid "Creates a single merged file containing all the data"
|
|
4259
|
-
msgstr "すべてのデータを含む単一の結合ファイルを作成"
|
|
4260
|
-
|
|
4261
4247
|
msgid "Creates alarm when measurements are missing"
|
|
4262
4248
|
msgstr "計測値がない場合にアラームを作成"
|
|
4263
4249
|
|
|
@@ -6007,6 +5993,9 @@ msgstr "Eメールアドレス"
|
|
|
6007
5993
|
msgid "Email addresses"
|
|
6008
5994
|
msgstr "Eメール アドレス"
|
|
6009
5995
|
|
|
5996
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
5997
|
+
msgstr ""
|
|
5998
|
+
|
|
6010
5999
|
msgid "Email server"
|
|
6011
6000
|
msgstr "Eメール サーバー"
|
|
6012
6001
|
|
|
@@ -6703,7 +6692,7 @@ msgstr "サイズに合わせる"
|
|
|
6703
6692
|
msgid "Filter"
|
|
6704
6693
|
msgstr "フィルター"
|
|
6705
6694
|
|
|
6706
|
-
msgid "Filter by
|
|
6695
|
+
msgid "Filter by alarm types"
|
|
6707
6696
|
msgstr ""
|
|
6708
6697
|
|
|
6709
6698
|
msgid "Filter by configuration type"
|
|
@@ -6945,7 +6934,11 @@ msgid "Find out more in the\n"
|
|
|
6945
6934
|
" user documentation\n"
|
|
6946
6935
|
" </a>\n"
|
|
6947
6936
|
" ."
|
|
6948
|
-
msgstr ""
|
|
6937
|
+
msgstr "詳細は、\n"
|
|
6938
|
+
" <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#data-point-table\">\n"
|
|
6939
|
+
" ユーザー ドキュメンテーション\n"
|
|
6940
|
+
" </a>\n"
|
|
6941
|
+
" を参照してください。"
|
|
6949
6942
|
|
|
6950
6943
|
msgid "Find out more in the\n"
|
|
6951
6944
|
" <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
|
|
@@ -8160,9 +8153,6 @@ msgstr "true を設定すると、LWM2M エージェントは実際のファー
|
|
|
8160
8153
|
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."
|
|
8161
8154
|
msgstr ""
|
|
8162
8155
|
|
|
8163
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8164
|
-
msgstr "エクスポートが50,000レコードを超える場合は、Eメールでデータを送信します"
|
|
8165
|
-
|
|
8166
8156
|
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."
|
|
8167
8157
|
msgstr "フィルターが設定されると、そのタイプのデバイスにインストールするファームウェアのみが表示されます。フィルターが設定されていない場合は、すべてのデバイスに利用できます。"
|
|
8168
8158
|
|
|
@@ -10497,6 +10487,9 @@ msgstr "表示できるプラグインはありません。"
|
|
|
10497
10487
|
msgid "No position fragment in selected devices"
|
|
10498
10488
|
msgstr "選択されたデバイスに位置のフラグメントがありません"
|
|
10499
10489
|
|
|
10490
|
+
msgid "No preview available"
|
|
10491
|
+
msgstr ""
|
|
10492
|
+
|
|
10500
10493
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10501
10494
|
msgstr "<code>text/*</code> 以外の MIME タイプのログ ファイルに利用できるプレビューはありません。"
|
|
10502
10495
|
|
|
@@ -11253,6 +11246,9 @@ msgstr "オプションが削除されました。"
|
|
|
11253
11246
|
msgid "Option management"
|
|
11254
11247
|
msgstr "オプション管理"
|
|
11255
11248
|
|
|
11249
|
+
msgid "Optional data aggregation supported"
|
|
11250
|
+
msgstr ""
|
|
11251
|
+
|
|
11256
11252
|
msgid "Optionally you can add a custom alarm."
|
|
11257
11253
|
msgstr "オプションでカスタムアラームを追加できます。"
|
|
11258
11254
|
|
|
@@ -11818,6 +11814,9 @@ msgstr "\n"
|
|
|
11818
11814
|
msgid "Preview"
|
|
11819
11815
|
msgstr "プレビュー"
|
|
11820
11816
|
|
|
11817
|
+
msgid "Preview available"
|
|
11818
|
+
msgstr ""
|
|
11819
|
+
|
|
11821
11820
|
msgid "Preview banner"
|
|
11822
11821
|
msgstr "プレビュー バナー"
|
|
11823
11822
|
|
|
@@ -11830,12 +11829,6 @@ msgstr "プレビュー構成"
|
|
|
11830
11829
|
msgid "Preview file"
|
|
11831
11830
|
msgstr "プレビュー ファイル"
|
|
11832
11831
|
|
|
11833
|
-
msgid "Preview is available"
|
|
11834
|
-
msgstr "プレビューは使用可能です"
|
|
11835
|
-
|
|
11836
|
-
msgid "Preview is not available"
|
|
11837
|
-
msgstr "プレビューは使用できません"
|
|
11838
|
-
|
|
11839
11832
|
msgid "Preview not available"
|
|
11840
11833
|
msgstr "プレビューは使用できません"
|
|
11841
11834
|
|
|
@@ -12109,6 +12102,9 @@ msgstr "REST API 組み込みフィールド"
|
|
|
12109
12102
|
msgid "REST API custom fields"
|
|
12110
12103
|
msgstr "REST API カスタム フィールド"
|
|
12111
12104
|
|
|
12105
|
+
msgid "RESTART`verb, action` {{service}}"
|
|
12106
|
+
msgstr ""
|
|
12107
|
+
|
|
12112
12108
|
msgid "RETIRED"
|
|
12113
12109
|
msgstr "使用中止"
|
|
12114
12110
|
|
|
@@ -13006,6 +13002,12 @@ msgstr "SSO ログインに失敗しました。管理者に連絡してくだ
|
|
|
13006
13002
|
msgid "SS`SECONDS`"
|
|
13007
13003
|
msgstr "SS"
|
|
13008
13004
|
|
|
13005
|
+
msgid "START`verb, action` {{service}}"
|
|
13006
|
+
msgstr ""
|
|
13007
|
+
|
|
13008
|
+
msgid "STOP`verb, action` {{service}}"
|
|
13009
|
+
msgstr ""
|
|
13010
|
+
|
|
13009
13011
|
msgid "STRING"
|
|
13010
13012
|
msgstr "文字列"
|
|
13011
13013
|
|
|
@@ -13813,6 +13815,9 @@ msgstr "WAN 設定を適用する操作を送信。"
|
|
|
13813
13815
|
msgid "Sent to"
|
|
13814
13816
|
msgstr "送信先"
|
|
13815
13817
|
|
|
13818
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13819
|
+
msgstr ""
|
|
13820
|
+
|
|
13816
13821
|
msgid "Separator color"
|
|
13817
13822
|
msgstr "区切り線の色"
|
|
13818
13823
|
|
|
@@ -14609,6 +14614,9 @@ msgstr "信号"
|
|
|
14609
14614
|
msgid "Single location"
|
|
14610
14615
|
msgstr "単一の位置"
|
|
14611
14616
|
|
|
14617
|
+
msgid "Single merged file for all data"
|
|
14618
|
+
msgstr ""
|
|
14619
|
+
|
|
14612
14620
|
msgid "Single operation details"
|
|
14613
14621
|
msgstr "単一操作の詳細"
|
|
14614
14622
|
|
|
@@ -14935,6 +14943,9 @@ msgstr "次の後のステップ"
|
|
|
14935
14943
|
msgid "Step before"
|
|
14936
14944
|
msgstr "次の前のステップ"
|
|
14937
14945
|
|
|
14946
|
+
msgid "Stop"
|
|
14947
|
+
msgstr ""
|
|
14948
|
+
|
|
14938
14949
|
msgid "Stop Process"
|
|
14939
14950
|
msgstr "操作を停止"
|
|
14940
14951
|
|
|
@@ -15160,9 +15171,6 @@ msgstr ""
|
|
|
15160
15171
|
msgid "Supported operations"
|
|
15161
15172
|
msgstr "サポートされている操作"
|
|
15162
15173
|
|
|
15163
|
-
msgid "Supports data aggregation (optional)"
|
|
15164
|
-
msgstr "データ集計をサポート(オプション)"
|
|
15165
|
-
|
|
15166
15174
|
msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
|
|
15167
15175
|
msgstr "マークダウンをサポートします。ヘッダーには {{ headerMark }}、リストには {{ listMark }}、太字には {{ boldMark }}、斜体には {{ italicMark }}、リンクには {{ linkMark }} を使用します。"
|
|
15168
15176
|
|
|
@@ -16121,8 +16129,7 @@ msgstr "しきい値を超えました"
|
|
|
16121
16129
|
msgid "Thresholds exceeded"
|
|
16122
16130
|
msgstr "しきい値を超えました"
|
|
16123
16131
|
|
|
16124
|
-
msgid "Thе smart group will be created based on the filters currently applied in the device list
|
|
16125
|
-
" <br>"
|
|
16132
|
+
msgid "Thе smart group will be created based on the filters currently applied in the device list."
|
|
16126
16133
|
msgstr ""
|
|
16127
16134
|
|
|
16128
16135
|
msgid "Time"
|
|
@@ -16663,14 +16670,14 @@ msgstr "サポートされていないトラッカー モデル \"{{ tracker.dev
|
|
|
16663
16670
|
msgid "Up"
|
|
16664
16671
|
msgstr "上へ"
|
|
16665
16672
|
|
|
16666
|
-
msgid "Up to 1,000,000 records per data point
|
|
16667
|
-
msgstr "
|
|
16673
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16674
|
+
msgstr ""
|
|
16668
16675
|
|
|
16669
16676
|
msgid "Up to 120 characters allowed."
|
|
16670
16677
|
msgstr "120 文字まで入力できます。"
|
|
16671
16678
|
|
|
16672
|
-
msgid "Up to 5,000 records per data point
|
|
16673
|
-
msgstr "
|
|
16679
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16680
|
+
msgstr ""
|
|
16674
16681
|
|
|
16675
16682
|
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?"
|
|
16676
16683
|
msgstr "最大 6 つのアーカイブをプラットフォームに保存することができます。新しいアーカイブをアップロードすると、アクティブでないもっとも古いアーカイブが削除されます。続行しますか?"
|
|
@@ -18239,7 +18246,7 @@ msgid "children of current device or group, you can access their properties e.g.
|
|
|
18239
18246
|
msgstr "(例) 現在のデバイスまたはグループの子のプロパティにアクセスできます。"
|
|
18240
18247
|
|
|
18241
18248
|
msgid "close"
|
|
18242
|
-
msgstr ""
|
|
18249
|
+
msgstr "閉じる"
|
|
18243
18250
|
|
|
18244
18251
|
msgid "coaps://<LWM2M-server-domain>:<coaps-port>"
|
|
18245
18252
|
msgstr "coaps://<LWM2M-server-domain>:<coaps-port>"
|
|
@@ -18985,7 +18992,7 @@ msgid "roles {{list}} removed"
|
|
|
18985
18992
|
msgstr "ロール {{list}} が削除されました"
|
|
18986
18993
|
|
|
18987
18994
|
msgid "search"
|
|
18988
|
-
msgstr ""
|
|
18995
|
+
msgstr "検索"
|
|
18989
18996
|
|
|
18990
18997
|
msgid "searching \"{{ searchHint }}\""
|
|
18991
18998
|
msgstr "\"{{ searchHint }}\" を検索中です"
|
|
@@ -19135,6 +19142,9 @@ msgstr ""
|
|
|
19135
19142
|
msgid "yellow"
|
|
19136
19143
|
msgstr "黄"
|
|
19137
19144
|
|
|
19145
|
+
msgid "{{ action.text }}"
|
|
19146
|
+
msgstr ""
|
|
19147
|
+
|
|
19138
19148
|
msgid "{{ appName | translate }} (public)"
|
|
19139
19149
|
msgstr "{{ appName | translate }} (公開)"
|
|
19140
19150
|
|