From 81fbee91c8934604128ab61977512707e2d29d28 Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Wed, 11 Jan 2023 13:54:53 +0100 Subject: [PATCH] feat: italian locale for recent events --- frontend/src/locale/en/translation.json | 2 +- frontend/src/locale/it/translation.json | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/frontend/src/locale/en/translation.json b/frontend/src/locale/en/translation.json index aa40988..e8d23cb 100644 --- a/frontend/src/locale/en/translation.json +++ b/frontend/src/locale/en/translation.json @@ -260,7 +260,7 @@ "x-viewers": "{{count}} viewers", "not-live": "Offline / Not streaming", "twitch-events": { - "header": "Latest events", + "header": "Recent events", "warning": "This section only contains events that happened while {{APPNAME}} was open, so only use it for recent stuff", "anonymous": "An anonymous viewer", "events": { diff --git a/frontend/src/locale/it/translation.json b/frontend/src/locale/it/translation.json index d29a6ff..b9e9508 100644 --- a/frontend/src/locale/it/translation.json +++ b/frontend/src/locale/it/translation.json @@ -139,7 +139,25 @@ "live": "In onda!", "not-live": "Offline / Non in streaming", "twitch-status": "Stato stream Twitch", - "x-viewers": "{{count}} spettatori" + "x-viewers": "{{count}} spettatori", + "twitch-events": { + "anonymous": "Uno spettatore anonimo", + "header": "Eventi recenti", + "warning": "Questa sezione contiene solo gli eventi accaduti mentre {{APPNAME}} era aperto, quindi utilizzala solo per cose recenti", + "events": { + "channel-updated": "Informazioni stream modificate", + "cheered": "{{name}} ti ha tifato con {{bits}} bit", + "follow": "{{name}} ti ha seguito", + "raided": "{{name}} ti ha fatto un raid con {{viewers}} spettatori", + "redemption": "{{name}} ha riscattato {{reward}}", + "stream-start": "Hai iniziato un nuovo stream", + "stream-stop": "Hai chiuso lo stream", + "subscribed": "{{name}} si è abbonato (Livello {{tier}})", + "subscribed-multi": "{{name}} si è abbonato ({{months}} mesi) (Livello {{tier}})", + "subscrition-gift_one": "{{name}} ha regalato {{count}} abbonamento (Livello {{tier}})", + "subscrition-gift_other": "{{name}} ha regalato {{count}} abbonamenti (Livello {{tier}})" + } + } }, "debug": { "big-ass-warning": "L'utilizzo di questa pagina può danneggiare gravemente il tuo database. \nSpero tu sappia cosa stai facendo!",