1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-13 13:47:37 +00:00

four new models, Mercator improved

This commit is contained in:
Zeno Rogue
2018-03-26 19:06:47 +02:00
parent fa49fc550f
commit 7c84280b73
7 changed files with 265 additions and 78 deletions

View File

@@ -6848,3 +6848,20 @@ S(
"opcja ta działa tylko w trybie oszusta."
);
S("NEVER", "NIGDY")
S("Mercator", "odwzorowanie Merkatora")
S("band equidistant", "wstęga ekwidystantna")
S("band equi-area", "wstęga ekwiwalentna")
S("sinusoidal", "sinusoida")
S("two-point equidistant", "rzut dwupunktowy ekwidystantny")
S(
"This model maps the world so that the distances from two points "
"are kept. This parameter gives the distance from the two points to "
"the center.",
"Ten model przekształca świat tak, że odległości od dwóch punktów "
"są zachowane. Ten parametr zadaje odległość tych dwóch punktów "
"od środka.")