From d389bc601059a9c93d5e0d76c8160a0d3e2a0baa Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Tue, 25 Apr 2023 23:38:50 +0200 Subject: [PATCH] chore(locales\it): translate missing strings (#308) - Made some untranslated strings translated --- locales/it.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/it.json b/locales/it.json index e17e8d2..584b2f4 100644 --- a/locales/it.json +++ b/locales/it.json @@ -1,9 +1,9 @@ { "language": "Italiano", "ui": { - "cancel": "Cancel", + "cancel": "Annulla", "close": "Chiudere", "confirm": "Confermare", - "more": "More..." + "more": "Di più..." } }