Add all main view titles and navbar translation keys

This commit is contained in:
Johannes Zellner
2020-10-28 16:17:14 +01:00
parent b71e68581d
commit beec65bdb6
15 changed files with 109 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
<div>
<div class="col-md-10 col-md-offset-1">
<h1>Event Log</h1>
<h1>{{ 'eventlog.title' | tr }}</h1>
</div>
</div>

View File

@@ -328,7 +328,7 @@
<div class="content">
<div class="text-left">
<h1>Backups</h1>
<h1>{{ 'backups.title' | tr }}</h1>
</div>
<div class="text-left">

View File

@@ -28,7 +28,7 @@
<div class="content">
<div class="text-left">
<h1>Branding</h1>
<h1>{{ 'branding.title' | tr }}</h1>
</div>
<div class="card" style="margin-bottom: 15px;">

View File

@@ -234,7 +234,7 @@
<div class="content">
<div class="text-left">
<h1>Domains <button class="btn btn-primary btn-outline pull-right" ng-click="domainAdd.show()"><i class="fa fa-plus"></i> Add Domain</button></h1>
<h1>{{ 'domains.title' | tr }} <button class="btn btn-primary btn-outline pull-right" ng-click="domainAdd.show()"><i class="fa fa-plus"></i> Add Domain</button></h1>
</div>
<div class="card card-large">

View File

@@ -72,7 +72,7 @@
<div class="content">
<div class="text-left">
<h1>Network</h1>
<h1>{{ 'network.title' | tr }}</h1>
</div>
<div class="text-left">

View File

@@ -19,7 +19,7 @@
<div class="content">
<div class="text-left">
<h1>Notifications <button class="btn btn-primary btn-outline pull-right" ng-click="notifications.clearAll()" ng-disabled="clearAllBusy"><i class="fa fa-circle-notch fa-spin" ng-show="clearAllBusy"></i><i class="fa fa-check" ng-hide="clearAllBusy"></i> Clear All</button></h1>
<h1>{{ 'notifications.title' | tr }} <button class="btn btn-primary btn-outline pull-right" ng-click="notifications.clearAll()" ng-disabled="clearAllBusy"><i class="fa fa-circle-notch fa-spin" ng-show="clearAllBusy"></i><i class="fa fa-check" ng-hide="clearAllBusy"></i> Clear All</button></h1>
</div>
<div class="col-lg-12 text-center" ng-show="notifications.busy">

View File

@@ -324,7 +324,7 @@
<div class="content">
<div class="text-left">
<h1>Profile</h1>
<h1>{{ 'profile.title' | tr }}</h1>
</div>
<div class="card">

View File

@@ -49,7 +49,7 @@
<div class="content">
<div class="text-left">
<h1>Services</h1>
<h1>{{ 'services.title' | tr }}</h1>
</div>
<div class="card" style="margin-bottom: 15px;">

View File

@@ -137,7 +137,7 @@
<div class="content">
<div class="text-left">
<h1>Settings</h1>
<h1>{{ 'settings.title' | tr }}</h1>
</div>
<div class="text-left" ng-show="user.isAtLeastOwner && !config.isDemo">

View File

@@ -1,7 +1,7 @@
<div class="content">
<div class="text-left">
<h1>Support</h1>
<h1>{{ 'support.title' | tr }}</h1>
</div>
<div class="text-left">

View File

@@ -21,7 +21,7 @@
<div class="text-left">
<h1>
System Info
{{ 'system.title' | tr }}
<a class="btn btn-default pull-right" href="/logs.html?id=box" target="_blank">Show Logs</a>
<button class="btn btn-default pull-right" ng-click="reboot.show()" ng-disabled="reboot.busy"><i class="fa fa-circle-notch fa-spin" ng-show="reboot.busy"></i> Reboot</button>
</h1>

View File

@@ -401,7 +401,7 @@
<div class="text-left">
<h2>
Users
{{ 'users.title' | tr }}
<button class="btn btn-primary btn-outline pull-right" ng-click="useradd.show()">
<i class="fa fa-user-plus"></i> New User
</button>