-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #186 from otherwiseGG/patch-1
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"14 Days": "14 Tage", | ||
"30 Days": "30 Tage", | ||
"60 Days": "60 Tage", | ||
"7 Days": "7 Tage", | ||
"90 Days": "90 Tage", | ||
"Availability per Component": "Verfügbarkeit pro Komponente", | ||
"Back": "Zurück", | ||
"Badge": "Abzeichen", | ||
"Badge Copied": "Abzeichen kopiert", | ||
"Code Copied": "Code kopiert", | ||
"Copy Code": "Code kopieren", | ||
"Copy Link": "Link kopieren", | ||
"Dark": "Dunkel", | ||
"Days": "Tage", | ||
"DEGRADED": "EINGESCHRÄNKT", | ||
"DOWN": "AUSGEFALLEN", | ||
"Embed": "Einbetten", | ||
"Embed this monitor using <script> or <iframe> in your app.": "Binden Sie diesen Monitor mit <script> oder <iframe> in Ihre App ein.", | ||
"Get SVG badge for this monitor": "SVG-Abzeichen für diesen Monitor erhalten", | ||
"Get a LIVE Status for this monitor": "LIVE-Status für diesen Monitor erhalten", | ||
"IDENTIFIED": "IDENTIFIZIERT", | ||
"Incident Updates": "Vorfall-Updates", | ||
"INVESTIGATING": "UNTERSUCHUNG", | ||
"Lasted for about %lastedFor": "Dauerte etwa %lastedFor", | ||
"Light": "Hell", | ||
"Link Copied": "Link kopiert", | ||
"LIVE Status": "LIVE-Status", | ||
"Mode": "Modus", | ||
"MONITORING": "ÜBERWACHUNG", | ||
"No Data": "Keine Daten", | ||
"No Incidents": "Keine Vorfälle", | ||
"No Incident On %date": "Kein Vorfall am %date", | ||
"No Monitor Found": "Kein Monitor gefunden", | ||
"No Updates Yet": "Noch keine Updates", | ||
"Ongoing Incidents": "Laufende Vorfälle", | ||
"Pinging": "Pingen", | ||
"Recent Incidents": "Kürzliche Vorfälle", | ||
"RESOLVED": "GELÖST", | ||
"Share": "Teilen", | ||
"Share this monitor using a link with others": "Teilen Sie diesen Monitor mit einem Link mit anderen", | ||
"Standard": "Standard", | ||
"Started about %startedAt ago, lasted for about %lastedFor": "Begann vor etwa %startedAt und dauerte etwa %lastedFor", | ||
"Started about %startedAt ago, still ongoing": "Begann vor etwa %startedAt und dauert noch an", | ||
"Starts in %startedAt": "Beginnt in %startedAt", | ||
"Starts in %startedAt, will last for about %lastedFor": "Beginnt in %startedAt und wird etwa %lastedFor dauern", | ||
"Status": "Status", | ||
"Status OK": "Status OK", | ||
"Theme": "Thema", | ||
"Today": "Heute", | ||
"UP": "VERFÜGBAR", | ||
"Updates": "Updates", | ||
"Uptime": "Verfügbarkeit", | ||
"%status for %duration": "%status für %duration" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,9 @@ | |
{ | ||
"code": "fr", | ||
"name": "Français" | ||
}, | ||
{ | ||
"code": "de", | ||
"name": "Deutsch" | ||
} | ||
] |