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