Change to lowercase and scoped translation keys

This commit is contained in:
Johannes Zellner
2020-10-28 11:42:17 +01:00
parent 9912698a71
commit 53d39608b8
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
</div>
</script>
<a class="offline-banner animateMe" ng-show="client.offline" ng-cloak href="https://docs.cloudron.io/troubleshooting/" target="_blank"><i class="fa fa-circle-notch fa-spin"></i> Cloudron is offline. Reconnecting...</a>
<a class="offline-banner animateMe" ng-show="client.offline" ng-cloak href="https://docs.cloudron.io/troubleshooting/" target="_blank"><i class="fa fa-circle-notch fa-spin"></i> {{ 'main.offline' | translate }}</a>
<div class="animateMe ng-hide layout-root" ng-show="initialized">
+6 -1
View File
@@ -1,3 +1,8 @@
{
"MY_APPS": "Meine Apps"
"apps": {
"title": "Meine Apps"
},
"main": {
"offline": "Cloudron ist nicht erreichbar. Verbindungsaufbau…"
}
}
+6 -2
View File
@@ -1,4 +1,8 @@
{
"MY_APPS": "My Apps",
"CLOUDRON_OFFLINE": "Cloudron is offline. Reconnecting…"
"apps": {
"title": "My Apps"
},
"main": {
"offline": "Cloudron is offline. Reconnecting…"
}
}
+1 -1
View File
@@ -112,7 +112,7 @@
<div class="animateMeOpacity ng-hide" ng-show="installedApps.length > 0">
<h1 class="view-header">
{{ 'MY_APPS' | translate }}
{{ 'apps.title' | translate }}
<div class="pull-right">
<form class="form-inline">
<input type="text" class="form-control" ng-show="installedApps.length > 8" placeholder="Search Apps" id="appSearch" ng-model="appSearch"/>