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
318062cc34
commit
03b4b8a81e
1 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ return [
|
||||||
'drive' => 'Drive',
|
'drive' => 'Drive',
|
||||||
'settings' => 'Impostazioni',
|
'settings' => 'Impostazioni',
|
||||||
'compose' => 'Crea Nuovo',
|
'compose' => 'Crea Nuovo',
|
||||||
'logout' => 'Esci',
|
'logout' => 'Logout',
|
||||||
|
|
||||||
// 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' => 'Non riusciamo a trovare alcuna collezione',
|
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||||
'emptyPosts' => 'Non riusciamo a trovare alcun post',
|
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
|
@ -180,7 +180,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'Non riusciamo a trovare nessun post con questo hashtag'
|
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue