Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: update german translation #1580

Merged
merged 2 commits into from
Apr 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions packages/core/src/i18n/locales/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ export const de: Dictionary = {
title: "Zitat",
subtext: "Zitat oder Auszug",
aliases: ["quotation", "blockquote", "bq"],
group: "Grundlegende blöcke",
group: "Grundlegende Blöcke",
},
numbered_list: {
title: "Nummerierte Liste",
subtext: "Liste mit nummerierten Elementen",
aliases: ["ol", "li", "liste", "nummerierteliste", "nummerierte liste"],
group: "Grundlegende blöcke",
group: "Grundlegende Blöcke",
},
bullet_list: {
title: "Aufzählungsliste",
subtext: "Liste mit unnummerierten Elementen",
aliases: ["ul", "li", "liste", "aufzählungsliste", "aufzählung liste"],
group: "Grundlegende blöcke",
group: "Grundlegende Blöcke",
},
check_list: {
title: "Checkliste",
Expand All @@ -50,19 +50,19 @@ export const de: Dictionary = {
"geprüfte liste",
"kontrollkästchen",
],
group: "Grundlegende blöcke",
group: "Grundlegende Blöcke",
},
paragraph: {
title: "Absatz",
subtext: "Der Hauptteil Ihres Dokuments",
aliases: ["p", "absatz"],
group: "Grundlegende blöcke",
group: "Grundlegende Blöcke",
},
code_block: {
title: "Codeblock",
subtext: "Codeblock mit Syntaxhervorhebung",
aliases: ["code", "pre"],
group: "Grundlegende blöcke",
group: "Grundlegende Blöcke",
},
page_break: {
title: "Seitenumbruch",
Expand Down Expand Up @@ -137,9 +137,9 @@ export const de: Dictionary = {
bulletListItem: "Liste",
numberedListItem: "Liste",
checkListItem: "Liste",
new_comment: "Einen Kommentar schreiben...",
edit_comment: "Kommentar bearbeiten...",
comment_reply: "Kommentar hinzufügen...",
new_comment: "Einen Kommentar schreiben",
edit_comment: "Kommentar bearbeiten",
comment_reply: "Kommentar hinzufügen",
},
file_blocks: {
image: {
Expand Down Expand Up @@ -178,7 +178,7 @@ export const de: Dictionary = {
},
suggestion_menu: {
no_items_title: "Keine Elemente gefunden",
loading: "Laden…",
loading: "Laden …",
},
color_picker: {
text_title: "Text",
Expand Down
4 changes: 2 additions & 2 deletions packages/xl-multi-column/src/i18n/locales/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ export const de: MultiColumnDictionary = {
title: "Zwei Spalten",
subtext: "Zwei Spalten nebeneinander",
aliases: ["Spalten", "Reihe", "teilen"],
group: "Grundlegende blöcke",
group: "Grundlegende Blöcke",
},
three_columns: {
title: "Drei Spalten",
subtext: "Drei Spalten nebeneinander",
aliases: ["Spalten", "Reihe", "teilen"],
group: "Grundlegende blöcke",
group: "Grundlegende Blöcke",
},
},
};
Loading