@red-hat-developer-hub/backstage-plugin-dynamic-home-page 1.10.6 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/README.md +93 -1
  3. package/dist/alpha/components/CustomizableGridLayout.esm.js +70 -0
  4. package/dist/alpha/components/CustomizableGridLayout.esm.js.map +1 -0
  5. package/dist/alpha/components/HomePageLayout.esm.js +25 -0
  6. package/dist/alpha/components/HomePageLayout.esm.js.map +1 -0
  7. package/dist/alpha/components/ReadOnlyGirdLayout.esm.js +137 -0
  8. package/dist/alpha/components/ReadOnlyGirdLayout.esm.js.map +1 -0
  9. package/dist/alpha/extensions/apis.esm.js +19 -0
  10. package/dist/alpha/extensions/apis.esm.js.map +1 -0
  11. package/dist/alpha/extensions/homePageCards.esm.js +117 -0
  12. package/dist/alpha/extensions/homePageCards.esm.js.map +1 -0
  13. package/dist/alpha/extensions/homePageLayoutExtension.esm.js +57 -0
  14. package/dist/alpha/extensions/homePageLayoutExtension.esm.js.map +1 -0
  15. package/dist/alpha/utils.esm.js +6 -0
  16. package/dist/alpha/utils.esm.js.map +1 -0
  17. package/dist/alpha.d.ts +77 -0
  18. package/dist/alpha.esm.js +39 -0
  19. package/dist/alpha.esm.js.map +1 -0
  20. package/dist/components/CustomizableGrid.esm.js +17 -7
  21. package/dist/components/CustomizableGrid.esm.js.map +1 -1
  22. package/dist/components/EntitySection/EntityCard.esm.js +6 -1
  23. package/dist/components/EntitySection/EntityCard.esm.js.map +1 -1
  24. package/dist/components/EntitySection/EntitySection.esm.js +143 -100
  25. package/dist/components/EntitySection/EntitySection.esm.js.map +1 -1
  26. package/dist/components/OnboardingSection/OnboardingCard.esm.js +3 -0
  27. package/dist/components/OnboardingSection/OnboardingCard.esm.js.map +1 -1
  28. package/dist/components/OnboardingSection/OnboardingSection.esm.js +33 -17
  29. package/dist/components/OnboardingSection/OnboardingSection.esm.js.map +1 -1
  30. package/dist/components/TemplateSection/TemplateSection.esm.js +87 -47
  31. package/dist/components/TemplateSection/TemplateSection.esm.js.map +1 -1
  32. package/dist/hooks/useContainerQuery.esm.js +78 -0
  33. package/dist/hooks/useContainerQuery.esm.js.map +1 -0
  34. package/dist/index.d.ts +11 -67
  35. package/dist/index.esm.js +0 -2
  36. package/dist/index.esm.js.map +1 -1
  37. package/dist/translations/de.esm.js +1 -1
  38. package/dist/translations/de.esm.js.map +1 -1
  39. package/dist/translations/es.esm.js +1 -1
  40. package/dist/translations/es.esm.js.map +1 -1
  41. package/dist/translations/fr.esm.js +1 -1
  42. package/dist/translations/fr.esm.js.map +1 -1
  43. package/dist/translations/index.esm.js.map +1 -1
  44. package/dist/translations/it.esm.js +1 -1
  45. package/dist/translations/it.esm.js.map +1 -1
  46. package/dist/translations/ja.esm.js +1 -1
  47. package/dist/translations/ja.esm.js.map +1 -1
  48. package/dist/translations/ref.esm.js +1 -1
  49. package/dist/translations/ref.esm.js.map +1 -1
  50. package/dist/utils/GridItem.esm.js +31 -0
  51. package/dist/utils/GridItem.esm.js.map +1 -0
  52. package/package.json +48 -29
package/dist/index.d.ts CHANGED
@@ -1,19 +1,9 @@
1
- import { ClockConfig, StarredEntitiesProps, VisitedByTypeProps, FeaturedDocsCardProps } from '@backstage/plugin-home';
2
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
2
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
4
3
  import { ComponentType } from 'react';
5
- import * as _backstage_core_plugin_api_alpha from '@backstage/core-plugin-api/alpha';
4
+ import { ClockConfig, StarredEntitiesProps, VisitedByTypeProps, FeaturedDocsCardProps } from '@backstage/plugin-home';
6
5
  import { CardLayout, CardSettings } from '@backstage/plugin-home-react';
7
6
 
8
- /**
9
- * @public
10
- */
11
- interface WorldClockProps {
12
- worldClocks: ClockConfig[];
13
- timeFormat?: Intl.DateTimeFormatOptions;
14
- justifyContent?: 'space-between' | 'space-around';
15
- }
16
-
17
7
  /**
18
8
  * @public
19
9
  */
@@ -99,6 +89,15 @@ interface PlaceholderProps {
99
89
  debugContent?: string;
100
90
  }
101
91
 
92
+ /**
93
+ * @public
94
+ */
95
+ interface WorldClockProps {
96
+ worldClocks: ClockConfig[];
97
+ timeFormat?: Intl.DateTimeFormatOptions;
98
+ justifyContent?: 'space-between' | 'space-around';
99
+ }
100
+
102
101
  /**
103
102
  * @public
104
103
  */
@@ -242,59 +241,4 @@ declare const EntitySection: () => react_jsx_runtime.JSX.Element;
242
241
  */
243
242
  declare const TemplateSection: () => react_jsx_runtime.JSX.Element;
244
243
 
245
- /**
246
- * Reference translation for Homepage.
247
- * Defines all the translation keys used in the plugin.
248
- * @public
249
- */
250
- declare const homepageTranslationRef: _backstage_core_plugin_api_alpha.TranslationRef<"plugin.homepage", {
251
- readonly "header.local": string;
252
- readonly "header.welcome": string;
253
- readonly "header.welcomePersonalized": string;
254
- readonly "search.placeholder": string;
255
- readonly "homePage.empty": string;
256
- readonly "quickAccess.title": string;
257
- readonly "quickAccess.error": string;
258
- readonly "quickAccess.fetchError": string;
259
- readonly "featuredDocs.learnMore": string;
260
- readonly "templates.title": string;
261
- readonly "templates.error": string;
262
- readonly "templates.empty": string;
263
- readonly "templates.fetchError": string;
264
- readonly "templates.emptyDescription": string;
265
- readonly "templates.register": string;
266
- readonly "templates.viewAll": string;
267
- readonly "onboarding.greeting.goodMorning": string;
268
- readonly "onboarding.greeting.goodAfternoon": string;
269
- readonly "onboarding.greeting.goodEvening": string;
270
- readonly "onboarding.guest": string;
271
- readonly "onboarding.getStarted.title": string;
272
- readonly "onboarding.getStarted.description": string;
273
- readonly "onboarding.getStarted.buttonText": string;
274
- readonly "onboarding.getStarted.ariaLabel": string;
275
- readonly "onboarding.explore.title": string;
276
- readonly "onboarding.explore.description": string;
277
- readonly "onboarding.explore.buttonText": string;
278
- readonly "onboarding.explore.ariaLabel": string;
279
- readonly "onboarding.learn.title": string;
280
- readonly "onboarding.learn.description": string;
281
- readonly "onboarding.learn.buttonText": string;
282
- readonly "onboarding.learn.ariaLabel": string;
283
- readonly "entities.title": string;
284
- readonly "entities.description": string;
285
- readonly "entities.error": string;
286
- readonly "entities.close": string;
287
- readonly "entities.empty": string;
288
- readonly "entities.fetchError": string;
289
- readonly "entities.emptyDescription": string;
290
- readonly "entities.register": string;
291
- readonly "entities.viewAll": string;
292
- }>;
293
-
294
- /**
295
- * The translation resource for the Homepage plugin.
296
- * @public
297
- */
298
- declare const homepageTranslations: _backstage_core_plugin_api_alpha.TranslationResource<"plugin.homepage">;
299
-
300
- export { Breakpoint, CatalogStarredEntitiesCard, DynamicCustomizableHomePage, type DynamicCustomizableHomePageProps, DynamicHomePage, type DynamicHomePageProps, EntitySection, FeaturedDocsCard, Headline, type HeadlineProps, type HomePageCardMountPoint, type HomePageCardMountPointConfig, JokeCard, type Layout, type LocalClockProps, Markdown, MarkdownCard, type MarkdownCardProps, type MarkdownProps, OnboardingSection, Placeholder, type PlaceholderProps, QuickAccessCard, type QuickAccessCardProps, RecentlyVisitedCard, SearchBar, type SearchBarProps, TemplateSection, TopVisitedCard, VisitListener, WorldClock, type WorldClockProps, dynamicHomePagePlugin, homepageTranslationRef, homepageTranslations };
244
+ export { Breakpoint, CatalogStarredEntitiesCard, DynamicCustomizableHomePage, type DynamicCustomizableHomePageProps, DynamicHomePage, type DynamicHomePageProps, EntitySection, FeaturedDocsCard, Headline, type HeadlineProps, type HomePageCardMountPoint, type HomePageCardMountPointConfig, JokeCard, type Layout, type LocalClockProps, Markdown, MarkdownCard, type MarkdownCardProps, type MarkdownProps, OnboardingSection, Placeholder, type PlaceholderProps, QuickAccessCard, type QuickAccessCardProps, RecentlyVisitedCard, SearchBar, type SearchBarProps, TemplateSection, TopVisitedCard, VisitListener, WorldClock, type WorldClockProps, dynamicHomePagePlugin };
package/dist/index.esm.js CHANGED
@@ -1,4 +1,2 @@
1
1
  export { CatalogStarredEntitiesCard, DynamicCustomizableHomePage, DynamicHomePage, EntitySection, FeaturedDocsCard, Headline, JokeCard, Markdown, MarkdownCard, OnboardingSection, Placeholder, QuickAccessCard, RecentlyVisitedCard, SearchBar, TemplateSection, TopVisitedCard, VisitListener, WorldClock, dynamicHomePagePlugin } from './plugin.esm.js';
2
- export { homepageTranslations } from './translations/index.esm.js';
3
- export { homepageTranslationRef } from './translations/ref.esm.js';
4
2
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -44,7 +44,7 @@ const homepageTranslationDe = createTranslationMessages({
44
44
  "entities.empty": "Noch kein Software-Katalog hinzugef\xFCgt",
45
45
  "entities.emptyDescription": "Sobald Software-Kataloge hinzugef\xFCgt werden, wird dieser Bereich relevante Inhalte anzeigen, die auf Ihre Erfahrung zugeschnitten sind.",
46
46
  "entities.register": "Komponente registrieren",
47
- "entities.viewAll": "Alle {{count}} Katalog-Entit\xE4ten anzeigen"
47
+ "entities.browseTheCatalog": "Katalog durchsuchen"
48
48
  }
49
49
  });
50
50
 
@@ -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 { homepageTranslationRef } from './ref';\n\n/**\n * German translation for Homepage.\n * @public\n */\nconst homepageTranslationDe = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': 'Willkommen zurück!',\n 'header.welcomePersonalized': 'Willkommen zurück, {{name}}!',\n 'header.local': 'Lokal',\n 'homePage.empty':\n 'Keine Homepage-Karten (Einbindungspunkte) konfiguriert oder gefunden.',\n 'search.placeholder': 'Suchen',\n 'quickAccess.title': 'Schnellzugriff',\n 'quickAccess.fetchError': 'Daten konnten nicht abgerufen werden.',\n 'quickAccess.error': 'Unbekannter Fehler',\n 'featuredDocs.learnMore': ' Mehr erfahren',\n 'templates.title': 'Vorlagen erkunden',\n 'templates.fetchError': 'Daten konnten nicht abgerufen werden.',\n 'templates.error': 'Unbekannter Fehler',\n 'templates.empty': 'Noch keine Vorlagen hinzugefügt',\n 'templates.emptyDescription':\n 'Sobald Vorlagen hinzugefügt werden, wird dieser Bereich relevante Inhalte anzeigen, die auf Ihre Erfahrung zugeschnitten sind.',\n 'templates.register': 'Vorlage registrieren',\n 'templates.viewAll': 'Alle {{count}} Vorlagen anzeigen',\n 'onboarding.greeting.goodMorning': 'Guten Morgen',\n 'onboarding.greeting.goodAfternoon': 'Guten Tag',\n 'onboarding.greeting.goodEvening': 'Guten Abend',\n 'onboarding.guest': 'Gast',\n 'onboarding.getStarted.title': 'Erste Schritte',\n 'onboarding.getStarted.description':\n 'Lernen Sie Red Hat Developer Hub kennen.',\n 'onboarding.getStarted.buttonText': 'Dokumentation lesen',\n 'onboarding.getStarted.ariaLabel':\n 'Dokumentation lesen (öffnet in neuem Tab)',\n 'onboarding.explore.title': 'Erkunden',\n 'onboarding.explore.description':\n 'Erkunden Sie Komponenten, APIs und Vorlagen.',\n 'onboarding.explore.buttonText': 'Zum Katalog gehen',\n 'onboarding.explore.ariaLabel': 'Zum Katalog gehen',\n 'onboarding.learn.title': 'Lernen',\n 'onboarding.learn.description':\n 'Erkunden und entwickeln Sie neue Fähigkeiten.',\n 'onboarding.learn.buttonText': 'Zu Lernpfaden gehen',\n 'onboarding.learn.ariaLabel': 'Zu Lernpfaden gehen',\n 'entities.title': 'Erkunden Sie Ihren Software-Katalog',\n 'entities.fetchError': 'Daten konnten nicht abgerufen werden.',\n 'entities.error': 'Unbekannter Fehler',\n 'entities.description':\n 'Durchsuchen Sie die Systeme, Komponenten, Ressourcen und APIs, die in Ihrer Organisation verfügbar sind.',\n 'entities.close': 'schließen',\n 'entities.empty': 'Noch kein Software-Katalog hinzugefügt',\n 'entities.emptyDescription':\n 'Sobald Software-Kataloge hinzugefügt werden, wird dieser Bereich relevante Inhalte anzeigen, die auf Ihre Erfahrung zugeschnitten sind.',\n 'entities.register': 'Komponente registrieren',\n 'entities.viewAll': 'Alle {{count}} Katalog-Entitäten anzeigen',\n },\n});\n\nexport default homepageTranslationDe;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,uBAAA;AAAA,IAClB,4BAA8B,EAAA,iCAAA;AAAA,IAC9B,cAAgB,EAAA,OAAA;AAAA,IAChB,gBACE,EAAA,uEAAA;AAAA,IACF,oBAAsB,EAAA,QAAA;AAAA,IACtB,mBAAqB,EAAA,gBAAA;AAAA,IACrB,wBAA0B,EAAA,uCAAA;AAAA,IAC1B,mBAAqB,EAAA,oBAAA;AAAA,IACrB,wBAA0B,EAAA,gBAAA;AAAA,IAC1B,iBAAmB,EAAA,mBAAA;AAAA,IACnB,sBAAwB,EAAA,uCAAA;AAAA,IACxB,iBAAmB,EAAA,oBAAA;AAAA,IACnB,iBAAmB,EAAA,oCAAA;AAAA,IACnB,4BACE,EAAA,mIAAA;AAAA,IACF,oBAAsB,EAAA,sBAAA;AAAA,IACtB,mBAAqB,EAAA,kCAAA;AAAA,IACrB,iCAAmC,EAAA,cAAA;AAAA,IACnC,mCAAqC,EAAA,WAAA;AAAA,IACrC,iCAAmC,EAAA,aAAA;AAAA,IACnC,kBAAoB,EAAA,MAAA;AAAA,IACpB,6BAA+B,EAAA,gBAAA;AAAA,IAC/B,mCACE,EAAA,0CAAA;AAAA,IACF,kCAAoC,EAAA,qBAAA;AAAA,IACpC,iCACE,EAAA,8CAAA;AAAA,IACF,0BAA4B,EAAA,UAAA;AAAA,IAC5B,gCACE,EAAA,8CAAA;AAAA,IACF,+BAAiC,EAAA,mBAAA;AAAA,IACjC,8BAAgC,EAAA,mBAAA;AAAA,IAChC,wBAA0B,EAAA,QAAA;AAAA,IAC1B,8BACE,EAAA,kDAAA;AAAA,IACF,6BAA+B,EAAA,qBAAA;AAAA,IAC/B,4BAA8B,EAAA,qBAAA;AAAA,IAC9B,gBAAkB,EAAA,qCAAA;AAAA,IAClB,qBAAuB,EAAA,uCAAA;AAAA,IACvB,gBAAkB,EAAA,oBAAA;AAAA,IAClB,sBACE,EAAA,6GAAA;AAAA,IACF,gBAAkB,EAAA,cAAA;AAAA,IAClB,gBAAkB,EAAA,2CAAA;AAAA,IAClB,2BACE,EAAA,4IAAA;AAAA,IACF,mBAAqB,EAAA,yBAAA;AAAA,IACrB,kBAAoB,EAAA;AAAA;AAExB,CAAC;;;;"}
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 { homepageTranslationRef } from './ref';\n\n/**\n * German translation for Homepage.\n * @public\n */\nconst homepageTranslationDe = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': 'Willkommen zurück!',\n 'header.welcomePersonalized': 'Willkommen zurück, {{name}}!',\n 'header.local': 'Lokal',\n 'homePage.empty':\n 'Keine Homepage-Karten (Einbindungspunkte) konfiguriert oder gefunden.',\n 'search.placeholder': 'Suchen',\n 'quickAccess.title': 'Schnellzugriff',\n 'quickAccess.fetchError': 'Daten konnten nicht abgerufen werden.',\n 'quickAccess.error': 'Unbekannter Fehler',\n 'featuredDocs.learnMore': ' Mehr erfahren',\n 'templates.title': 'Vorlagen erkunden',\n 'templates.fetchError': 'Daten konnten nicht abgerufen werden.',\n 'templates.error': 'Unbekannter Fehler',\n 'templates.empty': 'Noch keine Vorlagen hinzugefügt',\n 'templates.emptyDescription':\n 'Sobald Vorlagen hinzugefügt werden, wird dieser Bereich relevante Inhalte anzeigen, die auf Ihre Erfahrung zugeschnitten sind.',\n 'templates.register': 'Vorlage registrieren',\n 'templates.viewAll': 'Alle {{count}} Vorlagen anzeigen',\n 'onboarding.greeting.goodMorning': 'Guten Morgen',\n 'onboarding.greeting.goodAfternoon': 'Guten Tag',\n 'onboarding.greeting.goodEvening': 'Guten Abend',\n 'onboarding.guest': 'Gast',\n 'onboarding.getStarted.title': 'Erste Schritte',\n 'onboarding.getStarted.description':\n 'Lernen Sie Red Hat Developer Hub kennen.',\n 'onboarding.getStarted.buttonText': 'Dokumentation lesen',\n 'onboarding.getStarted.ariaLabel':\n 'Dokumentation lesen (öffnet in neuem Tab)',\n 'onboarding.explore.title': 'Erkunden',\n 'onboarding.explore.description':\n 'Erkunden Sie Komponenten, APIs und Vorlagen.',\n 'onboarding.explore.buttonText': 'Zum Katalog gehen',\n 'onboarding.explore.ariaLabel': 'Zum Katalog gehen',\n 'onboarding.learn.title': 'Lernen',\n 'onboarding.learn.description':\n 'Erkunden und entwickeln Sie neue Fähigkeiten.',\n 'onboarding.learn.buttonText': 'Zu Lernpfaden gehen',\n 'onboarding.learn.ariaLabel': 'Zu Lernpfaden gehen',\n 'entities.title': 'Erkunden Sie Ihren Software-Katalog',\n 'entities.fetchError': 'Daten konnten nicht abgerufen werden.',\n 'entities.error': 'Unbekannter Fehler',\n 'entities.description':\n 'Durchsuchen Sie die Systeme, Komponenten, Ressourcen und APIs, die in Ihrer Organisation verfügbar sind.',\n 'entities.close': 'schließen',\n 'entities.empty': 'Noch kein Software-Katalog hinzugefügt',\n 'entities.emptyDescription':\n 'Sobald Software-Kataloge hinzugefügt werden, wird dieser Bereich relevante Inhalte anzeigen, die auf Ihre Erfahrung zugeschnitten sind.',\n 'entities.register': 'Komponente registrieren',\n 'entities.browseTheCatalog': 'Katalog durchsuchen',\n },\n});\n\nexport default homepageTranslationDe;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,uBAAA;AAAA,IAClB,4BAA8B,EAAA,iCAAA;AAAA,IAC9B,cAAgB,EAAA,OAAA;AAAA,IAChB,gBACE,EAAA,uEAAA;AAAA,IACF,oBAAsB,EAAA,QAAA;AAAA,IACtB,mBAAqB,EAAA,gBAAA;AAAA,IACrB,wBAA0B,EAAA,uCAAA;AAAA,IAC1B,mBAAqB,EAAA,oBAAA;AAAA,IACrB,wBAA0B,EAAA,gBAAA;AAAA,IAC1B,iBAAmB,EAAA,mBAAA;AAAA,IACnB,sBAAwB,EAAA,uCAAA;AAAA,IACxB,iBAAmB,EAAA,oBAAA;AAAA,IACnB,iBAAmB,EAAA,oCAAA;AAAA,IACnB,4BACE,EAAA,mIAAA;AAAA,IACF,oBAAsB,EAAA,sBAAA;AAAA,IACtB,mBAAqB,EAAA,kCAAA;AAAA,IACrB,iCAAmC,EAAA,cAAA;AAAA,IACnC,mCAAqC,EAAA,WAAA;AAAA,IACrC,iCAAmC,EAAA,aAAA;AAAA,IACnC,kBAAoB,EAAA,MAAA;AAAA,IACpB,6BAA+B,EAAA,gBAAA;AAAA,IAC/B,mCACE,EAAA,0CAAA;AAAA,IACF,kCAAoC,EAAA,qBAAA;AAAA,IACpC,iCACE,EAAA,8CAAA;AAAA,IACF,0BAA4B,EAAA,UAAA;AAAA,IAC5B,gCACE,EAAA,8CAAA;AAAA,IACF,+BAAiC,EAAA,mBAAA;AAAA,IACjC,8BAAgC,EAAA,mBAAA;AAAA,IAChC,wBAA0B,EAAA,QAAA;AAAA,IAC1B,8BACE,EAAA,kDAAA;AAAA,IACF,6BAA+B,EAAA,qBAAA;AAAA,IAC/B,4BAA8B,EAAA,qBAAA;AAAA,IAC9B,gBAAkB,EAAA,qCAAA;AAAA,IAClB,qBAAuB,EAAA,uCAAA;AAAA,IACvB,gBAAkB,EAAA,oBAAA;AAAA,IAClB,sBACE,EAAA,6GAAA;AAAA,IACF,gBAAkB,EAAA,cAAA;AAAA,IAClB,gBAAkB,EAAA,2CAAA;AAAA,IAClB,2BACE,EAAA,4IAAA;AAAA,IACF,mBAAqB,EAAA,yBAAA;AAAA,IACrB,2BAA6B,EAAA;AAAA;AAEjC,CAAC;;;;"}
@@ -44,7 +44,7 @@ const homepageTranslationEs = createTranslationMessages({
44
44
  "entities.empty": "A\xFAn no se ha a\xF1adido cat\xE1logo de software",
45
45
  "entities.emptyDescription": "Una vez que se agreguen cat\xE1logos de software, este espacio mostrar\xE1 contenido relevante adaptado a tu experiencia.",
46
46
  "entities.register": "Registrar un componente",
47
- "entities.viewAll": "Ver todas las {{count}} entidades del cat\xE1logo"
47
+ "entities.browseTheCatalog": "Explorar el cat\xE1logo"
48
48
  }
49
49
  });
50
50
 
@@ -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 { homepageTranslationRef } from './ref';\n\n/**\n * Spanish translation for Homepage.\n * @public\n */\nconst homepageTranslationEs = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': '¡Bienvenido de vuelta!',\n 'header.welcomePersonalized': '¡Bienvenido de vuelta, {{name}}!',\n 'header.local': 'Local',\n 'homePage.empty':\n 'No se configuraron o encontraron tarjetas de página de inicio (puntos de montaje).',\n 'search.placeholder': 'Buscar',\n 'quickAccess.title': 'Acceso rápido',\n 'quickAccess.fetchError': 'No se pudieron obtener los datos.',\n 'quickAccess.error': 'Error desconocido',\n 'featuredDocs.learnMore': ' Saber más',\n 'templates.title': 'Explorar plantillas',\n 'templates.fetchError': 'No se pudieron obtener los datos.',\n 'templates.error': 'Error desconocido',\n 'templates.empty': 'Aún no se han añadido plantillas',\n 'templates.emptyDescription':\n 'Una vez que se agreguen plantillas, este espacio mostrará contenido relevante adaptado a tu experiencia.',\n 'templates.register': 'Registrar una plantilla',\n 'templates.viewAll': 'Ver todas las {{count}} plantillas',\n 'onboarding.greeting.goodMorning': 'Buenos días',\n 'onboarding.greeting.goodAfternoon': 'Buenas tardes',\n 'onboarding.greeting.goodEvening': 'Buenas noches',\n 'onboarding.guest': 'Invitado',\n 'onboarding.getStarted.title': 'Comenzar',\n 'onboarding.getStarted.description': 'Aprende sobre Red Hat Developer Hub.',\n 'onboarding.getStarted.buttonText': 'Leer documentación',\n 'onboarding.getStarted.ariaLabel':\n 'Leer documentación (se abre en una nueva pestaña)',\n 'onboarding.explore.title': 'Explorar',\n 'onboarding.explore.description': 'Explora componentes, APIs y plantillas.',\n 'onboarding.explore.buttonText': 'Ir al catálogo',\n 'onboarding.explore.ariaLabel': 'Ir al catálogo',\n 'onboarding.learn.title': 'Aprender',\n 'onboarding.learn.description': 'Explora y desarrolla nuevas habilidades.',\n 'onboarding.learn.buttonText': 'Ir a rutas de aprendizaje',\n 'onboarding.learn.ariaLabel': 'Ir a rutas de aprendizaje',\n 'entities.title': 'Explora tu catálogo de software',\n 'entities.fetchError': 'No se pudieron obtener los datos.',\n 'entities.error': 'Error desconocido',\n 'entities.description':\n 'Explora los sistemas, componentes, recursos y APIs disponibles en tu organización.',\n 'entities.close': 'cerrar',\n 'entities.empty': 'Aún no se ha añadido catálogo de software',\n 'entities.emptyDescription':\n 'Una vez que se agreguen catálogos de software, este espacio mostrará contenido relevante adaptado a tu experiencia.',\n 'entities.register': 'Registrar un componente',\n 'entities.viewAll': 'Ver todas las {{count}} entidades del catálogo',\n },\n});\n\nexport default homepageTranslationEs;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,2BAAA;AAAA,IAClB,4BAA8B,EAAA,qCAAA;AAAA,IAC9B,cAAgB,EAAA,OAAA;AAAA,IAChB,gBACE,EAAA,uFAAA;AAAA,IACF,oBAAsB,EAAA,QAAA;AAAA,IACtB,mBAAqB,EAAA,kBAAA;AAAA,IACrB,wBAA0B,EAAA,mCAAA;AAAA,IAC1B,mBAAqB,EAAA,mBAAA;AAAA,IACrB,wBAA0B,EAAA,eAAA;AAAA,IAC1B,iBAAmB,EAAA,qBAAA;AAAA,IACnB,sBAAwB,EAAA,mCAAA;AAAA,IACxB,iBAAmB,EAAA,mBAAA;AAAA,IACnB,iBAAmB,EAAA,wCAAA;AAAA,IACnB,4BACE,EAAA,6GAAA;AAAA,IACF,oBAAsB,EAAA,yBAAA;AAAA,IACtB,mBAAqB,EAAA,oCAAA;AAAA,IACrB,iCAAmC,EAAA,gBAAA;AAAA,IACnC,mCAAqC,EAAA,eAAA;AAAA,IACrC,iCAAmC,EAAA,eAAA;AAAA,IACnC,kBAAoB,EAAA,UAAA;AAAA,IACpB,6BAA+B,EAAA,UAAA;AAAA,IAC/B,mCAAqC,EAAA,sCAAA;AAAA,IACrC,kCAAoC,EAAA,uBAAA;AAAA,IACpC,iCACE,EAAA,yDAAA;AAAA,IACF,0BAA4B,EAAA,UAAA;AAAA,IAC5B,gCAAkC,EAAA,yCAAA;AAAA,IAClC,+BAAiC,EAAA,mBAAA;AAAA,IACjC,8BAAgC,EAAA,mBAAA;AAAA,IAChC,wBAA0B,EAAA,UAAA;AAAA,IAC1B,8BAAgC,EAAA,0CAAA;AAAA,IAChC,6BAA+B,EAAA,2BAAA;AAAA,IAC/B,4BAA8B,EAAA,2BAAA;AAAA,IAC9B,gBAAkB,EAAA,oCAAA;AAAA,IAClB,qBAAuB,EAAA,mCAAA;AAAA,IACvB,gBAAkB,EAAA,mBAAA;AAAA,IAClB,sBACE,EAAA,uFAAA;AAAA,IACF,gBAAkB,EAAA,QAAA;AAAA,IAClB,gBAAkB,EAAA,oDAAA;AAAA,IAClB,2BACE,EAAA,2HAAA;AAAA,IACF,mBAAqB,EAAA,yBAAA;AAAA,IACrB,kBAAoB,EAAA;AAAA;AAExB,CAAC;;;;"}
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 { homepageTranslationRef } from './ref';\n\n/**\n * Spanish translation for Homepage.\n * @public\n */\nconst homepageTranslationEs = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': '¡Bienvenido de vuelta!',\n 'header.welcomePersonalized': '¡Bienvenido de vuelta, {{name}}!',\n 'header.local': 'Local',\n 'homePage.empty':\n 'No se configuraron o encontraron tarjetas de página de inicio (puntos de montaje).',\n 'search.placeholder': 'Buscar',\n 'quickAccess.title': 'Acceso rápido',\n 'quickAccess.fetchError': 'No se pudieron obtener los datos.',\n 'quickAccess.error': 'Error desconocido',\n 'featuredDocs.learnMore': ' Saber más',\n 'templates.title': 'Explorar plantillas',\n 'templates.fetchError': 'No se pudieron obtener los datos.',\n 'templates.error': 'Error desconocido',\n 'templates.empty': 'Aún no se han añadido plantillas',\n 'templates.emptyDescription':\n 'Una vez que se agreguen plantillas, este espacio mostrará contenido relevante adaptado a tu experiencia.',\n 'templates.register': 'Registrar una plantilla',\n 'templates.viewAll': 'Ver todas las {{count}} plantillas',\n 'onboarding.greeting.goodMorning': 'Buenos días',\n 'onboarding.greeting.goodAfternoon': 'Buenas tardes',\n 'onboarding.greeting.goodEvening': 'Buenas noches',\n 'onboarding.guest': 'Invitado',\n 'onboarding.getStarted.title': 'Comenzar',\n 'onboarding.getStarted.description': 'Aprende sobre Red Hat Developer Hub.',\n 'onboarding.getStarted.buttonText': 'Leer documentación',\n 'onboarding.getStarted.ariaLabel':\n 'Leer documentación (se abre en una nueva pestaña)',\n 'onboarding.explore.title': 'Explorar',\n 'onboarding.explore.description': 'Explora componentes, APIs y plantillas.',\n 'onboarding.explore.buttonText': 'Ir al catálogo',\n 'onboarding.explore.ariaLabel': 'Ir al catálogo',\n 'onboarding.learn.title': 'Aprender',\n 'onboarding.learn.description': 'Explora y desarrolla nuevas habilidades.',\n 'onboarding.learn.buttonText': 'Ir a rutas de aprendizaje',\n 'onboarding.learn.ariaLabel': 'Ir a rutas de aprendizaje',\n 'entities.title': 'Explora tu catálogo de software',\n 'entities.fetchError': 'No se pudieron obtener los datos.',\n 'entities.error': 'Error desconocido',\n 'entities.description':\n 'Explora los sistemas, componentes, recursos y APIs disponibles en tu organización.',\n 'entities.close': 'cerrar',\n 'entities.empty': 'Aún no se ha añadido catálogo de software',\n 'entities.emptyDescription':\n 'Una vez que se agreguen catálogos de software, este espacio mostrará contenido relevante adaptado a tu experiencia.',\n 'entities.register': 'Registrar un componente',\n 'entities.browseTheCatalog': 'Explorar el catálogo',\n },\n});\n\nexport default homepageTranslationEs;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,2BAAA;AAAA,IAClB,4BAA8B,EAAA,qCAAA;AAAA,IAC9B,cAAgB,EAAA,OAAA;AAAA,IAChB,gBACE,EAAA,uFAAA;AAAA,IACF,oBAAsB,EAAA,QAAA;AAAA,IACtB,mBAAqB,EAAA,kBAAA;AAAA,IACrB,wBAA0B,EAAA,mCAAA;AAAA,IAC1B,mBAAqB,EAAA,mBAAA;AAAA,IACrB,wBAA0B,EAAA,eAAA;AAAA,IAC1B,iBAAmB,EAAA,qBAAA;AAAA,IACnB,sBAAwB,EAAA,mCAAA;AAAA,IACxB,iBAAmB,EAAA,mBAAA;AAAA,IACnB,iBAAmB,EAAA,wCAAA;AAAA,IACnB,4BACE,EAAA,6GAAA;AAAA,IACF,oBAAsB,EAAA,yBAAA;AAAA,IACtB,mBAAqB,EAAA,oCAAA;AAAA,IACrB,iCAAmC,EAAA,gBAAA;AAAA,IACnC,mCAAqC,EAAA,eAAA;AAAA,IACrC,iCAAmC,EAAA,eAAA;AAAA,IACnC,kBAAoB,EAAA,UAAA;AAAA,IACpB,6BAA+B,EAAA,UAAA;AAAA,IAC/B,mCAAqC,EAAA,sCAAA;AAAA,IACrC,kCAAoC,EAAA,uBAAA;AAAA,IACpC,iCACE,EAAA,yDAAA;AAAA,IACF,0BAA4B,EAAA,UAAA;AAAA,IAC5B,gCAAkC,EAAA,yCAAA;AAAA,IAClC,+BAAiC,EAAA,mBAAA;AAAA,IACjC,8BAAgC,EAAA,mBAAA;AAAA,IAChC,wBAA0B,EAAA,UAAA;AAAA,IAC1B,8BAAgC,EAAA,0CAAA;AAAA,IAChC,6BAA+B,EAAA,2BAAA;AAAA,IAC/B,4BAA8B,EAAA,2BAAA;AAAA,IAC9B,gBAAkB,EAAA,oCAAA;AAAA,IAClB,qBAAuB,EAAA,mCAAA;AAAA,IACvB,gBAAkB,EAAA,mBAAA;AAAA,IAClB,sBACE,EAAA,uFAAA;AAAA,IACF,gBAAkB,EAAA,QAAA;AAAA,IAClB,gBAAkB,EAAA,oDAAA;AAAA,IAClB,2BACE,EAAA,2HAAA;AAAA,IACF,mBAAqB,EAAA,yBAAA;AAAA,IACrB,2BAA6B,EAAA;AAAA;AAEjC,CAAC;;;;"}
@@ -44,7 +44,7 @@ const homepageTranslationFr = createTranslationMessages({
44
44
  "entities.empty": "Aucun catalogue de logiciels n'a encore \xE9t\xE9 ajout\xE9",
45
45
  "entities.emptyDescription": "Une fois les catalogues de logiciels ajout\xE9s, cet espace pr\xE9sentera du contenu pertinent adapt\xE9 \xE0 votre exp\xE9rience.",
46
46
  "entities.register": "Enregistrer un composant",
47
- "entities.viewAll": "Afficher toutes les {{count}} entit\xE9s du catalogue"
47
+ "entities.browseTheCatalog": "Parcourir le catalogue"
48
48
  }
49
49
  });
50
50
 
@@ -1 +1 @@
1
- {"version":3,"file":"fr.esm.js","sources":["../../src/translations/fr.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 { homepageTranslationRef } from './ref';\n\n/**\n * fr translation for plugin.dynamic-home-page.\n * @public\n */\nconst homepageTranslationFr = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': 'Content de vous revoir!',\n 'header.welcomePersonalized': 'Bienvenue {{name}} !',\n 'header.local': 'Locale',\n 'homePage.empty':\n \"Aucune carte de page d'accueil (points de montage) configurée ou trouvée.\",\n 'search.placeholder': 'Recherche',\n 'quickAccess.title': 'Accès rapide',\n 'quickAccess.fetchError': 'Impossible de récupérer les données.',\n 'quickAccess.error': 'Erreur inconnue',\n 'featuredDocs.learnMore': ' En savoir plus',\n 'templates.title': 'Explorer les modèles',\n 'templates.fetchError': 'Impossible de récupérer les données.',\n 'templates.error': 'Erreur inconnue',\n 'templates.empty': 'Aucun modèle ajouté pour le moment',\n 'templates.emptyDescription':\n 'Une fois les modèles ajoutés, cet espace présentera du contenu pertinent adapté à votre expérience.',\n 'templates.register': 'Enregistrer un modèle',\n 'templates.viewAll': 'Afficher tous les {{count}} modèles',\n 'onboarding.greeting.goodMorning': 'Bonjour',\n 'onboarding.greeting.goodAfternoon': 'Bon après-midi',\n 'onboarding.greeting.goodEvening': 'Bonne soirée',\n 'onboarding.guest': 'Invité',\n 'onboarding.getStarted.title': 'Commencer',\n 'onboarding.getStarted.description':\n 'En savoir plus sur Red Hat Developer Hub.',\n 'onboarding.getStarted.buttonText': 'Lire la documentation',\n 'onboarding.getStarted.ariaLabel':\n \"Lire la documentation (s'ouvre dans un nouvel onglet)\",\n 'onboarding.explore.title': 'Explorer',\n 'onboarding.explore.description':\n 'Explorer les composants, les API et les modèles.',\n 'onboarding.explore.buttonText': 'Accéder au catalogue',\n 'onboarding.explore.ariaLabel': 'Accéder au catalogue',\n 'onboarding.learn.title': 'Apprendre',\n 'onboarding.learn.description':\n 'Explorer et développer de nouvelles compétences.',\n 'onboarding.learn.buttonText': \"Accéder aux parcours d'apprentissage\",\n 'onboarding.learn.ariaLabel': \"Accéder aux parcours d'apprentissage\",\n 'entities.title': 'Explorer votre catalogue de logiciels',\n 'entities.fetchError': 'Impossible de récupérer les données.',\n 'entities.error': 'Erreur inconnue',\n 'entities.description':\n 'Parcourir les systèmes, les composants, les ressources et les API disponibles dans votre organisation.',\n 'entities.close': 'fermer',\n 'entities.empty': \"Aucun catalogue de logiciels n'a encore été ajouté\",\n 'entities.emptyDescription':\n 'Une fois les catalogues de logiciels ajoutés, cet espace présentera du contenu pertinent adapté à votre expérience.',\n 'entities.register': 'Enregistrer un composant',\n 'entities.viewAll': 'Afficher toutes les {{count}} entités du catalogue',\n },\n});\n\nexport default homepageTranslationFr;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,yBAAA;AAAA,IAClB,4BAA8B,EAAA,yBAAA;AAAA,IAC9B,cAAgB,EAAA,QAAA;AAAA,IAChB,gBACE,EAAA,iFAAA;AAAA,IACF,oBAAsB,EAAA,WAAA;AAAA,IACtB,mBAAqB,EAAA,iBAAA;AAAA,IACrB,wBAA0B,EAAA,+CAAA;AAAA,IAC1B,mBAAqB,EAAA,iBAAA;AAAA,IACrB,wBAA0B,EAAA,iBAAA;AAAA,IAC1B,iBAAmB,EAAA,yBAAA;AAAA,IACnB,sBAAwB,EAAA,+CAAA;AAAA,IACxB,iBAAmB,EAAA,iBAAA;AAAA,IACnB,iBAAmB,EAAA,0CAAA;AAAA,IACnB,4BACE,EAAA,uHAAA;AAAA,IACF,oBAAsB,EAAA,0BAAA;AAAA,IACtB,mBAAqB,EAAA,wCAAA;AAAA,IACrB,iCAAmC,EAAA,SAAA;AAAA,IACnC,mCAAqC,EAAA,mBAAA;AAAA,IACrC,iCAAmC,EAAA,iBAAA;AAAA,IACnC,kBAAoB,EAAA,WAAA;AAAA,IACpB,6BAA+B,EAAA,WAAA;AAAA,IAC/B,mCACE,EAAA,2CAAA;AAAA,IACF,kCAAoC,EAAA,uBAAA;AAAA,IACpC,iCACE,EAAA,uDAAA;AAAA,IACF,0BAA4B,EAAA,UAAA;AAAA,IAC5B,gCACE,EAAA,qDAAA;AAAA,IACF,+BAAiC,EAAA,yBAAA;AAAA,IACjC,8BAAgC,EAAA,yBAAA;AAAA,IAChC,wBAA0B,EAAA,WAAA;AAAA,IAC1B,8BACE,EAAA,wDAAA;AAAA,IACF,6BAA+B,EAAA,yCAAA;AAAA,IAC/B,4BAA8B,EAAA,yCAAA;AAAA,IAC9B,gBAAkB,EAAA,uCAAA;AAAA,IAClB,qBAAuB,EAAA,+CAAA;AAAA,IACvB,gBAAkB,EAAA,iBAAA;AAAA,IAClB,sBACE,EAAA,2GAAA;AAAA,IACF,gBAAkB,EAAA,QAAA;AAAA,IAClB,gBAAkB,EAAA,6DAAA;AAAA,IAClB,2BACE,EAAA,oIAAA;AAAA,IACF,mBAAqB,EAAA,0BAAA;AAAA,IACrB,kBAAoB,EAAA;AAAA;AAExB,CAAC;;;;"}
1
+ {"version":3,"file":"fr.esm.js","sources":["../../src/translations/fr.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 { homepageTranslationRef } from './ref';\n\n/**\n * fr translation for plugin.dynamic-home-page.\n * @public\n */\nconst homepageTranslationFr = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': 'Content de vous revoir!',\n 'header.welcomePersonalized': 'Bienvenue {{name}} !',\n 'header.local': 'Locale',\n 'homePage.empty':\n \"Aucune carte de page d'accueil (points de montage) configurée ou trouvée.\",\n 'search.placeholder': 'Recherche',\n 'quickAccess.title': 'Accès rapide',\n 'quickAccess.fetchError': 'Impossible de récupérer les données.',\n 'quickAccess.error': 'Erreur inconnue',\n 'featuredDocs.learnMore': ' En savoir plus',\n 'templates.title': 'Explorer les modèles',\n 'templates.fetchError': 'Impossible de récupérer les données.',\n 'templates.error': 'Erreur inconnue',\n 'templates.empty': 'Aucun modèle ajouté pour le moment',\n 'templates.emptyDescription':\n 'Une fois les modèles ajoutés, cet espace présentera du contenu pertinent adapté à votre expérience.',\n 'templates.register': 'Enregistrer un modèle',\n 'templates.viewAll': 'Afficher tous les {{count}} modèles',\n 'onboarding.greeting.goodMorning': 'Bonjour',\n 'onboarding.greeting.goodAfternoon': 'Bon après-midi',\n 'onboarding.greeting.goodEvening': 'Bonne soirée',\n 'onboarding.guest': 'Invité',\n 'onboarding.getStarted.title': 'Commencer',\n 'onboarding.getStarted.description':\n 'En savoir plus sur Red Hat Developer Hub.',\n 'onboarding.getStarted.buttonText': 'Lire la documentation',\n 'onboarding.getStarted.ariaLabel':\n \"Lire la documentation (s'ouvre dans un nouvel onglet)\",\n 'onboarding.explore.title': 'Explorer',\n 'onboarding.explore.description':\n 'Explorer les composants, les API et les modèles.',\n 'onboarding.explore.buttonText': 'Accéder au catalogue',\n 'onboarding.explore.ariaLabel': 'Accéder au catalogue',\n 'onboarding.learn.title': 'Apprendre',\n 'onboarding.learn.description':\n 'Explorer et développer de nouvelles compétences.',\n 'onboarding.learn.buttonText': \"Accéder aux parcours d'apprentissage\",\n 'onboarding.learn.ariaLabel': \"Accéder aux parcours d'apprentissage\",\n 'entities.title': 'Explorer votre catalogue de logiciels',\n 'entities.fetchError': 'Impossible de récupérer les données.',\n 'entities.error': 'Erreur inconnue',\n 'entities.description':\n 'Parcourir les systèmes, les composants, les ressources et les API disponibles dans votre organisation.',\n 'entities.close': 'fermer',\n 'entities.empty': \"Aucun catalogue de logiciels n'a encore été ajouté\",\n 'entities.emptyDescription':\n 'Une fois les catalogues de logiciels ajoutés, cet espace présentera du contenu pertinent adapté à votre expérience.',\n 'entities.register': 'Enregistrer un composant',\n 'entities.browseTheCatalog': 'Parcourir le catalogue',\n },\n});\n\nexport default homepageTranslationFr;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,yBAAA;AAAA,IAClB,4BAA8B,EAAA,yBAAA;AAAA,IAC9B,cAAgB,EAAA,QAAA;AAAA,IAChB,gBACE,EAAA,iFAAA;AAAA,IACF,oBAAsB,EAAA,WAAA;AAAA,IACtB,mBAAqB,EAAA,iBAAA;AAAA,IACrB,wBAA0B,EAAA,+CAAA;AAAA,IAC1B,mBAAqB,EAAA,iBAAA;AAAA,IACrB,wBAA0B,EAAA,iBAAA;AAAA,IAC1B,iBAAmB,EAAA,yBAAA;AAAA,IACnB,sBAAwB,EAAA,+CAAA;AAAA,IACxB,iBAAmB,EAAA,iBAAA;AAAA,IACnB,iBAAmB,EAAA,0CAAA;AAAA,IACnB,4BACE,EAAA,uHAAA;AAAA,IACF,oBAAsB,EAAA,0BAAA;AAAA,IACtB,mBAAqB,EAAA,wCAAA;AAAA,IACrB,iCAAmC,EAAA,SAAA;AAAA,IACnC,mCAAqC,EAAA,mBAAA;AAAA,IACrC,iCAAmC,EAAA,iBAAA;AAAA,IACnC,kBAAoB,EAAA,WAAA;AAAA,IACpB,6BAA+B,EAAA,WAAA;AAAA,IAC/B,mCACE,EAAA,2CAAA;AAAA,IACF,kCAAoC,EAAA,uBAAA;AAAA,IACpC,iCACE,EAAA,uDAAA;AAAA,IACF,0BAA4B,EAAA,UAAA;AAAA,IAC5B,gCACE,EAAA,qDAAA;AAAA,IACF,+BAAiC,EAAA,yBAAA;AAAA,IACjC,8BAAgC,EAAA,yBAAA;AAAA,IAChC,wBAA0B,EAAA,WAAA;AAAA,IAC1B,8BACE,EAAA,wDAAA;AAAA,IACF,6BAA+B,EAAA,yCAAA;AAAA,IAC/B,4BAA8B,EAAA,yCAAA;AAAA,IAC9B,gBAAkB,EAAA,uCAAA;AAAA,IAClB,qBAAuB,EAAA,+CAAA;AAAA,IACvB,gBAAkB,EAAA,iBAAA;AAAA,IAClB,sBACE,EAAA,2GAAA;AAAA,IACF,gBAAkB,EAAA,QAAA;AAAA,IAClB,gBAAkB,EAAA,6DAAA;AAAA,IAClB,2BACE,EAAA,oIAAA;AAAA,IACF,mBAAqB,EAAA,0BAAA;AAAA,IACrB,2BAA6B,EAAA;AAAA;AAEjC,CAAC;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["../../src/translations/index.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 { createTranslationResource } from '@backstage/core-plugin-api/alpha';\n\nimport { homepageTranslationRef } from './ref';\n\n/**\n * The translation resource for the Homepage plugin.\n * @public\n */\nexport const homepageTranslations = createTranslationResource({\n ref: homepageTranslationRef,\n translations: {\n de: () => import('./de'),\n es: () => import('./es'),\n fr: () => import('./fr'),\n it: () => import('./it'),\n ja: () => import('./ja'),\n },\n});\n\nexport { homepageTranslationRef };\n"],"names":[],"mappings":";;;AAwBO,MAAM,uBAAuB,yBAA0B,CAAA;AAAA,EAC5D,GAAK,EAAA,sBAAA;AAAA,EACL,YAAc,EAAA;AAAA,IACZ,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM;AAAA;AAE3B,CAAC;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/translations/index.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 { createTranslationResource } from '@backstage/core-plugin-api/alpha';\n\nimport { homepageTranslationRef } from './ref';\n\n/**\n * Translation resource for the Dynamic Home Page plugin (en, de, es, fr, it, ja).\n *\n * @public\n */\nexport const homepageTranslations = createTranslationResource({\n ref: homepageTranslationRef,\n translations: {\n de: () => import('./de'),\n es: () => import('./es'),\n fr: () => import('./fr'),\n it: () => import('./it'),\n ja: () => import('./ja'),\n },\n});\n\nexport { homepageTranslationRef };\n"],"names":[],"mappings":";;;AAyBO,MAAM,uBAAuB,yBAA0B,CAAA;AAAA,EAC5D,GAAK,EAAA,sBAAA;AAAA,EACL,YAAc,EAAA;AAAA,IACZ,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM;AAAA;AAE3B,CAAC;;;;"}
@@ -44,7 +44,7 @@ const homepageTranslationIt = createTranslationMessages({
44
44
  "entities.empty": "Non \xE8 stato ancora aggiunto alcun catalogo software",
45
45
  "entities.emptyDescription": "Una volta aggiunti i cataloghi software, in quest'area verranno visualizzati contenuti pertinenti e personalizzati in base all'esperienza dell'utente.",
46
46
  "entities.register": "Registrare un componente",
47
- "entities.viewAll": "Visualizza tutte le {{count}} entit\xE0 del catalogo"
47
+ "entities.browseTheCatalog": "Esplora il catalogo"
48
48
  }
49
49
  });
50
50
 
@@ -1 +1 @@
1
- {"version":3,"file":"it.esm.js","sources":["../../src/translations/it.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 { homepageTranslationRef } from './ref';\n\n/**\n * Italian translation for plugin.dynamic-home-page.\n * @public\n */\nconst homepageTranslationIt = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': 'Bentornato/a!',\n 'header.welcomePersonalized': 'Bentornato/a, {{name}}!',\n 'header.local': 'Locale',\n 'homePage.empty':\n 'Nessuna scheda home page (punto di montaggio) configurata o trovata.',\n 'search.placeholder': 'Ricerca',\n 'quickAccess.title': 'Accesso rapido',\n 'quickAccess.fetchError': 'Impossibile recuperare i dati.',\n 'quickAccess.error': 'Errore sconosciuto',\n 'featuredDocs.learnMore': ' Per saperne di più',\n 'templates.title': 'Esplora i modelli',\n 'templates.fetchError': 'Impossibile recuperare i dati.',\n 'templates.error': 'Errore sconosciuto',\n 'templates.empty': 'Non è stato ancora aggiunto alcun modello',\n 'templates.emptyDescription':\n \"Una volta aggiunti i modelli, in quest'area verranno visualizzati contenuti pertinenti e personalizzati in base all'esperienza dell'utente.\",\n 'templates.register': 'Registra un modello',\n 'templates.viewAll': 'Visualizza tutti i {{count}} modelli',\n 'onboarding.greeting.goodMorning': 'Buon giorno',\n 'onboarding.greeting.goodAfternoon': 'Buon pomeriggio',\n 'onboarding.greeting.goodEvening': 'Buona sera',\n 'onboarding.guest': 'Ospite',\n 'onboarding.getStarted.title': 'Inizia',\n 'onboarding.getStarted.description':\n 'Scopri di più su Red Hat Developer Hub.',\n 'onboarding.getStarted.buttonText': 'Leggi la documentazione',\n 'onboarding.getStarted.ariaLabel':\n 'Leggi la documentazione (si apre in una nuova scheda)',\n 'onboarding.explore.title': 'Esplora',\n 'onboarding.explore.description': 'Esplora componenti, API e modelli.',\n 'onboarding.explore.buttonText': 'Vai al Catalogo',\n 'onboarding.explore.ariaLabel': 'Vai al Catalogo',\n 'onboarding.learn.title': 'Apprendi',\n 'onboarding.learn.description': 'Esplora e sviluppa nuove competenze.',\n 'onboarding.learn.buttonText': 'Vai ai Percorsi di apprendimento',\n 'onboarding.learn.ariaLabel': 'Vai ai Percorsi di apprendimento',\n 'entities.title': 'Esplora il Catalogo software',\n 'entities.fetchError': 'Impossibile recuperare i dati.',\n 'entities.error': 'Errore sconosciuto',\n 'entities.description':\n 'Esplora i sistemi, i componenti, le risorse e le API disponibili nella tua organizzazione.',\n 'entities.close': 'chiudi',\n 'entities.empty': 'Non è stato ancora aggiunto alcun catalogo software',\n 'entities.emptyDescription':\n \"Una volta aggiunti i cataloghi software, in quest'area verranno visualizzati contenuti pertinenti e personalizzati in base all'esperienza dell'utente.\",\n 'entities.register': 'Registrare un componente',\n 'entities.viewAll': 'Visualizza tutte le {{count}} entità del catalogo',\n },\n});\n\nexport default homepageTranslationIt;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,eAAA;AAAA,IAClB,4BAA8B,EAAA,yBAAA;AAAA,IAC9B,cAAgB,EAAA,QAAA;AAAA,IAChB,gBACE,EAAA,sEAAA;AAAA,IACF,oBAAsB,EAAA,SAAA;AAAA,IACtB,mBAAqB,EAAA,gBAAA;AAAA,IACrB,wBAA0B,EAAA,gCAAA;AAAA,IAC1B,mBAAqB,EAAA,oBAAA;AAAA,IACrB,wBAA0B,EAAA,wBAAA;AAAA,IAC1B,iBAAmB,EAAA,mBAAA;AAAA,IACnB,sBAAwB,EAAA,gCAAA;AAAA,IACxB,iBAAmB,EAAA,oBAAA;AAAA,IACnB,iBAAmB,EAAA,8CAAA;AAAA,IACnB,4BACE,EAAA,6IAAA;AAAA,IACF,oBAAsB,EAAA,qBAAA;AAAA,IACtB,mBAAqB,EAAA,sCAAA;AAAA,IACrB,iCAAmC,EAAA,aAAA;AAAA,IACnC,mCAAqC,EAAA,iBAAA;AAAA,IACrC,iCAAmC,EAAA,YAAA;AAAA,IACnC,kBAAoB,EAAA,QAAA;AAAA,IACpB,6BAA+B,EAAA,QAAA;AAAA,IAC/B,mCACE,EAAA,4CAAA;AAAA,IACF,kCAAoC,EAAA,yBAAA;AAAA,IACpC,iCACE,EAAA,uDAAA;AAAA,IACF,0BAA4B,EAAA,SAAA;AAAA,IAC5B,gCAAkC,EAAA,oCAAA;AAAA,IAClC,+BAAiC,EAAA,iBAAA;AAAA,IACjC,8BAAgC,EAAA,iBAAA;AAAA,IAChC,wBAA0B,EAAA,UAAA;AAAA,IAC1B,8BAAgC,EAAA,sCAAA;AAAA,IAChC,6BAA+B,EAAA,kCAAA;AAAA,IAC/B,4BAA8B,EAAA,kCAAA;AAAA,IAC9B,gBAAkB,EAAA,8BAAA;AAAA,IAClB,qBAAuB,EAAA,gCAAA;AAAA,IACvB,gBAAkB,EAAA,oBAAA;AAAA,IAClB,sBACE,EAAA,4FAAA;AAAA,IACF,gBAAkB,EAAA,QAAA;AAAA,IAClB,gBAAkB,EAAA,wDAAA;AAAA,IAClB,2BACE,EAAA,wJAAA;AAAA,IACF,mBAAqB,EAAA,0BAAA;AAAA,IACrB,kBAAoB,EAAA;AAAA;AAExB,CAAC;;;;"}
1
+ {"version":3,"file":"it.esm.js","sources":["../../src/translations/it.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 { homepageTranslationRef } from './ref';\n\n/**\n * Italian translation for plugin.dynamic-home-page.\n * @public\n */\nconst homepageTranslationIt = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': 'Bentornato/a!',\n 'header.welcomePersonalized': 'Bentornato/a, {{name}}!',\n 'header.local': 'Locale',\n 'homePage.empty':\n 'Nessuna scheda home page (punto di montaggio) configurata o trovata.',\n 'search.placeholder': 'Ricerca',\n 'quickAccess.title': 'Accesso rapido',\n 'quickAccess.fetchError': 'Impossibile recuperare i dati.',\n 'quickAccess.error': 'Errore sconosciuto',\n 'featuredDocs.learnMore': ' Per saperne di più',\n 'templates.title': 'Esplora i modelli',\n 'templates.fetchError': 'Impossibile recuperare i dati.',\n 'templates.error': 'Errore sconosciuto',\n 'templates.empty': 'Non è stato ancora aggiunto alcun modello',\n 'templates.emptyDescription':\n \"Una volta aggiunti i modelli, in quest'area verranno visualizzati contenuti pertinenti e personalizzati in base all'esperienza dell'utente.\",\n 'templates.register': 'Registra un modello',\n 'templates.viewAll': 'Visualizza tutti i {{count}} modelli',\n 'onboarding.greeting.goodMorning': 'Buon giorno',\n 'onboarding.greeting.goodAfternoon': 'Buon pomeriggio',\n 'onboarding.greeting.goodEvening': 'Buona sera',\n 'onboarding.guest': 'Ospite',\n 'onboarding.getStarted.title': 'Inizia',\n 'onboarding.getStarted.description':\n 'Scopri di più su Red Hat Developer Hub.',\n 'onboarding.getStarted.buttonText': 'Leggi la documentazione',\n 'onboarding.getStarted.ariaLabel':\n 'Leggi la documentazione (si apre in una nuova scheda)',\n 'onboarding.explore.title': 'Esplora',\n 'onboarding.explore.description': 'Esplora componenti, API e modelli.',\n 'onboarding.explore.buttonText': 'Vai al Catalogo',\n 'onboarding.explore.ariaLabel': 'Vai al Catalogo',\n 'onboarding.learn.title': 'Apprendi',\n 'onboarding.learn.description': 'Esplora e sviluppa nuove competenze.',\n 'onboarding.learn.buttonText': 'Vai ai Percorsi di apprendimento',\n 'onboarding.learn.ariaLabel': 'Vai ai Percorsi di apprendimento',\n 'entities.title': 'Esplora il Catalogo software',\n 'entities.fetchError': 'Impossibile recuperare i dati.',\n 'entities.error': 'Errore sconosciuto',\n 'entities.description':\n 'Esplora i sistemi, i componenti, le risorse e le API disponibili nella tua organizzazione.',\n 'entities.close': 'chiudi',\n 'entities.empty': 'Non è stato ancora aggiunto alcun catalogo software',\n 'entities.emptyDescription':\n \"Una volta aggiunti i cataloghi software, in quest'area verranno visualizzati contenuti pertinenti e personalizzati in base all'esperienza dell'utente.\",\n 'entities.register': 'Registrare un componente',\n 'entities.browseTheCatalog': 'Esplora il catalogo',\n },\n});\n\nexport default homepageTranslationIt;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,eAAA;AAAA,IAClB,4BAA8B,EAAA,yBAAA;AAAA,IAC9B,cAAgB,EAAA,QAAA;AAAA,IAChB,gBACE,EAAA,sEAAA;AAAA,IACF,oBAAsB,EAAA,SAAA;AAAA,IACtB,mBAAqB,EAAA,gBAAA;AAAA,IACrB,wBAA0B,EAAA,gCAAA;AAAA,IAC1B,mBAAqB,EAAA,oBAAA;AAAA,IACrB,wBAA0B,EAAA,wBAAA;AAAA,IAC1B,iBAAmB,EAAA,mBAAA;AAAA,IACnB,sBAAwB,EAAA,gCAAA;AAAA,IACxB,iBAAmB,EAAA,oBAAA;AAAA,IACnB,iBAAmB,EAAA,8CAAA;AAAA,IACnB,4BACE,EAAA,6IAAA;AAAA,IACF,oBAAsB,EAAA,qBAAA;AAAA,IACtB,mBAAqB,EAAA,sCAAA;AAAA,IACrB,iCAAmC,EAAA,aAAA;AAAA,IACnC,mCAAqC,EAAA,iBAAA;AAAA,IACrC,iCAAmC,EAAA,YAAA;AAAA,IACnC,kBAAoB,EAAA,QAAA;AAAA,IACpB,6BAA+B,EAAA,QAAA;AAAA,IAC/B,mCACE,EAAA,4CAAA;AAAA,IACF,kCAAoC,EAAA,yBAAA;AAAA,IACpC,iCACE,EAAA,uDAAA;AAAA,IACF,0BAA4B,EAAA,SAAA;AAAA,IAC5B,gCAAkC,EAAA,oCAAA;AAAA,IAClC,+BAAiC,EAAA,iBAAA;AAAA,IACjC,8BAAgC,EAAA,iBAAA;AAAA,IAChC,wBAA0B,EAAA,UAAA;AAAA,IAC1B,8BAAgC,EAAA,sCAAA;AAAA,IAChC,6BAA+B,EAAA,kCAAA;AAAA,IAC/B,4BAA8B,EAAA,kCAAA;AAAA,IAC9B,gBAAkB,EAAA,8BAAA;AAAA,IAClB,qBAAuB,EAAA,gCAAA;AAAA,IACvB,gBAAkB,EAAA,oBAAA;AAAA,IAClB,sBACE,EAAA,4FAAA;AAAA,IACF,gBAAkB,EAAA,QAAA;AAAA,IAClB,gBAAkB,EAAA,wDAAA;AAAA,IAClB,2BACE,EAAA,wJAAA;AAAA,IACF,mBAAqB,EAAA,0BAAA;AAAA,IACrB,2BAA6B,EAAA;AAAA;AAEjC,CAAC;;;;"}
@@ -44,7 +44,7 @@ const homepageTranslationJa = createTranslationMessages({
44
44
  "entities.empty": "\u30BD\u30D5\u30C8\u30A6\u30A7\u30A2\u30AB\u30BF\u30ED\u30B0\u306F\u307E\u3060\u8FFD\u52A0\u3055\u308C\u3066\u3044\u307E\u305B\u3093",
45
45
  "entities.emptyDescription": "\u30BD\u30D5\u30C8\u30A6\u30A7\u30A2\u30AB\u30BF\u30ED\u30B0\u304C\u8FFD\u52A0\u3055\u308C\u308B\u3068\u3001\u5229\u7528\u72B6\u6CC1\u306B\u5408\u308F\u305B\u3066\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u3055\u308C\u305F\u95A2\u9023\u30B3\u30F3\u30C6\u30F3\u30C4\u304C\u3053\u306E\u30B9\u30DA\u30FC\u30B9\u306B\u8868\u793A\u3055\u308C\u307E\u3059\u3002",
46
46
  "entities.register": "\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u767B\u9332",
47
- "entities.viewAll": "{{count}} \u500B\u306E\u30AB\u30BF\u30ED\u30B0\u30A8\u30F3\u30C6\u30A3\u30C6\u30A3\u30FC\u3092\u3059\u3079\u3066\u8868\u793A\u3059\u308B"
47
+ "entities.browseTheCatalog": "\u30AB\u30BF\u30ED\u30B0\u3092\u95B2\u89A7"
48
48
  }
49
49
  });
50
50
 
@@ -1 +1 @@
1
- {"version":3,"file":"ja.esm.js","sources":["../../src/translations/ja.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 { homepageTranslationRef } from './ref';\n\n/**\n * Japanese translation for plugin.dynamic-home-page.\n * @public\n */\nconst homepageTranslationJa = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': 'おかえりなさい!',\n 'header.welcomePersonalized': 'おかえりなさい、{{name}}!',\n 'header.local': 'ローカル',\n 'homePage.empty':\n 'ホームページカード (マウントポイント) が設定されていないか見つかりません。',\n 'search.placeholder': '検索',\n 'quickAccess.title': 'クイックアクセス',\n 'quickAccess.fetchError': 'データを取得できませんでした。',\n 'quickAccess.error': '不明なエラー',\n 'featuredDocs.learnMore': ' 詳細',\n 'templates.title': 'テンプレートの探索',\n 'templates.fetchError': 'データを取得できませんでした。',\n 'templates.error': '不明なエラー',\n 'templates.empty': 'テンプレートはまだ追加されていません',\n 'templates.emptyDescription':\n 'テンプレートが追加されると、利用状況に合わせてカスタマイズされた関連コンテンツがこのスペースに表示されます。',\n 'templates.register': 'テンプレートの登録',\n 'templates.viewAll': '{{count}} 個のテンプレートをすべて表示する',\n 'onboarding.greeting.goodMorning': 'おはようございます',\n 'onboarding.greeting.goodAfternoon': 'こんにちは',\n 'onboarding.greeting.goodEvening': 'こんばんは',\n 'onboarding.guest': 'ゲスト',\n 'onboarding.getStarted.title': 'スタート',\n 'onboarding.getStarted.description':\n 'Red Hat Developer Hub について学習しましょう。',\n 'onboarding.getStarted.buttonText': 'ドキュメントを読む',\n 'onboarding.getStarted.ariaLabel':\n 'ドキュメントを読む (新しいタブで開きます)',\n 'onboarding.explore.title': '探索',\n 'onboarding.explore.description':\n 'コンポーネント、API、テンプレートを探索しましょう。',\n 'onboarding.explore.buttonText': 'カタログに移動',\n 'onboarding.explore.ariaLabel': 'カタログに移動',\n 'onboarding.learn.title': '学習',\n 'onboarding.learn.description': '新しいスキルを探索して習得しましょう。',\n 'onboarding.learn.buttonText': 'ラーニングパスに移動',\n 'onboarding.learn.ariaLabel': 'ラーニングパスに移動',\n 'entities.title': 'ソフトウェアカタログの探索',\n 'entities.fetchError': 'データを取得できませんでした。',\n 'entities.error': '不明なエラー',\n 'entities.description':\n '組織内で利用可能なシステム、コンポーネント、リソース、API を閲覧します。',\n 'entities.close': '閉じる',\n 'entities.empty': 'ソフトウェアカタログはまだ追加されていません',\n 'entities.emptyDescription':\n 'ソフトウェアカタログが追加されると、利用状況に合わせてカスタマイズされた関連コンテンツがこのスペースに表示されます。',\n 'entities.register': 'コンポーネントの登録',\n 'entities.viewAll': '{{count}} 個のカタログエンティティーをすべて表示する',\n },\n});\n\nexport default homepageTranslationJa;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,6CAAA;AAAA,IAClB,4BAA8B,EAAA,2DAAA;AAAA,IAC9B,cAAgB,EAAA,0BAAA;AAAA,IAChB,gBACE,EAAA,wNAAA;AAAA,IACF,oBAAsB,EAAA,cAAA;AAAA,IACtB,mBAAqB,EAAA,kDAAA;AAAA,IACrB,wBAA0B,EAAA,4FAAA;AAAA,IAC1B,mBAAqB,EAAA,sCAAA;AAAA,IACrB,wBAA0B,EAAA,eAAA;AAAA,IAC1B,iBAAmB,EAAA,wDAAA;AAAA,IACnB,sBAAwB,EAAA,4FAAA;AAAA,IACxB,iBAAmB,EAAA,sCAAA;AAAA,IACnB,iBAAmB,EAAA,8GAAA;AAAA,IACnB,4BACE,EAAA,sUAAA;AAAA,IACF,oBAAsB,EAAA,wDAAA;AAAA,IACtB,mBAAqB,EAAA,4GAAA;AAAA,IACrB,iCAAmC,EAAA,wDAAA;AAAA,IACnC,mCAAqC,EAAA,gCAAA;AAAA,IACrC,iCAAmC,EAAA,gCAAA;AAAA,IACnC,kBAAoB,EAAA,oBAAA;AAAA,IACpB,6BAA+B,EAAA,0BAAA;AAAA,IAC/B,mCACE,EAAA,gGAAA;AAAA,IACF,kCAAoC,EAAA,wDAAA;AAAA,IACpC,iCACE,EAAA,uHAAA;AAAA,IACF,0BAA4B,EAAA,cAAA;AAAA,IAC5B,gCACE,EAAA,qJAAA;AAAA,IACF,+BAAiC,EAAA,4CAAA;AAAA,IACjC,8BAAgC,EAAA,4CAAA;AAAA,IAChC,wBAA0B,EAAA,cAAA;AAAA,IAC1B,8BAAgC,EAAA,oHAAA;AAAA,IAChC,6BAA+B,EAAA,8DAAA;AAAA,IAC/B,4BAA8B,EAAA,8DAAA;AAAA,IAC9B,gBAAkB,EAAA,gFAAA;AAAA,IAClB,qBAAuB,EAAA,4FAAA;AAAA,IACvB,gBAAkB,EAAA,sCAAA;AAAA,IAClB,sBACE,EAAA,kNAAA;AAAA,IACF,gBAAkB,EAAA,oBAAA;AAAA,IAClB,gBAAkB,EAAA,sIAAA;AAAA,IAClB,2BACE,EAAA,8VAAA;AAAA,IACF,mBAAqB,EAAA,8DAAA;AAAA,IACrB,kBAAoB,EAAA;AAAA;AAExB,CAAC;;;;"}
1
+ {"version":3,"file":"ja.esm.js","sources":["../../src/translations/ja.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 { homepageTranslationRef } from './ref';\n\n/**\n * Japanese translation for plugin.dynamic-home-page.\n * @public\n */\nconst homepageTranslationJa = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': 'おかえりなさい!',\n 'header.welcomePersonalized': 'おかえりなさい、{{name}}!',\n 'header.local': 'ローカル',\n 'homePage.empty':\n 'ホームページカード (マウントポイント) が設定されていないか見つかりません。',\n 'search.placeholder': '検索',\n 'quickAccess.title': 'クイックアクセス',\n 'quickAccess.fetchError': 'データを取得できませんでした。',\n 'quickAccess.error': '不明なエラー',\n 'featuredDocs.learnMore': ' 詳細',\n 'templates.title': 'テンプレートの探索',\n 'templates.fetchError': 'データを取得できませんでした。',\n 'templates.error': '不明なエラー',\n 'templates.empty': 'テンプレートはまだ追加されていません',\n 'templates.emptyDescription':\n 'テンプレートが追加されると、利用状況に合わせてカスタマイズされた関連コンテンツがこのスペースに表示されます。',\n 'templates.register': 'テンプレートの登録',\n 'templates.viewAll': '{{count}} 個のテンプレートをすべて表示する',\n 'onboarding.greeting.goodMorning': 'おはようございます',\n 'onboarding.greeting.goodAfternoon': 'こんにちは',\n 'onboarding.greeting.goodEvening': 'こんばんは',\n 'onboarding.guest': 'ゲスト',\n 'onboarding.getStarted.title': 'スタート',\n 'onboarding.getStarted.description':\n 'Red Hat Developer Hub について学習しましょう。',\n 'onboarding.getStarted.buttonText': 'ドキュメントを読む',\n 'onboarding.getStarted.ariaLabel':\n 'ドキュメントを読む (新しいタブで開きます)',\n 'onboarding.explore.title': '探索',\n 'onboarding.explore.description':\n 'コンポーネント、API、テンプレートを探索しましょう。',\n 'onboarding.explore.buttonText': 'カタログに移動',\n 'onboarding.explore.ariaLabel': 'カタログに移動',\n 'onboarding.learn.title': '学習',\n 'onboarding.learn.description': '新しいスキルを探索して習得しましょう。',\n 'onboarding.learn.buttonText': 'ラーニングパスに移動',\n 'onboarding.learn.ariaLabel': 'ラーニングパスに移動',\n 'entities.title': 'ソフトウェアカタログの探索',\n 'entities.fetchError': 'データを取得できませんでした。',\n 'entities.error': '不明なエラー',\n 'entities.description':\n '組織内で利用可能なシステム、コンポーネント、リソース、API を閲覧します。',\n 'entities.close': '閉じる',\n 'entities.empty': 'ソフトウェアカタログはまだ追加されていません',\n 'entities.emptyDescription':\n 'ソフトウェアカタログが追加されると、利用状況に合わせてカスタマイズされた関連コンテンツがこのスペースに表示されます。',\n 'entities.register': 'コンポーネントの登録',\n 'entities.browseTheCatalog': 'カタログを閲覧',\n },\n});\n\nexport default homepageTranslationJa;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,6CAAA;AAAA,IAClB,4BAA8B,EAAA,2DAAA;AAAA,IAC9B,cAAgB,EAAA,0BAAA;AAAA,IAChB,gBACE,EAAA,wNAAA;AAAA,IACF,oBAAsB,EAAA,cAAA;AAAA,IACtB,mBAAqB,EAAA,kDAAA;AAAA,IACrB,wBAA0B,EAAA,4FAAA;AAAA,IAC1B,mBAAqB,EAAA,sCAAA;AAAA,IACrB,wBAA0B,EAAA,eAAA;AAAA,IAC1B,iBAAmB,EAAA,wDAAA;AAAA,IACnB,sBAAwB,EAAA,4FAAA;AAAA,IACxB,iBAAmB,EAAA,sCAAA;AAAA,IACnB,iBAAmB,EAAA,8GAAA;AAAA,IACnB,4BACE,EAAA,sUAAA;AAAA,IACF,oBAAsB,EAAA,wDAAA;AAAA,IACtB,mBAAqB,EAAA,4GAAA;AAAA,IACrB,iCAAmC,EAAA,wDAAA;AAAA,IACnC,mCAAqC,EAAA,gCAAA;AAAA,IACrC,iCAAmC,EAAA,gCAAA;AAAA,IACnC,kBAAoB,EAAA,oBAAA;AAAA,IACpB,6BAA+B,EAAA,0BAAA;AAAA,IAC/B,mCACE,EAAA,gGAAA;AAAA,IACF,kCAAoC,EAAA,wDAAA;AAAA,IACpC,iCACE,EAAA,uHAAA;AAAA,IACF,0BAA4B,EAAA,cAAA;AAAA,IAC5B,gCACE,EAAA,qJAAA;AAAA,IACF,+BAAiC,EAAA,4CAAA;AAAA,IACjC,8BAAgC,EAAA,4CAAA;AAAA,IAChC,wBAA0B,EAAA,cAAA;AAAA,IAC1B,8BAAgC,EAAA,oHAAA;AAAA,IAChC,6BAA+B,EAAA,8DAAA;AAAA,IAC/B,4BAA8B,EAAA,8DAAA;AAAA,IAC9B,gBAAkB,EAAA,gFAAA;AAAA,IAClB,qBAAuB,EAAA,4FAAA;AAAA,IACvB,gBAAkB,EAAA,sCAAA;AAAA,IAClB,sBACE,EAAA,kNAAA;AAAA,IACF,gBAAkB,EAAA,oBAAA;AAAA,IAClB,gBAAkB,EAAA,sIAAA;AAAA,IAClB,2BACE,EAAA,8VAAA;AAAA,IACF,mBAAqB,EAAA,8DAAA;AAAA,IACrB,2BAA6B,EAAA;AAAA;AAEjC,CAAC;;;;"}
@@ -64,7 +64,7 @@ const homepageMessages = {
64
64
  empty: "No software catalog added yet",
65
65
  emptyDescription: "Once software catalogs are added, this space will showcase relevant content tailored to your experience.",
66
66
  register: "Register a component",
67
- viewAll: "View all {{count}} catalog entities"
67
+ browseTheCatalog: "Browse the catalog"
68
68
  }
69
69
  };
70
70
  const homepageTranslationRef = createTranslationRef({
@@ -1 +1 @@
1
- {"version":3,"file":"ref.esm.js","sources":["../../src/translations/ref.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 { createTranslationRef } from '@backstage/core-plugin-api/alpha';\n\n/**\n * Messages object containing all English translations.\n * This is our single source of truth for translations.\n * @public\n */\nexport const homepageMessages = {\n header: {\n welcome: 'Welcome back!',\n welcomePersonalized: 'Welcome back, {{name}}!',\n local: 'Local',\n },\n homePage: {\n empty: 'No home page cards (mount points) configured or found.',\n },\n search: {\n placeholder: 'Search',\n },\n quickAccess: {\n title: 'Quick Access',\n fetchError: 'Could not fetch data.',\n error: 'Unknown error',\n },\n featuredDocs: {\n learnMore: ' Learn more',\n },\n templates: {\n title: 'Explore Templates',\n fetchError: 'Could not fetch data.',\n error: 'Unknown error',\n empty: 'No templates added yet',\n emptyDescription:\n 'Once templates are added, this space will showcase relevant content tailored to your experience.',\n register: 'Register a template',\n viewAll: 'View all {{count}} templates',\n },\n onboarding: {\n greeting: {\n goodMorning: 'Good morning',\n goodAfternoon: 'Good afternoon',\n goodEvening: 'Good evening',\n },\n guest: 'Guest',\n getStarted: {\n title: 'Get started',\n description: 'Learn about Red Hat Developer Hub.',\n buttonText: 'Read documentation',\n ariaLabel: 'Read documentation (opens in a new tab)',\n },\n explore: {\n title: 'Explore',\n description: 'Explore components, APIs and templates.',\n buttonText: 'Go to Catalog',\n ariaLabel: 'Go to Catalog',\n },\n learn: {\n title: 'Learn',\n description: 'Explore and develop new skills.',\n buttonText: 'Go to Learning Paths',\n ariaLabel: 'Go to Learning Paths',\n },\n },\n entities: {\n title: 'Explore Your Software Catalog',\n fetchError: 'Could not fetch data.',\n error: 'Unknown error',\n description:\n 'Browse the Systems, Components, Resources, and APIs that are available in your organization.',\n close: 'close',\n empty: 'No software catalog added yet',\n emptyDescription:\n 'Once software catalogs are added, this space will showcase relevant content tailored to your experience.',\n register: 'Register a component',\n viewAll: 'View all {{count}} catalog entities',\n },\n};\n\n/**\n * Reference translation for Homepage.\n * Defines all the translation keys used in the plugin.\n * @public\n */\nexport const homepageTranslationRef = createTranslationRef({\n id: 'plugin.homepage',\n messages: homepageMessages,\n});\n"],"names":[],"mappings":";;AAuBO,MAAM,gBAAmB,GAAA;AAAA,EAC9B,MAAQ,EAAA;AAAA,IACN,OAAS,EAAA,eAAA;AAAA,IACT,mBAAqB,EAAA,yBAAA;AAAA,IACrB,KAAO,EAAA;AAAA,GACT;AAAA,EACA,QAAU,EAAA;AAAA,IACR,KAAO,EAAA;AAAA,GACT;AAAA,EACA,MAAQ,EAAA;AAAA,IACN,WAAa,EAAA;AAAA,GACf;AAAA,EACA,WAAa,EAAA;AAAA,IACX,KAAO,EAAA,cAAA;AAAA,IACP,UAAY,EAAA,uBAAA;AAAA,IACZ,KAAO,EAAA;AAAA,GACT;AAAA,EACA,YAAc,EAAA;AAAA,IACZ,SAAW,EAAA;AAAA,GACb;AAAA,EACA,SAAW,EAAA;AAAA,IACT,KAAO,EAAA,mBAAA;AAAA,IACP,UAAY,EAAA,uBAAA;AAAA,IACZ,KAAO,EAAA,eAAA;AAAA,IACP,KAAO,EAAA,wBAAA;AAAA,IACP,gBACE,EAAA,kGAAA;AAAA,IACF,QAAU,EAAA,qBAAA;AAAA,IACV,OAAS,EAAA;AAAA,GACX;AAAA,EACA,UAAY,EAAA;AAAA,IACV,QAAU,EAAA;AAAA,MACR,WAAa,EAAA,cAAA;AAAA,MACb,aAAe,EAAA,gBAAA;AAAA,MACf,WAAa,EAAA;AAAA,KACf;AAAA,IACA,KAAO,EAAA,OAAA;AAAA,IACP,UAAY,EAAA;AAAA,MACV,KAAO,EAAA,aAAA;AAAA,MACP,WAAa,EAAA,oCAAA;AAAA,MACb,UAAY,EAAA,oBAAA;AAAA,MACZ,SAAW,EAAA;AAAA,KACb;AAAA,IACA,OAAS,EAAA;AAAA,MACP,KAAO,EAAA,SAAA;AAAA,MACP,WAAa,EAAA,yCAAA;AAAA,MACb,UAAY,EAAA,eAAA;AAAA,MACZ,SAAW,EAAA;AAAA,KACb;AAAA,IACA,KAAO,EAAA;AAAA,MACL,KAAO,EAAA,OAAA;AAAA,MACP,WAAa,EAAA,iCAAA;AAAA,MACb,UAAY,EAAA,sBAAA;AAAA,MACZ,SAAW,EAAA;AAAA;AACb,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,KAAO,EAAA,+BAAA;AAAA,IACP,UAAY,EAAA,uBAAA;AAAA,IACZ,KAAO,EAAA,eAAA;AAAA,IACP,WACE,EAAA,8FAAA;AAAA,IACF,KAAO,EAAA,OAAA;AAAA,IACP,KAAO,EAAA,+BAAA;AAAA,IACP,gBACE,EAAA,0GAAA;AAAA,IACF,QAAU,EAAA,sBAAA;AAAA,IACV,OAAS,EAAA;AAAA;AAEb;AAOO,MAAM,yBAAyB,oBAAqB,CAAA;AAAA,EACzD,EAAI,EAAA,iBAAA;AAAA,EACJ,QAAU,EAAA;AACZ,CAAC;;;;"}
1
+ {"version":3,"file":"ref.esm.js","sources":["../../src/translations/ref.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 { createTranslationRef } from '@backstage/core-plugin-api/alpha';\n\n/**\n * Messages object containing all English translations.\n * This is our single source of truth for translations.\n *\n * @public\n */\nexport const homepageMessages = {\n header: {\n welcome: 'Welcome back!',\n welcomePersonalized: 'Welcome back, {{name}}!',\n local: 'Local',\n },\n homePage: {\n empty: 'No home page cards (mount points) configured or found.',\n },\n search: {\n placeholder: 'Search',\n },\n quickAccess: {\n title: 'Quick Access',\n fetchError: 'Could not fetch data.',\n error: 'Unknown error',\n },\n featuredDocs: {\n learnMore: ' Learn more',\n },\n templates: {\n title: 'Explore Templates',\n fetchError: 'Could not fetch data.',\n error: 'Unknown error',\n empty: 'No templates added yet',\n emptyDescription:\n 'Once templates are added, this space will showcase relevant content tailored to your experience.',\n register: 'Register a template',\n viewAll: 'View all {{count}} templates',\n },\n onboarding: {\n greeting: {\n goodMorning: 'Good morning',\n goodAfternoon: 'Good afternoon',\n goodEvening: 'Good evening',\n },\n guest: 'Guest',\n getStarted: {\n title: 'Get started',\n description: 'Learn about Red Hat Developer Hub.',\n buttonText: 'Read documentation',\n ariaLabel: 'Read documentation (opens in a new tab)',\n },\n explore: {\n title: 'Explore',\n description: 'Explore components, APIs and templates.',\n buttonText: 'Go to Catalog',\n ariaLabel: 'Go to Catalog',\n },\n learn: {\n title: 'Learn',\n description: 'Explore and develop new skills.',\n buttonText: 'Go to Learning Paths',\n ariaLabel: 'Go to Learning Paths',\n },\n },\n entities: {\n title: 'Explore Your Software Catalog',\n fetchError: 'Could not fetch data.',\n error: 'Unknown error',\n description:\n 'Browse the Systems, Components, Resources, and APIs that are available in your organization.',\n close: 'close',\n empty: 'No software catalog added yet',\n emptyDescription:\n 'Once software catalogs are added, this space will showcase relevant content tailored to your experience.',\n register: 'Register a component',\n browseTheCatalog: 'Browse the catalog',\n },\n};\n\n/**\n * Translation ref for the Dynamic Home Page plugin.\n * Defines all translation keys used in the plugin.\n *\n * @public\n */\nexport const homepageTranslationRef = createTranslationRef({\n id: 'plugin.homepage',\n messages: homepageMessages,\n});\n"],"names":[],"mappings":";;AAwBO,MAAM,gBAAmB,GAAA;AAAA,EAC9B,MAAQ,EAAA;AAAA,IACN,OAAS,EAAA,eAAA;AAAA,IACT,mBAAqB,EAAA,yBAAA;AAAA,IACrB,KAAO,EAAA;AAAA,GACT;AAAA,EACA,QAAU,EAAA;AAAA,IACR,KAAO,EAAA;AAAA,GACT;AAAA,EACA,MAAQ,EAAA;AAAA,IACN,WAAa,EAAA;AAAA,GACf;AAAA,EACA,WAAa,EAAA;AAAA,IACX,KAAO,EAAA,cAAA;AAAA,IACP,UAAY,EAAA,uBAAA;AAAA,IACZ,KAAO,EAAA;AAAA,GACT;AAAA,EACA,YAAc,EAAA;AAAA,IACZ,SAAW,EAAA;AAAA,GACb;AAAA,EACA,SAAW,EAAA;AAAA,IACT,KAAO,EAAA,mBAAA;AAAA,IACP,UAAY,EAAA,uBAAA;AAAA,IACZ,KAAO,EAAA,eAAA;AAAA,IACP,KAAO,EAAA,wBAAA;AAAA,IACP,gBACE,EAAA,kGAAA;AAAA,IACF,QAAU,EAAA,qBAAA;AAAA,IACV,OAAS,EAAA;AAAA,GACX;AAAA,EACA,UAAY,EAAA;AAAA,IACV,QAAU,EAAA;AAAA,MACR,WAAa,EAAA,cAAA;AAAA,MACb,aAAe,EAAA,gBAAA;AAAA,MACf,WAAa,EAAA;AAAA,KACf;AAAA,IACA,KAAO,EAAA,OAAA;AAAA,IACP,UAAY,EAAA;AAAA,MACV,KAAO,EAAA,aAAA;AAAA,MACP,WAAa,EAAA,oCAAA;AAAA,MACb,UAAY,EAAA,oBAAA;AAAA,MACZ,SAAW,EAAA;AAAA,KACb;AAAA,IACA,OAAS,EAAA;AAAA,MACP,KAAO,EAAA,SAAA;AAAA,MACP,WAAa,EAAA,yCAAA;AAAA,MACb,UAAY,EAAA,eAAA;AAAA,MACZ,SAAW,EAAA;AAAA,KACb;AAAA,IACA,KAAO,EAAA;AAAA,MACL,KAAO,EAAA,OAAA;AAAA,MACP,WAAa,EAAA,iCAAA;AAAA,MACb,UAAY,EAAA,sBAAA;AAAA,MACZ,SAAW,EAAA;AAAA;AACb,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,KAAO,EAAA,+BAAA;AAAA,IACP,UAAY,EAAA,uBAAA;AAAA,IACZ,KAAO,EAAA,eAAA;AAAA,IACP,WACE,EAAA,8FAAA;AAAA,IACF,KAAO,EAAA,OAAA;AAAA,IACP,KAAO,EAAA,+BAAA;AAAA,IACP,gBACE,EAAA,0GAAA;AAAA,IACF,QAAU,EAAA,sBAAA;AAAA,IACV,gBAAkB,EAAA;AAAA;AAEtB;AAQO,MAAM,yBAAyB,oBAAqB,CAAA;AAAA,EACzD,EAAI,EAAA,iBAAA;AAAA,EACJ,QAAU,EAAA;AACZ,CAAC;;;;"}
@@ -0,0 +1,31 @@
1
+ const col = (n) => {
2
+ if (!n) return undefined;
3
+ return `${n / 12 * 100}%`;
4
+ };
5
+ const resolveCol = (current, fallback) => {
6
+ return col(current ?? fallback);
7
+ };
8
+ const containerGridItemSx = ({
9
+ xs = 12,
10
+ sm,
11
+ md,
12
+ lg,
13
+ xl
14
+ }) => ({
15
+ width: col(xs),
16
+ "@container (min-width: 600px)": {
17
+ width: resolveCol(sm, xs)
18
+ },
19
+ "@container (min-width: 900px)": {
20
+ width: resolveCol(md, sm ?? xs)
21
+ },
22
+ "@container (min-width: 1200px)": {
23
+ width: resolveCol(lg, md ?? sm ?? xs)
24
+ },
25
+ "@container (min-width: 1536px)": {
26
+ width: resolveCol(xl, lg ?? md ?? sm ?? xs)
27
+ }
28
+ });
29
+
30
+ export { containerGridItemSx };
31
+ //# sourceMappingURL=GridItem.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GridItem.esm.js","sources":["../../src/utils/GridItem.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\n/*\n* Generates an MUI `sx` object for a Grid **item** that supports\n* container-based responsive columns (`xs | sm | md | lg | xl`).\n*\n* This utility mimics MUI Grid's breakpoint inheritance behavior,\n* but uses **CSS Container Queries** instead of viewport media queries.\n*\n* How it works:\n* - Accepts column counts (1–12) per breakpoint\n* - Converts columns into percentage widths\n* - Falls back to the nearest smaller breakpoint if a value is missing\n* - Applies widths using `@container (min-width: ...)` rules\n*\n* Breakpoint mapping:\n* - xs → base width\n* - sm → ≥600px\n* - md → ≥900px\n* - lg → ≥1200px\n* - xl → ≥1536px\n*\n* Example:\n* containerGridItemSx({ xs: 12, sm: 6, md: 4 })\n\n*/\n\n// Breakpoint props (xs / sm / md / lg / xl)\nexport type ContainerGridCols = {\n xs?: number;\n sm?: number;\n md?: number;\n lg?: number;\n xl?: number;\n};\n\n// Convert column count to percentage width\nconst col = (n?: number): string | undefined => {\n if (!n) return undefined;\n return `${(n / 12) * 100}%`;\n};\n\n// Resolve breakpoint value with fallback (MUI-style inheritance)\nconst resolveCol = (\n current?: number,\n fallback?: number,\n): string | undefined => {\n return col(current ?? fallback);\n};\n\n// SX generator for MUI Grid Item using container queries\nexport const containerGridItemSx = ({\n xs = 12,\n sm,\n md,\n lg,\n xl,\n}: ContainerGridCols) => ({\n width: col(xs),\n\n '@container (min-width: 600px)': {\n width: resolveCol(sm, xs),\n },\n\n '@container (min-width: 900px)': {\n width: resolveCol(md, sm ?? xs),\n },\n\n '@container (min-width: 1200px)': {\n width: resolveCol(lg, md ?? sm ?? xs),\n },\n\n '@container (min-width: 1536px)': {\n width: resolveCol(xl, lg ?? md ?? sm ?? xs),\n },\n});\n"],"names":[],"mappings":"AAmDA,MAAM,GAAA,GAAM,CAAC,CAAmC,KAAA;AAC9C,EAAI,IAAA,CAAC,GAAU,OAAA,SAAA;AACf,EAAO,OAAA,CAAA,EAAI,CAAI,GAAA,EAAA,GAAM,GAAG,CAAA,CAAA,CAAA;AAC1B,CAAA;AAGA,MAAM,UAAA,GAAa,CACjB,OAAA,EACA,QACuB,KAAA;AACvB,EAAO,OAAA,GAAA,CAAI,WAAW,QAAQ,CAAA;AAChC,CAAA;AAGO,MAAM,sBAAsB,CAAC;AAAA,EAClC,EAAK,GAAA,EAAA;AAAA,EACL,EAAA;AAAA,EACA,EAAA;AAAA,EACA,EAAA;AAAA,EACA;AACF,CAA0B,MAAA;AAAA,EACxB,KAAA,EAAO,IAAI,EAAE,CAAA;AAAA,EAEb,+BAAiC,EAAA;AAAA,IAC/B,KAAA,EAAO,UAAW,CAAA,EAAA,EAAI,EAAE;AAAA,GAC1B;AAAA,EAEA,+BAAiC,EAAA;AAAA,IAC/B,KAAO,EAAA,UAAA,CAAW,EAAI,EAAA,EAAA,IAAM,EAAE;AAAA,GAChC;AAAA,EAEA,gCAAkC,EAAA;AAAA,IAChC,KAAO,EAAA,UAAA,CAAW,EAAI,EAAA,EAAA,IAAM,MAAM,EAAE;AAAA,GACtC;AAAA,EAEA,gCAAkC,EAAA;AAAA,IAChC,OAAO,UAAW,CAAA,EAAA,EAAI,EAAM,IAAA,EAAA,IAAM,MAAM,EAAE;AAAA;AAE9C,CAAA;;;;"}
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-dynamic-home-page",
3
- "version": "1.10.6",
4
- "main": "dist/index.esm.js",
5
- "types": "dist/index.d.ts",
3
+ "version": "1.12.0",
4
+ "main": "./dist/index.esm.js",
5
+ "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
7
7
  "publishConfig": {
8
- "access": "public",
9
- "main": "dist/index.esm.js",
10
- "types": "dist/index.d.ts"
8
+ "access": "public"
11
9
  },
12
10
  "repository": {
13
11
  "type": "git",
@@ -21,9 +19,33 @@
21
19
  "@red-hat-developer-hub/backstage-plugin-dynamic-home-page"
22
20
  ]
23
21
  },
22
+ "exports": {
23
+ ".": {
24
+ "import": "./dist/index.esm.js",
25
+ "types": "./dist/index.d.ts",
26
+ "default": "./dist/index.esm.js"
27
+ },
28
+ "./alpha": {
29
+ "import": "./dist/alpha.esm.js",
30
+ "types": "./dist/alpha.d.ts",
31
+ "default": "./dist/alpha.esm.js"
32
+ },
33
+ "./package.json": "./package.json"
34
+ },
24
35
  "sideEffects": false,
36
+ "typesVersions": {
37
+ "*": {
38
+ "alpha": [
39
+ "dist/alpha.d.ts"
40
+ ],
41
+ "package.json": [
42
+ "package.json"
43
+ ]
44
+ }
45
+ },
25
46
  "scripts": {
26
47
  "start": "backstage-cli package start",
48
+ "start:legacy": "backstage-cli package start --entrypoint dev/legacy.tsx",
27
49
  "build": "backstage-cli package build",
28
50
  "lint": "backstage-cli package lint",
29
51
  "test": "backstage-cli package test",
@@ -32,16 +54,17 @@
32
54
  "postpack": "backstage-cli package postpack"
33
55
  },
34
56
  "dependencies": {
35
- "@backstage/catalog-client": "^1.12.1",
36
- "@backstage/catalog-model": "^1.7.6",
37
- "@backstage/core-components": "^0.18.3",
38
- "@backstage/core-plugin-api": "^1.12.0",
39
- "@backstage/plugin-catalog-react": "^1.21.3",
40
- "@backstage/plugin-home": "^0.8.14",
41
- "@backstage/plugin-home-react": "^0.1.32",
42
- "@backstage/plugin-search-react": "^1.10.0",
43
- "@backstage/plugin-user-settings": "^0.8.29",
44
- "@backstage/theme": "^0.7.0",
57
+ "@backstage/catalog-client": "^1.14.0",
58
+ "@backstage/catalog-model": "^1.7.7",
59
+ "@backstage/core-components": "^0.18.8",
60
+ "@backstage/core-plugin-api": "^1.12.4",
61
+ "@backstage/plugin-app-react": "^0.2.1",
62
+ "@backstage/plugin-catalog-react": "^2.1.1",
63
+ "@backstage/plugin-home": "^0.9.3",
64
+ "@backstage/plugin-home-react": "^0.1.36",
65
+ "@backstage/plugin-search-react": "^1.11.0",
66
+ "@backstage/plugin-user-settings": "^0.9.1",
67
+ "@backstage/theme": "^0.7.2",
45
68
  "@mui/icons-material": "5.18.0",
46
69
  "@mui/material": "5.18.0",
47
70
  "@mui/styles": "5.18.0",
@@ -55,13 +78,16 @@
55
78
  "react-router-dom": "6.30.3"
56
79
  },
57
80
  "devDependencies": {
58
- "@backstage/cli": "^0.34.5",
59
- "@backstage/core-app-api": "^1.19.2",
60
- "@backstage/dev-utils": "^1.1.17",
61
- "@backstage/plugin-catalog": "^1.32.0",
62
- "@backstage/test-utils": "^1.7.13",
81
+ "@backstage/cli": "^0.36.0",
82
+ "@backstage/core-app-api": "^1.19.6",
83
+ "@backstage/dev-utils": "^1.1.21",
84
+ "@backstage/frontend-defaults": "^0.5.0",
85
+ "@backstage/plugin-catalog": "^2.0.1",
86
+ "@backstage/plugin-search": "^1.7.0",
87
+ "@backstage/test-utils": "^1.7.16",
88
+ "@backstage/ui": "^0.13.2",
63
89
  "@openshift/dynamic-plugin-sdk": "5.0.1",
64
- "@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0",
90
+ "@red-hat-developer-hub/backstage-plugin-theme": "^0.13.0",
65
91
  "@testing-library/jest-dom": "6.9.1",
66
92
  "@testing-library/react": "14.3.1",
67
93
  "@testing-library/user-event": "14.6.1",
@@ -73,12 +99,5 @@
73
99
  "app-config.dynamic.yaml",
74
100
  "dist"
75
101
  ],
76
- "typesVersions": {
77
- "*": {
78
- "package.json": [
79
- "package.json"
80
- ]
81
- }
82
- },
83
102
  "module": "./dist/index.esm.js"
84
103
  }