mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Merge pull request #269 from Ponkhy/german-language
Added German language and new translations
This commit is contained in:
commit
34b6976a03
@ -455,8 +455,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<Confirm ref="confirmDelete" btn-style="btn-danger" @yes="deleteNotification">
|
<Confirm ref="confirmDelete" btn-style="btn-danger" :yes-text="$t('Yes')" :no-text="$t('No')" @yes="deleteNotification">
|
||||||
Are you sure want to delete this notification for all monitors?
|
{{ $t("deleteNotificationMsg") }}
|
||||||
</Confirm>
|
</Confirm>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
102
src/languages/de-DE.js
Normal file
102
src/languages/de-DE.js
Normal file
@ -0,0 +1,102 @@
|
|||||||
|
export default {
|
||||||
|
languageName: "German",
|
||||||
|
Settings: "Einstellungen",
|
||||||
|
Dashboard: "Dashboard",
|
||||||
|
"New Update": "Update Verfügbar",
|
||||||
|
Language: "Sprache",
|
||||||
|
Appearance: "Erscheinung",
|
||||||
|
Theme: "Thema",
|
||||||
|
General: "Allgemein",
|
||||||
|
Version: "Version",
|
||||||
|
"Check Update On GitHub": "Überprüfen von Updates auf Github",
|
||||||
|
List: "Liste",
|
||||||
|
Add: "Hinzufügen",
|
||||||
|
"Add New Monitor": "Neuer Monitor",
|
||||||
|
"Quick Stats": "Übersicht",
|
||||||
|
Up: "Aktiv",
|
||||||
|
Down: "Inaktiv",
|
||||||
|
Pending: "Ausstehend",
|
||||||
|
Unknown: "Unbekannt",
|
||||||
|
Pause: "Pausieren",
|
||||||
|
pauseDashboardHome: "Pausiert",
|
||||||
|
Name: "Name",
|
||||||
|
Status: "Status",
|
||||||
|
DateTime: "Datum / Uhrzeit",
|
||||||
|
Message: "Nachricht",
|
||||||
|
"No important events": "Keine wichtigen Ereignisse",
|
||||||
|
Resume: "Fortsetzen",
|
||||||
|
Edit: "Bearbeiten",
|
||||||
|
Delete: "Löschen",
|
||||||
|
Current: "Aktuell",
|
||||||
|
Uptime: "Verfügbarkeit",
|
||||||
|
"Cert Exp.": "Zertifikatsablauf",
|
||||||
|
days: "Tage",
|
||||||
|
day: "Tag",
|
||||||
|
"-day": "-Tage",
|
||||||
|
hour: "Stunde",
|
||||||
|
"-hour": "-Stunden",
|
||||||
|
checkEverySecond: "Überprüfe alle {0} Sekunden",
|
||||||
|
"Avg.": "Durchschn. ",
|
||||||
|
Response: " Antwortzeit",
|
||||||
|
Ping: "Ping",
|
||||||
|
"Monitor Type": "Monitor Typ",
|
||||||
|
Keyword: "Schlüsselwort",
|
||||||
|
"Friendly Name": "Anzeigename",
|
||||||
|
URL: "URL",
|
||||||
|
Hostname: "Hostname",
|
||||||
|
Port: "Port",
|
||||||
|
"Heartbeat Interval": "Taktintervall",
|
||||||
|
Retries: "Wiederholungen",
|
||||||
|
retriesDescription: "Maximale Anzahl von Wiederholungen, bevor der Dienst als inaktiv markiert und eine Benachrichtigung gesendet wird.",
|
||||||
|
Advanced: "Erweitert",
|
||||||
|
ignoreTLSError: "Ignoriere TLS/SSL Fehler von Webseiten",
|
||||||
|
"Upside Down Mode": "Umgedrehter Modus",
|
||||||
|
upsideDownModeDescription: "Drehe den Modus um, ist der Dienst erreichbar, wird er als Inaktiv angezeigt.",
|
||||||
|
"Max. Redirects": "Max. Weiterleitungen",
|
||||||
|
maxRedirectDescription: "Maximale Anzahl von Weiterleitungen, denen gefolgt werden soll. Setzte auf 0, um Weiterleitungen zu deaktivieren.",
|
||||||
|
"Accepted Status Codes": "Erlaubte HTTP-Statuscodes",
|
||||||
|
acceptedStatusCodesDescription: "Wähle die Statuscodes aus, welche trotzdem als erfolgreich gewertet werden sollen.",
|
||||||
|
Save: "Speichern",
|
||||||
|
Notifications: "Benachrichtigungen",
|
||||||
|
"Not available, please setup.": "Keine verfügbar, bitte einrichten.",
|
||||||
|
"Setup Notification": "Benachrichtigung einrichten",
|
||||||
|
Light: "Hell",
|
||||||
|
Dark: "Dunkel",
|
||||||
|
Auto: "Auto",
|
||||||
|
"Theme - Heartbeat Bar": "Thema - Taktleiste",
|
||||||
|
Normal: "Normal",
|
||||||
|
Bottom: "Unten",
|
||||||
|
None: "Keine",
|
||||||
|
Timezone: "Zeitzone",
|
||||||
|
"Search Engine Visibility": "Suchmaschinensichtbarkeit",
|
||||||
|
"Allow indexing": "Indizierung zulassen",
|
||||||
|
"Discourage search engines from indexing site": "Halte Suchmaschinen von der Indexierung der Site ab",
|
||||||
|
"Change Password": "Passwort ändern",
|
||||||
|
"Current Password": "Dezeitiges Passwort",
|
||||||
|
"New Password": "Neues Passwort",
|
||||||
|
"Repeat New Password": "Wiederhole neues Passwort",
|
||||||
|
passwordNotMatchMsg: "Passwörter stimmen nicht überein. ",
|
||||||
|
"Update Password": "Ändere Passwort",
|
||||||
|
"Disable Auth": "Authentifizierung deaktivieren",
|
||||||
|
"Enable Auth": "Authentifizierung aktivieren",
|
||||||
|
Logout: "Ausloggen",
|
||||||
|
notificationDescription: "Weise den Monitor(en) eine Benachrichtigung zu, damit diese Funktion greift.",
|
||||||
|
Leave: "Verlassen",
|
||||||
|
"I understand, please disable": "Ich verstehe, bitte deaktivieren",
|
||||||
|
Confirm: "Bestätige",
|
||||||
|
Yes: "Ja",
|
||||||
|
No: "Nein",
|
||||||
|
Username: "Benutzername",
|
||||||
|
Password: "Passwort",
|
||||||
|
"Remember me": "Passwort merken",
|
||||||
|
Login: "Einloggen",
|
||||||
|
"No Monitors, please": "Keine Monitore, bitte",
|
||||||
|
"add one": "hinzufügen",
|
||||||
|
"Notification Type": "Benachrichtigungs Dienst",
|
||||||
|
"Email": "E-Mail",
|
||||||
|
"Test": "Test",
|
||||||
|
"Certificate Info": "Zertifikatsinfo",
|
||||||
|
keywordDescription: "Suche nach einen Schlüsselwort in einer schlichten HTML oder JSON Ausgabe. Bitte beachte, es wird in der Groß-/Kleinschreibung unterschieden.",
|
||||||
|
deleteMonitorMsg: "Bist du sicher das du den Monitor löschen möchtest?",
|
||||||
|
deleteNotificationMsg: "Möchtest du diese Benachrichtigung wirklich für alle Monitore löschen?",
|
||||||
|
}
|
@ -9,4 +9,8 @@ export default {
|
|||||||
acceptedStatusCodesDescription: "Select status codes which are considered as a successful response.",
|
acceptedStatusCodesDescription: "Select status codes which are considered as a successful response.",
|
||||||
passwordNotMatchMsg: "The repeat password does not match.",
|
passwordNotMatchMsg: "The repeat password does not match.",
|
||||||
notificationDescription: "Please assign a notification to monitor(s) to get it to work.",
|
notificationDescription: "Please assign a notification to monitor(s) to get it to work.",
|
||||||
|
keywordDescription: "Search keyword in plain html or JSON response and it is case-sensitive",
|
||||||
|
pauseDashboardHome: "Pause",
|
||||||
|
deleteMonitorMsg: "Are you sure want to delete this monitor?",
|
||||||
|
deleteNotificationMsg: "Are you sure want to delete this notification for all monitors?",
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,7 @@ export default {
|
|||||||
Pending: "待定",
|
Pending: "待定",
|
||||||
Unknown: "不明",
|
Unknown: "不明",
|
||||||
Pause: "暫停",
|
Pause: "暫停",
|
||||||
|
pauseDashboardHome: "暫停",
|
||||||
Name: "名稱",
|
Name: "名稱",
|
||||||
Status: "狀態",
|
Status: "狀態",
|
||||||
DateTime: "日期時間",
|
DateTime: "日期時間",
|
||||||
|
@ -25,6 +25,7 @@ import { appName } from "./util.ts";
|
|||||||
|
|
||||||
import en from "./languages/en";
|
import en from "./languages/en";
|
||||||
import zhHK from "./languages/zh-HK";
|
import zhHK from "./languages/zh-HK";
|
||||||
|
import deDE from "./languages/de-DE";
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
@ -90,6 +91,7 @@ const router = createRouter({
|
|||||||
const languageList = {
|
const languageList = {
|
||||||
en,
|
en,
|
||||||
"zh-HK": zhHK,
|
"zh-HK": zhHK,
|
||||||
|
"de-DE": deDE,
|
||||||
};
|
};
|
||||||
|
|
||||||
const i18n = createI18n({
|
const i18n = createI18n({
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<span class="num text-secondary">{{ stats.unknown }}</span>
|
<span class="num text-secondary">{{ stats.unknown }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3>{{ $t("Pause") }}</h3>
|
<h3>{{ $t("pauseDashboardHome") }}</h3>
|
||||||
<span class="num text-secondary">{{ stats.pause }}</span>
|
<span class="num text-secondary">{{ stats.pause }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<span v-if="monitor.type === 'ping'">Ping: {{ monitor.hostname }}</span>
|
<span v-if="monitor.type === 'ping'">Ping: {{ monitor.hostname }}</span>
|
||||||
<span v-if="monitor.type === 'keyword'">
|
<span v-if="monitor.type === 'keyword'">
|
||||||
<br>
|
<br>
|
||||||
<span>Keyword:</span> <span class="keyword">{{ monitor.keyword }}</span>
|
<span>{{ $t("Keyword") }}:</span> <span class="keyword">{{ monitor.keyword }}</span>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -80,7 +80,7 @@
|
|||||||
<div v-if="showCertInfoBox" class="shadow-box big-padding text-center">
|
<div v-if="showCertInfoBox" class="shadow-box big-padding text-center">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h4>Certificate Info</h4>
|
<h4>{{ $t("Certificate Info") }}</h4>
|
||||||
<table class="text-start">
|
<table class="text-start">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="my-3">
|
<tr class="my-3">
|
||||||
@ -165,8 +165,8 @@
|
|||||||
Are you sure want to pause?
|
Are you sure want to pause?
|
||||||
</Confirm>
|
</Confirm>
|
||||||
|
|
||||||
<Confirm ref="confirmDelete" btn-style="btn-danger" @yes="deleteMonitor">
|
<Confirm ref="confirmDelete" btn-style="btn-danger" :yes-text="$t('Yes')" :no-text="$t('No')" @yes="deleteMonitor">
|
||||||
Are you sure want to delete this monitor?
|
{{ $t("deleteMonitorMsg") }}
|
||||||
</Confirm>
|
</Confirm>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<label for="keyword" class="form-label">{{ $t("Keyword") }}</label>
|
<label for="keyword" class="form-label">{{ $t("Keyword") }}</label>
|
||||||
<input id="keyword" v-model="monitor.keyword" type="text" class="form-control" required>
|
<input id="keyword" v-model="monitor.keyword" type="text" class="form-control" required>
|
||||||
<div class="form-text">
|
<div class="form-text">
|
||||||
Search keyword in plain html or JSON response and it is case-sensitive
|
{{ $t("keywordDescription")}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -169,6 +169,12 @@
|
|||||||
<p>這個功能是設計給已有<strong>第三方認証</strong>的用家,例如 Cloudflare Access。</p>
|
<p>這個功能是設計給已有<strong>第三方認証</strong>的用家,例如 Cloudflare Access。</p>
|
||||||
<p>請小心使用。</p>
|
<p>請小心使用。</p>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template v-if="$i18n.locale === 'de-DE' ">
|
||||||
|
<p>Bist du sicher das du die <strong>Authentifizierung deaktivieren</strong> möchtest?</p>
|
||||||
|
<p>Es ist für <strong>jemanden der eine externe Authentifizierung</strong> vor Uptime Kuma geschaltet hat, wie z.B. Cloudflare Access.</p>
|
||||||
|
<p>Bitte mit Vorsicht nutzen.</p>
|
||||||
|
</template>
|
||||||
</Confirm>
|
</Confirm>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
|
Loading…
Reference in New Issue
Block a user