mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-11 00:54:50 +00:00
New translations web.php (Hungarian)
[ci skip]
This commit is contained in:
parent
5b5c043f0e
commit
ae091ed607
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ return [
|
|||
'commented' => 'Hozzászólva',
|
||||
'comments' => 'Hozzászólások',
|
||||
'like' => 'Tetszik',
|
||||
'liked' => 'Tetszik',
|
||||
'liked' => 'Kedvelem',
|
||||
'likes' => 'Kedvelések',
|
||||
'share' => 'Megosztás',
|
||||
'shared' => 'Megosztva',
|
||||
|
@ -44,7 +44,7 @@ return [
|
|||
'admin' => 'Admin irányítópult',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Saját idővonal',
|
||||
'homeFeed' => 'Kezdőlap',
|
||||
'localFeed' => 'Helyi idővonal',
|
||||
'globalFeed' => 'Globális idővonal',
|
||||
|
||||
|
@ -57,9 +57,9 @@ return [
|
|||
|
||||
// Self links
|
||||
'profile' => 'Profil',
|
||||
'drive' => 'Meghajtó',
|
||||
'drive' => 'Tárhely',
|
||||
'settings' => 'Beállítások',
|
||||
'compose' => 'Új létrehozása',
|
||||
'compose' => 'Új bejegyzés létrehozása',
|
||||
'logout' => 'Kijelentkezés',
|
||||
|
||||
// Nav footer
|
||||
|
|
Loading…
Reference in a new issue