@c8y/ngx-components 1021.31.3 → 1021.34.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.
- package/alarms/alarms-date-filter.component.d.ts +1 -0
- package/alarms/alarms-date-filter.component.d.ts.map +1 -1
- package/core/common/ui-state.service.d.ts +0 -1
- package/core/common/ui-state.service.d.ts.map +1 -1
- package/core/dynamic-component/dynamic-component.component.d.ts +5 -0
- package/core/dynamic-component/dynamic-component.component.d.ts.map +1 -1
- package/core/plugins/plugins.service.d.ts +3 -0
- package/core/plugins/plugins.service.d.ts.map +1 -1
- package/core/router/router-tabs.resolver.d.ts +2 -2
- package/core/router/router-tabs.resolver.d.ts.map +1 -1
- package/esm2022/alarms/alarms-date-filter.component.mjs +5 -3
- package/esm2022/alarms/alarms-type-filter.component.mjs +3 -3
- package/esm2022/core/common/ui-state.service.mjs +1 -19
- package/esm2022/core/dynamic-component/dynamic-component.component.mjs +23 -3
- package/esm2022/core/plugins/plugins.service.mjs +7 -1
- package/esm2022/core/router/router-tabs.resolver.mjs +22 -8
- package/esm2022/ecosystem/application-plugins/application-plugins.component.mjs +2 -2
- package/esm2022/protocol-lwm2m/ng1/plugin-checker.service.mjs +5 -1
- package/esm2022/services/services-device-tab/service-command.service.mjs +113 -0
- package/esm2022/services/services-device-tab/service-device-tab.model.mjs +1 -1
- package/esm2022/services/services-device-tab/services-device-tab.component.mjs +13 -7
- package/esm2022/widgets/definitions/asset-notes/c8y-ngx-components-widgets-definitions-asset-notes.mjs +5 -0
- package/esm2022/widgets/definitions/asset-notes/index.mjs +29 -0
- package/esm2022/widgets/definitions/index.mjs +2 -1
- package/esm2022/widgets/implementations/asset-notes/asset-notes-widget.component.mjs +67 -0
- package/esm2022/widgets/implementations/asset-notes/c8y-ngx-components-widgets-implementations-asset-notes.mjs +5 -0
- package/esm2022/widgets/implementations/asset-notes/index.mjs +2 -0
- package/fesm2022/c8y-ngx-components-alarms.mjs +5 -4
- package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs +4 -0
- package/fesm2022/c8y-ngx-components-protocol-lwm2m.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-services.mjs +116 -5
- package/fesm2022/c8y-ngx-components-services.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-definitions-asset-notes.mjs +36 -0
- package/fesm2022/c8y-ngx-components-widgets-definitions-asset-notes.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components-widgets-definitions.mjs +1 -0
- package/fesm2022/c8y-ngx-components-widgets-definitions.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-asset-notes.mjs +74 -0
- package/fesm2022/c8y-ngx-components-widgets-implementations-asset-notes.mjs.map +1 -0
- package/fesm2022/c8y-ngx-components.mjs +49 -26
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +20 -11
- package/locales/es.po +18 -9
- package/locales/fr.po +18 -9
- package/locales/ja_JP.po +18 -9
- package/locales/ko.po +18 -9
- package/locales/locales.pot +19 -7
- package/locales/nl.po +18 -9
- package/locales/pl.po +21 -12
- package/locales/pt_BR.po +18 -9
- package/locales/zh_CN.po +18 -9
- package/locales/zh_TW.po +18 -9
- package/package.json +1 -1
- package/protocol-lwm2m/ng1/plugin-checker.service.d.ts +4 -0
- package/protocol-lwm2m/ng1/plugin-checker.service.d.ts.map +1 -1
- package/services/services-device-tab/service-command.service.d.ts +59 -0
- package/services/services-device-tab/service-command.service.d.ts.map +1 -0
- package/services/services-device-tab/service-device-tab.model.d.ts +9 -0
- package/services/services-device-tab/service-device-tab.model.d.ts.map +1 -1
- package/services/services-device-tab/services-device-tab.component.d.ts +5 -2
- package/services/services-device-tab/services-device-tab.component.d.ts.map +1 -1
- package/widgets/definitions/asset-notes/c8y-ngx-components-widgets-definitions-asset-notes.d.ts.map +1 -0
- package/widgets/definitions/asset-notes/index.d.ts +16 -0
- package/widgets/definitions/asset-notes/index.d.ts.map +1 -0
- package/widgets/definitions/index.d.ts +1 -0
- package/widgets/definitions/index.d.ts.map +1 -1
- package/widgets/implementations/asset-notes/asset-notes-widget.component.d.ts +33 -0
- package/widgets/implementations/asset-notes/asset-notes-widget.component.d.ts.map +1 -0
- package/widgets/implementations/asset-notes/c8y-ngx-components-widgets-implementations-asset-notes.d.ts.map +1 -0
- package/widgets/implementations/asset-notes/index.d.ts +2 -0
- package/widgets/implementations/asset-notes/index.d.ts.map +1 -0
package/locales/de.po
CHANGED
|
@@ -3,7 +3,7 @@ msgstr ""
|
|
|
3
3
|
"Project-Id-Version: c8y-cumulocity-ui\n"
|
|
4
4
|
"Report-Msgid-Bugs-To: \n"
|
|
5
5
|
"POT-Creation-Date: \n"
|
|
6
|
-
"PO-Revision-Date: 2025-01-
|
|
6
|
+
"PO-Revision-Date: 2025-01-22 18:11\n"
|
|
7
7
|
"Last-Translator: \n"
|
|
8
8
|
"Language: de\n"
|
|
9
9
|
"Language-Team: German\n"
|
|
@@ -1355,7 +1355,7 @@ msgid "After clicking \"Download\":<br>\n"
|
|
|
1355
1355
|
" </ul>\n"
|
|
1356
1356
|
" <p>The total number of data points that can be exported is: <strong>{{$totalExportableDatapointsCount}} out of {{$totalDatapointsSelectedForExportCount}}</strong>.\n"
|
|
1357
1357
|
" <p><strong>Note:</strong> The file name convention of files within zip file is: <code>[source]_[fragment_series].[csv/xls]</code></p>"
|
|
1358
|
-
msgstr "Nachdem Sie auf \"Herunterladen\"geklickt haben, werden folgende Aktionen ausgeführt:<br>\n"
|
|
1358
|
+
msgstr "Nachdem Sie auf \"Herunterladen\" geklickt haben, werden folgende Aktionen ausgeführt:<br>\n"
|
|
1359
1359
|
" <ul>\n"
|
|
1360
1360
|
" <li><strong>{{$browserDownloadableCount}}</strong> Datenpunkt(e)-Exporte werden direkt in einer Datei heruntergeladen: <em>exported_[csv/excel].zip</em></li>\n"
|
|
1361
1361
|
" <li><strong>{{$emailDeliverableCount}}</strong> Datenpunkt(e)-Exporte müssen weiter verarbeitet werden. Die Dateien werden Ihnen nach Abschluss der Verarbeitung in einer separaten E-Mails gesendet. Dies kann einige Zeit in Anspruch nehmen.</li>\n"
|
|
@@ -4395,6 +4395,9 @@ msgstr "Benutzerdefiniertes CSS"
|
|
|
4395
4395
|
msgid "Custom action"
|
|
4396
4396
|
msgstr "Benutzerdefiniertes Kommando"
|
|
4397
4397
|
|
|
4398
|
+
msgid "Custom alarm type"
|
|
4399
|
+
msgstr "Benutzerdefinierter Alarmtyp"
|
|
4400
|
+
|
|
4398
4401
|
msgid "Custom applications"
|
|
4399
4402
|
msgstr "Benutzerdefinierte Anwendungen"
|
|
4400
4403
|
|
|
@@ -4438,7 +4441,7 @@ msgid "Customer"
|
|
|
4438
4441
|
msgstr "Kunde"
|
|
4439
4442
|
|
|
4440
4443
|
msgid "Cycle data connection status"
|
|
4441
|
-
msgstr "
|
|
4444
|
+
msgstr "Status des Datenverbindungszyklus"
|
|
4442
4445
|
|
|
4443
4446
|
msgid "Cycle detected for route {{route}}."
|
|
4444
4447
|
msgstr "Kreislauf in Route {{route}} festgestellt."
|
|
@@ -8144,9 +8147,6 @@ msgstr "Wenn kein Produktzertifikatsschlüssel angegeben wird, wird das Gerät a
|
|
|
8144
8147
|
msgid "If not specified, LWM2M Agent generates the URL"
|
|
8145
8148
|
msgstr "Falls nicht anders festgelegt wird die URL durch den LWM2M-Agenten generiert"
|
|
8146
8149
|
|
|
8147
|
-
msgid "If selected, it ignores empty values on all resources below."
|
|
8148
|
-
msgstr "Wenn diese Option ausgewählt ist, werden leere Werte bei allen nachfolgenden Ressourcen ignoriert."
|
|
8149
|
-
|
|
8150
8150
|
msgid "If selected, it will process the result of the request using response templates."
|
|
8151
8151
|
msgstr "Wenn diese Option ausgewählt ist, wird das Ergebnis der Anfrage mithilfe von Antwort-Templates verarbeitet."
|
|
8152
8152
|
|
|
@@ -11450,6 +11450,9 @@ msgstr "Das Passwort muss die unten aufgeführten Anforderungen erfüllen:"
|
|
|
11450
11450
|
msgid "Password only"
|
|
11451
11451
|
msgstr "Nur Passwort"
|
|
11452
11452
|
|
|
11453
|
+
msgid "Password options"
|
|
11454
|
+
msgstr "Optionen für das Passwort"
|
|
11455
|
+
|
|
11453
11456
|
msgid "Password reset"
|
|
11454
11457
|
msgstr "Zurücksetzen des Passworts"
|
|
11455
11458
|
|
|
@@ -12684,9 +12687,6 @@ msgstr "Widgets zurücksetzen"
|
|
|
12684
12687
|
msgid "Reset`dashboard`"
|
|
12685
12688
|
msgstr "Zurücksetzen"
|
|
12686
12689
|
|
|
12687
|
-
msgid "Resource update complete."
|
|
12688
|
-
msgstr "Aktualisierung der Ressourcen abgeschlossen."
|
|
12689
|
-
|
|
12690
12690
|
msgid "Resources"
|
|
12691
12691
|
msgstr "Ressourcen"
|
|
12692
12692
|
|
|
@@ -14166,6 +14166,12 @@ msgstr "Operation auf ERFOLGREICH setzen"
|
|
|
14166
14166
|
msgid "Set password"
|
|
14167
14167
|
msgstr "Passwort festlegen"
|
|
14168
14168
|
|
|
14169
|
+
msgid "Set password for the user (no change required)"
|
|
14170
|
+
msgstr "Passwort für den Benutzer festlegen (keine Änderung erforderlich)"
|
|
14171
|
+
|
|
14172
|
+
msgid "Set password that must be changed on the first login"
|
|
14173
|
+
msgstr "Passwort festlegen, das bei der ersten Anmeldung geändert werden muss"
|
|
14174
|
+
|
|
14169
14175
|
msgid "Set pullup voltage (in volts)"
|
|
14170
14176
|
msgstr "Pull-up setzen (in Volt)"
|
|
14171
14177
|
|
|
@@ -16955,8 +16961,8 @@ msgstr "Zurücksetzen des Passworts"
|
|
|
16955
16961
|
msgid "User menu"
|
|
16956
16962
|
msgstr "Benutzermenü"
|
|
16957
16963
|
|
|
16958
|
-
msgid "User must
|
|
16959
|
-
msgstr "Benutzer muss
|
|
16964
|
+
msgid "User must change password on the next login"
|
|
16965
|
+
msgstr "Benutzer muss Passwort beim nächsten Anmelden ändern"
|
|
16960
16966
|
|
|
16961
16967
|
msgid "User password update"
|
|
16962
16968
|
msgstr "Benutzerpasswort aktualisieren"
|
|
@@ -19103,6 +19109,9 @@ msgstr "{{ intervalInSeconds }} s"
|
|
|
19103
19109
|
msgid "{{ label }} properties"
|
|
19104
19110
|
msgstr "{{ label }}-Attribute"
|
|
19105
19111
|
|
|
19112
|
+
msgid "{{ lastUpdated }} by {{ user }}"
|
|
19113
|
+
msgstr "{{ lastUpdated }} von {{ user }}"
|
|
19114
|
+
|
|
19106
19115
|
msgid "{{ name }} (v. {{ version }}) is already installed on this device"
|
|
19107
19116
|
msgstr "{{ name }} (v. {{ version }}) ist bereits auf Ihrem Gerät installiert"
|
|
19108
19117
|
|
package/locales/es.po
CHANGED
|
@@ -3,7 +3,7 @@ msgstr ""
|
|
|
3
3
|
"Project-Id-Version: c8y-cumulocity-ui\n"
|
|
4
4
|
"Report-Msgid-Bugs-To: \n"
|
|
5
5
|
"POT-Creation-Date: \n"
|
|
6
|
-
"PO-Revision-Date: 2025-01-
|
|
6
|
+
"PO-Revision-Date: 2025-01-22 12:16\n"
|
|
7
7
|
"Last-Translator: \n"
|
|
8
8
|
"Language: es\n"
|
|
9
9
|
"Language-Team: Spanish\n"
|
|
@@ -4401,6 +4401,9 @@ msgstr "CSS personalizado"
|
|
|
4401
4401
|
msgid "Custom action"
|
|
4402
4402
|
msgstr "Acción personalizada"
|
|
4403
4403
|
|
|
4404
|
+
msgid "Custom alarm type"
|
|
4405
|
+
msgstr "Tipo de Alarma Personalizada"
|
|
4406
|
+
|
|
4404
4407
|
msgid "Custom applications"
|
|
4405
4408
|
msgstr "Aplicaciones personalizadas"
|
|
4406
4409
|
|
|
@@ -8162,9 +8165,6 @@ msgstr "Si no se ha indicado ninguna clave de certificado, se considera que el d
|
|
|
8162
8165
|
msgid "If not specified, LWM2M Agent generates the URL"
|
|
8163
8166
|
msgstr "Si no se especifica de otro modo, el agente LWM2M genera la dirección URL"
|
|
8164
8167
|
|
|
8165
|
-
msgid "If selected, it ignores empty values on all resources below."
|
|
8166
|
-
msgstr "Si se selecciona, los valores vacíos se ignorarán en todos los recursos a continuación."
|
|
8167
|
-
|
|
8168
8168
|
msgid "If selected, it will process the result of the request using response templates."
|
|
8169
8169
|
msgstr "Si se ha seleccionado, procesará el resultado de la solicitud utilizando las plantillas de respuesta."
|
|
8170
8170
|
|
|
@@ -11470,6 +11470,9 @@ msgstr "La contraseña debe cumplir los requisitos siguientes:"
|
|
|
11470
11470
|
msgid "Password only"
|
|
11471
11471
|
msgstr "Sólo contraseña"
|
|
11472
11472
|
|
|
11473
|
+
msgid "Password options"
|
|
11474
|
+
msgstr "Opciones de contraseña"
|
|
11475
|
+
|
|
11473
11476
|
msgid "Password reset"
|
|
11474
11477
|
msgstr "Restablecer contraseña"
|
|
11475
11478
|
|
|
@@ -12705,9 +12708,6 @@ msgstr "Restablecer widgets"
|
|
|
12705
12708
|
msgid "Reset`dashboard`"
|
|
12706
12709
|
msgstr "Restablecer"
|
|
12707
12710
|
|
|
12708
|
-
msgid "Resource update complete."
|
|
12709
|
-
msgstr "Actualización de recursos completa."
|
|
12710
|
-
|
|
12711
12711
|
msgid "Resources"
|
|
12712
12712
|
msgstr "Recursos"
|
|
12713
12713
|
|
|
@@ -14187,6 +14187,12 @@ msgstr "Establecer operación para ÉXITO"
|
|
|
14187
14187
|
msgid "Set password"
|
|
14188
14188
|
msgstr "Establecer contraseña"
|
|
14189
14189
|
|
|
14190
|
+
msgid "Set password for the user (no change required)"
|
|
14191
|
+
msgstr "Definir contraseña para el usuario (no es obligatorio cambiarla)"
|
|
14192
|
+
|
|
14193
|
+
msgid "Set password that must be changed on the first login"
|
|
14194
|
+
msgstr "Definir contraseña que debe cambiarse en el primer Inicio de Sesiòn"
|
|
14195
|
+
|
|
14190
14196
|
msgid "Set pullup voltage (in volts)"
|
|
14191
14197
|
msgstr "Establecer subida de voltaje (en voltios)"
|
|
14192
14198
|
|
|
@@ -16976,8 +16982,8 @@ msgstr "Restablecimiento de contraseña de administración de usuario"
|
|
|
16976
16982
|
msgid "User menu"
|
|
16977
16983
|
msgstr "Menú de usuario"
|
|
16978
16984
|
|
|
16979
|
-
msgid "User must
|
|
16980
|
-
msgstr "El usuario debe
|
|
16985
|
+
msgid "User must change password on the next login"
|
|
16986
|
+
msgstr "El usuario debe Cambiar contraseña en el siguiente inicio de sesión."
|
|
16981
16987
|
|
|
16982
16988
|
msgid "User password update"
|
|
16983
16989
|
msgstr "Actualización de contraseña de usuario"
|
|
@@ -19124,6 +19130,9 @@ msgstr "{{ intervalInSeconds }} seg"
|
|
|
19124
19130
|
msgid "{{ label }} properties"
|
|
19125
19131
|
msgstr "Propiedades de {{ label }}"
|
|
19126
19132
|
|
|
19133
|
+
msgid "{{ lastUpdated }} by {{ user }}"
|
|
19134
|
+
msgstr "{{ lastUpdated }} por {{ user }}"
|
|
19135
|
+
|
|
19127
19136
|
msgid "{{ name }} (v. {{ version }}) is already installed on this device"
|
|
19128
19137
|
msgstr "{{ name }} (v. {{ version }}) ya se ha instalado en este dispositivo"
|
|
19129
19138
|
|
package/locales/fr.po
CHANGED
|
@@ -3,7 +3,7 @@ msgstr ""
|
|
|
3
3
|
"Project-Id-Version: c8y-cumulocity-ui\n"
|
|
4
4
|
"Report-Msgid-Bugs-To: \n"
|
|
5
5
|
"POT-Creation-Date: \n"
|
|
6
|
-
"PO-Revision-Date: 2025-01-
|
|
6
|
+
"PO-Revision-Date: 2025-01-22 12:16\n"
|
|
7
7
|
"Last-Translator: \n"
|
|
8
8
|
"Language: fr\n"
|
|
9
9
|
"Language-Team: French\n"
|
|
@@ -4401,6 +4401,9 @@ msgstr "CSS Personnalisé"
|
|
|
4401
4401
|
msgid "Custom action"
|
|
4402
4402
|
msgstr "Action personnalisée"
|
|
4403
4403
|
|
|
4404
|
+
msgid "Custom alarm type"
|
|
4405
|
+
msgstr "Type d'Alarme Personnalisé"
|
|
4406
|
+
|
|
4404
4407
|
msgid "Custom applications"
|
|
4405
4408
|
msgstr "Applications personnalisées"
|
|
4406
4409
|
|
|
@@ -8162,9 +8165,6 @@ msgstr "Si aucune clé du certificat du produit n'est indiquée, l'appareil est
|
|
|
8162
8165
|
msgid "If not specified, LWM2M Agent generates the URL"
|
|
8163
8166
|
msgstr "Si rien n'est indiqué, l'agent LWM2M génère l'URL"
|
|
8164
8167
|
|
|
8165
|
-
msgid "If selected, it ignores empty values on all resources below."
|
|
8166
|
-
msgstr "Si cette option est sélectionnée, les valeurs vides de toutes les ressources ci-dessous sont ignorées."
|
|
8167
|
-
|
|
8168
8168
|
msgid "If selected, it will process the result of the request using response templates."
|
|
8169
8169
|
msgstr "Si cette option est sélectionnée, le résultat de la requête sera traité avec des modèles de réponse."
|
|
8170
8170
|
|
|
@@ -11470,6 +11470,9 @@ msgstr "Le mot de passe doit répondre aux exigences ci-dessous :"
|
|
|
11470
11470
|
msgid "Password only"
|
|
11471
11471
|
msgstr "Mot de passe uniquement"
|
|
11472
11472
|
|
|
11473
|
+
msgid "Password options"
|
|
11474
|
+
msgstr "Options du mot de passe"
|
|
11475
|
+
|
|
11473
11476
|
msgid "Password reset"
|
|
11474
11477
|
msgstr "Réinitialisation du mot de passe"
|
|
11475
11478
|
|
|
@@ -12705,9 +12708,6 @@ msgstr "Réinitialiser les widgets"
|
|
|
12705
12708
|
msgid "Reset`dashboard`"
|
|
12706
12709
|
msgstr "Réinitialiser"
|
|
12707
12710
|
|
|
12708
|
-
msgid "Resource update complete."
|
|
12709
|
-
msgstr "Mise à jour des ressources terminée."
|
|
12710
|
-
|
|
12711
12711
|
msgid "Resources"
|
|
12712
12712
|
msgstr "Ressources"
|
|
12713
12713
|
|
|
@@ -14187,6 +14187,12 @@ msgstr "Définir l'opération comme RÉUSSIE"
|
|
|
14187
14187
|
msgid "Set password"
|
|
14188
14188
|
msgstr "Définir le mot de passe"
|
|
14189
14189
|
|
|
14190
|
+
msgid "Set password for the user (no change required)"
|
|
14191
|
+
msgstr "Modifier le mot de passe de l'utilisateur (Aucun mot requis)."
|
|
14192
|
+
|
|
14193
|
+
msgid "Set password that must be changed on the first login"
|
|
14194
|
+
msgstr "Modifier le mot de passe qui doit être changé lors de la première connexion."
|
|
14195
|
+
|
|
14190
14196
|
msgid "Set pullup voltage (in volts)"
|
|
14191
14197
|
msgstr "Définir la tension pullup (volts)"
|
|
14192
14198
|
|
|
@@ -16976,8 +16982,8 @@ msgstr "Réinitialisation de mot de passe de la gestion des utilisateurs"
|
|
|
16976
16982
|
msgid "User menu"
|
|
16977
16983
|
msgstr "Menu utilisateur"
|
|
16978
16984
|
|
|
16979
|
-
msgid "User must
|
|
16980
|
-
msgstr "L'utilisateur doit
|
|
16985
|
+
msgid "User must change password on the next login"
|
|
16986
|
+
msgstr "L'utilisateur doit modifier son mot de passe lors de la Connexion suivante."
|
|
16981
16987
|
|
|
16982
16988
|
msgid "User password update"
|
|
16983
16989
|
msgstr "Mise à jour du mot de passe utilisateur"
|
|
@@ -19124,6 +19130,9 @@ msgstr "{{ intervalInSeconds }} s."
|
|
|
19124
19130
|
msgid "{{ label }} properties"
|
|
19125
19131
|
msgstr "Propriétés {{ label }}"
|
|
19126
19132
|
|
|
19133
|
+
msgid "{{ lastUpdated }} by {{ user }}"
|
|
19134
|
+
msgstr "{{ lastUpdated }} par {{ user }}"
|
|
19135
|
+
|
|
19127
19136
|
msgid "{{ name }} (v. {{ version }}) is already installed on this device"
|
|
19128
19137
|
msgstr "{{ name }} (v. {{ version }}) est déjà installé sur cet appareil"
|
|
19129
19138
|
|
package/locales/ja_JP.po
CHANGED
|
@@ -3,7 +3,7 @@ msgstr ""
|
|
|
3
3
|
"Project-Id-Version: c8y-cumulocity-ui\n"
|
|
4
4
|
"Report-Msgid-Bugs-To: \n"
|
|
5
5
|
"POT-Creation-Date: \n"
|
|
6
|
-
"PO-Revision-Date: 2025-01-
|
|
6
|
+
"PO-Revision-Date: 2025-01-22 12:16\n"
|
|
7
7
|
"Last-Translator: \n"
|
|
8
8
|
"Language: ja_JP\n"
|
|
9
9
|
"Language-Team: Japanese\n"
|
|
@@ -4323,6 +4323,9 @@ msgstr "カスタム CSS"
|
|
|
4323
4323
|
msgid "Custom action"
|
|
4324
4324
|
msgstr "カスタム アクション"
|
|
4325
4325
|
|
|
4326
|
+
msgid "Custom alarm type"
|
|
4327
|
+
msgstr ""
|
|
4328
|
+
|
|
4326
4329
|
msgid "Custom applications"
|
|
4327
4330
|
msgstr "カスタム アプリケーション"
|
|
4328
4331
|
|
|
@@ -8077,9 +8080,6 @@ msgstr "製品の証明書キーが指定されていない場合、デバイス
|
|
|
8077
8080
|
msgid "If not specified, LWM2M Agent generates the URL"
|
|
8078
8081
|
msgstr "指定されていない場合は、LWM2M エージェントにより URL が生成されます"
|
|
8079
8082
|
|
|
8080
|
-
msgid "If selected, it ignores empty values on all resources below."
|
|
8081
|
-
msgstr "選択されている場合は、下のすべてのリソースの空の値は無視されます。"
|
|
8082
|
-
|
|
8083
8083
|
msgid "If selected, it will process the result of the request using response templates."
|
|
8084
8084
|
msgstr "選択された場合は、レスポンス テンプレートを使用してリクエストの結果を処理します。"
|
|
8085
8085
|
|
|
@@ -11382,6 +11382,9 @@ msgstr "パスワードは下の要件を満たす必要があります:"
|
|
|
11382
11382
|
msgid "Password only"
|
|
11383
11383
|
msgstr "パスワードのみ"
|
|
11384
11384
|
|
|
11385
|
+
msgid "Password options"
|
|
11386
|
+
msgstr ""
|
|
11387
|
+
|
|
11385
11388
|
msgid "Password reset"
|
|
11386
11389
|
msgstr "パスワード リセット"
|
|
11387
11390
|
|
|
@@ -12617,9 +12620,6 @@ msgstr "ウィジェットのリセット"
|
|
|
12617
12620
|
msgid "Reset`dashboard`"
|
|
12618
12621
|
msgstr "リセット"
|
|
12619
12622
|
|
|
12620
|
-
msgid "Resource update complete."
|
|
12621
|
-
msgstr "リソースの更新が完了しました。"
|
|
12622
|
-
|
|
12623
12623
|
msgid "Resources"
|
|
12624
12624
|
msgstr "リソース"
|
|
12625
12625
|
|
|
@@ -14099,6 +14099,12 @@ msgstr "操作を「成功」に設定"
|
|
|
14099
14099
|
msgid "Set password"
|
|
14100
14100
|
msgstr "パスワードを設定"
|
|
14101
14101
|
|
|
14102
|
+
msgid "Set password for the user (no change required)"
|
|
14103
|
+
msgstr ""
|
|
14104
|
+
|
|
14105
|
+
msgid "Set password that must be changed on the first login"
|
|
14106
|
+
msgstr ""
|
|
14107
|
+
|
|
14102
14108
|
msgid "Set pullup voltage (in volts)"
|
|
14103
14109
|
msgstr "プルアップ電圧を設定 (ボルト)"
|
|
14104
14110
|
|
|
@@ -16886,8 +16892,8 @@ msgstr "ユーザー管理パスワードのリセット"
|
|
|
16886
16892
|
msgid "User menu"
|
|
16887
16893
|
msgstr "ユーザー メニュー"
|
|
16888
16894
|
|
|
16889
|
-
msgid "User must
|
|
16890
|
-
msgstr "
|
|
16895
|
+
msgid "User must change password on the next login"
|
|
16896
|
+
msgstr ""
|
|
16891
16897
|
|
|
16892
16898
|
msgid "User password update"
|
|
16893
16899
|
msgstr "ユーザー パスワードの更新"
|
|
@@ -19030,6 +19036,9 @@ msgstr "{{ intervalInSeconds }} 秒"
|
|
|
19030
19036
|
msgid "{{ label }} properties"
|
|
19031
19037
|
msgstr "{{ label }} プロパティ"
|
|
19032
19038
|
|
|
19039
|
+
msgid "{{ lastUpdated }} by {{ user }}"
|
|
19040
|
+
msgstr ""
|
|
19041
|
+
|
|
19033
19042
|
msgid "{{ name }} (v. {{ version }}) is already installed on this device"
|
|
19034
19043
|
msgstr "{{ name }} (v. {{ version }}) はすでにこのデバイスにインストールされています"
|
|
19035
19044
|
|
package/locales/ko.po
CHANGED
|
@@ -3,7 +3,7 @@ msgstr ""
|
|
|
3
3
|
"Project-Id-Version: c8y-cumulocity-ui\n"
|
|
4
4
|
"Report-Msgid-Bugs-To: \n"
|
|
5
5
|
"POT-Creation-Date: \n"
|
|
6
|
-
"PO-Revision-Date: 2025-01-
|
|
6
|
+
"PO-Revision-Date: 2025-01-22 12:16\n"
|
|
7
7
|
"Last-Translator: \n"
|
|
8
8
|
"Language: ko\n"
|
|
9
9
|
"Language-Team: Korean\n"
|
|
@@ -4300,6 +4300,9 @@ msgstr "사용자 지정 CSS"
|
|
|
4300
4300
|
msgid "Custom action"
|
|
4301
4301
|
msgstr "사용자 지정 작업"
|
|
4302
4302
|
|
|
4303
|
+
msgid "Custom alarm type"
|
|
4304
|
+
msgstr ""
|
|
4305
|
+
|
|
4303
4306
|
msgid "Custom applications"
|
|
4304
4307
|
msgstr "사용자 지정 애플리케이션"
|
|
4305
4308
|
|
|
@@ -8054,9 +8057,6 @@ msgstr "지정된 제품 인증 키가 없는 경우 디바이스는 프로토
|
|
|
8054
8057
|
msgid "If not specified, LWM2M Agent generates the URL"
|
|
8055
8058
|
msgstr "지정하지 않으면 LWM2M 에이전트가 URL을 생성합니다."
|
|
8056
8059
|
|
|
8057
|
-
msgid "If selected, it ignores empty values on all resources below."
|
|
8058
|
-
msgstr "선택하면, 아래의 모든 리소스에 대한 빈 값을 무시합니다."
|
|
8059
|
-
|
|
8060
8060
|
msgid "If selected, it will process the result of the request using response templates."
|
|
8061
8061
|
msgstr "선택한 경우 응답 템플릿을 사용하여 요청의 결과를 처리합니다."
|
|
8062
8062
|
|
|
@@ -11359,6 +11359,9 @@ msgstr "비밀번호는 아래의 요구 사항을 충족해야 합니다."
|
|
|
11359
11359
|
msgid "Password only"
|
|
11360
11360
|
msgstr "비밀번호만"
|
|
11361
11361
|
|
|
11362
|
+
msgid "Password options"
|
|
11363
|
+
msgstr ""
|
|
11364
|
+
|
|
11362
11365
|
msgid "Password reset"
|
|
11363
11366
|
msgstr "비밀번호가 재설정됨"
|
|
11364
11367
|
|
|
@@ -12594,9 +12597,6 @@ msgstr "위젯 재설정"
|
|
|
12594
12597
|
msgid "Reset`dashboard`"
|
|
12595
12598
|
msgstr "재설정"
|
|
12596
12599
|
|
|
12597
|
-
msgid "Resource update complete."
|
|
12598
|
-
msgstr "리소스 업데이트가 완료되었습니다."
|
|
12599
|
-
|
|
12600
12600
|
msgid "Resources"
|
|
12601
12601
|
msgstr "리소스"
|
|
12602
12602
|
|
|
@@ -14076,6 +14076,12 @@ msgstr "작업을 성공으로 설정"
|
|
|
14076
14076
|
msgid "Set password"
|
|
14077
14077
|
msgstr "비밀번호 설정"
|
|
14078
14078
|
|
|
14079
|
+
msgid "Set password for the user (no change required)"
|
|
14080
|
+
msgstr ""
|
|
14081
|
+
|
|
14082
|
+
msgid "Set password that must be changed on the first login"
|
|
14083
|
+
msgstr ""
|
|
14084
|
+
|
|
14079
14085
|
msgid "Set pullup voltage (in volts)"
|
|
14080
14086
|
msgstr "풀업 전압 설정(V)"
|
|
14081
14087
|
|
|
@@ -16863,8 +16869,8 @@ msgstr "사용자 관리 비밀번호 재설정"
|
|
|
16863
16869
|
msgid "User menu"
|
|
16864
16870
|
msgstr "사용자 메뉴"
|
|
16865
16871
|
|
|
16866
|
-
msgid "User must
|
|
16867
|
-
msgstr "
|
|
16872
|
+
msgid "User must change password on the next login"
|
|
16873
|
+
msgstr ""
|
|
16868
16874
|
|
|
16869
16875
|
msgid "User password update"
|
|
16870
16876
|
msgstr "사용자 비밀번호 업데이트"
|
|
@@ -19007,6 +19013,9 @@ msgstr "{{ intervalInSeconds }}초"
|
|
|
19007
19013
|
msgid "{{ label }} properties"
|
|
19008
19014
|
msgstr "{{ label }} 속성"
|
|
19009
19015
|
|
|
19016
|
+
msgid "{{ lastUpdated }} by {{ user }}"
|
|
19017
|
+
msgstr ""
|
|
19018
|
+
|
|
19010
19019
|
msgid "{{ name }} (v. {{ version }}) is already installed on this device"
|
|
19011
19020
|
msgstr "{{ name }} (v. {{ version }})이(가) 이 디바이스에 이미 설치되어 있습니다"
|
|
19012
19021
|
|
package/locales/locales.pot
CHANGED
|
@@ -3789,6 +3789,9 @@ msgstr ""
|
|
|
3789
3789
|
msgid "Could not create application."
|
|
3790
3790
|
msgstr ""
|
|
3791
3791
|
|
|
3792
|
+
msgid "Could not create operaion."
|
|
3793
|
+
msgstr ""
|
|
3794
|
+
|
|
3792
3795
|
msgid "Could not create the device in the LoRa platform."
|
|
3793
3796
|
msgstr ""
|
|
3794
3797
|
|
|
@@ -4265,6 +4268,9 @@ msgstr ""
|
|
|
4265
4268
|
msgid "Custom action"
|
|
4266
4269
|
msgstr ""
|
|
4267
4270
|
|
|
4271
|
+
msgid "Custom alarm type"
|
|
4272
|
+
msgstr ""
|
|
4273
|
+
|
|
4268
4274
|
msgid "Custom applications"
|
|
4269
4275
|
msgstr ""
|
|
4270
4276
|
|
|
@@ -7964,9 +7970,6 @@ msgstr ""
|
|
|
7964
7970
|
msgid "If not specified, LWM2M Agent generates the URL"
|
|
7965
7971
|
msgstr ""
|
|
7966
7972
|
|
|
7967
|
-
msgid "If selected, it ignores empty values on all resources below."
|
|
7968
|
-
msgstr ""
|
|
7969
|
-
|
|
7970
7973
|
msgid "If selected, it will process the result of the request using response templates."
|
|
7971
7974
|
msgstr ""
|
|
7972
7975
|
|
|
@@ -11269,6 +11272,9 @@ msgstr ""
|
|
|
11269
11272
|
msgid "Password only"
|
|
11270
11273
|
msgstr ""
|
|
11271
11274
|
|
|
11275
|
+
msgid "Password options"
|
|
11276
|
+
msgstr ""
|
|
11277
|
+
|
|
11272
11278
|
msgid "Password reset"
|
|
11273
11279
|
msgstr ""
|
|
11274
11280
|
|
|
@@ -12494,9 +12500,6 @@ msgstr ""
|
|
|
12494
12500
|
msgid "Reset`dashboard`"
|
|
12495
12501
|
msgstr ""
|
|
12496
12502
|
|
|
12497
|
-
msgid "Resource update complete."
|
|
12498
|
-
msgstr ""
|
|
12499
|
-
|
|
12500
12503
|
msgid "Resources"
|
|
12501
12504
|
msgstr ""
|
|
12502
12505
|
|
|
@@ -13975,6 +13978,12 @@ msgstr ""
|
|
|
13975
13978
|
msgid "Set password"
|
|
13976
13979
|
msgstr ""
|
|
13977
13980
|
|
|
13981
|
+
msgid "Set password for the user (no change required)"
|
|
13982
|
+
msgstr ""
|
|
13983
|
+
|
|
13984
|
+
msgid "Set password that must be changed on the first login"
|
|
13985
|
+
msgstr ""
|
|
13986
|
+
|
|
13978
13987
|
msgid "Set pullup voltage (in volts)"
|
|
13979
13988
|
msgstr ""
|
|
13980
13989
|
|
|
@@ -16755,7 +16764,7 @@ msgstr ""
|
|
|
16755
16764
|
msgid "User menu"
|
|
16756
16765
|
msgstr ""
|
|
16757
16766
|
|
|
16758
|
-
msgid "User must
|
|
16767
|
+
msgid "User must change password on the next login"
|
|
16759
16768
|
msgstr ""
|
|
16760
16769
|
|
|
16761
16770
|
msgid "User password update"
|
|
@@ -18897,6 +18906,9 @@ msgstr ""
|
|
|
18897
18906
|
msgid "{{ label }} properties"
|
|
18898
18907
|
msgstr ""
|
|
18899
18908
|
|
|
18909
|
+
msgid "{{ lastUpdated }} by {{ user }}"
|
|
18910
|
+
msgstr ""
|
|
18911
|
+
|
|
18900
18912
|
msgid "{{ name }} (v. {{ version }}) is already installed on this device"
|
|
18901
18913
|
msgstr ""
|
|
18902
18914
|
|
package/locales/nl.po
CHANGED
|
@@ -3,7 +3,7 @@ msgstr ""
|
|
|
3
3
|
"Project-Id-Version: c8y-cumulocity-ui\n"
|
|
4
4
|
"Report-Msgid-Bugs-To: \n"
|
|
5
5
|
"POT-Creation-Date: \n"
|
|
6
|
-
"PO-Revision-Date: 2025-01-
|
|
6
|
+
"PO-Revision-Date: 2025-01-22 12:16\n"
|
|
7
7
|
"Last-Translator: \n"
|
|
8
8
|
"Language: nl\n"
|
|
9
9
|
"Language-Team: Dutch\n"
|
|
@@ -4401,6 +4401,9 @@ msgstr "Aangepaste CSS"
|
|
|
4401
4401
|
msgid "Custom action"
|
|
4402
4402
|
msgstr "Aangepaste actie"
|
|
4403
4403
|
|
|
4404
|
+
msgid "Custom alarm type"
|
|
4405
|
+
msgstr "Aangepast alarmtype"
|
|
4406
|
+
|
|
4404
4407
|
msgid "Custom applications"
|
|
4405
4408
|
msgstr "Aangepaste applicaties"
|
|
4406
4409
|
|
|
@@ -8161,9 +8164,6 @@ msgstr "Als geen productcertificaatsleutel wordt gespecificeerd, wordt het appar
|
|
|
8161
8164
|
msgid "If not specified, LWM2M Agent generates the URL"
|
|
8162
8165
|
msgstr "Als dit niet is opgegeven, wordt de URL gegenereerd door LWM2M-agent"
|
|
8163
8166
|
|
|
8164
|
-
msgid "If selected, it ignores empty values on all resources below."
|
|
8165
|
-
msgstr "Als dit is ingeschakeld, worden lege waarden genegeerd voor alle onderstaande resources."
|
|
8166
|
-
|
|
8167
8167
|
msgid "If selected, it will process the result of the request using response templates."
|
|
8168
8168
|
msgstr "Indien geselecteerd, zal het resultaat van het verzoek met behulp van antwoordsjablonen worden verwerkt."
|
|
8169
8169
|
|
|
@@ -11469,6 +11469,9 @@ msgstr "Het wachtwoord moet aan de onderstaande vereisten voldoen:"
|
|
|
11469
11469
|
msgid "Password only"
|
|
11470
11470
|
msgstr "Alleen wachtwoord"
|
|
11471
11471
|
|
|
11472
|
+
msgid "Password options"
|
|
11473
|
+
msgstr "Opties voor wachtwoorden"
|
|
11474
|
+
|
|
11472
11475
|
msgid "Password reset"
|
|
11473
11476
|
msgstr "Wachtwoord opnieuw instellen"
|
|
11474
11477
|
|
|
@@ -12704,9 +12707,6 @@ msgstr "Widgets resetten"
|
|
|
12704
12707
|
msgid "Reset`dashboard`"
|
|
12705
12708
|
msgstr "Resetten"
|
|
12706
12709
|
|
|
12707
|
-
msgid "Resource update complete."
|
|
12708
|
-
msgstr "Resource-update voltooid."
|
|
12709
|
-
|
|
12710
12710
|
msgid "Resources"
|
|
12711
12711
|
msgstr "Resources"
|
|
12712
12712
|
|
|
@@ -14186,6 +14186,12 @@ msgstr "Bewerking op GESLAAGD zetten"
|
|
|
14186
14186
|
msgid "Set password"
|
|
14187
14187
|
msgstr "Wachtwoord instellen"
|
|
14188
14188
|
|
|
14189
|
+
msgid "Set password for the user (no change required)"
|
|
14190
|
+
msgstr "Wachtwoord instellen voor de gebruiker (geen wijziging vereist)"
|
|
14191
|
+
|
|
14192
|
+
msgid "Set password that must be changed on the first login"
|
|
14193
|
+
msgstr "Wachtwoord instellen dat moet worden gewijzigd bij de eerste keer inloggen"
|
|
14194
|
+
|
|
14189
14195
|
msgid "Set pullup voltage (in volts)"
|
|
14190
14196
|
msgstr "Pull-up spanning (in volts) instellen"
|
|
14191
14197
|
|
|
@@ -16975,8 +16981,8 @@ msgstr "Reset wachtwoord gebruikersbeheer"
|
|
|
16975
16981
|
msgid "User menu"
|
|
16976
16982
|
msgstr "Gebruikersmenu"
|
|
16977
16983
|
|
|
16978
|
-
msgid "User must
|
|
16979
|
-
msgstr "Gebruiker moet
|
|
16984
|
+
msgid "User must change password on the next login"
|
|
16985
|
+
msgstr "Gebruiker moet Wachtwoord wijzigen bij de volgende aanmelding"
|
|
16980
16986
|
|
|
16981
16987
|
msgid "User password update"
|
|
16982
16988
|
msgstr "Gebruikerswachtwoord bijwerken"
|
|
@@ -19123,6 +19129,9 @@ msgstr "{{ intervalInSeconds }} s"
|
|
|
19123
19129
|
msgid "{{ label }} properties"
|
|
19124
19130
|
msgstr "{{ label }}-eigenschappen"
|
|
19125
19131
|
|
|
19132
|
+
msgid "{{ lastUpdated }} by {{ user }}"
|
|
19133
|
+
msgstr "{{ lastUpdated }} door {{ user }}"
|
|
19134
|
+
|
|
19126
19135
|
msgid "{{ name }} (v. {{ version }}) is already installed on this device"
|
|
19127
19136
|
msgstr "{{ name }} (v. {{ version }}) is al geïnstalleerd op dit apparaat"
|
|
19128
19137
|
|