Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Polish translations for Jenkins plugin manager #7593

Merged
merged 2 commits into from
Jan 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License
#
# Copyright (c) 2004-2022, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors
# Copyright (c) 2004-2023, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -20,6 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
Advanced\ Settings=Ustawienia zaawansowane
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

core/src/main/resources/hudson/PluginManager/advanced.jelly no longer contains an "Advanced Settings" with a capital S after #6783, so this line can be deleted:

Suggested change
Advanced\ Settings=Ustawienia zaawansowane

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then this is technical debt of mentioned PR and should be fixed as follow-up of them. Not by removing Polish translation but removing items from all localization.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed. For this reason, these suggestions were merely optional.

Advanced\ settings=Ustawienia zaawansowane
Plugin\ Manager=Menedżer wtyczek
File=Plik
HTTP\ Proxy\ Configuration=Konfiguracja HTTP Proxy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License
#
# Copyright (c) 2022, Sun Microsystems, Damian Szczepanik
# Copyright (c) 2022-2023, Sun Microsystems, Damian Szczepanik
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -20,11 +20,14 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
Available\ Plugins=Dostępne wtyczki
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

core/src/main/resources/hudson/PluginManager/available.jelly no longer contains an "Available Plugins" string with a capital P, so this line can be deleted:

Suggested change
Available\ Plugins=Dostępne wtyczki

Available\ plugins=Dostępne wtyczki
Plugin\ Manager=Menedżer wtyczek
Plugins=Wtyczki
Search=Filtruj
Install=Instaluj
Name=Nazwa
Released=Opublikowano
Installed=Zainstalowana
Install\ without\ restart=Instaluj bez restartu
Download\ now\ and\ install\ after\ restart=Pobierz teraz i zainstaluj po restarcie
Search\ available\ plugins=Szukaj dostępnych wtyczek
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License
#
# Copyright (c) 2004-2022, Sun Microsystems, Damian Szczepanik
# Copyright (c) 2004-2023, Sun Microsystems, Damian Szczepanik
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -20,7 +20,10 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
Installed\ Plugins=Zainstalowane wtyczki
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

core/src/main/resources/hudson/PluginManager/installed.jelly no longer contains an "Installed Plugins" string with a capital I, so this line can be deleted:

Suggested change
Installed\ Plugins=Zainstalowane wtyczki

Installed\ plugins=Zainstalowane wtyczki
Plugin\ Manager=Menedżer wtyczek
Plugins=Wtyczki
Search\ installed\ plugins=Szukaj zainstalowanych wtyczek
Changes\ will\ take\ effect\ when\ you\ restart\ Jenkins=Zmiany zostaną wprowadzone po ponownym uruchomieniu Jenkinsa
Enabled=Włączone wtyczki
Name=Nazwa
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# The MIT License
#
# Copyright (c) 2023, Damian Szczepanik
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

Advanced\ settings=Ustawienia zaawansowane
Updates=Aktualizacje
Available\ plugins=Dostępne wtyczki
Installed\ plugins=Zainstalowane wtyczki
Download\ progress=Status pobierania
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License
#
# Copyright (c) 2004-2022, Sun Microsystems, Inc., Damian Szczepanik
# Copyright (c) 2004-2023, Sun Microsystems, Inc., Damian Szczepanik
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -20,8 +20,10 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
Plugin\ Manager=Menedżer wtyczek
Plugins=Wtyczki
Updates=Aktualizacje
Check\ to\ install\ the\ plugin=Zaznacz aby zainstalować wtyczkę
Click\ this\ heading\ to\ sort\ by\ category=Kliknij w nagłówek by posortować po kategorii
Click\ this\ heading\ to\ sort\ by\ category=Kliknij nagłówek, by posortować po kategorii
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This key has been deleted since #4534:

Suggested change
Click\ this\ heading\ to\ sort\ by\ category=Kliknij nagłówek, by posortować po kategorii

Download\ now\ and\ install\ after\ restart=Pobierz teraz, zainstaluj po ponownym uruchomieniu
Filter=Filtruj
Inactive=Nieaktywne
Expand All @@ -41,3 +43,4 @@ adoptThisPlugin=\
<strong>Ta wtyczka czeka na adopcje!</strong> Szukamy osób chętnych rozwijać tę wtyczkę. \
Przeczytaj naszą inicjatywę <a href="https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/" rel="noopener noreferrer" target="_blank">Adopt a Plugin</a>, aby uzyskać więcej informacji.
Applying\ this\ update\ will\ address\ security\ vulnerabilities\ in\ the\ currently\ installed\ version.=Zainstalowanie tej aktualizacji usunie podatności występujące w aktualnie zainstalowanej wersji.
Search\ plugin\ updates=Szukaj aktualizacji wtyczek
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License
#
# Copyright (c) 2004-2016, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors
# Copyright (c) 2004-2023, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -22,3 +22,4 @@

Manage\ Jenkins=Zarządzaj Jenkinsem
are.you.sure={0}: czy jesteś pewien?
Search\ settings=Szukaj ustawień
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License
#
# Copyright (c) 2004-2016, Sun Microsystems, Inc., Damian Szczepanik
# Copyright (c) 2004-2023, Sun Microsystems, Inc., Damian Szczepanik
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -22,3 +22,4 @@

Installing\ Plugins/Upgrades=Instalowanie wtyczek i aktualizacji
Update\ Center=Centrum aktualizacji
Download\ progress=Status pobierania
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License
#
# Copyright (c) 2012-2016, CloudBees, Intl., Nicolas De loof, Damian Szczepanik
# Copyright (c) 2012-2023, CloudBees, Intl., Nicolas De loof, Damian Szczepanik
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -28,7 +28,7 @@ ReloadLink.Description=Porzuć wszystkie dane załadowane w pamięci i załaduj
Opcja użyteczna gdy zmodyfikowano pliki konfiguracyjne bezpośrednio z dysku.

PluginsLink.DisplayName=Zarządzaj wtyczkami
PluginsLink.Description=Dodaj, usuń, wyłącz lub włącz wtyczki które mogą rozszerzyć funkcjonalność Jenkinsa.
PluginsLink.Description=Dodaj, usuń, wyłącz lub włącz wtyczki, które mogą rozszerzyć funkcjonalność Jenkinsa.

SystemInfoLink.DisplayName=Informacje o systemie
SystemInfoLink.Description=Wyświetla wiele środowiskowych informacji pomocnych przy rozwiązywaniu problemów.
Expand Down
23 changes: 23 additions & 0 deletions core/src/main/resources/lib/layout/search-bar_pl.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# The MIT License
#
# Copyright (c) 2023, Damian Szczepanik
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

Press\ /\ on\ your\ keyboard\ to\ focus=Naciśnij / na klawiaturze, aby przesunąć tutaj kursor