mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
New translations web.php (Italian)
[ci skip]
This commit is contained in:
parent
fd8a0a603c
commit
18b5070206
1 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ return [
|
|||
'drive' => 'Drive',
|
||||
'settings' => 'Impostazioni',
|
||||
'compose' => 'Crea Nuovo',
|
||||
'logout' => 'Logout',
|
||||
'logout' => 'Esci',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'Info',
|
||||
|
@ -118,8 +118,8 @@ return [
|
|||
'followRequested' => 'Richiesta in attesa',
|
||||
'joined' => 'Iscritto',
|
||||
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
'emptyCollections' => 'Non riusciamo a trovare alcuna collezione',
|
||||
'emptyPosts' => 'Non riusciamo a trovare alcun post',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
|
@ -180,7 +180,7 @@ return [
|
|||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
'emptyFeed' => 'Non riusciamo a trovare nessun post con questo hashtag'
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue