From 81942ec34d082940b343d678fa954d2ba4dcce2e Mon Sep 17 00:00:00 2001 From: "gitlocalize-app[bot]" <55277160+gitlocalize-app[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:38:19 +0100 Subject: [PATCH] accepted addition translation (#13) Co-authored-by: Michael Moroni --- translations/it-it/vocabs.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 translations/it-it/vocabs.json diff --git a/translations/it-it/vocabs.json b/translations/it-it/vocabs.json new file mode 100644 index 0000000..b8e1f0b --- /dev/null +++ b/translations/it-it/vocabs.json @@ -0,0 +1,25 @@ +{ + "how_many.voc": [ + "quant(o|i|a|e)", + "numero", + "totale" + ], + "onboard.voc": [ + "a bordo", + "(sul|sullo|sulla|su il|su lo|su la)", + "a bordo", + "sta(nno|)" + ], + "who.voc": [ + "chi", + "persona", + "persone", + "persone" + ], + "iss.voc": [ + "SSI", + "S S I", + "stazione spaziale", + "stazione spaziale internazionale" + ] +}