From 87989fb134519db6b6c00ebb291287f713b7bd8f Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Wed, 11 Mar 2026 12:39:10 +0100 Subject: [PATCH] feat(locale): add polish locale --- home/locale/pl/LC_MESSAGES/django.po | 63 +++++++++++++++++++++++++++ kursy/locale/pl/LC_MESSAGES/django.po | 63 +++++++++++++++++++++++++++ 2 files changed, 126 insertions(+) create mode 100644 home/locale/pl/LC_MESSAGES/django.po create mode 100644 kursy/locale/pl/LC_MESSAGES/django.po diff --git a/home/locale/pl/LC_MESSAGES/django.po b/home/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000..06761ad --- /dev/null +++ b/home/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,63 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-03-11 10:59+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && " +"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " +"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +#: home/templates/home/welcome_page.html:6 +msgid "Visit the Wagtail website" +msgstr "" + +#: home/templates/home/welcome_page.html:15 +msgid "View the release notes" +msgstr "" + +#: home/templates/home/welcome_page.html:27 +msgid "Welcome to your new Wagtail site!" +msgstr "" + +#: home/templates/home/welcome_page.html:28 +msgid "" +"Please feel free to join our community on Slack, or get started with one of the " +"links below." +msgstr "" + +#: home/templates/home/welcome_page.html:35 +msgid "Wagtail Documentation" +msgstr "" + +#: home/templates/home/welcome_page.html:36 +msgid "Topics, references, & how-tos" +msgstr "" + +#: home/templates/home/welcome_page.html:42 +msgid "Tutorial" +msgstr "" + +#: home/templates/home/welcome_page.html:43 +msgid "Build your first Wagtail site" +msgstr "" + +#: home/templates/home/welcome_page.html:49 +msgid "Admin Interface" +msgstr "" + +#: home/templates/home/welcome_page.html:50 +msgid "Create your superuser first!" +msgstr "" diff --git a/kursy/locale/pl/LC_MESSAGES/django.po b/kursy/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000..f8848dc --- /dev/null +++ b/kursy/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,63 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-03-11 10:59+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && " +"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " +"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +#: kursy/templates/403.html:10 +msgid "Forbidden" +msgstr "Odmowa dostępu" + +#: kursy/templates/403.html:12 +msgid "Sorry, you don't have permission to access this page." +msgstr "Przepraszamy, ale nie masz uprawnień do dostępu do tej strony." + +#: kursy/templates/header.html:7 +msgid "Search courses..." +msgstr "Szukaj kursów..." +#: kursy/templates/header.html:13 +msgid "Logout" +msgstr "Wyloguj" + +#: kursy/templates/header.html:15 +msgid "Login" +msgstr "Zaloguj się" + +#: kursy/templates/header.html:16 +msgid "Sign Up" +msgstr "Zarejestruj się" + +#: kursy/templates/profile.html:6 +msgid "Hello, " +msgstr "Witaj, " + +#: search/templates/search/search.html:9 search/templates/search/search.html:13 +msgid "Search" +msgstr "Szukaj" + +#: search/templates/search/search.html:29 +msgid "Previous" +msgstr "Poprzednia" + +#: search/templates/search/search.html:33 +msgid "Next" +msgstr "Następna" + +#: search/templates/search/search.html:36 +msgid "No results found" +msgstr "Nie znaleziono wyników"