@c8y/ngx-components 1024.15.16 → 1024.16.6

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 (78) 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 +5 -1
  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 +25 -4
  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-repository-firmware.mjs +1 -1
  28. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  29. package/fesm2022/c8y-ngx-components-repository-software.mjs +1 -1
  30. package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
  31. package/fesm2022/c8y-ngx-components-sub-assets.mjs +30 -10
  32. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-time-context.mjs +13 -9
  34. package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
  35. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +1 -1
  36. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  37. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs +3 -2
  38. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs.map +1 -1
  39. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +4 -6
  40. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
  41. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs +3 -2
  42. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs.map +1 -1
  43. package/fesm2022/c8y-ngx-components.mjs +76 -19
  44. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  45. package/locales/de.po +147 -16
  46. package/locales/es.po +143 -11
  47. package/locales/fr.po +459 -324
  48. package/locales/ja_JP.po +143 -11
  49. package/locales/ko.po +143 -11
  50. package/locales/locales.pot +136 -10
  51. package/locales/nl.po +143 -11
  52. package/locales/pl.po +143 -11
  53. package/locales/pt_BR.po +143 -11
  54. package/locales/zh_CN.po +143 -11
  55. package/locales/zh_TW.po +143 -11
  56. package/package.json +1 -1
  57. package/types/c8y-ngx-components-ai-agent-chat.d.ts +111 -4
  58. package/types/c8y-ngx-components-ai-agent-chat.d.ts.map +1 -1
  59. package/types/c8y-ngx-components-ai-agents-html.d.ts.map +1 -1
  60. package/types/c8y-ngx-components-ai-agents-scada.d.ts.map +1 -1
  61. package/types/c8y-ngx-components-ai-ai-chat.d.ts +224 -10
  62. package/types/c8y-ngx-components-ai-ai-chat.d.ts.map +1 -1
  63. package/types/c8y-ngx-components-ai.d.ts +176 -6
  64. package/types/c8y-ngx-components-ai.d.ts.map +1 -1
  65. package/types/c8y-ngx-components-context-dashboard.d.ts.map +1 -1
  66. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +7 -2
  67. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
  68. package/types/c8y-ngx-components-datapoint-selector.d.ts +63 -50
  69. package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
  70. package/types/c8y-ngx-components-echart.d.ts +12 -0
  71. package/types/c8y-ngx-components-echart.d.ts.map +1 -1
  72. package/types/c8y-ngx-components-sub-assets.d.ts +10 -1
  73. package/types/c8y-ngx-components-sub-assets.d.ts.map +1 -1
  74. package/types/c8y-ngx-components-time-context.d.ts +2 -0
  75. package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
  76. package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
  77. package/types/c8y-ngx-components.d.ts +16 -2
  78. package/types/c8y-ngx-components.d.ts.map +1 -1
package/locales/es.po CHANGED
@@ -1947,6 +1947,12 @@ msgstr "Altitud:"
1947
1947
  msgid "Always"
1948
1948
  msgstr "Siempre"
1949
1949
 
1950
+ msgid "Always approve all tools"
1951
+ msgstr "Siempre aprobar todas las herramientas"
1952
+
1953
+ msgid "Always approve this tool"
1954
+ msgstr "Siempre aprueba esta herramienta"
1955
+
1950
1956
  msgid "Always collapse navigator on start up"
1951
1957
  msgstr "Ocultar navegador al inicio siempre"
1952
1958
 
@@ -2185,6 +2191,15 @@ msgstr "Aplicar"
2185
2191
  msgid "Applying changes…"
2186
2192
  msgstr "Aplicando cambios…"
2187
2193
 
2194
+ msgid "Approve"
2195
+ msgstr "Aprobar"
2196
+
2197
+ msgid "Approved tool {{toolName}}"
2198
+ msgstr "Herramienta homologada {{toolName}}"
2199
+
2200
+ msgid "Approved: {{summary}}"
2201
+ msgstr "Aprobado: {{summary}}"
2202
+
2188
2203
  msgid "Approximate date, estimated based on the bulk operation settings."
2189
2204
  msgstr "Fecha aproximada, calculada en función de la configuración de las operaciones en masa."
2190
2205
 
@@ -2245,6 +2260,9 @@ msgstr "Flecha"
2245
2260
  msgid "Ascending"
2246
2261
  msgstr "Ascendente"
2247
2262
 
2263
+ msgid "Ask before running each tool"
2264
+ msgstr "Pregunta antes de ejecutar cada herramienta"
2265
+
2248
2266
  msgid "Asset"
2249
2267
  msgstr "Activo"
2250
2268
 
@@ -2351,9 +2369,6 @@ msgstr "Mensaje del asistente"
2351
2369
  msgid "Assistant message at {{ time }}"
2352
2370
  msgstr "Mensaje del asistente en {{ time }}"
2353
2371
 
2354
- msgid "Assistant said: \"{{ message }}\""
2355
- msgstr "El asistente dijo: «{{ message }}»."
2356
-
2357
2372
  msgid "At least 1 column must be visible."
2358
2373
  msgstr "Debe haber al menos una columna visible."
2359
2374
 
@@ -2538,6 +2553,15 @@ msgstr "Automática — {{ points }} puntos por gráfico"
2538
2553
  msgid "Auto — {{ points }} points per chart, kept on zoom"
2539
2554
  msgstr "Automática — {{ points }} puntos por gráfico, con zoom fijo"
2540
2555
 
2556
+ msgid "Auto-approve all tools"
2557
+ msgstr "Aprobar automáticamente todas las herramientas"
2558
+
2559
+ msgid "Auto-approve all tools?"
2560
+ msgstr "¿Aprobar automáticamente todas las herramientas?"
2561
+
2562
+ msgid "Auto-approve is on. Tool calls run without asking until you turn this off. Tools requiring explicit approval will still ask."
2563
+ msgstr "La aprobación automática está activada. Las herramientas se ejecutarán sin solicitar confirmación hasta que desactives esta opción. Las herramientas que requieran una aprobación explícita seguirán solicitándola."
2564
+
2541
2565
  msgid "Auto`automatic aggregation mode`"
2542
2566
  msgstr "Automática"
2543
2567
 
@@ -5904,6 +5928,15 @@ msgstr "Proporcionado"
5904
5928
  msgid "Delivery type"
5905
5929
  msgstr "Tipo de entrega"
5906
5930
 
5931
+ msgid "Denied tool {{toolName}}"
5932
+ msgstr "Herramienta rechazada {{toolName}}"
5933
+
5934
+ msgid "Denied: {{summary}}"
5935
+ msgstr "Denegado: {{summary}}"
5936
+
5937
+ msgid "Deny"
5938
+ msgstr "Negar"
5939
+
5907
5940
  msgid "Dependency failed - key must exist."
5908
5941
  msgstr "Dependecia errónea, debe existir una clave."
5909
5942
 
@@ -7679,6 +7712,9 @@ msgstr "Hay un fallo al guardar el icono."
7679
7712
  msgid "Failed to save the host key."
7680
7713
  msgstr "Ha habido un fallo al guardar la clave del servidor."
7681
7714
 
7715
+ msgid "Failed to save the tool approval mode."
7716
+ msgstr "Hay un fallo al guardar el modo de aprobación de herramientas."
7717
+
7682
7718
  msgid "Failed to save translations"
7683
7719
  msgstr "Error al guardar traducciones"
7684
7720
 
@@ -8387,6 +8423,12 @@ msgstr "Para entornos de producción, recomendamos nuestro <a href=\"https://sty
8387
8423
  msgid "For security reasons, the external authentication server (single sign-on) does not allow for password confirmation. Instead, enter the following code to continue:"
8388
8424
  msgstr "Por motivos de seguridad, el servidor de autenticación externo (Inicio de sesión único) no permite confirmar la contraseña. En su lugar, introduzca el siguiente código para continuar:"
8389
8425
 
8426
+ msgid "For this conversation only"
8427
+ msgstr "Solo para esta conversación"
8428
+
8429
+ msgid "For this conversation only, unlike the global auto-approve mode"
8430
+ msgstr "Solo para esta conversación, a diferencia del modo de aprobación automática global"
8431
+
8390
8432
  msgid "Forbidden for web browsers"
8391
8433
  msgstr "Prohibido para navegadores Web"
8392
8434
 
@@ -8552,6 +8594,9 @@ msgstr "Generar con IA"
8552
8594
  msgid "Generating report"
8553
8595
  msgstr "Generando el informe"
8554
8596
 
8597
+ msgid "Generating response…"
8598
+ msgstr "Generando respuesta…"
8599
+
8555
8600
  msgid "Generic"
8556
8601
  msgstr "Genérico"
8557
8602
 
@@ -10347,6 +10392,9 @@ msgstr "Lista de ejemplos de operación"
10347
10392
  msgid "List of supported operations"
10348
10393
  msgstr "Lista de operaciones soportadas"
10349
10394
 
10395
+ msgid "Listening…"
10396
+ msgstr "Escuchando «… »"
10397
+
10350
10398
  msgid "Little-endian"
10351
10399
  msgstr "Little-endian"
10352
10400
 
@@ -10599,6 +10647,12 @@ msgstr "Longitud"
10599
10647
  msgid "Longitude (°)"
10600
10648
  msgstr "Longitud (°)"
10601
10649
 
10650
+ msgid "Look up: {{resource}}"
10651
+ msgstr "Busca: {{resource}}"
10652
+
10653
+ msgid "Look up: {{resource}} with status: {{status}}"
10654
+ msgstr "Busca: {{resource}} con el estado: {{status}}"
10655
+
10602
10656
  msgid "Lowercase letters, numbers and hyphens only"
10603
10657
  msgstr "Solo letras minúsculas, números y guiones"
10604
10658
 
@@ -10986,6 +11040,9 @@ msgstr "Métricas que cuantifican el propio intervalo de tiempo: cuántas lectur
10986
11040
  msgid "MiB"
10987
11041
  msgstr "MiB"
10988
11042
 
11043
+ msgid "Microphone access is blocked. Allow microphone access to use voice input."
11044
+ msgstr "El acceso al micrófono está bloqueado. Permite el acceso al micrófono para el uso de la entrada de voz."
11045
+
10989
11046
  msgid "Microservice"
10990
11047
  msgstr "Microservicio"
10991
11048
 
@@ -11129,6 +11186,12 @@ msgstr "Mensual: los {{ monthDay }} a las {{ hour }}:{{ minutes }}."
11129
11186
  msgid "More"
11130
11187
  msgstr "Más"
11131
11188
 
11189
+ msgid "More actions"
11190
+ msgstr "Más acciones"
11191
+
11192
+ msgid "More approval options"
11193
+ msgstr "Más opciones de aprobación"
11194
+
11132
11195
  msgid "More data may be available."
11133
11196
  msgstr "Puede que haya más datos disponibles."
11134
11197
 
@@ -12122,9 +12185,6 @@ msgstr "No requiere valores de API."
12122
12185
  msgid "No response to display."
12123
12186
  msgstr "No hay ninguna respuesta que mostrar."
12124
12187
 
12125
- msgid "No response."
12126
- msgstr "Sin respuesta."
12127
-
12128
12188
  msgid "No responses."
12129
12189
  msgstr "Sin respuestas."
12130
12190
 
@@ -14574,6 +14634,9 @@ msgstr "Respuesta"
14574
14634
  msgid "Response ID"
14575
14635
  msgstr "ID de respuesta"
14576
14636
 
14637
+ msgid "Response complete"
14638
+ msgstr "Respuesta completada"
14639
+
14577
14640
  msgid "Response interval"
14578
14641
  msgstr "Intervalo de respuesta"
14579
14642
 
@@ -14757,6 +14820,9 @@ msgstr "Ejecutarla"
14757
14820
  msgid "Run the connection command"
14758
14821
  msgstr "Ejecutarla"
14759
14822
 
14823
+ msgid "Run tools without asking"
14824
+ msgstr "Ejecutarla sin preguntar"
14825
+
14760
14826
  msgid "S/N"
14761
14827
  msgstr "S/N"
14762
14828
 
@@ -15039,6 +15105,9 @@ msgstr "Desplazamiento a la izquierda"
15039
15105
  msgid "Scroll to the right"
15040
15106
  msgstr "Desplazamiento a la derecha"
15041
15107
 
15108
+ msgid "Scrollable example content"
15109
+ msgstr "Contenido de ejemplo desplazable"
15110
+
15042
15111
  msgid "Search"
15043
15112
  msgstr "Buscar"
15044
15113
 
@@ -16956,6 +17025,9 @@ msgstr "Estado de tenant de fuente"
16956
17025
  msgid "Specify at least one date."
16957
17026
  msgstr "Especifique al menos una fecha."
16958
17027
 
17028
+ msgid "Specify at least one value."
17029
+ msgstr "Indica al menos un valor."
17030
+
16959
17031
  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."
16960
17032
  msgstr "Especifique la fecha y hora exactas de inicio y finalización del período de tiempo que desea analizar. Esto proporciona una vista estática de los datos históricos dentro del período de tiempo seleccionado."
16961
17033
 
@@ -17009,6 +17081,9 @@ msgstr "Introduzca los términos que desea buscar"
17009
17081
  msgid "Start typing to search, for example, {{ example }}"
17010
17082
  msgstr "Introduzca los términos que desea buscar, p. ej. {{ example }}"
17011
17083
 
17084
+ msgid "Start voice input"
17085
+ msgstr "Comenzar la entrada de voz"
17086
+
17012
17087
  msgid "Started"
17013
17088
  msgstr "Iniciado"
17014
17089
 
@@ -17078,6 +17153,9 @@ msgstr "Detener bits"
17078
17153
  msgid "Stop following this asset."
17079
17154
  msgstr "Dejar de seguir este activo."
17080
17155
 
17156
+ msgid "Stop voice input"
17157
+ msgstr "Detener la entrada de voz"
17158
+
17081
17159
  msgid "Storage (MB)"
17082
17160
  msgstr "Almacenamiento (MB)"
17083
17161
 
@@ -17258,6 +17336,9 @@ msgstr "Cancelar suscripción correctamente {{ count }} suscriptores.<br/>Fallo
17258
17336
  msgid "Suggested"
17259
17337
  msgstr "Sugerido"
17260
17338
 
17339
+ msgid "Suggested prompts"
17340
+ msgstr "Ideas para temas de redacción"
17341
+
17261
17342
  msgid "Sum"
17262
17343
  msgstr "Suma"
17263
17344
 
@@ -18706,12 +18787,30 @@ msgstr "Se han definido demasiadas propiedades, el máximo es de {{ schema.maxPr
18706
18787
  msgid "Too many requests. Try again later."
18707
18788
  msgstr "Hay demasiadas solicitudes. Vuelva a intentarlo más tarde."
18708
18789
 
18790
+ msgid "Tool approval actions"
18791
+ msgstr "Acciones de homologación de herramientas"
18792
+
18793
+ msgid "Tool approval mode"
18794
+ msgstr "Modo de aprobación de herramientas"
18795
+
18796
+ msgid "Tool call: {{toolName}}"
18797
+ msgstr "Nombre de la herramienta: {{toolName}}"
18798
+
18799
+ 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."
18800
+ msgstr "Las solicitudes de las herramientas se ejecutarán sin pedir autorización, tanto en este chat como en todos los futuros, hasta que vuelvas a desactivar esta opción. Las herramientas que requieran autorización explícita seguirán pidiéndola."
18801
+
18709
18802
  msgid "Tool input"
18710
18803
  msgstr "Introducción de herramientas"
18711
18804
 
18712
18805
  msgid "Tool output"
18713
18806
  msgstr "Resultado de la herramienta"
18714
18807
 
18808
+ msgid "Tool request: {{toolName}}"
18809
+ msgstr "Solicitud de herramientas: {{toolName}}"
18810
+
18811
+ msgid "Tool {{toolName}} requires approval"
18812
+ msgstr "La herramienta {{toolName}} es obligatoria"
18813
+
18715
18814
  msgid "Top level nodes"
18716
18815
  msgstr "Nodos de nivel superior"
18717
18816
 
@@ -19939,6 +20038,9 @@ msgstr "Visible en página de conexión"
19939
20038
  msgid "Visualizes traffic light based on the states of a device"
19940
20039
  msgstr "Visualiza la luz de tráfico basada en los Estados de un dispositivo"
19941
20040
 
20041
+ msgid "Voice input failed. Try again."
20042
+ msgstr "Fallo en la entrada de voz. Inténtalo de nuevo."
20043
+
19942
20044
  msgid "Voice usage (sec)"
19943
20045
  msgstr "Uso de la voz (seg)"
19944
20046
 
@@ -20279,8 +20381,8 @@ msgstr "Sin alarmas activas o advertencias"
20279
20381
  msgid "With this application you can"
20280
20382
  msgstr "Con esta aplicación se puede"
20281
20383
 
20282
- msgid "Working"
20283
- msgstr "… en funcionamiento"
20384
+ msgid "Working"
20385
+ msgstr "Trabajando"
20284
20386
 
20285
20387
  msgid "Write"
20286
20388
  msgstr "Escribir"
@@ -20778,9 +20880,6 @@ msgstr "Ha alcanzado el límite máximo permitido de {{ maxDevices }} dispositiv
20778
20880
  msgid "You removed delegation from user \"{{userName}}\"."
20779
20881
  msgstr "La delegación se ha quitado correctamente del usuario \"{{userName}}\"."
20780
20882
 
20781
- msgid "You said: \"{{ message }}\""
20782
- msgstr "Usted dijo: «{{ message }}»."
20783
-
20784
20883
  msgid "You uploaded a valid SSL certificate for your custom domain"
20785
20884
  msgstr "Ha subido un certificado SSL válido para su dominio personalizado"
20786
20885
 
@@ -20919,6 +21018,9 @@ msgstr "después del {{date}}"
20919
21018
  msgid "aggregation"
20920
21019
  msgstr "agregación"
20921
21020
 
21021
+ msgid "alarms"
21022
+ msgstr "alarmas"
21023
+
20922
21024
  msgid "align view height"
20923
21025
  msgstr "ajustar la altura de la vista"
20924
21026
 
@@ -20943,6 +21045,9 @@ msgstr "e identificación de la plantilla"
20943
21045
  msgid "applicable for LWM2M 1.0"
20944
21046
  msgstr "aplicable a LWM2M 1.0"
20945
21047
 
21048
+ msgid "applications"
21049
+ msgstr "solicitudes"
21050
+
20946
21051
  msgid "applications [{{applicationsList}}] added"
20947
21052
  msgstr "aplicaciones [{{applicationsList}}] agregadas"
20948
21053
 
@@ -20955,6 +21060,9 @@ msgstr "aplicaciones {{list}} agregadas"
20955
21060
  msgid "applications {{list}} removed"
20956
21061
  msgstr "aplicaciones {{list}} eliminadas"
20957
21062
 
21063
+ msgid "assets"
21064
+ msgstr "activos"
21065
+
20958
21066
  msgid "auto refresh"
20959
21067
  msgstr "actualización automática"
20960
21068
 
@@ -21081,6 +21189,9 @@ msgstr "descripción"
21081
21189
  msgid "description: \"{{ description | translate }}\""
21082
21190
  msgstr "descripción: \"{{ description | translate }}\""
21083
21191
 
21192
+ msgid "device groups"
21193
+ msgstr "grupos de dispositivos"
21194
+
21084
21195
  msgid "device name"
21085
21196
  msgstr "nombre de dispositivo"
21086
21197
 
@@ -21096,6 +21207,9 @@ msgstr "tiempo del dispositivo"
21096
21207
  msgid "device type"
21097
21208
  msgstr "tipo de dispositivo"
21098
21209
 
21210
+ msgid "devices"
21211
+ msgstr "dispositivos"
21212
+
21099
21213
  msgid "devices selected"
21100
21214
  msgstr "dispositivos seleccionados"
21101
21215
 
@@ -21462,12 +21576,18 @@ msgstr "escalarlo"
21462
21576
  msgid "event"
21463
21577
  msgstr "evento"
21464
21578
 
21579
+ msgid "events"
21580
+ msgstr "eventos"
21581
+
21465
21582
  msgid "exampleUser"
21466
21583
  msgstr "ejemploUsuario"
21467
21584
 
21468
21585
  msgid "execute operation"
21469
21586
  msgstr "ejecutar operación"
21470
21587
 
21588
+ msgid "external IDs"
21589
+ msgstr "ID externo"
21590
+
21471
21591
  msgid "failure reason: \"{{ failureReason | translate }}\""
21472
21592
  msgstr "motivo del error: \"{{ failureReason | translate }}\""
21473
21593
 
@@ -21588,6 +21708,9 @@ msgstr "asignación de inventario [{{inventoryAssignment}}] agregada"
21588
21708
  msgid "inventory assignment [{{inventoryAssignment}}] removed"
21589
21709
  msgstr "asignación de inventario [{{inventoryAssignment}}] eliminada"
21590
21710
 
21711
+ msgid "inventory objects"
21712
+ msgstr "objetos en el inventario"
21713
+
21591
21714
  msgid "kB"
21592
21715
  msgstr "kB"
21593
21716
 
@@ -21624,6 +21747,9 @@ msgstr "m"
21624
21747
  msgid "max"
21625
21748
  msgstr "máx"
21626
21749
 
21750
+ msgid "measurements"
21751
+ msgstr "Medidas"
21752
+
21627
21753
  msgid "medium"
21628
21754
  msgstr "media"
21629
21755
 
@@ -21698,6 +21824,9 @@ msgstr "de {{ allItemsCount }} elementos"
21698
21824
  msgid "oldest`data`"
21699
21825
  msgstr "más antiguos"
21700
21826
 
21827
+ msgid "operations"
21828
+ msgstr "operaciones"
21829
+
21701
21830
  msgid "or"
21702
21831
  msgstr "o"
21703
21832
 
@@ -21914,6 +22043,9 @@ msgstr "unidad"
21914
22043
  msgid "upload a new asset"
21915
22044
  msgstr "subir un nuevo activo"
21916
22045
 
22046
+ msgid "users"
22047
+ msgstr "Usuarios"
22048
+
21917
22049
  msgid "valid`value`"
21918
22050
  msgstr "válido"
21919
22051