mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
New translations web.php (Hungarian)
[ci skip]
This commit is contained in:
parent
ffc8529ad3
commit
a902edc336
1 changed files with 23 additions and 23 deletions
|
@ -3,34 +3,34 @@
|
|||
return [
|
||||
|
||||
'common' => [
|
||||
'comment' => 'Comment',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'likes' => 'Likes',
|
||||
'share' => 'Share',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'comment' => 'Hozzászólás',
|
||||
'commented' => 'Hozzászólva',
|
||||
'comments' => 'Hozzászólások',
|
||||
'like' => 'Tetszik',
|
||||
'liked' => 'Tetszik',
|
||||
'likes' => 'Kedvelések',
|
||||
'share' => 'Megosztás',
|
||||
'shared' => 'Megosztva',
|
||||
'shares' => 'Megosztások',
|
||||
'unshare' => 'Megosztás visszavonása',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
'delete' => 'Delete',
|
||||
'error' => 'Error',
|
||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
||||
'oops' => 'Oops!',
|
||||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'cancel' => 'Mégsem',
|
||||
'copyLink' => 'Link másolása',
|
||||
'delete' => 'Törlés',
|
||||
'error' => 'Hiba',
|
||||
'errorMsg' => 'Valami hiba történt. Próbáld újra később.',
|
||||
'oops' => 'Hoppá!',
|
||||
'other' => 'Egyéb',
|
||||
'readMore' => 'Tudj meg többet',
|
||||
'success' => 'Siker',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
'sensitive' => 'Érzékeny',
|
||||
'sensitiveContent' => 'Kényes tartalom',
|
||||
'sensitiveContentWarning' => 'Ez a poszt kényes tartalmat tartalmazhat',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
'terms' => 'Terms of Use',
|
||||
'terms' => 'Használati feltételek',
|
||||
'privacy' => 'Privacy Policy',
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue