Преглед на файлове

improve wording for projects dashboards

tags/5.4-M5
Stas Vilchik преди 8 години
родител
ревизия
3f61472377

+ 2
- 3
server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb Целия файл



<%= render :partial => 'list', :locals => {:active_dashboards => @actives.select(&:global?), :group => 'activeGlobal'} %> <%= render :partial => 'list', :locals => {:active_dashboards => @actives.select(&:global?), :group => 'activeGlobal'} %>


<header class="page-header">
<header class="page-header huge-spacer-top">
<h1 class="page-title"><%= message('dashboard.project_dashboards') -%></h1> <h1 class="page-title"><%= message('dashboard.project_dashboards') -%></h1>
<p class="page-description"><%= message('dashboard.project_dashboards.description') -%></p> <p class="page-description"><%= message('dashboard.project_dashboards.description') -%></p>
</header> </header>


<%= render :partial => 'list', :locals => {:active_dashboards => @actives.reject(&:global?), :group => 'activeProject'} %> <%= render :partial => 'list', :locals => {:active_dashboards => @actives.reject(&:global?), :group => 'activeProject'} %>


<header class="page-header">
<header class="page-header huge-spacer-top">
<h1 class="page-title"><%= message('dashboard.shared_dashboards') -%></h1> <h1 class="page-title"><%= message('dashboard.shared_dashboards') -%></h1>
<p class="page-description"><%= message('dashboard.shared_dashboards.description') -%></p> <p class="page-description"><%= message('dashboard.shared_dashboards.description') -%></p>
</header> </header>
</tbody> </tbody>
</table> </table>
</div> </div>


+ 1
- 1
sonar-core/src/main/resources/org/sonar/l10n/core.properties Целия файл

dashboard.error_delete_default=This dashboard can't be deleted as long as it's defined as a default dashboard dashboard.error_delete_default=This dashboard can't be deleted as long as it's defined as a default dashboard
dashboard.error_unshare_default=This dashboard can't be unshared as long as it's defined as a default dashboard dashboard.error_unshare_default=This dashboard can't be unshared as long as it's defined as a default dashboard
dashboard.global_dashboards.description=These dashboards are displayed to anonymous users or users who have not customized their dashboards. dashboard.global_dashboards.description=These dashboards are displayed to anonymous users or users who have not customized their dashboards.
dashboard.project_dashboards.description=These dashboards are displayed to anonymous users or users who have not customized their dashboards.
dashboard.project_dashboards.description=These dashboards are available to anonymous users or users who have not customized their dashboards.
dashboard.shared_dashboards.description=These dashboards can be added to default dashboards. dashboard.shared_dashboards.description=These dashboards can be added to default dashboards.
dashboard.username.default=[SonarQube] dashboard.username.default=[SonarQube]
dashboard.delete_confirm_title=Delete dashboard dashboard.delete_confirm_title=Delete dashboard

Loading…
Отказ
Запис