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