1
0
Fork 0

New translations web.php (Italian)

[ci skip]
This commit is contained in:
daniel 2021-12-29 03:31:45 -07:00
parent fd8a0a603c
commit 18b5070206
1 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ return [
'drive' => 'Drive', 'drive' => 'Drive',
'settings' => 'Impostazioni', 'settings' => 'Impostazioni',
'compose' => 'Crea Nuovo', 'compose' => 'Crea Nuovo',
'logout' => 'Logout', 'logout' => 'Esci',
// Nav footer // Nav footer
'about' => 'Info', 'about' => 'Info',
@ -118,8 +118,8 @@ return [
'followRequested' => 'Richiesta in attesa', 'followRequested' => 'Richiesta in attesa',
'joined' => 'Iscritto', 'joined' => 'Iscritto',
'emptyCollections' => 'We can\'t seem to find any collections', 'emptyCollections' => 'Non riusciamo a trovare alcuna collezione',
'emptyPosts' => 'We can\'t seem to find any posts', 'emptyPosts' => 'Non riusciamo a trovare alcun post',
], ],
'menu' => [ 'menu' => [
@ -180,7 +180,7 @@ return [
], ],
'hashtags' => [ 'hashtags' => [
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' 'emptyFeed' => 'Non riusciamo a trovare nessun post con questo hashtag'
], ],
]; ];