You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/i18n/pl/pl.toml
+55-14Lines changed: 55 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# i18n strings for the Polish site.
2
2
# NOTE: Please keep the entries in alphabetical order when editing
3
-
4
3
[caution]
5
4
other = "Ostrzeżenie:"
6
5
@@ -28,8 +27,11 @@ other = "Twitter"
28
27
[community_youtube_name]
29
28
other = "YouTube"
30
29
30
+
[deprecation_title]
31
+
other = "Teraz oglądasz dokumentację Kubernetesa w wersji:"
32
+
31
33
[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"
33
35
34
36
[deprecation_file_warning]
35
37
other = "Przestarzały"
@@ -46,6 +48,24 @@ other = "Jestem..."
46
48
[docs_label_users]
47
49
other = "Użytkownicy"
48
50
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
+
49
69
[feedback_heading]
50
70
other = "Twoja opinia"
51
71
@@ -58,11 +78,17 @@ other = "Czy ta strona była przydatna?"
58
78
[feedback_yes]
59
79
other = "Tak"
60
80
81
+
[inline_list_separator]
82
+
other = ","
83
+
61
84
[input_placeholder_email_address]
62
85
other = "adres e-mail"
63
86
87
+
[latest_release]
88
+
other = "Najnowsze wydanie:"
89
+
64
90
[latest_version]
65
-
other = "to najnowsza wersja."
91
+
other = "najnowszą wersję."
66
92
67
93
[layouts_blog_pager_prev]
68
94
other = "<< Poprzedni"
@@ -128,16 +154,10 @@ other = "Wnieś swój wkład"
128
154
other = """The Linux Foundation ®. 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>"""
129
155
130
156
[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>"""
138
158
139
159
[main_github_invite]
140
-
other = "Chcesz zacząć współtworzyć kod Kubernetesa?"
160
+
other = "Chcesz zacząć zabawę z kodem Kubernetesa?"
141
161
142
162
[main_github_view_on]
143
163
other = "Zajrzyj na GitHub"
@@ -172,26 +192,47 @@ other = "Informacja:"
172
192
[objectives_heading]
173
193
other = "Cele"
174
194
195
+
[options_heading]
196
+
other = "Opcje"
197
+
198
+
[post_create_issue]
199
+
other = "Zgłoś problem"
200
+
175
201
[prerequisites_heading]
176
202
other = "Nim zaczniesz"
177
203
204
+
[previous_patches]
205
+
other = "Poprawki:"
206
+
207
+
[seealso_heading]
208
+
other = "Zobacz też"
209
+
178
210
[subscribe_button]
179
211
other = "Subskrybuj"
180
212
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
+
181
219
[ui_search_placeholder]
182
220
other = "Szukaj"
183
221
184
222
[version_check_mustbe]
185
-
other = "Twój serwer Kubernetes musi być w wersji "
223
+
other = "Twój serwer Kubernetesa musi być w wersji "
186
224
187
225
[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 "
0 commit comments