mirror of https://github.com/pixelfed/pixelfed.git
parent
9d45f4ed3b
commit
13db7d3756
|
@ -3,44 +3,44 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => 'Komentar',
|
||||||
'commented' => 'Commented',
|
'commented' => 'Komentarisao',
|
||||||
'comments' => 'Comments',
|
'comments' => 'Komentari',
|
||||||
'like' => 'Like',
|
'like' => 'Sviđa mi se',
|
||||||
'liked' => 'Liked',
|
'liked' => 'Sviđa mi se',
|
||||||
'likes' => 'Likes',
|
'likes' => 'Sviđanja',
|
||||||
'share' => 'Share',
|
'share' => 'Podeli',
|
||||||
'shared' => 'Shared',
|
'shared' => 'Podeljeno',
|
||||||
'shares' => 'Shares',
|
'shares' => 'Deljenja',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'Nemoj deliti',
|
||||||
'bookmark' => 'Bookmark',
|
'bookmark' => 'Bookmark',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Otkaži',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => 'Kopiraj vezu',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Obriši',
|
||||||
'error' => 'Error',
|
'error' => 'Grеška',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => 'Nešto nije u redu. Pokušaj ponovo kasnije.',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'Ups!',
|
||||||
'other' => 'Other',
|
'other' => 'Ostalo',
|
||||||
'readMore' => 'Read more',
|
'readMore' => 'Pročitaj više',
|
||||||
'success' => 'Success',
|
'success' => 'Uspeh',
|
||||||
'proceed' => 'Proceed',
|
'proceed' => 'Proceed',
|
||||||
'next' => 'Next',
|
'next' => 'Next',
|
||||||
'close' => 'Close',
|
'close' => 'Close',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'Osetljivo',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => 'Osetljivi sadržaj',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => 'Ovaj post može sadržati osetljivi sadržaj',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Terms of Use',
|
'terms' => 'Uslovi korišćenja',
|
||||||
'privacy' => 'Privacy Policy',
|
'privacy' => 'Politika privatnosti',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'Search',
|
'search' => 'Pretraga',
|
||||||
'admin' => 'Admin Dashboard',
|
'admin' => 'Admin Dashboard',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
|
|
Loading…
Reference in New Issue