diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2021-10-26 14:09:52 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-11-04 20:03:24 +0000 |
commit | 8e7bf7fed4d80abe61ea7aefc32b8464e5dc819e (patch) | |
tree | caec9feed43b55d82cdeff0fb7c9d5272434bca3 /sonar-core/src | |
parent | ad08e7f7912d9fed1f334803f7d71dc999fdbecd (diff) | |
download | sonarqube-8e7bf7fed4d80abe61ea7aefc32b8464e5dc819e.tar.gz sonarqube-8e7bf7fed4d80abe61ea7aefc32b8464e5dc819e.zip |
SONAR-15567 Add export UI to community edition
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 30 |
1 files changed, 30 insertions, 0 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 e55a5067b3d..57e43771745 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2972,6 +2972,36 @@ background_tasks.failing_count=Count of projects where processing of most recent #------------------------------------------------------------------------------ # +# Project Dump +# +#------------------------------------------------------------------------------ +project_dump.page=Import / Export +project_dump.page.description=Moving a project from one SonarQube instance to another is a 3 step operation: export the project, copy the generated dump on the target server, and finally import that dump from this page on the target SonarQube instance. +project_dump.page.description_without_import=Export project issues, measures and measure history for import into an Enterprise Edition or higher instance of the same version and similar configuration. The export file will be generated to the file system. It must then be copied to the target file system for import. +project_dump.refresh=Refresh +project_dump.see_details=See Details +project_dump.export=Export +project_dump.do_export=Export +project_dump.can_not_export=This project cannot be exported as no analysis has been run so far. +project_dump.pending_export=Export was scheduled on {0}, waiting to be processed. +project_dump.in_progress_export=Export is in progress, started {0}. +project_dump.failed_export=The last export failed. Please try once again. +project_dump.latest_export_available=Latest project dump was generated on {0}. It can be found on the server, in the following directory: +project_dump.export_available=Project dump was generated. It can be found on the server, in the following directory: +project_dump.export_form_description=Export the project to the file system. The export file will need to be manually copied to the target filesystem. +project_dump.import=Import +project_dump.do_import=Import +project_dump.import_success=The project has been successfully imported on {0}. +project_dump.can_not_import=This project can not be imported because it already contains some data. +project_dump.no_file_to_import=This project can not be imported because the dump file is not found. +project_dump.pending_import=Import was scheduled on {0}, waiting to be processed. +project_dump.in_progress_import=Import is in progress, started {0}. +project_dump.failed_import=The last import has failed. Please try once again. +project_dump.import_form_description=A dump has been found on the file system for this project. You can import it by clicking on the button below. +project_dump.import_form_description_disabled=Projects cannot be imported. This feature is only available starting from Enterprise Edition + +#------------------------------------------------------------------------------ +# # SYSTEM # #------------------------------------------------------------------------------ |