mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 15:24:05 +00:00
Footer HTML support, updated german translation
This commit is contained in:
parent
3a12e209da
commit
9ee591417d
2 changed files with 2 additions and 2 deletions
|
@ -335,7 +335,7 @@ export default {
|
||||||
"Hide Tags": "Tags ausblenden",
|
"Hide Tags": "Tags ausblenden",
|
||||||
Description: "Beschreibung",
|
Description: "Beschreibung",
|
||||||
"No monitors available.": "Keine Monitore verfügbar.",
|
"No monitors available.": "Keine Monitore verfügbar.",
|
||||||
"Add one": "Füge eins hinzu",
|
"Add one": "Hinzufügen",
|
||||||
"No Monitors": "Keine Monitore",
|
"No Monitors": "Keine Monitore",
|
||||||
"Untitled Group": "Gruppe ohne Titel",
|
"Untitled Group": "Gruppe ohne Titel",
|
||||||
Services: "Dienste",
|
Services: "Dienste",
|
||||||
|
|
|
@ -222,7 +222,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="mt-5 mb-4">
|
<footer class="mt-5 mb-4">
|
||||||
<p v-if="config.poweredBy">{{ config.poweredBy }}</p>
|
<p v-if="config.poweredBy" v-html="config.poweredBy"></p>
|
||||||
<p v-else>{{ $t("Powered by") }} <a target="_blank" href="https://github.com/louislam/uptime-kuma">{{ $t("Uptime Kuma" ) }}</a></p>
|
<p v-else>{{ $t("Powered by") }} <a target="_blank" href="https://github.com/louislam/uptime-kuma">{{ $t("Uptime Kuma" ) }}</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue