Healthcheck dashboard: Add translations (#6887)
This commit is contained in:
committed by
Kenn Jacobsen
parent
a19cb25f9c
commit
ddb0bd6bd9
@@ -5,10 +5,10 @@
|
||||
<umb-box>
|
||||
<umb-box-content>
|
||||
<div class="umb-healthcheck-help-text">
|
||||
<p>
|
||||
The health checker evaluates various areas of your site for best practice settings, configuration, potential problems, etc. You can easily fix problems by pressing a button.
|
||||
You can add your own health checks, have a look at <a href="https://our.umbraco.com/documentation/Extending/Healthcheck/" target="_blank" class="btn-link -underline">the documentation for more information</a> about custom health checks.
|
||||
</p>
|
||||
<localize key="healthcheck_helpText">
|
||||
<p>The health checker evaluates various areas of your site for best practice settings, configuration, potential problems, etc. You can easily fix problems by pressing a button.
|
||||
You can add your own health checks, have a look at <a href="https://our.umbraco.com/documentation/Extending/Healthcheck/" target="_blank" class="btn-link -underline">the documentation for more information</a> about custom health checks.</p>
|
||||
</localize>
|
||||
</div>
|
||||
<div class="umb-panel-group__details-status-actions">
|
||||
<umb-button type="button"
|
||||
@@ -75,7 +75,7 @@
|
||||
<umb-editor-sub-header>
|
||||
<umb-editor-sub-header-content-left>
|
||||
<button type="button" class="umb-healthcheck-back-link" ng-click="vm.setViewState('list');">
|
||||
<span aria-hidden="true">←</span> Back to overview
|
||||
<span aria-hidden="true">←</span> <localize key="general_backToOverview">Back to overview</localize>
|
||||
</button>
|
||||
</umb-editor-sub-header-content-left>
|
||||
</umb-editor-sub-header>
|
||||
@@ -85,9 +85,12 @@
|
||||
<div class="umb-panel-group__details-group">
|
||||
<div class="umb-panel-group__details-group-title">
|
||||
<div class="umb-panel-group__details-group-name">{{ vm.selectedGroup.name }}</div>
|
||||
<umb-button type="button" button-style="success"
|
||||
action="vm.checkAllInGroup(vm.selectedGroup, vm.selectedGroup.checks)"
|
||||
label="Check group">
|
||||
<umb-button
|
||||
type="button"
|
||||
button-style="success"
|
||||
action="vm.checkAllInGroup(vm.selectedGroup, vm.selectedGroup.checks)"
|
||||
label="Check group"
|
||||
label-key="healthcheck_checkGroup">
|
||||
</umb-button>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -2107,6 +2107,14 @@ To manage your website, simply open the Umbraco back office and start adding con
|
||||
<key alias="notificationEmailsCheckErrorMessage"><![CDATA[Notification email is still set to the default value of <strong>%0%</strong>.]]></key>
|
||||
<key alias="scheduledHealthCheckEmailBody"><![CDATA[<html><body><p>Results of the scheduled Umbraco Health Checks run on %0% at %1% are as follows:</p>%2%</body></html>]]></key>
|
||||
<key alias="scheduledHealthCheckEmailSubject">Umbraco Health Check Status: %0%</key>
|
||||
<key alias="checkAllGroups">Check All Groups</key>
|
||||
<key alias="checkGroup">Check group</key>
|
||||
<key alias="helpText">
|
||||
<![CDATA[
|
||||
<p>The health checker evaluates various areas of your site for best practice settings, configuration, potential problems, etc. You can easily fix problems by pressing a button.
|
||||
You can add your own health checks, have a look at <a href="https://our.umbraco.com/documentation/Extending/Healthcheck/" target="_blank" class="btn-link -underline">the documentation for more information</a> about custom health checks.</p>
|
||||
]]>
|
||||
</key>
|
||||
</area>
|
||||
<area alias="redirectUrls">
|
||||
<key alias="disableUrlTracker">Disable URL tracker</key>
|
||||
@@ -2358,4 +2366,3 @@ To manage your website, simply open the Umbraco back office and start adding con
|
||||
<key alias="fallbackDescription">Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.</key>
|
||||
</area>
|
||||
</language>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user