mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-13 00:54:12 -08:00
Footer HTML support, updated german translation
This commit is contained in:
parent
3a12e209da
commit
9ee591417d
|
@ -335,7 +335,7 @@ export default {
|
|||
"Hide Tags": "Tags ausblenden",
|
||||
Description: "Beschreibung",
|
||||
"No monitors available.": "Keine Monitore verfügbar.",
|
||||
"Add one": "Füge eins hinzu",
|
||||
"Add one": "Hinzufügen",
|
||||
"No Monitors": "Keine Monitore",
|
||||
"Untitled Group": "Gruppe ohne Titel",
|
||||
Services: "Dienste",
|
||||
|
|
|
@ -222,7 +222,7 @@
|
|||
</div>
|
||||
|
||||
<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>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue