sourcemod/translations/pl/plugin.basecommands.txt
Kyle Sanderson 48150e0c7a
Bring languages into the tree (#1625)
* translations: bring languages into tree

* Update translation phrases changed since 2021

* Update packaging script to include all translations

* Update languages.cfg

* Add Latin American Spanish translations

This is a copy of spanish for now.

* Ignore "en" when looking for translation folders

English is the default and doesn't use a subfolder.

* Only add each translation folder once

Korean "ko" is in there twice.

* Compare language coverage to english

All phrases are compared to the english baseline files and any differences
are reported. The differences are pushed to a Github Project as well for
an easier overview.

Thank you to @nosoop for sharing the Python SMC parser!

* Add link to README

---------

Co-authored-by: Peace-Maker <peace-maker@wcfan.de>
2023-03-29 16:23:05 +02:00

139 lines
2.0 KiB
Plaintext

"Phrases"
{
"Unable to find cvar"
{
"pl" "Nie można znaleźć zmiennej: {1} "
}
"No access to cvar"
{
"pl" "Nie masz dostępu do tej zmiennej."
}
"Value of cvar"
{
"pl" "Wartość zmiennej \"{1}\": \"{2}\" "
}
"Cvar changed"
{
"pl" "Zmieniono zmienną \"{1}\" na \"{2}\". "
}
"Config not found"
{
"pl" "Plik konfiguracyjny \"{1}\" nie został odnaleziony."
}
"Executed config"
{
"pl" "Wykonano konfig \"{1}\"."
}
"Permabanned player"
{
"pl" "Permanentnie zbanowano gracza \"{1}\"."
}
"Permabanned player reason"
{
"pl" "Permanentnie zbanowano gracza \"{1}\" (powód: {2}). "
}
"Banned player"
{
"pl" "Zbanowano gracza \"{1}\" na {2} min."
}
"Banned player reason"
{
"pl" "Zbanowano gracza \"{1}\" na {2} min. (powód: {3})."
}
"Removed bans matching"
{
"pl" "Usunięto bany pasujące do filtra: {1} "
}
"Ban added"
{
"pl" "Ban został dodany."
}
"Admin cache refreshed"
{
"pl" "Konta administracyjne zostały odświeżone."
}
"Identify player"
{
"pl" "Identyfikacja gracza"
}
"Choose Map"
{
"pl" "Wybierz mapę"
}
"Exec CFG"
{
"pl" "Wykonaj CFG"
}
"Admin logged in as"
{
"pl" "Gracz \"{1}\" jest zalogowany jako \"{2}\" z dostępem: {3}"
}
"Admin logged in anon"
{
"pl" "\"{1}\" posiada dostęp: {2}"
}
"Player is not an admin"
{
"pl" "\"{1}\" nie jest administratorem."
}
"Player is an admin"
{
"pl" "\"{1}\" jest administratorem."
}
"Username"
{
"pl" "Nazwa użytkownika"
}
"Kicked target"
{
"pl" "Wykopano {1}"
}
"Admin access"
{
"pl" "Dostęp administratora"
}
"Cvar is now protected"
{
"pl" "Zmienna {1} jest teraz chroniona."
}
"Kicked target reason"
{
"pl" "Wykopano {1} (Powód: {2})"
}
"Please select a map"
{
"pl" "Proszę wybrać mapę"
}
"Choose Config"
{
"pl" "Wybierz konfigurację"
}
}