diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-11-22 11:12:52 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-22 20:03:10 +0000 |
commit | 6e89b695f15534c743b4b3e2d8eef295d1dfccdd (patch) | |
tree | 1dae6d54d420f995b430228d4061074861aad033 /sonar-core/src/main | |
parent | 664e392ebfedaf163c6b6cf9a2f60b37b3005955 (diff) | |
download | sonarqube-6e89b695f15534c743b4b3e2d8eef295d1dfccdd.tar.gz sonarqube-6e89b695f15534c743b4b3e2d8eef295d1dfccdd.zip |
SONAR-22309 Fix a11y issues on Activity page
Diffstat (limited to 'sonar-core/src/main')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index b802dd322a3..cd2165b253d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2157,9 +2157,11 @@ project_activity.remove_custom_event.question=Are you sure you want to delete th project_activity.reset_dates=Reset dates project_activity.delete_analysis=Delete Analysis project_activity.delete_analysis.question=Are you sure you want to delete this analysis from the history? -project_activity.filter_events=Filter events -project_activity.events.tooltip.edit=Edit this event -project_activity.events.tooltip.delete=Delete this event +project_activity.filter_events=Events filter +project_activity.filter_events.placeholder=Select an event +project_activity.filter_date_range=Date range filter +project_activity.events.tooltip.edit=Edit this event: {event} +project_activity.events.tooltip.delete=Delete this event: {event} project_activity.new_code_period_start=Everything above this line is New Code project_activity.new_code_period_start.help=The analysis below this mark is the baseline for New Code comparison @@ -2178,7 +2180,8 @@ project_activity.graphs.custom.no_history=There isn't enough data to generate an project_activity.graphs.custom.metric_no_history=This metric has no historical data to display. project_activity.graphs.custom.search=Search for a metric by name project_activity.graphs.custom.type_x_message=Only "{0}" metrics are available with your current selection. -project_activity.graphs.open_in_table=Show the graph data in a table +project_activity.graphs.graph_shown_x=Graph shown for {0}. +project_activity.graphs.open_in_table=Press 'Enter' to show the graph data in a table. project_activity.graphs.data_table.title=Graph data in table format project_activity.graphs.data_table.max_lines_warning=Only the {0} most recent data entries are shown. If you want to see different data, change the date filters on the main page. project_activity.graphs.data_table.no_data_warning=There is no data for the selected series. |