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
853d64e91c
commit
88e48df000
1 changed files with 32 additions and 32 deletions
|
@ -3,51 +3,51 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => 'Kommentti',
|
||||||
'commented' => 'Commented',
|
'commented' => 'Kommentoitu',
|
||||||
'comments' => 'Comments',
|
'comments' => 'Comments',
|
||||||
'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',
|
||||||
|
|
||||||
'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',
|
||||||
|
|
||||||
'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' => 'Stories',
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
|
|
Loading…
Reference in a new issue