mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9e10296290
2 changed files with 15 additions and 12 deletions
|
@ -44,6 +44,9 @@ Browse to http://localhost:3001 after started.
|
||||||
Required Tools: Node.js >= 14, git and pm2.
|
Required Tools: Node.js >= 14, git and pm2.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Update your npm to the latest version
|
||||||
|
npm install npm -g
|
||||||
|
|
||||||
git clone https://github.com/louislam/uptime-kuma.git
|
git clone https://github.com/louislam/uptime-kuma.git
|
||||||
cd uptime-kuma
|
cd uptime-kuma
|
||||||
npm run setup
|
npm run setup
|
||||||
|
|
|
@ -166,16 +166,16 @@ export default {
|
||||||
retryCheckEverySecond: "Versuche alle {0} Sekunden",
|
retryCheckEverySecond: "Versuche alle {0} Sekunden",
|
||||||
"Import Backup": "Import Backup",
|
"Import Backup": "Import Backup",
|
||||||
"Export Backup": "Export Backup",
|
"Export Backup": "Export Backup",
|
||||||
"Avg. Ping": "Avg. Ping",
|
"Avg. Ping": "Durchsch. Ping",
|
||||||
"Avg. Response": "Avg. Response",
|
"Avg. Response": "Durchsch. Antwort",
|
||||||
"Entry Page": "Entry Page",
|
"Entry Page": "Einstiegsseite",
|
||||||
"statusPageNothing": "Nothing here, please add a group or a monitor.",
|
"statusPageNothing": "Nichts ist hier, bitte füge eine Gruppe oder Monitor hinzu.",
|
||||||
"No Services": "No Services",
|
"No Services": "Keine Dienste",
|
||||||
"All Systems Operational": "All Systems Operational",
|
"All Systems Operational": "Alle Systeme Betriebsbereit",
|
||||||
"Partially Degraded Service": "Partially Degraded Service",
|
"Partially Degraded Service": "Teilweise beeinträchtigter Dienst",
|
||||||
"Degraded Service": "Degraded Service",
|
"Degraded Service": "Eingeschränkter Dienst",
|
||||||
"Add Group": "Add Group",
|
"Add Group": "Gruppe hinzufügen",
|
||||||
"Add a monitor": "Add a monitor",
|
"Add a monitor": "Monitor hinzufügen",
|
||||||
"Edit Status Page": "Edit Status Page",
|
"Edit Status Page": "Bearbeite Statusseite",
|
||||||
"Go to Dashboard": "Go to Dashboard",
|
"Go to Dashboard": "Gehe zum Dashboard",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue