@c8y/ngx-components 1024.2.4 → 1024.5.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.
Files changed (56) hide show
  1. package/fesm2022/c8y-ngx-components-bookmarks.mjs +33 -23
  2. package/fesm2022/c8y-ngx-components-bookmarks.mjs.map +1 -1
  3. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +2 -2
  4. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  5. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +3 -2
  6. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  7. package/fesm2022/c8y-ngx-components-device-profile.mjs +27 -9
  8. package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
  9. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs +9 -11
  10. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs.map +1 -1
  11. package/fesm2022/c8y-ngx-components-remote-access-data.mjs +43 -0
  12. package/fesm2022/c8y-ngx-components-remote-access-data.mjs.map +1 -1
  13. package/fesm2022/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.mjs +17 -3
  14. package/fesm2022/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.mjs.map +1 -1
  15. package/fesm2022/c8y-ngx-components-remote-access-terminal-viewer.mjs +179 -41
  16. package/fesm2022/c8y-ngx-components-remote-access-terminal-viewer.mjs.map +1 -1
  17. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +5 -4
  18. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  19. package/fesm2022/c8y-ngx-components-repository-software.mjs +10 -4
  20. package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
  21. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +5 -4
  22. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +6 -5
  24. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components.mjs +9 -4
  26. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  27. package/locales/de.po +61 -5
  28. package/locales/es.po +61 -5
  29. package/locales/fr.po +61 -5
  30. package/locales/ja_JP.po +60 -6
  31. package/locales/ko.po +61 -5
  32. package/locales/locales.pot +60 -4
  33. package/locales/nl.po +61 -5
  34. package/locales/pl.po +61 -5
  35. package/locales/pt_BR.po +61 -5
  36. package/locales/zh_CN.po +61 -5
  37. package/locales/zh_TW.po +61 -5
  38. package/package.json +1 -1
  39. package/types/c8y-ngx-components-bookmarks.d.ts +7 -7
  40. package/types/c8y-ngx-components-bookmarks.d.ts.map +1 -1
  41. package/types/c8y-ngx-components-device-profile.d.ts +5 -2
  42. package/types/c8y-ngx-components-device-profile.d.ts.map +1 -1
  43. package/types/c8y-ngx-components-protocol-opcua.d.ts.map +1 -1
  44. package/types/c8y-ngx-components-remote-access-data.d.ts +19 -0
  45. package/types/c8y-ngx-components-remote-access-data.d.ts.map +1 -1
  46. package/types/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.d.ts +10 -3
  47. package/types/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.d.ts.map +1 -1
  48. package/types/c8y-ngx-components-remote-access-terminal-viewer.d.ts +20 -2
  49. package/types/c8y-ngx-components-remote-access-terminal-viewer.d.ts.map +1 -1
  50. package/types/c8y-ngx-components-repository-firmware.d.ts.map +1 -1
  51. package/types/c8y-ngx-components-repository-software.d.ts +2 -0
  52. package/types/c8y-ngx-components-repository-software.d.ts.map +1 -1
  53. package/types/c8y-ngx-components-trusted-certificates.d.ts.map +1 -1
  54. package/types/c8y-ngx-components-widgets-implementations-asset-table.d.ts.map +1 -1
  55. package/types/c8y-ngx-components.d.ts +5 -1
  56. package/types/c8y-ngx-components.d.ts.map +1 -1
package/locales/zh_CN.po CHANGED
@@ -2703,6 +2703,9 @@ msgstr "书签"
2703
2703
  msgid "Bookmark added."
2704
2704
  msgstr "书签已添加。"
2705
2705
 
2706
+ msgid "Bookmark label"
2707
+ msgstr "书签标签"
2708
+
2706
2709
  msgid "Bookmark removed."
2707
2710
  msgstr "书签已删除。"
2708
2711
 
@@ -4087,6 +4090,9 @@ msgstr "确认解除预配?"
4087
4090
  msgid "Confirm device type change?"
4088
4091
  msgstr "确认设备类型更改?"
4089
4092
 
4093
+ msgid "Confirm host key"
4094
+ msgstr "确认主机密钥"
4095
+
4090
4096
  msgid "Confirm log out all users?"
4091
4097
  msgstr "确认让所有用户退出?"
4092
4098
 
@@ -4114,6 +4120,9 @@ msgstr "确认所选软件"
4114
4120
  msgid "Confirm selection"
4115
4121
  msgstr "确认选择"
4116
4122
 
4123
+ msgid "Confirm the host key for {{ endpoint }}. Only continue if the fingerprint matches the server you expect."
4124
+ msgstr "请确认 {{ endpoint }}的主机密钥。只有当指纹与您预期的服务器匹配时,才继续操作。"
4125
+
4117
4126
  msgid "Confirm your current password"
4118
4127
  msgstr "确认您的当前密码"
4119
4128
 
@@ -6005,6 +6014,9 @@ msgstr "设备配置文件已更改。"
6005
6014
  msgid "Device profile deleted."
6006
6015
  msgstr "设备配置文件已删除。"
6007
6016
 
6017
+ msgid "Device profile name"
6018
+ msgstr "设备配置文件名称"
6019
+
6008
6020
  msgid "Device profiles"
6009
6021
  msgstr "设备配置文件"
6010
6022
 
@@ -7511,6 +7523,9 @@ msgstr "无法保存"
7511
7523
  msgid "Failed to save endpoint."
7512
7524
  msgstr "保存端点失败。"
7513
7525
 
7526
+ msgid "Failed to save the host key."
7527
+ msgstr "保存主机密钥失败。"
7528
+
7514
7529
  msgid "Failed to save translations"
7515
7530
  msgstr "翻译保存失败"
7516
7531
 
@@ -8063,6 +8078,9 @@ msgstr "在\n"
8063
8078
  " <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">用户文档</a>\n"
8064
8079
  "中查找您的协议,以获取更多信息。"
8065
8080
 
8081
+ msgid "Fingerprint (SHA-256): {{ value }}"
8082
+ msgstr "指纹(SHA-256): {{ value }}"
8083
+
8066
8084
  msgid "Finish"
8067
8085
  msgstr "完成"
8068
8086
 
@@ -8078,12 +8096,18 @@ msgstr "固件更改"
8078
8096
  msgid "Firmware deleted."
8079
8097
  msgstr "已删除固件。"
8080
8098
 
8099
+ msgid "Firmware description"
8100
+ msgstr "固件描述"
8101
+
8081
8102
  msgid "Firmware file"
8082
8103
  msgstr "固件文件"
8083
8104
 
8084
8105
  msgid "Firmware for hardware revision B"
8085
8106
  msgstr "硬件修订版 B 的固件"
8086
8107
 
8108
+ msgid "Firmware name"
8109
+ msgstr "固件名称"
8110
+
8087
8111
  msgid "Firmware patch added."
8088
8112
  msgstr "固件补丁已添加。"
8089
8113
 
@@ -9124,6 +9148,15 @@ msgstr "主机"
9124
9148
  msgid "Host key"
9125
9149
  msgstr "主机密钥"
9126
9150
 
9151
+ msgid "Host key changed"
9152
+ msgstr "主机密钥已更改"
9153
+
9154
+ msgid "Host key verification failed."
9155
+ msgstr "主机密钥验证失败。"
9156
+
9157
+ msgid "Host key was not confirmed. Connection aborted."
9158
+ msgstr "未确认主机密钥。连接已中断。"
9159
+
9127
9160
  msgid "Hosted application"
9128
9161
  msgstr "托管应用程序"
9129
9162
 
@@ -9241,6 +9274,9 @@ msgstr "如果启用,CSS 将被封装,不会应用任何平台样式。"
9241
9274
  msgid "If enabled, the zoom level and center bound is always adjusted to fit all assets within the map view."
9242
9275
  msgstr "若启用此功能,缩放级别和中心边界将总是调整以使全部资产完全显示在地图视图中。"
9243
9276
 
9277
+ msgid "If left empty, the server host key is trusted automatically on the first connection."
9278
+ msgstr "如果留空,则在首次连接时会自动信任服务器主机密钥。"
9279
+
9244
9280
  msgid "If no constraints are set, device protocols are applied at any fitting location on the OPC UA\n"
9245
9281
  " server."
9246
9282
  msgstr "如果未设置约束,将在 OPC UA 服务器上的\n"
@@ -9749,6 +9785,9 @@ msgstr "保持没有所有者"
9749
9785
  msgid "Key"
9750
9786
  msgstr "密钥"
9751
9787
 
9788
+ msgid "Key type: {{ keyType }}"
9789
+ msgstr "键类型: {{ keyType }}"
9790
+
9752
9791
  msgid "Key-based Authentication"
9753
9792
  msgstr "基于密钥的身份验证"
9754
9793
 
@@ -13393,6 +13432,12 @@ msgstr "协议 \"{{protocol}}\" 不支持 \"{{credentialsType}}\" 证书类型
13393
13432
  msgid "Protocol and encryption"
13394
13433
  msgstr "协议和加密"
13395
13434
 
13435
+ msgid "Protocol description"
13436
+ msgstr "协议描述"
13437
+
13438
+ msgid "Protocol name"
13439
+ msgstr "协议名称"
13440
+
13396
13441
  msgid "Provide a file path"
13397
13442
  msgstr "提供文件路径"
13398
13443
 
@@ -16556,12 +16601,18 @@ msgstr "软件更改"
16556
16601
  msgid "Software deleted."
16557
16602
  msgstr "软件已删除。"
16558
16603
 
16604
+ msgid "Software description"
16605
+ msgstr "软件描述"
16606
+
16559
16607
  msgid "Software file"
16560
16608
  msgstr "软件文件"
16561
16609
 
16562
16610
  msgid "Software list"
16563
16611
  msgstr "软件列表"
16564
16612
 
16613
+ msgid "Software name"
16614
+ msgstr "软件名称"
16615
+
16565
16616
  msgid "Software repository"
16566
16617
  msgstr "软件存储库"
16567
16618
 
@@ -16993,8 +17044,10 @@ msgstr "支持的文件:*.ico"
16993
17044
  msgid "Supported files: *.png, *.svg, *.jpg"
16994
17045
  msgstr "支持的文件:*.png、*.svg、*.jpg"
16995
17046
 
16996
- msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA, ED25519."
16997
- msgstr "支持格式:支持的格式:OpenSSHv1、OpenSSHv2、PEM、SSH2。<br>支持的算法:RSA、DSA、ECDSA、ED25519"
17047
+ msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA,\n"
17048
+ " ED25519."
17049
+ msgstr "支持的格式:OpenSSHv1、OpenSSHv2、PEM、SSH2、<br>。支持的算法:RSA、DSA、ECDSA、\n"
17050
+ " ED25519。"
16998
17051
 
16999
17052
  msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA."
17000
17053
  msgstr "支持格式:支持的格式:OpenSSHv1、OpenSSHv2、PEM、SSH2。<br>支持的算法:RSA、DSA。"
@@ -17589,6 +17642,9 @@ msgstr "此应用程序的主页。默认情况下,它是一个可自定义的
17589
17642
  msgid "The homepage of this application. By default, it is a customizable dashboard displaying the most important alarms and shortcuts to frequently used features."
17590
17643
  msgstr "此应用程序的主页。默认情况下,它是一个可自定义的仪表板,显示最重要的警报和常用功能的快捷方式。"
17591
17644
 
17645
+ msgid "The host key for {{ endpoint }} has changed since it was last stored. This can happen after a legitimate key rotation, but it can also indicate a man-in-the-middle attack. Only continue if you trust the new key."
17646
+ msgstr "{{ endpoint }} 的主机密钥自上次存储以来已更改。这可能是合法密钥轮换的结果,但也可能表明发生了中间人攻击。仅当您信任新密钥时,才继续操作。"
17647
+
17592
17648
  msgid "The image is entirely displayed within the widget while preserving the aspect ratio."
17593
17649
  msgstr "图像完全显示在小组件中,同时保持宽高比。"
17594
17650
 
@@ -18483,6 +18539,9 @@ msgstr "截断数据。"
18483
18539
  msgid "Truncated data. Change aggregation or select shorter date range."
18484
18540
  msgstr "截断数据。更改汇总或选择更短的日期范围。"
18485
18541
 
18542
+ msgid "Trust and connect"
18543
+ msgstr "信任与连接性"
18544
+
18486
18545
  msgid "Trust store password"
18487
18546
  msgstr "信任库密码"
18488
18547
 
@@ -18856,9 +18915,6 @@ msgstr "更新批量操作"
18856
18915
  msgid "Update bulk operation: {{updatesList}}"
18857
18916
  msgstr "更新批量操作:{{updatesList}}"
18858
18917
 
18859
- msgid "Update certificate name"
18860
- msgstr "更新证书名称"
18861
-
18862
18918
  msgid "Update completed"
18863
18919
  msgstr "更新已完成"
18864
18920
 
package/locales/zh_TW.po CHANGED
@@ -2703,6 +2703,9 @@ msgstr "書籤"
2703
2703
  msgid "Bookmark added."
2704
2704
  msgstr "書簽已添加。"
2705
2705
 
2706
+ msgid "Bookmark label"
2707
+ msgstr "書籤標籤"
2708
+
2706
2709
  msgid "Bookmark removed."
2707
2710
  msgstr "書簽已刪除。"
2708
2711
 
@@ -4087,6 +4090,9 @@ msgstr "确认解除预配?"
4087
4090
  msgid "Confirm device type change?"
4088
4091
  msgstr "确认设备类型更改?"
4089
4092
 
4093
+ msgid "Confirm host key"
4094
+ msgstr "确认主机金鑰"
4095
+
4090
4096
  msgid "Confirm log out all users?"
4091
4097
  msgstr "確認讓所有用戶退出?"
4092
4098
 
@@ -4114,6 +4120,9 @@ msgstr "确认所选软件"
4114
4120
  msgid "Confirm selection"
4115
4121
  msgstr "确认选择"
4116
4122
 
4123
+ msgid "Confirm the host key for {{ endpoint }}. Only continue if the fingerprint matches the server you expect."
4124
+ msgstr "请确认 {{ endpoint }}的主机金钥。仅当指纹与您预期的伺服器相符时,才继续操作。"
4125
+
4117
4126
  msgid "Confirm your current password"
4118
4127
  msgstr "确认您的当前密码"
4119
4128
 
@@ -6005,6 +6014,9 @@ msgstr "设备配置文件已更改。"
6005
6014
  msgid "Device profile deleted."
6006
6015
  msgstr "设备配置文件已删除。"
6007
6016
 
6017
+ msgid "Device profile name"
6018
+ msgstr "设备配置文件名称"
6019
+
6008
6020
  msgid "Device profiles"
6009
6021
  msgstr "设备配置文件"
6010
6022
 
@@ -7511,6 +7523,9 @@ msgstr "无法保存"
7511
7523
  msgid "Failed to save endpoint."
7512
7524
  msgstr "儲存端點失敗。"
7513
7525
 
7526
+ msgid "Failed to save the host key."
7527
+ msgstr "失败保存主机金鑰。"
7528
+
7514
7529
  msgid "Failed to save translations"
7515
7530
  msgstr "儲存翻譯失敗"
7516
7531
 
@@ -8060,6 +8075,9 @@ msgstr "在\n"
8060
8075
  " <a c8y-guide-href=\"/docs/protocol-integration/device-protocols\">用戶文檔</a>\n"
8061
8076
  "中查找您的協定,以獲取更多資訊。"
8062
8077
 
8078
+ msgid "Fingerprint (SHA-256): {{ value }}"
8079
+ msgstr "指紋 (SHA-256): {{ value }}"
8080
+
8063
8081
  msgid "Finish"
8064
8082
  msgstr "完成"
8065
8083
 
@@ -8075,12 +8093,18 @@ msgstr "固件更改"
8075
8093
  msgid "Firmware deleted."
8076
8094
  msgstr "已删除固件。"
8077
8095
 
8096
+ msgid "Firmware description"
8097
+ msgstr "固件描述"
8098
+
8078
8099
  msgid "Firmware file"
8079
8100
  msgstr "固件文件"
8080
8101
 
8081
8102
  msgid "Firmware for hardware revision B"
8082
8103
  msgstr "硬體修訂版 B 的固件"
8083
8104
 
8105
+ msgid "Firmware name"
8106
+ msgstr "固件名稱"
8107
+
8084
8108
  msgid "Firmware patch added."
8085
8109
  msgstr "固件补丁已添加。"
8086
8110
 
@@ -9121,6 +9145,15 @@ msgstr "主机"
9121
9145
  msgid "Host key"
9122
9146
  msgstr "主机密钥"
9123
9147
 
9148
+ msgid "Host key changed"
9149
+ msgstr "主機金鑰已更改"
9150
+
9151
+ msgid "Host key verification failed."
9152
+ msgstr "主機金鑰驗證失败。"
9153
+
9154
+ msgid "Host key was not confirmed. Connection aborted."
9155
+ msgstr "未确认主机金钥。连接已中断。"
9156
+
9124
9157
  msgid "Hosted application"
9125
9158
  msgstr "托管应用程序"
9126
9159
 
@@ -9238,6 +9271,9 @@ msgstr "如果启用,CSS 将被封装,不会应用任何平台样式。"
9238
9271
  msgid "If enabled, the zoom level and center bound is always adjusted to fit all assets within the map view."
9239
9272
  msgstr "若启用此功能,缩放等级与中心范围总是会自动调整,以确保全部资产都能完整显示于地图视图中。"
9240
9273
 
9274
+ msgid "If left empty, the server host key is trusted automatically on the first connection."
9275
+ msgstr "若留空,系統將在首次連線時自動信任伺服器主機金鑰。"
9276
+
9241
9277
  msgid "If no constraints are set, device protocols are applied at any fitting location on the OPC UA\n"
9242
9278
  " server."
9243
9279
  msgstr "如果未设置约束,将在 OPC UA 服务器上的\n"
@@ -9746,6 +9782,9 @@ msgstr "保持没有所有者"
9746
9782
  msgid "Key"
9747
9783
  msgstr "钥"
9748
9784
 
9785
+ msgid "Key type: {{ keyType }}"
9786
+ msgstr "鍵值類型: {{ keyType }}"
9787
+
9749
9788
  msgid "Key-based Authentication"
9750
9789
  msgstr "基于密钥的身份验证"
9751
9790
 
@@ -13390,6 +13429,12 @@ msgstr "协议 \"{{protocol}}\" 不支持 \"{{credentialsType}}\" 证书类型
13390
13429
  msgid "Protocol and encryption"
13391
13430
  msgstr "协议和加密"
13392
13431
 
13432
+ msgid "Protocol description"
13433
+ msgstr "协议描述"
13434
+
13435
+ msgid "Protocol name"
13436
+ msgstr "协议名称"
13437
+
13393
13438
  msgid "Provide a file path"
13394
13439
  msgstr "提供文件路径"
13395
13440
 
@@ -16553,12 +16598,18 @@ msgstr "软件更改"
16553
16598
  msgid "Software deleted."
16554
16599
  msgstr "软件已删除。"
16555
16600
 
16601
+ msgid "Software description"
16602
+ msgstr "软件描述"
16603
+
16556
16604
  msgid "Software file"
16557
16605
  msgstr "软件文件"
16558
16606
 
16559
16607
  msgid "Software list"
16560
16608
  msgstr "軟體清單"
16561
16609
 
16610
+ msgid "Software name"
16611
+ msgstr "软件名称"
16612
+
16562
16613
  msgid "Software repository"
16563
16614
  msgstr "软件存储库"
16564
16615
 
@@ -16991,8 +17042,10 @@ msgstr "支持的文件:*.ico"
16991
17042
  msgid "Supported files: *.png, *.svg, *.jpg"
16992
17043
  msgstr "支持的文件:*.png、*.svg、*.jpg"
16993
17044
 
16994
- msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA, ED25519."
16995
- msgstr "支援的格式:OpenSSHv1、OpenSSHv2、PEM、SSH2。<br>支援的演算法:RSA、DSA、ECDSA、ED25519"
17045
+ msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA,\n"
17046
+ " ED25519."
17047
+ msgstr "支援的格式:OpenSSHv1、OpenSSHv2、PEM、SSH2。<br>支援的演算法:RSA、DSA、ECDSA、\n"
17048
+ " ED25519。"
16996
17049
 
16997
17050
  msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA."
16998
17051
  msgstr "支援的格式:OpenSSHv1、OpenSSHv2、PEM、SSH2。<br>支援的演算法:RSA、DSA。"
@@ -17587,6 +17640,9 @@ msgstr "此應用程式的主頁。預設情況下,它是一個可自訂的儀
17587
17640
  msgid "The homepage of this application. By default, it is a customizable dashboard displaying the most important alarms and shortcuts to frequently used features."
17588
17641
  msgstr "此應用程式的主頁。預設情況下,它是一個可自訂的儀錶板,顯示最重要的警報和常用功能的快捷方式。"
17589
17642
 
17643
+ msgid "The host key for {{ endpoint }} has changed since it was last stored. This can happen after a legitimate key rotation, but it can also indicate a man-in-the-middle attack. Only continue if you trust the new key."
17644
+ msgstr "{{ endpoint }} 的主機金鑰自上次儲存以來已發生更改。這種情況可能發生在合法的金鑰輪替之後,但也可能表示發生了中間人攻擊。請僅在您信任新金鑰的情況下继续操作。"
17645
+
17590
17646
  msgid "The image is entirely displayed within the widget while preserving the aspect ratio."
17591
17647
  msgstr "圖像完全顯示在小組件中,同時保持寬高比。"
17592
17648
 
@@ -18481,6 +18537,9 @@ msgstr "截断数据。"
18481
18537
  msgid "Truncated data. Change aggregation or select shorter date range."
18482
18538
  msgstr "截斷的資料。變更彙總或選擇較短的日期範圍。"
18483
18539
 
18540
+ msgid "Trust and connect"
18541
+ msgstr "建立信任與連結"
18542
+
18484
18543
  msgid "Trust store password"
18485
18544
  msgstr "信任庫密碼"
18486
18545
 
@@ -18854,9 +18913,6 @@ msgstr "更新批量操作"
18854
18913
  msgid "Update bulk operation: {{updatesList}}"
18855
18914
  msgstr "更新批量操作:{{updatesList}}"
18856
18915
 
18857
- msgid "Update certificate name"
18858
- msgstr "更新证书名称"
18859
-
18860
18916
  msgid "Update completed"
18861
18917
  msgstr "更新已完成"
18862
18918