|
@@ -3,184 +3,184 @@
|
|
|
return [
|
|
|
|
|
|
'common' => [
|
|
|
- 'comment' => 'Comentariu',
|
|
|
- 'commented' => 'Comentariu',
|
|
|
- 'comments' => 'Comentarii',
|
|
|
- 'like' => 'Îmi place',
|
|
|
- 'liked' => 'Apreciate',
|
|
|
- 'likes' => 'Aprecieri',
|
|
|
- 'share' => 'Partajează',
|
|
|
- 'shared' => 'Partajat',
|
|
|
- 'shares' => 'Partajează',
|
|
|
- 'unshare' => 'Anularea partajării',
|
|
|
-
|
|
|
- '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',
|
|
|
-
|
|
|
- 'sensitive' => 'Sensibil',
|
|
|
- 'sensitiveContent' => 'Conținut sensibil',
|
|
|
- 'sensitiveContentWarning' => 'Această postare poate conține conținut sensibil',
|
|
|
+ 'comment' => 'Comment',
|
|
|
+ 'commented' => 'Commented',
|
|
|
+ 'comments' => 'Comments',
|
|
|
+ 'like' => 'Like',
|
|
|
+ 'liked' => 'Liked',
|
|
|
+ 'likes' => 'Likes',
|
|
|
+ 'share' => 'Share',
|
|
|
+ 'shared' => 'Shared',
|
|
|
+ 'shares' => 'Shares',
|
|
|
+ 'unshare' => 'Unshare',
|
|
|
+
|
|
|
+ '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',
|
|
|
+
|
|
|
+ 'sensitive' => 'Sensitive',
|
|
|
+ 'sensitiveContent' => 'Sensitive Content',
|
|
|
+ 'sensitiveContentWarning' => 'This post may contain sensitive content',
|
|
|
],
|
|
|
|
|
|
'site' => [
|
|
|
- 'terms' => 'Condiții de utilizare',
|
|
|
- 'privacy' => 'Politica de confidenţialitate',
|
|
|
+ 'terms' => 'Terms of Use',
|
|
|
+ 'privacy' => 'Privacy Policy',
|
|
|
],
|
|
|
|
|
|
'navmenu' => [
|
|
|
- 'search' => 'Caută',
|
|
|
- 'admin' => 'Panou de administrare',
|
|
|
+ 'search' => 'Search',
|
|
|
+ 'admin' => 'Admin Dashboard',
|
|
|
|
|
|
// Timelines
|
|
|
- 'homeFeed' => 'Flux Acasă',
|
|
|
- 'localFeed' => 'Flux local',
|
|
|
- 'globalFeed' => 'Flux Global',
|
|
|
+ 'homeFeed' => 'Home Feed',
|
|
|
+ 'localFeed' => 'Local Feed',
|
|
|
+ 'globalFeed' => 'Global Feed',
|
|
|
|
|
|
// Core features
|
|
|
- 'discover' => 'Descoperă',
|
|
|
- 'directMessages' => 'Mesaje directe',
|
|
|
- 'notifications' => 'Notificări',
|
|
|
- 'groups' => 'Grupuri',
|
|
|
- 'stories' => 'Poveşti',
|
|
|
+ 'discover' => 'Discover',
|
|
|
+ 'directMessages' => 'Direct Messages',
|
|
|
+ 'notifications' => 'Notifications',
|
|
|
+ 'groups' => 'Groups',
|
|
|
+ 'stories' => 'Stories',
|
|
|
|
|
|
// Self links
|
|
|
- 'profile' => 'Profil',
|
|
|
- 'drive' => 'Unitate',
|
|
|
- 'settings' => 'Setări',
|
|
|
- 'compose' => 'Crează nou',
|
|
|
- 'logout' => 'Deconectare',
|
|
|
+ 'profile' => 'Profile',
|
|
|
+ 'drive' => 'Drive',
|
|
|
+ 'settings' => 'Settings',
|
|
|
+ 'compose' => 'Create New',
|
|
|
+ 'logout' => 'Logout',
|
|
|
|
|
|
// Nav footer
|
|
|
- 'about' => 'Despre',
|
|
|
- 'help' => 'Ajutor',
|
|
|
- 'language' => 'Limbă',
|
|
|
- 'privacy' => 'Confidențialitate',
|
|
|
- 'terms' => 'Termeni',
|
|
|
+ 'about' => 'About',
|
|
|
+ 'help' => 'Help',
|
|
|
+ 'language' => 'Language',
|
|
|
+ 'privacy' => 'Privacy',
|
|
|
+ 'terms' => 'Terms',
|
|
|
|
|
|
// Temporary links
|
|
|
- 'backToPreviousDesign' => 'Înapoi la design-ul anterior'
|
|
|
+ 'backToPreviousDesign' => 'Go back to previous design'
|
|
|
],
|
|
|
|
|
|
'directMessages' => [
|
|
|
- 'inbox' => 'Mesaje',
|
|
|
- 'sent' => 'Trimis',
|
|
|
- 'requests' => 'Cereri'
|
|
|
+ 'inbox' => 'Inbox',
|
|
|
+ 'sent' => 'Sent',
|
|
|
+ 'requests' => 'Requests'
|
|
|
],
|
|
|
|
|
|
'notifications' => [
|
|
|
- 'liked' => 'ți-a plăcut',
|
|
|
- 'commented' => 'a comentat la',
|
|
|
- 'reacted' => 'a reacționat la',
|
|
|
- 'shared' => 'ți-a distribuit',
|
|
|
- 'tagged' => 'te-a etichetat într-un',
|
|
|
+ 'liked' => 'liked your',
|
|
|
+ 'commented' => 'commented on your',
|
|
|
+ 'reacted' => 'reacted to your',
|
|
|
+ 'shared' => 'shared your',
|
|
|
+ 'tagged' => 'tagged you in a',
|
|
|
|
|
|
- 'updatedA' => 'a actualizat o',
|
|
|
- 'sentA' => 'a trimis o',
|
|
|
+ 'updatedA' => 'updated a',
|
|
|
+ 'sentA' => 'sent a',
|
|
|
|
|
|
- 'followed' => 'urmărit',
|
|
|
- 'mentioned' => 'menționat',
|
|
|
- 'you' => 'tu',
|
|
|
+ 'followed' => 'followed',
|
|
|
+ 'mentioned' => 'mentioned',
|
|
|
+ 'you' => 'you',
|
|
|
|
|
|
- '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.',
|
|
|
+ 'yourApplication' => 'Your application to join',
|
|
|
+ 'applicationApproved' => 'was approved!',
|
|
|
+ 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
|
|
|
|
|
'dm' => 'dm',
|
|
|
- 'groupPost' => 'postare grup',
|
|
|
+ 'groupPost' => 'group post',
|
|
|
'modlog' => 'modlog',
|
|
|
- 'post' => 'postare',
|
|
|
- 'story' => 'poveste',
|
|
|
+ 'post' => 'post',
|
|
|
+ 'story' => 'story',
|
|
|
],
|
|
|
|
|
|
'post' => [
|
|
|
- 'shareToFollowers' => 'Distribuie către urmăritori',
|
|
|
- 'shareToOther' => 'Distribuiți altora',
|
|
|
- 'noLikes' => 'Încă nu sunt aprecieri',
|
|
|
- 'uploading' => 'Se încarcă',
|
|
|
+ 'shareToFollowers' => 'Share to followers',
|
|
|
+ 'shareToOther' => 'Share to other',
|
|
|
+ 'noLikes' => 'No likes yet',
|
|
|
+ 'uploading' => 'Uploading',
|
|
|
],
|
|
|
|
|
|
'profile' => [
|
|
|
- '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' => 'Se pare că nu putem găsi colecții',
|
|
|
- 'emptyPosts' => 'Se pare că nu putem găsi niciun post',
|
|
|
+ 'posts' => 'Posts',
|
|
|
+ 'followers' => 'Followers',
|
|
|
+ 'following' => 'Following',
|
|
|
+ 'admin' => 'Admin',
|
|
|
+ 'collections' => 'Collections',
|
|
|
+ 'follow' => 'Follow',
|
|
|
+ 'unfollow' => 'Unfollow',
|
|
|
+ 'editProfile' => 'Edit Profile',
|
|
|
+ 'followRequested' => 'Follow Requested',
|
|
|
+ 'joined' => 'Joined',
|
|
|
+
|
|
|
+ 'emptyCollections' => 'We can\'t seem to find any collections',
|
|
|
+ 'emptyPosts' => 'We can\'t seem to find any posts',
|
|
|
],
|
|
|
|
|
|
'menu' => [
|
|
|
- 'viewPost' => 'Vizualizați postul',
|
|
|
- 'viewProfile' => 'Vezi Profilul',
|
|
|
- 'moderationTools' => 'Instrumente de moderare',
|
|
|
- 'report' => 'Raportează',
|
|
|
- 'archive' => 'Arhivă',
|
|
|
- 'unarchive' => 'Dezarhivează',
|
|
|
- 'embed' => 'Încorporează',
|
|
|
-
|
|
|
- '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',
|
|
|
+ 'viewPost' => 'View Post',
|
|
|
+ 'viewProfile' => 'View Profile',
|
|
|
+ 'moderationTools' => 'Moderation Tools',
|
|
|
+ 'report' => 'Report',
|
|
|
+ 'archive' => 'Archive',
|
|
|
+ 'unarchive' => 'Unarchive',
|
|
|
+ 'embed' => 'Embed',
|
|
|
+
|
|
|
+ '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',
|
|
|
'spam' => 'Spam',
|
|
|
- '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' => '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' => 'la Urmăritori',
|
|
|
-
|
|
|
- 'showCaption' => 'Afișați legenda',
|
|
|
- 'showLikes' => 'Arată like-urile',
|
|
|
- 'compactMode' => 'Modul compact',
|
|
|
- 'embedConfirmText' => 'Folosind acest lucru încorporat, sunteți de acord cu',
|
|
|
-
|
|
|
- '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?',
|
|
|
+ '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.',
|
|
|
+
|
|
|
+ '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',
|
|
|
+
|
|
|
+ 'toFollowers' => 'to Followers',
|
|
|
+
|
|
|
+ 'showCaption' => 'Show Caption',
|
|
|
+ 'showLikes' => 'Show Likes',
|
|
|
+ 'compactMode' => 'Compact Mode',
|
|
|
+ 'embedConfirmText' => 'By using this embed, you agree to our',
|
|
|
+
|
|
|
+ '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?',
|
|
|
],
|
|
|
|
|
|
'story' => [
|
|
|
- 'add' => 'Adăugați poveste'
|
|
|
+ 'add' => 'Add Story'
|
|
|
],
|
|
|
|
|
|
'timeline' => [
|
|
|
- 'peopleYouMayKnow' => 'Persoane pe care i-ai putea cunoaște'
|
|
|
+ 'peopleYouMayKnow' => 'People you may know'
|
|
|
],
|
|
|
|
|
|
'hashtags' => [
|
|
|
- 'emptyFeed' => 'Nu putem găsi postări pentru acest hashtag'
|
|
|
+ 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
|
|
],
|
|
|
|
|
|
];
|