From b6ca2dd528c0b3d24cf027d90f3c47847bc30aa4 Mon Sep 17 00:00:00 2001 From: LivioZ <61353261+LivioZ@users.noreply.github.com> Date: Sun, 10 Mar 2024 23:07:58 +0100 Subject: [PATCH] lang: corrected Italian translation (#1838) Changed the translation of word "Current" from "Attuale" (which is time related) to "Corrente" (which is the electrical term, correct in this context) --- Stats/Supporting Files/it.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stats/Supporting Files/it.lproj/Localizable.strings b/Stats/Supporting Files/it.lproj/Localizable.strings index 7cda0dae..a8e89a33 100644 --- a/Stats/Supporting Files/it.lproj/Localizable.strings +++ b/Stats/Supporting Files/it.lproj/Localizable.strings @@ -307,7 +307,7 @@ "Fan" = "Ventola"; "HID sensors" = "Sensori HID"; "Synchronize fan's control" = "Sincronizza ventole"; -"Current" = "Attuale"; +"Current" = "Corrente"; "Energy" = "Energia"; "Show unknown sensors" = "Mostra sensori sconosciuti"; "Install fan helper" = "Installa estensione ventole";