mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #1232 from Ishanned/branch1
feat: added translation for de_DE
This commit is contained in:
commit
a015c28e5a
@ -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": {}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user