From 6880dbcd2f942dcfc93b2bc755d1497c27a10ca1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 13:50:39 +0530 Subject: [PATCH 01/17] New translations work.json (Polish) --- src/i18n/locales/pl/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/pl/leftSidebar/work.json b/src/i18n/locales/pl/leftSidebar/work.json index 6d115c6e..4bf81c28 100644 --- a/src/i18n/locales/pl/leftSidebar/work.json +++ b/src/i18n/locales/pl/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Nazwa" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Stanowisko" } } From f9fd5e16026841552acd59dfc743f9e4ac729a42 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 13:50:40 +0530 Subject: [PATCH 02/17] New translations references.json (Polish) --- src/i18n/locales/pl/leftSidebar/references.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/i18n/locales/pl/leftSidebar/references.json b/src/i18n/locales/pl/leftSidebar/references.json index 88241575..e9f42987 100644 --- a/src/i18n/locales/pl/leftSidebar/references.json +++ b/src/i18n/locales/pl/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Nazwisko" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Stanowisko" }, "phone": { - "label": "Phone Number" + "label": "Numer telefonu" }, "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." + "label": "Adres e-mail" } } From 037987eb39b209050d736c41e6c9c301b542a324 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 13:50:42 +0530 Subject: [PATCH 03/17] 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" } } From ae7b2fed2e882bc3a6e796034a137a8ecbe12f12 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 13:50:52 +0530 Subject: [PATCH 04/17] New translations languages.json (Polish) --- src/i18n/locales/pl/leftSidebar/languages.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/pl/leftSidebar/languages.json b/src/i18n/locales/pl/leftSidebar/languages.json index fc5de101..c9c40267 100644 --- a/src/i18n/locales/pl/leftSidebar/languages.json +++ b/src/i18n/locales/pl/leftSidebar/languages.json @@ -1,9 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Nazwa" }, "rating": { - "label": "Rating" + "label": "Ocena" } } From b6fedb3c0efd340c2d4f79b6351e302aca9419f7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 13:51:03 +0530 Subject: [PATCH 05/17] New translations objective.json (Polish) --- src/i18n/locales/pl/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/pl/leftSidebar/objective.json b/src/i18n/locales/pl/leftSidebar/objective.json index 8cb4f70d..59a6bef4 100644 --- a/src/i18n/locales/pl/leftSidebar/objective.json +++ b/src/i18n/locales/pl/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Cel" } } From c8d5eb28e93af24ef62b0763eff1c32dc2d56125 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 13:51:20 +0530 Subject: [PATCH 06/17] New translations education.json (Polish) --- src/i18n/locales/pl/leftSidebar/education.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/i18n/locales/pl/leftSidebar/education.json b/src/i18n/locales/pl/leftSidebar/education.json index 231004b2..703363d3 100644 --- a/src/i18n/locales/pl/leftSidebar/education.json +++ b/src/i18n/locales/pl/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Nazwa" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Kierunek" }, "grade": { - "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "label": "Stopień" } } From cb6d9b4b3e786e768499eaec40411e1e90ffcbbf Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 13:51:24 +0530 Subject: [PATCH 07/17] New translations certifications.json (Polish) --- src/i18n/locales/pl/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/pl/leftSidebar/certifications.json b/src/i18n/locales/pl/leftSidebar/certifications.json index 92f9dc16..08d7ed45 100644 --- a/src/i18n/locales/pl/leftSidebar/certifications.json +++ b/src/i18n/locales/pl/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Nazwa" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Wydany przez" } } From 341cf8795b409d334f23789b29a7688cb46e309a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 13:51:26 +0530 Subject: [PATCH 08/17] New translations awards.json (Polish) --- src/i18n/locales/pl/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/pl/leftSidebar/awards.json b/src/i18n/locales/pl/leftSidebar/awards.json index 4222ec12..26a52e88 100644 --- a/src/i18n/locales/pl/leftSidebar/awards.json +++ b/src/i18n/locales/pl/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Tytuł" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Podtytuł" } } From a1cdb177e8b4a360e9fb99dba71ff9d8d9cc5b20 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 14:13:12 +0530 Subject: [PATCH 09/17] New translations about.json (Polish) --- src/i18n/locales/pl/rightSidebar/about.json | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/i18n/locales/pl/rightSidebar/about.json b/src/i18n/locales/pl/rightSidebar/about.json index cac678ad..87b97e06 100644 --- a/src/i18n/locales/pl/rightSidebar/about.json +++ b/src/i18n/locales/pl/rightSidebar/about.json @@ -1,36 +1,36 @@ { - "title": "About", + "title": "O aplikacji", "documentation": { - "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "heading": "Dokumentacja", + "body": "Chcesz dowiedzieć się więcej o aplikacji? Potrzebujesz informacji o tym, jak przyczynić się do rozwoju projektu? Przygotowaliśmy kompleksowy przewodnik stworzony tylko dla Ciebie.", "buttons": { - "documentation": "Documentation" + "documentation": "Dokumentacja" } }, "bugOrFeatureRequest": { - "heading": "Bug? Feature Request?", - "body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.", + "heading": "Błąd? Potrzebujesz nowych funkcji?", + "body": "Coś powstrzymuje twoje postępy w tworzeniu CV? Znalazłeś nieznośny błąd? Porozmawiaj o tym w sekcji Problemy na GitHub lub wyślij mi e-mail, korzystając z poniższych działań.", "buttons": { - "raiseIssue": "Raise an Issue", - "sendEmail": "Send an Email" + "raiseIssue": "Zgłoś problem", + "sendEmail": "Wyślij email" } }, "sourceCode": { - "heading": "Source Code", - "body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.", + "heading": "Kod źródłowy", + "body": "Chcesz uruchomić projekt ze źródła? Czy jesteś programistą, który chce przyczynić się do rozwoju tego open projektu open source? Kliknij przycisk poniżej.", "buttons": { "githubRepo": "GitHub Repo" } }, "license": { - "heading": "License Information", - "body": "The project is governed under the MIT License, which you can read more about below. Basically, you are allowed to use the project anywhere provided you give credits to the original author.", + "heading": "Informacje o licencji", + "body": "Projekt podlega licencji MIT, o której więcej możesz przeczytać poniżej. Zasadniczo możesz korzystać z projektu w dowolnym miejscu, pod warunkiem, że nie zmienisz autora projektu.", "buttons": { - "mitLicense": "MIT License" + "mitLicense": "Licencja MIT" } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", - "thanks": "Thank you for using Reactive Resume!" + "credit": "Wykonane z Miłością przez <1>Amruth Pillai", + "thanks": "Dziękujemy za korzystanie z Reactive Resume!" } } From eedaf1f3fbe34791759ad65c2c2d3946ef022221 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 14:44:35 +0530 Subject: [PATCH 10/17] New translations extras.json (Polish) --- src/i18n/locales/pl/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/pl/leftSidebar/extras.json b/src/i18n/locales/pl/leftSidebar/extras.json index 7afc7c06..e8190f41 100644 --- a/src/i18n/locales/pl/leftSidebar/extras.json +++ b/src/i18n/locales/pl/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Nazwa/Klucz" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Wartość" } } From ae9255d841c1ee48db0135ab2d0cfc59b482e3ab Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 14:44:37 +0530 Subject: [PATCH 11/17] New translations app.json (Polish) --- src/i18n/locales/pl/app/app.json | 42 +++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/src/i18n/locales/pl/app/app.json b/src/i18n/locales/pl/app/app.json index 861e3ad5..79a36ac4 100644 --- a/src/i18n/locales/pl/app/app.json +++ b/src/i18n/locales/pl/app/app.json @@ -1,25 +1,45 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { - "add": "Add {{- heading}}", + "add": "Dodaj {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Data rozpoczęcia" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Data zakończenia" }, "description": { - "label": "Description" + "label": "Opis" } }, "buttons": { "add": { - "label": "Add" + "label": "Dodaj" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "printDialog": { + "heading": "Pobierz swoje CV", + "quality": { + "label": "Jakość" + }, + "printType": { + "label": "Rodzaj", + "types": { + "unconstrained": "Nieograniczony", + "fitInA4": "Dopasuj do A4", + "multiPageA4": "Wielostronne A4" + } + }, + "helpText": [ + "Ta metoda eksportu wykorzystuje HTML do konwersji CV jako obrazu i wydrukowania go w formacie PDF, co oznacza, że utraci on wszystkie możliwości zaznaczania / analizowania.", + "Jeśli jest to dla Ciebie ważne, spróbuj wydrukować CV za pomocą Ctrl + P lub przycisku drukowania poniżej. Wynik może się różnić, ponieważ wynik zależy od przeglądarki, ale wiemy, że najlepiej działa w najnowszej wersji Google Chrome." + ], + "buttons": { + "cancel": "Anuluj", + "saveAsPdf": "Zapisz jako PDF" + } + }, + "panZoomAnimation": { + "helpText": "Możesz przesuwać i powiększać obszar roboczy w dowolnym momencie, aby przyjrzeć się swojemu CV." + }, + "markdownHelpText": "Możesz użyć <1>GitHub Flavored Markdown aby zmienić styl tej sekcji tekstu." } From 2abe81b4f22dd1bd1f6ce8bcd6af88c5bbc0935a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 14:44:47 +0530 Subject: [PATCH 12/17] New translations app.json (English) --- src/i18n/locales/en/app/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/en/app/app.json b/src/i18n/locales/en/app/app.json index 5c331825..99b36859 100644 --- a/src/i18n/locales/en/app/app.json +++ b/src/i18n/locales/en/app/app.json @@ -29,6 +29,10 @@ "multiPageA4": "Multi-Page A4" } }, + "helpText": [ + "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", + "If that is important to you, please try printing the resume instead, using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." + ], "buttons": { "cancel": "Cancel", "saveAsPdf": "Save as PDF" From 29356c6dfa7939a5fa5f48119ba52ec3fec7e0b2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 14:44:53 +0530 Subject: [PATCH 13/17] New translations colors.json (Polish) --- src/i18n/locales/pl/rightSidebar/colors.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/pl/rightSidebar/colors.json b/src/i18n/locales/pl/rightSidebar/colors.json index bf4accbf..99e3da3f 100644 --- a/src/i18n/locales/pl/rightSidebar/colors.json +++ b/src/i18n/locales/pl/rightSidebar/colors.json @@ -1,7 +1,7 @@ { - "title": "Colors", - "colorOptions": "Color Options", - "primaryColor": "Primary Color", - "accentColor": "Accent Color", - "clipboardCopyAction": "{{color}} has been copied to the clipboard." + "title": "Kolory", + "colorOptions": "Opcje kolorów", + "primaryColor": "Kolor podstawowy", + "accentColor": "Kolor dodatkowy", + "clipboardCopyAction": "{{color}} został skopiowany do schowka." } From a469dcf1758cf6c057d443f66944068656498e11 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 14:44:54 +0530 Subject: [PATCH 14/17] New translations actions.json (Polish) --- src/i18n/locales/pl/rightSidebar/actions.json | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/src/i18n/locales/pl/rightSidebar/actions.json b/src/i18n/locales/pl/rightSidebar/actions.json index b6818714..55e87743 100644 --- a/src/i18n/locales/pl/rightSidebar/actions.json +++ b/src/i18n/locales/pl/rightSidebar/actions.json @@ -1,32 +1,31 @@ { - "title": "Actions", - "disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.", + "title": "Akcje", + "disclaimer": "Zmiany wprowadzone w CV zostaną automatycznie zapisane w lokalnej pamięci przeglądarki. Żadne dane nie są pobierane, dlatego Twoje informacje są całkowicie bezpieczne.", "importExport": { - "heading": "Import/Export", - "body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.", + "heading": "Importuj/Eksportuj", + "body": "Możesz importować lub eksportować swoje dane w formacie JSON. Dzięki temu możesz edytować i drukować swoje CV z dowolnego urządzenia. Zapisz ten plik do późniejszego wykorzystania.", "buttons": { "import": "Import", - "export": "Export" + "export": "Eksport" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Pobierz swoje CV", + "body": "Możesz kliknąć na poniższy przycisk, aby natychmiast pobrać wersję PDF. Aby uzyskać najlepsze wyniki, użyj najnowszej wersji Google Chrome.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Zapisz jako PDF" } }, "loadDemoData": { - "heading": "Load Demo Data", - "body": "Unclear on what to do with a fresh blank page? Load some demo data with prepopulated values to see how a resume should look and you can start editing from there.", + "heading": "Wczytaj dane Demo", + "body": "Nie wiesz, co zrobić z czystą pustą stroną? Załaduj niektóre dane demonstracyjne z wstępnie wypełnionymi wartościami, aby zobaczyć, jak powinno wyglądać CV, i możesz rozpocząć edycję.", "buttons": { - "loadData": "Load Data" + "loadData": "Wczytaj dane" } }, "reset": { - "heading": "Reset Everything!", - "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", + "heading": "Zresetuj wszystko!", + "body": "Ta czynność zresetuje wszystkie dane i usunie kopie zapasowe utworzone w lokalnej pamięci przeglądarki, więc upewnij się, że wyeksportowałeś informacje przed zresetowaniem.", "buttons": { "reset": "Reset" } From 0610f9e410cb600186d471cd1b2b0cf9ef8889c4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 14:44:57 +0530 Subject: [PATCH 15/17] New translations settings.json (Polish) --- src/i18n/locales/pl/rightSidebar/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/pl/rightSidebar/settings.json b/src/i18n/locales/pl/rightSidebar/settings.json index dacc183c..35b2d9df 100644 --- a/src/i18n/locales/pl/rightSidebar/settings.json +++ b/src/i18n/locales/pl/rightSidebar/settings.json @@ -1,7 +1,7 @@ { - "title": "Settings", + "title": "Ustawienia", "language": { - "label": "Language", - "helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation." + "label": "Język", + "helpText": "Jeśli chcesz pomóc w tłumaczeniu aplikacji na swój język, zapoznaj się z <1>Translation Documentation." } } \ No newline at end of file From b9acc8999f6259a97bea478317ee6232b9b74a0a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 14:44:59 +0530 Subject: [PATCH 16/17] New translations fonts.json (Polish) --- src/i18n/locales/pl/rightSidebar/fonts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/pl/rightSidebar/fonts.json b/src/i18n/locales/pl/rightSidebar/fonts.json index dbcfe5f2..f7fc0308 100644 --- a/src/i18n/locales/pl/rightSidebar/fonts.json +++ b/src/i18n/locales/pl/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Fonts", + "title": "Czcionki", "fontFamily": { - "label": "Font Family", - "helpText": "You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you." + "label": "Rodzina czcionek", + "helpText": "Możesz także użyć dowolnej czcionki zainstalowanej w systemie. Wystarczy wpisać tutaj nazwę rodziny czcionek, a przeglądarka załaduje ją dla Ciebie." } } From 9bb141750acd08ebd47813580330aa753d70bcb1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 16 Apr 2020 14:45:00 +0530 Subject: [PATCH 17/17] New translations templates.json (Polish) --- src/i18n/locales/pl/rightSidebar/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/pl/rightSidebar/templates.json b/src/i18n/locales/pl/rightSidebar/templates.json index 89fd528d..8307aebf 100644 --- a/src/i18n/locales/pl/rightSidebar/templates.json +++ b/src/i18n/locales/pl/rightSidebar/templates.json @@ -1,3 +1,3 @@ { - "title": "Templates" + "title": "Szablony" }