diff options
author | Harmony Weblate <96563367+harmony-weblate@users.noreply.github.com> | 2023-05-22 22:06:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 22:06:07 +0200 |
commit | b91ddfe68551f7d97365ea713037d909be6461fa (patch) | |
tree | cf088bf1302a3029480c7affe9b21c7c60ce6601 /src-vue/src | |
parent | 84cb421f13cf1a1f1b47cff6866c378972270c37 (diff) | |
download | FlightCore-b91ddfe68551f7d97365ea713037d909be6461fa.tar.gz FlightCore-b91ddfe68551f7d97365ea713037d909be6461fa.zip |
i18n: Translations update from Weblate (#365)
* Translated using Weblate (Russian)
Currently translated at 100.0% (97 of 97 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/ru/
* Translated using Weblate (Italian)
Currently translated at 34.0% (33 of 97 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/it/
---------
Co-authored-by: Andrew <voidflare1@users.noreply.translate.harmony.tf>
Co-authored-by: CloudSE7EN <CloudSE7EN@users.noreply.translate.harmony.tf>
Diffstat (limited to 'src-vue/src')
-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": { |