From 037987eb39b209050d736c41e6c9c301b542a324 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 13:50:42 +0530 Subject: [PATCH] New translations profile.json (Polish) --- src/i18n/locales/pl/leftSidebar/profile.json | 27 ++++++++------------ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/pl/leftSidebar/profile.json b/src/i18n/locales/pl/leftSidebar/profile.json index b7f889c2..5e943404 100644 --- a/src/i18n/locales/pl/leftSidebar/profile.json +++ b/src/i18n/locales/pl/leftSidebar/profile.json @@ -1,40 +1,35 @@ { "photoUrl": { - "label": "Photo URL" + "label": "Adres URL zdjęcia" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "Imię" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Nazwisko" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Podtytuł" }, "address": { + "label": "Adres", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Wiersz adresu 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Wiersz adresu 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Wiersz adresu 3" } }, "phone": { - "label": "Phone Number" + "label": "Telefon" }, "website": { - "label": "Website" + "label": "Strona WWW" }, "email": { - "label": "Email Address" + "label": "Adres e-mail" } }