mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
translated shape names
This commit is contained in:
parent
0291c2ade3
commit
1ca2847c59
@ -8813,3 +8813,10 @@ S(
|
||||
|
||||
#undef Orb
|
||||
|
||||
S("digon", "dvojúhelník")
|
||||
S("triangle", "trojúhelník")
|
||||
S("square", "čtverec")
|
||||
S("pentagon", "pětiúhelník")
|
||||
S("hexagon", "šestiúhelník")
|
||||
S("heptagon", "sedmiúhelník")
|
||||
S("octagon", "osmiúhelník")
|
||||
|
@ -8534,3 +8534,10 @@ S(
|
||||
"Nie działa, gdy któreś z pól zawiera istotę wielopolową lub bariero-podobną ścianę.")
|
||||
#undef Orb
|
||||
|
||||
S("digon", "dwukąt")
|
||||
S("triangle", "trójkąt")
|
||||
S("square", "kwadrat")
|
||||
S("pentagon", "pięciokąt")
|
||||
S("hexagon", "sześciokąt")
|
||||
S("heptagon", "siedmiokąt")
|
||||
S("octagon", "ośmiokąt")
|
||||
|
Loading…
Reference in New Issue
Block a user