mirror of https://github.com/pixelfed/pixelfed.git
parent
9c31568fda
commit
433b6d7938
|
@ -3,184 +3,206 @@
|
|||
return [
|
||||
|
||||
'common' => [
|
||||
'comment' => 'Comment',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'likes' => 'Likes',
|
||||
'share' => 'Share',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'comment' => 'Kommentar',
|
||||
'commented' => 'Kommenterade',
|
||||
'comments' => 'Kommentarer',
|
||||
'like' => 'Gilla',
|
||||
'liked' => 'Gillade',
|
||||
'likes' => 'Gillanden',
|
||||
'share' => 'Dela',
|
||||
'shared' => 'Utdelad',
|
||||
'shares' => 'Utdelningar',
|
||||
'unshare' => 'Sluta dela ut',
|
||||
'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' => 'Avbryt',
|
||||
'copyLink' => 'Kopiera länk',
|
||||
'delete' => 'Ta bort',
|
||||
'error' => 'Fel',
|
||||
'errorMsg' => 'Något gick fel. Vänligen försök igen senare.',
|
||||
'oops' => 'Hoppsan!',
|
||||
'other' => 'Annat',
|
||||
'readMore' => 'Läs mer',
|
||||
'success' => 'Lyckades',
|
||||
'proceed' => 'Proceed',
|
||||
'next' => 'Next',
|
||||
'close' => 'Close',
|
||||
'clickHere' => 'click here',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
'sensitive' => 'Känsligt',
|
||||
'sensitiveContent' => 'Känsligt innehåll',
|
||||
'sensitiveContentWarning' => 'Det här inlägget kan innehålla känsligt innehåll',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
'terms' => 'Terms of Use',
|
||||
'privacy' => 'Privacy Policy',
|
||||
'terms' => 'Villkor för användning',
|
||||
'privacy' => 'Integritetspolicy',
|
||||
],
|
||||
|
||||
'navmenu' => [
|
||||
'search' => 'Search',
|
||||
'admin' => 'Admin Dashboard',
|
||||
'search' => 'Sök',
|
||||
'admin' => 'Kontrollpanel för administratör',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Home Feed',
|
||||
'localFeed' => 'Local Feed',
|
||||
'globalFeed' => 'Global Feed',
|
||||
'homeFeed' => 'Hemflöde',
|
||||
'localFeed' => 'Lokalt flöde',
|
||||
'globalFeed' => 'Globalt flöde',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Discover',
|
||||
'directMessages' => 'Direct Messages',
|
||||
'notifications' => 'Notifications',
|
||||
'groups' => 'Groups',
|
||||
'stories' => 'Stories',
|
||||
'discover' => 'Upptäck',
|
||||
'directMessages' => 'Direktmeddelanden',
|
||||
'notifications' => 'Aviseringar',
|
||||
'groups' => 'Grupper',
|
||||
'stories' => 'Historier',
|
||||
|
||||
// Self links
|
||||
'profile' => 'Profile',
|
||||
'drive' => 'Drive',
|
||||
'settings' => 'Settings',
|
||||
'compose' => 'Create New',
|
||||
'logout' => 'Logout',
|
||||
'profile' => 'Profil',
|
||||
'drive' => 'Enhet',
|
||||
'settings' => 'Inställningar',
|
||||
'compose' => 'Skapa ny',
|
||||
'logout' => 'Logga ut',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'About',
|
||||
'help' => 'Help',
|
||||
'language' => 'Language',
|
||||
'privacy' => 'Privacy',
|
||||
'terms' => 'Terms',
|
||||
'about' => 'Om',
|
||||
'help' => 'Hjälp',
|
||||
'language' => 'Språk',
|
||||
'privacy' => 'Integritet',
|
||||
'terms' => 'Villkor',
|
||||
|
||||
// Temporary links
|
||||
'backToPreviousDesign' => 'Go back to previous design'
|
||||
'backToPreviousDesign' => 'Gå tillbaka till föregående design'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Inbox',
|
||||
'sent' => 'Sent',
|
||||
'requests' => 'Requests'
|
||||
'inbox' => 'Inkorg',
|
||||
'sent' => 'Skickat',
|
||||
'requests' => 'Förfrågningar'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'liked' => 'liked your',
|
||||
'commented' => 'commented on your',
|
||||
'reacted' => 'reacted to your',
|
||||
'shared' => 'shared your',
|
||||
'tagged' => 'tagged you in a',
|
||||
'liked' => 'gillade ditt',
|
||||
'commented' => 'kommenterade på din',
|
||||
'reacted' => 'reagerade på ditt',
|
||||
'shared' => 'delade ditt',
|
||||
'tagged' => 'taggade dig i ett',
|
||||
|
||||
'updatedA' => 'updated a',
|
||||
'sentA' => 'sent a',
|
||||
'updatedA' => 'uppdaterade ett',
|
||||
'sentA' => 'skickade ett',
|
||||
|
||||
'followed' => 'followed',
|
||||
'mentioned' => 'mentioned',
|
||||
'you' => 'you',
|
||||
'mentioned' => 'nämndes',
|
||||
'you' => 'dig',
|
||||
|
||||
'yourApplication' => 'Your application to join',
|
||||
'applicationApproved' => 'was approved!',
|
||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
||||
'yourApplication' => 'Din ansökan för att gå med',
|
||||
'applicationApproved' => 'godkändes!',
|
||||
'applicationRejected' => 'avvisades. Du kan ansöka igen för att gå med om 6 månader.',
|
||||
|
||||
'dm' => 'dm',
|
||||
'groupPost' => 'group post',
|
||||
'modlog' => 'modlog',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'groupPost' => 'grupp-inlägg',
|
||||
'modlog' => 'modifieringslogg',
|
||||
'post' => 'inlägg',
|
||||
'story' => 'berättelse',
|
||||
'noneFound' => 'No notifications found',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'shareToFollowers' => 'Share to followers',
|
||||
'shareToOther' => 'Share to other',
|
||||
'noLikes' => 'No likes yet',
|
||||
'uploading' => 'Uploading',
|
||||
'shareToFollowers' => 'Dela till följare',
|
||||
'shareToOther' => 'Dela till andra',
|
||||
'noLikes' => 'Inga gillningar än',
|
||||
'uploading' => 'Laddar upp',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'posts' => 'Posts',
|
||||
'followers' => 'Followers',
|
||||
'following' => 'Following',
|
||||
'admin' => 'Admin',
|
||||
'collections' => 'Collections',
|
||||
'follow' => 'Follow',
|
||||
'unfollow' => 'Unfollow',
|
||||
'editProfile' => 'Edit Profile',
|
||||
'posts' => 'Inlägg',
|
||||
'followers' => 'Följare',
|
||||
'following' => 'Följer',
|
||||
'admin' => 'Administratör',
|
||||
'collections' => 'Samlingar',
|
||||
'follow' => 'Följ',
|
||||
'unfollow' => 'Avfölj',
|
||||
'editProfile' => 'Redigera profil',
|
||||
'followRequested' => 'Follow Requested',
|
||||
'joined' => 'Joined',
|
||||
'joined' => 'Gick med',
|
||||
|
||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||
'emptyCollections' => 'Vi verkar inte kunna hitta några samlingar',
|
||||
'emptyPosts' => 'Vi verkar inte riktigt kunna hitta några inlägg',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
'viewPost' => 'View Post',
|
||||
'viewProfile' => 'View Profile',
|
||||
'moderationTools' => 'Moderation Tools',
|
||||
'report' => 'Report',
|
||||
'archive' => 'Archive',
|
||||
'unarchive' => 'Unarchive',
|
||||
'embed' => 'Embed',
|
||||
'viewPost' => 'Visa inlägg',
|
||||
'viewProfile' => 'Visa profil',
|
||||
'moderationTools' => 'Verktyg för moderering',
|
||||
'report' => 'Rapportera',
|
||||
'archive' => 'Arkivera',
|
||||
'unarchive' => 'Avarkivera',
|
||||
'embed' => 'Bädda in',
|
||||
|
||||
'selectOneOption' => 'Select one of the following options',
|
||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
||||
'addCW' => 'Add Content Warning',
|
||||
'removeCW' => 'Remove Content Warning',
|
||||
'markAsSpammer' => 'Mark as Spammer',
|
||||
'selectOneOption' => 'Välj någon av följande alternativen',
|
||||
'unlistFromTimelines' => 'Avlista från tidslinjer',
|
||||
'addCW' => 'Lägg till innehållsvarning',
|
||||
'removeCW' => 'Ta bort innehållsvarning',
|
||||
'markAsSpammer' => 'Markera som spammare',
|
||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
||||
'spam' => 'Spam',
|
||||
'sensitive' => 'Sensitive Content',
|
||||
'spam' => 'Skräppost',
|
||||
'sensitive' => 'Känsligt innehåll',
|
||||
'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.',
|
||||
'underageAccount' => 'Minderårigt konto',
|
||||
'copyrightInfringement' => 'Upphovsrättsintrång',
|
||||
'impersonation' => 'Imitering',
|
||||
'scamOrFraud' => 'Lurendrejeri eller Bedrägeri',
|
||||
'confirmReport' => 'Bekräfta rapport',
|
||||
'confirmReportText' => 'Är du säker på att du vill rapportera det här inlägget?',
|
||||
'reportSent' => 'Rapporten skickades!',
|
||||
'reportSentText' => 'Vi har lyckats ta emot din rapport.',
|
||||
'reportSentError' => 'Det uppstod ett problem när det här inlägget skulle rapporteras.',
|
||||
|
||||
'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' => 'Är du säker på att du vill lägga till en innehållsvarning till det här inlägget?',
|
||||
'modCWSuccess' => 'Tilläggningen av innehållsvarningen lyckades',
|
||||
'modRemoveCWConfirm' => 'Är du säker på att du vill lägga till en innehållsvarning till det här inlägget?',
|
||||
'modRemoveCWSuccess' => 'Borttagningen av innehållsvarningen lyckades',
|
||||
'modUnlistConfirm' => 'Är du säker på att du vill avlista det här inlägget?',
|
||||
'modUnlistSuccess' => 'Avlistningen av inlägget lyckades',
|
||||
'modMarkAsSpammerConfirm' => 'Är du säker på att du vill markera den här användaren som en spammare? Alla befintliga och framtida inlägg kommer att vara onoterade på tidslinjer och en innehållsvarning kommer att tillämpas.',
|
||||
'modMarkAsSpammerSuccess' => 'Markering av kontot som spammare lyckades',
|
||||
|
||||
'toFollowers' => 'to Followers',
|
||||
'toFollowers' => 'till Följare',
|
||||
|
||||
'showCaption' => 'Show Caption',
|
||||
'showLikes' => 'Show Likes',
|
||||
'compactMode' => 'Compact Mode',
|
||||
'showCaption' => 'Visa bildtext',
|
||||
'showLikes' => 'Visa gillningar',
|
||||
'compactMode' => 'Kompakt läge',
|
||||
'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?',
|
||||
'deletePostConfirm' => 'Är du säker på att du vill radera det här inlägget?',
|
||||
'archivePostConfirm' => 'Är du säker på att du vill arkivera det här inlägget?',
|
||||
'unarchivePostConfirm' => 'Är du säker på att du vill av-arkivera det här inlägget?',
|
||||
],
|
||||
|
||||
'story' => [
|
||||
'add' => 'Add Story'
|
||||
'add' => 'Lägg till berättelse'
|
||||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'Personer som du kanske känner',
|
||||
|
||||
'onboarding' => [
|
||||
'welcome' => 'Welcome',
|
||||
'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'
|
||||
'emptyFeed' => 'Vi verkar inte kunna hitta några inlägg för den här hashtaggen'
|
||||
],
|
||||
|
||||
'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',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue