@c8y/ng1-modules 1022.13.0 → 1022.16.2
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.
- package/app-status/app-status/app-status.component.js +1 -1
- package/app-status/app-status/app-status.html +1 -1
- package/core/locales/de.po +34 -17
- package/core/locales/es.po +20 -2
- package/core/locales/fr.po +20 -2
- package/core/locales/ja_JP.po +22 -4
- package/core/locales/ko.po +20 -2
- package/core/locales/nl.po +20 -2
- package/core/locales/pl.po +20 -2
- package/core/locales/pt_BR.po +20 -2
- package/core/locales/zh_CN.po +21 -3
- package/core/locales/zh_TW.po +20 -2
- package/package.json +1 -1
- package/smartRules/services/smartRuleTemplates.js +1 -1
- package/userRoles/inventoryRoleSelector/inventoryRoleSelector.component.js +1 -1
- package/userRoles/inventoryRoleSelector/inventoryRoleSelector.html +1 -0
- package/userRoles/inventoryRolesTab/inventoryRolesTab.html +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{function t(t,n,e,i){var
|
|
1
|
+
(()=>{function t(t,n,s,e,i){var a,r=this;function c(){u(!0),s.getApplicationMO(n.applicationId).then(l).then(function(){a="/managedobjects/".concat(r.mo.id),e.addListener(t.$id,a,e.realtimeActions().UPDATE,function(t,n){return l(n)}),e.start(t.$id,a)}).finally(function(){return u(!1)})}function o(){e.stop(t.$id,a),e.removeSubscriber(t.$id,a)}function u(t){r.refreshingItems.appDetails=t}function l(t){r.mo=t,r.status=t.c8y_Status}_.assign(r,{status:"",realtime:!0,refreshingItems:{},tenantSubscriptions:{},$onInit:function(){c(),i.list(!0,!1).then(function(t){r.smartRulesMsExist=!!t}).catch(function(){r.smartRulesMsExist=!1})},$onDestroy:function(){o()},refresh:function(){o(),c(),t.$broadcast("alarmListRefresh"),t.$broadcast("eventListRefresh"),t.$broadcast("smartRulesListReload")},isRefreshing:function(){return _.includes(r.refreshingItems,!0)},statusVisible:function(){return!_.isEmpty(_.get(r.mo,"c8y_Status"))},subscriptionsVisible:function(){return!_.isEmpty(_.get(r.mo,"c8y_Subscriptions"))}}),t.$watch("vm.realtime",function(t,n){t!==n&&(t?c:o)()})}t.$inject=["$scope","$routeParams","c8yApplication","c8yRealtime","smartRuleTemplatesSvc"],angular.module("c8y.appStatus").component("c8yAppStatus",{bindings:{basePath:"@"},templateUrl:":::PLUGIN_PATH:::/app-status/app-status.html",controller:t,controllerAs:"vm"})})();
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
></c8y-app-alarms>
|
|
119
119
|
</div>
|
|
120
120
|
</div>
|
|
121
|
-
<div ng-if="vm.mo" class="inner-scroll--md">
|
|
121
|
+
<div ng-if="vm.mo && vm.smartRulesMsExist" class="inner-scroll--md">
|
|
122
122
|
<div class="card-header large-padding separator-top-bottom sticky-top">
|
|
123
123
|
<div class="card-title">
|
|
124
124
|
{{ 'Smart rules' | translate }}
|
package/core/locales/de.po
CHANGED
|
@@ -1169,7 +1169,7 @@ msgid "Add next`value`"
|
|
|
1169
1169
|
msgstr "Nächsten hinzufügen"
|
|
1170
1170
|
|
|
1171
1171
|
msgid "Add node IDs to be scanned in the address space of the OPC UA server"
|
|
1172
|
-
msgstr "
|
|
1172
|
+
msgstr "Zu scannende Knoten-IDs im Adressraum des OPC UA Servers hinzufügen"
|
|
1173
1173
|
|
|
1174
1174
|
msgid "Add operation"
|
|
1175
1175
|
msgstr "Kommando hinzufügen"
|
|
@@ -1367,7 +1367,7 @@ msgid "Address range"
|
|
|
1367
1367
|
msgstr "Adressbereich"
|
|
1368
1368
|
|
|
1369
1369
|
msgid "Address scan type"
|
|
1370
|
-
msgstr "Adress-
|
|
1370
|
+
msgstr "Adress-Scantyp"
|
|
1371
1371
|
|
|
1372
1372
|
msgid "Address space"
|
|
1373
1373
|
msgstr "Adressraum"
|
|
@@ -2590,8 +2590,8 @@ msgstr "Nach Datum (absteigend)"
|
|
|
2590
2590
|
|
|
2591
2591
|
msgid "By default, every unsecure HTML is removed from the HTML widget. You can disable\n"
|
|
2592
2592
|
" this behavior in this application and allow unsecure HTML to be used."
|
|
2593
|
-
msgstr "\n"
|
|
2594
|
-
"
|
|
2593
|
+
msgstr "Standardmäßig wird jeder unsichere HTML-Code aus dem HTML-Widget entfernt. Sie können\n"
|
|
2594
|
+
" dieses Verhalten in dieser Anwendung ausschalten und die Verwendung von unsicherem HTML-Code zulassen."
|
|
2595
2595
|
|
|
2596
2596
|
msgid "By severity"
|
|
2597
2597
|
msgstr "Nach Schweregrad"
|
|
@@ -2610,7 +2610,7 @@ msgid "CA certificate"
|
|
|
2610
2610
|
msgstr "CA-Zertifikat"
|
|
2611
2611
|
|
|
2612
2612
|
msgid "CA certificate renewed."
|
|
2613
|
-
msgstr "CA-Zertifikat erneuert."
|
|
2613
|
+
msgstr "CA-Zertifikat wurde erneuert."
|
|
2614
2614
|
|
|
2615
2615
|
msgid "CAN Bus"
|
|
2616
2616
|
msgstr "CAN-Bus"
|
|
@@ -4089,7 +4089,7 @@ msgid "Could not fetch the file."
|
|
|
4089
4089
|
msgstr "Die Datei konnte nicht abgerufen werden."
|
|
4090
4090
|
|
|
4091
4091
|
msgid "Could not find Certificate Authority or it is not eligible for renewal for tenant {{ tenant }}."
|
|
4092
|
-
msgstr "Die
|
|
4092
|
+
msgstr "Die Zertifizierungsstelle konnte nicht gefunden werden oder ist für die Erneuerung für den Mandanten {{ tenant }} nicht berechtigt."
|
|
4093
4093
|
|
|
4094
4094
|
msgid "Could not find a manifest."
|
|
4095
4095
|
msgstr "Keine Manifest-Datei gefunden"
|
|
@@ -4319,9 +4319,8 @@ msgstr "Benutzerdefinierten Messwert erstellen"
|
|
|
4319
4319
|
msgid "Create custom widgets by modifying a basic WebComponent with HTML and JavaScript. This\n"
|
|
4320
4320
|
" <strong>unsupported</strong>\n"
|
|
4321
4321
|
" feature is ideal for rapid prototyping and simple customizations."
|
|
4322
|
-
msgstr "Erstellen Sie benutzerdefinierte Widgets, indem Sie eine grundlegende WebComponent mit HTML und JavaScript ändern. Diese
|
|
4323
|
-
"
|
|
4324
|
-
" eignet sich ideal für die schnelle Erstellung von Prototypen und einfache Anpassungen."
|
|
4322
|
+
msgstr "Erstellen Sie benutzerdefinierte Widgets, indem Sie eine grundlegende WebComponent mit HTML und JavaScript ändern. Diese <strong> nicht unterstützte</strong>\n"
|
|
4323
|
+
" Funktion eignet sich zur schnellen Erstellung und Anpassung von Prototypen."
|
|
4325
4324
|
|
|
4326
4325
|
msgid "Create device certificates during device registration"
|
|
4327
4326
|
msgstr "Gerätezertifikate während der Geräteregistrierung erstellen"
|
|
@@ -5623,7 +5622,7 @@ msgid "Disable realtime"
|
|
|
5623
5622
|
msgstr "Echtzeit deaktivieren"
|
|
5624
5623
|
|
|
5625
5624
|
msgid "Disable sanitization"
|
|
5626
|
-
msgstr "
|
|
5625
|
+
msgstr "Bereinigung ausschalten"
|
|
5627
5626
|
|
|
5628
5627
|
msgid "Disable timeout"
|
|
5629
5628
|
msgstr "Timeout deaktivieren"
|
|
@@ -5728,7 +5727,7 @@ msgid "Display custom HTML code"
|
|
|
5728
5727
|
msgstr "Standard-HTML-Code anzeigen"
|
|
5729
5728
|
|
|
5730
5729
|
msgid "Display custom HTML code."
|
|
5731
|
-
msgstr "
|
|
5730
|
+
msgstr "Benutzerdefinierten HTML-Code anzeigen."
|
|
5732
5731
|
|
|
5733
5732
|
msgid "Display labels and units on Y-axis"
|
|
5734
5733
|
msgstr "Beschriftungen und Einheiten auf der Y-Achse anzeigen"
|
|
@@ -6425,7 +6424,7 @@ msgid "Error"
|
|
|
6425
6424
|
msgstr "Fehler"
|
|
6426
6425
|
|
|
6427
6426
|
msgid "Error creating rescan operation"
|
|
6428
|
-
msgstr "Fehler beim Erstellen der Operation
|
|
6427
|
+
msgstr "Fehler beim Erstellen der Rescan-Operation"
|
|
6429
6428
|
|
|
6430
6429
|
msgid "Error creating the device due to status code {{ statusCode }}. Check if the application name, Device EUI, Application EUI and Application key are in the correct format or the device limit has been exceeded or has been registered with another account in the LORIOT provider."
|
|
6431
6430
|
msgstr "Fehler bei der Geräteerstellung (Status-Code {{ statusCode }}). Prüfen Sie, ob der Anwendungsname, die Geräte-EUI, die Anwendungs-EUI und der Anwendungsschlüssel das richtige Format haben oder ob das Gerätelimit überschritten wurde oder mit einem anderen Konto im LORIOT-Provider registriert wurde."
|
|
@@ -7440,10 +7439,10 @@ msgid "For production environments, we recommend our fully-supported Angular-bas
|
|
|
7440
7439
|
" <a href=\"https://styleguide.cumulocity.com\" target=\"_blank\">Web SDK</a>.\n"
|
|
7441
7440
|
" <br>\n"
|
|
7442
7441
|
" Enable advanced developer mode to start coding!"
|
|
7443
|
-
msgstr "Für Produktionsumgebungen empfehlen wir unser vollständig
|
|
7444
|
-
" <a href=\"https://styleguide.cumulocity.com\" target=\"_blank\">
|
|
7442
|
+
msgstr "Für Produktionsumgebungen empfehlen wir unser vollständig unterstütztes winkelbasiertes\n"
|
|
7443
|
+
" <a href=\"https://styleguide.cumulocity.com\" target=\"_blank\">Web SDK</a>.\n"
|
|
7445
7444
|
" <br>\n"
|
|
7446
|
-
"
|
|
7445
|
+
" Erweiterten Entwicklermodus aktivieren, um mit dem Codieren zu beginnen!"
|
|
7447
7446
|
|
|
7448
7447
|
msgid "Forbidden for web browsers"
|
|
7449
7448
|
msgstr "Nicht für Web-Browser zugelassen"
|
|
@@ -10469,6 +10468,9 @@ msgstr "Keine Beschreibung verfügbar"
|
|
|
10469
10468
|
msgid "No description available."
|
|
10470
10469
|
msgstr "Keine Beschreibung verfügbar."
|
|
10471
10470
|
|
|
10471
|
+
msgid "No description provided."
|
|
10472
|
+
msgstr "Keine Beschreibung verfügbar."
|
|
10473
|
+
|
|
10472
10474
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10473
10475
|
" granted access to some device groups first."
|
|
10474
10476
|
msgstr "Keine Gerätegruppen verfügbar aufgrund der Berechtigungen des Gerätebesitzers. Dem Gerätebesitzer muss\n"
|
|
@@ -10815,6 +10817,9 @@ msgstr "Keine Quick Links zum Anzeigen"
|
|
|
10815
10817
|
msgid "No quick links to display."
|
|
10816
10818
|
msgstr "Keine Quick Links zum Anzeigen vorhanden."
|
|
10817
10819
|
|
|
10820
|
+
msgid "No recent events found."
|
|
10821
|
+
msgstr "Keine aktuellen Ereignisse gefunden."
|
|
10822
|
+
|
|
10818
10823
|
msgid "No recent operations found"
|
|
10819
10824
|
msgstr "Keine kürzlich ausgeführten Operationen gefunden"
|
|
10820
10825
|
|
|
@@ -13167,8 +13172,11 @@ msgstr "Zurücksetzen"
|
|
|
13167
13172
|
msgid "Revoke TOTP secret"
|
|
13168
13173
|
msgstr "TOTP-Secret zurücksetzen"
|
|
13169
13174
|
|
|
13170
|
-
msgid "Revoke provisioned certificate"
|
|
13171
|
-
msgstr "Bereitgestelltes Zertifikat widerrufen"
|
|
13175
|
+
msgid "Revoke provisioned certificate?"
|
|
13176
|
+
msgstr "Bereitgestelltes Zertifikat widerrufen?"
|
|
13177
|
+
|
|
13178
|
+
msgid "Revoke provisioned certificates?"
|
|
13179
|
+
msgstr "Bereitgestellte Zertifikate widerrufen?"
|
|
13172
13180
|
|
|
13173
13181
|
msgid "Right"
|
|
13174
13182
|
msgstr "Rechts"
|
|
@@ -13981,6 +13989,12 @@ msgstr "Ausgewählter Bitbereich überlappt mit einem anderen Register."
|
|
|
13981
13989
|
msgid "Selected operation"
|
|
13982
13990
|
msgstr "Ausgewählte Operation"
|
|
13983
13991
|
|
|
13992
|
+
msgid "Selected provisioned certificate was revoked."
|
|
13993
|
+
msgstr "Das ausgewählte bereitgestellte Zertifikat wurde widerrufen."
|
|
13994
|
+
|
|
13995
|
+
msgid "Selected provisioned certificates were revoked."
|
|
13996
|
+
msgstr "Ausgewählte bereitgestellte Zertifikate wurden widerrufen."
|
|
13997
|
+
|
|
13984
13998
|
msgid "Selected software for various device types"
|
|
13985
13999
|
msgstr "Ausgewählte Software für verschiedene Gerätetypen"
|
|
13986
14000
|
|
|
@@ -18253,6 +18267,9 @@ msgstr "Mit dieser Aktion setzen Sie die Widgets dieses Dashboards zurück. Alle
|
|
|
18253
18267
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18254
18268
|
msgstr "Mit dieser Aktion widerrufen Sie das bereitgestellte Zertifikat {{ serialNumber }}. Möchten Sie fortfahren?"
|
|
18255
18269
|
|
|
18270
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18271
|
+
msgstr "Mit dieser Aktion widerrufen Sie die bereitgestellten Zertifikate: {{ serialNumbers }}. Möchten Sie fortfahren?"
|
|
18272
|
+
|
|
18256
18273
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18257
18274
|
msgstr "Mit dieser Aktion speichern Sie die Änderungen in der globalen Rolle, die sich auf die Sicherheit auswirken könnten. Um diese Änderungen sofort zu übernehmen, müssen Sie die Sitzungen aller Benutzer mit dieser Rolle beenden. Möchten Sie fortfahren?"
|
|
18258
18275
|
|
package/core/locales/es.po
CHANGED
|
@@ -10483,6 +10483,9 @@ msgstr "Ninguna descripción disponible"
|
|
|
10483
10483
|
msgid "No description available."
|
|
10484
10484
|
msgstr "Sin descripción disponible."
|
|
10485
10485
|
|
|
10486
|
+
msgid "No description provided."
|
|
10487
|
+
msgstr "No se ha proporcionado ninguna descripción."
|
|
10488
|
+
|
|
10486
10489
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10487
10490
|
" granted access to some device groups first."
|
|
10488
10491
|
msgstr "Ningún grupo de dispositivos disponible debido a permisos insuficientes. Es preciso que al propietario de dispositivos se le garantice primero\n"
|
|
@@ -10829,6 +10832,9 @@ msgstr "No hay enlaces rápidos para mostrar"
|
|
|
10829
10832
|
msgid "No quick links to display."
|
|
10830
10833
|
msgstr "No hay enlaces rápidos para mostrar."
|
|
10831
10834
|
|
|
10835
|
+
msgid "No recent events found."
|
|
10836
|
+
msgstr "No se han encontrado eventos recientes."
|
|
10837
|
+
|
|
10832
10838
|
msgid "No recent operations found"
|
|
10833
10839
|
msgstr "No se han encontrado operaciones recientes"
|
|
10834
10840
|
|
|
@@ -13183,8 +13189,11 @@ msgstr "Revocar"
|
|
|
13183
13189
|
msgid "Revoke TOTP secret"
|
|
13184
13190
|
msgstr "Revocar TOTP secret"
|
|
13185
13191
|
|
|
13186
|
-
msgid "Revoke provisioned certificate"
|
|
13187
|
-
msgstr "Revocar
|
|
13192
|
+
msgid "Revoke provisioned certificate?"
|
|
13193
|
+
msgstr "¿Revocar certificado aprovisionado?"
|
|
13194
|
+
|
|
13195
|
+
msgid "Revoke provisioned certificates?"
|
|
13196
|
+
msgstr "¿Revocar certificados provisionados?"
|
|
13188
13197
|
|
|
13189
13198
|
msgid "Right"
|
|
13190
13199
|
msgstr "Derecha"
|
|
@@ -13997,6 +14006,12 @@ msgstr "El número, el bit de inicio o el número de bits seleccionados se super
|
|
|
13997
14006
|
msgid "Selected operation"
|
|
13998
14007
|
msgstr "Operación seleccionada"
|
|
13999
14008
|
|
|
14009
|
+
msgid "Selected provisioned certificate was revoked."
|
|
14010
|
+
msgstr "El certificado aprovisionado seleccionado ha sido revocado."
|
|
14011
|
+
|
|
14012
|
+
msgid "Selected provisioned certificates were revoked."
|
|
14013
|
+
msgstr "Se han revocado los certificados aprovisionados seleccionados."
|
|
14014
|
+
|
|
14000
14015
|
msgid "Selected software for various device types"
|
|
14001
14016
|
msgstr "Software seleccionado para varios tipos de dispositivo"
|
|
14002
14017
|
|
|
@@ -18269,6 +18284,9 @@ msgstr "Se dispone a restablecer los widgets de este cuadro de mando. Todos los
|
|
|
18269
18284
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18270
18285
|
msgstr "Usted está a punto de revocar Certificado aprovisionado {{ serialNumber }}. ¿Desea continuar?"
|
|
18271
18286
|
|
|
18287
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18288
|
+
msgstr "Usted está a punto de revocar los certificados provisionados: {{ serialNumbers }}. ¿Desea continuar?"
|
|
18289
|
+
|
|
18272
18290
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18273
18291
|
msgstr "Se dispone a guardar cambios en el rol global que podrían afectar a la seguridad. Para aplicar estos cambios inmediatamente, necesitará finalizar las sesiones de todos los usuarios con este rol."
|
|
18274
18292
|
|
package/core/locales/fr.po
CHANGED
|
@@ -10484,6 +10484,9 @@ msgstr "Aucune description disponible"
|
|
|
10484
10484
|
msgid "No description available."
|
|
10485
10485
|
msgstr "Aucun description disponible."
|
|
10486
10486
|
|
|
10487
|
+
msgid "No description provided."
|
|
10488
|
+
msgstr "Aucune description fournie."
|
|
10489
|
+
|
|
10487
10490
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10488
10491
|
" granted access to some device groups first."
|
|
10489
10492
|
msgstr "Aucun groupe d'appareils disponible en raison des autorisations du propriétaire de l'appareil. Le propriétaire de l'appareil doit\n"
|
|
@@ -10830,6 +10833,9 @@ msgstr "Aucun lien rapide à afficher"
|
|
|
10830
10833
|
msgid "No quick links to display."
|
|
10831
10834
|
msgstr "Aucun lien rapide à afficher."
|
|
10832
10835
|
|
|
10836
|
+
msgid "No recent events found."
|
|
10837
|
+
msgstr "Aucun événement récent trouvé."
|
|
10838
|
+
|
|
10833
10839
|
msgid "No recent operations found"
|
|
10834
10840
|
msgstr "Aucune opération récente trouvée"
|
|
10835
10841
|
|
|
@@ -13184,8 +13190,11 @@ msgstr "Révoquer"
|
|
|
13184
13190
|
msgid "Revoke TOTP secret"
|
|
13185
13191
|
msgstr "Révoquer le jeton secret TOTP"
|
|
13186
13192
|
|
|
13187
|
-
msgid "Revoke provisioned certificate"
|
|
13188
|
-
msgstr "Révoquer
|
|
13193
|
+
msgid "Revoke provisioned certificate?"
|
|
13194
|
+
msgstr "Révoquer le certificat provisionné ?"
|
|
13195
|
+
|
|
13196
|
+
msgid "Revoke provisioned certificates?"
|
|
13197
|
+
msgstr "Révoquer les certificats provisionnés ?"
|
|
13189
13198
|
|
|
13190
13199
|
msgid "Right"
|
|
13191
13200
|
msgstr "Droit"
|
|
@@ -13998,6 +14007,12 @@ msgstr "Le nombre sélectionné, le bit de démarrage ou le nombre de bits sont
|
|
|
13998
14007
|
msgid "Selected operation"
|
|
13999
14008
|
msgstr "Opération sélectionnée"
|
|
14000
14009
|
|
|
14010
|
+
msgid "Selected provisioned certificate was revoked."
|
|
14011
|
+
msgstr "Le certificat provisionné sélectionné a été révoqué."
|
|
14012
|
+
|
|
14013
|
+
msgid "Selected provisioned certificates were revoked."
|
|
14014
|
+
msgstr "Les certificats provisionnés sélectionnés ont été révoqués."
|
|
14015
|
+
|
|
14001
14016
|
msgid "Selected software for various device types"
|
|
14002
14017
|
msgstr "Logiciels sélectionnés pour différents types d'appareils"
|
|
14003
14018
|
|
|
@@ -18270,6 +18285,9 @@ msgstr "Vous allez réinitialiser les widgets de ce tableau de bord. Toutes les
|
|
|
18270
18285
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18271
18286
|
msgstr "Vous allez révoquer le certificat fourni {{ serialNumber }}. Souhaitez-vous continuer cette action ?"
|
|
18272
18287
|
|
|
18288
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18289
|
+
msgstr "Vous allez révoquer les certificats provisionnés : {{ serialNumbers }}. Souhaitez-vous continuer cette action ?"
|
|
18290
|
+
|
|
18273
18291
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18274
18292
|
msgstr "Vous allez enregistrer des modifications dans le rôle global qui pourraient affecter la sécurité. Pour appliquer ces modifications immédiatement, vous devez mettre fin aux sessions de tous les utilisateurs ayant ce rôle."
|
|
18275
18293
|
|
package/core/locales/ja_JP.po
CHANGED
|
@@ -5711,7 +5711,7 @@ msgid "Display custom HTML code"
|
|
|
5711
5711
|
msgstr "カスタム HTML コードを表示"
|
|
5712
5712
|
|
|
5713
5713
|
msgid "Display custom HTML code."
|
|
5714
|
-
msgstr "カスタム HTML
|
|
5714
|
+
msgstr "カスタム HTML コードを表示します。"
|
|
5715
5715
|
|
|
5716
5716
|
msgid "Display labels and units on Y-axis"
|
|
5717
5717
|
msgstr "ラベルと単位を Y 軸に表示する"
|
|
@@ -10454,6 +10454,9 @@ msgstr "説明はありません"
|
|
|
10454
10454
|
msgid "No description available."
|
|
10455
10455
|
msgstr "説明はありません。"
|
|
10456
10456
|
|
|
10457
|
+
msgid "No description provided."
|
|
10458
|
+
msgstr ""
|
|
10459
|
+
|
|
10457
10460
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10458
10461
|
" granted access to some device groups first."
|
|
10459
10462
|
msgstr "デバイス所有者の権限のため、デバイス グループは使用できません。デバイス所有者には、\n"
|
|
@@ -10800,6 +10803,9 @@ msgstr "表示するクイック リンクがありません"
|
|
|
10800
10803
|
msgid "No quick links to display."
|
|
10801
10804
|
msgstr "表示するクイック リンクがありません。"
|
|
10802
10805
|
|
|
10806
|
+
msgid "No recent events found."
|
|
10807
|
+
msgstr ""
|
|
10808
|
+
|
|
10803
10809
|
msgid "No recent operations found"
|
|
10804
10810
|
msgstr "最近行った操作が見つかりません"
|
|
10805
10811
|
|
|
@@ -11695,7 +11701,7 @@ msgid "Panel"
|
|
|
11695
11701
|
msgstr "パネル"
|
|
11696
11702
|
|
|
11697
11703
|
msgid "Parameters"
|
|
11698
|
-
msgstr "
|
|
11704
|
+
msgstr "パラメーター"
|
|
11699
11705
|
|
|
11700
11706
|
msgid "Parameters used in the device will be displayed here"
|
|
11701
11707
|
msgstr ""
|
|
@@ -13154,8 +13160,11 @@ msgstr "取り消し"
|
|
|
13154
13160
|
msgid "Revoke TOTP secret"
|
|
13155
13161
|
msgstr "TOTP シークレットの取り消し"
|
|
13156
13162
|
|
|
13157
|
-
msgid "Revoke provisioned certificate"
|
|
13158
|
-
msgstr "
|
|
13163
|
+
msgid "Revoke provisioned certificate?"
|
|
13164
|
+
msgstr ""
|
|
13165
|
+
|
|
13166
|
+
msgid "Revoke provisioned certificates?"
|
|
13167
|
+
msgstr ""
|
|
13159
13168
|
|
|
13160
13169
|
msgid "Right"
|
|
13161
13170
|
msgstr "右"
|
|
@@ -13967,6 +13976,12 @@ msgstr "選択した番号、開始ビット、またはビット数が他のレ
|
|
|
13967
13976
|
msgid "Selected operation"
|
|
13968
13977
|
msgstr "選択した操作"
|
|
13969
13978
|
|
|
13979
|
+
msgid "Selected provisioned certificate was revoked."
|
|
13980
|
+
msgstr ""
|
|
13981
|
+
|
|
13982
|
+
msgid "Selected provisioned certificates were revoked."
|
|
13983
|
+
msgstr ""
|
|
13984
|
+
|
|
13970
13985
|
msgid "Selected software for various device types"
|
|
13971
13986
|
msgstr "さまざまなデバイス タイプに対して選択されたソフトウェア"
|
|
13972
13987
|
|
|
@@ -18232,6 +18247,9 @@ msgstr "このダッシュボードのウィジェットをリセットしよう
|
|
|
18232
18247
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18233
18248
|
msgstr "プロビジョニング証明書 {{ serialNumber }} を取り消そうとしています。続行しますか?"
|
|
18234
18249
|
|
|
18250
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18251
|
+
msgstr ""
|
|
18252
|
+
|
|
18235
18253
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18236
18254
|
msgstr "セキュリティに影響を与える可能性のあるグローバル ロールの変更を保存しようとしています。これらの変更をすぐに適用するには、このロールを持つすべてのユーザーのセッションを終了する必要があります。"
|
|
18237
18255
|
|
package/core/locales/ko.po
CHANGED
|
@@ -10464,6 +10464,9 @@ msgstr "제공된 설명 없음"
|
|
|
10464
10464
|
msgid "No description available."
|
|
10465
10465
|
msgstr "사용할 수 있는 설명이 없습니다."
|
|
10466
10466
|
|
|
10467
|
+
msgid "No description provided."
|
|
10468
|
+
msgstr "설명 정보가 없습니다."
|
|
10469
|
+
|
|
10467
10470
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10468
10471
|
" granted access to some device groups first."
|
|
10469
10472
|
msgstr "디바이스 소유자 권한으로 인해 사용 가능한 디바이스 그룹이 없습니다.\n"
|
|
@@ -10810,6 +10813,9 @@ msgstr "표시할 빠른 링크가 없습니다."
|
|
|
10810
10813
|
msgid "No quick links to display."
|
|
10811
10814
|
msgstr "표시할 빠른 링크가 없습니다."
|
|
10812
10815
|
|
|
10816
|
+
msgid "No recent events found."
|
|
10817
|
+
msgstr "최근 이벤트가 없습니다."
|
|
10818
|
+
|
|
10813
10819
|
msgid "No recent operations found"
|
|
10814
10820
|
msgstr "최근 작업 없음"
|
|
10815
10821
|
|
|
@@ -13164,8 +13170,11 @@ msgstr "철회"
|
|
|
13164
13170
|
msgid "Revoke TOTP secret"
|
|
13165
13171
|
msgstr "TOTP 암호 철회"
|
|
13166
13172
|
|
|
13167
|
-
msgid "Revoke provisioned certificate"
|
|
13168
|
-
msgstr "프로비저닝된
|
|
13173
|
+
msgid "Revoke provisioned certificate?"
|
|
13174
|
+
msgstr "프로비저닝된 인증서를 철회하시겠습니까?"
|
|
13175
|
+
|
|
13176
|
+
msgid "Revoke provisioned certificates?"
|
|
13177
|
+
msgstr "프로비저닝된 인증서 철회하기?"
|
|
13169
13178
|
|
|
13170
13179
|
msgid "Right"
|
|
13171
13180
|
msgstr "오른쪽"
|
|
@@ -13978,6 +13987,12 @@ msgstr "선택한 숫자, 스타트 비트 또는 비트 수가 다른 레지스
|
|
|
13978
13987
|
msgid "Selected operation"
|
|
13979
13988
|
msgstr "선택한 작업"
|
|
13980
13989
|
|
|
13990
|
+
msgid "Selected provisioned certificate was revoked."
|
|
13991
|
+
msgstr "선택한 프로비저닝된 인증서가 철회되었습니다."
|
|
13992
|
+
|
|
13993
|
+
msgid "Selected provisioned certificates were revoked."
|
|
13994
|
+
msgstr "선택한 프로비저닝된 인증서가 철회되었습니다."
|
|
13995
|
+
|
|
13981
13996
|
msgid "Selected software for various device types"
|
|
13982
13997
|
msgstr "여러 디바이스 유형에 대해 선택된 소프트웨어"
|
|
13983
13998
|
|
|
@@ -18248,6 +18263,9 @@ msgstr "이 대시보드의 위젯을 재설정하려 합니다. 대시보드
|
|
|
18248
18263
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18249
18264
|
msgstr "프로비저닝된 인증서를 해지하려고 합니다 {{ serialNumber }}. 계속 진행하시겠습니까?"
|
|
18250
18265
|
|
|
18266
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18267
|
+
msgstr "프로비저닝된 인증서를 철회하려고 합니다: {{ serialNumbers }}. 계속하시겠습니까?"
|
|
18268
|
+
|
|
18251
18269
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18252
18270
|
msgstr "보안에 영향을 줄 수 있는 변경 사항을 전역 역할에 저장하려고 합니다. 이러한 변경 사항을 즉시 적용하려면 이 역할이 있는 모든 사용자의 세션을 종료해야 합니다."
|
|
18253
18271
|
|
package/core/locales/nl.po
CHANGED
|
@@ -10482,6 +10482,9 @@ msgstr "Geen beschrijving beschikbaar"
|
|
|
10482
10482
|
msgid "No description available."
|
|
10483
10483
|
msgstr "Geen beschrijving beschikbaar."
|
|
10484
10484
|
|
|
10485
|
+
msgid "No description provided."
|
|
10486
|
+
msgstr "Geen beschrijving beschikbaar."
|
|
10487
|
+
|
|
10485
10488
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10486
10489
|
" granted access to some device groups first."
|
|
10487
10490
|
msgstr "Geen apparaatgroepen beschikbaar vanwege machtigingen van de apparaateigenaar. De \n"
|
|
@@ -10828,6 +10831,9 @@ msgstr "Geen snelle links om weer te geven"
|
|
|
10828
10831
|
msgid "No quick links to display."
|
|
10829
10832
|
msgstr "Geen snelle links om weer te geven."
|
|
10830
10833
|
|
|
10834
|
+
msgid "No recent events found."
|
|
10835
|
+
msgstr "Er zijn geen recente gebeurtenissen gevonden."
|
|
10836
|
+
|
|
10831
10837
|
msgid "No recent operations found"
|
|
10832
10838
|
msgstr "Geen recente bewerkingen gevonden"
|
|
10833
10839
|
|
|
@@ -13182,8 +13188,11 @@ msgstr "Intrekken"
|
|
|
13182
13188
|
msgid "Revoke TOTP secret"
|
|
13183
13189
|
msgstr "TOTP-geheim intrekken"
|
|
13184
13190
|
|
|
13185
|
-
msgid "Revoke provisioned certificate"
|
|
13186
|
-
msgstr "
|
|
13191
|
+
msgid "Revoke provisioned certificate?"
|
|
13192
|
+
msgstr "Het verstrekte certificaat intrekken?"
|
|
13193
|
+
|
|
13194
|
+
msgid "Revoke provisioned certificates?"
|
|
13195
|
+
msgstr "Geprofileerde certificaten intrekken?"
|
|
13187
13196
|
|
|
13188
13197
|
msgid "Right"
|
|
13189
13198
|
msgstr "Rechts"
|
|
@@ -13996,6 +14005,12 @@ msgstr "Geselecteerde getal, startbit of aantal bits overlapt met een ander regi
|
|
|
13996
14005
|
msgid "Selected operation"
|
|
13997
14006
|
msgstr "Geselecteerde bewerking"
|
|
13998
14007
|
|
|
14008
|
+
msgid "Selected provisioned certificate was revoked."
|
|
14009
|
+
msgstr "Het geselecteerde toegewezen certificaat is ingetrokken."
|
|
14010
|
+
|
|
14011
|
+
msgid "Selected provisioned certificates were revoked."
|
|
14012
|
+
msgstr "Geselecteerde geconfigureerde certificaten zijn ingetrokken."
|
|
14013
|
+
|
|
13999
14014
|
msgid "Selected software for various device types"
|
|
14000
14015
|
msgstr "Geselecteerde software voor verschillende apparaattypes"
|
|
14001
14016
|
|
|
@@ -18268,6 +18283,9 @@ msgstr "U staat op het punt de widgets van dit dashboard te resetten. Alle wijzi
|
|
|
18268
18283
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18269
18284
|
msgstr "U staat op het punt om het certificaat {{ serialNumber }}in te trekken. Wilt u doorgaan??"
|
|
18270
18285
|
|
|
18286
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18287
|
+
msgstr "U staat op het punt om de volgende certificaten in te trekken: {{ serialNumbers }}. Wilt u doorgaan??"
|
|
18288
|
+
|
|
18271
18289
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18272
18290
|
msgstr "U staat op het punt om wijzigingen in de globale rol op te slaan die de beveiliging kunnen beïnvloeden. Om deze wijzigingen onmiddellijk toe te passen, moet u de sessies van alle gebruikers met deze rol beëindigen."
|
|
18273
18291
|
|
package/core/locales/pl.po
CHANGED
|
@@ -10529,6 +10529,9 @@ msgstr "Brak opisu"
|
|
|
10529
10529
|
msgid "No description available."
|
|
10530
10530
|
msgstr "Brak dostępnego opisu."
|
|
10531
10531
|
|
|
10532
|
+
msgid "No description provided."
|
|
10533
|
+
msgstr "Brak opisu."
|
|
10534
|
+
|
|
10532
10535
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10533
10536
|
" granted access to some device groups first."
|
|
10534
10537
|
msgstr "Brak dostępnych grup urządzeń z powodu uprawnień właściciela urządzenia. Właścicielowi urządzenia należy\n"
|
|
@@ -10875,6 +10878,9 @@ msgstr "Brak szybkich linków do wyświetlenia"
|
|
|
10875
10878
|
msgid "No quick links to display."
|
|
10876
10879
|
msgstr "Brak szybkich linków do wyświetlenia."
|
|
10877
10880
|
|
|
10881
|
+
msgid "No recent events found."
|
|
10882
|
+
msgstr "Nie znaleziono żadnych ostatnich zdarzeń."
|
|
10883
|
+
|
|
10878
10884
|
msgid "No recent operations found"
|
|
10879
10885
|
msgstr "Nie znaleziono ostatnich operacji"
|
|
10880
10886
|
|
|
@@ -13229,8 +13235,11 @@ msgstr "Odbierz"
|
|
|
13229
13235
|
msgid "Revoke TOTP secret"
|
|
13230
13236
|
msgstr "Unieważnij klucz tajny TOTP"
|
|
13231
13237
|
|
|
13232
|
-
msgid "Revoke provisioned certificate"
|
|
13233
|
-
msgstr "
|
|
13238
|
+
msgid "Revoke provisioned certificate?"
|
|
13239
|
+
msgstr "Odebrać certyfikat?"
|
|
13240
|
+
|
|
13241
|
+
msgid "Revoke provisioned certificates?"
|
|
13242
|
+
msgstr "Odebrać certyfikaty?"
|
|
13234
13243
|
|
|
13235
13244
|
msgid "Right"
|
|
13236
13245
|
msgstr "Z prawej"
|
|
@@ -14043,6 +14052,12 @@ msgstr "Wybrany numer, bit początkowy lub liczba bitów nakładają się z inny
|
|
|
14043
14052
|
msgid "Selected operation"
|
|
14044
14053
|
msgstr "Wybrana operacja"
|
|
14045
14054
|
|
|
14055
|
+
msgid "Selected provisioned certificate was revoked."
|
|
14056
|
+
msgstr "Wybrany certyfikat został cofnięty."
|
|
14057
|
+
|
|
14058
|
+
msgid "Selected provisioned certificates were revoked."
|
|
14059
|
+
msgstr "Wybrane certyfikaty zostały cofnięte."
|
|
14060
|
+
|
|
14046
14061
|
msgid "Selected software for various device types"
|
|
14047
14062
|
msgstr "Wybrano oprogramowanie dla różnych typów urządzeń"
|
|
14048
14063
|
|
|
@@ -18318,6 +18333,9 @@ msgstr "Zamierzasz zresetować widżety tego pulpitu. Wszystkie zmiany widżetó
|
|
|
18318
18333
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18319
18334
|
msgstr "Zamierzasz odwołać udostępniony certyfikat {{ serialNumber }}. Czy chcesz kontynuować?"
|
|
18320
18335
|
|
|
18336
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18337
|
+
msgstr "Zamierzasz odebrać certyfikaty: {{ serialNumbers }}. Czy chcesz kontynuować?"
|
|
18338
|
+
|
|
18321
18339
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18322
18340
|
msgstr "Zamierzasz zapisać zmiany w roli globalnej, które mogą mieć wpływ na bezpieczeństwo. Aby natychmiast zastosować te zmiany, należy zakończyć sesje wszystkich użytkowników z przypisaną tą rolą."
|
|
18323
18341
|
|
package/core/locales/pt_BR.po
CHANGED
|
@@ -10483,6 +10483,9 @@ msgstr "Nenhuma descrição disponível"
|
|
|
10483
10483
|
msgid "No description available."
|
|
10484
10484
|
msgstr "Não há descrição disponível."
|
|
10485
10485
|
|
|
10486
|
+
msgid "No description provided."
|
|
10487
|
+
msgstr "Nenhuma descrição fornecida."
|
|
10488
|
+
|
|
10486
10489
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10487
10490
|
" granted access to some device groups first."
|
|
10488
10491
|
msgstr "Nenhum grupo de dispositivos disponível devido às permissões do proprietário do dispositivo. Em primeiro lugar, o proprietário do dispositivo deve\n"
|
|
@@ -10829,6 +10832,9 @@ msgstr "Não há links rápidos para exibir"
|
|
|
10829
10832
|
msgid "No quick links to display."
|
|
10830
10833
|
msgstr "Não há links rápidos para exibir."
|
|
10831
10834
|
|
|
10835
|
+
msgid "No recent events found."
|
|
10836
|
+
msgstr "Nenhum evento recente encontrado."
|
|
10837
|
+
|
|
10832
10838
|
msgid "No recent operations found"
|
|
10833
10839
|
msgstr "Nenhuma operação recente encontrada"
|
|
10834
10840
|
|
|
@@ -13183,8 +13189,11 @@ msgstr "Revogar"
|
|
|
13183
13189
|
msgid "Revoke TOTP secret"
|
|
13184
13190
|
msgstr "Revogar TOTP secreto"
|
|
13185
13191
|
|
|
13186
|
-
msgid "Revoke provisioned certificate"
|
|
13187
|
-
msgstr "
|
|
13192
|
+
msgid "Revoke provisioned certificate?"
|
|
13193
|
+
msgstr "Revogar certificado provisionado?"
|
|
13194
|
+
|
|
13195
|
+
msgid "Revoke provisioned certificates?"
|
|
13196
|
+
msgstr "Revogar certificados provisionados?"
|
|
13188
13197
|
|
|
13189
13198
|
msgid "Right"
|
|
13190
13199
|
msgstr "Direita"
|
|
@@ -13997,6 +14006,12 @@ msgstr "O número escolhido, bit inicial ou número de bits em conflito com outr
|
|
|
13997
14006
|
msgid "Selected operation"
|
|
13998
14007
|
msgstr "Operação selecionada"
|
|
13999
14008
|
|
|
14009
|
+
msgid "Selected provisioned certificate was revoked."
|
|
14010
|
+
msgstr "O certificado provisionado selecionado foi revogado."
|
|
14011
|
+
|
|
14012
|
+
msgid "Selected provisioned certificates were revoked."
|
|
14013
|
+
msgstr "Os certificados provisionados selecionados foram revogados."
|
|
14014
|
+
|
|
14000
14015
|
msgid "Selected software for various device types"
|
|
14001
14016
|
msgstr "Software selecionado para vários tipos de dispositivo"
|
|
14002
14017
|
|
|
@@ -18269,6 +18284,9 @@ msgstr "Você está prestes a redefinir os widgets deste painel. Todas as altera
|
|
|
18269
18284
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18270
18285
|
msgstr "Você está prestes a revogar o certificado provisionado {{ serialNumber }}. Deseja prosseguir?"
|
|
18271
18286
|
|
|
18287
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18288
|
+
msgstr "Você está prestes a revogar certificados provisionados: {{ serialNumbers }}. Deseja continuar?"
|
|
18289
|
+
|
|
18272
18290
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18273
18291
|
msgstr "Você está prestes a salvar as alterações no papel global que podem afetar a segurança. Para aplicar essas alterações imediatamente, será preciso encerrar as sessões de todos os usuários com esse papel."
|
|
18274
18292
|
|
package/core/locales/zh_CN.po
CHANGED
|
@@ -10465,6 +10465,9 @@ msgstr "没有描述"
|
|
|
10465
10465
|
msgid "No description available."
|
|
10466
10466
|
msgstr "没有可用的描述。"
|
|
10467
10467
|
|
|
10468
|
+
msgid "No description provided."
|
|
10469
|
+
msgstr "未提供描述。"
|
|
10470
|
+
|
|
10468
10471
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10469
10472
|
" granted access to some device groups first."
|
|
10470
10473
|
msgstr "由于设备所有者权限,无设备组可用。必须先授予设备所有者\n"
|
|
@@ -10811,6 +10814,9 @@ msgstr "无显示的快速链接"
|
|
|
10811
10814
|
msgid "No quick links to display."
|
|
10812
10815
|
msgstr "没有可显示的快速链接。"
|
|
10813
10816
|
|
|
10817
|
+
msgid "No recent events found."
|
|
10818
|
+
msgstr "未找到最近的事件。"
|
|
10819
|
+
|
|
10814
10820
|
msgid "No recent operations found"
|
|
10815
10821
|
msgstr "未找到最近操作"
|
|
10816
10822
|
|
|
@@ -13165,8 +13171,11 @@ msgstr "撤消"
|
|
|
13165
13171
|
msgid "Revoke TOTP secret"
|
|
13166
13172
|
msgstr "撤消 TOTP 密码"
|
|
13167
13173
|
|
|
13168
|
-
msgid "Revoke provisioned certificate"
|
|
13169
|
-
msgstr "
|
|
13174
|
+
msgid "Revoke provisioned certificate?"
|
|
13175
|
+
msgstr "撤消已配置的证书?"
|
|
13176
|
+
|
|
13177
|
+
msgid "Revoke provisioned certificates?"
|
|
13178
|
+
msgstr "撤消已配置的证书?"
|
|
13170
13179
|
|
|
13171
13180
|
msgid "Right"
|
|
13172
13181
|
msgstr "右"
|
|
@@ -13979,6 +13988,12 @@ msgstr "所选数字、起始位或位数与另一个寄存器重叠。"
|
|
|
13979
13988
|
msgid "Selected operation"
|
|
13980
13989
|
msgstr "选定操作"
|
|
13981
13990
|
|
|
13991
|
+
msgid "Selected provisioned certificate was revoked."
|
|
13992
|
+
msgstr "所选的已配置证书已被撤消。"
|
|
13993
|
+
|
|
13994
|
+
msgid "Selected provisioned certificates were revoked."
|
|
13995
|
+
msgstr "已撤消所选的已配置证书。"
|
|
13996
|
+
|
|
13982
13997
|
msgid "Selected software for various device types"
|
|
13983
13998
|
msgstr "选择各种设备类型的软件"
|
|
13984
13999
|
|
|
@@ -16170,7 +16185,7 @@ msgstr "已在平台级别强制实施此设置。"
|
|
|
16170
16185
|
|
|
16171
16186
|
msgid "The successfully enrolled devices can now request signed certificates and use them to\n"
|
|
16172
16187
|
" connect and authenticate to the platform via certificate-based authentication."
|
|
16173
|
-
msgstr ""
|
|
16188
|
+
msgstr "成功注册的设备现在可以请求签名证书,并使用它们通过基于证书的身份验证连接到平台并进行身份验证。\n"
|
|
16174
16189
|
|
|
16175
16190
|
msgid "The target URL did not accept the connection yet."
|
|
16176
16191
|
msgstr "目标 URL 尚未接受连接。"
|
|
@@ -18248,6 +18263,9 @@ msgstr "您即将重置此仪表板的小组件。对仪表板小组件的所有
|
|
|
18248
18263
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18249
18264
|
msgstr "您即将撤销已配置证书 {{ serialNumber }}。您要继续吗?"
|
|
18250
18265
|
|
|
18266
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18267
|
+
msgstr "您即将撤消已配置的证书: {{ serialNumbers }}。是否要继续?"
|
|
18268
|
+
|
|
18251
18269
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18252
18270
|
msgstr "您即将保存可能会影响安全性的全局角色更改。要立即应用这些更改,您需要终止所有具有此角色的用户的会话。"
|
|
18253
18271
|
|
package/core/locales/zh_TW.po
CHANGED
|
@@ -10465,6 +10465,9 @@ msgstr "没有描述"
|
|
|
10465
10465
|
msgid "No description available."
|
|
10466
10466
|
msgstr "没有可用的描述。"
|
|
10467
10467
|
|
|
10468
|
+
msgid "No description provided."
|
|
10469
|
+
msgstr "未提供描述。"
|
|
10470
|
+
|
|
10468
10471
|
msgid "No device groups available due to the device owner permissions. The device owner must be\n"
|
|
10469
10472
|
" granted access to some device groups first."
|
|
10470
10473
|
msgstr "由于设备所有者权限,无设备组可用。必须先授予设备所有者\n"
|
|
@@ -10811,6 +10814,9 @@ msgstr "无显示的快速链接"
|
|
|
10811
10814
|
msgid "No quick links to display."
|
|
10812
10815
|
msgstr "没有快速链接可显示。"
|
|
10813
10816
|
|
|
10817
|
+
msgid "No recent events found."
|
|
10818
|
+
msgstr "未找到最近的事件。"
|
|
10819
|
+
|
|
10814
10820
|
msgid "No recent operations found"
|
|
10815
10821
|
msgstr "未找到最近操作"
|
|
10816
10822
|
|
|
@@ -13165,8 +13171,11 @@ msgstr "撤消"
|
|
|
13165
13171
|
msgid "Revoke TOTP secret"
|
|
13166
13172
|
msgstr "撤消 TOTP 密码"
|
|
13167
13173
|
|
|
13168
|
-
msgid "Revoke provisioned certificate"
|
|
13169
|
-
msgstr "
|
|
13174
|
+
msgid "Revoke provisioned certificate?"
|
|
13175
|
+
msgstr "撤消已配置的憑證?"
|
|
13176
|
+
|
|
13177
|
+
msgid "Revoke provisioned certificates?"
|
|
13178
|
+
msgstr "撤消已配置的憑證?"
|
|
13170
13179
|
|
|
13171
13180
|
msgid "Right"
|
|
13172
13181
|
msgstr "右"
|
|
@@ -13979,6 +13988,12 @@ msgstr "所选数字、起始位或位数与另一个寄存器重叠。"
|
|
|
13979
13988
|
msgid "Selected operation"
|
|
13980
13989
|
msgstr "选定操作"
|
|
13981
13990
|
|
|
13991
|
+
msgid "Selected provisioned certificate was revoked."
|
|
13992
|
+
msgstr "選擇的已提供憑證已撤消。"
|
|
13993
|
+
|
|
13994
|
+
msgid "Selected provisioned certificates were revoked."
|
|
13995
|
+
msgstr "選擇的已提供憑證已撤消。"
|
|
13996
|
+
|
|
13982
13997
|
msgid "Selected software for various device types"
|
|
13983
13998
|
msgstr "选择各种设备类型的软件"
|
|
13984
13999
|
|
|
@@ -18248,6 +18263,9 @@ msgstr "您即將重置此儀錶板的小組件。對儀錶板小組件的所有
|
|
|
18248
18263
|
msgid "You are about to revoke provisioned certificate {{ serialNumber }}. Do you want to proceed?"
|
|
18249
18264
|
msgstr "您即將撤銷已配置的憑證 {{ serialNumber }}。您要繼續嗎?"
|
|
18250
18265
|
|
|
18266
|
+
msgid "You are about to revoke provisioned certificates: {{ serialNumbers }}. Do you want to proceed?"
|
|
18267
|
+
msgstr "您即将撤消已供应的证书: {{ serialNumbers }}。是否要继续?"
|
|
18268
|
+
|
|
18251
18269
|
msgid "You are about to save changes in the global role which might affect security. To apply these changes immediately, you'll need to terminate the sessions of all users with this role."
|
|
18252
18270
|
msgstr "您即將儲存可能會影響安全性的全域角色更改。要立即應用這些更改,您需要終止所有具有此角色的用戶的會話。"
|
|
18253
18271
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,r){var t;if(e)return"string"==typeof e?_arrayLikeToArray(e,r):"Map"===(t="Object"===(t={}.toString.call(e).slice(8,-1))&&e.constructor?e.constructor.name:t)||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=Array(r);t<r;t++)n[t]=e[t];return n}function _iterableToArrayLimit(e,r){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,a,i,l,o=[],u=!0,c=!1;try{if(i=(t=t.call(e)).next,0===r){if(Object(t)!==t)return;u=!1}else for(;!(u=(n=i.call(t)).done)&&(o.push(n.value),o.length!==r);u=!0);}catch(e){c=!0,a=e}finally{try{if(!u&&null!=t.return&&(l=t.return(),Object(l)!==l))return}finally{if(c)throw a}}return o}}function _arrayWithHoles(e){if(Array.isArray(e))return e}(()=>{function e(e,r,
|
|
1
|
+
function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,r){var t;if(e)return"string"==typeof e?_arrayLikeToArray(e,r):"Map"===(t="Object"===(t={}.toString.call(e).slice(8,-1))&&e.constructor?e.constructor.name:t)||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=Array(r);t<r;t++)n[t]=e[t];return n}function _iterableToArrayLimit(e,r){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,a,i,l,o=[],u=!0,c=!1;try{if(i=(t=t.call(e)).next,0===r){if(Object(t)!==t)return;u=!1}else for(;!(u=(n=i.call(t)).done)&&(o.push(n.value),o.length!==r);u=!0);}catch(e){c=!0,a=e}finally{try{if(!u&&null!=t.return&&(l=t.return(),Object(l)!==l))return}finally{if(c)throw a}}return o}}function _arrayWithHoles(e){if(Array.isArray(e))return e}(()=>{function e(e,t,r,n,a,i,l,o){var u=a.url("service/smartrule/smartrules/configurations"),c=e("smartRuleTemplates"),s="list";return 0<_.get(window,"c8y.collections.smartrules",[]).length&&r.warn("In-memory definitions of smart rules are not supported right now."),{list:f,getTemplateForRule:function(r){return f().then(function(e){return _.find(e,{name:r.ruleTemplateName})})},getTemplateByName:function(r){return f().then(function(e){return _.find(e,{name:r})}).then(y)},mustBeAvailable:function(e){return h(e).then(function(e){return e?n.when():n.reject()})},isAvailable:h};function f(){var e={url:u,silentError:0<arguments.length&&void 0!==arguments[0]&&arguments[0]};if(!(1<arguments.length&&void 0!==arguments[1])||arguments[1]){var r=c.get(s);if(r)return n.when(r)}return t(e).then(a.getResData).then(function(e){return _.filter(e,function(e){return!_.includes(l.smartRules.exclude,e.name)})}).then(m).then(function(e){return c.put(s,e),e})}function m(e){var r=[];return e.forEach(function(e){r.push(y(e))}),n.all(r)}function y(r){return h(r.name).then(function(e){return r._active=e,n.when(r)})}function h(e){switch(e){case"sendDashboardsViaEmail":return n.all({systemOption:i.getSystemOptionValue({category:"reportMailer",key:"available"},!1),featureActive:o.isAvailable({name:"feature-dashboard-mailer"})}).then(_.every);case"onAlarmSendSms":return n.all([o.isAvailable({contextPath:"messaging"}),i.detailValue({category:"messaging",key:"provider"})]).then(function(e){var e=_slicedToArray(e,2),r=e[0];return Boolean(r&&e[1])});case"onAlarmEscalateAlarm":return h("onAlarmSendSms");default:return n.when(!0)}}}e.$inject=["$cacheFactory","$http","$log","$q","c8yBase","c8ySettings","c8yConfig","c8yApplication"],angular.module("c8y.smartRules").factory("smartRuleTemplatesSvc",e)})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{function e(e,n){var o=this,t=[],i=[];function r(){t=_.clone((o.assignedRoles||{}).roles)||[]}function l(e){return _(e).sortBy(y).map(y).value().join(", ")}function s(e){return _.some(t,{id:e.id})||d(e)}function d(e){return _.some(i,{id:e.id})}function c(){return e("filter")(o.inventoryRoles,o.roleTextFilter)}function u(){var e=c().filter(g);return _.every(e,s)}function a(){return t.filter(g)}function g(e){return!o.ownerAllowedRoles||_.some(o.ownerAllowedRoles,{id:e.id})}function f(){var e=_.sortBy(_.map((o.assignedRoles||{}).roles,"id")),n=_.sortBy(_.map(t,"id"));o.isUnchanged=_.isEqual(e,n)}function y(e){return n.getString(e.name)}_.assign(o,{displayTextAssigned:function(){return l((o.assignedRoles||{}).roles)},displayTextInherited:function(){return l(i)},$onChanges:function(e){e.assignedRoles&&r();e.inheritedRoles&&(i=o.inheritedRoles)},toggle:function(e){s(e)?_.remove(t,{id:e.id}):(t.push(e),t=_.uniqBy(t,"id"));f()},toggleSelectAll:function(){u()?t.length=0:t=_.reject(c(),d);f()},allSelected:u,isSelected:s,isInherited:d,filteredAssignedRoles:a,apply:function(){var e=a();o.onApply({roles:e}),o.isDropDownOpen=!1},onToggleDropdown:function(e){e||(r(),o.isUnchanged=!0)},isAllowedByOwner:g,isUnchanged:!0,getFormattedInventoryRoleDescription:_.memoize(function(e){return n.getString(e.trim())}),translateName:y})}e.$inject=["$filter","gettextCatalog"],angular.module("c8y.userRoles").component("c8yInventoryRoleSelector",{bindings:{assignedRoles:"<",inheritedRoles:"<",inventoryRoles:"<",ownerAllowedRoles:"<",onApply:"&"},templateUrl:":::PLUGIN_PATH:::/inventoryRoleSelector/inventoryRoleSelector.html",controller:e,controllerAs:"vm"})})();
|
|
1
|
+
(()=>{function e(e,n){var o=this,t=[],i=[];function r(){t=_.clone((o.assignedRoles||{}).roles)||[]}function l(e){return _(e).sortBy(y).map(y).value().join(", ")}function s(e){return _.some(t,{id:e.id})||d(e)}function d(e){return _.some(i,{id:e.id})}function c(){return e("filter")(o.inventoryRoles,o.roleTextFilter)}function u(){var e=c().filter(g);return _.every(e,s)}function a(){return t.filter(g)}function g(e){return!o.ownerAllowedRoles||_.some(o.ownerAllowedRoles,{id:e.id})}function f(){var e=_.sortBy(_.map((o.assignedRoles||{}).roles,"id")),n=_.sortBy(_.map(t,"id"));o.isUnchanged=_.isEqual(e,n)}function y(e){return n.getString(e.name)}_.assign(o,{displayTextAssigned:function(){return l((o.assignedRoles||{}).roles)},displayTextInherited:function(){return l(i)},$onChanges:function(e){e.assignedRoles&&r();e.inheritedRoles&&(i=o.inheritedRoles)},toggle:function(e){s(e)?_.remove(t,{id:e.id}):(t.push(e),t=_.uniqBy(t,"id"));f()},toggleSelectAll:function(){u()?t.length=0:t=_.reject(c(),d);f()},allSelected:u,isSelected:s,isInherited:d,filteredAssignedRoles:a,apply:function(){var e=a();o.onApply({roles:e}),o.isDropDownOpen=!1},onToggleDropdown:function(e){e||(r(),o.isUnchanged=!0)},isAllowedByOwner:g,isUnchanged:!0,getFormattedInventoryRoleDescription:_.memoize(function(e){return n.getString(e.trim())}),translateName:y})}e.$inject=["$filter","gettextCatalog"],angular.module("c8y.userRoles").component("c8yInventoryRoleSelector",{bindings:{assignedRoles:"<",inheritedRoles:"<",inventoryRoles:"<",ownerAllowedRoles:"<",disableEditForExternalUsers:"<",onApply:"&"},templateUrl:":::PLUGIN_PATH:::/inventoryRoleSelector/inventoryRoleSelector.html",controller:e,controllerAs:"vm"})})();
|
|
@@ -146,6 +146,7 @@
|
|
|
146
146
|
[assigned-roles]="vm.assignedRoles"
|
|
147
147
|
[page-size]="vm.pageSize"
|
|
148
148
|
[pagination-offset]="(vm.currentPage - 1) * vm.pageSize"
|
|
149
|
+
[disable-edit-for-external-users]="vm.disableEditForExternalUsers"
|
|
149
150
|
(on-change-roles)="vm.onChangeRoles($event)"
|
|
150
151
|
(on-change-item-count)="vm.totalItemsCount = $event"
|
|
151
152
|
></c8y-roles-asset-tree-downgraded>
|