diff options
author | Sarath Nair <91882341+sarath-nair-sonarsource@users.noreply.github.com> | 2024-08-23 10:43:56 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-08-23 20:02:33 +0000 |
commit | 7dec8953ddce0cb7445740d3c5df0d426cfee354 (patch) | |
tree | b7cb95abf4544cc33f5a65e9bef4951caa0bb855 /sonar-core | |
parent | a5b6cf1c23b872b82a09dbedade8f0ce78af5345 (diff) | |
download | sonarqube-7dec8953ddce0cb7445740d3c5df0d426cfee354.tar.gz sonarqube-7dec8953ddce0cb7445740d3c5df0d426cfee354.zip |
SONAR-22853 Correctly navigate user in case of sync failure (#11591)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 14 |
1 files changed, 7 insertions, 7 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 d5961c4c853..061841c2f79 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1601,14 +1601,7 @@ settings.authentication.github.form.allowUsersToSignUp.description=Allow new use settings.authentication.github.form.projectVisibility.name=Provision project visibility settings.authentication.github.form.projectVisibility.description=Change project visibility based on GitHub repository visibility. If disabled, every provisioned project will be private in SonarQube and visible only to users with explicit GitHub permissions for the corresponding repository. Changes take effect at the next synchronization. settings.authentication.github.synchronize_now=Synchronize now -settings.authentication.github.synchronization_in_progress=Synchronization is in progress. -settings.authentication.github.synchronization_pending=Synchronization is pending. settings.authentication.github.synchronization_finish=Synchronization is done. -settings.authentication.github.synchronization_successful=Last synchronization was done {0} ago. -settings.authentication.github.synchronization_successful.with_warning=Last synchronization was done {date} ago with warnings. {details} -settings.authentication.github.synchronization_failed=Last synchronization failed {0} ago. -settings.authentication.github.synchronization_failed_short=Last synchronization failed. {details} -settings.authentication.github.synchronization_details_link=More details settings.authentication.github.configuration.validation.details=View details settings.authentication.github.configuration.validation.valid.short=Configuration is valid. settings.authentication.github.configuration.validation.valid=Configuration is valid for {0}. {1} organizations will be synced. @@ -1679,6 +1672,13 @@ settings.authentication.gitlab.configuration.insecure=BitBucket Authentication a # COMMON settings.authentication.configuration.validity_check_loading=Checking the configuration settings.authentication.configuration.test=Test configuration +settings.authentication.synchronization_pending=Synchronization is pending. +settings.authentication.synchronization_in_progress=Synchronization is in progress. +settings.authentication.synchronization_successful.with_warning=Last synchronization was done {date} ago with warnings. {details} +settings.authentication.synchronization_details_link=More details +settings.authentication.synchronization_successful=Last synchronization was done {0} ago. +settings.authentication.synchronization_failed_short=Last synchronization failed. {details} +settings.authentication.synchronization_failed=Last synchronization failed {0} ago. # SAML settings.authentication.form.create.saml=New SAML configuration |