@c8y/ngx-components 1023.43.3 → 1023.48.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 (74) hide show
  1. package/ai/agent-chat/index.d.ts +6 -1
  2. package/ai/agent-chat/index.d.ts.map +1 -1
  3. package/ai/ai-chat/index.d.ts.map +1 -1
  4. package/ai/index.d.ts +39 -30
  5. package/ai/index.d.ts.map +1 -1
  6. package/datapoints-export-selector/index.d.ts +2 -1
  7. package/datapoints-export-selector/index.d.ts.map +1 -1
  8. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs +24 -9
  9. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs.map +1 -1
  10. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs +5 -4
  11. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs.map +1 -1
  12. package/fesm2022/c8y-ngx-components-ai.mjs +63 -33
  13. package/fesm2022/c8y-ngx-components-ai.mjs.map +1 -1
  14. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +1 -1
  15. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  16. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs +1 -1
  17. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs.map +1 -1
  18. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs +6 -3
  19. package/fesm2022/c8y-ngx-components-datapoints-export-selector.mjs.map +1 -1
  20. package/fesm2022/c8y-ngx-components-echart.mjs +17 -11
  21. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  22. package/fesm2022/c8y-ngx-components-global-context.mjs +29 -20
  23. package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
  24. package/fesm2022/c8y-ngx-components-search.mjs +4 -1
  25. package/fesm2022/c8y-ngx-components-search.mjs.map +1 -1
  26. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +1 -5
  27. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  28. package/fesm2022/c8y-ngx-components-upgrade.mjs +3 -33
  29. package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
  30. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs +1203 -34
  31. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs.map +1 -1
  32. package/fesm2022/c8y-ngx-components-widgets-definitions-markdown.mjs +3 -2
  33. package/fesm2022/c8y-ngx-components-widgets-definitions-markdown.mjs.map +1 -1
  34. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +32 -4
  35. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
  36. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs +1 -1
  37. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs.map +1 -1
  38. package/fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs +14 -6
  39. package/fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs.map +1 -1
  40. package/fesm2022/c8y-ngx-components-widgets-implementations-kpi.mjs +10 -5
  41. package/fesm2022/c8y-ngx-components-widgets-implementations-kpi.mjs.map +1 -1
  42. package/fesm2022/c8y-ngx-components-widgets-implementations-markdown.mjs +122 -80
  43. package/fesm2022/c8y-ngx-components-widgets-implementations-markdown.mjs.map +1 -1
  44. package/fesm2022/c8y-ngx-components.mjs +66 -7
  45. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  46. package/global-context/index.d.ts.map +1 -1
  47. package/index.d.ts +31 -3
  48. package/index.d.ts.map +1 -1
  49. package/locales/de.po +14 -20
  50. package/locales/es.po +13 -19
  51. package/locales/fr.po +18 -24
  52. package/locales/ja_JP.po +13 -19
  53. package/locales/ko.po +13 -19
  54. package/locales/locales.pot +88 -17
  55. package/locales/nl.po +13 -19
  56. package/locales/pl.po +13 -19
  57. package/locales/pt_BR.po +13 -19
  58. package/locales/zh_CN.po +13 -19
  59. package/locales/zh_TW.po +13 -19
  60. package/package.json +1 -1
  61. package/search/index.d.ts.map +1 -1
  62. package/trusted-certificates/index.d.ts +0 -2
  63. package/trusted-certificates/index.d.ts.map +1 -1
  64. package/upgrade/index.d.ts.map +1 -1
  65. package/widgets/definitions/markdown/index.d.ts +1 -1
  66. package/widgets/implementations/datapoints-graph/index.d.ts +3 -0
  67. package/widgets/implementations/datapoints-graph/index.d.ts.map +1 -1
  68. package/widgets/implementations/html-widget/index.d.ts +4 -1
  69. package/widgets/implementations/html-widget/index.d.ts.map +1 -1
  70. package/widgets/implementations/kpi/index.d.ts.map +1 -1
  71. package/widgets/implementations/markdown/index.d.ts +23 -13
  72. package/widgets/implementations/markdown/index.d.ts.map +1 -1
  73. package/fesm2022/c8y-ngx-components-upgrade-not-found.component-CuCuYAkK.mjs +0 -19
  74. package/fesm2022/c8y-ngx-components-upgrade-not-found.component-CuCuYAkK.mjs.map +0 -1
package/locales/es.po CHANGED
@@ -5927,8 +5927,8 @@ msgstr "Mostrar como"
5927
5927
  msgid "Display category"
5928
5928
  msgstr "Mostrar Categoría"
5929
5929
 
5930
- msgid "Display content provided as Markdown. You can either upload a file, or provide a file path."
5931
- msgstr "Mostrar contenido proporcionado como Markdown. Puede cargar un archivo o proporcionar una ruta de archivo."
5930
+ msgid "Display content provided as Markdown. You can write Markdown text directly, upload a file, or provide a file path."
5931
+ msgstr "Mostrar contenido proporcionado como Markdown. Puede escribir texto Markdown directamente, subir un archivo o proporcionar una ruta de archivo."
5932
5932
 
5933
5933
  msgid "Display custom HTML code"
5934
5934
  msgstr "Mostrar código HTML personalizado"
@@ -8340,18 +8340,12 @@ msgstr "Reglas inteligentes globales"
8340
8340
  msgid "Globally available"
8341
8341
  msgstr "Disponible globalmente"
8342
8342
 
8343
- msgid "Go back"
8344
- msgstr "Volver atrás"
8345
-
8346
8343
  msgid "Go to location"
8347
8344
  msgstr "Ir a ubicación"
8348
8345
 
8349
8346
  msgid "Go to source"
8350
8347
  msgstr "Ir a fuente"
8351
8348
 
8352
- msgid "Go to start page"
8353
- msgstr "Ir a la página de inicio"
8354
-
8355
8349
  msgid "Go to the asset data table"
8356
8350
  msgstr "Ir a la tabla de datos de activos"
8357
8351
 
@@ -12052,9 +12046,6 @@ msgstr "La versión de paquete {{version}} se ha quitado"
12052
12046
  msgid "Packed decimal"
12053
12047
  msgstr "Decimal lleno"
12054
12048
 
12055
- msgid "Page not found"
12056
- msgstr "Página no encontrada"
12057
-
12058
12049
  msgid "Page size"
12059
12050
  msgstr "Tamaño de página"
12060
12051
 
@@ -16663,9 +16654,6 @@ msgstr "El Paquete fue archivado por el propietario marcándolo como fuera de ma
16663
16654
  msgid "The package was marked by the author as archived."
16664
16655
  msgstr "El Paquete fue marcado por el Autor como archivado."
16665
16656
 
16666
- msgid "The page you are looking for does not exist or you do not have permission to access it."
16667
- msgstr "La página que busca no existe o no tiene permiso para acceder a ella."
16668
-
16669
16657
  msgid "The password of the user that you are currently logged in with."
16670
16658
  msgstr "Introduzca la contraseña del usuario con el que ha iniciado sesión."
16671
16659
 
@@ -17520,8 +17508,11 @@ msgstr "Introduzca texto para filtrar iconos…"
17520
17508
  msgid "Type to filter software types…"
17521
17509
  msgstr "Introduzca texto para filtrar tipos de software…"
17522
17510
 
17523
- msgid "Type your message here..."
17524
- msgstr "Escriba su mensaje aquí..."
17511
+ msgid "Type your message here"
17512
+ msgstr "Escriba su mensaje aquí…"
17513
+
17514
+ msgid "Type your next message here…"
17515
+ msgstr "Escriba aquí su siguiente mensaje…"
17525
17516
 
17526
17517
  msgid "Type: {{ alarmType }}"
17527
17518
  msgstr "Tipo: {{ alarmType }}"
@@ -17875,9 +17866,6 @@ msgstr "Subir un archivo PKCS #12 (.pk12) que contiene el certificado y clave pr
17875
17866
  msgid "Upload a binary"
17876
17867
  msgstr "Cargar un archivo binario"
17877
17868
 
17878
- msgid "Upload a file or provide a URL to see the preview"
17879
- msgstr "Subir un archivo o proporciona una URL para ver la vista previa."
17880
-
17881
17869
  msgid "Upload a new version"
17882
17870
  msgstr "Cargar nueva versión"
17883
17871
 
@@ -18752,6 +18740,12 @@ msgstr "Con esta aplicación se puede"
18752
18740
  msgid "Write"
18753
18741
  msgstr "Escribir"
18754
18742
 
18743
+ msgid "Write Markdown"
18744
+ msgstr "Escribir Markdown"
18745
+
18746
+ msgid "Write Markdown, upload a file, or provide a URL to see the preview"
18747
+ msgstr "Escribe Markdown, sube un archivo o proporciona una URL para ver la vista previa."
18748
+
18755
18749
  msgid "Write-only"
18756
18750
  msgstr "Sólo escritura"
18757
18751
 
package/locales/fr.po CHANGED
@@ -1854,7 +1854,7 @@ msgid "An object identifier value, typically an address identifying a device and
1854
1854
  msgstr "Une valeur d'identification de l'objet, généralement une adresse qui identifie un appareil et son état."
1855
1855
 
1856
1856
  msgid "Analyzing query…"
1857
- msgstr "Analyse de la requête en cours..."
1857
+ msgstr "Analyse de la requête en cours"
1858
1858
 
1859
1859
  msgid "And sort"
1860
1860
  msgstr "Et trier"
@@ -2488,9 +2488,9 @@ msgstr "Avant d'activer le nom de domaine personnalisé, veuillez vous assurer q
2488
2488
  msgid "Before modifying permissions for the \"Device User`role`\" role, please be aware that such\n"
2489
2489
  " changes can significantly impact platform security. When defining permissions for the\n"
2490
2490
  " \"Device User`role`\", please consider that individual devices might get compromised."
2491
- msgstr "Avant de modifier les autorisations pour le rôle « 'rôle' Utilisateur de l'appareil », veuillez noter que \n"
2491
+ msgstr "Avant de modifier les autorisations pour le rôle « Utilisateur de l'appareil », veuillez noter que \n"
2492
2492
  " ces modifications peuvent avoir un impact significatif sur la sécurité de la plateforme. Lorsque vous définissez les autorisations pour le rôle\n"
2493
- " « 'rôle' Utilisateur de l'appareil », veuillez tenir compte du fait que certains appareils individuels risquent d'être compromis."
2493
+ " « Utilisateur de l'appareil », veuillez tenir compte du fait que certains appareils individuels risquent d'être compromis."
2494
2494
 
2495
2495
  msgid "Below you can configure one or more OPC UA servers. The OPC UA agent will connect to these servers if they are enabled and the connection state is set to connected."
2496
2496
  msgstr "Vous pouvez configurer ci-dessous un ou plusieurs serveurs OPC UA. L'agent OPC UA se connecte à ces serveurs s'ils sont activés et si l'état de connexion est défini sur connecté."
@@ -5930,8 +5930,8 @@ msgstr "Afficher comme"
5930
5930
  msgid "Display category"
5931
5931
  msgstr "Afficher la catégorie"
5932
5932
 
5933
- msgid "Display content provided as Markdown. You can either upload a file, or provide a file path."
5934
- msgstr "Affichez le contenu fourni comme Markdown. Vous pouvez soit charger un fichier soit indiquer un chemin de fichier."
5933
+ msgid "Display content provided as Markdown. You can write Markdown text directly, upload a file, or provide a file path."
5934
+ msgstr "L'affichage du contenu fourni au format Markdown se fait directement à partir du texte Markdown, en chargeant un fichier ou en fournissant le chemin d'accès au fichier."
5935
5935
 
5936
5936
  msgid "Display custom HTML code"
5937
5937
  msgstr "Afficher le code HTML personnalisé"
@@ -7398,8 +7398,8 @@ msgstr "Pour en savoir plus, veuillez consulter la <a c8y-guide-href=\"/docs/coc
7398
7398
  msgid "Find out more in the\n"
7399
7399
  " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#kpi\">user documentation</a>\n"
7400
7400
  " ."
7401
- msgstr "Pour en savoir plus, consultez la documentation utilisateur\n"
7402
- " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#kpi\"></a>\n"
7401
+ msgstr "Pour en savoir plus, consultez la \n"
7402
+ " <a c8y-guide-href=\"/docs/cockpit/widgets-collection/#kpi\">documentation utilisateur</a>\n"
7403
7403
  " ."
7404
7404
 
7405
7405
  msgid "Find out more in the\n"
@@ -8357,18 +8357,12 @@ msgstr "Smart Rules globales"
8357
8357
  msgid "Globally available"
8358
8358
  msgstr "Disponible partout"
8359
8359
 
8360
- msgid "Go back"
8361
- msgstr "Retour précédent"
8362
-
8363
8360
  msgid "Go to location"
8364
8361
  msgstr "Aller à l'emplacement"
8365
8362
 
8366
8363
  msgid "Go to source"
8367
8364
  msgstr "Aller à la source"
8368
8365
 
8369
- msgid "Go to start page"
8370
- msgstr "Aller à la page d'accueil"
8371
-
8372
8366
  msgid "Go to the asset data table"
8373
8367
  msgstr "Aller à la table de données des actifs"
8374
8368
 
@@ -12070,9 +12064,6 @@ msgstr "La version du package {{version}} a été supprimée"
12070
12064
  msgid "Packed decimal"
12071
12065
  msgstr "Décimal condensé"
12072
12066
 
12073
- msgid "Page not found"
12074
- msgstr "Page non trouvée"
12075
-
12076
12067
  msgid "Page size"
12077
12068
  msgstr "Taille de la page"
12078
12069
 
@@ -16681,9 +16672,6 @@ msgstr "Le package a été archivé par le propriétaire qui l'a marqué comme n
16681
16672
  msgid "The package was marked by the author as archived."
16682
16673
  msgstr "Le package a été marqué par l'auteur comme étant archivé."
16683
16674
 
16684
- msgid "The page you are looking for does not exist or you do not have permission to access it."
16685
- msgstr "La page que vous recherchez n'existe pas ou vous n'avez pas l'autorisation d'y accéder."
16686
-
16687
16675
  msgid "The password of the user that you are currently logged in with."
16688
16676
  msgstr "Mot de passe de l'utilisateur avec lequel vous êtes actuellement connecté."
16689
16677
 
@@ -17538,8 +17526,11 @@ msgstr "Commencez votre saisie pour filtrer les icônes…"
17538
17526
  msgid "Type to filter software types…"
17539
17527
  msgstr "Commencez votre saisie pour filtrer les types de logiciels…"
17540
17528
 
17541
- msgid "Type your message here..."
17542
- msgstr "Entrez votre message ici..."
17529
+ msgid "Type your message here"
17530
+ msgstr "Tapez votre message ici"
17531
+
17532
+ msgid "Type your next message here…"
17533
+ msgstr "Tapez votre message suivant ici…"
17543
17534
 
17544
17535
  msgid "Type: {{ alarmType }}"
17545
17536
  msgstr "Type : {{ alarmType }}"
@@ -17893,9 +17884,6 @@ msgstr "Chargez un fichier PKCS #12 (.pk12) contenant la clé privée et le cert
17893
17884
  msgid "Upload a binary"
17894
17885
  msgstr "Charger fichier binaire"
17895
17886
 
17896
- msgid "Upload a file or provide a URL to see the preview"
17897
- msgstr "Chargez un fichier ou fournissez une URL pour voir l'aperçu."
17898
-
17899
17887
  msgid "Upload a new version"
17900
17888
  msgstr "Charger une nouvelle version"
17901
17889
 
@@ -18770,6 +18758,12 @@ msgstr "Avec cette application, vous pouvez"
18770
18758
  msgid "Write"
18771
18759
  msgstr "Écriture"
18772
18760
 
18761
+ msgid "Write Markdown"
18762
+ msgstr "Écrire en Markdown"
18763
+
18764
+ msgid "Write Markdown, upload a file, or provide a URL to see the preview"
18765
+ msgstr "Écrivez en Markdown, chargez un fichier ou fournissez une URL pour voir l'aperçu."
18766
+
18773
18767
  msgid "Write-only"
18774
18768
  msgstr "En écriture seule"
18775
18769
 
package/locales/ja_JP.po CHANGED
@@ -5894,8 +5894,8 @@ msgstr "表示方法"
5894
5894
  msgid "Display category"
5895
5895
  msgstr "表示カテゴリ"
5896
5896
 
5897
- msgid "Display content provided as Markdown. You can either upload a file, or provide a file path."
5898
- msgstr "Markdown として提供された内容を表示します。ファイルをアップロードするか、ファイル パスを入力してください。"
5897
+ msgid "Display content provided as Markdown. You can write Markdown text directly, upload a file, or provide a file path."
5898
+ msgstr "マークダウンとして提供された内容を表示します。マークダウン テキストを直接書き込んだり、ファイルをアップロードしたり、ファイル パスを入力したりできます。"
5899
5899
 
5900
5900
  msgid "Display custom HTML code"
5901
5901
  msgstr "カスタム HTML コードを表示"
@@ -8276,18 +8276,12 @@ msgstr "グローバル スマート ルール"
8276
8276
  msgid "Globally available"
8277
8277
  msgstr "グローバルに使用可能"
8278
8278
 
8279
- msgid "Go back"
8280
- msgstr "戻る"
8281
-
8282
8279
  msgid "Go to location"
8283
8280
  msgstr "位置に移動"
8284
8281
 
8285
8282
  msgid "Go to source"
8286
8283
  msgstr "ソースに移動"
8287
8284
 
8288
- msgid "Go to start page"
8289
- msgstr "開始ページへ移動"
8290
-
8291
8285
  msgid "Go to the asset data table"
8292
8286
  msgstr "アセット データ テーブルへ移動"
8293
8287
 
@@ -11984,9 +11978,6 @@ msgstr "パッケージ バージョン {{version}} は削除されました"
11984
11978
  msgid "Packed decimal"
11985
11979
  msgstr "パック 10 進数"
11986
11980
 
11987
- msgid "Page not found"
11988
- msgstr "ページが見つかりません"
11989
-
11990
11981
  msgid "Page size"
11991
11982
  msgstr "ページ サイズ"
11992
11983
 
@@ -16591,9 +16582,6 @@ msgstr "パッケージは所有者のマーキングによってアーカイブ
16591
16582
  msgid "The package was marked by the author as archived."
16592
16583
  msgstr "パッケージは作成者によって「アーカイブ済み」とマークされています。"
16593
16584
 
16594
- msgid "The page you are looking for does not exist or you do not have permission to access it."
16595
- msgstr "お探しのページは存在しないか、アクセス権限がありません。"
16596
-
16597
16585
  msgid "The password of the user that you are currently logged in with."
16598
16586
  msgstr "ログインに使用したユーザー パスワード。"
16599
16587
 
@@ -17441,8 +17429,11 @@ msgstr "アイコンのフィルター条件を入力…"
17441
17429
  msgid "Type to filter software types…"
17442
17430
  msgstr "名前を入力してソフトウェア タイプをフィルター…"
17443
17431
 
17444
- msgid "Type your message here..."
17445
- msgstr "メッセージをここに入力してください…"
17432
+ msgid "Type your message here"
17433
+ msgstr ""
17434
+
17435
+ msgid "Type your next message here…"
17436
+ msgstr ""
17446
17437
 
17447
17438
  msgid "Type: {{ alarmType }}"
17448
17439
  msgstr "タイプです:{{ alarmType }}"
@@ -17796,9 +17787,6 @@ msgstr "秘密鍵と証明書を含む PKCS #12 (.pk12) ファ イルをアッ
17796
17787
  msgid "Upload a binary"
17797
17788
  msgstr "バイナリのアップロード"
17798
17789
 
17799
- msgid "Upload a file or provide a URL to see the preview"
17800
- msgstr "ファイルのアップロードまたはプレビューを表示するための URL を入力"
17801
-
17802
17790
  msgid "Upload a new version"
17803
17791
  msgstr "新バージョンのアップロード"
17804
17792
 
@@ -18671,6 +18659,12 @@ msgstr "このアプリケーションでは、"
18671
18659
  msgid "Write"
18672
18660
  msgstr "書き込み"
18673
18661
 
18662
+ msgid "Write Markdown"
18663
+ msgstr "マークダウンの書き込み"
18664
+
18665
+ msgid "Write Markdown, upload a file, or provide a URL to see the preview"
18666
+ msgstr "マークダウンの書き込み、ファイルのアップロード、またはプレビューを表示するための URL の提供"
18667
+
18674
18668
  msgid "Write-only"
18675
18669
  msgstr "書き込み専用"
18676
18670
 
package/locales/ko.po CHANGED
@@ -5902,8 +5902,8 @@ msgstr "으로 표시"
5902
5902
  msgid "Display category"
5903
5903
  msgstr "범주 표시"
5904
5904
 
5905
- msgid "Display content provided as Markdown. You can either upload a file, or provide a file path."
5906
- msgstr "Markdown으로 제공된 콘텐츠를 표시합니다. 파일을 업로드하거나 파일 경로를 제공할 수 있습니다."
5905
+ msgid "Display content provided as Markdown. You can write Markdown text directly, upload a file, or provide a file path."
5906
+ msgstr "마크다운으로 제공된 콘텐츠를 표시합니다. 마크다운 텍스트를 직접 작성하거나, 파일을 업로드하거나, 파일 경로를 제공할 수 있습니다."
5907
5907
 
5908
5908
  msgid "Display custom HTML code"
5909
5909
  msgstr "사용자 지정 HTML 코드 표시"
@@ -8329,18 +8329,12 @@ msgstr "전역 Smart rule"
8329
8329
  msgid "Globally available"
8330
8330
  msgstr "전역적으로 사용 가능"
8331
8331
 
8332
- msgid "Go back"
8333
- msgstr "뒤로 돌아가기"
8334
-
8335
8332
  msgid "Go to location"
8336
8333
  msgstr "위치로 이동"
8337
8334
 
8338
8335
  msgid "Go to source"
8339
8336
  msgstr "원본으로 이동"
8340
8337
 
8341
- msgid "Go to start page"
8342
- msgstr "시작 페이지로 이동"
8343
-
8344
8338
  msgid "Go to the asset data table"
8345
8339
  msgstr "자산 데이터 테이블로 이동"
8346
8340
 
@@ -12039,9 +12033,6 @@ msgstr "{{version}} 패키지 버전이 제거됨"
12039
12033
  msgid "Packed decimal"
12040
12034
  msgstr "묶음 십진법"
12041
12035
 
12042
- msgid "Page not found"
12043
- msgstr "페이지를찾을수없음"
12044
-
12045
12036
  msgid "Page size"
12046
12037
  msgstr "페이지 크기"
12047
12038
 
@@ -16649,9 +16640,6 @@ msgstr "소유자가 패키지를 유지 관리 중단으로 표시하여 보관
16649
16640
  msgid "The package was marked by the author as archived."
16650
16641
  msgstr "작성자가 패키지를 보관됨으로 표시했습니다."
16651
16642
 
16652
- msgid "The page you are looking for does not exist or you do not have permission to access it."
16653
- msgstr "찾으시는 페이지는 존재하지 않거나, 해당 페이지에 대한 접근 권한이 없습니다."
16654
-
16655
16643
  msgid "The password of the user that you are currently logged in with."
16656
16644
  msgstr "현재 로그인한 사용자의 비밀번호입니다."
16657
16645
 
@@ -17503,8 +17491,11 @@ msgstr "입력하여 아이콘을 필터링하십시오…"
17503
17491
  msgid "Type to filter software types…"
17504
17492
  msgstr "입력하여 소프트웨어 유형을 필터링하십시오…"
17505
17493
 
17506
- msgid "Type your message here..."
17507
- msgstr "여기에 메시지를 입력하세요..."
17494
+ msgid "Type your message here"
17495
+ msgstr "메시지를 여기에 입력하세요…"
17496
+
17497
+ msgid "Type your next message here…"
17498
+ msgstr "다음 메시지를 여기에 입력하세요…"
17508
17499
 
17509
17500
  msgid "Type: {{ alarmType }}"
17510
17501
  msgstr "유형: {{ alarmType }}"
@@ -17858,9 +17849,6 @@ msgstr "비공개 키 및 인증서가 포함된 PKCS #12 (.pk12) 파일을 업
17858
17849
  msgid "Upload a binary"
17859
17850
  msgstr "이진수 업로드"
17860
17851
 
17861
- msgid "Upload a file or provide a URL to see the preview"
17862
- msgstr "파일을 업로드하거나 URL을 제공하여 미리 보기를 확인하세요"
17863
-
17864
17852
  msgid "Upload a new version"
17865
17853
  msgstr "새 버전 업로드"
17866
17854
 
@@ -18734,6 +18722,12 @@ msgstr "이 애플리케이션으로 할 수 있는 작업"
18734
18722
  msgid "Write"
18735
18723
  msgstr "쓰기"
18736
18724
 
18725
+ msgid "Write Markdown"
18726
+ msgstr "마크다운 작성"
18727
+
18728
+ msgid "Write Markdown, upload a file, or provide a URL to see the preview"
18729
+ msgstr "마크다운을 작성하거나, 파일을 업로드하거나, URL을 제공하여 미리 보기를 확인하세요."
18730
+
18737
18731
  msgid "Write-only"
18738
18732
  msgstr "쓰기 전용"
18739
18733
 
@@ -446,6 +446,9 @@ msgstr ""
446
446
  msgid "A table display of a collection of data points"
447
447
  msgstr ""
448
448
 
449
+ msgid "A tool to view API documentation of installed applications."
450
+ msgstr ""
451
+
449
452
  msgid "ACCEPTED"
450
453
  msgstr ""
451
454
 
@@ -488,9 +491,15 @@ msgstr ""
488
491
  msgid "ADMIN"
489
492
  msgstr ""
490
493
 
494
+ msgid "AI Agents"
495
+ msgstr ""
496
+
491
497
  msgid "AI Code Assistant"
492
498
  msgstr ""
493
499
 
500
+ msgid "AI Plugins"
501
+ msgstr ""
502
+
494
503
  msgid "AI code assistant"
495
504
  msgstr ""
496
505
 
@@ -512,6 +521,9 @@ msgstr ""
512
521
  msgid "API"
513
522
  msgstr ""
514
523
 
524
+ msgid "API Documentation"
525
+ msgstr ""
526
+
515
527
  msgid "API URL"
516
528
  msgstr ""
517
529
 
@@ -2158,6 +2170,9 @@ msgstr ""
2158
2170
  msgid "Auth type"
2159
2171
  msgstr ""
2160
2172
 
2173
+ msgid "Authenticated requests (use with caution):"
2174
+ msgstr ""
2175
+
2161
2176
  msgid "Authentication"
2162
2177
  msgstr ""
2163
2178
 
@@ -2173,6 +2188,12 @@ msgstr ""
2173
2188
  msgid "Authentication failed due to: user account is locked."
2174
2189
  msgstr ""
2175
2190
 
2191
+ msgid ""
2192
+ "Authentication is provided via the current application session (cookie based). When you copy\n"
2193
+ " cURL snippets, ensure you include the session cookie or any other authentication method, to\n"
2194
+ " authenticate your requests."
2195
+ msgstr ""
2196
+
2176
2197
  msgid "Authentication method"
2177
2198
  msgstr ""
2178
2199
 
@@ -2269,6 +2290,9 @@ msgstr ""
2269
2290
  msgid "Availability`of package based on app state`"
2270
2291
  msgstr ""
2271
2292
 
2293
+ msgid "Available APIs"
2294
+ msgstr ""
2295
+
2272
2296
  msgid "Available alarms"
2273
2297
  msgstr ""
2274
2298
 
@@ -3404,6 +3428,9 @@ msgstr ""
3404
3428
  msgid "Code"
3405
3429
  msgstr ""
3406
3430
 
3431
+ msgid "Code samples:"
3432
+ msgstr ""
3433
+
3407
3434
  msgid "Coil (discrete output)"
3408
3435
  msgstr ""
3409
3436
 
@@ -3491,6 +3518,9 @@ msgstr ""
3491
3518
  msgid "Complete object"
3492
3519
  msgstr ""
3493
3520
 
3521
+ msgid "Complete specifications:"
3522
+ msgstr ""
3523
+
3494
3524
  msgid "Complete`proof of possession`"
3495
3525
  msgstr ""
3496
3526
 
@@ -3989,6 +4019,9 @@ msgstr ""
3989
4019
  msgid "Copy: {{fragments}}"
3990
4020
  msgstr ""
3991
4021
 
4022
+ msgid "Core API"
4023
+ msgstr ""
4024
+
3992
4025
  msgid "Core API version"
3993
4026
  msgstr ""
3994
4027
 
@@ -4490,6 +4523,9 @@ msgstr ""
4490
4523
  msgid "Critical`alarm`"
4491
4524
  msgstr ""
4492
4525
 
4526
+ msgid "Cumulocity IoT Core API Documentation"
4527
+ msgstr ""
4528
+
4493
4529
  msgid "Cumulocity IoT Edge`KEEP_ORIGINAL`"
4494
4530
  msgstr ""
4495
4531
 
@@ -5817,7 +5853,7 @@ msgstr ""
5817
5853
  msgid "Display category"
5818
5854
  msgstr ""
5819
5855
 
5820
- msgid "Display content provided as Markdown. You can either upload a file, or provide a file path."
5856
+ msgid "Display content provided as Markdown. You can write Markdown text directly, upload a file, or provide a file path."
5821
5857
  msgstr ""
5822
5858
 
5823
5859
  msgid "Display custom HTML code"
@@ -6634,6 +6670,9 @@ msgstr ""
6634
6670
  msgid "Execute (via {{ deliveryType | translate }})"
6635
6671
  msgstr ""
6636
6672
 
6673
+ msgid "Execute API calls directly from your browser using your current session"
6674
+ msgstr ""
6675
+
6637
6676
  msgid "Execute command template"
6638
6677
  msgstr ""
6639
6678
 
@@ -8214,18 +8253,12 @@ msgstr ""
8214
8253
  msgid "Globally available"
8215
8254
  msgstr ""
8216
8255
 
8217
- msgid "Go back"
8218
- msgstr ""
8219
-
8220
8256
  msgid "Go to location"
8221
8257
  msgstr ""
8222
8258
 
8223
8259
  msgid "Go to source"
8224
8260
  msgstr ""
8225
8261
 
8226
- msgid "Go to start page"
8227
- msgstr ""
8228
-
8229
8262
  msgid "Go to the asset data table"
8230
8263
  msgstr ""
8231
8264
 
@@ -8444,6 +8477,9 @@ msgstr ""
8444
8477
  msgid "How to use properties in the widget"
8445
8478
  msgstr ""
8446
8479
 
8480
+ msgid "How to use this app"
8481
+ msgstr ""
8482
+
8447
8483
  msgid "How would you like to proceed with sub-users when the owner is deleted?"
8448
8484
  msgstr ""
8449
8485
 
@@ -11925,9 +11961,6 @@ msgstr ""
11925
11961
  msgid "Packed decimal"
11926
11962
  msgstr ""
11927
11963
 
11928
- msgid "Page not found"
11929
- msgstr ""
11930
-
11931
11964
  msgid "Page size"
11932
11965
  msgstr ""
11933
11966
 
@@ -11937,6 +11970,9 @@ msgstr ""
11937
11970
  msgid "Panel"
11938
11971
  msgstr ""
11939
11972
 
11973
+ msgid "Parameters, request/response schemas, and examples"
11974
+ msgstr ""
11975
+
11940
11976
  msgid "Parent group ID"
11941
11977
  msgstr ""
11942
11978
 
@@ -13825,6 +13861,9 @@ msgstr ""
13825
13861
  msgid "See details"
13826
13862
  msgstr ""
13827
13863
 
13864
+ msgid "See real request and response examples for each endpoint"
13865
+ msgstr ""
13866
+
13828
13867
  msgid "Select"
13829
13868
  msgstr ""
13830
13869
 
@@ -16209,6 +16248,12 @@ msgid ""
16209
16248
  "For more information, check <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://enable-cors.org\">enable-cors.org</a>"
16210
16249
  msgstr ""
16211
16250
 
16251
+ msgid ""
16252
+ "The \"Try it out\" feature executes real API calls against your live system. DELETE, PUT, and\n"
16253
+ " POST operations will modify or remove data permanently. Always verify your inputs before\n"
16254
+ " executing destructive operations."
16255
+ msgstr ""
16256
+
16212
16257
  msgid "The \"contextPath`KEEP_ORIGINAL`\" or \"key`KEEP_ORIGINAL`\" of the uploaded archive do not match with the existing application."
16213
16258
  msgstr ""
16214
16259
 
@@ -16519,9 +16564,6 @@ msgstr ""
16519
16564
  msgid "The package was marked by the author as archived."
16520
16565
  msgstr ""
16521
16566
 
16522
- msgid "The page you are looking for does not exist or you do not have permission to access it."
16523
- msgstr ""
16524
-
16525
16567
  msgid "The password of the user that you are currently logged in with."
16526
16568
  msgstr ""
16527
16569
 
@@ -16785,6 +16827,17 @@ msgstr ""
16785
16827
  msgid "This application is overridden."
16786
16828
  msgstr ""
16787
16829
 
16830
+ msgid ""
16831
+ "This application provides complete API documentation extracted directly from your installed\n"
16832
+ " Cumulocity core and microservices. Every endpoint, parameter, and response is automatically\n"
16833
+ " synchronized with your current platform version, ensuring accuracy and reliability."
16834
+ msgstr ""
16835
+
16836
+ msgid ""
16837
+ "This application provides comprehensive API documentation using the industry-standard\n"
16838
+ " Swagger/OpenAPI format. Each API endpoint is fully documented with:"
16839
+ msgstr ""
16840
+
16788
16841
  msgid "This application was duplicated from \"{{name}}\" and won't get any further updates from it."
16789
16842
  msgstr ""
16790
16843
 
@@ -17289,6 +17342,9 @@ msgstr ""
17289
17342
  msgid "Try changing your search criteria."
17290
17343
  msgstr ""
17291
17344
 
17345
+ msgid "Try it out:"
17346
+ msgstr ""
17347
+
17292
17348
  msgid "Try to expand more groups or to refine your search term."
17293
17349
  msgstr ""
17294
17350
 
@@ -17372,7 +17428,10 @@ msgstr ""
17372
17428
  msgid "Type to filter software types…"
17373
17429
  msgstr ""
17374
17430
 
17375
- msgid "Type your message here..."
17431
+ msgid "Type your message here"
17432
+ msgstr ""
17433
+
17434
+ msgid "Type your next message here…"
17376
17435
  msgstr ""
17377
17436
 
17378
17437
  msgid "Type: {{ alarmType }}"
@@ -17727,9 +17786,6 @@ msgstr ""
17727
17786
  msgid "Upload a binary"
17728
17787
  msgstr ""
17729
17788
 
17730
- msgid "Upload a file or provide a URL to see the preview"
17731
- msgstr ""
17732
-
17733
17789
  msgid "Upload a new version"
17734
17790
  msgstr ""
17735
17791
 
@@ -18403,6 +18459,9 @@ msgstr ""
18403
18459
  msgid "Welcome to Cockpit widget"
18404
18460
  msgstr ""
18405
18461
 
18462
+ msgid "Welcome to Cumulocity API Documentation"
18463
+ msgstr ""
18464
+
18406
18465
  msgid "Welcome to Device Management widget"
18407
18466
  msgstr ""
18408
18467
 
@@ -18604,6 +18663,12 @@ msgstr ""
18604
18663
  msgid "Write"
18605
18664
  msgstr ""
18606
18665
 
18666
+ msgid "Write Markdown"
18667
+ msgstr ""
18668
+
18669
+ msgid "Write Markdown, upload a file, or provide a URL to see the preview"
18670
+ msgstr ""
18671
+
18607
18672
  msgid "Write-only"
18608
18673
  msgstr ""
18609
18674
 
@@ -19095,6 +19160,9 @@ msgstr ""
19095
19160
  msgid "Your browser does not support the video tag."
19096
19161
  msgstr ""
19097
19162
 
19163
+ msgid "Your comprehensive, version-aligned API reference for the Cumulocity IoT Platform"
19164
+ msgstr ""
19165
+
19098
19166
  msgid "Your device was successfully registered."
19099
19167
  msgstr ""
19100
19168
 
@@ -20200,6 +20268,9 @@ msgstr ""
20200
20268
  msgid "{{ 'Feature toggles' | translate }}"
20201
20269
  msgstr ""
20202
20270
 
20271
+ msgid "{{ app.description || 'No description provided' }}"
20272
+ msgstr ""
20273
+
20203
20274
  msgid "{{ appName | translate }} (public)"
20204
20275
  msgstr ""
20205
20276