From 5b3b6dae770696f3c779cd0c95f056cf80570471 Mon Sep 17 00:00:00 2001 From: "gitlocalize-app[bot]" <55277160+gitlocalize-app[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 21:04:01 +0100 Subject: [PATCH] it-it/voc files (#479) Co-authored-by: Denix --- translations/it-it/vocabs.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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 00000000000..3732c7ccf4c --- /dev/null +++ b/translations/it-it/vocabs.json @@ -0,0 +1,26 @@ +{ + "video_only.voc": [ + "niente suono", + "no suono", + "no audio", + "niente audio", + "solo video" + ], + "Play.voc": [ + "cerca", + "leggi", + "suona", + "inizia" + ], + "audio_only.voc": [ + "solo suono", + "no video", + "solo audio", + "[UNUSED]", + "[UNUSED]" + ], + "Resume.voc": [ + "riprendi", + "continua" + ] +}