@rh-support/troubleshoot 2.6.86 → 2.6.88

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 (41) hide show
  1. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.d.ts.map +1 -1
  2. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.js +130 -50
  3. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInformation.js +1 -1
  4. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.d.ts.map +1 -1
  5. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.js +13 -10
  6. package/lib/esm/components/CaseInformation/OpenCaseIssue.d.ts +1 -0
  7. package/lib/esm/components/CaseInformation/OpenCaseIssue.d.ts.map +1 -1
  8. package/lib/esm/components/CaseInformation/OpenCaseIssue.js +6 -1
  9. package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.d.ts.map +1 -1
  10. package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.js +16 -2
  11. package/lib/esm/components/ProductSelector/AllProductsSelector.d.ts.map +1 -1
  12. package/lib/esm/components/ProductSelector/AllProductsSelector.js +1 -1
  13. package/lib/esm/i18n/template-de.d.ts +41 -2
  14. package/lib/esm/i18n/template-de.d.ts.map +1 -1
  15. package/lib/esm/i18n/template-de.js +41 -2
  16. package/lib/esm/i18n/template-es.d.ts +41 -2
  17. package/lib/esm/i18n/template-es.d.ts.map +1 -1
  18. package/lib/esm/i18n/template-es.js +41 -2
  19. package/lib/esm/i18n/template-fr.d.ts +41 -2
  20. package/lib/esm/i18n/template-fr.d.ts.map +1 -1
  21. package/lib/esm/i18n/template-fr.js +41 -2
  22. package/lib/esm/i18n/template-it.d.ts +41 -2
  23. package/lib/esm/i18n/template-it.d.ts.map +1 -1
  24. package/lib/esm/i18n/template-it.js +41 -2
  25. package/lib/esm/i18n/template-jp.d.ts +41 -2
  26. package/lib/esm/i18n/template-jp.d.ts.map +1 -1
  27. package/lib/esm/i18n/template-jp.js +41 -2
  28. package/lib/esm/i18n/template-ko.d.ts +41 -2
  29. package/lib/esm/i18n/template-ko.d.ts.map +1 -1
  30. package/lib/esm/i18n/template-ko.js +41 -2
  31. package/lib/esm/i18n/template-pt.d.ts +41 -2
  32. package/lib/esm/i18n/template-pt.d.ts.map +1 -1
  33. package/lib/esm/i18n/template-pt.js +41 -2
  34. package/lib/esm/i18n/template-ru.d.ts +6 -1
  35. package/lib/esm/i18n/template-ru.d.ts.map +1 -1
  36. package/lib/esm/i18n/template-ru.js +6 -1
  37. package/lib/esm/i18n/template-zh.d.ts +18 -0
  38. package/lib/esm/i18n/template-zh.d.ts.map +1 -1
  39. package/lib/esm/i18n/template-zh.js +18 -0
  40. package/lib/esm/scss/_pf-overrides.scss +8 -9
  41. package/package.json +4 -4
@@ -1 +1 @@
1
- {"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA29BE"}
1
+ {"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA4gCE"}
@@ -458,7 +458,6 @@ export default {
458
458
  'No access': 'Kein Zugriff',
459
459
  'Bookmark Account': 'Accounts als Lesezeichen abspeichern',
460
460
  'Submit request': 'Anfrage absenden',
461
- 'Oldest to Newest': 'Älteste zuerst',
462
461
  i18RequestEscalationLearnMore: 'Wenn das Problem schwerwiegender ist oder dem Ticket eine höhere Priorität zugeordnet werden soll, fügen Sie bitte einen ausführlichen Kommentar hinzu. Das Ticket wird anschließend von einem Support-Manager überprüft. <2>Learn more</2>',
463
462
  'Private Notes': 'Private Notizen',
464
463
  on: 'am',
@@ -801,7 +800,48 @@ export default {
801
800
  'Update info': 'Info aktualisieren',
802
801
  Summarize: 'Zusammenfassen',
803
802
  'Describe more': 'Mehr beschreiben',
803
+ 'Newest to Oldest': 'Neueste zuerst',
804
+ 'Oldest to Newest': 'Älteste bis neueste',
805
+ Reset: 'Zurücksetzen',
806
+ 'Search for a user, action, or keyword': 'Suche nach einem Benutzer, einer Aktion oder einem Schlüsselwort',
807
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Versuchen Sie, die Seite <reloadLink>neu zu laden</reloadLink> oder schauen Sie später noch einmal vorbei.',
808
+ 'Try modifying your search query or changing the date range and try again.': 'Versuchen Sie, Ihre Suchanfrage oder den Datumsbereich zu ändern, und versuchen Sie es erneut.',
804
809
  // Review: 'Überprüfung',
810
+ Resources: 'Ressourcen',
811
+ 'Upload a file for Red Hat to analyze': 'Laden Sie eine Datei hoch, die Red Hat analysieren kann',
812
+ 'To help us provide the right guidance, upload a sosreport.': 'Helfen Sie uns dabei, Ihnen die richtigen Anleitungen bereitzustellen, indem Sie einen Sosreport hochladen.',
813
+ 'Describe your problem. Include specific actions and error messages.': 'Beschreiben Sie Ihr Problem. Geben Sie konkrete Aktionen und Fehlermeldungen an.',
814
+ 'How to create sosreport?': 'Wie erstelle ich einen Sosreport?',
815
+ 'Articles recommended by OpenShift AI': 'Von OpenShift AI empfohlene Artikel',
816
+ 'Updating recommendations using OpenShift AI': 'Aktualisieren von Empfehlungen mit OpenShift AI',
817
+ 'Recommending articles using OpenShift AI': 'Empfehlen von Artikeln mit OpenShift AI',
818
+ 'Exact match': 'Genaue Übereinstimmung',
819
+ 'Best match': 'Beste Übereinstimmung',
820
+ Match: 'Übereinstimmen',
821
+ 'Additional information': 'Weitere Informationen',
822
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'Support-Artikel werden den von Ihnen ausgewählten Produkt- und Versionsdetails zugeordnet, nicht den von Ihnen eingegebenen Problemdetails.',
823
+ 'convert to case': 'In Groß-/Kleinschreibung umwandeln',
824
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': 'Bitte geben Sie Einzelheiten zu Ort, Gerät, Softwareversion usw. an, wo dieses Problem auftritt.',
825
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': 'Beschreiben Sie die Auswirkungen für den Benutzer oder finanzielle Auswirkungen. Informieren Sie uns über rechtliche, nationale oder medizinische Dringlichkeiten.',
826
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': 'Beschreiben Sie, wann und wie oft das Problem auftritt, z. B. täglich, nach bestimmten Aktionen, zu bestimmten Tageszeiten usw.',
827
+ "Describe the impact to you or the business'": 'Beschreiben Sie die Auswirkungen auf Sie oder das Unternehmen.',
828
+ 'In what environment are you experiencing this behavior?': 'In welcher Umgebung tritt dieses Verhalten auf?',
829
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': 'Wie häufig tritt dieses Verhalten auf? Tritt es wiederholt oder zu bestimmten Zeiten auf?',
830
+ i18nKeyPlaceHolderDetail: 'Je mehr Details Sie angeben, desto einfacher ist es für uns, Ihnen zu helfen.',
831
+ 'Example:': 'Beispiel:',
832
+ 'To expedite your case, include these details:': 'Um die Bearbeitung Ihres Falles zu beschleunigen, geben Sie bitte die folgenden Details an:',
833
+ Problem: 'Problem',
834
+ 'Error Messages': 'Fehlermeldungen',
835
+ 'Tips for describing your problem': 'Tipps zur Beschreibung Ihres Problems',
836
+ "There aren't any related tasks": 'Es gibt keine zugehörigen Aufgaben',
837
+ All: 'Alle',
838
+ Jira: 'Jira',
839
+ 'Do you want to close this case?': 'Möchten Sie diesen Fall abschließen?',
840
+ i18ConfirmResolution: 'Durch die Bestätigung wird der Status dieses Falls auf „Geschlossen“ gesetzt. Sie können den Fall auch nach Abschluss noch einsehen.',
841
+ Resolution: 'Lösung',
842
+ 'Red Hat solved my issue or reviewed my request': 'Red Hat hat mein Problem gelöst oder meine Anfrage überprüft',
843
+ 'The issue has been self-solved': 'Das Problem hat sich von selbst gelöst',
844
+ "I'm not experiencing the issue anymore": 'Das Problem tritt bei mir nicht mehr auf',
805
845
  'AI insights is currently unavailable, try reloading.': 'AI insights ist derzeit nicht verfügbar. Versuchen Sie, es erneut zu laden.',
806
846
  'Back to resources': 'Zurück zu den Ressourcen',
807
847
  'Chat with AI': 'Mit KI chatten',
@@ -815,7 +855,6 @@ export default {
815
855
  'Red Hat hand picked support articles': 'Von Red Hat ausgesuchte Support-Artikel',
816
856
  Reload: 'Neu laden',
817
857
  'Resolve your issue now with AI insights': 'Lösen Sie Ihr Problem jetzt mit AI insights',
818
- 'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'Support-Artikel werden den von Ihnen ausgewählten Produkt- und Versionsdetails zugeordnet, nicht den von Ihnen eingegebenen Problemdetails.',
819
858
  'Troubleshoot with AI insights': 'Fehlerbehebung mit AI insights',
820
859
  'Want to continue the conversation? Dive deeper with our AI assistant': 'Möchten Sie die Unterhaltung fortsetzen? Tauchen Sie mit unserem KI-Assistenten noch tiefer ein',
821
860
  'Why did you choose this rating?': 'Warum haben Sie diese Bewertung gewählt?',
@@ -460,7 +460,6 @@ declare const _default: {
460
460
  'Bookmark account': string;
461
461
  'Submit request': string;
462
462
  'Active Customer Escalation (ACE)': string;
463
- 'Oldest to Newest': string;
464
463
  i18RequestEscalationLearnMore: string;
465
464
  'Private Notes': string;
466
465
  on: string;
@@ -798,6 +797,41 @@ declare const _default: {
798
797
  'Update info': string;
799
798
  Summarize: string;
800
799
  'Describe more': string;
800
+ Resources: string;
801
+ 'Upload a file for Red Hat to analyze': string;
802
+ 'To help us provide the right guidance, upload a sosreport.': string;
803
+ 'Describe your problem. Include specific actions and error messages.': string;
804
+ 'How to create sosreport?': string;
805
+ 'Articles recommended by OpenShift AI': string;
806
+ 'Updating recommendations using OpenShift AI': string;
807
+ 'Recommending articles using OpenShift AI': string;
808
+ 'Exact match': string;
809
+ 'Best match': string;
810
+ Match: string;
811
+ 'Additional information': string;
812
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
813
+ 'convert to case': string;
814
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': string;
815
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': string;
816
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': string;
817
+ "Describe the impact to you or the business'": string;
818
+ 'In what environment are you experiencing this behavior?': string;
819
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': string;
820
+ i18nKeyPlaceHolderDetail: string;
821
+ 'Example:': string;
822
+ 'To expedite your case, include these details:': string;
823
+ Problem: string;
824
+ 'Error Messages': string;
825
+ 'Tips for describing your problem': string;
826
+ "There aren't any related tasks": string;
827
+ All: string;
828
+ Jira: string;
829
+ 'Do you want to close this case?': string;
830
+ i18ConfirmResolution: string;
831
+ Resolution: string;
832
+ 'Red Hat solved my issue or reviewed my request': string;
833
+ 'The issue has been self-solved': string;
834
+ "I'm not experiencing the issue anymore": string;
801
835
  'AI insights is currently unavailable, try reloading.': string;
802
836
  'Back to resources': string;
803
837
  'Chat with AI': string;
@@ -811,7 +845,6 @@ declare const _default: {
811
845
  'Red Hat hand picked support articles': string;
812
846
  Reload: string;
813
847
  'Resolve your issue now with AI insights': string;
814
- 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
815
848
  'Troubleshoot with AI insights': string;
816
849
  'Want to continue the conversation? Dive deeper with our AI assistant': string;
817
850
  'Why did you choose this rating?': string;
@@ -831,6 +864,12 @@ declare const _default: {
831
864
  'Response recorded as unhelpful': string;
832
865
  'Solved my issue': string;
833
866
  'We appreciate your input. <br />It helps us improve this experience.': string;
867
+ 'Newest to Oldest': string;
868
+ 'Oldest to Newest': string;
869
+ Reset: string;
870
+ 'Search for a user, action, or keyword': string;
871
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
872
+ 'Try modifying your search query or changing the date range and try again.': string;
834
873
  };
835
874
  export default _default;
836
875
  //# sourceMappingURL=template-es.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA89BE"}
1
+ {"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6gCE"}
@@ -460,7 +460,6 @@ export default {
460
460
  'Bookmark account': 'Marcar cuentas',
461
461
  'Submit request': 'Enviar solicitud',
462
462
  'Active Customer Escalation (ACE)': 'Remisión de cliente a instancia superior (ACE)',
463
- 'Oldest to Newest': 'Del menos reciente al más reciente',
464
463
  i18RequestEscalationLearnMore: 'Si siente que el problema ha empeorado o que su caso debería tener más prioridad, proporcione un comentario detallado y su caso será revisado por un gerente de soporte. <2>Learn more.</2>',
465
464
  'Private Notes': 'Notas privadas',
466
465
  on: 'en',
@@ -800,6 +799,41 @@ export default {
800
799
  'Update info': 'Actualice la información',
801
800
  Summarize: 'Resumir',
802
801
  'Describe more': 'Describir más',
802
+ Resources: 'Recursos',
803
+ 'Upload a file for Red Hat to analyze': 'Suba un archivo para que Red Hat lo analice',
804
+ 'To help us provide the right guidance, upload a sosreport.': 'Para ayudarnos a brindarle la orientación adecuada, cargue un sosreport.',
805
+ 'Describe your problem. Include specific actions and error messages.': 'Describa el problema. Incluya acciones específicas y mensajes de error.',
806
+ 'How to create sosreport?': '¿Cómo crear un sosreport?',
807
+ 'Articles recommended by OpenShift AI': 'Artículos recomendados por OpenShift AI',
808
+ 'Updating recommendations using OpenShift AI': 'Actualización de recomendaciones mediante OpenShift AI',
809
+ 'Recommending articles using OpenShift AI': 'Recomendación de artículos mediante OpenShift AI',
810
+ 'Exact match': 'Coincidencia exacta',
811
+ 'Best match': 'Mejor coincidencia',
812
+ Match: 'Coincidencia',
813
+ 'Additional information': 'Información adicional',
814
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'Los artículos de soporte coinciden con los detalles del producto y la versión que seleccionó, no con los detalles del problema que ingresó.',
815
+ 'convert to case': 'convertir a mayúsculas y minúsculas',
816
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': 'Proporcione detalles sobre la ubicación, el dispositivo, la versión del software, etc. en los que encuentra este problema.',
817
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': 'Describa el impacto financiero o para el usuario. Infórmenos sobre cualquier urgencia legal, nacional o médica.',
818
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': 'Describa cuándo y con qué frecuencia ocurre el problema, por ejemplo, a diario, después de acciones específicas, en determinados momentos del día, etc.',
819
+ "Describe the impact to you or the business'": 'Describa el impacto para usted o para la empresa.',
820
+ 'In what environment are you experiencing this behavior?': '¿En qué entorno observa este comportamiento?',
821
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': '¿Con qué frecuencia se produce este comportamiento? ¿Se produce de forma reiterada o en determinados momentos?',
822
+ i18nKeyPlaceHolderDetail: 'Cuantos más detalles incluya, será más fácil brindarle ayuda.',
823
+ 'Example:': 'Ejemplo:',
824
+ 'To expedite your case, include these details:': 'Para agilizar su caso, incluya estos detalles:',
825
+ Problem: 'Problema',
826
+ 'Error Messages': 'Mensajes de error',
827
+ 'Tips for describing your problem': 'Consejos para describir su problema',
828
+ "There aren't any related tasks": 'No hay tareas relacionadas',
829
+ All: 'Todo',
830
+ Jira: 'Jira',
831
+ 'Do you want to close this case?': '¿Desea cerrar este caso?',
832
+ i18ConfirmResolution: 'Si confirma, el caso quedará <1>cerrado.</1> Podrá seguir viéndolo una vez cerrado.',
833
+ Resolution: 'Resolución',
834
+ 'Red Hat solved my issue or reviewed my request': 'Red Hat resolvió mi problema o revisó mi solicitud',
835
+ 'The issue has been self-solved': 'El problema se solucionó por sí solo',
836
+ "I'm not experiencing the issue anymore": 'Ya no tengo ese problema',
803
837
  'AI insights is currently unavailable, try reloading.': 'Actualmente, AI Insights no está disponible; intente volver a cargar.',
804
838
  'Back to resources': 'Volver a los recursos',
805
839
  'Chat with AI': 'Chatear con la IA',
@@ -813,7 +847,6 @@ export default {
813
847
  'Red Hat hand picked support articles': 'Artículos de soporte seleccionados por Red Hat',
814
848
  Reload: 'Volver a cargar',
815
849
  'Resolve your issue now with AI insights': 'Resuelva su problema ahora con AI Insights',
816
- 'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'Los artículos de soporte coinciden con los detalles del producto y la versión que seleccionó, no con los detalles del problema que ingresó.',
817
850
  'Troubleshoot with AI insights': 'Solucionar problemas con AI Insights',
818
851
  'Want to continue the conversation? Dive deeper with our AI assistant': '¿Desea continuar con la conversación? Profundice con nuestro asistente de IA',
819
852
  'Why did you choose this rating?': '¿Por qué eligió esta calificación?',
@@ -833,4 +866,10 @@ export default {
833
866
  'Response recorded as unhelpful': 'Respuesta registrada como inútil',
834
867
  'Solved my issue': 'Resolvió mi problema',
835
868
  'We appreciate your input. <br />It helps us improve this experience.': 'Agradecemos tu aporte. <br/>Nos ayuda a mejorar esta experiencia.',
869
+ 'Newest to Oldest': 'Del más reciente al más antiguo',
870
+ 'Oldest to Newest': 'De más antiguo a más reciente',
871
+ Reset: 'Reiniciar',
872
+ 'Search for a user, action, or keyword': 'Buscar un usuario, una acción o una palabra clave',
873
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': '<reloadLink>Vuelva a cargar la página</reloadLink> o inténtelo de nuevo más tarde',
874
+ 'Try modifying your search query or changing the date range and try again.': 'Intente modificar su búsqueda o cambiar el rango de fechas y vuelva a intentarlo.',
836
875
  };
@@ -459,7 +459,6 @@ declare const _default: {
459
459
  'Bookmark account': string;
460
460
  'Submit request': string;
461
461
  'Active Customer Escalation (ACE)': string;
462
- 'Oldest to Newest': string;
463
462
  i18RequestEscalationLearnMore: string;
464
463
  'Private Notes': string;
465
464
  on: string;
@@ -797,6 +796,41 @@ declare const _default: {
797
796
  'or as in your Service Level Agreement (SLA)': string;
798
797
  'View case': string;
799
798
  'Update info': string;
799
+ Resources: string;
800
+ 'Upload a file for Red Hat to analyze': string;
801
+ 'To help us provide the right guidance, upload a sosreport.': string;
802
+ 'Describe your problem. Include specific actions and error messages.': string;
803
+ 'How to create sosreport?': string;
804
+ 'Articles recommended by OpenShift AI': string;
805
+ 'Updating recommendations using OpenShift AI': string;
806
+ 'Recommending articles using OpenShift AI': string;
807
+ 'Exact match': string;
808
+ 'Best match': string;
809
+ Match: string;
810
+ 'Additional information': string;
811
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
812
+ 'convert to case': string;
813
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': string;
814
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': string;
815
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': string;
816
+ "Describe the impact to you or the business'": string;
817
+ 'In what environment are you experiencing this behavior?': string;
818
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': string;
819
+ i18nKeyPlaceHolderDetail: string;
820
+ 'Example:': string;
821
+ 'To expedite your case, include these details:': string;
822
+ Problem: string;
823
+ 'Error Messages': string;
824
+ 'Tips for describing your problem': string;
825
+ "There aren't any related tasks": string;
826
+ All: string;
827
+ Jira: string;
828
+ 'Do you want to close this case?': string;
829
+ i18ConfirmResolution: string;
830
+ Resolution: string;
831
+ 'Red Hat solved my issue or reviewed my request': string;
832
+ 'The issue has been self-solved': string;
833
+ "I'm not experiencing the issue anymore": string;
800
834
  'AI insights is currently unavailable, try reloading.': string;
801
835
  'Back to resources': string;
802
836
  'Chat with AI': string;
@@ -810,7 +844,6 @@ declare const _default: {
810
844
  'Red Hat hand picked support articles': string;
811
845
  Reload: string;
812
846
  'Resolve your issue now with AI insights': string;
813
- 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
814
847
  'Troubleshoot with AI insights': string;
815
848
  'Want to continue the conversation? Dive deeper with our AI assistant': string;
816
849
  'Why did you choose this rating?': string;
@@ -830,6 +863,12 @@ declare const _default: {
830
863
  'Response recorded as unhelpful': string;
831
864
  'Solved my issue': string;
832
865
  'We appreciate your input. <br />It helps us improve this experience.': string;
866
+ 'Newest to Oldest': string;
867
+ 'Oldest to Newest': string;
868
+ Reset: string;
869
+ 'Search for a user, action, or keyword': string;
870
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
871
+ 'Try modifying your search query or changing the date range and try again.': string;
833
872
  };
834
873
  export default _default;
835
874
  //# sourceMappingURL=template-fr.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAq+BE"}
1
+ {"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqhCE"}
@@ -460,7 +460,6 @@ export default {
460
460
  'Bookmark account': 'Comptes avec signets',
461
461
  'Submit request': 'Valider la requête',
462
462
  'Active Customer Escalation (ACE)': 'Escalade client active (ACE)',
463
- 'Oldest to Newest': 'Du plus ancien au plus récent',
464
463
  i18RequestEscalationLearnMore: "Si vous estimez que votre problème s'est aggravé ou qu'il devrait bénéficier d'un niveau de priorité plus élevé, saisissez un commentaire détaillé afin qu'un responsable d'assistance se charge de votre dossier.",
465
464
  'Private Notes': 'Remarques privées',
466
465
  on: 'le',
@@ -802,6 +801,41 @@ export default {
802
801
  'or as in your Service Level Agreement (SLA)': 'ou selon votre SLA contractuel',
803
802
  'View case': 'Voir le cas',
804
803
  'Update info': 'Mise à jour des informations',
804
+ Resources: 'Ressources',
805
+ 'Upload a file for Red Hat to analyze': "Téléchargez un fichier pour que Red Hat l'analyse",
806
+ 'To help us provide the right guidance, upload a sosreport.': 'Pour nous aider à vous fournir les conseils appropriés, téléchargez un sosreport.',
807
+ 'Describe your problem. Include specific actions and error messages.': "Décrivez votre problème. Incluez des actions spécifiques et des messages d'erreur.",
808
+ 'How to create sosreport?': 'Comment créer un sosreport ?',
809
+ 'Articles recommended by OpenShift AI': 'Articles recommandés par OpenShift AI',
810
+ 'Updating recommendations using OpenShift AI': "Mise à jour des recommandations à l'aide d'OpenShift AI",
811
+ 'Recommending articles using OpenShift AI': "Recommandation d'articles à l'aide d'OpenShift AI",
812
+ 'Exact match': 'Correspondance exacte',
813
+ 'Best match': 'Meilleure correspondance',
814
+ Match: 'Correspondre',
815
+ 'Additional information': 'Informations Complémentaires',
816
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': "Les articles d'assistance correspondent aux détails du produit et de la version que vous avez sélectionnés, et non aux détails du problème que vous avez saisis.",
817
+ 'convert to case': 'Convertir en casse',
818
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': "Veuillez fournir des détails sur l'emplacement, l'appareil, la version du logiciel, etc. où vous rencontrez ce problème",
819
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': "Décrivez l'impact financier ou sur l'utilisateur. Informez-nous de toute urgence juridique, nationale ou médicale.",
820
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': 'Décrivez quand et à quelle fréquence le problème survient, par exemple quotidiennement, après des actions spécifiques, à des moments particuliers de la journée, etc.',
821
+ "Describe the impact to you or the business'": "Décrivez l'impact sur vous ou sur l'entreprise",
822
+ 'In what environment are you experiencing this behavior?': 'Dans quel environnement rencontrez-vous ce comportement ?',
823
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': 'À quelle fréquence ce comportement se produit-il ? Se produit-il de manière répétée ou à des moments précis ?',
824
+ i18nKeyPlaceHolderDetail: 'Plus vous incluez de détails, plus il nous sera facile de vous aider.',
825
+ 'Example:': 'Exemple :',
826
+ 'To expedite your case, include these details:': 'Pour accélérer votre dossier, incluez ces détails :',
827
+ Problem: 'Problème',
828
+ 'Error Messages': "Messages d'erreur",
829
+ 'Tips for describing your problem': 'Conseils pour décrire votre problème',
830
+ "There aren't any related tasks": "Il n'y a aucune tâche associée",
831
+ All: 'Tous',
832
+ Jira: 'Jira',
833
+ 'Do you want to close this case?': 'Voulez-vous clôturer ce dossier ?',
834
+ i18ConfirmResolution: 'La confirmation définira le statut de ce dossier comme <1>fermé</1>. Vous pouvez toujours consulter le dossier après sa clôture.',
835
+ Resolution: 'Résolution',
836
+ 'Red Hat solved my issue or reviewed my request': 'Red Hat a résolu mon problème ou examiné ma demande',
837
+ 'The issue has been self-solved': 'Le problème a été résolu tout seul',
838
+ "I'm not experiencing the issue anymore": 'Je ne rencontre plus le problème',
805
839
  'AI insights is currently unavailable, try reloading.': "Les informations sur l'IA ne sont pas actuellement disponibles, essayez de charger à nouveau.",
806
840
  'Back to resources': 'Retour aux ressources',
807
841
  'Chat with AI': "Discuter avec l'IA",
@@ -815,7 +849,6 @@ export default {
815
849
  'Red Hat hand picked support articles': 'Articles de support soigneusement sélectionnés par Red Hat',
816
850
  Reload: 'Chargez à nouveau',
817
851
  'Resolve your issue now with AI insights': "Résolvez votre problème maintenant grâce aux informations de l'IA",
818
- 'Support articles are matched to the product and version details you selected, not the problem details you entered.': "Les articles d'assistance correspondent aux détails du produit et de la version que vous avez sélectionnés, et non aux détails du problème que vous avez saisis.",
819
852
  'Troubleshoot with AI insights': "Dépannage grâce aux informations de l'IA",
820
853
  'Want to continue the conversation? Dive deeper with our AI assistant': 'Envie de poursuivre la conversation ? Approfondissez vos connaissances avec notre assistant IA.',
821
854
  'Why did you choose this rating?': 'Pourquoi avez-vous choisi cette note ?',
@@ -835,4 +868,10 @@ export default {
835
868
  'Response recorded as unhelpful': 'Réponse enregistrée comme inutile',
836
869
  'Solved my issue': "J'ai résolu mon problème",
837
870
  'We appreciate your input. <br />It helps us improve this experience.': 'Nous apprécions votre contribution. <br />Cela nous aide à améliorer cette expérience.',
871
+ 'Newest to Oldest': 'Du plus récent au plus ancien',
872
+ 'Oldest to Newest': 'Du plus ancien au plus récent',
873
+ Reset: 'Réinitialiser',
874
+ 'Search for a user, action, or keyword': 'Rechercher un utilisateur, une action ou un mot-clé',
875
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Essayez de <reloadLink>recharger la page</reloadLink> ou réessayez ultérieurement.',
876
+ 'Try modifying your search query or changing the date range and try again.': 'Essayez de modifier votre requête de recherche ou de changer la plage de dates et réessayez.',
838
877
  };
@@ -460,7 +460,6 @@ declare const _default: {
460
460
  'Bookmark account': string;
461
461
  'Submit request': string;
462
462
  'Active Customer Escalation (ACE)': string;
463
- 'Oldest to Newest': string;
464
463
  i18RequestEscalationLearnMore: string;
465
464
  'Private Notes': string;
466
465
  on: string;
@@ -800,6 +799,41 @@ declare const _default: {
800
799
  'Update info': string;
801
800
  Summarize: string;
802
801
  'Describe more': string;
802
+ Resources: string;
803
+ 'Upload a file for Red Hat to analyze': string;
804
+ 'To help us provide the right guidance, upload a sosreport.': string;
805
+ 'Describe your problem. Include specific actions and error messages.': string;
806
+ 'How to create sosreport?': string;
807
+ 'Articles recommended by OpenShift AI': string;
808
+ 'Updating recommendations using OpenShift AI': string;
809
+ 'Recommending articles using OpenShift AI': string;
810
+ 'Exact match': string;
811
+ 'Best match': string;
812
+ Match: string;
813
+ 'Additional information': string;
814
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
815
+ 'convert to case': string;
816
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': string;
817
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': string;
818
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': string;
819
+ "Describe the impact to you or the business'": string;
820
+ 'In what environment are you experiencing this behavior?': string;
821
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': string;
822
+ i18nKeyPlaceHolderDetail: string;
823
+ 'Example:': string;
824
+ 'To expedite your case, include these details:': string;
825
+ Problem: string;
826
+ 'Error Messages': string;
827
+ 'Tips for describing your problem': string;
828
+ "There aren't any related tasks": string;
829
+ All: string;
830
+ Jira: string;
831
+ 'Do you want to close this case?': string;
832
+ i18ConfirmResolution: string;
833
+ Resolution: string;
834
+ 'Red Hat solved my issue or reviewed my request': string;
835
+ 'The issue has been self-solved': string;
836
+ "I'm not experiencing the issue anymore": string;
803
837
  'AI insights is currently unavailable, try reloading.': string;
804
838
  'Back to resources': string;
805
839
  'Chat with AI': string;
@@ -813,7 +847,6 @@ declare const _default: {
813
847
  'Red Hat hand picked support articles': string;
814
848
  Reload: string;
815
849
  'Resolve your issue now with AI insights': string;
816
- 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
817
850
  'Troubleshoot with AI insights': string;
818
851
  'Want to continue the conversation? Dive deeper with our AI assistant': string;
819
852
  'Why did you choose this rating?': string;
@@ -833,6 +866,12 @@ declare const _default: {
833
866
  'Response recorded as unhelpful': string;
834
867
  'Solved my issue': string;
835
868
  'We appreciate your input. <br />It helps us improve this experience.': string;
869
+ 'Newest to Oldest': string;
870
+ 'Oldest to Newest': string;
871
+ Reset: string;
872
+ 'Search for a user, action, or keyword': string;
873
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
874
+ 'Try modifying your search query or changing the date range and try again.': string;
836
875
  };
837
876
  export default _default;
838
877
  //# sourceMappingURL=template-it.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAk+BE"}
1
+ {"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAihCE"}
@@ -460,7 +460,6 @@ export default {
460
460
  'Bookmark account': 'Assegna segnalibri agli account',
461
461
  'Submit request': 'Invia una richiesta',
462
462
  'Active Customer Escalation (ACE)': 'Escalation cliente attivo (ACE)',
463
- 'Oldest to Newest': 'Dal meno recente al più recente',
464
463
  i18RequestEscalationLearnMore: 'Se ritieni che il problema si sia aggravato o che il caso debba essere classificato con una priorità più elevata, fornisci un commento dettagliato, e il caso in questione verrà esaminato da un responsabile del supporto. <2>Learn more.</2>',
465
464
  'Private Notes': 'Note private',
466
465
  on: 'il',
@@ -802,6 +801,41 @@ export default {
802
801
  'Update info': 'Info aktualisieren',
803
802
  Summarize: 'Riassumere',
804
803
  'Describe more': 'Descrivere più dettagliatamente',
804
+ Resources: 'Risorse',
805
+ 'Upload a file for Red Hat to analyze': 'Carica un file che Red Hat possa analizzare',
806
+ 'To help us provide the right guidance, upload a sosreport.': 'Per aiutarci a fornire le indicazioni giuste, carica un sosreport.',
807
+ 'Describe your problem. Include specific actions and error messages.': 'Descrivi il tuo problema. Includi azioni specifiche e messaggi di errore.',
808
+ 'How to create sosreport?': 'Come si crea un sosreport?',
809
+ 'Articles recommended by OpenShift AI': 'Articoli consigliati da OpenShift AI',
810
+ 'Updating recommendations using OpenShift AI': 'Aggiornamento delle raccomandazioni tramite OpenShift AI',
811
+ 'Recommending articles using OpenShift AI': 'Consigliare articoli tramite OpenShift AI',
812
+ 'Exact match': 'Corrispondenza esatta',
813
+ 'Best match': 'Migliore corrispondenza',
814
+ Match: 'Corrispondenza',
815
+ 'Additional information': 'Informazioni aggiuntive',
816
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'Gli articoli del supporto vengono abbinati ai dettagli del prodotto e della versione selezionati, non ai dettagli del problema inseriti.',
817
+ 'convert to case': 'converti in caso',
818
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': 'Fornisci dettagli sulla posizione, sul dispositivo, sulla versione del software, ecc. in cui riscontri questo problema',
819
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': "Descrivi l'impatto finanziario o per l'utente. Raccontaci di eventuali urgenze legali, nazionali o mediche.",
820
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': 'Descrivi quando e con quale frequenza si verifica il problema, ad esempio quotidianamente, dopo azioni specifiche, in momenti particolari della giornata, ecc.',
821
+ "Describe the impact to you or the business'": "Descrivi l'impatto su di te o sull'azienda",
822
+ 'In what environment are you experiencing this behavior?': 'In quale ambiente riscontri questo comportamento?',
823
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': 'Con quale frequenza si verifica questo comportamento? Si verifica ripetutamente o in determinati momenti?',
824
+ i18nKeyPlaceHolderDetail: 'Più dettagli fornirai, più ci sarà facile aiutarti.',
825
+ 'Example:': 'Esempio:',
826
+ 'To expedite your case, include these details:': 'Per velocizzare il caso, includi questi dettagli:',
827
+ Problem: 'Problema',
828
+ 'Error Messages': 'Messaggi di errore',
829
+ 'Tips for describing your problem': 'Suggerimenti per descrivere il problema',
830
+ "There aren't any related tasks": 'Non ci sono attività correlate',
831
+ All: 'Tutto',
832
+ Jira: 'Jira',
833
+ 'Do you want to close this case?': 'Vuoi chiudere questo caso?',
834
+ i18ConfirmResolution: 'Confermando, lo stato di questo caso verrà impostato come <1>chiuso<1/>. Puoi comunque visualizzarlo dopo la chiusura.',
835
+ Resolution: 'Risoluzione',
836
+ 'Red Hat solved my issue or reviewed my request': 'Red Hat ha risolto il problema o ha esaminato la richiesta',
837
+ 'The issue has been self-solved': 'Il problema è stato risolto da solo',
838
+ "I'm not experiencing the issue anymore": 'Non riscontro più il problema',
805
839
  'AI insights is currently unavailable, try reloading.': "Al momento le informazioni sull'intelligenza artificiale non sono disponibili. Prova a ricaricarle.",
806
840
  'Back to resources': 'Torna alle risorse',
807
841
  'Chat with AI': "Chatta con l'IA",
@@ -815,7 +849,6 @@ export default {
815
849
  'Red Hat hand picked support articles': 'Articoli del supporto selezionati da Red Hat',
816
850
  Reload: 'Ricarica',
817
851
  'Resolve your issue now with AI insights': "Risolvi subito il tuo problema con le informazioni dell'IA",
818
- 'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'Gli articoli del supporto vengono abbinati ai dettagli del prodotto e della versione selezionati, non ai dettagli del problema inseriti.',
819
852
  'Troubleshoot with AI insights': "Risoluzione dei problemi con informazioni basate sull'IA",
820
853
  'Want to continue the conversation? Dive deeper with our AI assistant': 'Vuoi continuare la conversazione? Approfondisci con il nostro assistente IA',
821
854
  'Why did you choose this rating?': 'Perché hai scelto questa valutazione?',
@@ -835,4 +868,10 @@ export default {
835
868
  'Response recorded as unhelpful': 'Risposta registrata come inutile',
836
869
  'Solved my issue': 'Ha risolto il mio problema',
837
870
  'We appreciate your input. <br />It helps us improve this experience.': 'Apprezziamo il tuo contributo. <br />Ci aiuta a migliorare questa esperienza.',
871
+ 'Newest to Oldest': 'Dal più recente al meno recente',
872
+ 'Oldest to Newest': 'Dal meno recente al più recente',
873
+ Reset: 'Resetta',
874
+ 'Search for a user, action, or keyword': "Cerca un utente, un'azione o una parola chiave",
875
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Prova a <reloadLink>ricaricare la pagina</reloadLink> o controlla di nuovo più tardi',
876
+ 'Try modifying your search query or changing the date range and try again.': "Prova a modificare la query di ricerca o a cambiare l'intervallo di date e riprova.",
838
877
  };
@@ -462,7 +462,6 @@ declare const _default: {
462
462
  Subject: string;
463
463
  i18RequestEscalationLearnMore: string;
464
464
  Saturday: string;
465
- 'Oldest to Newest': string;
466
465
  on: string;
467
466
  'Waiting on Customer': string;
468
467
  'Waiting on Red Hat': string;
@@ -803,6 +802,41 @@ declare const _default: {
803
802
  'View case': string;
804
803
  'Update info': string;
805
804
  'These changes to your phone number affect only this case.': string;
805
+ Resources: string;
806
+ 'Upload a file for Red Hat to analyze': string;
807
+ 'To help us provide the right guidance, upload a sosreport.': string;
808
+ 'Describe your problem. Include specific actions and error messages.': string;
809
+ 'How to create sosreport?': string;
810
+ 'Articles recommended by OpenShift AI': string;
811
+ 'Updating recommendations using OpenShift AI': string;
812
+ 'Recommending articles using OpenShift AI': string;
813
+ 'Exact match': string;
814
+ 'Best match': string;
815
+ Match: string;
816
+ 'Additional information': string;
817
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
818
+ 'convert to case': string;
819
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': string;
820
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': string;
821
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': string;
822
+ "Describe the impact to you or the business'": string;
823
+ 'In what environment are you experiencing this behavior?': string;
824
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': string;
825
+ i18nKeyPlaceHolderDetail: string;
826
+ 'Example:': string;
827
+ 'To expedite your case, include these details:': string;
828
+ Problem: string;
829
+ 'Error Messages': string;
830
+ 'Tips for describing your problem': string;
831
+ "There aren't any related tasks": string;
832
+ All: string;
833
+ Jira: string;
834
+ 'Do you want to close this case?': string;
835
+ i18ConfirmResolution: string;
836
+ Resolution: string;
837
+ 'Red Hat solved my issue or reviewed my request': string;
838
+ 'The issue has been self-solved': string;
839
+ "I'm not experiencing the issue anymore": string;
806
840
  'AI insights is currently unavailable, try reloading.': string;
807
841
  'Back to resources': string;
808
842
  'Chat with AI': string;
@@ -816,7 +850,6 @@ declare const _default: {
816
850
  'Red Hat hand picked support articles': string;
817
851
  Reload: string;
818
852
  'Resolve your issue now with AI insights': string;
819
- 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
820
853
  'Troubleshoot with AI insights': string;
821
854
  'Want to continue the conversation? Dive deeper with our AI assistant': string;
822
855
  'Why did you choose this rating?': string;
@@ -836,6 +869,12 @@ declare const _default: {
836
869
  'Response recorded as unhelpful': string;
837
870
  'Solved my issue': string;
838
871
  'We appreciate your input. <br />It helps us improve this experience.': string;
872
+ 'Newest to Oldest': string;
873
+ 'Oldest to Newest': string;
874
+ Reset: string;
875
+ 'Search for a user, action, or keyword': string;
876
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
877
+ 'Try modifying your search query or changing the date range and try again.': string;
839
878
  };
840
879
  export default _default;
841
880
  //# sourceMappingURL=template-jp.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAm9BE"}
1
+ {"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAmgCE"}