mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 16:39:33 +01:00
9 lines
793 B
Text
9 lines
793 B
Text
# textdomain: mcl_weather
|
|
##[ weather_core.lua ]##
|
|
Gives ability to control weather=Daje możliwość kontrolowania pogody
|
|
Changes the weather to the specified parameter.=Zmienia pogodę na wskazany parametr
|
|
Error: No weather specified.=Błąd: nie wskazano pogody.
|
|
Error: Invalid parameters.=Błąd: nieprawidłowy parametr.
|
|
Error: Duration can't be less than 1 second.=Błąd: Czas trwania nie może być mniejszy niż 1 sekunda.
|
|
Error: Invalid weather specified. Use “clear”, “rain”, “snow” or “thunder”.=Błąd: wskazano nieprawidłową pogodę. Użyj "clear", "rain", "snow" lub "thunder".
|
|
Toggles between clear weather and weather with downfall (randomly rain, thunderstorm or snow)=Zmienia pomiędzy czystą pogodą i pogodą z opadami (losowo deszcz, burza lub śnieg)
|