@c8y/ngx-components 1024.15.13 → 1024.16.10

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 (81) hide show
  1. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs +303 -63
  2. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs.map +1 -1
  3. package/fesm2022/c8y-ngx-components-ai-agents-html.mjs +9 -0
  4. package/fesm2022/c8y-ngx-components-ai-agents-html.mjs.map +1 -1
  5. package/fesm2022/c8y-ngx-components-ai-agents-scada.mjs +4 -0
  6. package/fesm2022/c8y-ngx-components-ai-agents-scada.mjs.map +1 -1
  7. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs +394 -52
  8. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs.map +1 -1
  9. package/fesm2022/c8y-ngx-components-ai.mjs +329 -19
  10. package/fesm2022/c8y-ngx-components-ai.mjs.map +1 -1
  11. package/fesm2022/c8y-ngx-components-bookmarks.mjs +1 -1
  12. package/fesm2022/c8y-ngx-components-bookmarks.mjs.map +1 -1
  13. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +8 -2
  14. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  15. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +96 -77
  16. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  17. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +92 -47
  18. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  19. package/fesm2022/c8y-ngx-components-device-profile.mjs +1 -1
  20. package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
  21. package/fesm2022/c8y-ngx-components-echart.mjs +39 -12
  22. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
  24. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs +1 -1
  26. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs.map +1 -1
  27. package/fesm2022/c8y-ngx-components-register-device.mjs +5 -6
  28. package/fesm2022/c8y-ngx-components-register-device.mjs.map +1 -1
  29. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +1 -1
  30. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  31. package/fesm2022/c8y-ngx-components-repository-software.mjs +1 -1
  32. package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-sub-assets.mjs +30 -10
  34. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  35. package/fesm2022/c8y-ngx-components-time-context.mjs +13 -9
  36. package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
  37. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +1 -1
  38. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  39. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs +3 -2
  40. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs.map +1 -1
  41. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +4 -6
  42. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
  43. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs +3 -2
  44. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs.map +1 -1
  45. package/fesm2022/c8y-ngx-components.mjs +122 -24
  46. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  47. package/locales/de.po +147 -16
  48. package/locales/es.po +143 -11
  49. package/locales/fr.po +459 -324
  50. package/locales/ja_JP.po +143 -11
  51. package/locales/ko.po +143 -11
  52. package/locales/locales.pot +139 -10
  53. package/locales/nl.po +143 -11
  54. package/locales/pl.po +143 -11
  55. package/locales/pt_BR.po +143 -11
  56. package/locales/zh_CN.po +143 -11
  57. package/locales/zh_TW.po +143 -11
  58. package/package.json +1 -1
  59. package/types/c8y-ngx-components-ai-agent-chat.d.ts +111 -4
  60. package/types/c8y-ngx-components-ai-agent-chat.d.ts.map +1 -1
  61. package/types/c8y-ngx-components-ai-agents-html.d.ts.map +1 -1
  62. package/types/c8y-ngx-components-ai-agents-scada.d.ts.map +1 -1
  63. package/types/c8y-ngx-components-ai-ai-chat.d.ts +224 -10
  64. package/types/c8y-ngx-components-ai-ai-chat.d.ts.map +1 -1
  65. package/types/c8y-ngx-components-ai.d.ts +176 -6
  66. package/types/c8y-ngx-components-ai.d.ts.map +1 -1
  67. package/types/c8y-ngx-components-context-dashboard.d.ts.map +1 -1
  68. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +7 -2
  69. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
  70. package/types/c8y-ngx-components-datapoint-selector.d.ts +63 -50
  71. package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
  72. package/types/c8y-ngx-components-echart.d.ts +12 -0
  73. package/types/c8y-ngx-components-echart.d.ts.map +1 -1
  74. package/types/c8y-ngx-components-register-device.d.ts.map +1 -1
  75. package/types/c8y-ngx-components-sub-assets.d.ts +10 -1
  76. package/types/c8y-ngx-components-sub-assets.d.ts.map +1 -1
  77. package/types/c8y-ngx-components-time-context.d.ts +2 -0
  78. package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
  79. package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
  80. package/types/c8y-ngx-components.d.ts +37 -5
  81. package/types/c8y-ngx-components.d.ts.map +1 -1
package/locales/zh_TW.po CHANGED
@@ -1927,6 +1927,12 @@ msgstr "海拔:"
1927
1927
  msgid "Always"
1928
1928
  msgstr "总是"
1929
1929
 
1930
+ msgid "Always approve all tools"
1931
+ msgstr "总是核准全部工具"
1932
+
1933
+ msgid "Always approve this tool"
1934
+ msgstr "总是核准此工具"
1935
+
1930
1936
  msgid "Always collapse navigator on start up"
1931
1937
  msgstr "启动时始终折叠导航器"
1932
1938
 
@@ -2165,6 +2171,15 @@ msgstr "應用"
2165
2171
  msgid "Applying changes…"
2166
2172
  msgstr "正在應用更改…"
2167
2173
 
2174
+ msgid "Approve"
2175
+ msgstr "批准"
2176
+
2177
+ msgid "Approved tool {{toolName}}"
2178
+ msgstr "經核准的工具 {{toolName}}"
2179
+
2180
+ msgid "Approved: {{summary}}"
2181
+ msgstr "已核准: {{summary}}"
2182
+
2168
2183
  msgid "Approximate date, estimated based on the bulk operation settings."
2169
2184
  msgstr "根据批量操作设置估计的近似日期。"
2170
2185
 
@@ -2225,6 +2240,9 @@ msgstr "箭頭"
2225
2240
  msgid "Ascending"
2226
2241
  msgstr "升序"
2227
2242
 
2243
+ msgid "Ask before running each tool"
2244
+ msgstr "在运行每个工具之前请先询问"
2245
+
2228
2246
  msgid "Asset"
2229
2247
  msgstr "资产"
2230
2248
 
@@ -2330,9 +2348,6 @@ msgstr "助理訊息"
2330
2348
  msgid "Assistant message at {{ time }}"
2331
2349
  msgstr "助理訊息於 {{ time }}"
2332
2350
 
2333
- msgid "Assistant said: \"{{ message }}\""
2334
- msgstr "助理說道:「{{ message }}」"
2335
-
2336
2351
  msgid "At least 1 column must be visible."
2337
2352
  msgstr "至少必須顯示 1 欄。"
2338
2353
 
@@ -2517,6 +2532,15 @@ msgstr "自动 — {{ points }} 每張圖表的積分"
2517
2532
  msgid "Auto — {{ points }} points per chart, kept on zoom"
2518
2533
  msgstr "自动 — {{ points }} 每張圖表的點數,並保持縮放比例"
2519
2534
 
2535
+ msgid "Auto-approve all tools"
2536
+ msgstr "自动核准全部工具"
2537
+
2538
+ msgid "Auto-approve all tools?"
2539
+ msgstr "自动核准全部工具吗?"
2540
+
2541
+ msgid "Auto-approve is on. Tool calls run without asking until you turn this off. Tools requiring explicit approval will still ask."
2542
+ msgstr "「自动核准」功能已打开。在此功能关闭前,工具运行时将不会询问,而是直接运行。必需明确核准的工具仍会进行提示。"
2543
+
2520
2544
  msgid "Auto`automatic aggregation mode`"
2521
2545
  msgstr "自动"
2522
2546
 
@@ -5881,6 +5905,15 @@ msgstr "已交付"
5881
5905
  msgid "Delivery type"
5882
5906
  msgstr "交付类型"
5883
5907
 
5908
+ msgid "Denied tool {{toolName}}"
5909
+ msgstr "被拒絕的工具 {{toolName}}"
5910
+
5911
+ msgid "Denied: {{summary}}"
5912
+ msgstr "遭駁回: {{summary}}"
5913
+
5914
+ msgid "Deny"
5915
+ msgstr "拒絕"
5916
+
5884
5917
  msgid "Dependency failed - key must exist."
5885
5918
  msgstr "依赖关系失败 - 必须存在密钥。"
5886
5919
 
@@ -7656,6 +7689,9 @@ msgstr "保存图示失败。"
7656
7689
  msgid "Failed to save the host key."
7657
7690
  msgstr "失败保存主机金鑰。"
7658
7691
 
7692
+ msgid "Failed to save the tool approval mode."
7693
+ msgstr "失败保存工具核准模式。"
7694
+
7659
7695
  msgid "Failed to save translations"
7660
7696
  msgstr "儲存翻譯失敗"
7661
7697
 
@@ -8376,6 +8412,12 @@ msgstr "对于生产环境,我们推荐您使用我们提供全面支持的基
8376
8412
  msgid "For security reasons, the external authentication server (single sign-on) does not allow for password confirmation. Instead, enter the following code to continue:"
8377
8413
  msgstr "基於安全考量,外部身份验证伺服器(单一登录)不允许进行密码确认。请输入以下身份验证码以继续:"
8378
8414
 
8415
+ msgid "For this conversation only"
8416
+ msgstr "僅限本次對話"
8417
+
8418
+ msgid "For this conversation only, unlike the global auto-approve mode"
8419
+ msgstr "僅限本次對話,與全域自动批准模式不同"
8420
+
8379
8421
  msgid "Forbidden for web browsers"
8380
8422
  msgstr "禁止 Web 浏览器使用"
8381
8423
 
@@ -8541,6 +8583,9 @@ msgstr "透過 AI 生成"
8541
8583
  msgid "Generating report"
8542
8584
  msgstr "正在生成报告"
8543
8585
 
8586
+ msgid "Generating response…"
8587
+ msgstr "正在產生回應…"
8588
+
8544
8589
  msgid "Generic"
8545
8590
  msgstr "通用"
8546
8591
 
@@ -10335,6 +10380,9 @@ msgstr "操作示例清單"
10335
10380
  msgid "List of supported operations"
10336
10381
  msgstr "支持操作的列表"
10337
10382
 
10383
+ msgid "Listening…"
10384
+ msgstr "聆聽…"
10385
+
10338
10386
  msgid "Little-endian"
10339
10387
  msgstr "小端模式"
10340
10388
 
@@ -10587,6 +10635,12 @@ msgstr "经度"
10587
10635
  msgid "Longitude (°)"
10588
10636
  msgstr "經度 (°)"
10589
10637
 
10638
+ msgid "Look up: {{resource}}"
10639
+ msgstr "查閱: {{resource}}"
10640
+
10641
+ msgid "Look up: {{resource}} with status: {{status}}"
10642
+ msgstr "查询: {{resource}} ,状态为: {{status}}"
10643
+
10590
10644
  msgid "Lowercase letters, numbers and hyphens only"
10591
10645
  msgstr "僅限小寫字母、數字和連字號"
10592
10646
 
@@ -10973,6 +11027,9 @@ msgstr "用於量化時間區間本身的指標——該區間捕獲了多少次
10973
11027
  msgid "MiB"
10974
11028
  msgstr "MiB"
10975
11029
 
11030
+ msgid "Microphone access is blocked. Allow microphone access to use voice input."
11031
+ msgstr "麥克風存取權限遭封鎖。請允許麥克風存取權限,以便使用語音輸入功能。"
11032
+
10976
11033
  msgid "Microservice"
10977
11034
  msgstr "微服務"
10978
11035
 
@@ -11115,6 +11172,12 @@ msgstr "每月:日期 {{ monthDay }},{{ hour }}:{{ minutes }}。"
11115
11172
  msgid "More"
11116
11173
  msgstr "更多"
11117
11174
 
11175
+ msgid "More actions"
11176
+ msgstr "更多操作"
11177
+
11178
+ msgid "More approval options"
11179
+ msgstr "更多核准选项"
11180
+
11118
11181
  msgid "More data may be available."
11119
11182
  msgstr "可能有更多数据可用。"
11120
11183
 
@@ -12108,9 +12171,6 @@ msgstr "没有要求的 API 值。"
12108
12171
  msgid "No response to display."
12109
12172
  msgstr "没有可供显示的响应。"
12110
12173
 
12111
- msgid "No response."
12112
- msgstr "沒有回應。"
12113
-
12114
12174
  msgid "No responses."
12115
12175
  msgstr "无响应。"
12116
12176
 
@@ -14561,6 +14621,9 @@ msgstr "响应"
14561
14621
  msgid "Response ID"
14562
14622
  msgstr "响应 ID"
14563
14623
 
14624
+ msgid "Response complete"
14625
+ msgstr "回應已完成"
14626
+
14564
14627
  msgid "Response interval"
14565
14628
  msgstr "响应间隔时间"
14566
14629
 
@@ -14744,6 +14807,9 @@ msgstr "运行"
14744
14807
  msgid "Run the connection command"
14745
14808
  msgstr "运行连线命令"
14746
14809
 
14810
+ msgid "Run tools without asking"
14811
+ msgstr "不經確認直接运行工具"
14812
+
14747
14813
  msgid "S/N"
14748
14814
  msgstr "序列号"
14749
14815
 
@@ -15026,6 +15092,9 @@ msgstr "滾動到左側"
15026
15092
  msgid "Scroll to the right"
15027
15093
  msgstr "滾動到右側"
15028
15094
 
15095
+ msgid "Scrollable example content"
15096
+ msgstr "可捲動的範例內容"
15097
+
15029
15098
  msgid "Search"
15030
15099
  msgstr "搜索"
15031
15100
 
@@ -16942,6 +17011,9 @@ msgstr "源租户状态"
16942
17011
  msgid "Specify at least one date."
16943
17012
  msgstr "請至少指定一個日期。"
16944
17013
 
17014
+ msgid "Specify at least one value."
17015
+ msgstr "請指定至少一個值。"
17016
+
16945
17017
  msgid "Specify the exact start and end date/time of the time period to analyse. This provides a static view of historical data within the selected timeframe."
16946
17018
  msgstr "請指定要分析時間段的精確起始與結束日期/時間。此設定將提供所選時間範圍內歷史數據的靜態檢視。"
16947
17019
 
@@ -16995,6 +17067,9 @@ msgstr "开始键入以搜索"
16995
17067
  msgid "Start typing to search, for example, {{ example }}"
16996
17068
  msgstr "开始键入以搜索,例如,{{ example }}"
16997
17069
 
17070
+ msgid "Start voice input"
17071
+ msgstr "开始语音输入"
17072
+
16998
17073
  msgid "Started"
16999
17074
  msgstr "已启动"
17000
17075
 
@@ -17064,6 +17139,9 @@ msgstr "停止位"
17064
17139
  msgid "Stop following this asset."
17065
17140
  msgstr "停止跟蹤此資產。"
17066
17141
 
17142
+ msgid "Stop voice input"
17143
+ msgstr "停止語音輸入"
17144
+
17067
17145
  msgid "Storage (MB)"
17068
17146
  msgstr "存储 (MB)"
17069
17147
 
@@ -17244,6 +17322,9 @@ msgstr "成功取消訂閱 {{ count }} 訂閱者。<br/>取消訂閱失敗: {{
17244
17322
  msgid "Suggested"
17245
17323
  msgstr "建議"
17246
17324
 
17325
+ msgid "Suggested prompts"
17326
+ msgstr "建議的提示詞"
17327
+
17247
17328
  msgid "Sum"
17248
17329
  msgstr "總和"
17249
17330
 
@@ -18691,12 +18772,30 @@ msgstr "定义的属性太多,最多 {{ schema.maxProperties }}。"
18691
18772
  msgid "Too many requests. Try again later."
18692
18773
  msgstr "请求太多。请稍后重试。"
18693
18774
 
18775
+ msgid "Tool approval actions"
18776
+ msgstr "工具核准操作"
18777
+
18778
+ msgid "Tool approval mode"
18779
+ msgstr "工具核准模式"
18780
+
18781
+ msgid "Tool call: {{toolName}}"
18782
+ msgstr "工具呼叫: {{toolName}}"
18783
+
18784
+ msgid "Tool calls will run without asking for approval, in this and every future chat, until you turn this off again. Tools requiring explicit approval will still ask."
18785
+ msgstr "在本次及未來的每次聊天中,工具呼叫將在未經批准的情況下运行,直到您再次关闭此功能為止。必需明确批准的工具仍會進行確認。"
18786
+
18694
18787
  msgid "Tool input"
18695
18788
  msgstr "工具輸入"
18696
18789
 
18697
18790
  msgid "Tool output"
18698
18791
  msgstr "工具輸出"
18699
18792
 
18793
+ msgid "Tool request: {{toolName}}"
18794
+ msgstr "工具請求: {{toolName}}"
18795
+
18796
+ msgid "Tool {{toolName}} requires approval"
18797
+ msgstr "工具 {{toolName}} 必需經核准"
18798
+
18700
18799
  msgid "Top level nodes"
18701
18800
  msgstr "顶层节点"
18702
18801
 
@@ -19923,6 +20022,9 @@ msgstr "在登录页面上可见"
19923
20022
  msgid "Visualizes traffic light based on the states of a device"
19924
20023
  msgstr "基于设备状态可视化交通信号灯"
19925
20024
 
20025
+ msgid "Voice input failed. Try again."
20026
+ msgstr "语音输入失败。请重新尝试。"
20027
+
19926
20028
  msgid "Voice usage (sec)"
19927
20029
  msgstr "语音使用情况(秒)"
19928
20030
 
@@ -20262,8 +20364,8 @@ msgstr "沒有活動警報或警告"
20262
20364
  msgid "With this application you can"
20263
20365
  msgstr "使用此应用程序,可以"
20264
20366
 
20265
- msgid "Working"
20266
- msgstr "… 運作中"
20367
+ msgid "Working"
20368
+ msgstr "工作中"
20267
20369
 
20268
20370
  msgid "Write"
20269
20371
  msgstr "写入"
@@ -20761,9 +20863,6 @@ msgstr "您已达到 {{ maxDevices }} 台设备的限制。无法再注册设备
20761
20863
  msgid "You removed delegation from user \"{{userName}}\"."
20762
20864
  msgstr "您已删除对用户 \"{{userName}}\" 的授权。"
20763
20865
 
20764
- msgid "You said: \"{{ message }}\""
20765
- msgstr "您說:「{{ message }}」"
20766
-
20767
20866
  msgid "You uploaded a valid SSL certificate for your custom domain"
20768
20867
  msgstr "您已为自定义域上传有效的 SSL 证书"
20769
20868
 
@@ -20901,6 +21000,9 @@ msgstr "晚于 {{date}}"
20901
21000
  msgid "aggregation"
20902
21001
  msgstr "聚合"
20903
21002
 
21003
+ msgid "alarms"
21004
+ msgstr "警報"
21005
+
20904
21006
  msgid "align view height"
20905
21007
  msgstr "對齊檢視高度"
20906
21008
 
@@ -20925,6 +21027,9 @@ msgstr "和模板 ID"
20925
21027
  msgid "applicable for LWM2M 1.0"
20926
21028
  msgstr "适用于 LWM2M 1.0"
20927
21029
 
21030
+ msgid "applications"
21031
+ msgstr "应用程序"
21032
+
20928
21033
  msgid "applications [{{applicationsList}}] added"
20929
21034
  msgstr "已添加应用程序 [{{applicationsList}}]"
20930
21035
 
@@ -20937,6 +21042,9 @@ msgstr "已添加应用程序 {{list}}"
20937
21042
  msgid "applications {{list}} removed"
20938
21043
  msgstr "已删除应用程序 {{list}}"
20939
21044
 
21045
+ msgid "assets"
21046
+ msgstr "資產"
21047
+
20940
21048
  msgid "auto refresh"
20941
21049
  msgstr "自動刷新"
20942
21050
 
@@ -21063,6 +21171,9 @@ msgstr "說明"
21063
21171
  msgid "description: \"{{ description | translate }}\""
21064
21172
  msgstr "描述:\"{{ description | translate }}\""
21065
21173
 
21174
+ msgid "device groups"
21175
+ msgstr "装置群组"
21176
+
21066
21177
  msgid "device name"
21067
21178
  msgstr "设备名称"
21068
21179
 
@@ -21078,6 +21189,9 @@ msgstr "设备时间"
21078
21189
  msgid "device type"
21079
21190
  msgstr "设备类型"
21080
21191
 
21192
+ msgid "devices"
21193
+ msgstr "設備"
21194
+
21081
21195
  msgid "devices selected"
21082
21196
  msgstr "设备已选择"
21083
21197
 
@@ -21444,12 +21558,18 @@ msgstr "升级"
21444
21558
  msgid "event"
21445
21559
  msgstr "事件"
21446
21560
 
21561
+ msgid "events"
21562
+ msgstr "事件"
21563
+
21447
21564
  msgid "exampleUser"
21448
21565
  msgstr "exampleUser"
21449
21566
 
21450
21567
  msgid "execute operation"
21451
21568
  msgstr "执行操作"
21452
21569
 
21570
+ msgid "external IDs"
21571
+ msgstr "外部 ID"
21572
+
21453
21573
  msgid "failure reason: \"{{ failureReason | translate }}\""
21454
21574
  msgstr "故障原因:\"{{ failureReason | translate }}\""
21455
21575
 
@@ -21570,6 +21690,9 @@ msgstr "已添加库存分配 [{{inventoryAssignment}}]"
21570
21690
  msgid "inventory assignment [{{inventoryAssignment}}] removed"
21571
21691
  msgstr "已删除库存分配 [{{inventoryAssignment}}]"
21572
21692
 
21693
+ msgid "inventory objects"
21694
+ msgstr "库存项目"
21695
+
21573
21696
  msgid "kB"
21574
21697
  msgstr "kB"
21575
21698
 
@@ -21606,6 +21729,9 @@ msgstr "m"
21606
21729
  msgid "max"
21607
21730
  msgstr "最大值"
21608
21731
 
21732
+ msgid "measurements"
21733
+ msgstr "测量值"
21734
+
21609
21735
  msgid "medium"
21610
21736
  msgstr "中"
21611
21737
 
@@ -21679,6 +21805,9 @@ msgstr "/{{ allItemsCount }} 个项目"
21679
21805
  msgid "oldest`data`"
21680
21806
  msgstr "最旧"
21681
21807
 
21808
+ msgid "operations"
21809
+ msgstr "操作"
21810
+
21682
21811
  msgid "or"
21683
21812
  msgstr "或"
21684
21813
 
@@ -21894,6 +22023,9 @@ msgstr "单位"
21894
22023
  msgid "upload a new asset"
21895
22024
  msgstr "上傳新資產"
21896
22025
 
22026
+ msgid "users"
22027
+ msgstr "使用者"
22028
+
21897
22029
  msgid "valid`value`"
21898
22030
  msgstr "有效"
21899
22031