@c8y/ngx-components 1021.50.0 → 1021.52.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/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/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/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/index.mjs +2 -1
- package/esm2022/datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/data-fetching.service.mjs +165 -163
- 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/icon-selector/icons/platform/index.mjs +10 -8
- package/esm2022/interval-picker/interval-picker.model.mjs +5 -1
- 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-datapoints-export-selector.mjs +247 -307
- 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-icon-selector-icons-platform.mjs +9 -7
- package/fesm2022/c8y-ngx-components-icon-selector-icons-platform.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-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 +118 -76
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/icon-selector/icons/index.d.ts +1 -1
- package/icon-selector/icons/platform/index.d.ts +2 -2
- package/icon-selector/icons/platform/index.d.ts.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 +40 -27
- package/locales/es.po +40 -27
- package/locales/fr.po +40 -27
- package/locales/ja_JP.po +40 -26
- package/locales/ko.po +38 -24
- package/locales/locales.pot +23 -307
- package/locales/nl.po +40 -27
- package/locales/pl.po +40 -26
- package/locales/pt_BR.po +40 -27
- package/locales/zh_CN.po +38 -24
- package/locales/zh_TW.po +38 -24
- package/package.json +1 -1
- 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/widgets/implementations/datapoints-table/datapoints-table-config/datapoints-table-config.service.mjs +0 -124
- 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/ja_JP.po
CHANGED
|
@@ -2967,6 +2967,9 @@ msgstr "子デバイスが割り当てられました。"
|
|
|
2967
2967
|
msgid "Children"
|
|
2968
2968
|
msgstr "子"
|
|
2969
2969
|
|
|
2970
|
+
msgid "Choose export type from available options:"
|
|
2971
|
+
msgstr ""
|
|
2972
|
+
|
|
2970
2973
|
msgid "Choose how to select a date range, the available options are:\n"
|
|
2971
2974
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
2972
2975
|
" <!-- Will be re-enabled in MTM-61920 -->\n"
|
|
@@ -3026,9 +3029,6 @@ msgid "Choose how to select a date range, the available options are:\n"
|
|
|
3026
3029
|
" </ul>"
|
|
3027
3030
|
msgstr ""
|
|
3028
3031
|
|
|
3029
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
3030
|
-
msgstr "生成するエクスポートのタイプを選択してください。使用可能なオプションは次の通りです:"
|
|
3031
|
-
|
|
3032
3032
|
msgid "Circular $refs."
|
|
3033
3033
|
msgstr "循環 $refs."
|
|
3034
3034
|
|
|
@@ -4244,13 +4244,6 @@ msgstr "作成日"
|
|
|
4244
4244
|
msgid "Created to`date`"
|
|
4245
4245
|
msgstr "終了作成日"
|
|
4246
4246
|
|
|
4247
|
-
msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4248
|
-
" selected points"
|
|
4249
|
-
msgstr ""
|
|
4250
|
-
|
|
4251
|
-
msgid "Creates a single merged file containing all the data"
|
|
4252
|
-
msgstr "すべてのデータを含む単一の結合ファイルを作成"
|
|
4253
|
-
|
|
4254
4247
|
msgid "Creates alarm when measurements are missing"
|
|
4255
4248
|
msgstr "計測値がない場合にアラームを作成"
|
|
4256
4249
|
|
|
@@ -6000,6 +5993,9 @@ msgstr "Eメールアドレス"
|
|
|
6000
5993
|
msgid "Email addresses"
|
|
6001
5994
|
msgstr "Eメール アドレス"
|
|
6002
5995
|
|
|
5996
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
5997
|
+
msgstr ""
|
|
5998
|
+
|
|
6003
5999
|
msgid "Email server"
|
|
6004
6000
|
msgstr "Eメール サーバー"
|
|
6005
6001
|
|
|
@@ -8157,9 +8153,6 @@ msgstr "true を設定すると、LWM2M エージェントは実際のファー
|
|
|
8157
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."
|
|
8158
8154
|
msgstr ""
|
|
8159
8155
|
|
|
8160
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8161
|
-
msgstr "エクスポートが50,000レコードを超える場合は、Eメールでデータを送信します"
|
|
8162
|
-
|
|
8163
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."
|
|
8164
8157
|
msgstr "フィルターが設定されると、そのタイプのデバイスにインストールするファームウェアのみが表示されます。フィルターが設定されていない場合は、すべてのデバイスに利用できます。"
|
|
8165
8158
|
|
|
@@ -10494,6 +10487,9 @@ msgstr "表示できるプラグインはありません。"
|
|
|
10494
10487
|
msgid "No position fragment in selected devices"
|
|
10495
10488
|
msgstr "選択されたデバイスに位置のフラグメントがありません"
|
|
10496
10489
|
|
|
10490
|
+
msgid "No preview available"
|
|
10491
|
+
msgstr ""
|
|
10492
|
+
|
|
10497
10493
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10498
10494
|
msgstr "<code>text/*</code> 以外の MIME タイプのログ ファイルに利用できるプレビューはありません。"
|
|
10499
10495
|
|
|
@@ -11250,6 +11246,9 @@ msgstr "オプションが削除されました。"
|
|
|
11250
11246
|
msgid "Option management"
|
|
11251
11247
|
msgstr "オプション管理"
|
|
11252
11248
|
|
|
11249
|
+
msgid "Optional data aggregation supported"
|
|
11250
|
+
msgstr ""
|
|
11251
|
+
|
|
11253
11252
|
msgid "Optionally you can add a custom alarm."
|
|
11254
11253
|
msgstr "オプションでカスタムアラームを追加できます。"
|
|
11255
11254
|
|
|
@@ -11815,6 +11814,9 @@ msgstr "\n"
|
|
|
11815
11814
|
msgid "Preview"
|
|
11816
11815
|
msgstr "プレビュー"
|
|
11817
11816
|
|
|
11817
|
+
msgid "Preview available"
|
|
11818
|
+
msgstr ""
|
|
11819
|
+
|
|
11818
11820
|
msgid "Preview banner"
|
|
11819
11821
|
msgstr "プレビュー バナー"
|
|
11820
11822
|
|
|
@@ -11827,12 +11829,6 @@ msgstr "プレビュー構成"
|
|
|
11827
11829
|
msgid "Preview file"
|
|
11828
11830
|
msgstr "プレビュー ファイル"
|
|
11829
11831
|
|
|
11830
|
-
msgid "Preview is available"
|
|
11831
|
-
msgstr "プレビューは使用可能です"
|
|
11832
|
-
|
|
11833
|
-
msgid "Preview is not available"
|
|
11834
|
-
msgstr "プレビューは使用できません"
|
|
11835
|
-
|
|
11836
11832
|
msgid "Preview not available"
|
|
11837
11833
|
msgstr "プレビューは使用できません"
|
|
11838
11834
|
|
|
@@ -12106,6 +12102,9 @@ msgstr "REST API 組み込みフィールド"
|
|
|
12106
12102
|
msgid "REST API custom fields"
|
|
12107
12103
|
msgstr "REST API カスタム フィールド"
|
|
12108
12104
|
|
|
12105
|
+
msgid "RESTART`verb, action` {{service}}"
|
|
12106
|
+
msgstr ""
|
|
12107
|
+
|
|
12109
12108
|
msgid "RETIRED"
|
|
12110
12109
|
msgstr "使用中止"
|
|
12111
12110
|
|
|
@@ -13003,6 +13002,12 @@ msgstr "SSO ログインに失敗しました。管理者に連絡してくだ
|
|
|
13003
13002
|
msgid "SS`SECONDS`"
|
|
13004
13003
|
msgstr "SS"
|
|
13005
13004
|
|
|
13005
|
+
msgid "START`verb, action` {{service}}"
|
|
13006
|
+
msgstr ""
|
|
13007
|
+
|
|
13008
|
+
msgid "STOP`verb, action` {{service}}"
|
|
13009
|
+
msgstr ""
|
|
13010
|
+
|
|
13006
13011
|
msgid "STRING"
|
|
13007
13012
|
msgstr "文字列"
|
|
13008
13013
|
|
|
@@ -13810,6 +13815,9 @@ msgstr "WAN 設定を適用する操作を送信。"
|
|
|
13810
13815
|
msgid "Sent to"
|
|
13811
13816
|
msgstr "送信先"
|
|
13812
13817
|
|
|
13818
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13819
|
+
msgstr ""
|
|
13820
|
+
|
|
13813
13821
|
msgid "Separator color"
|
|
13814
13822
|
msgstr "区切り線の色"
|
|
13815
13823
|
|
|
@@ -14606,6 +14614,9 @@ msgstr "信号"
|
|
|
14606
14614
|
msgid "Single location"
|
|
14607
14615
|
msgstr "単一の位置"
|
|
14608
14616
|
|
|
14617
|
+
msgid "Single merged file for all data"
|
|
14618
|
+
msgstr ""
|
|
14619
|
+
|
|
14609
14620
|
msgid "Single operation details"
|
|
14610
14621
|
msgstr "単一操作の詳細"
|
|
14611
14622
|
|
|
@@ -14932,6 +14943,9 @@ msgstr "次の後のステップ"
|
|
|
14932
14943
|
msgid "Step before"
|
|
14933
14944
|
msgstr "次の前のステップ"
|
|
14934
14945
|
|
|
14946
|
+
msgid "Stop"
|
|
14947
|
+
msgstr ""
|
|
14948
|
+
|
|
14935
14949
|
msgid "Stop Process"
|
|
14936
14950
|
msgstr "操作を停止"
|
|
14937
14951
|
|
|
@@ -15157,9 +15171,6 @@ msgstr ""
|
|
|
15157
15171
|
msgid "Supported operations"
|
|
15158
15172
|
msgstr "サポートされている操作"
|
|
15159
15173
|
|
|
15160
|
-
msgid "Supports data aggregation (optional)"
|
|
15161
|
-
msgstr "データ集計をサポート(オプション)"
|
|
15162
|
-
|
|
15163
15174
|
msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
|
|
15164
15175
|
msgstr "マークダウンをサポートします。ヘッダーには {{ headerMark }}、リストには {{ listMark }}、太字には {{ boldMark }}、斜体には {{ italicMark }}、リンクには {{ linkMark }} を使用します。"
|
|
15165
15176
|
|
|
@@ -16659,14 +16670,14 @@ msgstr "サポートされていないトラッカー モデル \"{{ tracker.dev
|
|
|
16659
16670
|
msgid "Up"
|
|
16660
16671
|
msgstr "上へ"
|
|
16661
16672
|
|
|
16662
|
-
msgid "Up to 1,000,000 records per data point
|
|
16663
|
-
msgstr "
|
|
16673
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16674
|
+
msgstr ""
|
|
16664
16675
|
|
|
16665
16676
|
msgid "Up to 120 characters allowed."
|
|
16666
16677
|
msgstr "120 文字まで入力できます。"
|
|
16667
16678
|
|
|
16668
|
-
msgid "Up to 5,000 records per data point
|
|
16669
|
-
msgstr "
|
|
16679
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16680
|
+
msgstr ""
|
|
16670
16681
|
|
|
16671
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?"
|
|
16672
16683
|
msgstr "最大 6 つのアーカイブをプラットフォームに保存することができます。新しいアーカイブをアップロードすると、アクティブでないもっとも古いアーカイブが削除されます。続行しますか?"
|
|
@@ -19131,6 +19142,9 @@ msgstr ""
|
|
|
19131
19142
|
msgid "yellow"
|
|
19132
19143
|
msgstr "黄"
|
|
19133
19144
|
|
|
19145
|
+
msgid "{{ action.text }}"
|
|
19146
|
+
msgstr ""
|
|
19147
|
+
|
|
19134
19148
|
msgid "{{ appName | translate }} (public)"
|
|
19135
19149
|
msgstr "{{ appName | translate }} (公開)"
|
|
19136
19150
|
|
package/locales/ko.po
CHANGED
|
@@ -2951,6 +2951,9 @@ msgstr "하위 디바이스가 할당되었습니다."
|
|
|
2951
2951
|
msgid "Children"
|
|
2952
2952
|
msgstr "하위"
|
|
2953
2953
|
|
|
2954
|
+
msgid "Choose export type from available options:"
|
|
2955
|
+
msgstr ""
|
|
2956
|
+
|
|
2954
2957
|
msgid "Choose how to select a date range, the available options are:\n"
|
|
2955
2958
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
2956
2959
|
" <!-- Will be re-enabled in MTM-61920 -->\n"
|
|
@@ -3010,9 +3013,6 @@ msgid "Choose how to select a date range, the available options are:\n"
|
|
|
3010
3013
|
" </ul>"
|
|
3011
3014
|
msgstr ""
|
|
3012
3015
|
|
|
3013
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
3014
|
-
msgstr ""
|
|
3015
|
-
|
|
3016
3016
|
msgid "Circular $refs."
|
|
3017
3017
|
msgstr "원형 $refs입니다."
|
|
3018
3018
|
|
|
@@ -4228,13 +4228,6 @@ msgstr "에 생성됨"
|
|
|
4228
4228
|
msgid "Created to`date`"
|
|
4229
4229
|
msgstr "까지 생성됨"
|
|
4230
4230
|
|
|
4231
|
-
msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4232
|
-
" selected points"
|
|
4233
|
-
msgstr ""
|
|
4234
|
-
|
|
4235
|
-
msgid "Creates a single merged file containing all the data"
|
|
4236
|
-
msgstr ""
|
|
4237
|
-
|
|
4238
4231
|
msgid "Creates alarm when measurements are missing"
|
|
4239
4232
|
msgstr "측정값이 누락된 경우 알람 생성"
|
|
4240
4233
|
|
|
@@ -5984,6 +5977,9 @@ msgstr "이메일 주소"
|
|
|
5984
5977
|
msgid "Email addresses"
|
|
5985
5978
|
msgstr "이메일 주소"
|
|
5986
5979
|
|
|
5980
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
5981
|
+
msgstr ""
|
|
5982
|
+
|
|
5987
5983
|
msgid "Email server"
|
|
5988
5984
|
msgstr "이메일 서버"
|
|
5989
5985
|
|
|
@@ -8141,9 +8137,6 @@ msgstr "true로 설정되면 실제 펌웨어 업데이트 LWM2M 에이전트가
|
|
|
8141
8137
|
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."
|
|
8142
8138
|
msgstr ""
|
|
8143
8139
|
|
|
8144
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8145
|
-
msgstr ""
|
|
8146
|
-
|
|
8147
8140
|
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."
|
|
8148
8141
|
msgstr "필터를 설정하면 해당 유형의 디바이스 설치에만 펌웨어가 표시됩니다. 필터를 설정하지 않으면 모든 디바이스에서 펌웨어가 표시됩니다."
|
|
8149
8142
|
|
|
@@ -10478,6 +10471,9 @@ msgstr "표시할 플러그인이 없습니다."
|
|
|
10478
10471
|
msgid "No position fragment in selected devices"
|
|
10479
10472
|
msgstr "선택한 디바이스에 위치 조각 없음"
|
|
10480
10473
|
|
|
10474
|
+
msgid "No preview available"
|
|
10475
|
+
msgstr "미리 보기 불가"
|
|
10476
|
+
|
|
10481
10477
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10482
10478
|
msgstr "<code>text/*</code> 외 MIME 유형의 로그 파일을 미리 볼 수 없습니다."
|
|
10483
10479
|
|
|
@@ -11234,6 +11230,9 @@ msgstr "옵션이 삭제되었습니다."
|
|
|
11234
11230
|
msgid "Option management"
|
|
11235
11231
|
msgstr "옵션 관리"
|
|
11236
11232
|
|
|
11233
|
+
msgid "Optional data aggregation supported"
|
|
11234
|
+
msgstr ""
|
|
11235
|
+
|
|
11237
11236
|
msgid "Optionally you can add a custom alarm."
|
|
11238
11237
|
msgstr "또는 사용자 지정 알람을 추가할 수 있습니다."
|
|
11239
11238
|
|
|
@@ -11799,6 +11798,9 @@ msgstr "\n"
|
|
|
11799
11798
|
msgid "Preview"
|
|
11800
11799
|
msgstr "미리 보기"
|
|
11801
11800
|
|
|
11801
|
+
msgid "Preview available"
|
|
11802
|
+
msgstr ""
|
|
11803
|
+
|
|
11802
11804
|
msgid "Preview banner"
|
|
11803
11805
|
msgstr "미리 보기 배너"
|
|
11804
11806
|
|
|
@@ -11811,12 +11813,6 @@ msgstr "구성 미리 보기"
|
|
|
11811
11813
|
msgid "Preview file"
|
|
11812
11814
|
msgstr "파일 미리 보기"
|
|
11813
11815
|
|
|
11814
|
-
msgid "Preview is available"
|
|
11815
|
-
msgstr ""
|
|
11816
|
-
|
|
11817
|
-
msgid "Preview is not available"
|
|
11818
|
-
msgstr ""
|
|
11819
|
-
|
|
11820
11816
|
msgid "Preview not available"
|
|
11821
11817
|
msgstr "미리 보기 불가"
|
|
11822
11818
|
|
|
@@ -12090,6 +12086,9 @@ msgstr "REST API 기본 필드"
|
|
|
12090
12086
|
msgid "REST API custom fields"
|
|
12091
12087
|
msgstr "REST API 사용자 지정 필드"
|
|
12092
12088
|
|
|
12089
|
+
msgid "RESTART`verb, action` {{service}}"
|
|
12090
|
+
msgstr ""
|
|
12091
|
+
|
|
12093
12092
|
msgid "RETIRED"
|
|
12094
12093
|
msgstr "폐기됨"
|
|
12095
12094
|
|
|
@@ -12987,6 +12986,12 @@ msgstr "SSO 로그인에 실패했습니다. 관리자에게 문의하십시오.
|
|
|
12987
12986
|
msgid "SS`SECONDS`"
|
|
12988
12987
|
msgstr "초"
|
|
12989
12988
|
|
|
12989
|
+
msgid "START`verb, action` {{service}}"
|
|
12990
|
+
msgstr ""
|
|
12991
|
+
|
|
12992
|
+
msgid "STOP`verb, action` {{service}}"
|
|
12993
|
+
msgstr ""
|
|
12994
|
+
|
|
12990
12995
|
msgid "STRING"
|
|
12991
12996
|
msgstr "문자열"
|
|
12992
12997
|
|
|
@@ -13794,6 +13799,9 @@ msgstr "작업을 전송하여 WAN 설정을 적용했습니다."
|
|
|
13794
13799
|
msgid "Sent to"
|
|
13795
13800
|
msgstr "전송 대상"
|
|
13796
13801
|
|
|
13802
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13803
|
+
msgstr ""
|
|
13804
|
+
|
|
13797
13805
|
msgid "Separator color"
|
|
13798
13806
|
msgstr "구분자 색상"
|
|
13799
13807
|
|
|
@@ -14590,6 +14598,9 @@ msgstr "단일"
|
|
|
14590
14598
|
msgid "Single location"
|
|
14591
14599
|
msgstr "단일 위치"
|
|
14592
14600
|
|
|
14601
|
+
msgid "Single merged file for all data"
|
|
14602
|
+
msgstr ""
|
|
14603
|
+
|
|
14593
14604
|
msgid "Single operation details"
|
|
14594
14605
|
msgstr "단일 작업 상세 정보"
|
|
14595
14606
|
|
|
@@ -14917,6 +14928,9 @@ msgstr "다음 이후 단계"
|
|
|
14917
14928
|
msgid "Step before"
|
|
14918
14929
|
msgstr "다음 이전 단계"
|
|
14919
14930
|
|
|
14931
|
+
msgid "Stop"
|
|
14932
|
+
msgstr ""
|
|
14933
|
+
|
|
14920
14934
|
msgid "Stop Process"
|
|
14921
14935
|
msgstr "프로세스 정지"
|
|
14922
14936
|
|
|
@@ -15142,9 +15156,6 @@ msgstr ""
|
|
|
15142
15156
|
msgid "Supported operations"
|
|
15143
15157
|
msgstr "지원되는 작업"
|
|
15144
15158
|
|
|
15145
|
-
msgid "Supports data aggregation (optional)"
|
|
15146
|
-
msgstr ""
|
|
15147
|
-
|
|
15148
15159
|
msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
|
|
15149
15160
|
msgstr "Markdown을 지원합니다. 머리글에 {{ headerMark }}, 목록에 {{ listMark }}, 굵은 글꼴에 {{ boldMark }}, 기울임꼴에 {{ italicMark }}, 링크에 {{ linkMark }}를 사용하십시오."
|
|
15150
15161
|
|
|
@@ -16643,13 +16654,13 @@ msgstr "지원되지 않는 추적기 모델 \"{{ tracker.device.c8y_Hardware.mo
|
|
|
16643
16654
|
msgid "Up"
|
|
16644
16655
|
msgstr "위"
|
|
16645
16656
|
|
|
16646
|
-
msgid "Up to 1,000,000 records per data point
|
|
16657
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16647
16658
|
msgstr ""
|
|
16648
16659
|
|
|
16649
16660
|
msgid "Up to 120 characters allowed."
|
|
16650
16661
|
msgstr "최대 120자까지 허용됩니다."
|
|
16651
16662
|
|
|
16652
|
-
msgid "Up to 5,000 records per data point
|
|
16663
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16653
16664
|
msgstr ""
|
|
16654
16665
|
|
|
16655
16666
|
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?"
|
|
@@ -19115,6 +19126,9 @@ msgstr ""
|
|
|
19115
19126
|
msgid "yellow"
|
|
19116
19127
|
msgstr "노란색"
|
|
19117
19128
|
|
|
19129
|
+
msgid "{{ action.text }}"
|
|
19130
|
+
msgstr ""
|
|
19131
|
+
|
|
19118
19132
|
msgid "{{ appName | translate }} (public)"
|
|
19119
19133
|
msgstr "{{ appName | translate }} (공개)"
|
|
19120
19134
|
|