diff options
author | Harmony Weblate <96563367+harmony-weblate@users.noreply.github.com> | 2023-11-07 22:23:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 22:23:20 +0100 |
commit | 062295ed0a8ba804804314b1d9d310d4d2248d5e (patch) | |
tree | df824a14c2ded8d0bdf71835fb410f762703ad7c | |
parent | f8ad41f4b0e8567ee8b147b0239d5afcb6b36141 (diff) | |
download | FlightCore-062295ed0a8ba804804314b1d9d310d4d2248d5e.tar.gz FlightCore-062295ed0a8ba804804314b1d9d310d4d2248d5e.zip |
i18n: Translations update from Weblate (#665)
* Translated using Weblate (Italian)
Currently translated at 100.0% (114 of 114 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/it/
* Translated using Weblate (French)
Currently translated at 100.0% (114 of 114 strings)
Translation: Northstar/FlightCore
Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/fr/
---------
Co-authored-by: Michele <michelevantaggi02@users.noreply.translate.harmony.tf>
Co-authored-by: Rémy Raes <Alystrasz@users.noreply.translate.harmony.tf>
-rw-r--r-- | src-vue/src/i18n/lang/fr.json | 9 | ||||
-rw-r--r-- | src-vue/src/i18n/lang/it.json | 33 |
2 files changed, 36 insertions, 6 deletions
diff --git a/src-vue/src/i18n/lang/fr.json b/src-vue/src/i18n/lang/fr.json index c1ad181f..076806a5 100644 --- a/src-vue/src/i18n/lang/fr.json +++ b/src-vue/src/i18n/lang/fr.json @@ -15,7 +15,8 @@ "downloading": "Téléchargement", "extracting": "Extraction", "done": "Fait", - "success": "Succès" + "success": "Succès", + "confirm": "Confirmed" }, "play": { "button": { @@ -122,7 +123,10 @@ "active": "Profile actif", "edit": "Éditer les profiles", "dialog": { - "title": "Profiles" + "title": "Profiles", + "clone": "Cloner", + "delete": "Supprimer", + "delete_confirm": "Voulez-vous vraiment supprimer ce profil ?" } } }, @@ -131,7 +135,6 @@ "title": "Vous êtes à jour", "text": "Rien à voir par ici !" }, - "game_folder": { "new": { "title": "Nouveau dossier", diff --git a/src-vue/src/i18n/lang/it.json b/src-vue/src/i18n/lang/it.json index 91978b71..9da8ce8d 100644 --- a/src-vue/src/i18n/lang/it.json +++ b/src-vue/src/i18n/lang/it.json @@ -8,7 +8,8 @@ "extracting": "Estraendo", "done": "Fatto", "success": "Successo", - "informationShort": "Info" + "informationShort": "Info", + "confirm": "Conferma" }, "play": { "unknown_version": "Versione sconosciuta", @@ -99,6 +100,16 @@ "flightcore_outdated": { "title": "FlightCore fuori data!", "text": "Per favore aggiorna FlightCore.\nVersione in uso {oldVersion} fuori data.\nLa più recente è {newVersion}!" + }, + "no_new": { + "text": "Niente da vedere qui!", + "title": "Aggiornato" + }, + "profile": { + "invalid": { + "text": "Il profilo a cui hai provato ad accedere non è più valido.", + "title": "Profilo non valido" + } } }, "settings": { @@ -130,9 +141,25 @@ "delete_persistent_store": "Elimina lo spazio d'archiviazione persistente di FlightCore", "reinstall_title": "Reinstallando Northstar forzatamente", "reinstall_text": "Attendere per favore", - "reinstall_success": "Northstar reinstallato con successo" + "reinstall_success": "Northstar reinstallato con successo", + "kill_northstar_process": "Ferma il processo Northstar/Titanfall2 in esecuzione", + "disable_modsettings_success": "ModSettings disabilitata", + "disable_modsettings": "Disabilita la mod ModSettings" } - } + }, + "profile": { + "active": "Profilo attivo", + "dialog": { + "clone": "Clona", + "delete": "Elimina", + "delete_confirm": "Sei sicuro di voler eliminare questo profilo?", + "title": "Profili" + }, + "edit": "Modifica profilo" + }, + "show_deprecated_mods": "Mostra mod di Thunderstore deprecate", + "show_deprecated_mods_desc2": "Fai attenzione, alcune mod di solito sono deprecate per un buon motivo.", + "show_deprecated_mods_desc1": "Permette di vedere le mod deprecate nella collezione online." }, "channels": { "release": { |