mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
New translations web.php (Finnish)
[ci skip]
This commit is contained in:
parent
88e48df000
commit
4a34671261
1 changed files with 43 additions and 43 deletions
|
@ -5,7 +5,7 @@ return [
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Kommentti',
|
'comment' => 'Kommentti',
|
||||||
'commented' => 'Kommentoitu',
|
'commented' => 'Kommentoitu',
|
||||||
'comments' => 'Comments',
|
'comments' => 'Kommentit',
|
||||||
'like' => 'Tykkää',
|
'like' => 'Tykkää',
|
||||||
'liked' => 'Tykätty',
|
'liked' => 'Tykätty',
|
||||||
'likes' => 'Tykkäykset',
|
'likes' => 'Tykkäykset',
|
||||||
|
@ -48,35 +48,35 @@ return [
|
||||||
'directMessages' => 'Yksityisviestit',
|
'directMessages' => 'Yksityisviestit',
|
||||||
'notifications' => 'Ilmoitukset',
|
'notifications' => 'Ilmoitukset',
|
||||||
'groups' => 'Ryhmät',
|
'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',
|
||||||
|
@ -141,38 +141,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 a new issue