From 50a33e3b45bffc121033ffad4ebeb300b554ddbf Mon Sep 17 00:00:00 2001 From: Ponkhy Date: Fri, 24 Sep 2021 15:56:35 +0200 Subject: [PATCH 1/2] Added german translation for the status page --- src/languages/de-DE.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/languages/de-DE.js b/src/languages/de-DE.js index 4014d0533..ef2f7653a 100644 --- a/src/languages/de-DE.js +++ b/src/languages/de-DE.js @@ -166,16 +166,16 @@ export default { retryCheckEverySecond: "Versuche alle {0} Sekunden", "Import Backup": "Import Backup", "Export Backup": "Export Backup", - "Avg. Ping": "Avg. Ping", - "Avg. Response": "Avg. Response", - "Entry Page": "Entry Page", - "statusPageNothing": "Nothing here, please add a group or a monitor.", - "No Services": "No Services", - "All Systems Operational": "All Systems Operational", - "Partially Degraded Service": "Partially Degraded Service", - "Degraded Service": "Degraded Service", - "Add Group": "Add Group", - "Add a monitor": "Add a monitor", - "Edit Status Page": "Edit Status Page", - "Go to Dashboard": "Go to Dashboard", + "Avg. Ping": "Durchsch. Ping", + "Avg. Response": "Durchsch. Antwort", + "Entry Page": "Einstiegsseite", + "statusPageNothing": "Nichts ist hier, bitte füge eine Gruppe oder Monitor hinzu.", + "No Services": "Keine Dienste", + "All Systems Operational": "Alle Systeme Betriebsbereit", + "Partially Degraded Service": "Teilweise beeinträchtigter Dienst", + "Degraded Service": "Eingeschränkter Dienst", + "Add Group": "Gruppe hinzufügen", + "Add a monitor": "Monitor hinzufügen", + "Edit Status Page": "Bearbeite Statusseite", + "Go to Dashboard": "Gehe zum Dashboard", }; From 3fb2d0ce6803b77ff72ac3de66a1075b5e314e12 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 24 Sep 2021 22:38:54 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ffcac83b1..f0fa92d9b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ Browse to http://localhost:3001 after started. Required Tools: Node.js >= 14, git and pm2. ```bash +# Update your npm to the latest version +npm install npm -g + git clone https://github.com/louislam/uptime-kuma.git cd uptime-kuma npm run setup