From de769b9006c3aa4fad0a400ed2bdace2b3096c6e Mon Sep 17 00:00:00 2001 From: Sylke Vicious <41053887+silkevicious@users.noreply.github.com> Date: Fri, 25 Jan 2019 13:27:54 +0100 Subject: [PATCH] Updated italian translation --- resources/lang/it/profile.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/it/profile.php b/resources/lang/it/profile.php index 1ac98bfcc..488af69f5 100644 --- a/resources/lang/it/profile.php +++ b/resources/lang/it/profile.php @@ -9,4 +9,7 @@ return [ 'privateProfileWarning' => 'Questo Account è Privato', 'alreadyFollow' => 'Segui già :username?', 'loginToSeeProfile' => 'per vedere le sue foto e video.', + + 'status.disabled.header' => 'Profilo Non Disponibile', + 'status.disabled.body' => 'Scusa, questo profilo non è disponibile al momento. Per favore riprova più tardi.', ];