pixelfed/resources/lang/oc/web.php

209 lines
6.1 KiB
PHP
Raw Normal View History

2021-12-22 00:43:37 +00:00
<?php
return [
'common' => [
'comment' => 'Comentar',
2025-01-04 03:20:56 +00:00
'commented' => 'Comentat',
'comments' => 'Comentaris',
'like' => 'Agradar',
'liked' => 'Agradat',
'likes' => 'Aquò m\'agrada',
'share' => 'Partejar',
'shared' => 'Partejat',
'shares' => 'Partages',
'unshare' => 'Partejar pas mai',
'bookmark' => 'Marcapaginas',
2021-12-22 00:43:37 +00:00
'cancel' => 'Anullar',
2025-01-04 03:20:56 +00:00
'copyLink' => 'Copiar lo ligam',
'delete' => 'Suprimir',
2021-12-22 00:43:37 +00:00
'error' => 'Error',
2025-01-04 03:20:56 +00:00
'errorMsg' => 'Una error es subrevenguda. Volgatz tornar ensajar mai tard.',
'oops' => 'Ops!',
'other' => 'Autre',
'readMore' => 'Ne legir mai',
'success' => 'Capitada',
'proceed' => 'Contunhar',
'next' => 'Seguent',
'close' => 'Tampar',
'clickHere' => 'clicatz aicí',
'sensitive' => 'Sensible',
'sensitiveContent' => 'Contengut sensible',
'sensitiveContentWarning' => 'Lo contengut d\'aquela publicacion poiriá èsser sensibla',
2021-12-22 00:43:37 +00:00
],
'site' => [
2025-01-04 03:20:56 +00:00
'terms' => 'Condicions d\'utilizacion',
'privacy' => 'Politica de confidencialitat',
2021-12-22 00:43:37 +00:00
],
'navmenu' => [
2025-01-04 03:20:56 +00:00
'search' => 'Cercar',
'admin' => 'Tablèu de mandas d\'administracion',
2021-12-22 00:43:37 +00:00
// Timelines
2025-01-04 03:20:56 +00:00
'homeFeed' => 'Flux principal',
'localFeed' => 'Flux local',
2021-12-22 00:43:37 +00:00
'globalFeed' => 'Global Feed',
// Core features
2025-01-04 03:20:56 +00:00
'discover' => 'Descobrir',
2021-12-22 00:43:37 +00:00
'directMessages' => 'Direct Messages',
'notifications' => 'Notifications',
2025-01-04 03:20:56 +00:00
'groups' => 'Grops',
'stories' => 'Contes',
2021-12-22 00:43:37 +00:00
// Self links
2025-01-04 03:20:56 +00:00
'profile' => 'Perfil',
2021-12-22 00:43:37 +00:00
'drive' => 'Drive',
2025-01-04 03:20:56 +00:00
'settings' => 'Paramètres',
'compose' => 'Ajustar una novèla',
'logout' => '',
2021-12-22 00:43:37 +00:00
// Nav footer
2025-01-04 03:20:56 +00:00
'about' => 'A prepaus',
'help' => 'Ajuda',
'language' => 'Lenga',
'privacy' => 'Confidencialitat',
'terms' => 'Condicions dutilizacion',
2021-12-22 00:43:37 +00:00
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
],
'directMessages' => [
2025-01-04 03:20:56 +00:00
'inbox' => 'Dintrant',
'sent' => 'Mandats',
2021-12-22 00:43:37 +00:00
'requests' => 'Requests'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
2025-01-04 03:20:56 +00:00
'updatedA' => 'actualizat un',
'sentA' => 'a enviat un',
2021-12-22 00:43:37 +00:00
2025-01-04 03:20:56 +00:00
'followed' => 's\'es abonat a',
'mentioned' => 'a mencionat',
'you' => 'vos',
2021-12-22 00:43:37 +00:00
2025-01-04 03:20:56 +00:00
'yourApplication' => 'Vòstra candidatura a rejónher',
'applicationApproved' => 'es estada aprovada!',
'applicationRejected' => 'es estada regetada.',
2021-12-22 00:43:37 +00:00
2025-01-04 03:20:56 +00:00
'dm' => 'messatge privat',
2021-12-22 00:43:37 +00:00
'groupPost' => 'group post',
'modlog' => 'modlog',
'post' => 'post',
'story' => 'story',
2025-01-04 03:20:56 +00:00
'noneFound' => 'No notifications found',
2021-12-22 00:43:37 +00:00
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
],
'profile' => [
'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',
2021-12-22 00:43:37 +00:00
],
'menu' => [
'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',
2025-01-04 03:20:56 +00:00
'removeCW' => 'Lo tèxte es rescondut jos lavertiment',
2021-12-22 00:43:37 +00:00
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'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.',
'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' => 'Apondre Story'
2021-12-22 00:43:37 +00:00
],
'timeline' => [
2025-01-04 03:20:56 +00:00
'peopleYouMayKnow' => 'Personas que coneissètz benlèu',
'onboarding' => [
'welcome' => 'Benvengut',
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
'refreshFeed' => 'Refresh my feed',
],
],
'hashtags' => [
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
],
2021-12-22 00:43:37 +00:00
2025-01-04 03:20:56 +00:00
'report' => [
'report' => 'Report',
'selectReason' => 'Select a reason',
'reported' => 'Reported',
'sendingReport' => 'Sending report',
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
],
2021-12-22 00:43:37 +00:00
];