translated shape names

This commit is contained in:
Zeno Rogue 2020-03-07 04:40:54 +01:00
parent 0291c2ade3
commit 1ca2847c59
2 changed files with 14 additions and 0 deletions

View File

@ -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")

View File

@ -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")