2021-12-22 00:43:37 +00:00
< ? php
return [
'common' => [
2021-12-22 19:19:14 +00:00
'comment' => 'Iruzkindu' ,
2021-12-23 09:02:22 +00:00
'commented' => 'Iruzkindu' ,
2021-12-22 19:19:14 +00:00
'comments' => 'Iruzkinak' ,
'like' => 'Datsegit' ,
2021-12-23 09:02:22 +00:00
'liked' => 'Datsegite' ,
2021-12-22 23:09:23 +00:00
'likes' => 'Atsegute' ,
2021-12-22 19:19:14 +00:00
'share' => 'Partekatu' ,
'shared' => 'Partekatua' ,
2021-12-23 09:02:22 +00:00
'shares' => 'Partekatze' ,
2021-12-22 19:19:14 +00:00
'unshare' => 'Utzi partekatzeari' ,
'cancel' => 'Utzi' ,
'copyLink' => 'Kopiatu esteka' ,
'delete' => 'Ezabatu' ,
'error' => 'Errorea' ,
'errorMsg' => 'Zerbait oker joan da. Saiatu berriro beranduago.' ,
'oops' => 'Ene!' ,
'other' => 'Bestelakoa' ,
'readMore' => 'Gehiago irakurri' ,
2021-12-23 09:02:22 +00:00
'success' => 'Burutu da' ,
2021-12-22 00:43:37 +00:00
2021-12-23 09:02:22 +00:00
'sensitive' => 'Sentibera' ,
'sensitiveContent' => 'Kontuz edukiarekin' ,
2021-12-22 00:43:37 +00:00
'sensitiveContentWarning' => 'This post may contain sensitive content' ,
],
'site' => [
2021-12-22 19:19:14 +00:00
'terms' => 'Erabilera-baldintzak' ,
'privacy' => 'Pribatutasun-gidalerroak' ,
2021-12-22 00:43:37 +00:00
],
'navmenu' => [
'search' => 'Search' ,
'admin' => 'Admin Dashboard' ,
// Timelines
2021-12-22 19:19:14 +00:00
'homeFeed' => 'Hasierako jarioa' ,
'localFeed' => 'Tokiko jarioa' ,
2021-12-22 00:43:37 +00:00
'globalFeed' => 'Global Feed' ,
// Core features
'discover' => 'Discover' ,
2021-12-22 19:19:14 +00:00
'directMessages' => 'Mezu zuzenak' ,
'notifications' => 'Jakinarazpenak' ,
'groups' => 'Taldeak' ,
'stories' => 'Istorioak' ,
2021-12-22 00:43:37 +00:00
// Self links
2021-12-22 19:19:14 +00:00
'profile' => 'Profila' ,
2021-12-22 00:43:37 +00:00
'drive' => 'Drive' ,
2021-12-22 19:19:14 +00:00
'settings' => 'Ezarpenak' ,
'compose' => 'Argitaratu' ,
2021-12-22 00:43:37 +00:00
2021-12-22 18:18:07 +00:00
// Nav footer
2021-12-22 19:19:14 +00:00
'about' => 'Honi buruz' ,
'help' => 'Laguntza' ,
'language' => 'Hizkuntza' ,
'privacy' => 'Pribatutasuna' ,
'terms' => 'Baldintzak' ,
2021-12-22 18:18:07 +00:00
2021-12-22 00:43:37 +00:00
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
],
'directMessages' => [
'inbox' => 'Inbox' ,
'sent' => 'Sent' ,
2021-12-22 19:19:14 +00:00
'requests' => 'Eskaerak'
2021-12-22 00:43:37 +00:00
],
'notifications' => [
'liked' => 'liked your' ,
'commented' => 'commented on your' ,
'reacted' => 'reacted to your' ,
'shared' => 'shared your' ,
'tagged' => 'tagged you in a' ,
'updatedA' => 'updated a' ,
'sentA' => 'sent a' ,
'followed' => 'followed' ,
'mentioned' => 'mentioned' ,
'you' => 'you' ,
'yourApplication' => 'Your application to join' ,
'applicationApproved' => 'was approved!' ,
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.' ,
'dm' => 'dm' ,
'groupPost' => 'group post' ,
'modlog' => 'modlog' ,
'post' => 'post' ,
'story' => 'story' ,
],
'post' => [
2021-12-22 20:23:06 +00:00
'shareToFollowers' => 'Partekatu jarraitzaileekin' ,
2021-12-22 00:43:37 +00:00
'shareToOther' => 'Share to other' ,
2021-12-22 20:23:06 +00:00
'noLikes' => 'Atsegiterik ez oraindik' ,
'uploading' => 'Igotzen' ,
2021-12-22 00:43:37 +00:00
],
'profile' => [
2021-12-22 20:23:06 +00:00
'posts' => 'Bidalketak' ,
'followers' => 'Jarraitzaileak' ,
2021-12-22 00:43:37 +00:00
'following' => 'Following' ,
'admin' => 'Admin' ,
'collections' => 'Collections' ,
2021-12-22 20:23:06 +00:00
'follow' => 'Jarraitu' ,
'unfollow' => 'Utzi jarraitzeari' ,
'editProfile' => 'Editatu profila' ,
'followRequested' => 'Eskaera bidalita' ,
2021-12-22 00:43:37 +00:00
'joined' => 'Joined' ,
],
'menu' => [
2021-12-22 20:23:06 +00:00
'viewPost' => 'Ikusi bidalketa' ,
'viewProfile' => 'Ikusi profila' ,
2021-12-22 19:19:14 +00:00
'moderationTools' => 'Moderazio tresnak' ,
'report' => 'Salatu' ,
'archive' => 'Artxibatu' ,
'unarchive' => 'Desartxibatu' ,
'embed' => 'Kapsulatu' ,
2021-12-22 00:43:37 +00:00
2021-12-22 19:19:14 +00:00
'selectOneOption' => 'Hautatu aukera hauetako bat' ,
2021-12-22 00:43:37 +00:00
'unlistFromTimelines' => 'Unlist from Timelines' ,
'addCW' => 'Add Content Warning' ,
'removeCW' => 'Remove Content Warning' ,
2021-12-22 19:19:14 +00:00
'markAsSpammer' => 'Markatu zabor-bidaltzaile gisa' ,
2021-12-22 00:43:37 +00:00
'markAsSpammerText' => 'Unlist + CW existing and future posts' ,
2021-12-22 19:19:14 +00:00
'spam' => 'Zaborra' ,
'sensitive' => 'Eduki hunkigarria' ,
2021-12-22 00:43:37 +00:00
'abusive' => 'Abusive or Harmful' ,
'underageAccount' => 'Underage Account' ,
'copyrightInfringement' => 'Copyright Infringement' ,
'impersonation' => 'Impersonation' ,
'scamOrFraud' => 'Scam or Fraud' ,
'confirmReport' => 'Confirm Report' ,
2021-12-22 19:19:14 +00:00
'confirmReportText' => 'Ziur bidalketa hau salatu nahi duzula?' ,
'reportSent' => 'Salaketa bidali da' ,
'reportSentText' => 'Zure salaketa jaso dugu.' ,
'reportSentError' => 'Arazo bat egon da bidalketa hau salatzerakoan.' ,
2021-12-22 00:43:37 +00:00
'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.' ,
2021-12-22 19:19:14 +00:00
'modMarkAsSpammerSuccess' => 'Kontua zabor-bidaltzaile gisa markatu da' ,
2021-12-22 00:43:37 +00:00
'toFollowers' => 'to Followers' ,
'showCaption' => 'Show Caption' ,
'showLikes' => 'Show Likes' ,
2021-12-22 19:19:14 +00:00
'compactMode' => 'Modu trinkoa' ,
2021-12-22 00:43:37 +00:00
'embedConfirmText' => 'By using this embed, you agree to our' ,
2021-12-22 19:19:14 +00:00
'deletePostConfirm' => 'Ziur bidalketa hau ezabatu nahi duzula?' ,
'archivePostConfirm' => 'Ziur bidalketa hau artxibatu nahi duzula?' ,
'unarchivePostConfirm' => 'Ziur bidalketa hau desartxibatu nahi duzula?' ,
2021-12-22 00:43:37 +00:00
],
'story' => [
2021-12-22 19:19:14 +00:00
'add' => 'Gehitu Istorioa'
2021-12-22 00:43:37 +00:00
],
'timeline' => [
2021-12-22 19:19:14 +00:00
'peopleYouMayKnow' => 'Agian ezagutzen duzun jendea'
2021-12-22 00:43:37 +00:00
]
];