@c8y/ngx-components 1021.22.159 → 1021.22.161
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/dynamic-forms/textarea/textarea.type.component.d.ts +1 -0
- package/core/dynamic-forms/textarea/textarea.type.component.d.ts.map +1 -1
- package/esm2022/core/dynamic-forms/textarea/textarea.type.component.mjs +8 -7
- package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.mjs +7 -7
- package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/datapoints-export-selector-preview/datapoints-export-selector-preview.component.mjs +3 -3
- package/esm2022/device-grid/columns/type.device-grid-column.mjs +2 -2
- package/esm2022/device-list/add-smart-group.component.mjs +3 -3
- package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +8 -8
- package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-grid.mjs +1 -1
- 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.mjs +5 -5
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +47 -108
- package/locales/es.po +30 -43
- package/locales/fr.po +50 -96
- package/locales/ja_JP.po +24 -48
- package/locales/ko.po +32 -46
- package/locales/locales.pot +23 -29
- package/locales/nl.po +32 -43
- package/locales/pl.po +31 -44
- package/locales/pt_BR.po +33 -45
- package/locales/zh_CN.po +33 -46
- package/locales/zh_TW.po +33 -46
- package/package.json +1 -1
package/locales/fr.po
CHANGED
|
@@ -331,21 +331,6 @@ msgstr "<p>L'activation de cette option utilise la mise en page et la configurat
|
|
|
331
331
|
msgid "<p>Enabling this option uses the layout and configuration of this dashboard to create dashboard instances for all devices based on the type <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.</p>"
|
|
332
332
|
msgstr "<p>L'activation de cette option utilise la mise en page et la configuration de ce tableau de bord pour créer des instances de tableau de bord pour tous les appareils basés sur le type <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.</p>"
|
|
333
333
|
|
|
334
|
-
msgid "<p>The preview shows the structure of the raw file from a single source.</p>\n"
|
|
335
|
-
" <p>If no data is available, only the column headers are visible.</p>\n"
|
|
336
|
-
" <p>\n"
|
|
337
|
-
" The preview is limited to\n"
|
|
338
|
-
" <b>{{ MEASUREMENTS_PREVIEW_ITEMS_LIMIT }}</b>\n"
|
|
339
|
-
" records.\n"
|
|
340
|
-
" </p>"
|
|
341
|
-
msgstr "<p>L'aperçu affiche la structure du fichier brut provenant d'une seule source.</p>\n"
|
|
342
|
-
" <p>Faute de données disponibles, seuls les en-têtes de colonnes sont visibles.</p>\n"
|
|
343
|
-
" <p>\n"
|
|
344
|
-
" L'aperçu est limité à\n"
|
|
345
|
-
" <b>{{ MEASUREMENTS_PREVIEW_ITEMS_LIMIT }}</b>\n"
|
|
346
|
-
" enregistrements.\n"
|
|
347
|
-
" </p>"
|
|
348
|
-
|
|
349
334
|
msgid "<p>To export data, you must meet at least one of these criteria:</p>\n"
|
|
350
335
|
" <ul>\n"
|
|
351
336
|
" <li>\n"
|
|
@@ -404,17 +389,6 @@ msgstr "<p>Pour visualiser des données, vous devez remplir au moins l'un des cr
|
|
|
404
389
|
" </ul>\n"
|
|
405
390
|
" <p>Vous ne répondez pas à ces exigences ? Contactez votre administrateur système pour obtenir de l'aide.</p>"
|
|
406
391
|
|
|
407
|
-
msgid "<small>\n"
|
|
408
|
-
" Find out more in the\n"
|
|
409
|
-
" <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n"
|
|
410
|
-
" user documentation\n"
|
|
411
|
-
" </a>\n"
|
|
412
|
-
" .\n"
|
|
413
|
-
" </small>"
|
|
414
|
-
msgstr "<small>\n"
|
|
415
|
-
" Pour en savoir plus, consultez <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">la documentation utilisateur</a>.\n"
|
|
416
|
-
" </small>"
|
|
417
|
-
|
|
418
392
|
msgid "<small>Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br />Supported algorithms: RSA, DSA, ECDSA, ED25519.</small>"
|
|
419
393
|
msgstr "<small>Formats pris en charge : OpenSSHv1, OpenSSHv2, PEM, SSH2.<br />Algorithmes pris en charge : RSA, DSA, ECDSA, ED25519.</small>"
|
|
420
394
|
|
|
@@ -1344,20 +1318,20 @@ msgstr "Après avoir ajouté votre première réponse, l'aperçu CSV sera affich
|
|
|
1344
1318
|
|
|
1345
1319
|
msgid "After clicking \"Download\":<br>\n"
|
|
1346
1320
|
" <ul>\n"
|
|
1347
|
-
" <li><strong>{{$browserDownloadableCount}}</strong>
|
|
1348
|
-
" <li><strong>{{$emailDeliverableCount}}</strong>
|
|
1349
|
-
" <li><strong>{{$nonRetrievableCount}}</strong>
|
|
1321
|
+
" <li><strong>{{$browserDownloadableCount}}</strong> data point export(s) will be downloaded directly within one file: <em>exported_[csv/excel].zip</em></li>\n"
|
|
1322
|
+
" <li><strong>{{$emailDeliverableCount}}</strong> data point export(s) require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
|
|
1323
|
+
" <li><strong>{{$nonRetrievableCount}}</strong> data point export(s) exceeded 1,000,000 records, which is the limit for backend processing. To export these data, reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
|
|
1350
1324
|
" </ul>\n"
|
|
1351
|
-
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong
|
|
1352
|
-
" <p><strong>Note:</strong> The file name convention of files within
|
|
1353
|
-
msgstr "Après avoir cliqué sur
|
|
1325
|
+
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
|
|
1326
|
+
" <p><strong>Note:</strong> The file name convention of files within a ZIP file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1327
|
+
msgstr "Après avoir cliqué sur « Télécharger » :<br>\n"
|
|
1354
1328
|
" <ul>\n"
|
|
1355
|
-
" <li><strong>{{$browserDownloadableCount}}</strong> exportations de
|
|
1356
|
-
" <li><strong>{{$emailDeliverableCount}}</strong> exportations de
|
|
1357
|
-
" <li><strong>{{$nonRetrievableCount}}</strong> exportations de
|
|
1329
|
+
" <li><strong>{{$browserDownloadableCount}}</strong> Les exportations de points de données seront téléchargées directement dans un seul fichier : <em>exported_[csv/excel].zip</em></li>\n"
|
|
1330
|
+
" <li><strong>{{$emailDeliverableCount}}</strong> Les exportations de données nécessitent un traitement supplémentaire. Les fichiers vous seront envoyés par e-mails séparés une fois le traitement terminé, ce qui peut prendre un certain temps.</li>\n"
|
|
1331
|
+
" <li><strong>{{$nonRetrievableCount}}</strong> Les exportations de points de données ont dépassé 1 000 000 d'enregistrements, ce qui correspond à la limite du traitement en Backend. Pour exporter ces données, réduisez la plage de dates. Sinon, les données ne seront ni téléchargées ni envoyées par E-mail.</li>\n"
|
|
1358
1332
|
" </ul>\n"
|
|
1359
|
-
" <p>Le nombre total de points de données pouvant être exportés est
|
|
1360
|
-
" <p><strong>Remarque
|
|
1333
|
+
" <p>Le nombre total de points de données pouvant être exportés est : <strong>{{$totalExportableDatapointsCount}} sur {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
|
|
1334
|
+
" <p><strong> Remarque :</strong> la convention de nommage des fichiers contenus dans un fichier ZIP est : <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1361
1335
|
|
|
1362
1336
|
msgid "After completing the process you will no longer be able to access your tenant with\n"
|
|
1363
1337
|
" <b>{{ vm.resolve.domainName }}</b>\n"
|
|
@@ -6909,9 +6883,8 @@ msgstr "Pour en savoir plus sur chaque option, veuillez consulter la\n"
|
|
|
6909
6883
|
msgid "Find out more in the\n"
|
|
6910
6884
|
" <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">user documentation</a>\n"
|
|
6911
6885
|
" ."
|
|
6912
|
-
msgstr "Pour en savoir plus,
|
|
6913
|
-
" <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\"
|
|
6914
|
-
" ."
|
|
6886
|
+
msgstr "Pour en savoir plus, veuillez consulter la\n"
|
|
6887
|
+
" <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants\">documentation utilisateur</a>."
|
|
6915
6888
|
|
|
6916
6889
|
msgid "Find out more in the\n"
|
|
6917
6890
|
" <a c8y-guide-href=\"/docs/enterprise-tenant/managing-tenants/#custom-properties\">\n"
|
|
@@ -6927,9 +6900,8 @@ msgstr "Pour en savoir plus, consultez\n"
|
|
|
6927
6900
|
msgid "Find out more in the\n"
|
|
6928
6901
|
" <a c8y-guide-href=\"/docs/cockpit/smart-rules\">user documentation</a>\n"
|
|
6929
6902
|
" ."
|
|
6930
|
-
msgstr "Pour en savoir plus,
|
|
6931
|
-
" <a c8y-guide-href=\"/docs/cockpit/smart-rules\"
|
|
6932
|
-
" ."
|
|
6903
|
+
msgstr "Pour en savoir plus, veuillez consulter la\n"
|
|
6904
|
+
" <a c8y-guide-href=\"/docs/cockpit/smart-rules\">documentation utilisateur</a>."
|
|
6933
6905
|
|
|
6934
6906
|
msgid "Find out more in the\n"
|
|
6935
6907
|
" <a c8y-guide-href=\"/docs/cockpit/working-with-dashboards\">user documentation</a>\n"
|
|
@@ -6943,10 +6915,8 @@ msgid "Find out more in the\n"
|
|
|
6943
6915
|
" user documentation\n"
|
|
6944
6916
|
" </a>\n"
|
|
6945
6917
|
" ."
|
|
6946
|
-
msgstr "Pour en savoir plus,
|
|
6947
|
-
" <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\"
|
|
6948
|
-
" </a>\n"
|
|
6949
|
-
" ."
|
|
6918
|
+
msgstr "Pour en savoir plus, veuillez consulter la\n"
|
|
6919
|
+
" <a c8y-guide-href=\"/docs/device-management-application/managing-device-data/#managing-configurations\">documentation utilisateur</a>."
|
|
6950
6920
|
|
|
6951
6921
|
msgid "Find out more in the\n"
|
|
6952
6922
|
" <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
|
|
@@ -6973,38 +6943,30 @@ msgstr "Pour en savoir plus, consultez\n"
|
|
|
6973
6943
|
msgid "Find out more in the\n"
|
|
6974
6944
|
" <a c8y-guide-href=\"/docs/concepts/applications\">user documentation</a>\n"
|
|
6975
6945
|
" ."
|
|
6976
|
-
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/concepts/applications\">documentation utilisateur</a
|
|
6977
|
-
"."
|
|
6946
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/concepts/applications\">documentation utilisateur</a>."
|
|
6978
6947
|
|
|
6979
6948
|
msgid "Find out more in the\n"
|
|
6980
6949
|
" <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">\n"
|
|
6981
6950
|
" user documentation\n"
|
|
6982
6951
|
" </a>\n"
|
|
6983
6952
|
" ."
|
|
6984
|
-
msgstr "Pour en savoir plus,
|
|
6985
|
-
" <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\"
|
|
6986
|
-
" </a>\n"
|
|
6987
|
-
" ."
|
|
6953
|
+
msgstr "Pour en savoir plus, veuillez consulter la\n"
|
|
6954
|
+
" <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#working-with-alarms\">documentation utilisateur</a>."
|
|
6988
6955
|
|
|
6989
6956
|
msgid "Find out more in the\n"
|
|
6990
6957
|
" <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\">\n"
|
|
6991
6958
|
" user documentation\n"
|
|
6992
6959
|
" </a>\n"
|
|
6993
6960
|
" ."
|
|
6994
|
-
msgstr "Pour en savoir plus,
|
|
6995
|
-
" <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\"
|
|
6996
|
-
" </a>\n"
|
|
6997
|
-
" ."
|
|
6961
|
+
msgstr "Pour en savoir plus, veuillez consulter la\n"
|
|
6962
|
+
" <a target=\"_blank\" c8y-guide-href=\"/docs/device-management-application/working-with-simulators\" rel=\"noopener noreferrer\">documentation utilisateur</a>."
|
|
6998
6963
|
|
|
6999
6964
|
msgid "Find out more in the\n"
|
|
7000
6965
|
" <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n"
|
|
7001
6966
|
" user documentation\n"
|
|
7002
6967
|
" </a>\n"
|
|
7003
6968
|
" ."
|
|
7004
|
-
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\"> documentation utilisateur
|
|
7005
|
-
" <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\">\n\n"
|
|
7006
|
-
" </a>\n"
|
|
7007
|
-
" ."
|
|
6969
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/cockpit/data-explorer/#to-add-alarms-or-events\"> documentation utilisateur</a>."
|
|
7008
6970
|
|
|
7009
6971
|
msgid "Find out more in the\n"
|
|
7010
6972
|
" <a c8y-guide-href=\"/docs/cockpit/managing-exports\">user documentation</a>\n"
|
|
@@ -7018,30 +6980,21 @@ msgid "Find out more in the\n"
|
|
|
7018
6980
|
" user documentation\n"
|
|
7019
6981
|
" </a>\n"
|
|
7020
6982
|
" ."
|
|
7021
|
-
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">
|
|
7022
|
-
" <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">\n\n"
|
|
7023
|
-
" </a>\n"
|
|
7024
|
-
" ."
|
|
6983
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/data-broker/data-broker-application/#data-subscriptions\">documentation utilisateur</a>."
|
|
7025
6984
|
|
|
7026
6985
|
msgid "Find out more in the\n"
|
|
7027
6986
|
" <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n"
|
|
7028
6987
|
" user documentation\n"
|
|
7029
6988
|
" </a>\n"
|
|
7030
6989
|
" ."
|
|
7031
|
-
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\"> documentation utilisateur
|
|
7032
|
-
" <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\">\n\n"
|
|
7033
|
-
" </a>\n"
|
|
7034
|
-
" ."
|
|
6990
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/device-management-application/smartrest-templates/#smartrest-templates\"> documentation utilisateur</a>."
|
|
7035
6991
|
|
|
7036
6992
|
msgid "Find out more in the\n"
|
|
7037
6993
|
" <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n"
|
|
7038
6994
|
" user documentation\n"
|
|
7039
6995
|
" </a>\n"
|
|
7040
6996
|
" ."
|
|
7041
|
-
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\"> documentation utilisateur
|
|
7042
|
-
" <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\">\n\n"
|
|
7043
|
-
" </a>\n"
|
|
7044
|
-
" ."
|
|
6997
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/device-management-application/viewing-device-details/#measurements\"> documentation utilisateur</a>."
|
|
7045
6998
|
|
|
7046
6999
|
msgid "Find out more in the\n"
|
|
7047
7000
|
" <a c8y-guide-href=\"/docs/standard-tenant/alarm-mapping\">user documentation</a>\n"
|
|
@@ -7055,48 +7008,43 @@ msgid "Find out more in the\n"
|
|
|
7055
7008
|
" user documentation\n"
|
|
7056
7009
|
" </a>\n"
|
|
7057
7010
|
" ."
|
|
7058
|
-
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\"> documentation utilisateur
|
|
7059
|
-
" <a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\">\n\n"
|
|
7060
|
-
" </a>\n"
|
|
7061
|
-
" ."
|
|
7011
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/standard-tenant/managing-data/#retention-rules\"> documentation utilisateur</a>."
|
|
7062
7012
|
|
|
7063
7013
|
msgid "Find out more in the\n"
|
|
7064
7014
|
" <a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">user documentation</a>\n"
|
|
7065
7015
|
" ."
|
|
7066
|
-
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">documentation utilisateur</a
|
|
7067
|
-
"."
|
|
7016
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/cockpit/cockpit-introduction\">documentation utilisateur</a>."
|
|
7068
7017
|
|
|
7069
7018
|
msgid "Find out more in the\n"
|
|
7070
7019
|
" <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">user documentation</a>\n"
|
|
7071
7020
|
" ."
|
|
7072
|
-
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">documentation utilisateur</a
|
|
7073
|
-
"."
|
|
7021
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/cockpit/working-with-reports\">documentation utilisateur</a>."
|
|
7074
7022
|
|
|
7075
7023
|
msgid "Find out more in the\n"
|
|
7076
7024
|
" <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">\n"
|
|
7077
7025
|
" user documentation\n"
|
|
7078
7026
|
" </a>\n"
|
|
7079
7027
|
" ."
|
|
7080
|
-
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">
|
|
7081
|
-
" <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">\n\n"
|
|
7082
|
-
" </a>\n"
|
|
7083
|
-
"."
|
|
7028
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/device-management-application/monitoring-and-controlling-devices/#to-view-events\">documentation utilisateur</a>."
|
|
7084
7029
|
|
|
7085
7030
|
msgid "Find out more in the\n"
|
|
7086
7031
|
" <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">\n"
|
|
7087
7032
|
" user documentation\n"
|
|
7088
7033
|
" </a>\n"
|
|
7089
7034
|
" ."
|
|
7090
|
-
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">
|
|
7091
|
-
" <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">\n\n"
|
|
7092
|
-
" </a>\n"
|
|
7093
|
-
"."
|
|
7035
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/device-management-application/working-with-simulators\">documentation utilisateur</a>."
|
|
7094
7036
|
|
|
7095
7037
|
msgid "Find out more in the\n"
|
|
7096
7038
|
" <a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">user documentation</a>\n"
|
|
7097
7039
|
" ."
|
|
7098
|
-
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">documentation utilisateur</a
|
|
7099
|
-
|
|
7040
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">documentation utilisateur</a>."
|
|
7041
|
+
|
|
7042
|
+
msgid "Find out more in the\n"
|
|
7043
|
+
" <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n"
|
|
7044
|
+
" user documentation\n"
|
|
7045
|
+
" </a>\n"
|
|
7046
|
+
" ."
|
|
7047
|
+
msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">documentation utilisateur</a>."
|
|
7100
7048
|
|
|
7101
7049
|
msgid "Find your protocol in the\n"
|
|
7102
7050
|
" <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">user documentation</a>\n"
|
|
@@ -8146,6 +8094,9 @@ msgid "If no constraints are set, device protocols are applied at any fitting lo
|
|
|
8146
8094
|
msgstr "Si aucune restriction n'est définie, les protocoles des appareils seront appliqués à tout emplacement approprié sur le serveur\n"
|
|
8147
8095
|
" OPC UA."
|
|
8148
8096
|
|
|
8097
|
+
msgid "If no data is available, only the column headers are visible."
|
|
8098
|
+
msgstr "Si aucune donnée n'est disponible, seules les en-têtes de colonnes sont visibles."
|
|
8099
|
+
|
|
8149
8100
|
msgid "If no product certificate key is specified, the device is considered a prototype."
|
|
8150
8101
|
msgstr "Si aucune clé du certificat du produit n'est indiquée, l'appareil est considéré comme un prototype."
|
|
8151
8102
|
|
|
@@ -9750,9 +9701,6 @@ msgstr "Mon protocole"
|
|
|
9750
9701
|
msgid "My trackers"
|
|
9751
9702
|
msgstr "Mes traqueurs"
|
|
9752
9703
|
|
|
9753
|
-
msgid "MyType`DEVICE_TYPE`"
|
|
9754
|
-
msgstr "MonType"
|
|
9755
|
-
|
|
9756
9704
|
msgid "N/A"
|
|
9757
9705
|
msgstr "N/A"
|
|
9758
9706
|
|
|
@@ -15535,8 +15483,8 @@ msgstr "Le tableau de bord a une apparence claire, c'est-à-dire du texte foncé
|
|
|
15535
15483
|
msgid "The dashboard is styled using the brand palette."
|
|
15536
15484
|
msgstr "Le tableau de bord est mis en page à l'aide de la palette de marque."
|
|
15537
15485
|
|
|
15538
|
-
msgid "The data for selected
|
|
15539
|
-
msgstr "Les données
|
|
15486
|
+
msgid "The data for selected data point(s) exceeds 1,000,000 records, which is the limit for backend processing. To export this data, reduce the date range."
|
|
15487
|
+
msgstr "Les données correspondant au(x) point(s) sélectionné(s) dépassent le million d'enregistrements, ce qui correspond à la limite fixée pour le traitement en Backend. Pour exporter ces données, réduisez la plage de dates."
|
|
15540
15488
|
|
|
15541
15489
|
msgid "The default application specifies the application that shows up per default when\n"
|
|
15542
15490
|
" logging into the platform. It applies to all users of the tenant. Select an\n"
|
|
@@ -15668,6 +15616,12 @@ msgstr "Nombre de fois avant que le mot de passe actuel puisse être réutilisé
|
|
|
15668
15616
|
msgid "The password of the user that you are currently logged in with."
|
|
15669
15617
|
msgstr "Mot de passe de l'utilisateur avec lequel vous êtes actuellement connecté."
|
|
15670
15618
|
|
|
15619
|
+
msgid "The preview is limited to <b>{{ count }}</b> records."
|
|
15620
|
+
msgstr "L'aperçu est limité aux <b>{{ count }}</b> enregistrements."
|
|
15621
|
+
|
|
15622
|
+
msgid "The preview shows the structure of the raw file from a single source."
|
|
15623
|
+
msgstr "L'aperçu affiche la structure du fichier brut provenant d'une seule source."
|
|
15624
|
+
|
|
15671
15625
|
msgid "The provided name is already taken."
|
|
15672
15626
|
msgstr "Le nom fourni est déjà pris."
|
|
15673
15627
|
|
package/locales/ja_JP.po
CHANGED
|
@@ -313,21 +313,6 @@ msgstr "<p>このオプションを有効にすると、モデル <span class=\"
|
|
|
313
313
|
msgid "<p>Enabling this option uses the layout and configuration of this dashboard to create dashboard instances for all devices based on the type <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.</p>"
|
|
314
314
|
msgstr "<p>このオプションを有効にすると、<span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span> タイプに基づき、このダッシュボードのレイアウトと設定を使用して、すべてのデバイスに対してダッシュボード インスタンスが作成されます。</p>"
|
|
315
315
|
|
|
316
|
-
msgid "<p>The preview shows the structure of the raw file from a single source.</p>\n"
|
|
317
|
-
" <p>If no data is available, only the column headers are visible.</p>\n"
|
|
318
|
-
" <p>\n"
|
|
319
|
-
" The preview is limited to\n"
|
|
320
|
-
" <b>{{ MEASUREMENTS_PREVIEW_ITEMS_LIMIT }}</b>\n"
|
|
321
|
-
" records.\n"
|
|
322
|
-
" </p>"
|
|
323
|
-
msgstr "<p>プレビューは、1 つのソースからの生ファイルの構造を表示します。</p>\n"
|
|
324
|
-
" <p>使用可能なデータがない場合は、列ヘッダーのみが表示されます。</p>\n"
|
|
325
|
-
" <p>\n"
|
|
326
|
-
" プレビューは以下の\n"
|
|
327
|
-
" <b>{{ MEASUREMENTS_PREVIEW_ITEMS_LIMIT }}</b>\n"
|
|
328
|
-
" レコードに制限されます。\n"
|
|
329
|
-
" </p>"
|
|
330
|
-
|
|
331
316
|
msgid "<p>To export data, you must meet at least one of these criteria:</p>\n"
|
|
332
317
|
" <ul>\n"
|
|
333
318
|
" <li>\n"
|
|
@@ -384,21 +369,6 @@ msgstr "<p>データを表示するには、これらの条件の少なくとも
|
|
|
384
369
|
" </ul>\n"
|
|
385
370
|
" <p>これらの必須条件を満たしていないのではありませんか?システム管理者に問い合わせください。</p>"
|
|
386
371
|
|
|
387
|
-
msgid "<small>\n"
|
|
388
|
-
" Find out more in the\n"
|
|
389
|
-
" <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n"
|
|
390
|
-
" user documentation\n"
|
|
391
|
-
" </a>\n"
|
|
392
|
-
" .\n"
|
|
393
|
-
" </small>"
|
|
394
|
-
msgstr "<small>\n"
|
|
395
|
-
" 詳細は、\n"
|
|
396
|
-
" <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n"
|
|
397
|
-
" ユーザー ドキュメンテーション\n"
|
|
398
|
-
" </a>\n"
|
|
399
|
-
" を参照してください。\n"
|
|
400
|
-
" </small>"
|
|
401
|
-
|
|
402
372
|
msgid "<small>Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br />Supported algorithms: RSA, DSA, ECDSA, ED25519.</small>"
|
|
403
373
|
msgstr "<small>サポートされている形式: OpenSSHv1、OpenSSHv2、PEM、SSH2<br /> サポートされているアルゴリズム: RSA、DSA、ECDSA、ED25519。</small>"
|
|
404
374
|
|
|
@@ -1327,20 +1297,13 @@ msgstr "最初のレスポンスを追加すると、CSV プレビューがこ
|
|
|
1327
1297
|
|
|
1328
1298
|
msgid "After clicking \"Download\":<br>\n"
|
|
1329
1299
|
" <ul>\n"
|
|
1330
|
-
" <li><strong>{{$browserDownloadableCount}}</strong>
|
|
1331
|
-
" <li><strong>{{$emailDeliverableCount}}</strong>
|
|
1332
|
-
" <li><strong>{{$nonRetrievableCount}}</strong>
|
|
1333
|
-
" </ul>\n"
|
|
1334
|
-
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
|
|
1335
|
-
" <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1336
|
-
msgstr "「ダウンロード」をクリックしてください:<br>\n"
|
|
1337
|
-
" <ul>\n"
|
|
1338
|
-
" <li><strong>{{$browserDownloadableCount}}</strong>データポイントのエクスポートは、1 つのファイルに直接ダウンロードされます: <em>exported_[CSV/Excel].zip</em></li>\n"
|
|
1339
|
-
" <li><strong>{{$emailDeliverableCount}}</strong>データポイントのエクスポートには、さらに処理が必要です。完了後、ファイルは別々のメールで送信されます。エクスポートには時間がかかることがありますのでご注意ください。</li>\n"
|
|
1340
|
-
" <li><strong>{{$nonRetrievableCount}}</strong>データポイントのエクスポートは、バックエンド処理の制限である 1,000,000 件のレコードを超えました。これらのデータをエクスポートするには、日付範囲を縮小してください。そうでなければ、データはダウンロードもメール送信もされません。</li>\n"
|
|
1300
|
+
" <li><strong>{{$browserDownloadableCount}}</strong> data point export(s) will be downloaded directly within one file: <em>exported_[csv/excel].zip</em></li>\n"
|
|
1301
|
+
" <li><strong>{{$emailDeliverableCount}}</strong> data point export(s) require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
|
|
1302
|
+
" <li><strong>{{$nonRetrievableCount}}</strong> data point export(s) exceeded 1,000,000 records, which is the limit for backend processing. To export these data, reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
|
|
1341
1303
|
" </ul>\n"
|
|
1342
|
-
"
|
|
1343
|
-
"
|
|
1304
|
+
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
|
|
1305
|
+
" <p><strong>Note:</strong> The file name convention of files within a ZIP file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1306
|
+
msgstr ""
|
|
1344
1307
|
|
|
1345
1308
|
msgid "After completing the process you will no longer be able to access your tenant with\n"
|
|
1346
1309
|
" <b>{{ vm.resolve.domainName }}</b>\n"
|
|
@@ -7039,6 +7002,13 @@ msgid "Find out more in the\n"
|
|
|
7039
7002
|
" ."
|
|
7040
7003
|
msgstr ""
|
|
7041
7004
|
|
|
7005
|
+
msgid "Find out more in the\n"
|
|
7006
|
+
" <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n"
|
|
7007
|
+
" user documentation\n"
|
|
7008
|
+
" </a>\n"
|
|
7009
|
+
" ."
|
|
7010
|
+
msgstr ""
|
|
7011
|
+
|
|
7042
7012
|
msgid "Find your protocol in the\n"
|
|
7043
7013
|
" <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">user documentation</a>\n"
|
|
7044
7014
|
" to get more information."
|
|
@@ -8087,6 +8057,9 @@ msgid "If no constraints are set, device protocols are applied at any fitting lo
|
|
|
8087
8057
|
msgstr "制約が設定されていない場合は、OPC UA サーバーの任意の適した場所にデバイス プロトコルが\n"
|
|
8088
8058
|
" 適用されます。"
|
|
8089
8059
|
|
|
8060
|
+
msgid "If no data is available, only the column headers are visible."
|
|
8061
|
+
msgstr ""
|
|
8062
|
+
|
|
8090
8063
|
msgid "If no product certificate key is specified, the device is considered a prototype."
|
|
8091
8064
|
msgstr "製品の証明書キーが指定されていない場合、デバイスはプロトタイプとして取り扱われます。"
|
|
8092
8065
|
|
|
@@ -9688,9 +9661,6 @@ msgstr "自分のプロトコル"
|
|
|
9688
9661
|
msgid "My trackers"
|
|
9689
9662
|
msgstr "自分のトラッカー"
|
|
9690
9663
|
|
|
9691
|
-
msgid "MyType`DEVICE_TYPE`"
|
|
9692
|
-
msgstr "MyType"
|
|
9693
|
-
|
|
9694
9664
|
msgid "N/A"
|
|
9695
9665
|
msgstr "該当なし"
|
|
9696
9666
|
|
|
@@ -15471,8 +15441,8 @@ msgstr "ダッシュボードは、明るい背景にテキストが暗い色で
|
|
|
15471
15441
|
msgid "The dashboard is styled using the brand palette."
|
|
15472
15442
|
msgstr "ダッシュボードは、ブランド パレットを使用してスタイル設定されます。"
|
|
15473
15443
|
|
|
15474
|
-
msgid "The data for selected
|
|
15475
|
-
msgstr "
|
|
15444
|
+
msgid "The data for selected data point(s) exceeds 1,000,000 records, which is the limit for backend processing. To export this data, reduce the date range."
|
|
15445
|
+
msgstr ""
|
|
15476
15446
|
|
|
15477
15447
|
msgid "The default application specifies the application that shows up per default when\n"
|
|
15478
15448
|
" logging into the platform. It applies to all users of the tenant. Select an\n"
|
|
@@ -15604,6 +15574,12 @@ msgstr "現在のパスワードを再使用できるまでの回数。最小値
|
|
|
15604
15574
|
msgid "The password of the user that you are currently logged in with."
|
|
15605
15575
|
msgstr "ログインに使用したユーザー パスワード。"
|
|
15606
15576
|
|
|
15577
|
+
msgid "The preview is limited to <b>{{ count }}</b> records."
|
|
15578
|
+
msgstr ""
|
|
15579
|
+
|
|
15580
|
+
msgid "The preview shows the structure of the raw file from a single source."
|
|
15581
|
+
msgstr ""
|
|
15582
|
+
|
|
15607
15583
|
msgid "The provided name is already taken."
|
|
15608
15584
|
msgstr "指定された名前は既に使用されています。"
|
|
15609
15585
|
|
package/locales/ko.po
CHANGED
|
@@ -313,21 +313,6 @@ msgstr "<p>이 옵션을 활성화하면 이 대시보드의 레이아웃과 구
|
|
|
313
313
|
msgid "<p>Enabling this option uses the layout and configuration of this dashboard to create dashboard instances for all devices based on the type <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.</p>"
|
|
314
314
|
msgstr "<p>이 옵션을 활성화하면 이 대시보드의 레이아웃과 구성을 사용하여 모든 디바이스에 대한 대시보드 인스턴스를 <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span> 유형에 따라 생성합니다.</p>"
|
|
315
315
|
|
|
316
|
-
msgid "<p>The preview shows the structure of the raw file from a single source.</p>\n"
|
|
317
|
-
" <p>If no data is available, only the column headers are visible.</p>\n"
|
|
318
|
-
" <p>\n"
|
|
319
|
-
" The preview is limited to\n"
|
|
320
|
-
" <b>{{ MEASUREMENTS_PREVIEW_ITEMS_LIMIT }}</b>\n"
|
|
321
|
-
" records.\n"
|
|
322
|
-
" </p>"
|
|
323
|
-
msgstr "<p>미리보기에는 단일 소스의 원시 파일 구조가 표시됩니다.</p>\n"
|
|
324
|
-
" <p>사용할 수 있는 데이터가 없는 경우 열 헤더만 표시됩니다.</p>\n"
|
|
325
|
-
" <p>\n"
|
|
326
|
-
" 미리 보기는\n"
|
|
327
|
-
" <b>{{ MEASUREMENTS_PREVIEW_ITEMS_LIMIT }}</b>\n"
|
|
328
|
-
" 레코드로 제한됩니다.\n"
|
|
329
|
-
" </p>"
|
|
330
|
-
|
|
331
316
|
msgid "<p>To export data, you must meet at least one of these criteria:</p>\n"
|
|
332
317
|
" <ul>\n"
|
|
333
318
|
" <li>\n"
|
|
@@ -385,21 +370,6 @@ msgstr "<p>데이터를 보려면 다음 기준 중 하나 이상을 충족해
|
|
|
385
370
|
" </ul>\n"
|
|
386
371
|
" <p>이러한 요건을 충족하지 않나요? 시스템 관리자에게 도움을 요청하세요.</p>"
|
|
387
372
|
|
|
388
|
-
msgid "<small>\n"
|
|
389
|
-
" Find out more in the\n"
|
|
390
|
-
" <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n"
|
|
391
|
-
" user documentation\n"
|
|
392
|
-
" </a>\n"
|
|
393
|
-
" .\n"
|
|
394
|
-
" </small>"
|
|
395
|
-
msgstr "<small>\n"
|
|
396
|
-
" 자세한 내용은\n"
|
|
397
|
-
" <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n"
|
|
398
|
-
" 사용자 설명서\n"
|
|
399
|
-
" </a>\n"
|
|
400
|
-
" 에서 확인하세요.\n"
|
|
401
|
-
" </small>"
|
|
402
|
-
|
|
403
373
|
msgid "<small>Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br />Supported algorithms: RSA, DSA, ECDSA, ED25519.</small>"
|
|
404
374
|
msgstr "<small>지원되는 형식: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br />지원되는 알고리즘: RSA, DSA, ECDSA, ED25519.</small>"
|
|
405
375
|
|
|
@@ -1328,20 +1298,20 @@ msgstr "첫 번째 응답을 추가한 후 CSV 미리 보기가 여기에 표시
|
|
|
1328
1298
|
|
|
1329
1299
|
msgid "After clicking \"Download\":<br>\n"
|
|
1330
1300
|
" <ul>\n"
|
|
1331
|
-
" <li><strong>{{$browserDownloadableCount}}</strong>
|
|
1332
|
-
" <li><strong>{{$emailDeliverableCount}}</strong>
|
|
1333
|
-
" <li><strong>{{$nonRetrievableCount}}</strong>
|
|
1301
|
+
" <li><strong>{{$browserDownloadableCount}}</strong> data point export(s) will be downloaded directly within one file: <em>exported_[csv/excel].zip</em></li>\n"
|
|
1302
|
+
" <li><strong>{{$emailDeliverableCount}}</strong> data point export(s) require further processing. The files will be sent to you via separate emails once completed, which may take some time.</li>\n"
|
|
1303
|
+
" <li><strong>{{$nonRetrievableCount}}</strong> data point export(s) exceeded 1,000,000 records, which is the limit for backend processing. To export these data, reduce the date range. Otherwise, the data will neither be downloaded nor sent via email.</li>\n"
|
|
1334
1304
|
" </ul>\n"
|
|
1335
|
-
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong
|
|
1336
|
-
" <p><strong>Note:</strong> The file name convention of files within
|
|
1337
|
-
msgstr "
|
|
1305
|
+
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.</p>\n"
|
|
1306
|
+
" <p><strong>Note:</strong> The file name convention of files within a ZIP file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1307
|
+
msgstr "“다운로드”를 클릭하면:<br>\n"
|
|
1338
1308
|
" <ul>\n"
|
|
1339
|
-
" <li><strong>{{$browserDownloadableCount}}</strong>
|
|
1340
|
-
" <li><strong>{{$emailDeliverableCount}}</strong>
|
|
1341
|
-
" <li><strong>{{$nonRetrievableCount}}</strong>
|
|
1309
|
+
" <li><strong>{{$browserDownloadableCount}}</strong> 데이터 포인트 내보내기 파일은 하나의 파일( <em>exported_[csv/excel].zip</em>)로 직접 다운로드됩니다.</li>\n"
|
|
1310
|
+
" <li><strong>{{$emailDeliverableCount}}</strong> 데이터 포인트 내보내기를 처리 중입니다. 처리가 완료되면 각 파일을 별도의 이메일로 전송드리며, 이 과정에 다소 시간이 소요될 수 있습니다.</li>\n"
|
|
1311
|
+
" <li><strong>{{$nonRetrievableCount}}</strong> 데이터 포인트 내보내기 기록 수가 백엔드 처리 제한인 1,000,000건을 초과했습니다. 이 데이터를 내보내려면 날짜 범위를 줄이십시오. 그렇지 않으면 데이터가 다운로드되거나 이메일로 전송되지 않습니다.</li>\n"
|
|
1342
1312
|
" </ul>\n"
|
|
1343
|
-
" <p>내보낼 수 있는 데이터 포인트의 총 개수는 <strong> {{$totalDatapointsSelectedForExportCount}}
|
|
1344
|
-
" <p><strong
|
|
1313
|
+
" <p>내보낼 수 있는 데이터 포인트의 총 개수는 <strong> {{$totalDatapointsSelectedForExportCount}}중{{$totalExportableDatapointsCount}} </strong> 개입니다. <strong> </strong></p>\n"
|
|
1314
|
+
" <p><strong> 참고:</strong> ZIP 파일 내 파일의 명명 규칙은 <code>[source]_[fragment_series].[csv/xls]</code>입니다.</p>"
|
|
1345
1315
|
|
|
1346
1316
|
msgid "After completing the process you will no longer be able to access your tenant with\n"
|
|
1347
1317
|
" <b>{{ vm.resolve.domainName }}</b>\n"
|
|
@@ -7079,6 +7049,16 @@ msgid "Find out more in the\n"
|
|
|
7079
7049
|
" ."
|
|
7080
7050
|
msgstr "<a c8y-guide-href=\"/docs/standard-tenant/managing-permissions\">사용자 문서</a> 에서 자세히 알아보십시오.\n\n"
|
|
7081
7051
|
|
|
7052
|
+
msgid "Find out more in the\n"
|
|
7053
|
+
" <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n"
|
|
7054
|
+
" user documentation\n"
|
|
7055
|
+
" </a>\n"
|
|
7056
|
+
" ."
|
|
7057
|
+
msgstr "\n"
|
|
7058
|
+
" <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\">\n\n"
|
|
7059
|
+
" </a>\n"
|
|
7060
|
+
" 사용자 문서 <a c8y-guide-href=\"docs/device-management-application/grouping-devices/#using-smart-groups\"> </a> 에서자세히 알아보십시오."
|
|
7061
|
+
|
|
7082
7062
|
msgid "Find your protocol in the\n"
|
|
7083
7063
|
" <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">user documentation</a>\n"
|
|
7084
7064
|
" to get more information."
|
|
@@ -8127,6 +8107,9 @@ msgid "If no constraints are set, device protocols are applied at any fitting lo
|
|
|
8127
8107
|
msgstr "제한이 설정되지 않으면 디바이스 프로토콜은 OPC UA\n"
|
|
8128
8108
|
" 서버의 모든 맞는 위치에 적용됩니다."
|
|
8129
8109
|
|
|
8110
|
+
msgid "If no data is available, only the column headers are visible."
|
|
8111
|
+
msgstr "데이터가 없는 경우, 열 머리글만 표시됩니다."
|
|
8112
|
+
|
|
8130
8113
|
msgid "If no product certificate key is specified, the device is considered a prototype."
|
|
8131
8114
|
msgstr "지정된 제품 인증 키가 없는 경우 디바이스는 프로토타입으로 간주됩니다."
|
|
8132
8115
|
|
|
@@ -9728,9 +9711,6 @@ msgstr "내 프로토콜"
|
|
|
9728
9711
|
msgid "My trackers"
|
|
9729
9712
|
msgstr "내 추적기"
|
|
9730
9713
|
|
|
9731
|
-
msgid "MyType`DEVICE_TYPE`"
|
|
9732
|
-
msgstr "MyType"
|
|
9733
|
-
|
|
9734
9714
|
msgid "N/A"
|
|
9735
9715
|
msgstr "N/A"
|
|
9736
9716
|
|
|
@@ -15512,8 +15492,8 @@ msgstr "대시보드가 밝은 모드입니다. 즉, 밝은 배경에 어두운
|
|
|
15512
15492
|
msgid "The dashboard is styled using the brand palette."
|
|
15513
15493
|
msgstr "대시보드 스타일이 브랜드 색상표를 사용하여 설정되었습니다."
|
|
15514
15494
|
|
|
15515
|
-
msgid "The data for selected
|
|
15516
|
-
msgstr "선택한
|
|
15495
|
+
msgid "The data for selected data point(s) exceeds 1,000,000 records, which is the limit for backend processing. To export this data, reduce the date range."
|
|
15496
|
+
msgstr "선택한 데이터 포인트의 레코드 수가 백엔드 처리 제한인 1,000,000건을 초과합니다. 이 데이터를 내보내려면 날짜 범위를 좁혀 주세요."
|
|
15517
15497
|
|
|
15518
15498
|
msgid "The default application specifies the application that shows up per default when\n"
|
|
15519
15499
|
" logging into the platform. It applies to all users of the tenant. Select an\n"
|
|
@@ -15645,6 +15625,12 @@ msgstr "현재 비밀번호를 재사용하기 전까지 허용되는 횟수입
|
|
|
15645
15625
|
msgid "The password of the user that you are currently logged in with."
|
|
15646
15626
|
msgstr "현재 로그인한 사용자의 비밀번호입니다."
|
|
15647
15627
|
|
|
15628
|
+
msgid "The preview is limited to <b>{{ count }}</b> records."
|
|
15629
|
+
msgstr "미리 보기는 <b>{{ count }}</b> 레코드 수로 제한됩니다."
|
|
15630
|
+
|
|
15631
|
+
msgid "The preview shows the structure of the raw file from a single source."
|
|
15632
|
+
msgstr "미리 보기 화면에는 단일 소스의 원본 파일 구조가 표시됩니다."
|
|
15633
|
+
|
|
15648
15634
|
msgid "The provided name is already taken."
|
|
15649
15635
|
msgstr "제공된 이름이 이미 사용 중입니다."
|
|
15650
15636
|
|