aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/i18n/lang/it.json
blob: a28eac776e3a12f4f0d2a41661a1a8c355baf0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
    "generic": {
        "yes": "Si",
        "no": "No",
        "error": "Errore",
        "cancel": "Cancella",
        "downloading": "Scaricando",
        "extracting": "Estraendo",
        "done": "Fatto",
        "success": "Successo",
        "informationShort": "Info"
    },
    "play": {
        "unknown_version": "Versione sconosciuta",
        "unable_to_load_playercount": "Impossibile caricare numero giocatori",
        "northstar_running": "Northstar sta andando:",
        "origin_running": "Origin sta andando:",
        "see_patch_notes": "guarda le note della patch",
        "players": "Giocatori",
        "servers": "Server",
        "button": {
            "northstar_is_running": "Il Gioco sta andando",
            "install": "Installa",
            "installing": "Installazione...",
            "update": "Aggiorna",
            "updating": "Aggiornamento...",
            "ready_to_play": "Gioca",
            "select_game_dir": "Seleziona la cartella di Titanfall 2"
        }
    },
    "mods": {
        "local": {
            "no_mods": "Nessuna mod è stata trovata.",
            "delete_confirm": "Sei sicuro di voler eliminare questa mod?",
            "part_of_ts_mod": "Questa Northstar mod è parte di una Thunderstore mod",
            "success_deleting": "{modName} Eliminata con successo",
            "delete": "Elimina"
        }
    },
    "menu": {
        "mods": "Mods",
        "settings": "Impostazioni",
        "dev": "Dev",
        "play": "Gioca",
        "changelog": "Note"
    }
}