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 [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => 'Komentovať',
|
||||||
'commented' => 'Commented',
|
'commented' => 'Commented',
|
||||||
'comments' => 'Comments',
|
'comments' => 'Komentáre',
|
||||||
'like' => 'Like',
|
'like' => 'Like',
|
||||||
'liked' => 'Liked',
|
'liked' => 'Páči sa mi',
|
||||||
'likes' => 'Likes',
|
'likes' => 'Likes',
|
||||||
'share' => 'Share',
|
'share' => 'Zdielať',
|
||||||
'shared' => 'Shared',
|
'shared' => 'Zdieľané',
|
||||||
'shares' => 'Shares',
|
'shares' => 'Zdiaľané',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'Zrušiť zdieľanie',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Zrušiť',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => 'Skopírovať odkaz',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Vymazať',
|
||||||
'error' => 'Error',
|
'error' => 'Chyba',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => 'Niečo sa pokazilo. Prosím, skúste to znova neskôr.',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'Ups!',
|
||||||
'other' => 'Other',
|
'other' => 'Iné',
|
||||||
'readMore' => 'Read more',
|
'readMore' => 'Zobraziť viac',
|
||||||
'success' => 'Success',
|
'success' => 'Hotovo',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'Sensitive',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => 'Sensitive Content',
|
||||||
|
|
Loading…
Reference in a new issue