2020-05-25 16:27:19 +02:00
|
|
|
# version 3.0.0
|
2020-04-17 21:04:37 +02:00
|
|
|
# author(s): Zughy
|
|
|
|
# reviewer(s):
|
2020-04-17 15:27:36 +02:00
|
|
|
# textdomain: arena_lib
|
2020-05-03 13:31:54 +02:00
|
|
|
|
|
|
|
# api.lua
|
2020-04-17 15:27:36 +02:00
|
|
|
[!] An arena with that name exists already!=[!] Esiste già un'arena con quel nome!
|
|
|
|
Arena @1 succesfully created=Arena @1 creata con successo
|
|
|
|
[!] There is no arena named @1!=[!] Non c'è nessun'arena chiamata @1!
|
|
|
|
[!] There is an ongoing match inside the arena @1: impossible to remove!=[!] Una partita è in corso nell'arena @1: impossibile rimuoverla!
|
2020-04-17 21:04:37 +02:00
|
|
|
The arena you were queueing for has been removed... :(=L'arena per la quale eri in coda è stata rimossa... :(
|
|
|
|
Arena @1 successfully removed=Arena @1 rimossa con successo
|
|
|
|
[!] This arena doesn't exist!=[!] Quest'arena non esiste!
|
2020-05-29 02:34:22 +02:00
|
|
|
[!] Spawn points can't exceed the maximum number of players!=[!] Gli spawn point non possono superare i giocatori massimi!
|
2020-04-17 21:04:37 +02:00
|
|
|
[!] No spawner with that ID to overwrite!=[!] Nessuno spawner con quell'ID da sovrascrivere!
|
|
|
|
[!] You can't set the spawn point in the air!=[!] Non puoi impostare spawn point nell'aria!
|
|
|
|
[!] There's already one spawn at this point!=[!] C'è già uno spawn in questo punto!
|
|
|
|
Spawn point #@1 successfully overwritten=Spawn point #@1 sovrascritto con successo
|
|
|
|
Spawn point #@1 successfully set=Spawn point #@1 impostato con successo
|
2020-05-10 00:01:43 +02:00
|
|
|
[!] You must disable the arena first!=[!] Devi prima disabilitare l'arena!
|
|
|
|
Sign of arena @1 successfully removed=Cartello dell'arena @1 rimosso con successo
|
|
|
|
[!] There is already a sign for this arena!=[!] Esiste già un cartello per quest'arena!
|
2020-05-27 16:47:37 +02:00
|
|
|
[!] The arena is already enabled=[!] L'arena è già abilitata
|
2020-04-17 21:04:37 +02:00
|
|
|
[!] Insufficient spawners, the arena has been disabled!=[!] Spawner insufficienti, arena disabilitata!
|
|
|
|
[!] Sign not set, the arena has been disabled!=[!] Cartello non impostato, arena disabilitata!
|
2020-05-27 16:47:37 +02:00
|
|
|
Arena @1 successfully enabled=Arena @1 abilitata con successo
|
2020-04-17 21:04:37 +02:00
|
|
|
[!] The arena is already disabled=[!] L'arena è già disabilitata
|
|
|
|
[!] You can't disable an arena during an ongoing game!=[!] Non puoi disabilitare un'arena mentre una partita è in corso!
|
|
|
|
[!] The arena you were queueing for has been disabled!=[!] L'arena per la quale eri in coda è stata disabilitata!
|
|
|
|
Arena @1 successfully disabled=Arena @1 disabilitata con successo
|
|
|
|
@1 wins the game=@1 ha vinto la partita
|
2020-05-02 12:28:40 +02:00
|
|
|
@1 has been eliminated=@1 è stato eliminato
|
2020-05-19 01:46:30 +02:00
|
|
|
@1 has been kicked=@1 è stato cacciato
|
|
|
|
@1 has quit the arena=@1 ha abbandonato l'arena
|
2020-05-15 16:52:12 +02:00
|
|
|
# TODO: quit option | @1 has left the game=@1 ha abbandonato la partita
|
2020-05-14 22:40:37 +02:00
|
|
|
Waiting for more players...=In attesa di più giocatori...
|
2020-04-17 21:04:37 +02:00
|
|
|
The queue has been cancelled due to not enough players=La coda è stata annullata per troppi pochi giocatori
|
2020-05-01 22:13:58 +02:00
|
|
|
You're the last player standing: you win!=Sei l'ultimo giocatore rimasto in partita: hai vinto!
|
2020-04-17 21:04:37 +02:00
|
|
|
You win the game due to not enough players=Hai vinto la partita per troppi pochi giocatori
|
2020-05-03 13:31:54 +02:00
|
|
|
|
|
|
|
# debug_utilities.lua
|
2020-04-17 15:27:36 +02:00
|
|
|
name: =nome:
|
2020-04-17 21:04:37 +02:00
|
|
|
Total arenas: =Arene totali:
|
2020-04-17 15:27:36 +02:00
|
|
|
Name: =Nome:
|
|
|
|
Enabled: =Abilitata:
|
2020-05-09 12:32:13 +02:00
|
|
|
Sign: =Cartello:
|
2020-04-17 15:27:36 +02:00
|
|
|
Players required: =Giocatori minimi:
|
|
|
|
Players supported: =Giocatori massimi:
|
|
|
|
Players inside: =Giocatori dentro:
|
2020-05-25 16:27:19 +02:00
|
|
|
Status: =Stato:
|
|
|
|
in queue=in coda
|
|
|
|
loading=in caricamento
|
|
|
|
in game=in partita
|
|
|
|
celebrating=in celebrazione
|
|
|
|
waiting=in attesa
|
2020-05-24 23:38:21 +02:00
|
|
|
Timer: =Timer:
|
|
|
|
current: =corrente:
|
2020-04-17 15:27:36 +02:00
|
|
|
Spawn points: =Spawn points:
|
2020-04-17 21:04:37 +02:00
|
|
|
Properties: =Proprietà:
|
2020-04-19 00:57:08 +02:00
|
|
|
Temp properties: =Proprietà temporanee:
|
2020-04-17 21:04:37 +02:00
|
|
|
[!] No ongoing game! =[!] Nessuna partita in corso!
|
2020-04-17 15:27:36 +02:00
|
|
|
Player: =Giocatore:
|
|
|
|
, kills: =, uccisioni:
|
|
|
|
, deaths: =, morti:
|
2020-05-03 13:31:54 +02:00
|
|
|
|
|
|
|
# items.lua
|
2020-04-17 21:04:37 +02:00
|
|
|
You're immune!=Sei immune!
|
2020-04-17 15:27:36 +02:00
|
|
|
Left click on a sign to create/remove the access to the arena=Tasto sinistro su un cartello per creare/rimuovere l'accesso all'arena
|
|
|
|
[!] That's not a sign!=[!] Questo non è un cartello!
|
2020-05-03 13:31:54 +02:00
|
|
|
|
|
|
|
# signs.lua
|
2020-04-17 15:27:36 +02:00
|
|
|
[!] The arena is not enabled!=[!] L'arena non è attiva!
|
2020-05-14 22:40:37 +02:00
|
|
|
Get ready!=Preparati!
|
2020-04-17 21:04:37 +02:00
|
|
|
The queue has been cancelled due to not enough players=La coda è stata annullata per troppi pochi giocatori
|
|
|
|
[!] The arena is already full!=[!] L'arena è già piena!
|
|
|
|
[!] The arena is loading, try again in a few seconds!=[!] L'arena è in caricamento, riprova tra qualche secondo!
|
2020-05-03 13:31:54 +02:00
|
|
|
[!] This minigame doesn't allow to join while in progress!=[!] Questo minigioco non permette di entrare a partita iniziata!
|
2020-04-17 21:04:37 +02:00
|
|
|
@1 has joined the game=@1 si è aggiunto alla partita
|
|
|
|
You've entered the arena @1=Sei entrato nell'arena @1
|
|
|
|
The game begins in @1 seconds!=La partita inizierà tra @1 secondi!
|
2020-05-14 22:40:37 +02:00
|
|
|
@1 seconds for the match to start=@1 secondi all'inizio
|
2020-04-17 21:04:37 +02:00
|
|
|
Left click on a sign to set the arena=Click sinistro su un cartello per impostare l'arena
|
|
|
|
# signs_lib gives troubles atm
|
|
|
|
#WIP=LAVORI@\nIN CORSO
|
|
|
|
#Terminating=Concludendo
|
|
|
|
#Ongoing=In partita
|
|
|
|
#Loading=In caricamento
|
|
|
|
#Waiting=In attesa
|