A Minecraft server-side mod that adds various teleportation related commands
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Create it_it.json

Added translation in Italian

authored by

Vlad Andrei Morariu and committed by
GitHub
7e56f92c 214d45d7

+46
+46
common/src/main/resources/assets/teleport_commands/lang/it_it.json
··· 1 + { 2 + "commands.teleport_commands.back.go": "Tornando Indietro", 3 + "commands.teleport_commands.back.same": "Già Tornato Indietro", 4 + "commands.teleport_commands.back.noLocation": "Nessuna Posizione Trovata!", 5 + 6 + "commands.teleport_commands.home.set": "Casa Impostata", 7 + "commands.teleport_commands.home.setError": "Errore Nell'Impostazione Della Casa!", 8 + "commands.teleport_commands.home.go": "Andando A Casa", 9 + "commands.teleport_commands.home.goError": "Errore Durante L'Andata A Casa!", 10 + "commands.teleport_commands.home.goSame": "Già A Casa", 11 + "commands.teleport_commands.home.delete": "Casa Eliminata", 12 + "commands.teleport_commands.home.deleteError": "Errore Durante L'Eliminazione Della Casa!", 13 + "commands.teleport_commands.home.rename": "Casa Rinominata", 14 + "commands.teleport_commands.home.renameError": "Errore Durante La Rinomina Della Casa!", 15 + "commands.teleport_commands.home.renameExists": "Quel Nome Esiste Già!", 16 + "commands.teleport_commands.home.default": "Casa Predefinita Impostata", 17 + "commands.teleport_commands.home.defaultError": "Errore Durante Il Cambio Della Casa Predefinita!", 18 + "commands.teleport_commands.home.defaultSame": "La Casa È Già Impostata Come Predefinita!", 19 + "commands.teleport_commands.home.notFound": "Casa Non Trovata!", 20 + "commands.teleport_commands.home.exists": "La Casa Esiste Già!", 21 + "commands.teleport_commands.home.homeless": "Non Hai Case!", 22 + 23 + "commands.teleport_commands.homes.error": "Errore Durante Il Recupero Delle Case!", 24 + "commands.teleport_commands.homes.homes": "Case:", 25 + "commands.teleport_commands.homes.default": "(Predefinita)", 26 + "commands.teleport_commands.homes.tp": "[Tp]", 27 + "commands.teleport_commands.homes.rename": "[Rinomina]", 28 + "commands.teleport_commands.homes.delete": "[Elimina]", 29 + 30 + "commands.teleport_commands.tpa.self": "Bene, È Stato Facile", 31 + "commands.teleport_commands.tpa.alreadySent": "Una Richiesta È Già Stata Inviata A %0%", 32 + "commands.teleport_commands.tpa.received": "Richiesta Tpa%0% Ricevuta Da %1%", 33 + "commands.teleport_commands.tpa.sent": "Richiesta Tpa%0% Inviata A %1%", 34 + "commands.teleport_commands.tpa.accept": "[Accetta]", 35 + "commands.teleport_commands.tpa.deny": "[Rifiuta]", 36 + "commands.teleport_commands.tpa.expired": "Richiesta Tpa%0% Scaduta", 37 + "commands.teleport_commands.tpa.notFound": "Nessuna Richiesta Trovata!", 38 + "commands.teleport_commands.tpa.accepted": "Richiesta Accettata", 39 + "commands.teleport_commands.tpa.denied": "Richiesta Rifiutata", 40 + 41 + "commands.teleport_commands.common.teleport": "Teletrasporto In Corso", 42 + "commands.teleport_commands.common.error": "Errore Durante Il Teletrasporto!", 43 + "commands.teleport_commands.common.noSafeLocation": "Nessuna Posizione Sicura Trovata!", 44 + "commands.teleport_commands.common.safetyIsForLosers": "Teletrasporto In Ogni Caso? (Attenzione, Potresti Morire!)", 45 + "commands.teleport_commands.common.forceTeleport": "[Teletrasporto Forzato]" 46 + }