Skip to content

Commit 44ed2f7

Browse files
mfilochakpucynski
andcommitted
Update Polish strings localization
Update up to 027eb24. Co-authored-by: Karol Pucyński <[email protected]>
1 parent 027eb24 commit 44ed2f7

File tree

1 file changed

+55
-14
lines changed

1 file changed

+55
-14
lines changed

data/i18n/pl/pl.toml

Lines changed: 55 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# i18n strings for the Polish site.
22
# NOTE: Please keep the entries in alphabetical order when editing
3-
43
[caution]
54
other = "Ostrzeżenie:"
65

@@ -28,8 +27,11 @@ other = "Twitter"
2827
[community_youtube_name]
2928
other = "YouTube"
3029

30+
[deprecation_title]
31+
other = "Teraz oglądasz dokumentację Kubernetesa w wersji:"
32+
3133
[deprecation_warning]
32-
other = " dokumentacja nie jest już aktualizowana. Wyświetlona jest wersja archiwalna. Po aktualną dokumentację zajrzyj na"
34+
other = " - dokumentacja nie jest już aktualizowana. Wyświetlona jest wersja archiwalna. Po aktualną dokumentację zajrzyj na"
3335

3436
[deprecation_file_warning]
3537
other = "Przestarzały"
@@ -46,6 +48,24 @@ other = "Jestem..."
4648
[docs_label_users]
4749
other = "Użytkownicy"
4850

51+
[docs_version_current]
52+
other = "(ta dokumentacja)"
53+
54+
[docs_version_latest_heading]
55+
other = "Najnowsza wersja"
56+
57+
[docs_version_other_heading]
58+
other = "Starsze wersje"
59+
60+
[end_of_life]
61+
other = "Zakończenie wsparcia:"
62+
63+
[error_404_were_you_looking_for]
64+
other = "Czy chodziło o:"
65+
66+
[examples_heading]
67+
other = "Przykłady"
68+
4969
[feedback_heading]
5070
other = "Twoja opinia"
5171

@@ -58,11 +78,17 @@ other = "Czy ta strona była przydatna?"
5878
[feedback_yes]
5979
other = "Tak"
6080

81+
[inline_list_separator]
82+
other = ","
83+
6184
[input_placeholder_email_address]
6285
other = "adres e-mail"
6386

87+
[latest_release]
88+
other = "Najnowsze wydanie:"
89+
6490
[latest_version]
65-
other = "to najnowsza wersja."
91+
other = "najnowszą wersję."
6692

6793
[layouts_blog_pager_prev]
6894
other = "<< Poprzedni"
@@ -128,16 +154,10 @@ other = "Wnieś swój wkład"
128154
other = """The Linux Foundation &reg;. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage" class="light-text">Trademark Usage page</a>"""
129155

130156
[main_documentation_license]
131-
other = """The Kubernetes Authors | Documentation Distributed under <a href="https://git.k8s.io/website/LICENSE" class="light-text">CC BY 4.0</a>"""
132-
133-
[main_edit_this_page]
134-
other = "Edytuj stronę"
135-
136-
[main_github_create_an_issue]
137-
other = "Zgłoś problem"
157+
other = """Autorzy Kubernetesa | Dokumentacja jest udostępniona w ramach licencji <a href="https://git.k8s.io/website/LICENSE" class="light-text">CC BY 4.0</a>"""
138158

139159
[main_github_invite]
140-
other = "Chcesz zacząć współtworzyć kod Kubernetesa?"
160+
other = "Chcesz zacząć zabawę z kodem Kubernetesa?"
141161

142162
[main_github_view_on]
143163
other = "Zajrzyj na GitHub"
@@ -172,26 +192,47 @@ other = "Informacja:"
172192
[objectives_heading]
173193
other = "Cele"
174194

195+
[options_heading]
196+
other = "Opcje"
197+
198+
[post_create_issue]
199+
other = "Zgłoś problem"
200+
175201
[prerequisites_heading]
176202
other = "Nim zaczniesz"
177203

204+
[previous_patches]
205+
other = "Poprawki:"
206+
207+
[seealso_heading]
208+
other = "Zobacz też"
209+
178210
[subscribe_button]
179211
other = "Subskrybuj"
180212

213+
[synopsis_heading]
214+
other = "Streszczenie"
215+
216+
[thirdparty_message]
217+
other = """Ta sekcja przekierowuje do projektów osób trzecich, które udostępniają funkcjonalność wymaganą przez Kubernetesa. Autory projektu Kubernetes nie są odpowiedzialni za te projekty. Ta strona podąża za <a href="https://github.com/cncf/foundation/blob/master/website-guidelines.md" target="_blank">wytycznymi CNCF dla stron internetowych</a> aby pokazać projekty w kolejności alfabetycznej. Aby dodać projekt na tę listę przeczytaj <a href="/docs/contribute/style/content-guide/#third-party-content">wytyczne dla zawartości</a> przed wysyłaniem zmian."""
218+
181219
[ui_search_placeholder]
182220
other = "Szukaj"
183221

184222
[version_check_mustbe]
185-
other = "Twój serwer Kubernetes musi być w wersji "
223+
other = "Twój serwer Kubernetesa musi być w wersji "
186224

187225
[version_check_mustbeorlater]
188-
other = "Twój serwer Kubernetes musi być co najmniej w wersji "
226+
other = "Twój serwer Kubernetesa musi być co najmniej w wersji "
189227

190228
[version_check_tocheck]
191229
other = "Aby sprawdzić wersję, wpisz "
192230

231+
[version_menu]
232+
other = "Wersje"
233+
193234
[warning]
194235
other = "Uwaga:"
195236

196237
[whatsnext_heading]
197-
other = "Następne:"
238+
other = "Co dalej?"

0 commit comments

Comments
 (0)