From 28c1a89a7842e6ff31f3e2990887979e75fe201e Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:21:42 +0200 Subject: [PATCH] New translations actions.json (Italian) --- src/i18n/it/screens/actions.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/i18n/it/screens/actions.json b/src/i18n/it/screens/actions.json index d4270664..36ee63af 100644 --- a/src/i18n/it/screens/actions.json +++ b/src/i18n/it/screens/actions.json @@ -1,17 +1,17 @@ { "content": { "button": { - "apply": "", - "cancel": "" + "apply": "$t(common:buttons.apply)", + "cancel": "$t(common:buttons.cancel)" }, "notificationsFilter": { "heading": "Filtra notifiche per tipo", "content": { - "follow": "", - "favourite": "", - "reblog": "", - "mention": "", - "poll": "", + "follow": "$t(screenTabs:me.push.follow.heading)", + "favourite": "$t(screenTabs:me.push.favourite.heading)", + "reblog": "$t(screenTabs:me.push.reblog.heading)", + "mention": "$t(screenTabs:me.push.mention.heading)", + "poll": "$t(screenTabs:me.push.poll.heading)", "follow_request": "Richieste di seguirti" } }