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" } }