1 file changed
+1
-1
lines changed- LOCALIZATION.md+4-4
- src/app/About/About.tsx+3-3
- src/app/About/AboutCryostatModal.tsx+3-3
- src/app/About/AboutDescription.tsx+2-2
- src/app/Agent/AgentLiveProbes.tsx+2-2
- src/app/Agent/AgentProbeTemplates.tsx+7-7
- src/app/AppLayout/AppLayout.tsx+3-2
- src/app/AppLayout/ThemeToggle.tsx+2-2
- src/app/Archives/AllArchivedRecordingsTable.tsx+2-2
- src/app/Archives/AllTargetsArchivedRecordingsTable.tsx+2-2
- src/app/Dashboard/AddCard.tsx+5-5
- src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisCard.tsx+7-7
- src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisCardList.tsx+9-11
- src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigDrawer.tsx+2-2
- src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigForm.tsx+15-19
- src/app/Dashboard/AutomatedAnalysis/AutomatedAnalysisFilters.tsx+4-4
- src/app/Dashboard/AutomatedAnalysis/ClickableAutomatedAnalysisLabel.tsx+2-2
- src/app/Dashboard/AutomatedAnalysis/Filters/AutomatedAnalysisScoreFilter.tsx+7-7
- src/app/Dashboard/Charts/jfr/JFRMetricsChartCard.tsx+3-2
- src/app/Dashboard/Charts/mbean/MBeanMetricsChartCard.tsx+2-2
- src/app/Dashboard/Dashboard.tsx+2-2
- src/app/Dashboard/DashboardCardActionMenu.tsx+4-4
- src/app/Dashboard/DashboardLayoutCreateModal.tsx+4-4
- src/app/Dashboard/DashboardLayoutSetAsTemplateModal.tsx+4-4
- src/app/Dashboard/DashboardLayoutToolbar.tsx+4-4
- src/app/Dashboard/Diagnostics/DiagnosticsCard.tsx+2-2
- src/app/Dashboard/ErrorCard.tsx+2-2
- src/app/Dashboard/LayoutTemplateGroup.tsx+7-7
- src/app/Dashboard/LayoutTemplatePicker.tsx+5-5
- src/app/Dashboard/LayoutTemplateUploadModal.tsx+8-8
- src/app/Dashboard/utils.tsx+3-3
- src/app/DateTimePicker/DateTimePicker.tsx+5-5
- src/app/DateTimePicker/MeridiemPicker.tsx+4-4
- src/app/DateTimePicker/TimePicker.tsx+6-6
- src/app/DateTimePicker/TimezonePicker.tsx+3-5
- src/app/DateTimePicker/i18n.ts+2-2
- src/app/Events/EventTemplates.tsx+2-2
- src/app/Events/EventTypes.tsx+2-2
- src/app/NotFound/NotFound.tsx+2-2
- src/app/QuickStarts/QuickStartDrawer.tsx+2-2
- src/app/QuickStarts/QuickStartsCatalogPage.tsx+2-2
- src/app/RecordingMetadata/RecordingLabelFields.tsx+2-2
- src/app/Recordings/ActiveRecordingsTable.tsx+3-3
- src/app/Recordings/Filters/DatetimeFilter.tsx+5-5
- src/app/Recordings/Filters/DurationFilter.tsx+4-4
- src/app/Recordings/Filters/RecordingStateFilter.tsx+2-2
- src/app/Recordings/RecordingActions.tsx+2-2
- src/app/Recordings/RecordingFilters.tsx+6-6
- src/app/Rules/CreateRule.tsx+27-43
- src/app/Rules/RuleDeleteWarningModal.tsx+6-6
- src/app/Rules/Rules.tsx+18-17
- src/app/Rules/RulesUploadModal.tsx+5-5
- src/app/SecurityPanel/Credentials/CreateCredentialModal.tsx+7-6
- src/app/SecurityPanel/Credentials/CredentialTestTable.tsx+13-15
- src/app/SecurityPanel/Credentials/MatchedTargetsTable.tsx+2-2
- src/app/SecurityPanel/Credentials/StoredCredentials.tsx+5-5
- src/app/SecurityPanel/ImportCertificate.tsx+2-2
- src/app/SecurityPanel/SecurityPanel.tsx+2-2
- src/app/Settings/Config/AutoRefresh.tsx+2-2
- src/app/Settings/Config/ChartCards.tsx+3-3
- src/app/Settings/Config/DatetimeControl.tsx+2-2
- src/app/Settings/Config/DeletionDialogControl.tsx+3-3
- src/app/Settings/Config/FeatureLevels.tsx+2-2
- src/app/Settings/Config/Language.tsx+3-4
- src/app/Settings/Config/NotificationControl.tsx+3-3
- src/app/Settings/Config/Theme.tsx+2-2
- src/app/Settings/Config/WebSocketDebounce.tsx+3-3
- src/app/Settings/Settings.tsx+4-3
- src/app/Shared/Components/DurationUnitSelect.tsx+5-5
- src/app/Shared/Components/ErrorBoundary.tsx+4-3
- src/app/Shared/Components/MatchExpression/MatchExpressionDisplay.tsx+4-4
- src/app/Shared/Components/i18n.ts+3-3
- src/app/Shared/i18n.ts+3-3
- src/app/TargetView/TargetContextSelector.tsx+2-2
- src/app/TargetView/TargetSelect.tsx+2-2
- src/app/Topology/Actions/CreateTarget.tsx+4-4
- src/app/Topology/Shared/Components/Shortcuts.tsx+2-2
- src/app/Topology/Toolbar/TopologyToolbar.tsx+2-2
- src/i18n/config.ts+1-24
- src/i18n/i18nextUtil.ts+35
- src/test/About/About.test.tsx+1-1
- src/test/Dashboard/AutomatedAnalysis/AutomatedAnalysisCard.test.tsx+4-4
- src/test/Dashboard/AutomatedAnalysis/AutomatedAnalysisConfigForm.test.tsx+1-1
- src/test/DateTimePicker/DateTimePicker.test.tsx+3-3
- src/test/DateTimePicker/MeridiemPicker.test.tsx+1-1
- src/test/DateTimePicker/TimePicker.test.tsx+12-16
- src/test/Recordings/RecordingFilters.test.tsx+12-12
- src/test/Settings/FeatureLevels.test.tsx+4-4
- src/test/Settings/Language.test.tsx+2-2
- webpack.dev.js+2-1
- webpack.prod.js+2-1
0 commit comments