From 9a8c70d242374558eda81a9e805f260f47db446d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:10 +0530 Subject: [PATCH] New translations references.json (Czech) --- .../locales/cs/leftSidebar/references.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/locales/cs/leftSidebar/references.json diff --git a/src/i18n/locales/cs/leftSidebar/references.json b/src/i18n/locales/cs/leftSidebar/references.json new file mode 100644 index 00000000..88241575 --- /dev/null +++ b/src/i18n/locales/cs/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." + } +}