@c8y/ngx-components 1021.50.0 → 1021.51.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/aggregation/aggregation.model.d.ts.map +1 -0
- package/core/aggregation/aggregation.service.d.ts +44 -0
- package/core/aggregation/aggregation.service.d.ts.map +1 -0
- package/core/aggregation/index.d.ts +3 -0
- package/core/aggregation/index.d.ts.map +1 -0
- package/core/common/index.d.ts +0 -2
- package/core/common/index.d.ts.map +1 -1
- package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts +2 -2
- package/core/dashboard/wiget-time-context/aggregation-picker/aggregation-picker.component.d.ts.map +1 -1
- package/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.d.ts +1 -1
- package/core/dashboard/wiget-time-context/widget-time-context-icon-bar/widget-time-context-icon-bar.component.d.ts.map +1 -1
- package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts +1 -1
- package/core/dashboard/wiget-time-context/widget-time-context.component.d.ts.map +1 -1
- package/core/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/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-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/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 -25
- 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
|
|
package/locales/locales.pot
CHANGED
|
@@ -2922,6 +2922,9 @@ msgstr ""
|
|
|
2922
2922
|
msgid "Children"
|
|
2923
2923
|
msgstr ""
|
|
2924
2924
|
|
|
2925
|
+
msgid "Choose export type from available options:"
|
|
2926
|
+
msgstr ""
|
|
2927
|
+
|
|
2925
2928
|
msgid ""
|
|
2926
2929
|
"Choose how to select a date range, the available options are:\n"
|
|
2927
2930
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
@@ -2976,9 +2979,6 @@ msgid ""
|
|
|
2976
2979
|
" </ul>"
|
|
2977
2980
|
msgstr ""
|
|
2978
2981
|
|
|
2979
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
2980
|
-
msgstr ""
|
|
2981
|
-
|
|
2982
2982
|
msgid "Circular $refs."
|
|
2983
2983
|
msgstr ""
|
|
2984
2984
|
|
|
@@ -4193,14 +4193,6 @@ msgstr ""
|
|
|
4193
4193
|
msgid "Created to`date`"
|
|
4194
4194
|
msgstr ""
|
|
4195
4195
|
|
|
4196
|
-
msgid ""
|
|
4197
|
-
"Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4198
|
-
" selected points"
|
|
4199
|
-
msgstr ""
|
|
4200
|
-
|
|
4201
|
-
msgid "Creates a single merged file containing all the data"
|
|
4202
|
-
msgstr ""
|
|
4203
|
-
|
|
4204
4196
|
msgid "Creates alarm when measurements are missing"
|
|
4205
4197
|
msgstr ""
|
|
4206
4198
|
|
|
@@ -5946,6 +5938,9 @@ msgstr ""
|
|
|
5946
5938
|
msgid "Email addresses"
|
|
5947
5939
|
msgstr ""
|
|
5948
5940
|
|
|
5941
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
5942
|
+
msgstr ""
|
|
5943
|
+
|
|
5949
5944
|
msgid "Email server"
|
|
5950
5945
|
msgstr ""
|
|
5951
5946
|
|
|
@@ -8048,9 +8043,6 @@ msgstr ""
|
|
|
8048
8043
|
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."
|
|
8049
8044
|
msgstr ""
|
|
8050
8045
|
|
|
8051
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8052
|
-
msgstr ""
|
|
8053
|
-
|
|
8054
8046
|
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."
|
|
8055
8047
|
msgstr ""
|
|
8056
8048
|
|
|
@@ -10388,6 +10380,9 @@ msgstr ""
|
|
|
10388
10380
|
msgid "No position fragment in selected devices"
|
|
10389
10381
|
msgstr ""
|
|
10390
10382
|
|
|
10383
|
+
msgid "No preview available"
|
|
10384
|
+
msgstr ""
|
|
10385
|
+
|
|
10391
10386
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10392
10387
|
msgstr ""
|
|
10393
10388
|
|
|
@@ -11141,6 +11136,9 @@ msgstr ""
|
|
|
11141
11136
|
msgid "Option management"
|
|
11142
11137
|
msgstr ""
|
|
11143
11138
|
|
|
11139
|
+
msgid "Optional data aggregation supported"
|
|
11140
|
+
msgstr ""
|
|
11141
|
+
|
|
11144
11142
|
msgid "Optionally you can add a custom alarm."
|
|
11145
11143
|
msgstr ""
|
|
11146
11144
|
|
|
@@ -11696,6 +11694,9 @@ msgstr ""
|
|
|
11696
11694
|
msgid "Preview"
|
|
11697
11695
|
msgstr ""
|
|
11698
11696
|
|
|
11697
|
+
msgid "Preview available"
|
|
11698
|
+
msgstr ""
|
|
11699
|
+
|
|
11699
11700
|
msgid "Preview banner"
|
|
11700
11701
|
msgstr ""
|
|
11701
11702
|
|
|
@@ -11708,12 +11709,6 @@ msgstr ""
|
|
|
11708
11709
|
msgid "Preview file"
|
|
11709
11710
|
msgstr ""
|
|
11710
11711
|
|
|
11711
|
-
msgid "Preview is available"
|
|
11712
|
-
msgstr ""
|
|
11713
|
-
|
|
11714
|
-
msgid "Preview is not available"
|
|
11715
|
-
msgstr ""
|
|
11716
|
-
|
|
11717
11712
|
msgid "Preview not available"
|
|
11718
11713
|
msgstr ""
|
|
11719
11714
|
|
|
@@ -13699,6 +13694,9 @@ msgstr ""
|
|
|
13699
13694
|
msgid "Sent to"
|
|
13700
13695
|
msgstr ""
|
|
13701
13696
|
|
|
13697
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13698
|
+
msgstr ""
|
|
13699
|
+
|
|
13702
13700
|
msgid "Separator color"
|
|
13703
13701
|
msgstr ""
|
|
13704
13702
|
|
|
@@ -14496,6 +14494,9 @@ msgstr ""
|
|
|
14496
14494
|
msgid "Single location"
|
|
14497
14495
|
msgstr ""
|
|
14498
14496
|
|
|
14497
|
+
msgid "Single merged file for all data"
|
|
14498
|
+
msgstr ""
|
|
14499
|
+
|
|
14499
14500
|
msgid "Single operation details"
|
|
14500
14501
|
msgstr ""
|
|
14501
14502
|
|
|
@@ -15051,9 +15052,6 @@ msgstr ""
|
|
|
15051
15052
|
msgid "Supported operations"
|
|
15052
15053
|
msgstr ""
|
|
15053
15054
|
|
|
15054
|
-
msgid "Supports data aggregation (optional)"
|
|
15055
|
-
msgstr ""
|
|
15056
|
-
|
|
15057
15055
|
msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
|
|
15058
15056
|
msgstr ""
|
|
15059
15057
|
|
|
@@ -16544,13 +16542,13 @@ msgstr ""
|
|
|
16544
16542
|
msgid "Up"
|
|
16545
16543
|
msgstr ""
|
|
16546
16544
|
|
|
16547
|
-
msgid "Up to 1,000,000 records per data point
|
|
16545
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16548
16546
|
msgstr ""
|
|
16549
16547
|
|
|
16550
16548
|
msgid "Up to 120 characters allowed."
|
|
16551
16549
|
msgstr ""
|
|
16552
16550
|
|
|
16553
|
-
msgid "Up to 5,000 records per data point
|
|
16551
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16554
16552
|
msgstr ""
|
|
16555
16553
|
|
|
16556
16554
|
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?"
|
package/locales/nl.po
CHANGED
|
@@ -3019,6 +3019,9 @@ msgstr "Onderliggende apparaten toegewezen."
|
|
|
3019
3019
|
msgid "Children"
|
|
3020
3020
|
msgstr "Onderliggende apparaten"
|
|
3021
3021
|
|
|
3022
|
+
msgid "Choose export type from available options:"
|
|
3023
|
+
msgstr "Kies het type export uit de beschikbare opties:"
|
|
3024
|
+
|
|
3022
3025
|
msgid "Choose how to select a date range, the available options are:\n"
|
|
3023
3026
|
" <ul class=\"m-l-0 p-l-8 m-t-8 m-b-0\">\n"
|
|
3024
3027
|
" <!-- Will be re-enabled in MTM-61920 -->\n"
|
|
@@ -3107,9 +3110,6 @@ msgstr "Kies hoe u een datumbereik wilt selecteren, de beschikbare opties zijn:\
|
|
|
3107
3110
|
" </li>\n"
|
|
3108
3111
|
" </ul>"
|
|
3109
3112
|
|
|
3110
|
-
msgid "Choose type of an export to generate, the available options are:"
|
|
3111
|
-
msgstr "Kies het type export dat gegenereerd moet worden, de beschikbare opties zijn:"
|
|
3112
|
-
|
|
3113
3113
|
msgid "Circular $refs."
|
|
3114
3114
|
msgstr "Kring-$refs."
|
|
3115
3115
|
|
|
@@ -4326,14 +4326,6 @@ msgstr "Gemaakt op"
|
|
|
4326
4326
|
msgid "Created to`date`"
|
|
4327
4327
|
msgstr "Gemaakt tot"
|
|
4328
4328
|
|
|
4329
|
-
msgid "Creates a compressed ZIP file that contains separate data files for each of your\n"
|
|
4330
|
-
" selected points"
|
|
4331
|
-
msgstr "Maken van een gecomprimeerd ZIP-bestand dat afzonderlijke gegevensbestanden bevat voor elk van uw\n"
|
|
4332
|
-
" geselecteerde punten"
|
|
4333
|
-
|
|
4334
|
-
msgid "Creates a single merged file containing all the data"
|
|
4335
|
-
msgstr "Maken van een enkel samengevoegd bestand dat alle gegevens bevat"
|
|
4336
|
-
|
|
4337
4329
|
msgid "Creates alarm when measurements are missing"
|
|
4338
4330
|
msgstr "Maakt alarm aan wanneer metingen ontbreken"
|
|
4339
4331
|
|
|
@@ -6083,6 +6075,9 @@ msgstr "E-mailadres"
|
|
|
6083
6075
|
msgid "Email addresses"
|
|
6084
6076
|
msgstr "E-mailadressen"
|
|
6085
6077
|
|
|
6078
|
+
msgid "Email delivery if exceeds 50,000 records"
|
|
6079
|
+
msgstr "E-mail levering bij meer dan 50.000 records"
|
|
6080
|
+
|
|
6086
6081
|
msgid "Email server"
|
|
6087
6082
|
msgstr "E-mailserver"
|
|
6088
6083
|
|
|
@@ -8240,9 +8235,6 @@ msgstr "Als dit is ingesteld op true, reset de LWM2M agent de firmware-state-mac
|
|
|
8240
8235
|
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."
|
|
8241
8236
|
msgstr "Als de configuratie is ingeschakeld, mislukt de firmware-update als het updateresultaat (bron 5) niet is zoals verwacht op basis van de LWM2M-firmware-statusmachine."
|
|
8242
8237
|
|
|
8243
|
-
msgid "If the export exceeds 50,000 records, the data will be sent via email"
|
|
8244
|
-
msgstr "Als de export meer dan 50.000 records bedraagt, worden de gegevens via e-mail verzonden"
|
|
8245
|
-
|
|
8246
8238
|
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."
|
|
8247
8239
|
msgstr "Als de filter is ingesteld, zal de firmware alleen verschijnen voor installatie bij apparaten van dat type. Als geen filter is ingesteld, zal hij voor all apparaten beschikbaar zijn."
|
|
8248
8240
|
|
|
@@ -10580,6 +10572,9 @@ msgstr "Geen plug-ins om weer te geven."
|
|
|
10580
10572
|
msgid "No position fragment in selected devices"
|
|
10581
10573
|
msgstr "Geen positie fragment in geselecteerde apparaten"
|
|
10582
10574
|
|
|
10575
|
+
msgid "No preview available"
|
|
10576
|
+
msgstr "Geen preview beschikbaar."
|
|
10577
|
+
|
|
10583
10578
|
msgid "No preview available for log files with MIME type other than <code>text/*</code>."
|
|
10584
10579
|
msgstr "Geen voorbeeld beschikbaar voor logboekbestanden met een ander MIME-type dan <code>text/*</code>."
|
|
10585
10580
|
|
|
@@ -11336,6 +11331,9 @@ msgstr "Optie verwijderd."
|
|
|
11336
11331
|
msgid "Option management"
|
|
11337
11332
|
msgstr "Optiebeheer"
|
|
11338
11333
|
|
|
11334
|
+
msgid "Optional data aggregation supported"
|
|
11335
|
+
msgstr "Optionele ondersteuning voor aggregatie van gegevens"
|
|
11336
|
+
|
|
11339
11337
|
msgid "Optionally you can add a custom alarm."
|
|
11340
11338
|
msgstr "U kunt een aangepast alarm toevoegen."
|
|
11341
11339
|
|
|
@@ -11901,6 +11899,9 @@ msgstr "Druk op \n"
|
|
|
11901
11899
|
msgid "Preview"
|
|
11902
11900
|
msgstr "Preview"
|
|
11903
11901
|
|
|
11902
|
+
msgid "Preview available"
|
|
11903
|
+
msgstr "Preview beschikbaar."
|
|
11904
|
+
|
|
11904
11905
|
msgid "Preview banner"
|
|
11905
11906
|
msgstr "Voorbeeld van banner"
|
|
11906
11907
|
|
|
@@ -11913,12 +11914,6 @@ msgstr "Preview configuratie"
|
|
|
11913
11914
|
msgid "Preview file"
|
|
11914
11915
|
msgstr "Voorbeeldbestand"
|
|
11915
11916
|
|
|
11916
|
-
msgid "Preview is available"
|
|
11917
|
-
msgstr "Preview is beschikbaar"
|
|
11918
|
-
|
|
11919
|
-
msgid "Preview is not available"
|
|
11920
|
-
msgstr "Preview is niet beschikbaar"
|
|
11921
|
-
|
|
11922
11917
|
msgid "Preview not available"
|
|
11923
11918
|
msgstr "Preview niet beschikbaar"
|
|
11924
11919
|
|
|
@@ -12192,6 +12187,9 @@ msgstr "Ingebouwd velden REST API"
|
|
|
12192
12187
|
msgid "REST API custom fields"
|
|
12193
12188
|
msgstr "Aangepaste velden REST API"
|
|
12194
12189
|
|
|
12190
|
+
msgid "RESTART`verb, action` {{service}}"
|
|
12191
|
+
msgstr "Opnieuw starten`werkwoord, actie` {{service}}"
|
|
12192
|
+
|
|
12195
12193
|
msgid "RETIRED"
|
|
12196
12194
|
msgstr "INGETROKKEN"
|
|
12197
12195
|
|
|
@@ -13089,6 +13087,12 @@ msgstr "SSO-aanmelden is mislukt. Neem contact op met de beheerder."
|
|
|
13089
13087
|
msgid "SS`SECONDS`"
|
|
13090
13088
|
msgstr "SS"
|
|
13091
13089
|
|
|
13090
|
+
msgid "START`verb, action` {{service}}"
|
|
13091
|
+
msgstr "START`werkwoord, actie` {{service}}"
|
|
13092
|
+
|
|
13093
|
+
msgid "STOP`verb, action` {{service}}"
|
|
13094
|
+
msgstr "STOP`werkwoord, actie` {{service}}"
|
|
13095
|
+
|
|
13092
13096
|
msgid "STRING"
|
|
13093
13097
|
msgstr "STRING"
|
|
13094
13098
|
|
|
@@ -13896,6 +13900,9 @@ msgstr "Bewerking verzenden om WAN-instellingen toe te passen."
|
|
|
13896
13900
|
msgid "Sent to"
|
|
13897
13901
|
msgstr "Verzonden naar"
|
|
13898
13902
|
|
|
13903
|
+
msgid "Separate files for each data point in ZIP format"
|
|
13904
|
+
msgstr "Afzonderlijke bestanden voor elk Gegevenspunt in ZIP-formaat"
|
|
13905
|
+
|
|
13899
13906
|
msgid "Separator color"
|
|
13900
13907
|
msgstr "Scheidingskleur"
|
|
13901
13908
|
|
|
@@ -14693,6 +14700,9 @@ msgstr "Enkele"
|
|
|
14693
14700
|
msgid "Single location"
|
|
14694
14701
|
msgstr "Enkele locatie"
|
|
14695
14702
|
|
|
14703
|
+
msgid "Single merged file for all data"
|
|
14704
|
+
msgstr "Enkele samengevoegd bestand voor alle gegevens"
|
|
14705
|
+
|
|
14696
14706
|
msgid "Single operation details"
|
|
14697
14707
|
msgstr "Details van enkelvoudige bewerking"
|
|
14698
14708
|
|
|
@@ -15020,6 +15030,9 @@ msgstr "Stap na"
|
|
|
15020
15030
|
msgid "Step before"
|
|
15021
15031
|
msgstr "Stap voor"
|
|
15022
15032
|
|
|
15033
|
+
msgid "Stop"
|
|
15034
|
+
msgstr "Stop"
|
|
15035
|
+
|
|
15023
15036
|
msgid "Stop Process"
|
|
15024
15037
|
msgstr "Proces stoppen"
|
|
15025
15038
|
|
|
@@ -15245,9 +15258,6 @@ msgstr "Ondersteunde formaten: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Ondersteunde
|
|
|
15245
15258
|
msgid "Supported operations"
|
|
15246
15259
|
msgstr "Ondersteunde bewerkingen"
|
|
15247
15260
|
|
|
15248
|
-
msgid "Supports data aggregation (optional)"
|
|
15249
|
-
msgstr "Ondersteunt gegevensaggregatie (optioneel)"
|
|
15250
|
-
|
|
15251
15261
|
msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
|
|
15252
15262
|
msgstr "Ondersteunt markdown. Gebruik {{ headerMark }} voor koppen, {{ listMark }} voor lijsten, {{ boldMark }} voor vet, {{ italicMark }} voor cursief en {{ linkMark }} voor links."
|
|
15253
15263
|
|
|
@@ -16747,14 +16757,14 @@ msgstr "Niet-ondersteund trackermodel \"{{ tracker.device.c8y_Hardware.model }}\
|
|
|
16747
16757
|
msgid "Up"
|
|
16748
16758
|
msgstr "Omhoog"
|
|
16749
16759
|
|
|
16750
|
-
msgid "Up to 1,000,000 records per data point
|
|
16751
|
-
msgstr "Omhoog tot 1.000.000 records per Gegevenspunt, of tot de limiet voor het bewaren van gegevens"
|
|
16760
|
+
msgid "Up to 1,000,000 records per data point or data retention limit"
|
|
16761
|
+
msgstr "Omhoog tot 1.000.000 records per Gegevenspunt, of tot de limiet voor het bewaren van gegevens."
|
|
16752
16762
|
|
|
16753
16763
|
msgid "Up to 120 characters allowed."
|
|
16754
16764
|
msgstr "Maximaal 120 tekens toegestaan."
|
|
16755
16765
|
|
|
16756
|
-
msgid "Up to 5,000 records per data point
|
|
16757
|
-
msgstr "Omhoog tot 5.000 records per Gegevenspunt, of tot de limiet voor het bewaren van gegevens"
|
|
16766
|
+
msgid "Up to 5,000 records per data point or data retention limit"
|
|
16767
|
+
msgstr "Omhoog tot 5.000 records per Gegevenspunt, of tot de limiet voor het bewaren van gegevens."
|
|
16758
16768
|
|
|
16759
16769
|
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?"
|
|
16760
16770
|
msgstr "Er kunnen maximaal 6 mappen worden opgeslagen in het platform. Als u een nieuwe map uploadt, zal de oudste map die niet actief is worden verwijderd. Wilt u doorgaan?"
|
|
@@ -19223,6 +19233,9 @@ msgstr "x509"
|
|
|
19223
19233
|
msgid "yellow"
|
|
19224
19234
|
msgstr "geel"
|
|
19225
19235
|
|
|
19236
|
+
msgid "{{ action.text }}"
|
|
19237
|
+
msgstr "{{ action.text }}"
|
|
19238
|
+
|
|
19226
19239
|
msgid "{{ appName | translate }} (public)"
|
|
19227
19240
|
msgstr "{{ appName | translate }} (openbaar)"
|
|
19228
19241
|
|