mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-10 09:09:43 +01:00
9 lines
788 B
Text
9 lines
788 B
Text
# textdomain: mcl_weather
|
|
##[ weather_core.lua ]##
|
|
Gives ability to control weather=Dá a capacidade de controlar o tempo
|
|
Changes the weather to the specified parameter.=Cambia o tempo ao parámetro especificado.
|
|
Error: No weather specified.=Erro: non se especificou tempo.
|
|
Error: Invalid parameters.=Erro: parámetros non válidos.
|
|
Error: Duration can't be less than 1 second.=Erro: a duración non pode ser inferior a 1 segundo.
|
|
Error: Invalid weather specified. Use “clear”, “rain”, “snow” or “thunder”.=Erro: tempo especificado non válido. Use "claro", "choiva", "neve" ou "trono".
|
|
Toggles between clear weather and weather with downfall (randomly rain, thunderstorm or snow)=Alterna entre o tempo claro e o tempo con caída (choiva, treboada ou neve aleatoriamente)
|