New translations app.json (Swedish, Finland)
This commit is contained in:
parent
73be5bc64d
commit
bfa1030a6f
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
"delete_post": {
|
||||
"title": "Haluatko varmasti poistaa tämän julkaisun?",
|
||||
"delete": "Poista"
|
||||
"message": "Are you sure you want to delete this post?"
|
||||
},
|
||||
"clean_cache": {
|
||||
"title": "Puhdista välimuisti",
|
||||
|
@ -140,7 +140,8 @@
|
|||
"unreblog": "Peru edelleen jako",
|
||||
"favorite": "Favorite",
|
||||
"unfavorite": "Unfavorite",
|
||||
"menu": "Valikko"
|
||||
"menu": "Valikko",
|
||||
"hide": "Hide"
|
||||
},
|
||||
"tag": {
|
||||
"url": "URL",
|
||||
|
@ -149,6 +150,12 @@
|
|||
"hashtag": "Hashtagi",
|
||||
"email": "Sähköposti",
|
||||
"emoji": "Emoji"
|
||||
},
|
||||
"visibility": {
|
||||
"unlisted": "Everyone can see this post but not display in the public timeline.",
|
||||
"private": "Only their followers can see this post.",
|
||||
"private_from_me": "Only my followers can see this post.",
|
||||
"direct": "Only mentioned user can see this post."
|
||||
}
|
||||
},
|
||||
"friendship": {
|
||||
|
@ -194,8 +201,8 @@
|
|||
"scene": {
|
||||
"welcome": {
|
||||
"slogan": "Sosiaalinen verkostoituminen\ntakaisin käsissäsi.",
|
||||
"get_started": "Get Started",
|
||||
"log_in": "Log In"
|
||||
"get_started": "Kom igång",
|
||||
"log_in": "Logga in"
|
||||
},
|
||||
"server_picker": {
|
||||
"title": "Valitse palvelin,\nmikä tahansa palvelin.",
|
||||
|
@ -412,16 +419,26 @@
|
|||
"segmented_control": {
|
||||
"posts": "Julkaisut",
|
||||
"replies": "Vastaukset",
|
||||
"media": "Media"
|
||||
"posts_and_replies": "Posts and Replies",
|
||||
"media": "Media",
|
||||
"about": "About"
|
||||
},
|
||||
"relationship_action_alert": {
|
||||
"confirm_mute_user": {
|
||||
"title": "Mute Account",
|
||||
"message": "Confirm to mute %s"
|
||||
},
|
||||
"confirm_unmute_user": {
|
||||
"title": "Poista tilin mykistys",
|
||||
"message": "Vahvista, että haluat poistaa mykistyksen tililtä %s"
|
||||
},
|
||||
"confirm_unblock_usre": {
|
||||
"title": "Poista tilin esto",
|
||||
"message": "Vahvista, että haluat poistaa eston tililtä %s"
|
||||
"confirm_block_user": {
|
||||
"title": "Block Account",
|
||||
"message": "Confirm to block %s"
|
||||
},
|
||||
"confirm_unblock_user": {
|
||||
"title": "Unblock Account",
|
||||
"message": "Confirm to unblock %s"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -472,12 +489,14 @@
|
|||
"Everything": "Kaikki",
|
||||
"Mentions": "Maininnat"
|
||||
},
|
||||
"user_followed_you": "%s seurasi sinua",
|
||||
"user_favorited your post": "%s favorited your post",
|
||||
"user_reblogged_your_post": "%s jakoi edelleen julkaisusi",
|
||||
"user_mentioned_you": "%s mainitsi sinut",
|
||||
"user_requested_to_follow_you": "%s pyysi saada seurata sinua",
|
||||
"user_your_poll_has_ended": "%s Kyselysi on päättynyt",
|
||||
"notification_description": {
|
||||
"followed_you": "followd you",
|
||||
"favorited_your_post": "favorited your post",
|
||||
"reblogged_your_post": "reblogged your post",
|
||||
"mentioned_you": "mentioned you",
|
||||
"request_to_follow_you": "request to follow you",
|
||||
"poll_has_ended": "poll has ended"
|
||||
},
|
||||
"keyobard": {
|
||||
"show_everything": "Näytä kaikki",
|
||||
"show_mentions": "Näytä maininnat"
|
||||
|
@ -496,6 +515,13 @@
|
|||
"light": "Vaalea",
|
||||
"dark": "Tumma"
|
||||
},
|
||||
"look_and_feel": {
|
||||
"title": "Look and Feel",
|
||||
"use_system": "Use System",
|
||||
"really_dark": "Really Dark",
|
||||
"sorta_dark": "Sorta Dark",
|
||||
"light": "Light"
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Ilmoitukset",
|
||||
"favorites": "Favorites my post",
|
||||
|
@ -537,14 +563,17 @@
|
|||
}
|
||||
},
|
||||
"report": {
|
||||
"title_report": "Report",
|
||||
"title": "Ilmianna %s",
|
||||
"step1": "Vaihe 1/2",
|
||||
"step2": "Vaihe 2/2",
|
||||
"content1": "Onko julkaisuja, joita haluaisit lisätä ilmiantoon?",
|
||||
"content2": "Onko valvojien syytä tietää tästä ilmiannosta?",
|
||||
"report_sent_title": "Thanks for reporting, we’ll look into this.",
|
||||
"send": "Lähetä ilmianto",
|
||||
"skip_to_send": "Lähetä ilman kommentteja",
|
||||
"text_placeholder": "Kirjoita tai liitä lisäkommentteja"
|
||||
"text_placeholder": "Kirjoita tai liitä lisäkommentteja",
|
||||
"reported": "REPORTED"
|
||||
},
|
||||
"preview": {
|
||||
"keyboard": {
|
||||
|
@ -564,4 +593,4 @@
|
|||
"accessibility_hint": "Hylkää tämä ohjattu toiminto kaksoisnapauttamalla"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue