New translations app.json (Swedish, Finland)

This commit is contained in:
Eugen Rochko 2022-02-11 16:04:23 +01:00
parent 73be5bc64d
commit bfa1030a6f
1 changed files with 45 additions and 16 deletions

View File

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