diff --git a/src/i18n/locales/de/leftSidebar/references.json b/src/i18n/locales/de/leftSidebar/references.json new file mode 100644 index 00000000..88241575 --- /dev/null +++ b/src/i18n/locales/de/leftSidebar/references.json @@ -0,0 +1,19 @@ +{ + "name": { + "label": "Name", + "placeholder": "Richard Hendricks" + }, + "position": { + "label": "Position", + "placeholder": "CEO, Pied Piper" + }, + "phone": { + "label": "Phone Number" + }, + "email": { + "label": "Email Address" + }, + "description": { + "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." + } +}