Skip to content
Open
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
4 changes: 4 additions & 0 deletions assets/base/lang/pl_pl/achievements.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"grantAchievementTemplate": "Gracz {0} zdobył osiągniecie [{1}]!",
"achievement_base:intercepted": "Przechwycony!"
}
3 changes: 2 additions & 1 deletion assets/base/lang/pl_pl/base_blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,6 @@
"base:structure_saver": "Blok zapisu konstrukcji",
"base:structure_loader": "Blok wczytania konstrukcji",
"base:door_iron": "Żelazne drzwi",
"base:ladder_aluminium": "Aluminiowa drabina"
"base:ladder_aluminium": "Aluminiowa drabina",
"base:table_pedestal_glass": "Szklany piedestał"
}
3 changes: 2 additions & 1 deletion assets/base/lang/pl_pl/base_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"base:santa_hat": "Czapka Mikołaja",
"base:wood_chips": "Zrębki drewna",
"base:wood_pulp": "Pulpa drzewna",
"base:cardboard_sheet": "Arkusz tektury"
"base:cardboard_sheet": "Arkusz tektury",
"base:rotor_blades": "Śmigła"
}
6 changes: 5 additions & 1 deletion assets/base/lang/pl_pl/in_world_ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"laserEmitterShoot": "Strzelaj!",
"inventoryCrafting": "Wytwarzanie",
"inventoryEquipment": "Wyposażenie",
"inventoryAchievements": "Osiągnięcia"
"inventoryAchievements": "Osiągnięcia",
"inventorySpaceship": "Statek",
"spaceshipTabTitle": "Nawigator pokładowy",
"spaceshipTravelButton": "Podróżuj na {0}",
"beamUpButton": "Przenieś na statek"
}