diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-02-09 11:17:42 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-02-11 20:07:07 +0000 |
commit | 6d48c2810f088ee18b33300f77d981a0165f831b (patch) | |
tree | 8099f9a6929a88a064cfb16dd947d8882805a2f2 /sonar-core | |
parent | b11ef6df792cd942cfa7b83f44a32ba3a777ebb9 (diff) | |
download | sonarqube-6d48c2810f088ee18b33300f77d981a0165f831b.tar.gz sonarqube-6d48c2810f088ee18b33300f77d981a0165f831b.zip |
SONAR-14430 Missing translation keys for background tasks
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 8 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 52f8c5a608b..c9c6710aa71 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2742,12 +2742,16 @@ component_navigation.status.failed_branch.admin.help==The last analysis on this component_navigation.status.failed_branch_X.admin.help=The last {type} on this project ({branch}) failed. You can find more details below by clicking on the cog menu, and then "{stacktrace}". component_navigation.status.pending=There is a pending background task. component_navigation.status.pending_X=There is a pending {type}. -component_navigation.status.pending.admin=There is a pending background task. More details available on the {url} page. -component_navigation.status.pending_X.admin=There is a pending {type}. More details available on the {url} page. +component_navigation.status.pending.admin.link=There is a pending background task. More details available on the {url} page. +component_navigation.status.pending_X.admin.link=There is a pending {type}. More details available on the {url} page. +component_navigation.status.pending.admin.help=There is a pending background task. +component_navigation.status.pending_X.admin.help=There is a pending {type}. component_navigation.status.in_progress=A background task is in progress. component_navigation.status.in_progress_X=The {type} is in progress. -component_navigation.status.in_progress.admin=A background task is in progress. More details available on the {url} page. -component_navigation.status.in_progress_X.admin=The {type} is in progress. More details available on the {url} page. +component_navigation.status.in_progress.admin.link=A background task is in progress. More details available on the {url} page. +component_navigation.status.in_progress_X.admin.link=The {type} is in progress. More details available on the {url} page. +component_navigation.status.in_progress.admin.help=A background task is in progress. +component_navigation.status.in_progress_X.admin.help=The {type} is in progress. component_navigation.status.last_blocked_due_to_bad_license_X=Last analysis blocked due to an invalid license, which has since been corrected. Please reanalyze this {0}. component_navigation.last_analysis_had_warnings=Last analysis had {warnings} |