From 753fa00d9247a80429a64b78f447547962e289c2 Mon Sep 17 00:00:00 2001 From: Davide Bellini Date: Mon, 5 Oct 2015 09:51:23 +0200 Subject: [PATCH] Updated Italian metrics translations --- resources/lang/it/cachet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/it/cachet.php b/resources/lang/it/cachet.php index 3ebf1399..a899c7b9 100644 --- a/resources/lang/it/cachet.php +++ b/resources/lang/it/cachet.php @@ -52,9 +52,9 @@ return [ // Metrics 'metrics' => [ 'filter' => [ - 'hourly' => 'Ogni ora', - 'daily' => 'Giornaliero', - 'monthly' => 'Mensile', + 'hourly' => 'Ultime 12 ore', + 'weekly' => 'Settimana', + 'monthly' => 'Mese', ], ],