Skip to content

Commit 830c885

Browse files
committedOct 16, 2017
Add Polish localized UI text strings
Ref: mmistakes#1304
1 parent 9c9a9a9 commit 830c885

File tree

5 files changed

+50
-4
lines changed

5 files changed

+50
-4
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Improve accessibility of navigation menu button. [#1099](https://github.com/mmistakes/minimal-mistakes/issues/1099)
1111
- Add Naver Webmaster Tools verification. [#1286](https://github.com/mmistakes/minimal-mistakes/pull/1286)
1212
- Add support for Staticman v2 endpoint and reCAPTCHA.
13+
- Add Polish localized UI text strings. [#1304](https://github.com/mmistakes/minimal-mistakes/pull/1304)
1314

1415
### Bug Fixes
1516

‎docs/_data/ui-text.yml

+43
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,49 @@ da: &DEFAULT_DA
883883
da-DK:
884884
<<: *DEFAULT_DA
885885

886+
# Polish
887+
# ------
888+
pl: &DEFAULT_PL
889+
page : "Strona"
890+
pagination_previous : "Poprzednia"
891+
pagination_next : "Następna"
892+
breadcrumb_home_label : "Strona główna"
893+
breadcrumb_separator : "/"
894+
menu_label : "Przełącz menu"
895+
toc_label : "Spis treści"
896+
ext_link_label : "Link bezpośredni"
897+
less_than : "mniej niż"
898+
minute_read : "minut(y)"
899+
share_on_label : "Udostępnij"
900+
meta_label :
901+
tags_label : "Tagi:"
902+
categories_label : "Kategorie:"
903+
date_label : "Ostatnia aktualizacja:"
904+
comments_label : "Zostaw komentarz"
905+
comments_title : "Komentarze"
906+
more_label : "Dowiedz się więcej"
907+
related_label : "Także może Ci się spodobać"
908+
follow_label : "Śledź:"
909+
feed_label : "Feed"
910+
powered_by : "Powstało dzięki"
911+
website_label : "Strona"
912+
email_label : "Email"
913+
recent_posts : "Najnowsze wpisy"
914+
undefined_wpm : "Parametr words_per_minute nie został zdefiniowany w _config.yml."
915+
comment_form_info : "Twój adres email nie będzie udostępiony. Wymagane pola są oznaczone."
916+
comment_form_comment_label : "Skomentuj"
917+
comment_form_md_info : "Markdown jest wspierany"
918+
comment_form_name_label : "Imię"
919+
comment_form_email_label : "Adres email"
920+
comment_form_website_label : "Strona www (opcjonalna)"
921+
comment_btn_submit : "Skomentuj"
922+
comment_btn_submitted : "Komentarz dodany"
923+
comment_success_msg : "Dziękuję za Twój komentarz! Zostanie dodany po akceptacji."
924+
comment_error_msg : "Niestety wystąpił błąd. Proszę upewnij się, że wszystkie wymagane pola zostały wypełnione i spróbuj ponownie."
925+
loading_label : "Trwa ładowanie strony..."
926+
da-PL:
927+
<<: *DEFAULT_PL
928+
886929
# Another locale
887930
# --------------
888931
#

‎docs/_docs/08-ui-text.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "UI Text"
33
permalink: /docs/ui-text/
44
excerpt: "Text for customizing various user interface elements found in the theme."
5-
last_modified_at: 2017-08-18T12:27:07-04:00
5+
last_modified_at: 2017-10-16T12:41:11-04:00
66
---
77

88
Text for various UI elements, `_layouts`, and `_includes` have all been grouped together as a set of translation keys. This is by no means a full-on i18n solution, but it does help make customizing things a bit easier.
@@ -20,6 +20,7 @@ Currently the English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://
2020
- Italian (Italiano)
2121
- Korean
2222
- Nepali (Nepalese)
23+
- Polish
2324
- Russian
2425
- Spanish (Español)
2526
- Swedish

‎docs/_docs/18-history.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
last_modified_at: 2017-10-04T16:33:00-04:00
7+
last_modified_at: 2017-10-16T12:40:54-04:00
88
---
99

1010
## Unreleased
@@ -19,6 +19,7 @@ last_modified_at: 2017-10-04T16:33:00-04:00
1919
- Improve accessibility of navigation menu button. [#1099](https://github.com/mmistakes/minimal-mistakes/issues/1099)
2020
- Add Naver Webmaster Tools verification. [#1286](https://github.com/mmistakes/minimal-mistakes/pull/1286)
2121
- Add support for Staticman v2 endpoint and reCAPTCHA.
22+
- Add Polish localized UI text strings. [#1304](https://github.com/mmistakes/minimal-mistakes/pull/1304)
2223

2324
### Bug Fixes
2425

‎docs/_pages/about.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ layouts_gallery:
1212
- url: /assets/images/mm-layout-archive.png
1313
image_path: /assets/images/mm-layout-archive.png
1414
alt: "archive layout example"
15-
last_modified_at: 2017-02-14T14:28:13-05:00
15+
last_modified_at: 2017-10-16T12:43:05-04:00
1616
---
1717

1818
Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. As the name implies --- styling is purposely minimalistic to be enhanced and customized by you :smile:.
@@ -30,7 +30,7 @@ Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your
3030
- Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.
3131
- Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), static-based via [Staticman](https://staticman.net/), and custom).
3232
- [Google Analytics](https://www.google.com/analytics/) support.
33-
- UI localized text in English (default), Brazilian Portuguese, Chinese, French, German, Italian, Korean, Nepali (Nepalese), Russian, Spanish, and Turkish
33+
- UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Indonesian, Italian (Italiano), Korean, Nepali (Nepalese), Polish, Russian, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
3434

3535
## Demo Pages
3636

0 commit comments

Comments
 (0)
Please sign in to comment.