mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 19:19:21 +01:00
18 lines
295 B
Plaintext
18 lines
295 B
Plaintext
{
|
|
winds = {
|
|
[0] = "N",
|
|
[1] = "NE",
|
|
[2] = "E",
|
|
[3] = "SE",
|
|
[4] = "S",
|
|
[5] = "SW",
|
|
[6] = "W",
|
|
[7] = "NW",
|
|
[8] = "N"
|
|
},
|
|
mmHg = " mm Hg",
|
|
speed = " m/s, ",
|
|
population = "Population: ",
|
|
city = "Tyep city naym hah",
|
|
cityError = "Wrong result. Check city naym an twee agaen."
|
|
} |