New translations app.json (Danish)
This commit is contained in:
parent
96f134eec1
commit
a22e2e56e6
|
@ -240,7 +240,8 @@
|
||||||
"category": "CATEGORY"
|
"category": "CATEGORY"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "Search servers"
|
"placeholder": "Search servers",
|
||||||
|
"search_servers_or_enter_url": "Search communities or enter URL"
|
||||||
},
|
},
|
||||||
"empty_state": {
|
"empty_state": {
|
||||||
"finding_servers": "Finding available servers...",
|
"finding_servers": "Finding available servers...",
|
||||||
|
@ -342,7 +343,11 @@
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"new_posts": "See new posts",
|
"new_posts": "See new posts",
|
||||||
"published": "Published!",
|
"published": "Published!",
|
||||||
"Publishing": "Publishing post..."
|
"Publishing": "Publishing post...",
|
||||||
|
"accessibility": {
|
||||||
|
"logo_label": "Logo Button",
|
||||||
|
"logo_hint": "Tap to scroll to top and tap again to previous location"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"suggestion_account": {
|
"suggestion_account": {
|
||||||
|
@ -596,7 +601,48 @@
|
||||||
"send": "Send Report",
|
"send": "Send Report",
|
||||||
"skip_to_send": "Send without comment",
|
"skip_to_send": "Send without comment",
|
||||||
"text_placeholder": "Type or paste additional comments",
|
"text_placeholder": "Type or paste additional comments",
|
||||||
"reported": "REPORTED"
|
"reported": "REPORTED",
|
||||||
|
"step_one": {
|
||||||
|
"step_1_of_4": "Step 1 of 4",
|
||||||
|
"whats_wrong_with_this_post": "What's wrong with this post?",
|
||||||
|
"whats_wrong_with_this_account": "What's wrong with this account?",
|
||||||
|
"whats_wrong_with_this_username": "What's wrong with %s?",
|
||||||
|
"select_the_best_match": "Select the best match",
|
||||||
|
"i_dont_like_it": "I don’t like it",
|
||||||
|
"it_is_not_something_you_want_to_see": "It is not something you want to see",
|
||||||
|
"its_spam": "It’s spam",
|
||||||
|
"malicious_links_fake_engagement_or_repetetive_replies": "Malicious links, fake engagement, or repetetive replies",
|
||||||
|
"it_violates_server_rules": "It violates server rules",
|
||||||
|
"you_are_aware_that_it_breaks_specific_rules": "You are aware that it breaks specific rules",
|
||||||
|
"its_something_else": "It’s something else",
|
||||||
|
"the_issue_does_not_fit_into_other_categories": "The issue does not fit into other categories"
|
||||||
|
},
|
||||||
|
"step_two": {
|
||||||
|
"step_2_of_4": "Step 2 of 4",
|
||||||
|
"which_rules_are_being_violated": "Which rules are being violated?",
|
||||||
|
"select_all_that_apply": "Select all that apply",
|
||||||
|
"i_just_don’t_like_it": "I just don’t like it"
|
||||||
|
},
|
||||||
|
"step_three": {
|
||||||
|
"step_3_of_4": "Step 3 of 4",
|
||||||
|
"are_there_any_posts_that_back_up_this_report": "Are there any posts that back up this report?",
|
||||||
|
"select_all_that_apply": "Select all that apply"
|
||||||
|
},
|
||||||
|
"step_four": {
|
||||||
|
"step_4_of_4": "Step 4 of 4",
|
||||||
|
"is_there_anything_else_we_should_know": "Is there anything else we should know?"
|
||||||
|
},
|
||||||
|
"step_final": {
|
||||||
|
"dont_want_to_see_this": "Don’t want to see this?",
|
||||||
|
"when_you_see_something_you_dont_like_on_mastodon_you_can_remove_the_person_from_your_experience.": "When you see something you don’t like on Mastodon, you can remove the person from your experience.",
|
||||||
|
"unfollow": "Unfollow",
|
||||||
|
"unfollowed": "Unfollowed",
|
||||||
|
"unfollow_user": "Unfollow %s",
|
||||||
|
"mute_user": "Mute %s",
|
||||||
|
"you_wont_see_their_posts_or_reblogs_in_your_home_feed_they_wont_know_they_ve_been_muted": "You won’t see their posts or reblogs in your home feed. They won’t know they’ve been muted.",
|
||||||
|
"block_user": "Block %s",
|
||||||
|
"they_will_no_longer_be_able_to_follow_or_see_your_posts_but_they_can_see_if_theyve_been_blocked": "They will no longer be able to follow or see your posts, but they can see if they’ve been blocked."
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
"keyboard": {
|
"keyboard": {
|
||||||
|
|
Loading…
Reference in New Issue