소스 검색

Updated german translation

Alexander Rink 4 년 전
부모
커밋
5ef6e091db
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/main/frontend/dicts.cljs

+ 3 - 2
src/main/frontend/dicts.cljs

@@ -351,7 +351,7 @@ title: How to take dummy notes?
         :help/docs "Dokumentation"
         :help/privacy "Datenschutzrichtlinie"
         :help/terms "Bedingungen"
-        :help/community "Discord-Gemeinschaft"
+        :help/community "Discord-Community"
         :help/shortcuts "Tastaturkürzel"
         :help/shortcuts-triggers "Auslöser"
         :help/shortcut "Tastaturkürzel"
@@ -541,7 +541,7 @@ title: How to take dummy notes?
         :new-file "Neue Datei"
         :graph "Graph"
         :publishing "Veröffentlichung"
-        :export "Öffentliche Seitene exportieren"
+        :export "Öffentliche Seiten exportieren"
         :all-graphs "Alle Graphen"
         :all-pages "Alle Seiten"
         :all-files "Alle Dateien"
@@ -1558,6 +1558,7 @@ title: How to take dummy notes?
 
 (def languages [{:label "English" :value :en}
                 {:label "Français" :value :fr}
+                {:label "Deutsch" :value :de}
                 {:label "简体中文" :value :zh-CN}
                 {:label "繁體中文" :value :zh-Hant}
                 {:label "Afrikaans" :value :af}])