From b5ccc59322cb46b556ea92e7ba49fa3acf269c11 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:55 +0530 Subject: [PATCH] New translations references.json (German) --- .../locales/de/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/references.json 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." + } +}