New translations about.json (Polish)

This commit is contained in:
Amruth Pillai
2020-04-16 14:13:12 +05:30
parent 341cf8795b
commit a1cdb177e8

View File

@ -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</1>.",
"thanks": "Thank you for using Reactive Resume!"
"credit": "Wykonane z Miłością przez <1>Amruth Pillai</1>",
"thanks": "Dziękujemy za korzystanie z Reactive Resume!"
}
}