forked from mirror/pixelfed
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 [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => 'Hozzászólás',
|
||||||
'commented' => 'Commented',
|
'commented' => 'Hozzászólva',
|
||||||
'comments' => 'Comments',
|
'comments' => 'Hozzászólások',
|
||||||
'like' => 'Like',
|
'like' => 'Tetszik',
|
||||||
'liked' => 'Liked',
|
'liked' => 'Tetszik',
|
||||||
'likes' => 'Likes',
|
'likes' => 'Kedvelések',
|
||||||
'share' => 'Share',
|
'share' => 'Megosztás',
|
||||||
'shared' => 'Shared',
|
'shared' => 'Megosztva',
|
||||||
'shares' => 'Shares',
|
'shares' => 'Megosztások',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'Megosztás visszavonása',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Mégsem',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => 'Link másolása',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Törlés',
|
||||||
'error' => 'Error',
|
'error' => 'Hiba',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => 'Valami hiba történt. Próbáld újra később.',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'Hoppá!',
|
||||||
'other' => 'Other',
|
'other' => 'Egyéb',
|
||||||
'readMore' => 'Read more',
|
'readMore' => 'Tudj meg többet',
|
||||||
'success' => 'Success',
|
'success' => 'Siker',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'Érzékeny',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => 'Kényes tartalom',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => 'Ez a poszt kényes tartalmat tartalmazhat',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Terms of Use',
|
'terms' => 'Használati feltételek',
|
||||||
'privacy' => 'Privacy Policy',
|
'privacy' => 'Privacy Policy',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue