@red-hat-developer-hub/backstage-plugin-global-header 1.20.1 → 1.20.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/CHANGELOG.md
CHANGED
|
@@ -5,37 +5,30 @@ const globalHeaderTranslationDe = createTranslationMessages({
|
|
|
5
5
|
ref: globalHeaderTranslationRef,
|
|
6
6
|
messages: {
|
|
7
7
|
"help.tooltip": "Hilfe",
|
|
8
|
-
"help.noSupportLinks": "Keine Support-
|
|
9
|
-
"help.noSupportLinksSubtitle": "Ihr Administrator muss Support-
|
|
8
|
+
"help.noSupportLinks": "Keine Support-Verkn\xFCpfungen",
|
|
9
|
+
"help.noSupportLinksSubtitle": "Ihr Administrator muss Support-Verkn\xFCpfungen einrichten.",
|
|
10
10
|
"help.quickStart": "Schnellstart",
|
|
11
11
|
"help.supportTitle": "Support",
|
|
12
12
|
"profile.picture": "Profilbild",
|
|
13
|
+
"profile.settings": "Einstellungen",
|
|
14
|
+
"profile.myProfile": "Mein Profil",
|
|
13
15
|
"profile.signOut": "Abmelden",
|
|
14
16
|
"search.placeholder": "Suchen...",
|
|
15
17
|
"search.noResults": "Keine Ergebnisse gefunden",
|
|
16
18
|
"search.errorFetching": "Fehler beim Abrufen der Ergebnisse",
|
|
17
|
-
"applicationLauncher.tooltip": "
|
|
18
|
-
"applicationLauncher.noLinksTitle": "Keine
|
|
19
|
-
"applicationLauncher.noLinksSubtitle": "Konfigurieren Sie
|
|
19
|
+
"applicationLauncher.tooltip": "Anwendungsstartprogramm",
|
|
20
|
+
"applicationLauncher.noLinksTitle": "Keine Anwendungsverkn\xFCpfungen konfiguriert",
|
|
21
|
+
"applicationLauncher.noLinksSubtitle": "Konfigurieren Sie Anwendungsverkn\xFCpfungen in der dynamischen Plugin-Konfiguration, um von hier aus schnell darauf zugreifen zu k\xF6nnen.",
|
|
22
|
+
"applicationLauncher.developerHub": "Developer Hub",
|
|
23
|
+
"applicationLauncher.rhdhLocal": "RHDH Local",
|
|
24
|
+
"applicationLauncher.sections.documentation": "Dokumentation",
|
|
25
|
+
"applicationLauncher.sections.developerTools": "Entwicklertools",
|
|
20
26
|
"starred.title": "Ihre markierten Elemente",
|
|
21
|
-
"starred.removeTooltip": "Aus Liste entfernen",
|
|
27
|
+
"starred.removeTooltip": "Aus der Liste entfernen",
|
|
22
28
|
"starred.noItemsTitle": "Noch keine markierten Elemente",
|
|
23
|
-
"starred.noItemsSubtitle": "Klicken Sie auf das
|
|
29
|
+
"starred.noItemsSubtitle": "Klicken Sie auf das Sternsymbol neben dem Namen eines Elements, um es hier f\xFCr den Schnellzugriff zu speichern.",
|
|
24
30
|
"notifications.title": "Benachrichtigungen",
|
|
25
|
-
"notifications.unsupportedDismissOption": '
|
|
26
|
-
"create.title": "Selbstbedienung",
|
|
27
|
-
"create.registerComponent.title": "Eine Komponente registrieren",
|
|
28
|
-
"create.registerComponent.subtitle": "In die Katalogseite importieren",
|
|
29
|
-
"create.templates.sectionTitle": "Eine Vorlage verwenden",
|
|
30
|
-
"create.templates.allTemplates": "Alle Vorlagen",
|
|
31
|
-
"create.templates.errorFetching": "Fehler beim Abrufen der Vorlagen",
|
|
32
|
-
"create.templates.noTemplatesAvailable": "Keine Vorlagen verf\xFCgbar",
|
|
33
|
-
"profile.settings": "Einstellungen",
|
|
34
|
-
"profile.myProfile": "Mein Profil",
|
|
35
|
-
"applicationLauncher.developerHub": "Developer Hub",
|
|
36
|
-
"applicationLauncher.rhdhLocal": "RHDH Lokal",
|
|
37
|
-
"applicationLauncher.sections.documentation": "Dokumentation",
|
|
38
|
-
"applicationLauncher.sections.developerTools": "Entwickler-Tools"
|
|
31
|
+
"notifications.unsupportedDismissOption": 'Option "{{option}}" zum Verwerfen nicht unterst\xFCtzt; aktuell werden "none", "session" oder "localstorage" unterst\xFCtzt.'
|
|
39
32
|
}
|
|
40
33
|
});
|
|
41
34
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.esm.js","sources":["../../src/translations/de.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { globalHeaderTranslationRef } from './ref';\n\nconst globalHeaderTranslationDe = createTranslationMessages({\n ref: globalHeaderTranslationRef,\n messages: {\n 'help.tooltip': 'Hilfe',\n 'help.noSupportLinks': 'Keine Support-
|
|
1
|
+
{"version":3,"file":"de.esm.js","sources":["../../src/translations/de.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { globalHeaderTranslationRef } from './ref';\n\n/**\n * de translation for plugin.global-header.\n * @public\n */\nconst globalHeaderTranslationDe = createTranslationMessages({\n ref: globalHeaderTranslationRef,\n messages: {\n 'help.tooltip': 'Hilfe',\n 'help.noSupportLinks': 'Keine Support-Verknüpfungen',\n 'help.noSupportLinksSubtitle':\n 'Ihr Administrator muss Support-Verknüpfungen einrichten.',\n 'help.quickStart': 'Schnellstart',\n 'help.supportTitle': 'Support',\n 'profile.picture': 'Profilbild',\n 'profile.settings': 'Einstellungen',\n 'profile.myProfile': 'Mein Profil',\n 'profile.signOut': 'Abmelden',\n 'search.placeholder': 'Suchen...',\n 'search.noResults': 'Keine Ergebnisse gefunden',\n 'search.errorFetching': 'Fehler beim Abrufen der Ergebnisse',\n 'applicationLauncher.tooltip': 'Anwendungsstartprogramm',\n 'applicationLauncher.noLinksTitle':\n 'Keine Anwendungsverknüpfungen konfiguriert',\n 'applicationLauncher.noLinksSubtitle':\n 'Konfigurieren Sie Anwendungsverknüpfungen in der dynamischen Plugin-Konfiguration, um von hier aus schnell darauf zugreifen zu können.',\n 'applicationLauncher.developerHub': 'Developer Hub',\n 'applicationLauncher.rhdhLocal': 'RHDH Local',\n 'applicationLauncher.sections.documentation': 'Dokumentation',\n 'applicationLauncher.sections.developerTools': 'Entwicklertools',\n 'starred.title': 'Ihre markierten Elemente',\n 'starred.removeTooltip': 'Aus der Liste entfernen',\n 'starred.noItemsTitle': 'Noch keine markierten Elemente',\n 'starred.noItemsSubtitle':\n 'Klicken Sie auf das Sternsymbol neben dem Namen eines Elements, um es hier für den Schnellzugriff zu speichern.',\n 'notifications.title': 'Benachrichtigungen',\n 'notifications.unsupportedDismissOption':\n 'Option \"{{option}}\" zum Verwerfen nicht unterstützt; aktuell werden \"none\", \"session\" oder \"localstorage\" unterstützt.',\n },\n});\n\nexport default globalHeaderTranslationDe;\n"],"names":[],"mappings":";;;AAuBA,MAAM,4BAA4B,yBAA0B,CAAA;AAAA,EAC1D,GAAK,EAAA,0BAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,cAAgB,EAAA,OAAA;AAAA,IAChB,qBAAuB,EAAA,gCAAA;AAAA,IACvB,6BACE,EAAA,6DAAA;AAAA,IACF,iBAAmB,EAAA,cAAA;AAAA,IACnB,mBAAqB,EAAA,SAAA;AAAA,IACrB,iBAAmB,EAAA,YAAA;AAAA,IACnB,kBAAoB,EAAA,eAAA;AAAA,IACpB,mBAAqB,EAAA,aAAA;AAAA,IACrB,iBAAmB,EAAA,UAAA;AAAA,IACnB,oBAAsB,EAAA,WAAA;AAAA,IACtB,kBAAoB,EAAA,2BAAA;AAAA,IACpB,sBAAwB,EAAA,oCAAA;AAAA,IACxB,6BAA+B,EAAA,yBAAA;AAAA,IAC/B,kCACE,EAAA,+CAAA;AAAA,IACF,qCACE,EAAA,8IAAA;AAAA,IACF,kCAAoC,EAAA,eAAA;AAAA,IACpC,+BAAiC,EAAA,YAAA;AAAA,IACjC,4CAA8C,EAAA,eAAA;AAAA,IAC9C,6CAA+C,EAAA,iBAAA;AAAA,IAC/C,eAAiB,EAAA,0BAAA;AAAA,IACjB,uBAAyB,EAAA,yBAAA;AAAA,IACzB,sBAAwB,EAAA,gCAAA;AAAA,IACxB,yBACE,EAAA,oHAAA;AAAA,IACF,qBAAuB,EAAA,oBAAA;AAAA,IACvB,wCACE,EAAA;AAAA;AAEN,CAAC;;;;"}
|
|
@@ -5,37 +5,30 @@ const globalHeaderTranslationEs = createTranslationMessages({
|
|
|
5
5
|
ref: globalHeaderTranslationRef,
|
|
6
6
|
messages: {
|
|
7
7
|
"help.tooltip": "Ayuda",
|
|
8
|
-
"help.noSupportLinks": "
|
|
9
|
-
"help.noSupportLinksSubtitle": "
|
|
8
|
+
"help.noSupportLinks": "No hay enlaces de soporte",
|
|
9
|
+
"help.noSupportLinksSubtitle": "Su administrador debe configurar enlaces de soporte.",
|
|
10
10
|
"help.quickStart": "Inicio r\xE1pido",
|
|
11
11
|
"help.supportTitle": "Soporte",
|
|
12
|
-
"profile.picture": "
|
|
12
|
+
"profile.picture": "Foto de perfil",
|
|
13
13
|
"profile.settings": "Configuraci\xF3n",
|
|
14
14
|
"profile.myProfile": "Mi perfil",
|
|
15
15
|
"profile.signOut": "Cerrar sesi\xF3n",
|
|
16
16
|
"search.placeholder": "Buscar...",
|
|
17
17
|
"search.noResults": "No se encontraron resultados",
|
|
18
|
-
"search.errorFetching": "Error al
|
|
19
|
-
"applicationLauncher.tooltip": "
|
|
18
|
+
"search.errorFetching": "Error al extraer los resultados",
|
|
19
|
+
"applicationLauncher.tooltip": "Iniciador de aplicaciones",
|
|
20
20
|
"applicationLauncher.noLinksTitle": "No hay enlaces de aplicaci\xF3n configurados",
|
|
21
|
-
"applicationLauncher.noLinksSubtitle": "
|
|
22
|
-
"applicationLauncher.developerHub": "Developer
|
|
21
|
+
"applicationLauncher.noLinksSubtitle": "Configure los enlaces de aplicaci\xF3n en la configuraci\xF3n del complemento din\xE1mico para obtener acceso r\xE1pido desde aqu\xED.",
|
|
22
|
+
"applicationLauncher.developerHub": "Developer\xA0Hub",
|
|
23
23
|
"applicationLauncher.rhdhLocal": "RHDH Local",
|
|
24
24
|
"applicationLauncher.sections.documentation": "Documentaci\xF3n",
|
|
25
|
-
"applicationLauncher.sections.developerTools": "Herramientas
|
|
26
|
-
"starred.title": "
|
|
25
|
+
"applicationLauncher.sections.developerTools": "Herramientas para desarrolladores",
|
|
26
|
+
"starred.title": "Sus art\xEDculos destacados",
|
|
27
27
|
"starred.removeTooltip": "Eliminar de la lista",
|
|
28
28
|
"starred.noItemsTitle": "A\xFAn no hay elementos destacados",
|
|
29
|
-
"starred.noItemsSubtitle": "
|
|
29
|
+
"starred.noItemsSubtitle": "Haga clic en el icono de la estrella junto al nombre de una entidad para guardarla aqu\xED y acceder a ella r\xE1pidamente.",
|
|
30
30
|
"notifications.title": "Notificaciones",
|
|
31
|
-
"notifications.unsupportedDismissOption": 'Opci\xF3n
|
|
32
|
-
"create.title": "Autoservicio",
|
|
33
|
-
"create.registerComponent.title": "Registrar un componente",
|
|
34
|
-
"create.registerComponent.subtitle": "Importarlo a la p\xE1gina de cat\xE1logo",
|
|
35
|
-
"create.templates.sectionTitle": "Usar una plantilla",
|
|
36
|
-
"create.templates.allTemplates": "Todas las plantillas",
|
|
37
|
-
"create.templates.errorFetching": "Error al obtener plantillas",
|
|
38
|
-
"create.templates.noTemplatesAvailable": "No hay plantillas disponibles"
|
|
31
|
+
"notifications.unsupportedDismissOption": 'Opci\xF3n para desestimar "{{option}}" no admitida. Opciones admitidas actualmente: "none", "session" o "localstorage".'
|
|
39
32
|
}
|
|
40
33
|
});
|
|
41
34
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.esm.js","sources":["../../src/translations/es.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { globalHeaderTranslationRef } from './ref';\n\nconst globalHeaderTranslationEs = createTranslationMessages({\n ref: globalHeaderTranslationRef,\n messages: {\n 'help.tooltip': 'Ayuda',\n 'help.noSupportLinks': '
|
|
1
|
+
{"version":3,"file":"es.esm.js","sources":["../../src/translations/es.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { globalHeaderTranslationRef } from './ref';\n\n/**\n * es translation for plugin.global-header.\n * @public\n */\nconst globalHeaderTranslationEs = createTranslationMessages({\n ref: globalHeaderTranslationRef,\n messages: {\n 'help.tooltip': 'Ayuda',\n 'help.noSupportLinks': 'No hay enlaces de soporte',\n 'help.noSupportLinksSubtitle':\n 'Su administrador debe configurar enlaces de soporte.',\n 'help.quickStart': 'Inicio rápido',\n 'help.supportTitle': 'Soporte',\n 'profile.picture': 'Foto de perfil',\n 'profile.settings': 'Configuración',\n 'profile.myProfile': 'Mi perfil',\n 'profile.signOut': 'Cerrar sesión',\n 'search.placeholder': 'Buscar...',\n 'search.noResults': 'No se encontraron resultados',\n 'search.errorFetching': 'Error al extraer los resultados',\n 'applicationLauncher.tooltip': 'Iniciador de aplicaciones',\n 'applicationLauncher.noLinksTitle':\n 'No hay enlaces de aplicación configurados',\n 'applicationLauncher.noLinksSubtitle':\n 'Configure los enlaces de aplicación en la configuración del complemento dinámico para obtener acceso rápido desde aquí.',\n 'applicationLauncher.developerHub': 'Developer Hub',\n 'applicationLauncher.rhdhLocal': 'RHDH Local',\n 'applicationLauncher.sections.documentation': 'Documentación',\n 'applicationLauncher.sections.developerTools':\n 'Herramientas para desarrolladores',\n 'starred.title': 'Sus artículos destacados',\n 'starred.removeTooltip': 'Eliminar de la lista',\n 'starred.noItemsTitle': 'Aún no hay elementos destacados',\n 'starred.noItemsSubtitle':\n 'Haga clic en el icono de la estrella junto al nombre de una entidad para guardarla aquí y acceder a ella rápidamente.',\n 'notifications.title': 'Notificaciones',\n 'notifications.unsupportedDismissOption':\n 'Opción para desestimar \"{{option}}\" no admitida. Opciones admitidas actualmente: \"none\", \"session\" o \"localstorage\".',\n },\n});\n\nexport default globalHeaderTranslationEs;\n"],"names":[],"mappings":";;;AAuBA,MAAM,4BAA4B,yBAA0B,CAAA;AAAA,EAC1D,GAAK,EAAA,0BAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,cAAgB,EAAA,OAAA;AAAA,IAChB,qBAAuB,EAAA,2BAAA;AAAA,IACvB,6BACE,EAAA,sDAAA;AAAA,IACF,iBAAmB,EAAA,kBAAA;AAAA,IACnB,mBAAqB,EAAA,SAAA;AAAA,IACrB,iBAAmB,EAAA,gBAAA;AAAA,IACnB,kBAAoB,EAAA,kBAAA;AAAA,IACpB,mBAAqB,EAAA,WAAA;AAAA,IACrB,iBAAmB,EAAA,kBAAA;AAAA,IACnB,oBAAsB,EAAA,WAAA;AAAA,IACtB,kBAAoB,EAAA,8BAAA;AAAA,IACpB,sBAAwB,EAAA,iCAAA;AAAA,IACxB,6BAA+B,EAAA,2BAAA;AAAA,IAC/B,kCACE,EAAA,8CAAA;AAAA,IACF,qCACE,EAAA,wIAAA;AAAA,IACF,kCAAoC,EAAA,kBAAA;AAAA,IACpC,+BAAiC,EAAA,YAAA;AAAA,IACjC,4CAA8C,EAAA,kBAAA;AAAA,IAC9C,6CACE,EAAA,mCAAA;AAAA,IACF,eAAiB,EAAA,6BAAA;AAAA,IACjB,uBAAyB,EAAA,sBAAA;AAAA,IACzB,sBAAwB,EAAA,oCAAA;AAAA,IACxB,yBACE,EAAA,6HAAA;AAAA,IACF,qBAAuB,EAAA,gBAAA;AAAA,IACvB,wCACE,EAAA;AAAA;AAEN,CAAC;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@red-hat-developer-hub/backstage-plugin-global-header",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.2",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"@backstage/frontend-test-utils": "^0.4.1",
|
|
68
68
|
"@backstage/plugin-search-common": "^1.2.21",
|
|
69
69
|
"@backstage/test-utils": "^1.7.13",
|
|
70
|
+
"@backstage/ui": "^0.9.1",
|
|
70
71
|
"@openshift/dynamic-plugin-sdk": "^5.0.1",
|
|
71
72
|
"@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0",
|
|
72
73
|
"@testing-library/jest-dom": "^6.0.0",
|