mirror of https://github.com/pixelfed/pixelfed.git
parent
84ed608c44
commit
389e2e07fd
|
@ -3,85 +3,85 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => 'Kommentti',
|
||||||
'commented' => 'Commented',
|
'commented' => 'Kommentoitu',
|
||||||
'comments' => 'Comments',
|
'comments' => 'Kommentit',
|
||||||
'like' => 'Like',
|
'like' => 'Tykkää',
|
||||||
'liked' => 'Liked',
|
'liked' => 'Tykätty',
|
||||||
'likes' => 'Likes',
|
'likes' => 'Tykkäykset',
|
||||||
'share' => 'Share',
|
'share' => 'Jaa',
|
||||||
'shared' => 'Shared',
|
'shared' => 'Jaettu',
|
||||||
'shares' => 'Shares',
|
'shares' => 'Jaot',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'Peru jakaminen',
|
||||||
'bookmark' => 'Bookmark',
|
'bookmark' => 'Bookmark',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Peruuta',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => 'Kopioi linkki',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Poista',
|
||||||
'error' => 'Error',
|
'error' => 'Virhe',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => 'Jokin meni pieleen. Yritä myöhemmin uudelleen.',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'Oho!',
|
||||||
'other' => 'Other',
|
'other' => 'Muu',
|
||||||
'readMore' => 'Read more',
|
'readMore' => 'Lue lisää',
|
||||||
'success' => 'Success',
|
'success' => 'Onnistui',
|
||||||
'proceed' => 'Proceed',
|
'proceed' => 'Proceed',
|
||||||
'next' => 'Next',
|
'next' => 'Next',
|
||||||
'close' => 'Close',
|
'close' => 'Close',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'Sensitiivinen',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => 'Sensitiivinen sisältö',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => 'Tämä julkaisu saattaa sisältää sensitiivistä sisältöä',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Terms of Use',
|
'terms' => 'Käyttöehdot',
|
||||||
'privacy' => 'Privacy Policy',
|
'privacy' => 'Tietosuojakäytäntö',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'Search',
|
'search' => 'Hae',
|
||||||
'admin' => 'Admin Dashboard',
|
'admin' => 'Ylläpitäjän hallintapaneeli',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Home Feed',
|
'homeFeed' => 'Kotisyöte',
|
||||||
'localFeed' => 'Local Feed',
|
'localFeed' => 'Paikallinen syöte',
|
||||||
'globalFeed' => 'Global Feed',
|
'globalFeed' => 'Maailmanlaajuinen syöte',
|
||||||
|
|
||||||
// Core features
|
// Core features
|
||||||
'discover' => 'Discover',
|
'discover' => 'Tutustu',
|
||||||
'directMessages' => 'Direct Messages',
|
'directMessages' => 'Yksityisviestit',
|
||||||
'notifications' => 'Notifications',
|
'notifications' => 'Ilmoitukset',
|
||||||
'groups' => 'Groups',
|
'groups' => 'Ryhmät',
|
||||||
'stories' => 'Stories',
|
'stories' => 'Tarinat',
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'Profile',
|
'profile' => 'Profiili',
|
||||||
'drive' => 'Drive',
|
'drive' => 'Asema',
|
||||||
'settings' => 'Settings',
|
'settings' => 'Asetukset',
|
||||||
'compose' => 'Create New',
|
'compose' => 'Luo uusi',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Kirjaudu ulos',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'About',
|
'about' => 'Tietoja',
|
||||||
'help' => 'Help',
|
'help' => 'Ohje',
|
||||||
'language' => 'Language',
|
'language' => 'Kieli',
|
||||||
'privacy' => 'Privacy',
|
'privacy' => 'Yksityisyys',
|
||||||
'terms' => 'Terms',
|
'terms' => 'Ehdot',
|
||||||
|
|
||||||
// Temporary links
|
// Temporary links
|
||||||
'backToPreviousDesign' => 'Go back to previous design'
|
'backToPreviousDesign' => 'Palaa aiempaan ulkoasuun'
|
||||||
],
|
],
|
||||||
|
|
||||||
'directMessages' => [
|
'directMessages' => [
|
||||||
'inbox' => 'Inbox',
|
'inbox' => 'Saapuneet',
|
||||||
'sent' => 'Sent',
|
'sent' => 'Lähetetty',
|
||||||
'requests' => 'Requests'
|
'requests' => 'Pyynnöt'
|
||||||
],
|
],
|
||||||
|
|
||||||
'notifications' => [
|
'notifications' => [
|
||||||
'liked' => 'liked your',
|
'liked' => 'tykkäsi sinun',
|
||||||
'commented' => 'commented on your',
|
'commented' => 'kommentoi sinun',
|
||||||
'reacted' => 'reacted to your',
|
'reacted' => 'reacted to your',
|
||||||
'shared' => 'shared your',
|
'shared' => 'shared your',
|
||||||
'tagged' => 'tagged you in a',
|
'tagged' => 'tagged you in a',
|
||||||
|
@ -147,38 +147,38 @@ return [
|
||||||
'sensitive' => 'Sensitive Content',
|
'sensitive' => 'Sensitive Content',
|
||||||
'abusive' => 'Abusive or Harmful',
|
'abusive' => 'Abusive or Harmful',
|
||||||
'underageAccount' => 'Underage Account',
|
'underageAccount' => 'Underage Account',
|
||||||
'copyrightInfringement' => 'Copyright Infringement',
|
'copyrightInfringement' => 'Tekijänoikeusloukkaus',
|
||||||
'impersonation' => 'Impersonation',
|
'impersonation' => 'Väärennetty henkilöllisyys',
|
||||||
'scamOrFraud' => 'Scam or Fraud',
|
'scamOrFraud' => 'Huijaus tai petos',
|
||||||
'confirmReport' => 'Confirm Report',
|
'confirmReport' => 'Vahvista ilmianto',
|
||||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
'confirmReportText' => 'Oletko varma, että haluat ilmiantaa tämän viestin?',
|
||||||
'reportSent' => 'Report Sent!',
|
'reportSent' => 'Ilmoitus lähetetty!',
|
||||||
'reportSentText' => 'We have successfully received your report.',
|
'reportSentText' => 'Saimme ilmoituksesi.',
|
||||||
'reportSentError' => 'There was an issue reporting this post.',
|
'reportSentError' => 'Julkaisun ilmianto epäonnistui.',
|
||||||
|
|
||||||
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
|
'modAddCWConfirm' => 'Haluatko varmasti lisätä sisältövaroituksen tähän julkaisuun?',
|
||||||
'modCWSuccess' => 'Successfully added content warning',
|
'modCWSuccess' => 'Sisältövaroitus lisätty onnistuneesti',
|
||||||
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
|
'modRemoveCWConfirm' => 'Haluatko varmasti poistaa julkaisun sisältövaroituksen?',
|
||||||
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
'modRemoveCWSuccess' => 'Sisältövaroitus poistettu',
|
||||||
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
|
'modUnlistConfirm' => 'Haluatko varmasti piilottaa julkaisun?',
|
||||||
'modUnlistSuccess' => 'Successfully unlisted post',
|
'modUnlistSuccess' => 'Julkaisu piilotettu onnistuneesti',
|
||||||
'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.',
|
'modMarkAsSpammerConfirm' => 'Haluatko varmasti merkitä käyttäjän roskapostittajaksi? Kaikki nykyiset ja tulevat julkaisut saavat sisältövaroituksen ja julkaisut piilotetaan julkisilta aikajanoilta.',
|
||||||
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
|
'modMarkAsSpammerSuccess' => 'Tili merkitty roskapostittajaksi',
|
||||||
|
|
||||||
'toFollowers' => 'to Followers',
|
'toFollowers' => 'seuraajille',
|
||||||
|
|
||||||
'showCaption' => 'Show Caption',
|
'showCaption' => 'Näytä kuvaus',
|
||||||
'showLikes' => 'Show Likes',
|
'showLikes' => 'Näytä tykkäykset',
|
||||||
'compactMode' => 'Compact Mode',
|
'compactMode' => 'Kompakti tila',
|
||||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
'embedConfirmText' => 'Käyttämällä upotusta, hyväksyt',
|
||||||
|
|
||||||
'deletePostConfirm' => 'Are you sure you want to delete this post?',
|
'deletePostConfirm' => 'Haluatko varmasti poistaa julkaisun?',
|
||||||
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
'archivePostConfirm' => 'Haluatko varmasti arkistoida julkaisun?',
|
||||||
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
|
'unarchivePostConfirm' => 'Haluatko varmasti peruuttaa julkaisun arkistoinnin?',
|
||||||
],
|
],
|
||||||
|
|
||||||
'story' => [
|
'story' => [
|
||||||
'add' => 'Add Story'
|
'add' => 'Lisää tarina'
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
|
|
Loading…
Reference in New Issue