mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-11 00:54:50 +00:00
389e2e07fd
[ci skip]
209 lines
6 KiB
PHP
209 lines
6 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'common' => [
|
|
'comment' => 'Kommentti',
|
|
'commented' => 'Kommentoitu',
|
|
'comments' => 'Kommentit',
|
|
'like' => 'Tykkää',
|
|
'liked' => 'Tykätty',
|
|
'likes' => 'Tykkäykset',
|
|
'share' => 'Jaa',
|
|
'shared' => 'Jaettu',
|
|
'shares' => 'Jaot',
|
|
'unshare' => 'Peru jakaminen',
|
|
'bookmark' => 'Bookmark',
|
|
|
|
'cancel' => 'Peruuta',
|
|
'copyLink' => 'Kopioi linkki',
|
|
'delete' => 'Poista',
|
|
'error' => 'Virhe',
|
|
'errorMsg' => 'Jokin meni pieleen. Yritä myöhemmin uudelleen.',
|
|
'oops' => 'Oho!',
|
|
'other' => 'Muu',
|
|
'readMore' => 'Lue lisää',
|
|
'success' => 'Onnistui',
|
|
'proceed' => 'Proceed',
|
|
'next' => 'Next',
|
|
'close' => 'Close',
|
|
'clickHere' => 'click here',
|
|
|
|
'sensitive' => 'Sensitiivinen',
|
|
'sensitiveContent' => 'Sensitiivinen sisältö',
|
|
'sensitiveContentWarning' => 'Tämä julkaisu saattaa sisältää sensitiivistä sisältöä',
|
|
],
|
|
|
|
'site' => [
|
|
'terms' => 'Käyttöehdot',
|
|
'privacy' => 'Tietosuojakäytäntö',
|
|
],
|
|
|
|
'navmenu' => [
|
|
'search' => 'Hae',
|
|
'admin' => 'Ylläpitäjän hallintapaneeli',
|
|
|
|
// Timelines
|
|
'homeFeed' => 'Kotisyöte',
|
|
'localFeed' => 'Paikallinen syöte',
|
|
'globalFeed' => 'Maailmanlaajuinen syöte',
|
|
|
|
// Core features
|
|
'discover' => 'Tutustu',
|
|
'directMessages' => 'Yksityisviestit',
|
|
'notifications' => 'Ilmoitukset',
|
|
'groups' => 'Ryhmät',
|
|
'stories' => 'Tarinat',
|
|
|
|
// Self links
|
|
'profile' => 'Profiili',
|
|
'drive' => 'Asema',
|
|
'settings' => 'Asetukset',
|
|
'compose' => 'Luo uusi',
|
|
'logout' => 'Kirjaudu ulos',
|
|
|
|
// Nav footer
|
|
'about' => 'Tietoja',
|
|
'help' => 'Ohje',
|
|
'language' => 'Kieli',
|
|
'privacy' => 'Yksityisyys',
|
|
'terms' => 'Ehdot',
|
|
|
|
// Temporary links
|
|
'backToPreviousDesign' => 'Palaa aiempaan ulkoasuun'
|
|
],
|
|
|
|
'directMessages' => [
|
|
'inbox' => 'Saapuneet',
|
|
'sent' => 'Lähetetty',
|
|
'requests' => 'Pyynnöt'
|
|
],
|
|
|
|
'notifications' => [
|
|
'liked' => 'tykkäsi sinun',
|
|
'commented' => 'kommentoi sinun',
|
|
'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',
|
|
'noneFound' => 'No notifications found',
|
|
],
|
|
|
|
'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',
|
|
],
|
|
|
|
'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',
|
|
'removeCW' => 'Remove Content Warning',
|
|
'markAsSpammer' => 'Mark as Spammer',
|
|
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
|
'spam' => 'Spam',
|
|
'sensitive' => 'Sensitive Content',
|
|
'abusive' => 'Abusive or Harmful',
|
|
'underageAccount' => 'Underage Account',
|
|
'copyrightInfringement' => 'Tekijänoikeusloukkaus',
|
|
'impersonation' => 'Väärennetty henkilöllisyys',
|
|
'scamOrFraud' => 'Huijaus tai petos',
|
|
'confirmReport' => 'Vahvista ilmianto',
|
|
'confirmReportText' => 'Oletko varma, että haluat ilmiantaa tämän viestin?',
|
|
'reportSent' => 'Ilmoitus lähetetty!',
|
|
'reportSentText' => 'Saimme ilmoituksesi.',
|
|
'reportSentError' => 'Julkaisun ilmianto epäonnistui.',
|
|
|
|
'modAddCWConfirm' => 'Haluatko varmasti lisätä sisältövaroituksen tähän julkaisuun?',
|
|
'modCWSuccess' => 'Sisältövaroitus lisätty onnistuneesti',
|
|
'modRemoveCWConfirm' => 'Haluatko varmasti poistaa julkaisun sisältövaroituksen?',
|
|
'modRemoveCWSuccess' => 'Sisältövaroitus poistettu',
|
|
'modUnlistConfirm' => 'Haluatko varmasti piilottaa julkaisun?',
|
|
'modUnlistSuccess' => 'Julkaisu piilotettu onnistuneesti',
|
|
'modMarkAsSpammerConfirm' => 'Haluatko varmasti merkitä käyttäjän roskapostittajaksi? Kaikki nykyiset ja tulevat julkaisut saavat sisältövaroituksen ja julkaisut piilotetaan julkisilta aikajanoilta.',
|
|
'modMarkAsSpammerSuccess' => 'Tili merkitty roskapostittajaksi',
|
|
|
|
'toFollowers' => 'seuraajille',
|
|
|
|
'showCaption' => 'Näytä kuvaus',
|
|
'showLikes' => 'Näytä tykkäykset',
|
|
'compactMode' => 'Kompakti tila',
|
|
'embedConfirmText' => 'Käyttämällä upotusta, hyväksyt',
|
|
|
|
'deletePostConfirm' => 'Haluatko varmasti poistaa julkaisun?',
|
|
'archivePostConfirm' => 'Haluatko varmasti arkistoida julkaisun?',
|
|
'unarchivePostConfirm' => 'Haluatko varmasti peruuttaa julkaisun arkistoinnin?',
|
|
],
|
|
|
|
'story' => [
|
|
'add' => 'Lisää tarina'
|
|
],
|
|
|
|
'timeline' => [
|
|
'peopleYouMayKnow' => 'People you may know',
|
|
|
|
'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'
|
|
],
|
|
|
|
'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',
|
|
],
|
|
|
|
];
|