diff options
Diffstat (limited to 'src-vue')
-rw-r--r-- | src-vue/src/i18n/lang/it.json | 48 | ||||
-rw-r--r-- | src-vue/src/i18n/lang/ru.json | 2 |
2 files changed, 48 insertions, 2 deletions
diff --git a/src-vue/src/i18n/lang/it.json b/src-vue/src/i18n/lang/it.json index 9e26dfee..a28eac77 100644 --- a/src-vue/src/i18n/lang/it.json +++ b/src-vue/src/i18n/lang/it.json @@ -1 +1,47 @@ -{}
\ No newline at end of file +{ + "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" + } +} diff --git a/src-vue/src/i18n/lang/ru.json b/src-vue/src/i18n/lang/ru.json index 78264cc8..c17cb388 100644 --- a/src-vue/src/i18n/lang/ru.json +++ b/src-vue/src/i18n/lang/ru.json @@ -15,7 +15,7 @@ "play": "Играть", "settings": "Настройки", "dev": "Разработчик", - "changelog": "Изменения" + "changelog": "Обновления" }, "play": { "button": { |