Update BGM and celestial vault translations

master
Zughy 2022-01-08 00:03:27 +01:00
parent 85673fb81b
commit 1cf51640cb
3 changed files with 12 additions and 4 deletions

View File

@ -109,8 +109,9 @@ celebrating=in celebrazione
waiting=in attesa waiting=in attesa
Initial time: =Tempo iniziale: Initial time: =Tempo iniziale:
current: =corrente: current: =corrente:
Author: =Autore:
Name: =Nome: Name: =Nome:
Author: =Autore:
BGM: =Musica di sottofondo:
Teams: =Squadre: Teams: =Squadre:
Disabled damage types: =Tipi di danno disabilitati: Disabled damage types: =Tipi di danno disabilitati:
Players required: =Giocatori minimi: Players required: =Giocatori minimi:
@ -174,6 +175,8 @@ Spawners=Spawner
Spawners | sel. ID: @1 (right click slot #2 to change)=Spawner | ID sel.: @1 (tasto dx su slot #2 per cambiare) Spawners | sel. ID: @1 (right click slot #2 to change)=Spawner | ID sel.: @1 (tasto dx su slot #2 per cambiare)
Signs=Cartelli Signs=Cartelli
One sign per arena=Un cartello per arena One sign per arena=Un cartello per arena
BGM=Musica di sottofondo
Background music=Musica di sottofondo
Settings=Impostazioni Settings=Impostazioni
Arena settings=Impostazioni arena Arena settings=Impostazioni arena
Info=Info Info=Info
@ -182,7 +185,7 @@ Enable and leave=Abilita ed esci
Leave=Esci Leave=Esci
# editor/tools_bgm.lua # editor/tools_bgm.lua
Set BGM=Imposta BGM Set BGM=Imposta musica di sottofondo
leave empty to remove the current track=lascia vuoto per rimuovere la traccia corrente leave empty to remove the current track=lascia vuoto per rimuovere la traccia corrente
Audio file=File audio Audio file=File audio
Title=Titolo Title=Titolo
@ -209,6 +212,7 @@ Cancel=Annulla
Yes=Sì Yes=Sì
# editor/tools_sky.lua # editor/tools_sky.lua
Celestial vault=Volta celeste
Reset=Ripristina Reset=Ripristina
Type=Tipo Type=Tipo
Day sky=Cielo diurno Day sky=Cielo diurno

View File

@ -109,8 +109,9 @@ celebrating=
waiting= waiting=
Initial time: = Initial time: =
current: = current: =
Author: =
Name: = Name: =
Author: =
BGM: =
Teams: = Teams: =
Disabled damage types: = Disabled damage types: =
Players required: = Players required: =
@ -174,6 +175,8 @@ Spawners=
Spawners | sel. ID: @1 (right click slot #2 to change)= Spawners | sel. ID: @1 (right click slot #2 to change)=
Signs= Signs=
One sign per arena= One sign per arena=
BGM=
Background music=
Settings= Settings=
Arena settings= Arena settings=
Info= Info=
@ -209,6 +212,7 @@ Cancel=
Yes= Yes=
# editor/tools_sky.lua # editor/tools_sky.lua
Celestial vault=
Reset= Reset=
Type= Type=
Day sky= Day sky=

View File

@ -29,7 +29,7 @@ local sky_tools = {
minetest.register_tool("arena_lib:editor_sky", { minetest.register_tool("arena_lib:editor_sky", {
description = S("Set sky"), description = S("Celestial vault"),
inventory_image = "arenalib_editor_sky.png", inventory_image = "arenalib_editor_sky.png",
groups = {not_in_creative_inventory = 1, oddly_breakable_by_hand = "2"}, groups = {not_in_creative_inventory = 1, oddly_breakable_by_hand = "2"},
on_place = function() end, on_place = function() end,