@c8y/ng1-modules 1024.16.21 → 1024.18.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.
@@ -1 +1 @@
1
- (()=>{function e(i,e,r,n,a,s,t,u,o,c,l,g,d,f){var p=e.userId,v={REQUIRED:{type:"required",text:c("This field is required.")},EMAIL:{type:"email",text:c("Invalid email address.")}};function h(e){a.checkIfCurrent(e).then(function(e){i.isCurrent=e}),i.user=e,i._groups={},(e.groups&&e.groups.references||[]).forEach(function(e){e=e.group.id;i._groups[e]=!0})}function m(e){i.groups=e}function y(){p?a.detail(p).then(function(e){return e.data}).then(h):h({enabled:i.isNew=!0})}i.saving=!1,i.cancel=function(){r.path("/deviceusers")},i.save=function(e){if(i.saving=!0,i.userForm.$valid){var r=_.keys(i._groups).filter(function(e){return i._groups[e]}).map(function(e){return parseInt(e,10)});try{var t=a.save(e,i.isCurrent).then(function(e){e=e.data;return p=e.userName,e.id=p,e}).then(function(e){return s.updateGroups(e,r)}).then(d.triggerEvent("dmCredentialManagement",{action:"assignRole",name:"role"})).then(angular.bind({},y)).then(_.partial(u.success,c("Device updated.")));t.finally(function(){i.saving=!1}),t.then(function(){n.history.back()})}catch(e){u.danger(e.message),i.saving=!1}}},i.invalid=angular.bind(t,t.invalid,i,"userForm"),i.$watch("user.userName",function(e){e&&o.changeTitle({title:e},{skipTitleTranslation:!0})}),i.getErrorFeedback=function(e){var t=i.userForm[e]||{},n=[];return _.forEach(t.$error||{},function(e,r){e&&!t.$pristine&&n.push(l.getString(v[r.toUpperCase()].text))}),n.join(" ")},i.getGroupName=f.getName,y(),s.list(void 0).then(m)}e.$inject=["$scope","$routeParams","$location","$window","c8yUser","c8yUserGroup","c8yBase","c8yAlert","c8yTitle","gettext","gettextCatalog","c8yConfig","c8yGainsightService","c8yPropertyValueTransformService"],angular.module("c8y.parts.deviceUsers").controller("deviceUserDetailCtrl",e)})();
1
+ function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ownKeys(t,e){var r,n=Object.keys(t);return Object.getOwnPropertySymbols&&(r=Object.getOwnPropertySymbols(t),e&&(r=r.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n.push.apply(n,r)),n}function _objectSpread(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?ownKeys(Object(r),!0).forEach(function(e){_defineProperty(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function _defineProperty(e,t,r){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _toPropertyKey(e){e=_toPrimitive(e,"string");return"symbol"==_typeof(e)?e:e+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0===r)return("string"===t?String:Number)(e);r=r.call(e,t||"default");if("object"!=_typeof(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}(()=>{function e(o,e,t,n,i,u,r,c,a,s,f,p,l,y){var g=e.userId,d={REQUIRED:{type:"required",text:s("This field is required.")},EMAIL:{type:"email",text:s("Invalid email address.")}};function b(e){i.checkIfCurrent(e).then(function(e){o.isCurrent=e}),o.user=e,o._groups={},(e.groups&&e.groups.references||[]).forEach(function(e){e=e.group.id;o._groups[e]=!0})}function m(e){o.groups=e}function v(){g?i.detail(g).then(function(e){return e.data}).then(b):b({enabled:o.isNew=!0})}o.saving=!1,o.cancel=function(){t.path("/deviceusers")},o.save=function(e){if(o.saving=!0,o.userForm.$valid){var t=_.keys(o._groups).filter(function(e){return o._groups[e]}).map(function(e){return parseInt(e,10)});try{var r=i.save(e,o.isCurrent).then(function(e){e=e.data;return g=e.userName,e.id=g,e}).then(function(e){return u.updateGroups(e,t)}).then(l.triggerEvent("dmCredentialManagement",{action:"assignRole",name:"role"})).then(angular.bind({},v)).then(_.partial(c.success,s("Device updated.")));r.finally(function(){o.saving=!1}),r.then(function(){n.history.back()})}catch(e){c.danger(e.message),o.saving=!1}}},o.invalid=angular.bind(r,r.invalid,o,"userForm"),o.$watch("user.userName",function(e){e&&a.changeTitle({title:e},{skipTitleTranslation:!0})}),o.getErrorFeedback=function(e){var r=o.userForm[e]||{},n=[];return _.forEach(r.$error||{},function(e,t){e&&!r.$pristine&&n.push(f.getString(d[t.toUpperCase()].text))}),n.join(" ")},o.getGroupName=y.getName,v(),u.list(_objectSpread({pageSize:1e3},void 0)).then(m)}e.$inject=["$scope","$routeParams","$location","$window","c8yUser","c8yUserGroup","c8yBase","c8yAlert","c8yTitle","gettext","gettextCatalog","c8yConfig","c8yGainsightService","c8yPropertyValueTransformService"],angular.module("c8y.parts.deviceUsers").controller("deviceUserDetailCtrl",e)})();
@@ -2620,6 +2620,9 @@ msgstr "Verfügbare Ereignisse"
2620
2620
  msgid "Available firmwares matching the device type"
2621
2621
  msgstr "Verfügbare Firmware, die dem Gerätetypen entspricht"
2622
2622
 
2623
+ msgid "Available from repository"
2624
+ msgstr "Im Repository verfügbar"
2625
+
2623
2626
  msgid "Available placeholders: {tenant-domain}, {host}, {binaryId}. Whole link to downloadable file is: {tenant-domain}/apps/public/login/index.html#/?download={binaryId}."
2624
2627
  msgstr "Verfügbare Platzhalter: {tenant-domain}, {host}, {binaryId}. Der vollständige Link zur herunterladbaren Datei lautet: {tenant-domain}/apps/public/login/index.html#/?download={binaryId}."
2625
2628
 
@@ -2632,9 +2635,6 @@ msgstr "Verfügbare Plugins"
2632
2635
  msgid "Available softwares matching the device type"
2633
2636
  msgstr "Verfügbare Software, die dem Gerätetypen entspricht"
2634
2637
 
2635
- msgid "Available supported configurations"
2636
- msgstr "Verfügbare unterstützte Konfigurationen"
2637
-
2638
2638
  msgid "Average"
2639
2639
  msgstr "Durchschnitt"
2640
2640
 
@@ -3424,6 +3424,11 @@ msgstr "Geändert"
3424
3424
  msgid "Changes"
3425
3425
  msgstr "Änderungen"
3426
3426
 
3427
+ msgid "Changes apply to the configuration repository and affect ongoing updates and future device\n"
3428
+ " deployments."
3429
+ msgstr "Die Änderungen gelten für das Konfigurations-Repository und wirken sich auf laufende Updates sowie zukünftige Gerätebereitstellungen aus\n"
3430
+ "."
3431
+
3427
3432
  msgid "Changes done in the home dashboard are reflected across the platform."
3428
3433
  msgstr "Änderungen, die im Start-Dashboard vorgenommen werden, sind auf der gesamten Plattform sichtbar."
3429
3434
 
@@ -6280,9 +6285,6 @@ msgstr "Gerät {{id}}"
6280
6285
  msgid "Device's name or value of any device's property"
6281
6286
  msgstr "Name oder anderer Eigenschaftswert des Geräts"
6282
6287
 
6283
- msgid "Device-supported configurations"
6284
- msgstr "Geräteunterstützte Konfigurationen"
6285
-
6286
6288
  msgid "Devices"
6287
6289
  msgstr "Geräte"
6288
6290
 
@@ -6906,6 +6908,12 @@ msgstr "Lesezeichen bearbeiten"
6906
6908
  msgid "Edit coil: \"{{name}}\""
6907
6909
  msgstr "Coil bearbeiten: \"{{name}}\""
6908
6910
 
6911
+ msgid "Edit configuration"
6912
+ msgstr "Konfiguration bearbeiten"
6913
+
6914
+ msgid "Edit configuration in repository"
6915
+ msgstr "Konfiguration im Repository bearbeiten"
6916
+
6909
6917
  msgid "Edit dashboard"
6910
6918
  msgstr "Dashboard bearbeiten"
6911
6919
 
@@ -8456,6 +8464,9 @@ msgstr "Häufigkeit (in Sekunden)"
8456
8464
  msgid "From date"
8457
8465
  msgstr "Ab Datum"
8458
8466
 
8467
+ msgid "From repository"
8468
+ msgstr "Aus dem Repository"
8469
+
8459
8470
  msgid "From/To date filter"
8460
8471
  msgstr "Von/Bis Datumsfilter"
8461
8472
 
@@ -12172,9 +12183,6 @@ msgstr "Noch keine Daten vorhanden. Verbinden Sie zunächst ein Gerät."
12172
12183
  msgid "No selection"
12173
12184
  msgstr "Keine Auswahl"
12174
12185
 
12175
- msgid "No selection."
12176
- msgstr "Keine Auswahl."
12177
-
12178
12186
  msgid "No server to display."
12179
12187
  msgstr "Kein Server anzuzeigen."
12180
12188
 
@@ -12585,6 +12593,9 @@ msgstr "Bei Alarm SMS senden"
12585
12593
  msgid "On alarm send email"
12586
12594
  msgstr "Bei Alarm E-Mail senden"
12587
12595
 
12596
+ msgid "On device"
12597
+ msgstr "Auf dem Gerät"
12598
+
12588
12599
  msgid "On entering"
12589
12600
  msgstr "Bei Betreten"
12590
12601
 
@@ -15162,12 +15173,12 @@ msgstr "Wählen Sie zum Einrichten \"Vererbung überschreiben\"."
15162
15173
  msgid "Select API and method above to see required API values."
15163
15174
  msgstr "Wählen Sie die API und Methode oben, um die erforderliche API-Werte anzuzeigen."
15164
15175
 
15165
- msgid "Select a configuration from the device-supported configuration list."
15166
- msgstr "Wählen Sie eine Konfiguration aus der Liste der geräteunterstützten Konfigurationen."
15167
-
15168
15176
  msgid "Select a configuration to preview."
15169
15177
  msgstr "Wählen Sie eine Konfiguration für die Vorschau."
15170
15178
 
15179
+ msgid "Select a configuration type from the list above to view matching repository items."
15180
+ msgstr "Wählen Sie einen Konfigurationstyp aus der obigen Liste aus, um die entsprechenden Repository-Elemente anzuzeigen."
15181
+
15171
15182
  msgid "Select a data point to view its aggregated values in the time slider."
15172
15183
  msgstr "Wählen Sie einen Datenpunkt aus, um dessen aggregierte Werte im Zeitschieberegler anzuzeigen."
15173
15184
 
@@ -17358,6 +17369,9 @@ msgstr "Unterstützte Formate: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Unterstützte
17358
17369
  msgid "Supported operations"
17359
17370
  msgstr "Unterstützte Operationen"
17360
17371
 
17372
+ msgid "Supported predefined configurations you can send to this device"
17373
+ msgstr "Unterstützte vordefinierte Konfigurationen, die Sie an dieses Gerät senden können"
17374
+
17361
17375
  msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
17362
17376
  msgstr "Unterstützt Markdown. Verwenden Sie {{ headerMark }} für Kopfzeilen, {{ listMark }} für Listen, {{ boldMark }} für Fettformatierung, {{ italicMark }} für Kursivformattierung und {{ linkMark }} für Links."
17363
17377
 
@@ -17676,9 +17690,6 @@ msgstr "Text für den Wert \"1\""
17676
17690
  msgid "Text to show if value is zero"
17677
17691
  msgstr "Text für den Wert \"0\""
17678
17692
 
17679
- msgid "Text-based configuration"
17680
- msgstr "Textbasierte Konfiguration"
17681
-
17682
17693
  msgid "Thank you for the feedback!"
17683
17694
  msgstr "Vielen Dank für das Feedback!"
17684
17695
 
@@ -17913,9 +17924,6 @@ msgstr "Die Datei ist leer."
17913
17924
  msgid "The file is no longer available."
17914
17925
  msgstr "Die Datei ist nicht mehr verfügbar."
17915
17926
 
17916
- msgid "The file is not available."
17917
- msgstr "Die Datei ist nicht verfügbar."
17918
-
17919
17927
  msgid "The filename exceeds limit of {{ limit }} characters."
17920
17928
  msgstr "Der Dateiname überschreitet die Grenze von {{ limit }} Zeichen."
17921
17929
 
@@ -18382,6 +18390,9 @@ msgstr "Dieses Kommando kann zur Migration von LWM2M-Geräte, die auf eine nicht
18382
18390
  msgid "This command returns a list of shell commands with description that can be created for the LWM2M device connector."
18383
18391
  msgstr "Dieses Kommando erstellt eine Liste der Shell-Kommandos mit Beschreibung, die für den LWM2M Device Connector erstellt werden können."
18384
18392
 
18393
+ msgid "This configuration is a binary file and cannot be shown as text."
18394
+ msgstr "Diese Konfiguration ist eine Binärdatei und kann nicht als Text angezeigt werden."
18395
+
18385
18396
  msgid "This dashboard belongs to \"{{app}}\". Manage its visibility there."
18386
18397
  msgstr "Dieses Dashboard gehört zu „{{app}}“. Dort können Sie die Sichtbarkeit festlegen."
18387
18398
 
@@ -18931,6 +18942,9 @@ msgstr "Versuchen Sie es mit einem anderen Suchbegriff."
18931
18942
  msgid "Try changing your search criteria."
18932
18943
  msgstr "Ändern Sie Ihre Such- oder Filterkriterien."
18933
18944
 
18945
+ msgid "Try getting a snapshot from the device or open it in the repository"
18946
+ msgstr "Versuchen Sie, einen Snapshot vom Gerät zu erstellen, oder öffnen Sie ihn im Repository."
18947
+
18934
18948
  msgid "Try it out:"
18935
18949
  msgstr "Probieren Sie es aus:"
18936
18950
 
@@ -2628,6 +2628,9 @@ msgstr "Eventos disponibles"
2628
2628
  msgid "Available firmwares matching the device type"
2629
2629
  msgstr "Firmware disponible que corresponde al tipo de dispositivo"
2630
2630
 
2631
+ msgid "Available from repository"
2632
+ msgstr "Disponible en el repositorio"
2633
+
2631
2634
  msgid "Available placeholders: {tenant-domain}, {host}, {binaryId}. Whole link to downloadable file is: {tenant-domain}/apps/public/login/index.html#/?download={binaryId}."
2632
2635
  msgstr "Marcadores de posición disponibles: {tenant-domain}, {host}, {binaryId}. El enlace completo al archivo descargable es: {tenant-domain}/apps/public/login/index.html#/?download={binaryId}."
2633
2636
 
@@ -2640,9 +2643,6 @@ msgstr "Complementos disponibles"
2640
2643
  msgid "Available softwares matching the device type"
2641
2644
  msgstr "Software disponible que corresponde al tipo de dispositivo"
2642
2645
 
2643
- msgid "Available supported configurations"
2644
- msgstr "Configuraciones admitidas disponibles"
2645
-
2646
2646
  msgid "Average"
2647
2647
  msgstr "Media"
2648
2648
 
@@ -3431,6 +3431,11 @@ msgstr "Cambiado"
3431
3431
  msgid "Changes"
3432
3432
  msgstr "Cambios"
3433
3433
 
3434
+ msgid "Changes apply to the configuration repository and affect ongoing updates and future device\n"
3435
+ " deployments."
3436
+ msgstr "Los cambios se aplican al repositorio de configuración y afectan a las actualizaciones en curso y a futuras implementaciones de dispositivos\n"
3437
+ "."
3438
+
3434
3439
  msgid "Changes done in the home dashboard are reflected across the platform."
3435
3440
  msgstr "Los cambios efectuados en el cuadro de mando de inicio se aplican a toda la plataforma."
3436
3441
 
@@ -6293,9 +6298,6 @@ msgstr "Dispositivo {{id}}"
6293
6298
  msgid "Device's name or value of any device's property"
6294
6299
  msgstr "Nombre de dispositivo o un valor de propiedad de cualquier dispositivo"
6295
6300
 
6296
- msgid "Device-supported configurations"
6297
- msgstr "Configuraciones admitidas por dispositivos"
6298
-
6299
6301
  msgid "Devices"
6300
6302
  msgstr "Dispositivos"
6301
6303
 
@@ -6919,6 +6921,12 @@ msgstr "Editar marcadores"
6919
6921
  msgid "Edit coil: \"{{name}}\""
6920
6922
  msgstr "Editar bobina: \"{{name}}\""
6921
6923
 
6924
+ msgid "Edit configuration"
6925
+ msgstr "Editar configuración"
6926
+
6927
+ msgid "Edit configuration in repository"
6928
+ msgstr "Editar la configuración en el repositorio"
6929
+
6922
6930
  msgid "Edit dashboard"
6923
6931
  msgstr "Editar cuadro de mando"
6924
6932
 
@@ -8501,6 +8509,9 @@ msgstr "Frecuencia (en segundos)"
8501
8509
  msgid "From date"
8502
8510
  msgstr "Desde la fecha"
8503
8511
 
8512
+ msgid "From repository"
8513
+ msgstr "Del repositorio"
8514
+
8504
8515
  msgid "From/To date filter"
8505
8516
  msgstr "Filtro de fecha desde/hasta"
8506
8517
 
@@ -12218,9 +12229,6 @@ msgstr "No existe ningún valor de muestra, conecte primero el dispositivo."
12218
12229
  msgid "No selection"
12219
12230
  msgstr "No se ha seleccionado nada"
12220
12231
 
12221
- msgid "No selection."
12222
- msgstr "No se ha seleccionado nada."
12223
-
12224
12232
  msgid "No server to display."
12225
12233
  msgstr "No hay ningún servidor que mostrar."
12226
12234
 
@@ -12631,6 +12639,9 @@ msgstr "Enviar SMS en caso de alarma"
12631
12639
  msgid "On alarm send email"
12632
12640
  msgstr "Enviar correo electrónico en caso de alarma"
12633
12641
 
12642
+ msgid "On device"
12643
+ msgstr "En el dispositivo"
12644
+
12634
12645
  msgid "On entering"
12635
12646
  msgstr "Al entrar"
12636
12647
 
@@ -15210,12 +15221,12 @@ msgstr "Seleccione \"Reemplazar traspaso\" para su configuración."
15210
15221
  msgid "Select API and method above to see required API values."
15211
15222
  msgstr "Seleccione la API y método anterior para ver los valores de la API requeridas."
15212
15223
 
15213
- msgid "Select a configuration from the device-supported configuration list."
15214
- msgstr "Seleccione una configuración de entre la lista de configuraciones compatibles con el dispositivo."
15215
-
15216
15224
  msgid "Select a configuration to preview."
15217
15225
  msgstr "Seleccione una configuración para la vista previa."
15218
15226
 
15227
+ msgid "Select a configuration type from the list above to view matching repository items."
15228
+ msgstr "Selecciona un tipo de configuración de la lista anterior para ver los elementos del repositorio que coincidan."
15229
+
15219
15230
  msgid "Select a data point to view its aggregated values in the time slider."
15220
15231
  msgstr "Seleccionar un punto de datos para ver sus valores agregados en el control deslizante de tiempo."
15221
15232
 
@@ -17407,6 +17418,9 @@ msgstr "Formatos compatibles: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Algoritmos adm
17407
17418
  msgid "Supported operations"
17408
17419
  msgstr "Operaciones de soporte"
17409
17420
 
17421
+ msgid "Supported predefined configurations you can send to this device"
17422
+ msgstr "Configuraciones predefinidas compatibles que puedes enviar a este dispositivo"
17423
+
17410
17424
  msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
17411
17425
  msgstr "Admite marcado. Utilice {{ headerMark }} para encabezados, {{ listMark }} para listas, {{ boldMark }} para negrita, {{ italicMark }} para cursiva y {{ linkMark }} para enlaces."
17412
17426
 
@@ -17725,9 +17739,6 @@ msgstr "Texto a mostrar si el valor es uno"
17725
17739
  msgid "Text to show if value is zero"
17726
17740
  msgstr "Texto a mostrar si el valor es cero"
17727
17741
 
17728
- msgid "Text-based configuration"
17729
- msgstr "Configuración basada en texto"
17730
-
17731
17742
  msgid "Thank you for the feedback!"
17732
17743
  msgstr "¡Gracias por tu opinión!"
17733
17744
 
@@ -17962,9 +17973,6 @@ msgstr "El archivo está vacío."
17962
17973
  msgid "The file is no longer available."
17963
17974
  msgstr "El archivo ya no está disponible."
17964
17975
 
17965
- msgid "The file is not available."
17966
- msgstr "El archivo no está disponible."
17967
-
17968
17976
  msgid "The filename exceeds limit of {{ limit }} characters."
17969
17977
  msgstr "El nombre de archivo sobrepasa el límite de {{ limit }} caracteres."
17970
17978
 
@@ -18431,6 +18439,9 @@ msgstr "Este comando puede utilizarse para migrar dispositivos LWM2M que no se c
18431
18439
  msgid "This command returns a list of shell commands with description that can be created for the LWM2M device connector."
18432
18440
  msgstr "Este comando devuelve una lista de comandos shell con una descripción que puede crearse para el conector de dispositivo LWM2M."
18433
18441
 
18442
+ msgid "This configuration is a binary file and cannot be shown as text."
18443
+ msgstr "Esta configuración es un archivo binario y no se puede mostrar como texto."
18444
+
18434
18445
  msgid "This dashboard belongs to \"{{app}}\". Manage its visibility there."
18435
18446
  msgstr "Este cuadro de mando pertenece a «{{app}}». Gestiona su visibilidad desde allí."
18436
18447
 
@@ -18979,6 +18990,9 @@ msgstr "Pruebe otro término de búsqueda."
18979
18990
  msgid "Try changing your search criteria."
18980
18991
  msgstr "Intente cambiar sus criterios de búsqueda."
18981
18992
 
18993
+ msgid "Try getting a snapshot from the device or open it in the repository"
18994
+ msgstr "Intenta obtener una instantánea del dispositivo o ábrela en el repositorio"
18995
+
18982
18996
  msgid "Try it out:"
18983
18997
  msgstr "Pruébalas:"
18984
18998
 
@@ -2628,6 +2628,9 @@ msgstr "Événements disponibles"
2628
2628
  msgid "Available firmwares matching the device type"
2629
2629
  msgstr "Microprogrammes disponibles et correspondant au type d'appareil"
2630
2630
 
2631
+ msgid "Available from repository"
2632
+ msgstr "Disponible dans le référentiel"
2633
+
2631
2634
  msgid "Available placeholders: {tenant-domain}, {host}, {binaryId}. Whole link to downloadable file is: {tenant-domain}/apps/public/login/index.html#/?download={binaryId}."
2632
2635
  msgstr "Espaces réservés disponibles : {tenant-domain}, {host}, {binaryId}. Le lien complet vers le fichier à télécharger est : {tenant-domain}/apps/public/login/index.html#/?download={binaryId}."
2633
2636
 
@@ -2640,9 +2643,6 @@ msgstr "Plugins disponibles"
2640
2643
  msgid "Available softwares matching the device type"
2641
2644
  msgstr "Logiciels disponibles et correspondant au type d'appareil"
2642
2645
 
2643
- msgid "Available supported configurations"
2644
- msgstr "Configurations prises en charge disponibles"
2645
-
2646
2646
  msgid "Average"
2647
2647
  msgstr "Moyenne"
2648
2648
 
@@ -3432,6 +3432,11 @@ msgstr "Modifié"
3432
3432
  msgid "Changes"
3433
3433
  msgstr "Modifications"
3434
3434
 
3435
+ msgid "Changes apply to the configuration repository and affect ongoing updates and future device\n"
3436
+ " deployments."
3437
+ msgstr "Les modifications s'appliquent au référentiel de configuration et ont une incidence sur les mises à jour en cours ainsi que sur les futurs déploiements d'appareils\n"
3438
+ "."
3439
+
3435
3440
  msgid "Changes done in the home dashboard are reflected across the platform."
3436
3441
  msgstr "Les modifications apportées au tableau de bord d'accueil se répercutent sur toute la plate-forme."
3437
3442
 
@@ -6294,9 +6299,6 @@ msgstr "Appareil {{id}}"
6294
6299
  msgid "Device's name or value of any device's property"
6295
6300
  msgstr "Nom de l'appareil ou valeur de propriété de tout appareil"
6296
6301
 
6297
- msgid "Device-supported configurations"
6298
- msgstr "Configurations prises en charge par les appareils"
6299
-
6300
6302
  msgid "Devices"
6301
6303
  msgstr "Appareils"
6302
6304
 
@@ -6920,6 +6922,12 @@ msgstr "Modifier les favoris"
6920
6922
  msgid "Edit coil: \"{{name}}\""
6921
6923
  msgstr "Modifier la bobine : \"{{name}}\""
6922
6924
 
6925
+ msgid "Edit configuration"
6926
+ msgstr "Modifier la configuration"
6927
+
6928
+ msgid "Edit configuration in repository"
6929
+ msgstr "Modifier la configuration dans le référentiel"
6930
+
6923
6931
  msgid "Edit dashboard"
6924
6932
  msgstr "Modifier le tableau de bord"
6925
6933
 
@@ -8473,6 +8481,9 @@ msgstr "Fréquence (secondes)"
8473
8481
  msgid "From date"
8474
8482
  msgstr "À partir de la date"
8475
8483
 
8484
+ msgid "From repository"
8485
+ msgstr "Depuis le référentiel"
8486
+
8476
8487
  msgid "From/To date filter"
8477
8488
  msgstr "Filtre de date de/à"
8478
8489
 
@@ -12190,9 +12201,6 @@ msgstr "Il existe aucune valeur d'exemple, veuillez d'abord connecter l'appareil
12190
12201
  msgid "No selection"
12191
12202
  msgstr "Aucune sélection"
12192
12203
 
12193
- msgid "No selection."
12194
- msgstr "Aucune sélection."
12195
-
12196
12204
  msgid "No server to display."
12197
12205
  msgstr "Aucun serveur à afficher."
12198
12206
 
@@ -12603,6 +12611,9 @@ msgstr "Envoyer un SMS en cas d'alarme"
12603
12611
  msgid "On alarm send email"
12604
12612
  msgstr "Envoyer un e-mail en cas d'alarme"
12605
12613
 
12614
+ msgid "On device"
12615
+ msgstr "Sur l'appareil"
12616
+
12606
12617
  msgid "On entering"
12607
12618
  msgstr "En entrant"
12608
12619
 
@@ -15183,12 +15194,12 @@ msgstr "Sélectionner \"Remplacer paramètres hérités\" pour l'autorisation."
15183
15194
  msgid "Select API and method above to see required API values."
15184
15195
  msgstr "Sélectionner l'API et la méthode ci-dessus pour voir les valeurs requises de l'API."
15185
15196
 
15186
- msgid "Select a configuration from the device-supported configuration list."
15187
- msgstr "Sélectionnez une configuration dans la liste des configurations prises en charge par l'appareil."
15188
-
15189
15197
  msgid "Select a configuration to preview."
15190
15198
  msgstr "Sélectionnez une configuration pour l'aperçu."
15191
15199
 
15200
+ msgid "Select a configuration type from the list above to view matching repository items."
15201
+ msgstr "Sélectionnez un type de configuration dans la liste ci-dessus pour afficher les éléments du référentiel correspondants."
15202
+
15192
15203
  msgid "Select a data point to view its aggregated values in the time slider."
15193
15204
  msgstr "Sélectionnez un point de données pour afficher ses valeurs d'agrégation dans le curseur temporel."
15194
15205
 
@@ -17380,6 +17391,9 @@ msgstr "Formats pris en charge : OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Algorithmes
17380
17391
  msgid "Supported operations"
17381
17392
  msgstr "Opérations prises en charge"
17382
17393
 
17394
+ msgid "Supported predefined configurations you can send to this device"
17395
+ msgstr "Configurations prédéfinies prises en charge que vous pouvez envoyer à cet appareil"
17396
+
17383
17397
  msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
17384
17398
  msgstr "Prend en charge le langage markdown. Utilisez {{ headerMark }} pour les en-têtes, {{ listMark }} pour les listes, {{ boldMark }} pour les caractères en gras, {{ italicMark }} pour les caractères en italique et {{ linkMark }} pour les liens."
17385
17399
 
@@ -17698,9 +17712,6 @@ msgstr "Envoyer un message pour afficher si la valeur est un"
17698
17712
  msgid "Text to show if value is zero"
17699
17713
  msgstr "Texte à afficher si la valeur est zéro"
17700
17714
 
17701
- msgid "Text-based configuration"
17702
- msgstr "Configuration basée sur le texte"
17703
-
17704
17715
  msgid "Thank you for the feedback!"
17705
17716
  msgstr "Merci pour vos commentaires !"
17706
17717
 
@@ -17936,9 +17947,6 @@ msgstr "Ce fichier est vide."
17936
17947
  msgid "The file is no longer available."
17937
17948
  msgstr "Le fichier n'est plus disponible."
17938
17949
 
17939
- msgid "The file is not available."
17940
- msgstr "Ce fichier n'est pas disponible."
17941
-
17942
17950
  msgid "The filename exceeds limit of {{ limit }} characters."
17943
17951
  msgstr "Le nom du fichier dépasse la limite de {{ limit }} caractères."
17944
17952
 
@@ -18406,6 +18414,9 @@ msgstr "Cette commande peut être utilisée pour migrer des appareils LWM2M cré
18406
18414
  msgid "This command returns a list of shell commands with description that can be created for the LWM2M device connector."
18407
18415
  msgstr "Cette commande renvoie une liste de commandes d'environnement avec une description pouvant être créée pour le connecteur d'appareils LWM2M."
18408
18416
 
18417
+ msgid "This configuration is a binary file and cannot be shown as text."
18418
+ msgstr "Cette configuration est un fichier binaire et ne peut pas être affichée sous forme de texte."
18419
+
18409
18420
  msgid "This dashboard belongs to \"{{app}}\". Manage its visibility there."
18410
18421
  msgstr "Ce tableau de bord appartient à « {{app}} ». Vous pouvez y gérer sa visibilité."
18411
18422
 
@@ -18955,6 +18966,9 @@ msgstr "Essayez un autre terme de recherche."
18955
18966
  msgid "Try changing your search criteria."
18956
18967
  msgstr "Essayez de modifier vos critères de recherche."
18957
18968
 
18969
+ msgid "Try getting a snapshot from the device or open it in the repository"
18970
+ msgstr "Essayez de récupérer un instantané depuis l'appareil ou ouvrez-le dans le référentiel"
18971
+
18958
18972
  msgid "Try it out:"
18959
18973
  msgstr "Essayer :"
18960
18974
 
@@ -2603,6 +2603,9 @@ msgstr "利用可能なイベント"
2603
2603
  msgid "Available firmwares matching the device type"
2604
2604
  msgstr "デバイス タイプに適合する利用可能なファームウェア"
2605
2605
 
2606
+ msgid "Available from repository"
2607
+ msgstr ""
2608
+
2606
2609
  msgid "Available placeholders: {tenant-domain}, {host}, {binaryId}. Whole link to downloadable file is: {tenant-domain}/apps/public/login/index.html#/?download={binaryId}."
2607
2610
  msgstr "使用できるプレースホルダー:{tenant-domain}、{host}、{binaryId}。ダウンロード可能なファイルへの完全なリンク:{tenant-domain}/apps/public/login/index.html#/?download={binaryId}。"
2608
2611
 
@@ -2615,9 +2618,6 @@ msgstr "利用可能なプラグイン"
2615
2618
  msgid "Available softwares matching the device type"
2616
2619
  msgstr "デバイス タイプに適合する利用可能なソフトウェア"
2617
2620
 
2618
- msgid "Available supported configurations"
2619
- msgstr "使用可能なサポートされている構成"
2620
-
2621
2621
  msgid "Average"
2622
2622
  msgstr "平均値"
2623
2623
 
@@ -3403,6 +3403,10 @@ msgstr "変更済み"
3403
3403
  msgid "Changes"
3404
3404
  msgstr "変更"
3405
3405
 
3406
+ msgid "Changes apply to the configuration repository and affect ongoing updates and future device\n"
3407
+ " deployments."
3408
+ msgstr ""
3409
+
3406
3410
  msgid "Changes done in the home dashboard are reflected across the platform."
3407
3411
  msgstr "ホーム ダッシュボードに行われた変更は、プラットフォーム全体で反映されます。"
3408
3412
 
@@ -6258,9 +6262,6 @@ msgstr "デバイス {{id}}"
6258
6262
  msgid "Device's name or value of any device's property"
6259
6263
  msgstr "デバイス名またはデバイスのプロパティ値"
6260
6264
 
6261
- msgid "Device-supported configurations"
6262
- msgstr "デバイスでサポートされている構成"
6263
-
6264
6265
  msgid "Devices"
6265
6266
  msgstr "デバイス"
6266
6267
 
@@ -6883,6 +6884,12 @@ msgstr "ブックマークの編集"
6883
6884
  msgid "Edit coil: \"{{name}}\""
6884
6885
  msgstr "コイル: \"{{name}}\" を編集"
6885
6886
 
6887
+ msgid "Edit configuration"
6888
+ msgstr ""
6889
+
6890
+ msgid "Edit configuration in repository"
6891
+ msgstr ""
6892
+
6886
6893
  msgid "Edit dashboard"
6887
6894
  msgstr "ダッシュボードを編集"
6888
6895
 
@@ -8477,6 +8484,9 @@ msgstr "頻度(秒)"
8477
8484
  msgid "From date"
8478
8485
  msgstr "次の日付から"
8479
8486
 
8487
+ msgid "From repository"
8488
+ msgstr ""
8489
+
8480
8490
  msgid "From/To date filter"
8481
8491
  msgstr "開始日/終了日フィルター"
8482
8492
 
@@ -12189,9 +12199,6 @@ msgstr "サンプル値がありません。まずはデバイスを接続して
12189
12199
  msgid "No selection"
12190
12200
  msgstr "選択されていません"
12191
12201
 
12192
- msgid "No selection."
12193
- msgstr "選択されていません。"
12194
-
12195
12202
  msgid "No server to display."
12196
12203
  msgstr "表示できるサーバーはありません。"
12197
12204
 
@@ -12602,6 +12609,9 @@ msgstr "アラーム時に SMS を送信"
12602
12609
  msgid "On alarm send email"
12603
12610
  msgstr "アラーム時に電子メールを送信"
12604
12611
 
12612
+ msgid "On device"
12613
+ msgstr ""
12614
+
12605
12615
  msgid "On entering"
12606
12616
  msgstr "進入時"
12607
12617
 
@@ -15181,12 +15191,12 @@ msgstr "有効化するために \"継承アイテムを上書き\" を選択し
15181
15191
  msgid "Select API and method above to see required API values."
15182
15192
  msgstr "上記の API とメソッドを選択して必要な API 値を確認してください。"
15183
15193
 
15184
- msgid "Select a configuration from the device-supported configuration list."
15185
- msgstr "デバイスにサポートされている構成リストから構成を選択してください。"
15186
-
15187
15194
  msgid "Select a configuration to preview."
15188
15195
  msgstr "プレビューする構成を選択してください。"
15189
15196
 
15197
+ msgid "Select a configuration type from the list above to view matching repository items."
15198
+ msgstr ""
15199
+
15190
15200
  msgid "Select a data point to view its aggregated values in the time slider."
15191
15201
  msgstr "タイム スライダーで集計値を表示するデータ ポイントを選択します。"
15192
15202
 
@@ -17371,6 +17381,9 @@ msgstr "サポートされている形式: OpenSSHv1、OpenSSHv2、PEM、SSH2。
17371
17381
  msgid "Supported operations"
17372
17382
  msgstr "サポートされている操作"
17373
17383
 
17384
+ msgid "Supported predefined configurations you can send to this device"
17385
+ msgstr ""
17386
+
17374
17387
  msgid "Supports markdown. Use {{ headerMark }} for headers, {{ listMark }} for lists, {{ boldMark }} for bold, {{ italicMark }} for italic, and {{ linkMark }} for links."
17375
17388
  msgstr "マークダウンをサポートします。ヘッダーには {{ headerMark }}、リストには {{ listMark }}、太字には {{ boldMark }}、斜体には {{ italicMark }}、リンクには {{ linkMark }} を使用します。"
17376
17389
 
@@ -17689,9 +17702,6 @@ msgstr "値が 1 の場合に表示するテキスト"
17689
17702
  msgid "Text to show if value is zero"
17690
17703
  msgstr "値が 0 の場合に表示するテキスト"
17691
17704
 
17692
- msgid "Text-based configuration"
17693
- msgstr "テキストベースの構成"
17694
-
17695
17705
  msgid "Thank you for the feedback!"
17696
17706
  msgstr "フィードバックをお寄せいただき、ありがとうございます!"
17697
17707
 
@@ -17925,9 +17935,6 @@ msgstr "ファイルが空です。"
17925
17935
  msgid "The file is no longer available."
17926
17936
  msgstr "ファイルは使用できません。"
17927
17937
 
17928
- msgid "The file is not available."
17929
- msgstr "このファイルは使用できません。"
17930
-
17931
17938
  msgid "The filename exceeds limit of {{ limit }} characters."
17932
17939
  msgstr "ファイル名が上限の {{ limit }} 文字を超えています。"
17933
17940
 
@@ -18390,6 +18397,9 @@ msgstr "このコマンドは、非標準の方法で作成された LWM2M デ
18390
18397
  msgid "This command returns a list of shell commands with description that can be created for the LWM2M device connector."
18391
18398
  msgstr "このコマンドは、LWM2M デバイス コネクタに作成できる説明を持つシェル コマンドのリストを返します。"
18392
18399
 
18400
+ msgid "This configuration is a binary file and cannot be shown as text."
18401
+ msgstr ""
18402
+
18393
18403
  msgid "This dashboard belongs to \"{{app}}\". Manage its visibility there."
18394
18404
  msgstr "このダッシュボードは \"{{app}}\" に所属します。表示はそちらで管理してください。"
18395
18405
 
@@ -18936,6 +18946,9 @@ msgstr "他の検索語を試してください。"
18936
18946
  msgid "Try changing your search criteria."
18937
18947
  msgstr "検索条件を変更してみてください。"
18938
18948
 
18949
+ msgid "Try getting a snapshot from the device or open it in the repository"
18950
+ msgstr ""
18951
+
18939
18952
  msgid "Try it out:"
18940
18953
  msgstr "試行:"
18941
18954