@c8y/ngx-components 1023.53.0 → 1023.57.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.
Files changed (111) hide show
  1. package/alarms/index.d.ts +2 -1
  2. package/alarms/index.d.ts.map +1 -1
  3. package/application-access/list/index.d.ts +36 -0
  4. package/application-access/list/index.d.ts.map +1 -0
  5. package/application-access/user/application-access-user-details-wrapper/index.d.ts +33 -0
  6. package/application-access/user/application-access-user-details-wrapper/index.d.ts.map +1 -0
  7. package/application-access/user/index.d.ts +6 -0
  8. package/application-access/user/index.d.ts.map +1 -0
  9. package/asset-properties/index.d.ts +1 -1
  10. package/context-dashboard/index.d.ts +1 -1
  11. package/context-dashboard/index.d.ts.map +1 -1
  12. package/datapoints-export-selector/index.d.ts +2 -2
  13. package/device-enrolment/index.d.ts +6 -0
  14. package/device-enrolment/index.d.ts.map +1 -0
  15. package/device-enrolment/modal/index.d.ts +88 -0
  16. package/device-enrolment/modal/index.d.ts.map +1 -0
  17. package/device-grid/index.d.ts +1 -1
  18. package/device-list/index.d.ts +1 -1
  19. package/device-shell/index.d.ts +1 -1
  20. package/echart/index.d.ts +1 -1
  21. package/echart/models/index.d.ts +2 -2
  22. package/fesm2022/c8y-ngx-components-alarms-cockpit.mjs +1 -1
  23. package/fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs +1 -1
  24. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components-application-access-list.mjs +180 -0
  26. package/fesm2022/c8y-ngx-components-application-access-list.mjs.map +1 -0
  27. package/fesm2022/c8y-ngx-components-application-access-user-application-access-user-details-wrapper.mjs +113 -0
  28. package/fesm2022/c8y-ngx-components-application-access-user-application-access-user-details-wrapper.mjs.map +1 -0
  29. package/fesm2022/c8y-ngx-components-application-access-user.mjs +20 -0
  30. package/fesm2022/c8y-ngx-components-application-access-user.mjs.map +1 -0
  31. package/fesm2022/c8y-ngx-components-branding-shared.mjs +1 -1
  32. package/fesm2022/c8y-ngx-components-child-devices.mjs +1 -1
  33. package/fesm2022/c8y-ngx-components-context-dashboard-asset-add.mjs +1 -1
  34. package/fesm2022/c8y-ngx-components-context-dashboard-device-add.mjs +1 -1
  35. package/fesm2022/c8y-ngx-components-context-dashboard-devicemanagement.mjs +1 -1
  36. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +4 -24
  37. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  38. package/fesm2022/{c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-D0C7SH6L.mjs → c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-DvKsV_Fs.mjs} +14 -12
  39. package/fesm2022/c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-DvKsV_Fs.mjs.map +1 -0
  40. package/fesm2022/c8y-ngx-components-dashboard-details-advanced-tab.mjs +2 -2
  41. package/fesm2022/c8y-ngx-components-datapoint-explorer-devicemanagement.mjs +1 -1
  42. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs +1 -1
  43. package/fesm2022/c8y-ngx-components-datapoint-library.mjs +1 -1
  44. package/fesm2022/c8y-ngx-components-device-enrolment-modal.mjs +570 -0
  45. package/fesm2022/c8y-ngx-components-device-enrolment-modal.mjs.map +1 -0
  46. package/fesm2022/c8y-ngx-components-device-enrolment.mjs +147 -0
  47. package/fesm2022/c8y-ngx-components-device-enrolment.mjs.map +1 -0
  48. package/fesm2022/c8y-ngx-components-ecosystem.mjs +2 -2
  49. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  50. package/fesm2022/c8y-ngx-components-exports.mjs +1 -1
  51. package/fesm2022/c8y-ngx-components-feature-toggles.mjs +1 -1
  52. package/fesm2022/c8y-ngx-components-register-device.mjs +1 -1
  53. package/fesm2022/c8y-ngx-components-remote-access-ssh.mjs +1 -1
  54. package/fesm2022/c8y-ngx-components-remote-access-telnet.mjs +1 -1
  55. package/fesm2022/c8y-ngx-components-remote-access-vnc.mjs +1 -1
  56. package/fesm2022/c8y-ngx-components-report-dashboard.mjs +1 -1
  57. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +1 -1
  58. package/fesm2022/c8y-ngx-components-repository-shared.mjs +3 -5
  59. package/fesm2022/c8y-ngx-components-repository-shared.mjs.map +1 -1
  60. package/fesm2022/c8y-ngx-components-sub-assets.mjs +132 -55
  61. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  62. package/fesm2022/c8y-ngx-components-tenants.mjs +71 -32
  63. package/fesm2022/c8y-ngx-components-tenants.mjs.map +1 -1
  64. package/fesm2022/c8y-ngx-components-upgrade.mjs +7 -1
  65. package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
  66. package/fesm2022/c8y-ngx-components-widgets-definitions-device-management-welcome.mjs +8 -7
  67. package/fesm2022/c8y-ngx-components-widgets-definitions-device-management-welcome.mjs.map +1 -1
  68. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs +4 -4
  69. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs.map +1 -1
  70. package/fesm2022/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs +37 -86
  71. package/fesm2022/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs.map +1 -1
  72. package/fesm2022/c8y-ngx-components-widgets-implementations-quick-links.mjs +1 -1
  73. package/fesm2022/c8y-ngx-components.mjs +454 -225
  74. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  75. package/index.d.ts +109 -39
  76. package/index.d.ts.map +1 -1
  77. package/locales/de.po +184 -13
  78. package/locales/es.po +183 -13
  79. package/locales/fr.po +183 -13
  80. package/locales/ja_JP.po +162 -13
  81. package/locales/ko.po +184 -13
  82. package/locales/locales.pot +166 -11
  83. package/locales/nl.po +183 -13
  84. package/locales/pl.po +183 -13
  85. package/locales/pt_BR.po +183 -13
  86. package/locales/zh_CN.po +184 -13
  87. package/locales/zh_TW.po +183 -13
  88. package/map/index.d.ts +1 -0
  89. package/map/index.d.ts.map +1 -1
  90. package/operations/bulk-operations-service/index.d.ts +1 -1
  91. package/package.json +1 -1
  92. package/protocol-opcua/mappings/index.d.ts +1 -1
  93. package/register-device/index.d.ts +1 -1
  94. package/remote-access/data/index.d.ts +1 -0
  95. package/remote-access/data/index.d.ts.map +1 -1
  96. package/repository/shared/index.d.ts.map +1 -1
  97. package/sub-assets/index.d.ts +9 -3
  98. package/sub-assets/index.d.ts.map +1 -1
  99. package/tenants/index.d.ts +1 -0
  100. package/tenants/index.d.ts.map +1 -1
  101. package/upgrade/index.d.ts.map +1 -1
  102. package/widgets/definitions/device-management-welcome/index.d.ts +9 -6
  103. package/widgets/definitions/device-management-welcome/index.d.ts.map +1 -1
  104. package/widgets/implementations/asset-table/index.d.ts +1 -1
  105. package/widgets/implementations/datapoints-table/index.d.ts +2 -2
  106. package/widgets/implementations/device-management-welcome/index.d.ts +9 -22
  107. package/widgets/implementations/device-management-welcome/index.d.ts.map +1 -1
  108. package/widgets/implementations/kpi/index.d.ts +1 -1
  109. package/widgets/implementations/quick-links/index.d.ts +13 -2
  110. package/widgets/implementations/quick-links/index.d.ts.map +1 -1
  111. package/fesm2022/c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-D0C7SH6L.mjs.map +0 -1
package/locales/ja_JP.po CHANGED
@@ -349,6 +349,13 @@ msgstr "<p class=\"p-b-8\">このオプションを有効化すると、この
349
349
  msgid "<p><strong>The following error was returned from the external authentication service:</strong></p><p><code>{{ error }}</code></p>."
350
350
  msgstr "<p><strong>次のエラーが外部認証サービスにより返されました:</strong></p><p><code>{{ error }}</code></p>。"
351
351
 
352
+ msgid "<p>Before you begin, please have one of the following ready:</p>\n"
353
+ " <ul class=\"p-l-16\">\n"
354
+ " <li>A computer with Docker installed (to simulate a device), or</li>\n"
355
+ " <li>A physical Linux IoT device.</li>\n"
356
+ " </ul>"
357
+ msgstr ""
358
+
352
359
  msgid "<p>Enabling this option uses the layout and configuration of this dashboard to create dashboard instances for all assets based on the model <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span>.</p>"
353
360
  msgstr "<p>このオプションを有効にすると、モデル <span class=\"tag tag--info text-12\">{{ displayDeviceTypeValue }}</span> に基づき、このダッシュボードのレイアウトと設定を使用して、すべてのアセットに対してダッシュボード インスタンスが作成されます</p>"
354
361
 
@@ -1271,6 +1278,9 @@ msgstr "グループに追加"
1271
1278
  msgid "Add to selected data points"
1272
1279
  msgstr "選択されているデータ ポイントに追加"
1273
1280
 
1281
+ msgid "Add to selected properties"
1282
+ msgstr ""
1283
+
1274
1284
  msgid "Add to tenant"
1275
1285
  msgstr "テナントに追加"
1276
1286
 
@@ -1355,6 +1365,9 @@ msgstr "追加プロパティ"
1355
1365
  msgid "Additional properties not allowed."
1356
1366
  msgstr "追加プロパティは使用できません。"
1357
1367
 
1368
+ msgid "Additionally, a trusted CA certificate must be available and enabled."
1369
+ msgstr ""
1370
+
1358
1371
  msgid "Address"
1359
1372
  msgstr "アドレス"
1360
1373
 
@@ -1751,6 +1764,9 @@ msgstr "テナントのブランディングに基本的な変更を加えるこ
1751
1764
  msgid "Allows to manage feature toggles for the tenant."
1752
1765
  msgstr "テナントの機能切り替えの管理を許可します。"
1753
1766
 
1767
+ msgid "Allows to manage user application access."
1768
+ msgstr ""
1769
+
1754
1770
  msgid "Allows to monitor and manage the usage of messaging service."
1755
1771
  msgstr "メッセージング サービスの使用状況の監視と管理を許可します。"
1756
1772
 
@@ -2097,6 +2113,9 @@ msgstr ""
2097
2113
  msgid "Asset data"
2098
2114
  msgstr "アセット データ"
2099
2115
 
2116
+ msgid "Asset not selected"
2117
+ msgstr ""
2118
+
2100
2119
  msgid "Asset notes"
2101
2120
  msgstr "アセット注記"
2102
2121
 
@@ -2112,6 +2131,9 @@ msgstr "アセットのプロパティが更新されました。"
2112
2131
  msgid "Asset property list"
2113
2132
  msgstr "アセット プロパティ リスト"
2114
2133
 
2134
+ msgid "Asset selected"
2135
+ msgstr ""
2136
+
2115
2137
  msgid "Asset selection"
2116
2138
  msgstr "アセットの選択"
2117
2139
 
@@ -3013,6 +3035,9 @@ msgstr "証明書 ID フィールド"
3013
3035
  msgid "Certificate ID value"
3014
3036
  msgstr "証明書 ID の値"
3015
3037
 
3038
+ msgid "Certificate authority not available."
3039
+ msgstr ""
3040
+
3016
3041
  msgid "Certificate deactivated."
3017
3042
  msgstr "証明書が無効化されました。"
3018
3043
 
@@ -3266,9 +3291,17 @@ msgstr "子デバイスが選択されました。"
3266
3291
  msgid "Children"
3267
3292
  msgstr "子"
3268
3293
 
3294
+ msgid "Choose a unique name for your device. We've generated a suggestion, which you can change\n"
3295
+ " if you like. This name identifies the device in your Cumulocity tenant."
3296
+ msgstr ""
3297
+
3269
3298
  msgid "Choose export type from available options:"
3270
3299
  msgstr "使用できるオプションからエクスポート タイプを選択します:"
3271
3300
 
3301
+ msgid "Choose the option that matches your setup. Copy the entire command and run it in the\n"
3302
+ " appropriate terminal on your computer or device."
3303
+ msgstr ""
3304
+
3272
3305
  msgid "Circular $refs."
3273
3306
  msgstr "循環 $refs."
3274
3307
 
@@ -3362,6 +3395,16 @@ msgstr "クリア"
3362
3395
  msgid "Cleared`alarm`"
3363
3396
  msgstr "クリア"
3364
3397
 
3398
+ msgid "Click\n"
3399
+ " <strong>Close</strong>\n"
3400
+ " to view your newly registered device in the device list."
3401
+ msgstr ""
3402
+
3403
+ msgid "Click\n"
3404
+ " <strong>Next</strong>\n"
3405
+ " to continue."
3406
+ msgstr ""
3407
+
3365
3408
  msgid "Click\n"
3366
3409
  " <strong>Next</strong>\n"
3367
3410
  " once you have the application installed."
@@ -3886,12 +3929,18 @@ msgstr "選択の確認"
3886
3929
  msgid "Confirm your current password"
3887
3930
  msgstr "現在のパスワードの確認"
3888
3931
 
3932
+ msgid "Confirm:"
3933
+ msgstr ""
3934
+
3889
3935
  msgid "Connect"
3890
3936
  msgstr "接続する"
3891
3937
 
3892
3938
  msgid "Connect smartphone"
3893
3939
  msgstr "スマートフォンを接続"
3894
3940
 
3941
+ msgid "Connect your device to our IoT platform"
3942
+ msgstr ""
3943
+
3895
3944
  msgid "Connect your smartphone to our IoT platform"
3896
3945
  msgstr "スマートフォンを IoT プラットフォームに接続してください"
3897
3946
 
@@ -5573,6 +5622,12 @@ msgstr "デバイス EUI"
5573
5622
  msgid "Device ID"
5574
5623
  msgstr "デバイス ID"
5575
5624
 
5625
+ msgid "Device ID already exists. Please choose a different name."
5626
+ msgstr ""
5627
+
5628
+ msgid "Device ID cannot contain whitespace, slashes or any of (+$:). Please choose a different name."
5629
+ msgstr ""
5630
+
5576
5631
  msgid "Device ID duplicates are not allowed"
5577
5632
  msgstr "デバイス ID の重複は許可されていません"
5578
5633
 
@@ -5633,6 +5688,18 @@ msgstr "デバイスが削除されました。"
5633
5688
  msgid "Device deprovisioned."
5634
5689
  msgstr "デバイスがプロビジョン解除されました。"
5635
5690
 
5691
+ msgid "Device enrollment completed"
5692
+ msgstr ""
5693
+
5694
+ msgid "Device enrollment failed"
5695
+ msgstr ""
5696
+
5697
+ msgid "Device enrolment modal and quick link integration to connect devices using thin-edge.io."
5698
+ msgstr ""
5699
+
5700
+ msgid "Device enrolment plugin"
5701
+ msgstr ""
5702
+
5636
5703
  msgid "Device found for identity {{type}}: {{externalId}}."
5637
5704
  msgstr "{{type}}: {{externalId}} の識別子を持つデバイスが見つかりました。"
5638
5705
 
@@ -6666,6 +6733,11 @@ msgstr "1 つのアドレスまたはコンマで区切って複数のアドレ
6666
6733
  msgid "Enter starting fragment of device id or name to search."
6667
6734
  msgstr "検索するデバイス ID またはデバイス名の先頭部分を入力してください。"
6668
6735
 
6736
+ msgid "Enter the device name and click\n"
6737
+ " <strong>Next</strong>\n"
6738
+ " ."
6739
+ msgstr ""
6740
+
6669
6741
  msgid "Enter the following code\n"
6670
6742
  " <code>{{ vm.code }}</code>\n"
6671
6743
  " to proceed:"
@@ -7128,6 +7200,9 @@ msgstr "プラットフォームでドメインを更新できませんでした
7128
7200
  msgid "Failed to update the connection"
7129
7201
  msgstr "接続を更新できませんでした"
7130
7202
 
7203
+ msgid "Failed to update user's application access."
7204
+ msgstr ""
7205
+
7131
7206
  msgid "Failed to upload asset."
7132
7207
  msgstr "アセットをアップロードできませんでした。"
7133
7208
 
@@ -7673,6 +7748,18 @@ msgstr "フォント"
7673
7748
  msgid "Fonts URL"
7674
7749
  msgstr "フォントURL"
7675
7750
 
7751
+ msgid "For connecting a physical Linux IoT device, run this command in the device's\n"
7752
+ " terminal."
7753
+ msgstr ""
7754
+
7755
+ msgid "For connecting a simulated device, run this command on your computer with\n"
7756
+ " Docker`KEEP_ORIGINAL` installed. It will install the\n"
7757
+ " <a href=\"https://github.com/thin-edge/tedge-demo-container\" target=\"_blank\" rel=\"noopener noreferrer\">\n"
7758
+ " tedge-demo-container\n"
7759
+ " </a>\n"
7760
+ " ."
7761
+ msgstr ""
7762
+
7676
7763
  msgid "For correct application behavior you can use only \"{{ host }}\" or \"{{\n"
7677
7764
  " defaultRedirectUrl\n"
7678
7765
  " }}\", the latter one is recommended."
@@ -7691,12 +7778,10 @@ msgstr "詳細は、\n"
7691
7778
  " </a>\n"
7692
7779
  " を参照してください。"
7693
7780
 
7694
- msgid "For each asset in the supported widgets, the suggested source is based on the original one.\n"
7695
- " You can either accept the suggestion, select a different asset, or decide to configure it later.\n"
7696
- " Please note: If you don't pick any of the options available, the widget will not be imported."
7697
- msgstr "サポートされているウィジェットの各アセットについては、元のものに基づいてソースが提案されます。\n"
7698
- " 提案を承認するか、異なるアセットを選択するか、後で構成することを決定するかのいずれかができます。\n"
7699
- " 注意: 使用できるオプションのいずれかを選択しないと、ウィジェットはインポートされません。"
7781
+ msgid "For each asset in the widgets, we suggest a source based on the original configuration. \n"
7782
+ " You can accept it, choose another asset, or configure it later. If you don’t choose any option,\n"
7783
+ " the widget will not be imported."
7784
+ msgstr ""
7700
7785
 
7701
7786
  msgid "For example, if message type is indicated by the first byte of payload, then enter 0"
7702
7787
  msgstr "例えば、メッセージ タイプがペイロードの最初のバイトで示されている場合は、0 を入力します"
@@ -7723,6 +7808,9 @@ msgstr "本稼働環境には、完全にサポートされた Angular ベース
7723
7808
  " <br>\n"
7724
7809
  "コーディングを開始するために、高度な開発者モードを有効化してください。"
7725
7810
 
7811
+ msgid "For security reasons, the external authentication server (single sign-on) does not allow for password confirmation. Instead, enter the following code to continue:"
7812
+ msgstr ""
7813
+
7726
7814
  msgid "Forbidden for web browsers"
7727
7815
  msgstr "Web ブラウザーに対して禁止"
7728
7816
 
@@ -8505,6 +8593,12 @@ msgstr "ハードウェア"
8505
8593
  msgid "Has full access to all deployed CEP modules and smart rules."
8506
8594
  msgstr "すべてのデプロイ済み CEP モジュールおよびスマート ルールへのフルアクセス権があります。"
8507
8595
 
8596
+ msgid "Have at least {{length}} characters"
8597
+ msgstr ""
8598
+
8599
+ msgid "Have at least {{recommendedLength}} characters"
8600
+ msgstr ""
8601
+
8508
8602
  msgid "Header"
8509
8603
  msgstr "ヘッダー"
8510
8604
 
@@ -9897,6 +9991,9 @@ msgstr "承認サーバーの「有効なリダイレクト URI」が \"{{ redir
9897
9991
  msgid "Make sure that:"
9898
9992
  msgstr "要件:"
9899
9993
 
9994
+ msgid "Manage certificates"
9995
+ msgstr ""
9996
+
9900
9997
  msgid "Manage preview features"
9901
9998
  msgstr "プレビュー機能の管理"
9902
9999
 
@@ -10465,6 +10562,9 @@ msgstr "名前は値の中で一意である必要があります。"
10465
10562
  msgid "Name must be unique among variables."
10466
10563
  msgstr "名前は変数間で一意である必要があります。"
10467
10564
 
10565
+ msgid "Name your Device"
10566
+ msgstr ""
10567
+
10468
10568
  msgid "Navigate to the desired page and click the \"Add current page\" button. Editing, deleting and reordering are possible by clicking on the cog wheel."
10469
10569
  msgstr "目的のページに移動して、\"現在のページを追加\" ボタンをクリックします。歯車をクリックすると、編集、削除、並べ替えを行うことができます。"
10470
10570
 
@@ -11360,6 +11460,9 @@ msgstr "表示できるサブスクリプション利用者はいません。"
11360
11460
  msgid "No suggestion available"
11361
11461
  msgstr "使用可能な提案がありません"
11362
11462
 
11463
+ msgid "No suggestion available- widget will not be imported"
11464
+ msgstr ""
11465
+
11363
11466
  msgid "No synced widgets"
11364
11467
  msgstr "同期されているウィジェットはありません"
11365
11468
 
@@ -12199,6 +12302,9 @@ msgstr "パスワード履歴のサイズ"
12199
12302
  msgid "Password is invalid. It must have at least {{minCharactersCount}} and no more than {{maxCharactersCount}} characters."
12200
12303
  msgstr "パスワードが無効です。{{minCharactersCount}} 文字以上 {{maxCharactersCount}} 文字以下である必要があります。"
12201
12304
 
12305
+ msgid "Password is not strong enough, check the requirements below."
12306
+ msgstr ""
12307
+
12202
12308
  msgid "Password is not strong enough, use a stronger password."
12203
12309
  msgstr "パスワードの強度が不十分です。より強力なパスワードを使用してください。"
12204
12310
 
@@ -12208,15 +12314,21 @@ msgstr "パスワードの強度が不十分です。より強力なパスワー
12208
12314
  msgid "Password must have at least 8 characters and no more than 32 and can only contain letters, numbers and following symbols: `~!@#$%^&*()_|+-=?;:'\",.<>{}[]\\/"
12209
12315
  msgstr "パスワードは 8 文字以上 32 文字以下で、文字、数字および記号 `~!@#$%^&*()_|+-=?;:'\",.<>{}[]\\/のみを使用できます。"
12210
12316
 
12211
- msgid "Password must have at least 8 characters and no more than 32 and can only contain letters, numbers and following symbols: {{ symbols }}"
12212
- msgstr "パスワードは 8 文字以上 32 文字以下で、文字、数字および記号 {{ symbols }} のみを使用できます"
12213
-
12214
12317
  msgid "Password must have at least 8 characters and no more than 32."
12215
12318
  msgstr "パスワードは 8 文字以上 32 文字以下である必要があります。"
12216
12319
 
12217
12320
  msgid "Password must have at least {{ min }} characters and no more than {{ max }} and can only contain letters, numbers and following symbols: {{ symbols }}"
12218
12321
  msgstr "パスワードは {{ min }} 文字以上 {{ max }} 文字以下で、文字、数字および記号 {{ symbols }} のみを使用できます"
12219
12322
 
12323
+ msgid "Password must have at least {{ minLength }} characters and no more than {{ maxLength }} and can only contain letters, numbers and following symbols: {{ allowedCharactersList }}"
12324
+ msgstr ""
12325
+
12326
+ msgid "Password must have at least {{ minLength }} characters and no more than {{ maxLength }} and can only contain letters, numbers and following symbols: {{ symbols }}"
12327
+ msgstr ""
12328
+
12329
+ msgid "Password must have at least {{ minLength }} characters and no more than {{ maxLength }}."
12330
+ msgstr ""
12331
+
12220
12332
  msgid "Password must meet the requirements below:"
12221
12333
  msgstr "パスワードは下の要件を満たす必要があります:"
12222
12334
 
@@ -13329,6 +13441,9 @@ msgstr "リストから削除"
13329
13441
  msgid "Remove from selected data points"
13330
13442
  msgstr "選択されたデータ ポイントから削除"
13331
13443
 
13444
+ msgid "Remove from selected properties"
13445
+ msgstr ""
13446
+
13332
13447
  msgid "Remove icon and use default icon"
13333
13448
  msgstr "アイコンを削除してデフォルトのアイコンを使用する"
13334
13449
 
@@ -13734,6 +13849,9 @@ msgstr "ルール名"
13734
13849
  msgid "Run"
13735
13850
  msgstr "実行"
13736
13851
 
13852
+ msgid "Run the connection command"
13853
+ msgstr ""
13854
+
13737
13855
  msgid "S/N"
13738
13856
  msgstr "S/N"
13739
13857
 
@@ -14458,6 +14576,9 @@ msgstr "この値で実行するアクションを選択してください。"
14458
14576
  msgid "Select the asset, then on the available data points list, click on the plus button on the desired data point."
14459
14577
  msgstr "アセットを選択して、使用可能なデータ ポイントの一覧で目的のデータ ポイントのプラス記号をクリックしてください。"
14460
14578
 
14579
+ msgid "Select the asset, then on the available properties list, select desired property."
14580
+ msgstr ""
14581
+
14461
14582
  msgid "Select the global roles for which the dashboard will be available"
14462
14583
  msgstr "ダッシュボードが使用できるグローバル ロールを選択してください。"
14463
14584
 
@@ -14550,6 +14671,9 @@ msgstr "選択した番号、開始ビット、またはビット数が他のレ
14550
14671
  msgid "Selected operation"
14551
14672
  msgstr "選択した操作"
14552
14673
 
14674
+ msgid "Selected properties"
14675
+ msgstr ""
14676
+
14553
14677
  msgid "Selected provisioned certificate was revoked."
14554
14678
  msgstr "選択したプロビジョニングされた証明書は取り消されました。"
14555
14679
 
@@ -14668,6 +14792,9 @@ msgstr "イベントを送信"
14668
14792
  msgid "Send export via email"
14669
14793
  msgstr "Eメールでエクスポートを送信"
14670
14794
 
14795
+ msgid "Send link to user"
14796
+ msgstr ""
14797
+
14671
14798
  msgid "Send me information about outages, maintenance or updates."
14672
14799
  msgstr "停電、メンテナンスまたは更新に関する情報を希望します。"
14673
14800
 
@@ -16732,6 +16859,9 @@ msgstr "ファイル名が長すぎます。"
16732
16859
  msgid "The following are recent alarms and events you may want to add:"
16733
16860
  msgstr "次の最新のアラームとイベントを追加できます:"
16734
16861
 
16862
+ msgid "The following error occurred:"
16863
+ msgstr ""
16864
+
16735
16865
  msgid "The following operations are supported:"
16736
16866
  msgstr "次の操作がサポートされています:"
16737
16867
 
@@ -17237,10 +17367,9 @@ msgstr "このテンプレート ID は既に使用されています。別の
17237
17367
  msgid "This time is invalid."
17238
17368
  msgstr "この時間は無効です。"
17239
17369
 
17240
- msgid "This user is assigned a global role with \"Application management\" permission. Therefore all\n"
17241
- " applications are accessible."
17242
- msgstr "このユーザーには \"アプリケーション管理\" 権限を持つグローバル ロールが割り当てられているため、\n"
17243
- " すべてのアプリケーションにアクセスできます。"
17370
+ msgid "This user is assigned a global role with \"Application management\" permission.\n"
17371
+ " Therefore all applications are accessible."
17372
+ msgstr ""
17244
17373
 
17245
17374
  msgid "This widget cannot be rendered because the current application does not support the following component:"
17246
17375
  msgstr "現在のアプリケーションは次のコンポーネントをサポートしていないため、このウィジェットは表示できません:"
@@ -17354,6 +17483,11 @@ msgstr "このダッシュボードをコピーするには、管理者に連絡
17354
17483
  msgid "To date"
17355
17484
  msgstr ""
17356
17485
 
17486
+ msgid "To get more from Cumulocity, connect a thin-edge.io device or a container on your\n"
17487
+ " computer. This wizard will automatically connect it so you can use Cumulocity's device\n"
17488
+ " management features."
17489
+ msgstr ""
17490
+
17357
17491
  msgid "To see the result click <a href=\"#/device/{{deviceId}}/control\">here</a>"
17358
17492
  msgstr "結果を確認するには、<a href=\"#/device/{{deviceId}}/control\">こちら</a>をクリックしてください"
17359
17493
 
@@ -17612,6 +17746,9 @@ msgstr "検索条件を変更してみてください。"
17612
17746
  msgid "Try it out:"
17613
17747
  msgstr ""
17614
17748
 
17749
+ msgid "Try thin-edge.io"
17750
+ msgstr ""
17751
+
17615
17752
  msgid "Try to expand more groups or to refine your search term."
17616
17753
  msgstr "より多くのグループを展開するか、検索語を絞り込んでください。"
17617
17754
 
@@ -18239,6 +18376,9 @@ msgstr "ユーザーの TOTP シークレットが取り消されました。"
18239
18376
  msgid "User agent validation required"
18240
18377
  msgstr "ユーザー エージェントの検証が必要"
18241
18378
 
18379
+ msgid "User application access management"
18380
+ msgstr ""
18381
+
18242
18382
  msgid "User created"
18243
18383
  msgstr "ユーザーが作成されました"
18244
18384
 
@@ -19127,6 +19267,9 @@ msgstr "登録 \"{{connectorName}}\" を削除しようとしています。続
19127
19267
  msgid "You are about to delete tenant \"{{ company }}\" (ID \"{{ id }}\")."
19128
19268
  msgstr "テナント \"{{ company }}\" (ID \"{{ id }}\") を削除しようとしています。"
19129
19269
 
19270
+ msgid "You are about to delete tenant \"{{ company }}\" (ID \"{{ id }}\"). This action will immediately affect all users of this tenant."
19271
+ msgstr ""
19272
+
19130
19273
  msgid "You are about to delete the Certificate Authority (CA) certificate for this tenant. Any device enrolled using this CA certificate for authentication will no longer be able to connect to the platform."
19131
19274
  msgstr "証明機関 (CA) をこのテナントから削除しようとしています。認証にこの CA 証明書を使用して登録されたデバイスはプラットフォームに接続できなくなります。"
19132
19275
 
@@ -19247,6 +19390,9 @@ msgstr "アップロード後にマイクロサービスに登録しようとし
19247
19390
  msgid "You are about to suspend tenant \"{{ company }}\" (ID \"{{ id }}\")."
19248
19391
  msgstr "テナント \"{{ company }}\" (ID \"{{ id }}\")を一時停止しようとしています。"
19249
19392
 
19393
+ msgid "You are about to suspend tenant \"{{ company }}\" (ID \"{{ id }}\"). This action will immediately affect all users of this tenant."
19394
+ msgstr ""
19395
+
19250
19396
  msgid "You are about to unassign \"{{name}}\". Do you want to proceed?"
19251
19397
  msgstr "\"{{name}}\" の割り当てを解除しようとしています。続行しますか?"
19252
19398
 
@@ -19439,6 +19585,9 @@ msgstr "お使いのブラウザーはビデオ タグをサポートしてい
19439
19585
  msgid "Your comprehensive, version-aligned API reference for the Cumulocity IoT Platform"
19440
19586
  msgstr ""
19441
19587
 
19588
+ msgid "Your device is now connected and sending data to your Cumulocity tenant."
19589
+ msgstr ""
19590
+
19442
19591
  msgid "Your device was successfully registered."
19443
19592
  msgstr "デバイスは正常に登録されました。"
19444
19593