@c8y/ngx-components 1022.21.3 → 1022.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/asset-properties/asset-properties.model.d.ts +117 -0
- package/asset-properties/asset-properties.model.d.ts.map +1 -0
- package/asset-properties/asset-properties.service.d.ts +72 -0
- package/asset-properties/asset-properties.service.d.ts.map +1 -0
- package/asset-properties/asset-property-list/asset-property-action.directive.d.ts +11 -0
- package/asset-properties/asset-property-list/asset-property-action.directive.d.ts.map +1 -0
- package/asset-properties/asset-property-list/asset-property-icon.pipe.d.ts +11 -0
- package/asset-properties/asset-property-list/asset-property-icon.pipe.d.ts.map +1 -0
- package/asset-properties/asset-property-list/asset-property-list.component.d.ts +195 -0
- package/asset-properties/asset-property-list/asset-property-list.component.d.ts.map +1 -0
- package/asset-properties/asset-property-list/asset-property-value.pipe.d.ts +17 -0
- package/asset-properties/asset-property-list/asset-property-value.pipe.d.ts.map +1 -0
- package/asset-properties/asset-property-list/tree-data-source.d.ts +19 -0
- package/asset-properties/asset-property-list/tree-data-source.d.ts.map +1 -0
- package/asset-properties/asset-property-selector-drawer/asset-property-selector-drawer.component.d.ts +75 -0
- package/asset-properties/asset-property-selector-drawer/asset-property-selector-drawer.component.d.ts.map +1 -0
- package/asset-properties/c8y-ngx-components-asset-properties.d.ts.map +1 -0
- package/asset-properties/index.d.ts +6 -0
- package/asset-properties/index.d.ts.map +1 -0
- package/core/search/inventory-search.service.d.ts +4 -3
- package/core/search/inventory-search.service.d.ts.map +1 -1
- package/core/search/search-input.component.d.ts +5 -2
- package/core/search/search-input.component.d.ts.map +1 -1
- package/core/search/search.model.d.ts +4 -0
- package/core/search/search.model.d.ts.map +1 -1
- package/core/search/search.service.d.ts +2 -1
- package/core/search/search.service.d.ts.map +1 -1
- package/core/select/typeahead.component.d.ts +2 -1
- package/core/select/typeahead.component.d.ts.map +1 -1
- package/core/user/user-edit-modal.component.d.ts.map +1 -1
- package/datapoint-explorer/view/datapoint-explorer.component.d.ts +2 -0
- package/datapoint-explorer/view/datapoint-explorer.component.d.ts.map +1 -1
- package/device-grid/device-grid.component.d.ts.map +1 -1
- package/device-grid/device-grid.service.d.ts +4 -3
- package/device-grid/device-grid.service.d.ts.map +1 -1
- package/device-provisioned-certificates/device-tab-provisioned-certificates.component.d.ts +8 -2
- package/device-provisioned-certificates/device-tab-provisioned-certificates.component.d.ts.map +1 -1
- package/echart/charts.component.d.ts +1 -1
- package/echart/charts.component.d.ts.map +1 -1
- package/echart/index.d.ts +1 -0
- package/echart/index.d.ts.map +1 -1
- package/echart/models/datapoints-graph-widget.model.d.ts +13 -0
- package/echart/models/datapoints-graph-widget.model.d.ts.map +1 -1
- package/echart/services/chart-helpers.service.d.ts +23 -0
- package/echart/services/chart-helpers.service.d.ts.map +1 -0
- package/echart/services/echarts-options.service.d.ts +1 -1
- package/echart/services/echarts-options.service.d.ts.map +1 -1
- package/ecosystem/application-plugins/application-plugins.component.d.ts +3 -0
- package/ecosystem/application-plugins/application-plugins.component.d.ts.map +1 -1
- package/fesm2022/c8y-ngx-components-alarms.mjs +2 -2
- package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-asset-properties.mjs +1573 -0
- package/fesm2022/c8y-ngx-components-asset-properties.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components-assets-navigator.mjs +2 -2
- package/fesm2022/c8y-ngx-components-assets-navigator.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +22 -7
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-grid.mjs +21 -13
- 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-device-profile.mjs +1 -1
- package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs +32 -18
- package/fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart-models.mjs +14 -1
- package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart.mjs +109 -98
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +41 -21
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs +1 -1
- package/fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-protocol-lpwan.mjs +2 -2
- package/fesm2022/c8y-ngx-components-protocol-lpwan.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-protocol-opcua.mjs +3 -3
- package/fesm2022/c8y-ngx-components-protocol-opcua.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-configuration.mjs +1 -1
- package/fesm2022/c8y-ngx-components-repository-configuration.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-firmware.mjs +2 -2
- package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-shared.mjs +2 -2
- package/fesm2022/c8y-ngx-components-repository-shared.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-repository-software.mjs +1 -1
- package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-search.mjs +328 -210
- package/fesm2022/c8y-ngx-components-search.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-sub-assets.mjs +36 -16
- package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget.mjs +6 -0
- package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +12 -4
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs +51 -10
- package/fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +7390 -7345
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +43 -24
- package/locales/es.po +43 -24
- package/locales/fr.po +43 -24
- package/locales/ja_JP.po +41 -24
- package/locales/ko.po +42 -24
- package/locales/locales.pot +67 -12
- package/locales/nl.po +43 -24
- package/locales/pl.po +43 -24
- package/locales/pt_BR.po +43 -24
- package/locales/zh_CN.po +43 -24
- package/locales/zh_TW.po +43 -24
- package/package.json +1 -1
- package/search/columns/asset-type-search-grid-column.d.ts.map +1 -1
- package/search/search-action.component.d.ts +12 -8
- package/search/search-action.component.d.ts.map +1 -1
- package/search/search-custom-filters.component.d.ts +18 -4
- package/search/search-custom-filters.component.d.ts.map +1 -1
- package/search/search-grid.component.d.ts +14 -14
- package/search/search-grid.component.d.ts.map +1 -1
- package/search/search-results.component.d.ts +3 -1
- package/search/search-results.component.d.ts.map +1 -1
- package/search/search.module.d.ts.map +1 -1
- package/search/search.service.d.ts +14 -6
- package/search/search.service.d.ts.map +1 -1
- package/sub-assets/sub-assets.service.d.ts +9 -5
- package/sub-assets/sub-assets.service.d.ts.map +1 -1
- package/widgets/definitions/html-widget/html-widget-config.factory.d.ts.map +1 -1
- package/widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.d.ts +2 -0
- package/widgets/implementations/datapoints-graph/datapoints-graph-config/datapoints-graph-widget-config.component.d.ts.map +1 -1
- package/widgets/implementations/html-widget/html-widget-properties-selector/html-widget-properties-selector.component.d.ts +17 -0
- package/widgets/implementations/html-widget/html-widget-properties-selector/html-widget-properties-selector.component.d.ts.map +1 -0
- package/widgets/implementations/html-widget/html-widget.model.d.ts +2 -2
- package/widgets/implementations/html-widget/html-widget.model.d.ts.map +1 -1
- package/widgets/implementations/html-widget/index.d.ts +1 -0
- package/widgets/implementations/html-widget/index.d.ts.map +1 -1
- package/echart/services/custom-measurements.service.d.ts +0 -12
- package/echart/services/custom-measurements.service.d.ts.map +0 -1
package/locales/ja_JP.po
CHANGED
|
@@ -192,12 +192,6 @@ msgid "1 user"
|
|
|
192
192
|
msgid_plural "{{$count}} users"
|
|
193
193
|
msgstr[0] "{{$count}} ユーザー"
|
|
194
194
|
|
|
195
|
-
msgid "30`seconds`"
|
|
196
|
-
msgstr "30"
|
|
197
|
-
|
|
198
|
-
msgid "40`seconds`"
|
|
199
|
-
msgstr "40"
|
|
200
|
-
|
|
201
195
|
msgid "<Not calculated>"
|
|
202
196
|
msgstr "<未計算>"
|
|
203
197
|
|
|
@@ -1462,6 +1456,9 @@ msgstr "同意して続行"
|
|
|
1462
1456
|
msgid "Alarm"
|
|
1463
1457
|
msgstr "アラーム"
|
|
1464
1458
|
|
|
1459
|
+
msgid "Alarm count"
|
|
1460
|
+
msgstr ""
|
|
1461
|
+
|
|
1465
1462
|
msgid "Alarm count 3 months"
|
|
1466
1463
|
msgstr "過去 3 か月間のアラーム数"
|
|
1467
1464
|
|
|
@@ -2003,6 +2000,9 @@ msgstr "アセット プロパティ"
|
|
|
2003
2000
|
msgid "Asset properties updated."
|
|
2004
2001
|
msgstr "アセットのプロパティが更新されました。"
|
|
2005
2002
|
|
|
2003
|
+
msgid "Asset property list"
|
|
2004
|
+
msgstr ""
|
|
2005
|
+
|
|
2006
2006
|
msgid "Asset selection"
|
|
2007
2007
|
msgstr "アセットの選択"
|
|
2008
2008
|
|
|
@@ -3212,6 +3212,9 @@ msgstr "ジオフェンスをクリア"
|
|
|
3212
3212
|
msgid "Clear mapping"
|
|
3213
3213
|
msgstr "マッピングをクリア"
|
|
3214
3214
|
|
|
3215
|
+
msgid "Clear search"
|
|
3216
|
+
msgstr "検索をクリア"
|
|
3217
|
+
|
|
3215
3218
|
msgid "Clear selection"
|
|
3216
3219
|
msgstr "選択のクリア"
|
|
3217
3220
|
|
|
@@ -3318,6 +3321,10 @@ msgstr "フィルターを適用する列ヘッダーをクリックしてくだ
|
|
|
3318
3321
|
msgid "Click the column headers to apply filters. Click <b>Active filters</b> button to manage applied filters."
|
|
3319
3322
|
msgstr "列ヘッダーをクリックして、フィルターを適用してください。<b>アクティブなフィルター</b> ボタンをクリックして、適用されているフィルターを管理できます。"
|
|
3320
3323
|
|
|
3324
|
+
msgid "Click the copy icon for your chosen property and insert it into the HTML widget as a template\n"
|
|
3325
|
+
" literal."
|
|
3326
|
+
msgstr ""
|
|
3327
|
+
|
|
3321
3328
|
msgid "Click the link to download the file with the affected devices."
|
|
3322
3329
|
msgstr "リンクをクリックして、影響を受けるデバイスを含むファイルをダウンロードしてください。"
|
|
3323
3330
|
|
|
@@ -3411,6 +3418,9 @@ msgstr "すべて折りたたむ"
|
|
|
3411
3418
|
msgid "Collapse navigator on start up"
|
|
3412
3419
|
msgstr "起動時にナビゲーターを折りたたむ"
|
|
3413
3420
|
|
|
3421
|
+
msgid "Collapse {{ assetPropertyLabel }}"
|
|
3422
|
+
msgstr ""
|
|
3423
|
+
|
|
3414
3424
|
msgid "Color"
|
|
3415
3425
|
msgstr "色"
|
|
3416
3426
|
|
|
@@ -6463,6 +6473,9 @@ msgstr "イベント プロパティ"
|
|
|
6463
6473
|
msgid "Event text"
|
|
6464
6474
|
msgstr "イベント テキスト"
|
|
6465
6475
|
|
|
6476
|
+
msgid "Event time"
|
|
6477
|
+
msgstr ""
|
|
6478
|
+
|
|
6466
6479
|
msgid "Event type"
|
|
6467
6480
|
msgstr "イベント タイプ"
|
|
6468
6481
|
|
|
@@ -6556,6 +6569,9 @@ msgstr "階層リンクを展開"
|
|
|
6556
6569
|
msgid "Expand node"
|
|
6557
6570
|
msgstr "ノードの拡張"
|
|
6558
6571
|
|
|
6572
|
+
msgid "Expand {{ assetPropertyLabel }}"
|
|
6573
|
+
msgstr ""
|
|
6574
|
+
|
|
6559
6575
|
msgid "Expand/collapse"
|
|
6560
6576
|
msgstr "展開/折りたたむ"
|
|
6561
6577
|
|
|
@@ -8295,6 +8311,9 @@ msgstr "時間ごとの集計"
|
|
|
8295
8311
|
msgid "Hourly: {{ minutes }} minute(s) past the hour."
|
|
8296
8312
|
msgstr "毎時: {{ minutes }} 分"
|
|
8297
8313
|
|
|
8314
|
+
msgid "How to use properties in the widget"
|
|
8315
|
+
msgstr ""
|
|
8316
|
+
|
|
8298
8317
|
msgid "How would you like to proceed with sub-users when the owner is deleted?"
|
|
8299
8318
|
msgstr "所有者が削除された際のサブユーザーの取り扱いを指定してください。"
|
|
8300
8319
|
|
|
@@ -10456,9 +10475,6 @@ msgstr "説明はありません"
|
|
|
10456
10475
|
msgid "No description available."
|
|
10457
10476
|
msgstr "説明はありません。"
|
|
10458
10477
|
|
|
10459
|
-
msgid "No description provided."
|
|
10460
|
-
msgstr "説明はありません。"
|
|
10461
|
-
|
|
10462
10478
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10463
10479
|
" granted access to some device groups first."
|
|
10464
10480
|
msgstr "デバイス所有者の権限のため、デバイス グループは使用できません。デバイス所有者には、\n"
|
|
@@ -10742,9 +10758,6 @@ msgstr "利用できる他のソフトウェア バージョンはありませ
|
|
|
10742
10758
|
msgid "No package selected"
|
|
10743
10759
|
msgstr "パッケージは選択されていません"
|
|
10744
10760
|
|
|
10745
|
-
msgid "No parameters to display."
|
|
10746
|
-
msgstr "表示するパラメーターはありません。"
|
|
10747
|
-
|
|
10748
10761
|
msgid "No password"
|
|
10749
10762
|
msgstr "パスワードがありません"
|
|
10750
10763
|
|
|
@@ -10790,6 +10803,9 @@ msgstr "<code>text/*</code> 以外の MIME タイプのログ ファイルに利
|
|
|
10790
10803
|
msgid "No preview available."
|
|
10791
10804
|
msgstr "利用できるプレビューはありません。"
|
|
10792
10805
|
|
|
10806
|
+
msgid "No properties to display"
|
|
10807
|
+
msgstr ""
|
|
10808
|
+
|
|
10793
10809
|
msgid "No properties to display."
|
|
10794
10810
|
msgstr "表示できるプロパティはありません。"
|
|
10795
10811
|
|
|
@@ -11403,6 +11419,9 @@ msgstr "スマートフォンで \n"
|
|
|
11403
11419
|
msgid "Open dashboard"
|
|
11404
11420
|
msgstr "ダッシュボードを開く"
|
|
11405
11421
|
|
|
11422
|
+
msgid "Open details"
|
|
11423
|
+
msgstr ""
|
|
11424
|
+
|
|
11406
11425
|
msgid "Open in Device Management"
|
|
11407
11426
|
msgstr "デバイス管理で開く"
|
|
11408
11427
|
|
|
@@ -11702,12 +11721,6 @@ msgstr "ページ {{ pageNo }} を読み込んでいます…"
|
|
|
11702
11721
|
msgid "Panel"
|
|
11703
11722
|
msgstr "パネル"
|
|
11704
11723
|
|
|
11705
|
-
msgid "Parameters"
|
|
11706
|
-
msgstr "パラメーター"
|
|
11707
|
-
|
|
11708
|
-
msgid "Parameters used in the device will be displayed here"
|
|
11709
|
-
msgstr "デバイスで使用されるパラメーターはここに表示されます"
|
|
11710
|
-
|
|
11711
11724
|
msgid "Parent group ID"
|
|
11712
11725
|
msgstr "親グループ ID"
|
|
11713
11726
|
|
|
@@ -12592,6 +12605,10 @@ msgstr "最近のアラーム"
|
|
|
12592
12605
|
msgid "Recent alarms are displayed below. Past alarms might not be shown."
|
|
12593
12606
|
msgstr "最近のアラームが以下に表示されます。過去のアラームは表示されない場合があります。"
|
|
12594
12607
|
|
|
12608
|
+
msgid "Recent alarms are displayed below. Past alarms might not be shown. Optionally you can\n"
|
|
12609
|
+
" add a custom alarm."
|
|
12610
|
+
msgstr ""
|
|
12611
|
+
|
|
12595
12612
|
msgid "Recent data"
|
|
12596
12613
|
msgstr "最近のデータ"
|
|
12597
12614
|
|
|
@@ -13603,6 +13620,9 @@ msgstr "リストからアラームを選択すると、その詳細が表示さ
|
|
|
13603
13620
|
msgid "Select an asset from the list."
|
|
13604
13621
|
msgstr "アセットを一覧から選択してください。"
|
|
13605
13622
|
|
|
13623
|
+
msgid "Select an asset to see the available properties."
|
|
13624
|
+
msgstr ""
|
|
13625
|
+
|
|
13606
13626
|
msgid "Select an asset with alarms from the list."
|
|
13607
13627
|
msgstr "アラームがあるアセットをリストから選択します。"
|
|
13608
13628
|
|
|
@@ -16175,6 +16195,9 @@ msgstr "設定はプラットフォーム レベルで有効化されます。"
|
|
|
16175
16195
|
msgid "The setting is enforced on the platform level."
|
|
16176
16196
|
msgstr "設定はプラットフォーム レベルで強制されます。"
|
|
16177
16197
|
|
|
16198
|
+
msgid "The smart group will be created based on the filters currently applied in the device list."
|
|
16199
|
+
msgstr ""
|
|
16200
|
+
|
|
16178
16201
|
msgid "The successfully enrolled devices can now request signed certificates and use them to\n"
|
|
16179
16202
|
" connect and authenticate to the platform via certificate-based authentication."
|
|
16180
16203
|
msgstr "正常に登録されたデバイスにより、署名済み証明書をリクエストして、証明書ベースの認証によるプラットホームへの接続と認証にそれらを使用できるようになりました。"
|
|
@@ -16506,9 +16529,6 @@ msgstr "しきい値を超えました"
|
|
|
16506
16529
|
msgid "Thresholds exceeded"
|
|
16507
16530
|
msgstr "しきい値を超えました"
|
|
16508
16531
|
|
|
16509
|
-
msgid "Thе smart group will be created based on the filters currently applied in the device list."
|
|
16510
|
-
msgstr "スマート グループは、デバイス リストに現在適用されているフィルターに基づいて作成されます。"
|
|
16511
|
-
|
|
16512
16532
|
msgid "Time"
|
|
16513
16533
|
msgstr "時間"
|
|
16514
16534
|
|
|
@@ -19271,9 +19291,6 @@ msgstr "未定義"
|
|
|
19271
19291
|
msgid "note: \"{{ note }}\""
|
|
19272
19292
|
msgstr "注釈: \"{{ note }}\""
|
|
19273
19293
|
|
|
19274
|
-
msgid "ns=2;s=Node1"
|
|
19275
|
-
msgstr "ns=2;s=Node1"
|
|
19276
|
-
|
|
19277
19294
|
msgid "number of devices"
|
|
19278
19295
|
msgstr "デバイス数"
|
|
19279
19296
|
|
package/locales/ko.po
CHANGED
|
@@ -192,12 +192,6 @@ msgid "1 user"
|
|
|
192
192
|
msgid_plural "{{$count}} users"
|
|
193
193
|
msgstr[0] "사용자 {{$count}}명"
|
|
194
194
|
|
|
195
|
-
msgid "30`seconds`"
|
|
196
|
-
msgstr "30"
|
|
197
|
-
|
|
198
|
-
msgid "40`seconds`"
|
|
199
|
-
msgstr "40"
|
|
200
|
-
|
|
201
195
|
msgid "<Not calculated>"
|
|
202
196
|
msgstr "<계산되지 않음>"
|
|
203
197
|
|
|
@@ -1464,6 +1458,9 @@ msgstr "동의 및 진행"
|
|
|
1464
1458
|
msgid "Alarm"
|
|
1465
1459
|
msgstr "알람"
|
|
1466
1460
|
|
|
1461
|
+
msgid "Alarm count"
|
|
1462
|
+
msgstr "알람 횟수"
|
|
1463
|
+
|
|
1467
1464
|
msgid "Alarm count 3 months"
|
|
1468
1465
|
msgstr "알람 수(3개월)"
|
|
1469
1466
|
|
|
@@ -2005,6 +2002,9 @@ msgstr "자산 속성"
|
|
|
2005
2002
|
msgid "Asset properties updated."
|
|
2006
2003
|
msgstr "자산 속성을 업데이트했습니다."
|
|
2007
2004
|
|
|
2005
|
+
msgid "Asset property list"
|
|
2006
|
+
msgstr "자산 속성 목록"
|
|
2007
|
+
|
|
2008
2008
|
msgid "Asset selection"
|
|
2009
2009
|
msgstr "자산 선택"
|
|
2010
2010
|
|
|
@@ -3215,6 +3215,9 @@ msgstr "지오펜스 지우기"
|
|
|
3215
3215
|
msgid "Clear mapping"
|
|
3216
3216
|
msgstr "매핑 지우기"
|
|
3217
3217
|
|
|
3218
|
+
msgid "Clear search"
|
|
3219
|
+
msgstr "검색어지우기"
|
|
3220
|
+
|
|
3218
3221
|
msgid "Clear selection"
|
|
3219
3222
|
msgstr "선택 항목 지우기"
|
|
3220
3223
|
|
|
@@ -3321,6 +3324,10 @@ msgstr "필터를 적용하려면 열 머리글을 클릭하십시오."
|
|
|
3321
3324
|
msgid "Click the column headers to apply filters. Click <b>Active filters</b> button to manage applied filters."
|
|
3322
3325
|
msgstr "열 머리글을 클릭하여 필터를 적용하십시오. 적용된 필터를 관리하려면 <b>활성 필터</b> 버튼을 클릭하십시오."
|
|
3323
3326
|
|
|
3327
|
+
msgid "Click the copy icon for your chosen property and insert it into the HTML widget as a template\n"
|
|
3328
|
+
" literal."
|
|
3329
|
+
msgstr "선택한 속성의 복사 아이콘을 클릭하고 HTML 위젯에 템플릿 리터럴로 삽입하세요.\n"
|
|
3330
|
+
|
|
3324
3331
|
msgid "Click the link to download the file with the affected devices."
|
|
3325
3332
|
msgstr "링크를 클릭하여 영향 받은 디바이스를 포함하는 파일을 다운로드하십시오."
|
|
3326
3333
|
|
|
@@ -3414,6 +3421,9 @@ msgstr "모두 접기"
|
|
|
3414
3421
|
msgid "Collapse navigator on start up"
|
|
3415
3422
|
msgstr "시작할 때 내비게이터 접기"
|
|
3416
3423
|
|
|
3424
|
+
msgid "Collapse {{ assetPropertyLabel }}"
|
|
3425
|
+
msgstr "접기 {{ assetPropertyLabel }}"
|
|
3426
|
+
|
|
3417
3427
|
msgid "Color"
|
|
3418
3428
|
msgstr "색상"
|
|
3419
3429
|
|
|
@@ -6468,6 +6478,9 @@ msgstr "이벤트 속성"
|
|
|
6468
6478
|
msgid "Event text"
|
|
6469
6479
|
msgstr "이벤트 텍스트"
|
|
6470
6480
|
|
|
6481
|
+
msgid "Event time"
|
|
6482
|
+
msgstr "이벤트 시간"
|
|
6483
|
+
|
|
6471
6484
|
msgid "Event type"
|
|
6472
6485
|
msgstr "이벤트 유형"
|
|
6473
6486
|
|
|
@@ -6561,6 +6574,9 @@ msgstr "이동 경로 펼치기"
|
|
|
6561
6574
|
msgid "Expand node"
|
|
6562
6575
|
msgstr "노드 펼치기"
|
|
6563
6576
|
|
|
6577
|
+
msgid "Expand {{ assetPropertyLabel }}"
|
|
6578
|
+
msgstr "{{ assetPropertyLabel }}펼치기"
|
|
6579
|
+
|
|
6564
6580
|
msgid "Expand/collapse"
|
|
6565
6581
|
msgstr "펼치기/접기"
|
|
6566
6582
|
|
|
@@ -8302,6 +8318,9 @@ msgstr "시간당 집계"
|
|
|
8302
8318
|
msgid "Hourly: {{ minutes }} minute(s) past the hour."
|
|
8303
8319
|
msgstr "매 시간: 매 시간 {{ minutes }}분 후."
|
|
8304
8320
|
|
|
8321
|
+
msgid "How to use properties in the widget"
|
|
8322
|
+
msgstr "위젯에서 속성을 사용하는 방법"
|
|
8323
|
+
|
|
8305
8324
|
msgid "How would you like to proceed with sub-users when the owner is deleted?"
|
|
8306
8325
|
msgstr "소유자 삭제 시 하위 사용자를 어떻게 처리하고 싶으십니까?"
|
|
8307
8326
|
|
|
@@ -10464,9 +10483,6 @@ msgstr "제공된 설명 없음"
|
|
|
10464
10483
|
msgid "No description available."
|
|
10465
10484
|
msgstr "사용할 수 있는 설명이 없습니다."
|
|
10466
10485
|
|
|
10467
|
-
msgid "No description provided."
|
|
10468
|
-
msgstr "설명 정보가 없습니다."
|
|
10469
|
-
|
|
10470
10486
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10471
10487
|
" granted access to some device groups first."
|
|
10472
10488
|
msgstr "디바이스 소유자 권한으로 인해 사용 가능한 디바이스 그룹이 없습니다.\n"
|
|
@@ -10750,9 +10766,6 @@ msgstr "사용 가능한 다른 소프트웨어 버전이 없습니다."
|
|
|
10750
10766
|
msgid "No package selected"
|
|
10751
10767
|
msgstr "선택된 패키지 없음"
|
|
10752
10768
|
|
|
10753
|
-
msgid "No parameters to display."
|
|
10754
|
-
msgstr "표시할 매개 변수가 없습니다."
|
|
10755
|
-
|
|
10756
10769
|
msgid "No password"
|
|
10757
10770
|
msgstr "비밀번호 없음"
|
|
10758
10771
|
|
|
@@ -10798,6 +10811,9 @@ msgstr "<code>text/*</code> 외 MIME 유형의 로그 파일을 미리 볼 수
|
|
|
10798
10811
|
msgid "No preview available."
|
|
10799
10812
|
msgstr "미리 보기 불가."
|
|
10800
10813
|
|
|
10814
|
+
msgid "No properties to display"
|
|
10815
|
+
msgstr "표시할 속성이 없습니다."
|
|
10816
|
+
|
|
10801
10817
|
msgid "No properties to display."
|
|
10802
10818
|
msgstr "표시할 속성이 없습니다."
|
|
10803
10819
|
|
|
@@ -11411,6 +11427,9 @@ msgstr "스마트폰에서\n"
|
|
|
11411
11427
|
msgid "Open dashboard"
|
|
11412
11428
|
msgstr "대시보드 열기"
|
|
11413
11429
|
|
|
11430
|
+
msgid "Open details"
|
|
11431
|
+
msgstr "상세 정보 열기"
|
|
11432
|
+
|
|
11414
11433
|
msgid "Open in Device Management"
|
|
11415
11434
|
msgstr "Device Management에서 열기"
|
|
11416
11435
|
|
|
@@ -11710,12 +11729,6 @@ msgstr "{{ pageNo }} 페이지 로드 중…"
|
|
|
11710
11729
|
msgid "Panel"
|
|
11711
11730
|
msgstr "패널"
|
|
11712
11731
|
|
|
11713
|
-
msgid "Parameters"
|
|
11714
|
-
msgstr "Parameters"
|
|
11715
|
-
|
|
11716
|
-
msgid "Parameters used in the device will be displayed here"
|
|
11717
|
-
msgstr "디바이스에 사용된 매개 변수가 여기에 표시됩니다."
|
|
11718
|
-
|
|
11719
11732
|
msgid "Parent group ID"
|
|
11720
11733
|
msgstr "상위 그룹 ID"
|
|
11721
11734
|
|
|
@@ -12600,6 +12613,11 @@ msgstr "최근 알람"
|
|
|
12600
12613
|
msgid "Recent alarms are displayed below. Past alarms might not be shown."
|
|
12601
12614
|
msgstr "최근 알람이 아래에 표시됩니다. 과거의 알람은 표시되지 않을 수 있습니다."
|
|
12602
12615
|
|
|
12616
|
+
msgid "Recent alarms are displayed below. Past alarms might not be shown. Optionally you can\n"
|
|
12617
|
+
" add a custom alarm."
|
|
12618
|
+
msgstr "\n"
|
|
12619
|
+
" 최근 알람은 아래에 표시됩니다. 과거 알람은 표시되지 않을 수 있습니다. 옵션에 따라 사용자 지정 알람을 추가할 수 있습니다."
|
|
12620
|
+
|
|
12603
12621
|
msgid "Recent data"
|
|
12604
12622
|
msgstr "최근 데이터"
|
|
12605
12623
|
|
|
@@ -13611,6 +13629,9 @@ msgstr "목록에서 알람을 선택하여 자세한 내용을 보십시오."
|
|
|
13611
13629
|
msgid "Select an asset from the list."
|
|
13612
13630
|
msgstr "목록에서 자산을 선택하십시오."
|
|
13613
13631
|
|
|
13632
|
+
msgid "Select an asset to see the available properties."
|
|
13633
|
+
msgstr "사용 가능한 속성을 보려면 자산을 선택하세요."
|
|
13634
|
+
|
|
13614
13635
|
msgid "Select an asset with alarms from the list."
|
|
13615
13636
|
msgstr "목록에서 알람이 있는 자산을 선택하십시오."
|
|
13616
13637
|
|
|
@@ -16185,6 +16206,9 @@ msgstr "설정은 플랫폼 수준에서 활성화됩니다."
|
|
|
16185
16206
|
msgid "The setting is enforced on the platform level."
|
|
16186
16207
|
msgstr "설정이 플랫폼 수준에서 실행됩니다."
|
|
16187
16208
|
|
|
16209
|
+
msgid "The smart group will be created based on the filters currently applied in the device list."
|
|
16210
|
+
msgstr "스마트 그룹은 현재 디바이스 목록에 적용된 필터에 따라 생성됩니다."
|
|
16211
|
+
|
|
16188
16212
|
msgid "The successfully enrolled devices can now request signed certificates and use them to\n"
|
|
16189
16213
|
" connect and authenticate to the platform via certificate-based authentication."
|
|
16190
16214
|
msgstr "성공적으로 등록된 디바이스는 이제 서명된 인증서를 요청하고, 이를 사용하여 인증서 기반 인증을 통해 플랫폼에 연결하고 인증할 수 있습니다\n"
|
|
@@ -16517,9 +16541,6 @@ msgstr "임계치 초과"
|
|
|
16517
16541
|
msgid "Thresholds exceeded"
|
|
16518
16542
|
msgstr "임계치 초과"
|
|
16519
16543
|
|
|
16520
|
-
msgid "Thе smart group will be created based on the filters currently applied in the device list."
|
|
16521
|
-
msgstr "스마트 그룹은 현재 디바이스 목록에 적용된 필터를 기반으로 만들어집니다."
|
|
16522
|
-
|
|
16523
16544
|
msgid "Time"
|
|
16524
16545
|
msgstr "시간"
|
|
16525
16546
|
|
|
@@ -19285,9 +19306,6 @@ msgstr "미지정"
|
|
|
19285
19306
|
msgid "note: \"{{ note }}\""
|
|
19286
19307
|
msgstr "참고: \"{{ note }}\""
|
|
19287
19308
|
|
|
19288
|
-
msgid "ns=2;s=Node1"
|
|
19289
|
-
msgstr "ns=2;s=노드1"
|
|
19290
|
-
|
|
19291
19309
|
msgid "number of devices"
|
|
19292
19310
|
msgstr "디바이스 수"
|
|
19293
19311
|
|
package/locales/locales.pot
CHANGED
|
@@ -206,12 +206,6 @@ msgid_plural "{{$count}} users"
|
|
|
206
206
|
msgstr[0] ""
|
|
207
207
|
msgstr[1] ""
|
|
208
208
|
|
|
209
|
-
msgid "30`seconds`"
|
|
210
|
-
msgstr ""
|
|
211
|
-
|
|
212
|
-
msgid "40`seconds`"
|
|
213
|
-
msgstr ""
|
|
214
|
-
|
|
215
209
|
msgid "<Not calculated>"
|
|
216
210
|
msgstr ""
|
|
217
211
|
|
|
@@ -1383,6 +1377,9 @@ msgstr ""
|
|
|
1383
1377
|
msgid "Alarm"
|
|
1384
1378
|
msgstr ""
|
|
1385
1379
|
|
|
1380
|
+
msgid "Alarm count"
|
|
1381
|
+
msgstr ""
|
|
1382
|
+
|
|
1386
1383
|
msgid "Alarm count 3 months"
|
|
1387
1384
|
msgstr ""
|
|
1388
1385
|
|
|
@@ -1524,6 +1521,9 @@ msgstr ""
|
|
|
1524
1521
|
msgid "All devices selected"
|
|
1525
1522
|
msgstr ""
|
|
1526
1523
|
|
|
1524
|
+
msgid "All devices, assets and groups"
|
|
1525
|
+
msgstr ""
|
|
1526
|
+
|
|
1527
1527
|
msgid "All direct and indirect sub-users of the deleted user will be deleted."
|
|
1528
1528
|
msgstr ""
|
|
1529
1529
|
|
|
@@ -1912,6 +1912,9 @@ msgstr ""
|
|
|
1912
1912
|
msgid "Asset Manager`role`"
|
|
1913
1913
|
msgstr ""
|
|
1914
1914
|
|
|
1915
|
+
msgid "Asset data"
|
|
1916
|
+
msgstr ""
|
|
1917
|
+
|
|
1915
1918
|
msgid "Asset notes"
|
|
1916
1919
|
msgstr ""
|
|
1917
1920
|
|
|
@@ -1921,6 +1924,9 @@ msgstr ""
|
|
|
1921
1924
|
msgid "Asset properties updated."
|
|
1922
1925
|
msgstr ""
|
|
1923
1926
|
|
|
1927
|
+
msgid "Asset property list"
|
|
1928
|
+
msgstr ""
|
|
1929
|
+
|
|
1924
1930
|
msgid "Asset selection"
|
|
1925
1931
|
msgstr ""
|
|
1926
1932
|
|
|
@@ -1933,6 +1939,9 @@ msgstr ""
|
|
|
1933
1939
|
msgid "Asset {{ assetId }}"
|
|
1934
1940
|
msgstr ""
|
|
1935
1941
|
|
|
1942
|
+
msgid "Assets and groups only"
|
|
1943
|
+
msgstr ""
|
|
1944
|
+
|
|
1936
1945
|
msgid "Assign"
|
|
1937
1946
|
msgstr ""
|
|
1938
1947
|
|
|
@@ -3095,6 +3104,12 @@ msgstr ""
|
|
|
3095
3104
|
msgid "Clear mapping"
|
|
3096
3105
|
msgstr ""
|
|
3097
3106
|
|
|
3107
|
+
msgid "Clear search"
|
|
3108
|
+
msgstr ""
|
|
3109
|
+
|
|
3110
|
+
msgid "Clear search results"
|
|
3111
|
+
msgstr ""
|
|
3112
|
+
|
|
3098
3113
|
msgid "Clear selection"
|
|
3099
3114
|
msgstr ""
|
|
3100
3115
|
|
|
@@ -3200,6 +3215,11 @@ msgstr ""
|
|
|
3200
3215
|
msgid "Click the column headers to apply filters. Click <b>Active filters</b> button to manage applied filters."
|
|
3201
3216
|
msgstr ""
|
|
3202
3217
|
|
|
3218
|
+
msgid ""
|
|
3219
|
+
"Click the copy icon for your chosen property and insert it into the HTML widget as a template\n"
|
|
3220
|
+
" literal."
|
|
3221
|
+
msgstr ""
|
|
3222
|
+
|
|
3203
3223
|
msgid "Click the link to download the file with the affected devices."
|
|
3204
3224
|
msgstr ""
|
|
3205
3225
|
|
|
@@ -3293,6 +3313,9 @@ msgstr ""
|
|
|
3293
3313
|
msgid "Collapse navigator on start up"
|
|
3294
3314
|
msgstr ""
|
|
3295
3315
|
|
|
3316
|
+
msgid "Collapse {{ assetPropertyLabel }}"
|
|
3317
|
+
msgstr ""
|
|
3318
|
+
|
|
3296
3319
|
msgid "Color"
|
|
3297
3320
|
msgstr ""
|
|
3298
3321
|
|
|
@@ -5433,6 +5456,9 @@ msgstr ""
|
|
|
5433
5456
|
msgid "Devices availability monitoring"
|
|
5434
5457
|
msgstr ""
|
|
5435
5458
|
|
|
5459
|
+
msgid "Devices only"
|
|
5460
|
+
msgstr ""
|
|
5461
|
+
|
|
5436
5462
|
msgid "Devices using the MQTT protocol with credentials signed by this certificate will be able to communicate with the platform without prior registration. The option does not support devices using the LWM2M protocol."
|
|
5437
5463
|
msgstr ""
|
|
5438
5464
|
|
|
@@ -6341,6 +6367,9 @@ msgstr ""
|
|
|
6341
6367
|
msgid "Event text"
|
|
6342
6368
|
msgstr ""
|
|
6343
6369
|
|
|
6370
|
+
msgid "Event time"
|
|
6371
|
+
msgstr ""
|
|
6372
|
+
|
|
6344
6373
|
msgid "Event type"
|
|
6345
6374
|
msgstr ""
|
|
6346
6375
|
|
|
@@ -6434,6 +6463,9 @@ msgstr ""
|
|
|
6434
6463
|
msgid "Expand node"
|
|
6435
6464
|
msgstr ""
|
|
6436
6465
|
|
|
6466
|
+
msgid "Expand {{ assetPropertyLabel }}"
|
|
6467
|
+
msgstr ""
|
|
6468
|
+
|
|
6437
6469
|
msgid "Expand/collapse"
|
|
6438
6470
|
msgstr ""
|
|
6439
6471
|
|
|
@@ -7983,6 +8015,9 @@ msgstr ""
|
|
|
7983
8015
|
msgid "Groups"
|
|
7984
8016
|
msgstr ""
|
|
7985
8017
|
|
|
8018
|
+
msgid "Groups and assets"
|
|
8019
|
+
msgstr ""
|
|
8020
|
+
|
|
7986
8021
|
msgid "HH`HOURS`"
|
|
7987
8022
|
msgstr ""
|
|
7988
8023
|
|
|
@@ -8115,6 +8150,9 @@ msgstr ""
|
|
|
8115
8150
|
msgid "Hourly: {{ minutes }} minute(s) past the hour."
|
|
8116
8151
|
msgstr ""
|
|
8117
8152
|
|
|
8153
|
+
msgid "How to use properties in the widget"
|
|
8154
|
+
msgstr ""
|
|
8155
|
+
|
|
8118
8156
|
msgid "How would you like to proceed with sub-users when the owner is deleted?"
|
|
8119
8157
|
msgstr ""
|
|
8120
8158
|
|
|
@@ -10609,6 +10647,9 @@ msgstr ""
|
|
|
10609
10647
|
msgid "No preview available."
|
|
10610
10648
|
msgstr ""
|
|
10611
10649
|
|
|
10650
|
+
msgid "No properties to display"
|
|
10651
|
+
msgstr ""
|
|
10652
|
+
|
|
10612
10653
|
msgid "No properties to display."
|
|
10613
10654
|
msgstr ""
|
|
10614
10655
|
|
|
@@ -11219,6 +11260,9 @@ msgstr ""
|
|
|
11219
11260
|
msgid "Open dashboard"
|
|
11220
11261
|
msgstr ""
|
|
11221
11262
|
|
|
11263
|
+
msgid "Open details"
|
|
11264
|
+
msgstr ""
|
|
11265
|
+
|
|
11222
11266
|
msgid "Open in Device Management"
|
|
11223
11267
|
msgstr ""
|
|
11224
11268
|
|
|
@@ -12392,6 +12436,11 @@ msgstr ""
|
|
|
12392
12436
|
msgid "Recent alarms are displayed below. Past alarms might not be shown."
|
|
12393
12437
|
msgstr ""
|
|
12394
12438
|
|
|
12439
|
+
msgid ""
|
|
12440
|
+
"Recent alarms are displayed below. Past alarms might not be shown. Optionally you can\n"
|
|
12441
|
+
" add a custom alarm."
|
|
12442
|
+
msgstr ""
|
|
12443
|
+
|
|
12395
12444
|
msgid "Recent data"
|
|
12396
12445
|
msgstr ""
|
|
12397
12446
|
|
|
@@ -13286,6 +13335,12 @@ msgstr ""
|
|
|
13286
13335
|
msgid "Search more"
|
|
13287
13336
|
msgstr ""
|
|
13288
13337
|
|
|
13338
|
+
msgid "Search only in"
|
|
13339
|
+
msgstr ""
|
|
13340
|
+
|
|
13341
|
+
msgid "Search only within the current group or asset hierarchy"
|
|
13342
|
+
msgstr ""
|
|
13343
|
+
|
|
13289
13344
|
msgid "Search property"
|
|
13290
13345
|
msgstr ""
|
|
13291
13346
|
|
|
@@ -13403,6 +13458,9 @@ msgstr ""
|
|
|
13403
13458
|
msgid "Select an asset from the list."
|
|
13404
13459
|
msgstr ""
|
|
13405
13460
|
|
|
13461
|
+
msgid "Select an asset to see the available properties."
|
|
13462
|
+
msgstr ""
|
|
13463
|
+
|
|
13406
13464
|
msgid "Select an asset with alarms from the list."
|
|
13407
13465
|
msgstr ""
|
|
13408
13466
|
|
|
@@ -15971,6 +16029,9 @@ msgstr ""
|
|
|
15971
16029
|
msgid "The setting is enforced on the platform level."
|
|
15972
16030
|
msgstr ""
|
|
15973
16031
|
|
|
16032
|
+
msgid "The smart group will be created based on the filters currently applied in the device list."
|
|
16033
|
+
msgstr ""
|
|
16034
|
+
|
|
15974
16035
|
msgid ""
|
|
15975
16036
|
"The successfully enrolled devices can now request signed certificates and use them to\n"
|
|
15976
16037
|
" connect and authenticate to the platform via certificate-based authentication."
|
|
@@ -16301,9 +16362,6 @@ msgstr ""
|
|
|
16301
16362
|
msgid "Thresholds exceeded"
|
|
16302
16363
|
msgstr ""
|
|
16303
16364
|
|
|
16304
|
-
msgid "Thе smart group will be created based on the filters currently applied in the device list."
|
|
16305
|
-
msgstr ""
|
|
16306
|
-
|
|
16307
16365
|
msgid "Time"
|
|
16308
16366
|
msgstr ""
|
|
16309
16367
|
|
|
@@ -19067,9 +19125,6 @@ msgstr ""
|
|
|
19067
19125
|
msgid "note: \"{{ note }}\""
|
|
19068
19126
|
msgstr ""
|
|
19069
19127
|
|
|
19070
|
-
msgid "ns=2;s=Node1"
|
|
19071
|
-
msgstr ""
|
|
19072
|
-
|
|
19073
19128
|
msgid "number of devices"
|
|
19074
19129
|
msgstr ""
|
|
19075
19130
|
|