mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
New translations web.php (Slovak)
[ci skip]
This commit is contained in:
parent
d518f0e96f
commit
dadb01176c
1 changed files with 16 additions and 16 deletions
|
@ -3,26 +3,26 @@
|
|||
return [
|
||||
|
||||
'common' => [
|
||||
'comment' => 'Comment',
|
||||
'comment' => 'Komentovať',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'comments' => 'Komentáre',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'liked' => 'Páči sa mi',
|
||||
'likes' => 'Likes',
|
||||
'share' => 'Share',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'share' => 'Zdielať',
|
||||
'shared' => 'Zdieľané',
|
||||
'shares' => 'Zdiaľané',
|
||||
'unshare' => 'Zrušiť zdieľanie',
|
||||
|
||||
'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' => 'Zrušiť',
|
||||
'copyLink' => 'Skopírovať odkaz',
|
||||
'delete' => 'Vymazať',
|
||||
'error' => 'Chyba',
|
||||
'errorMsg' => 'Niečo sa pokazilo. Prosím, skúste to znova neskôr.',
|
||||
'oops' => 'Ups!',
|
||||
'other' => 'Iné',
|
||||
'readMore' => 'Zobraziť viac',
|
||||
'success' => 'Hotovo',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
|
|
Loading…
Reference in a new issue