Merge pull request #1232 from Ishanned/branch1

feat: added translation for de_DE
This commit is contained in:
Lucas.Xu 2022-10-09 16:09:15 +08:00 committed by GitHub
commit a015c28e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,35 +1,35 @@
{ {
"@@locale": "de-DE", "@@locale": "de-DE",
"bold": "", "bold": "Fett gedruckt",
"@bold": {}, "@bold": {},
"bulletedList": "", "bulletedList": "Aufzählungsliste",
"@bulletedList": {}, "@bulletedList": {},
"checkbox": "", "checkbox": "Kontrollkästchen",
"@checkbox": {}, "@checkbox": {},
"embedCode": "", "embedCode": "Code einbetten",
"@embedCode": {}, "@embedCode": {},
"heading1": "", "heading1": "Überschrift 1",
"@heading1": {}, "@heading1": {},
"heading2": "", "heading2": "Überschrift 2",
"@heading2": {}, "@heading2": {},
"heading3": "", "heading3": "Überschrift 3",
"@heading3": {}, "@heading3": {},
"highlight": "", "highlight": "Markieren",
"@highlight": {}, "@highlight": {},
"image": "", "image": "Bild",
"@image": {}, "@image": {},
"italic": "", "italic": "kursiv",
"@italic": {}, "@italic": {},
"link": "", "link": "Verknüpfung",
"@link": {}, "@link": {},
"numberedList": "", "numberedList": "NummerierteListe",
"@numberedList": {}, "@numberedList": {},
"quote": "", "quote": "zitieren",
"@quote": {}, "@quote": {},
"strikethrough": "", "strikethrough": "durchgestrichen",
"@strikethrough": {}, "@strikethrough": {},
"text": "", "text": "Text",
"@text": {}, "@text": {},
"underline": "", "underline": "unterstreichen",
"@underline": {} "@underline": {}
} }