mirror of https://github.com/pixelfed/pixelfed.git
parent
ff57f05395
commit
aaaa27863d
|
@ -3,186 +3,186 @@
|
|||
return [
|
||||
|
||||
'common' => [
|
||||
'comment' => 'Comment',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'likes' => 'Likes',
|
||||
'share' => 'Share',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'comment' => 'Comentariu',
|
||||
'commented' => 'Comentariu',
|
||||
'comments' => 'Comentarii',
|
||||
'like' => 'Îmi place',
|
||||
'liked' => 'Apreciate',
|
||||
'likes' => 'Aprecieri',
|
||||
'share' => 'Partajează',
|
||||
'shared' => 'Partajat',
|
||||
'shares' => 'Partajează',
|
||||
'unshare' => 'Anularea partajării',
|
||||
'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' => 'Anulează',
|
||||
'copyLink' => 'Copiere legătură',
|
||||
'delete' => 'Șterge',
|
||||
'error' => 'Eroare',
|
||||
'errorMsg' => 'A apărut o problemă. Te rugăm să încerci din nou mai târziu.',
|
||||
'oops' => 'Ups!',
|
||||
'other' => 'Altele',
|
||||
'readMore' => 'Citește mai mult',
|
||||
'success' => 'Succes',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
'sensitive' => 'Sensibil',
|
||||
'sensitiveContent' => 'Conținut sensibil',
|
||||
'sensitiveContentWarning' => 'Această postare poate conține conținut sensibil',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
'terms' => 'Terms of Use',
|
||||
'privacy' => 'Privacy Policy',
|
||||
'terms' => 'Condiții de utilizare',
|
||||
'privacy' => 'Politica de confidenţialitate',
|
||||
],
|
||||
|
||||
'navmenu' => [
|
||||
'search' => 'Search',
|
||||
'admin' => 'Admin Dashboard',
|
||||
'search' => 'Caută',
|
||||
'admin' => 'Panou de administrare',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Home Feed',
|
||||
'localFeed' => 'Local Feed',
|
||||
'globalFeed' => 'Global Feed',
|
||||
'homeFeed' => 'Flux Acasă',
|
||||
'localFeed' => 'Flux local',
|
||||
'globalFeed' => 'Flux Global',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Discover',
|
||||
'directMessages' => 'Direct Messages',
|
||||
'notifications' => 'Notifications',
|
||||
'groups' => 'Groups',
|
||||
'stories' => 'Stories',
|
||||
'discover' => 'Descoperă',
|
||||
'directMessages' => 'Mesaje directe',
|
||||
'notifications' => 'Notificări',
|
||||
'groups' => 'Grupuri',
|
||||
'stories' => 'Poveşti',
|
||||
|
||||
// Self links
|
||||
'profile' => 'Profile',
|
||||
'drive' => 'Drive',
|
||||
'settings' => 'Settings',
|
||||
'compose' => 'Create New',
|
||||
'logout' => 'Logout',
|
||||
'profile' => 'Profil',
|
||||
'drive' => 'Unitate',
|
||||
'settings' => 'Setări',
|
||||
'compose' => 'Crează nou',
|
||||
'logout' => 'Deconectare',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'About',
|
||||
'help' => 'Help',
|
||||
'language' => 'Language',
|
||||
'privacy' => 'Privacy',
|
||||
'terms' => 'Terms',
|
||||
'about' => 'Despre',
|
||||
'help' => 'Ajutor',
|
||||
'language' => 'Limbă',
|
||||
'privacy' => 'Confidențialitate',
|
||||
'terms' => 'Termeni',
|
||||
|
||||
// Temporary links
|
||||
'backToPreviousDesign' => 'Go back to previous design'
|
||||
'backToPreviousDesign' => 'Înapoi la design-ul anterior'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Inbox',
|
||||
'sent' => 'Sent',
|
||||
'requests' => 'Requests'
|
||||
'inbox' => 'Mesaje',
|
||||
'sent' => 'Trimis',
|
||||
'requests' => 'Cereri'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'liked' => 'liked your',
|
||||
'commented' => 'commented on your',
|
||||
'reacted' => 'reacted to your',
|
||||
'shared' => 'shared your',
|
||||
'tagged' => 'tagged you in a',
|
||||
'liked' => 'ți-a plăcut',
|
||||
'commented' => 'a comentat la',
|
||||
'reacted' => 'a reacționat la',
|
||||
'shared' => 'ți-a distribuit',
|
||||
'tagged' => 'te-a etichetat într-un',
|
||||
|
||||
'updatedA' => 'updated a',
|
||||
'sentA' => 'sent a',
|
||||
'updatedA' => 'a actualizat o',
|
||||
'sentA' => 'a trimis o',
|
||||
|
||||
'followed' => 'followed',
|
||||
'mentioned' => 'mentioned',
|
||||
'you' => 'you',
|
||||
'followed' => 'urmărit',
|
||||
'mentioned' => 'menționat',
|
||||
'you' => 'tu',
|
||||
|
||||
'yourApplication' => 'Your application to join',
|
||||
'applicationApproved' => 'was approved!',
|
||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
||||
'yourApplication' => 'Cererea ta de a te alătura',
|
||||
'applicationApproved' => 'a fost aprobată!',
|
||||
'applicationRejected' => 'a fost respins. Puteţi aplica din nou pentru a vă alătura în 6 luni.',
|
||||
|
||||
'dm' => 'dm',
|
||||
'groupPost' => 'group post',
|
||||
'groupPost' => 'postare grup',
|
||||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'post' => 'postare',
|
||||
'story' => 'poveste',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'shareToFollowers' => 'Share to followers',
|
||||
'shareToOther' => 'Share to other',
|
||||
'noLikes' => 'No likes yet',
|
||||
'uploading' => 'Uploading',
|
||||
'shareToFollowers' => 'Distribuie către urmăritori',
|
||||
'shareToOther' => 'Distribuiți altora',
|
||||
'noLikes' => 'Încă nu sunt aprecieri',
|
||||
'uploading' => 'Se încarcă',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'posts' => 'Posts',
|
||||
'followers' => 'Followers',
|
||||
'following' => 'Following',
|
||||
'admin' => 'Admin',
|
||||
'collections' => 'Collections',
|
||||
'follow' => 'Follow',
|
||||
'unfollow' => 'Unfollow',
|
||||
'editProfile' => 'Edit Profile',
|
||||
'followRequested' => 'Follow Requested',
|
||||
'joined' => 'Joined',
|
||||
'posts' => 'Postări',
|
||||
'followers' => 'Urmăritori',
|
||||
'following' => 'Urmăriți',
|
||||
'admin' => 'Administrator',
|
||||
'collections' => 'Colecții',
|
||||
'follow' => 'Urmărește',
|
||||
'unfollow' => 'Nu mai urmări',
|
||||
'editProfile' => 'Editare profil',
|
||||
'followRequested' => 'Urmărește cererea',
|
||||
'joined' => 'S-a alăturat',
|
||||
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
'emptyCollections' => 'Se pare că nu putem găsi colecții',
|
||||
'emptyPosts' => 'Se pare că nu putem găsi niciun post',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
'viewPost' => 'View Post',
|
||||
'viewProfile' => 'View Profile',
|
||||
'moderationTools' => 'Moderation Tools',
|
||||
'report' => 'Report',
|
||||
'archive' => 'Archive',
|
||||
'unarchive' => 'Unarchive',
|
||||
'embed' => 'Embed',
|
||||
'viewPost' => 'Vizualizați postul',
|
||||
'viewProfile' => 'Vezi Profilul',
|
||||
'moderationTools' => 'Instrumente de moderare',
|
||||
'report' => 'Raportează',
|
||||
'archive' => 'Arhivă',
|
||||
'unarchive' => 'Dezarhivează',
|
||||
'embed' => 'Încorporează',
|
||||
|
||||
'selectOneOption' => 'Select one of the following options',
|
||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
||||
'addCW' => 'Add Content Warning',
|
||||
'removeCW' => 'Remove Content Warning',
|
||||
'markAsSpammer' => 'Mark as Spammer',
|
||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
||||
'selectOneOption' => 'Selectaţi una dintre următoarele opţiuni',
|
||||
'unlistFromTimelines' => 'Dezlistare din Timelines',
|
||||
'addCW' => 'Adaugă un avertisment privind conținutul',
|
||||
'removeCW' => 'Elimină avertismentul privind conținutul',
|
||||
'markAsSpammer' => 'Marchează ca Spammer',
|
||||
'markAsSpammerText' => 'Anulare listă + postări CW existente și viitoare',
|
||||
'spam' => 'Spam',
|
||||
'sensitive' => 'Sensitive Content',
|
||||
'abusive' => 'Abusive or Harmful',
|
||||
'underageAccount' => 'Underage Account',
|
||||
'copyrightInfringement' => 'Copyright Infringement',
|
||||
'impersonation' => 'Impersonation',
|
||||
'scamOrFraud' => 'Scam or Fraud',
|
||||
'confirmReport' => 'Confirm Report',
|
||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
||||
'reportSent' => 'Report Sent!',
|
||||
'reportSentText' => 'We have successfully received your report.',
|
||||
'reportSentError' => 'There was an issue reporting this post.',
|
||||
'sensitive' => 'Conținut sensibil',
|
||||
'abusive' => 'Abusiv sau dăunător',
|
||||
'underageAccount' => 'Cont Minor',
|
||||
'copyrightInfringement' => 'Încălcarea drepturilor de autor',
|
||||
'impersonation' => 'Furt de identitate',
|
||||
'scamOrFraud' => 'Înșelătorie sau fraudă',
|
||||
'confirmReport' => 'Confirmați raportul',
|
||||
'confirmReportText' => 'Ești sigur că vrei să raportezi această postare?',
|
||||
'reportSent' => 'Raport trimis!',
|
||||
'reportSentText' => 'Am primit cu succes raportul dvs.',
|
||||
'reportSentError' => 'A existat o problemă la raportarea acestei postări.',
|
||||
|
||||
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
|
||||
'modCWSuccess' => 'Successfully added content warning',
|
||||
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
|
||||
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
||||
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
|
||||
'modUnlistSuccess' => 'Successfully unlisted post',
|
||||
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
|
||||
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
|
||||
'modAddCWConfirm' => 'Sunteţi sigur că doriţi să adăugaţi un avertisment cu privire la conţinut la acest post?',
|
||||
'modCWSuccess' => 'Avertizare conținut adăugat cu succes',
|
||||
'modRemoveCWConfirm' => 'Sigur doriți să eliminați avertizarea conținutului pe acest post?',
|
||||
'modRemoveCWSuccess' => 'Avertisment conținut șters cu succes',
|
||||
'modUnlistConfirm' => 'Ești sigur că vrei să elimini această postare?',
|
||||
'modUnlistSuccess' => 'Mesaj nelistat cu succes',
|
||||
'modMarkAsSpammerConfirm' => 'Sunteţi sigur că doriţi să marcaţi acest utilizator ca un spammer? Toate postările existente și viitoare vor fi nelistate pe calendare și se va aplica un avertisment privind conținutul.',
|
||||
'modMarkAsSpammerSuccess' => 'Contul marcat cu succes ca spammer',
|
||||
|
||||
'toFollowers' => 'to Followers',
|
||||
'toFollowers' => 'la Urmăritori',
|
||||
|
||||
'showCaption' => 'Show Caption',
|
||||
'showLikes' => 'Show Likes',
|
||||
'compactMode' => 'Compact Mode',
|
||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
||||
'showCaption' => 'Afișați legenda',
|
||||
'showLikes' => 'Arată like-urile',
|
||||
'compactMode' => 'Modul compact',
|
||||
'embedConfirmText' => 'Folosind acest lucru încorporat, sunteți de acord cu',
|
||||
|
||||
'deletePostConfirm' => 'Are you sure you want to delete this post?',
|
||||
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
||||
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
|
||||
'deletePostConfirm' => 'Sunteţi sigur că doriţi să ştergeţi acest post?',
|
||||
'archivePostConfirm' => 'Sunteți sigur că doriți să arhivați acest post?',
|
||||
'unarchivePostConfirm' => 'Sunteți sigur că doriți să dezarhivați acest post?',
|
||||
],
|
||||
|
||||
'story' => [
|
||||
'add' => 'Add Story'
|
||||
'add' => 'Adăugați poveste'
|
||||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know',
|
||||
'peopleYouMayKnow' => 'Persoane pe care i-ai putea cunoaște',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
|
@ -193,7 +193,7 @@ return [
|
|||
],
|
||||
|
||||
'hashtags' => [
|
||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||
'emptyFeed' => 'Nu putem găsi postări pentru acest hashtag'
|
||||
],
|
||||
|
||||
'report' => [
|
||||
|
|
Loading…
Reference in New Issue