gui: Add missing translation string to log viewer
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4714
This commit is contained in:
parent
80079e8322
commit
a0514bb1a7
@ -33,6 +33,7 @@
|
|||||||
"Automatic upgrade now offers the choice between stable releases and release candidates.": "Automatic upgrade now offers the choice between stable releases and release candidates.",
|
"Automatic upgrade now offers the choice between stable releases and release candidates.": "Automatic upgrade now offers the choice between stable releases and release candidates.",
|
||||||
"Automatic upgrades": "Automatic upgrades",
|
"Automatic upgrades": "Automatic upgrades",
|
||||||
"Automatically create or share folders that this device advertises at the default path.": "Automatically create or share folders that this device advertises at the default path.",
|
"Automatically create or share folders that this device advertises at the default path.": "Automatically create or share folders that this device advertises at the default path.",
|
||||||
|
"Available debug logging facilities:": "Available debug logging facilities:",
|
||||||
"Be careful!": "Be careful!",
|
"Be careful!": "Be careful!",
|
||||||
"Bugs": "Bugs",
|
"Bugs": "Bugs",
|
||||||
"CPU Utilization": "CPU Utilization",
|
"CPU Utilization": "CPU Utilization",
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="log-viewer-facilities" class="tab-pane">
|
<div id="log-viewer-facilities" class="tab-pane">
|
||||||
<label>Available debug logging facilities:</label>
|
<label translate>Available debug logging facilities:</label>
|
||||||
<table class="table table-condensed table-striped">
|
<table class="table table-condensed table-striped">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr ng-repeat="(name, data) in logging.facilities">
|
<tr ng-repeat="(name, data) in logging.facilities">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user