RimWorld

RimWorld

ZiTools objects seeker
Strzigůń Jan 31, 2023 @ 2:34am
Polish translation
\Languages\Polish\Keyed

Designators.xml
<?xml version="1.0" encoding="utf-8"?> <LanguageData> <!-- Objects seeker --> <ZiT_ObjectsSeekerDesc>Okno wyszukiwania dowolnego obiektu na mapie. Opisy przycisków: „Aktualizuj”: Aktualizuje listę i pozycje obiektów. "Wyczyść" - usuwa znaczniki obiektów na mapie. „Kategoria”: Zmień kategorię obiektów wyświetlanych na liście. Naciśnij etykietę obiektu, aby wyświetlić oznaczenia tego obiektu na mapie.</ZiT_ObjectsSeekerDesc> </LanguageData>

Messages.xml
<?xml version="1.0" encoding="utf-8" ?> <LanguageData> <!-- Warnings --> <ZiT_WarningTimeLabel>Przeszukiwanie terenu wstrzymane. Zbyt wiele obiektów.</ZiT_WarningTimeLabel> </LanguageData>

ObjectSeeker_UI.xml

<?xml version="1.0" encoding="utf-8" ?> <LanguageData> <!-- Objects seeker UI --> <ZiT_ObjectsSeekerLabel>Poszukiwacz</ZiT_ObjectsSeekerLabel> <ZiT_UpdateButtonLabel>Aktualizacja</ZiT_UpdateButtonLabel> <ZiT_NameLabel>Nazwa</ZiT_NameLabel> <ZiT_CellsCountLabel>Ilość</ZiT_CellsCountLabel> <ZiT_CategoryLabel>Kategoria</ZiT_CategoryLabel> <ZiT_NotFoundString>{0} nie odnaleziono</ZiT_NotFoundString> <ZiT_TimeUntilRotted>Świeże przez</ZiT_TimeUntilRotted> <!-- Categories UI --> <ZiT_FavoritesCategoryLabel>Ulubione</ZiT_FavoritesCategoryLabel> <ZiT_AllCategoryLabel>Wszystko</ZiT_AllCategoryLabel> <ZiT_BuildingCategoryLabel>Struktury</ZiT_BuildingCategoryLabel> <ZiT_TerrainCategoryLabel>Teren</ZiT_TerrainCategoryLabel> <ZiT_PlantCategoryLabel>Rośliny</ZiT_PlantCategoryLabel> <ZiT_PawnsCategoryLabel>Koloniści</ZiT_PawnsCategoryLabel> <ZiT_OtherCategoryLabel>Inne</ZiT_OtherCategoryLabel> <ZiT_СorpsesCategoryLabel>Ciała</ZiT_СorpsesCategoryLabel> </LanguageData>