diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-02-17 14:58:08 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-21 20:46:16 +0100 |
commit | 1e1af62df661c8c43786bae8de2bf74f2d00d33d (patch) | |
tree | d737ee25dcbc2462fffc5bbdcd814f01bb3fe97c | |
parent | bb62fc4a728e45537f828a7f90f994db48df1a6e (diff) | |
download | sonarqube-1e1af62df661c8c43786bae8de2bf74f2d00d33d.tar.gz sonarqube-1e1af62df661c8c43786bae8de2bf74f2d00d33d.zip |
SONAR-12883 Add missing background task translations
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 6 insertions, 2 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 b91d3063d2b..7ca55465804 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2575,10 +2575,14 @@ marketplace.search=Search by features, tags, or categories... # BACKGROUND TASKS # #------------------------------------------------------------------------------ -component_navigation.status.failed=The last analysis has failed. -component_navigation.status.failed.admin=The last analysis has failed. More details available on the {url} page. +component_navigation.status.failed=The last background task has failed. +component_navigation.status.failed_X=The {type} has failed. +component_navigation.status.failed.admin=The last background task has failed. More details available on the {url} page. +component_navigation.status.failed_X.admin=The {type} has failed. More details available on the {url} page. component_navigation.status.failed_branch=The last analysis on this project ({branch}) failed. +component_navigation.status.failed_branch_X=The last {type} on this project ({branch}) failed. component_navigation.status.failed_branch.admin=The last analysis on this project ({branch}) failed. More details available on the {url} page. +component_navigation.status.failed_branch_X.admin=The last {type} on this project ({branch}) failed. More details available on the {url} page. 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. |