diff options
author | Raphael Fetzer <58503+pheraph@users.noreply.github.com> | 2021-07-16 15:50:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 16:50:26 +0300 |
commit | bd976919f2e3cea3b34cd9b9b9113f410192b39e (patch) | |
tree | a0f8699c0a82dab45afe78d9a1260a298b12c2e9 | |
parent | e3c18e2dc9d9ff2df9e97b76606de0d9850ff0d4 (diff) |
Fixed typo and punctuation for German (#193)
-rw-r--r-- | i18n/de.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/de.yaml b/i18n/de.yaml index debdf1c..66855f2 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -26,7 +26,7 @@ - id: noScriptingIntro translation: Uh oh! Es sieht aus, als wäre JavaScript bei Dir deaktiviert. Bitte - id: noScriptingLink - translation: aktiviere die Einstellung, die verhinderdert, dass Skripte laufen. + translation: aktiviere die Einstellung, die verhindert, dass Skripte laufen. - id: noScriptingOutro translation: um Dein Erlebnis auf dieser Website zu verbessern. @@ -135,7 +135,7 @@ ## v4 ## - id: notFoundAffected - translation: Es sieht so aus als würde dieses Dokument nicht existieren, oder es hatte noch nie einen aufgezeichneten Ausfall. + translation: Es sieht so aus, als würde dieses Dokument nicht existieren oder es hatte noch nie einen aufgezeichneten Ausfall. ## ## v4.1 |