2021-02-22 09:20:23 +01:00
{
"common" : {
2021-02-24 12:08:30 +01:00
"alerts" : {
2021-03-04 11:53:29 +01:00
"common" : {
"please_try_again" : "Please try again." ,
"please_try_again_later" : "Please try again later."
} ,
2021-02-24 12:08:30 +01:00
"sign_up_failure" : {
"title" : "Sign Up Failure"
} ,
"server_error" : {
"title" : "Server Error"
2021-03-04 11:53:29 +01:00
} ,
"vote_failure" : {
"title" : "Vote Failure" ,
2021-08-09 09:14:08 +02:00
"poll_ended" : "The poll has ended"
2021-03-12 08:57:58 +01:00
} ,
2021-03-29 11:44:52 +02:00
"publish_post_failure" : {
"title" : "Publish Failure" ,
2021-05-31 10:42:49 +02:00
"message" : "Failed to publish the post.\nPlease check your internet connection." ,
2021-07-20 10:40:04 +02:00
"attachments_message" : {
2021-07-15 15:01:47 +02:00
"video_attach_with_photo" : "Cannot attach a video to a post that already contains images." ,
2021-05-31 10:42:49 +02:00
"more_than_one_video" : "Cannot attach more than one video."
}
2021-04-13 10:22:41 +02:00
} ,
2021-06-24 13:20:41 +02:00
"edit_profile_failure" : {
"title" : "Edit Profile Error" ,
"message" : "Cannot edit profile. Please try again."
} ,
2021-04-13 10:22:41 +02:00
"sign_out" : {
2021-07-15 15:01:47 +02:00
"title" : "Sign Out" ,
2021-04-13 10:22:41 +02:00
"message" : "Are you sure you want to sign out?" ,
"confirm" : "Sign Out"
2021-04-29 09:51:52 +02:00
} ,
"block_domain" : {
2021-07-15 15:01:47 +02:00
"title" : "Are you really, really sure you want to block the entire %s? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain and any of your followers from that domain will be removed." ,
"block_entire_domain" : "Block Domain"
2021-05-06 10:31:34 +02:00
} ,
2021-05-06 09:05:24 +02:00
"save_photo_failure" : {
"title" : "Save Photo Failure" ,
2021-07-15 15:01:47 +02:00
"message" : "Please enable the photo library access permission to save the photo."
2021-05-07 10:08:07 +02:00
} ,
"delete_post" : {
2022-01-27 14:23:39 +01:00
"title" : "Delete Post" ,
"message" : "Are you sure you want to delete this post?"
2021-06-01 08:07:44 +02:00
} ,
"clean_cache" : {
"title" : "Clean Cache" ,
2021-07-15 15:01:47 +02:00
"message" : "Successfully cleaned %s cache."
2022-12-09 16:12:13 +01:00
} ,
"translation_failed" : {
"title" : "Note" ,
2022-12-12 16:43:54 +01:00
"message" : "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported." ,
2022-12-09 16:12:13 +01:00
"button" : "OK"
2024-02-28 10:52:04 +01:00
} ,
"media_missing_alt_text" : {
"title" : "Media Missing Alt Text" ,
"message" : "%d of your images are missing alt text.\nPost Anyway?" ,
"cancel" : "Cancel" ,
"post" : "Post"
} ,
"boost_a_post" : {
"title_boost" : "Boost Post?" ,
"title_unboost" : "Unboost Post?" ,
"cancel" : "Cancel" ,
"boost" : "Boost" ,
"unboost" : "Unboost"
} ,
"unfollow_user" : {
"title" : "Unfollow %@?" ,
"cancel" : "Cancel" ,
"unfollow" : "Unfollow"
2021-02-24 12:08:30 +01:00
}
} ,
2021-02-22 09:20:23 +01:00
"controls" : {
"actions" : {
2021-02-25 09:04:14 +01:00
"back" : "Back" ,
2021-05-21 10:52:47 +02:00
"next" : "Next" ,
"previous" : "Previous" ,
"open" : "Open" ,
2021-02-22 09:20:23 +01:00
"add" : "Add" ,
"remove" : "Remove" ,
"edit" : "Edit" ,
"save" : "Save" ,
"ok" : "OK" ,
2021-04-01 08:39:15 +02:00
"done" : "Done" ,
2021-02-22 09:20:23 +01:00
"confirm" : "Confirm" ,
"continue" : "Continue" ,
2021-10-29 12:08:47 +02:00
"compose" : "Compose" ,
2021-02-22 09:20:23 +01:00
"cancel" : "Cancel" ,
2021-03-12 08:57:58 +01:00
"discard" : "Discard" ,
2021-03-29 11:44:52 +02:00
"try_again" : "Try Again" ,
2021-07-06 13:53:47 +02:00
"take_photo" : "Take Photo" ,
"save_photo" : "Save Photo" ,
"copy_photo" : "Copy Photo" ,
2022-11-09 16:41:27 +01:00
"sign_in" : "Log in" ,
2021-02-22 09:20:23 +01:00
"see_more" : "See More" ,
"preview" : "Preview" ,
2022-12-03 19:38:32 +01:00
"copy" : "Copy" ,
2021-04-08 12:52:35 +02:00
"share" : "Share" ,
"share_user" : "Share %s" ,
2021-07-06 13:53:47 +02:00
"share_post" : "Share Post" ,
2021-04-21 08:46:31 +02:00
"open_in_safari" : "Open in Safari" ,
2021-12-03 12:28:50 +01:00
"open_in_browser" : "Open in Browser" ,
2021-04-21 08:46:31 +02:00
"find_people" : "Find people to follow" ,
2021-04-26 11:53:38 +02:00
"manually_search" : "Manually search instead" ,
2021-04-26 09:58:49 +02:00
"skip" : "Skip" ,
2021-05-21 09:23:02 +02:00
"reply" : "Reply" ,
2021-04-29 09:51:52 +02:00
"report_user" : "Report %s" ,
2021-04-30 06:53:25 +02:00
"block_domain" : "Block %s" ,
2021-05-06 10:31:34 +02:00
"unblock_domain" : "Unblock %s" ,
2021-05-07 10:08:07 +02:00
"settings" : "Settings" ,
2022-12-07 16:32:51 +01:00
"delete" : "Delete" ,
"translate_post" : {
"title" : "Translate from %s" ,
"unknown_language" : "Unknown"
2023-03-02 11:06:13 +01:00
} ,
2023-06-02 16:31:20 +02:00
"edit_post" : "Edit" ,
2023-06-02 18:18:11 +02:00
"bookmark" : "Bookmark" ,
2023-06-02 16:31:20 +02:00
"remove_bookmark" : "Remove Bookmark" ,
2023-06-13 15:30:23 +02:00
"follow" : "Follow %s" ,
"unfollow" : "Unfollow %s"
2021-02-22 09:20:23 +01:00
} ,
2021-05-13 08:27:57 +02:00
"tabs" : {
"home" : "Home" ,
2022-11-30 15:09:24 +01:00
"search_and_explore" : "Search and Explore" ,
2022-11-09 23:30:57 +01:00
"notifications" : "Notifications" ,
2023-03-13 12:54:52 +01:00
"profile" : "Profile" ,
"a11y" : {
"search" : "Search" ,
"explore" : "Explore"
}
2021-05-19 10:45:01 +02:00
} ,
"keyboard" : {
"common" : {
"switch_to_tab" : "Switch to %s" ,
2021-05-21 13:12:01 +02:00
"compose_new_post" : "Compose New Post" ,
2021-05-19 10:45:01 +02:00
"show_favorites" : "Show Favorites" ,
2021-05-21 13:12:01 +02:00
"open_settings" : "Open Settings"
2021-05-21 09:23:02 +02:00
} ,
"timeline" : {
2021-07-15 15:01:47 +02:00
"previous_status" : "Previous Post" ,
"next_status" : "Next Post" ,
"open_status" : "Open Post" ,
"open_author_profile" : "Open Author's Profile" ,
"open_reblogger_profile" : "Open Reblogger's Profile" ,
"reply_status" : "Reply to Post" ,
"toggle_reblog" : "Toggle Reblog on Post" ,
"toggle_favorite" : "Toggle Favorite on Post" ,
2021-05-21 09:23:02 +02:00
"toggle_content_warning" : "Toggle Content Warning" ,
"preview_image" : "Preview Image"
2021-05-21 13:12:01 +02:00
} ,
"segmented_control" : {
"previous_section" : "Previous Section" ,
"next_section" : "Next Section"
2021-05-19 09:15:19 +02:00
}
2021-05-13 08:27:57 +02:00
} ,
2021-02-23 08:16:55 +01:00
"status" : {
2021-03-15 06:42:46 +01:00
"user_reblogged" : "%s reblogged" ,
2021-03-10 12:12:53 +01:00
"user_replied_to" : "Replied to %s" ,
2021-02-25 06:47:30 +01:00
"show_post" : "Show Post" ,
2021-05-13 08:27:57 +02:00
"show_user_profile" : "Show user profile" ,
2021-06-23 14:47:49 +02:00
"content_warning" : "Content Warning" ,
2022-04-18 10:15:24 +02:00
"sensitive_content" : "Sensitive Content" ,
2021-06-23 14:47:49 +02:00
"media_content_warning" : "Tap anywhere to reveal" ,
2022-02-14 12:34:22 +01:00
"tap_to_reveal" : "Tap to reveal" ,
2022-12-03 17:29:03 +01:00
"load_embed" : "Load Embed" ,
2022-12-03 19:38:32 +01:00
"link_via_user" : "%s via %s" ,
2021-03-02 12:33:33 +01:00
"poll" : {
2021-03-03 09:12:48 +01:00
"vote" : "Vote" ,
2021-03-03 12:34:29 +01:00
"closed" : "Closed"
2021-05-12 12:26:53 +02:00
} ,
2022-11-08 19:30:17 +01:00
"meta_entity" : {
"url" : "Link: %s" ,
2022-11-09 21:18:15 +01:00
"hashtag" : "Hashtag: %s" ,
2022-11-08 19:30:17 +01:00
"mention" : "Show Profile: %s" ,
"email" : "Email address: %s"
} ,
2021-05-12 12:26:53 +02:00
"actions" : {
"reply" : "Reply" ,
"reblog" : "Reblog" ,
2021-07-15 15:01:47 +02:00
"unreblog" : "Undo reblog" ,
2021-05-12 12:26:53 +02:00
"favorite" : "Favorite" ,
"unfavorite" : "Unfavorite" ,
2022-02-08 12:50:18 +01:00
"menu" : "Menu" ,
2022-02-14 12:34:22 +01:00
"hide" : "Hide" ,
"show_image" : "Show image" ,
"show_gif" : "Show GIF" ,
"show_video_player" : "Show video player" ,
2022-12-03 19:38:32 +01:00
"share_link_in_post" : "Share Link in Post" ,
2023-03-15 14:58:25 +01:00
"tap_then_hold_to_show_menu" : "Tap then hold to show menu" ,
"a11y_labels" : {
"reblog" : "Re-blog" ,
"unreblog" : "Undo re-blog"
}
2021-05-12 12:26:53 +02:00
} ,
"tag" : {
"url" : "URL" ,
"mention" : "Mention" ,
"link" : "Link" ,
"hashtag" : "Hashtag" ,
"email" : "Email" ,
"emoji" : "Emoji"
2022-01-29 10:02:30 +01:00
} ,
"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."
2022-12-07 16:32:51 +01:00
} ,
"translation" : {
2022-12-19 07:32:48 +01:00
"translated_from" : "Translated from %s using %s" ,
2022-12-07 16:32:51 +01:00
"unknown_language" : "Unknown" ,
2022-12-19 07:32:48 +01:00
"unknown_provider" : "Unknown" ,
2023-02-07 03:32:50 +01:00
"show_original" : "Show Original"
2022-12-22 01:38:05 +01:00
} ,
"media" : {
"accessibility_label" : "%s, attachment %d of %d" ,
"expand_image_hint" : "Expands the image. Double-tap and hold to show actions" ,
"expand_gif_hint" : "Expands the GIF. Double-tap and hold to show actions" ,
"expand_video_hint" : "Shows the video player. Double-tap and hold to show actions"
2023-03-02 11:06:13 +01:00
} ,
"posted_via_application" : "%s via %s" ,
"buttons" : {
"reblogs_title" : "Reblogs" ,
"favorites_title" : "Favorites" ,
"edit_history_title" : "Edit History" ,
"edit_history_detail" : "Last edit %s"
} ,
"edited_at_timestamp_prefix" : "Edited %s" ,
"edit_history" : {
"title" : "Edit History" ,
"original_post" : "Original Post · %s"
2021-03-02 12:33:33 +01:00
}
2021-02-23 08:16:55 +01:00
} ,
2021-06-22 14:54:34 +02:00
"friendship" : {
2021-04-01 08:39:15 +02:00
"follow" : "Follow" ,
"following" : "Following" ,
2021-04-08 10:53:32 +02:00
"request" : "Request" ,
2021-04-02 12:13:45 +02:00
"pending" : "Pending" ,
2021-04-01 08:39:15 +02:00
"block" : "Block" ,
2021-04-02 12:13:45 +02:00
"block_user" : "Block %s" ,
2023-12-19 13:12:32 +01:00
"block_domain" : "Block domain %s" ,
2021-04-02 12:13:45 +02:00
"unblock" : "Unblock" ,
"unblock_user" : "Unblock %s" ,
2021-04-01 08:39:15 +02:00
"blocked" : "Blocked" ,
2023-12-19 13:12:32 +01:00
"domain_blocked" : "Domain Blocked" ,
2021-04-01 08:39:15 +02:00
"mute" : "Mute" ,
2021-04-02 12:13:45 +02:00
"mute_user" : "Mute %s" ,
"unmute" : "Unmute" ,
"unmute_user" : "Unmute %s" ,
2021-04-01 08:39:15 +02:00
"muted" : "Muted" ,
2022-11-07 22:23:00 +01:00
"edit_info" : "Edit Info" ,
"show_reblogs" : "Show Reblogs" ,
2022-11-08 17:46:48 +01:00
"hide_reblogs" : "Hide Reblogs"
2021-04-01 08:39:15 +02:00
} ,
2021-02-22 09:20:23 +01:00
"timeline" : {
2021-07-09 13:07:12 +02:00
"filtered" : "Filtered" ,
2021-06-01 08:31:31 +02:00
"timestamp" : {
2021-08-09 09:14:08 +02:00
"now" : "Now"
2021-06-01 08:31:31 +02:00
} ,
2021-03-16 12:28:52 +01:00
"loader" : {
"load_missing_posts" : "Load missing posts" ,
2021-04-13 13:46:42 +02:00
"loading_missing_posts" : "Loading missing posts..." ,
"show_more_replies" : "Show more replies"
2021-04-06 10:43:08 +02:00
} ,
"header" : {
2021-07-15 15:01:47 +02:00
"no_status_found" : "No Post Found" ,
2021-08-09 12:53:11 +02:00
"blocking_warning" : "You can’ t view this user's profile\nuntil you unblock them.\nYour profile looks like this to them." ,
"user_blocking_warning" : "You can’ t view %s’ s profile\nuntil you unblock them.\nYour profile looks like this to them." ,
"blocked_warning" : "You can’ t view this user’ s profile\nuntil they unblock you." ,
"user_blocked_warning" : "You can’ t view %s’ s profile\nuntil they unblock you." ,
2021-07-15 15:01:47 +02:00
"suspended_warning" : "This user has been suspended." ,
2021-06-21 11:52:38 +02:00
"user_suspended_warning" : "%s’ s account has been suspended."
2021-03-16 12:28:52 +01:00
}
2021-02-22 09:20:23 +01:00
}
2023-05-04 11:39:57 +02:00
} ,
"user_list" : {
2023-05-05 10:07:47 +02:00
"no_verified_link" : "No verified link" ,
"followers_count" : "%@ followers"
2021-02-22 09:20:23 +01:00
}
} ,
"scene" : {
"welcome" : {
2022-11-26 15:57:50 +01:00
"log_in" : "Log In" ,
2023-04-08 23:10:34 +02:00
"learn_more" : "Learn more" ,
2023-07-02 14:43:49 +02:00
"join_default_server" : "Join %@" ,
2023-05-02 20:20:13 +02:00
"pick_server" : "Pick another server" ,
2023-04-08 23:10:34 +02:00
"separator" : {
"or" : "or"
} ,
2022-11-26 15:57:50 +01:00
"education" : {
2023-04-08 23:10:34 +02:00
"mastodon" : {
"title" : "Welcome to Mastodon" ,
"description" : "Mastodon is a decentralized social network, meaning no single company controls it. It’ s made up of many independently-run servers, all connected together."
} ,
"servers" : {
"title" : "What are servers?" ,
"description" : "Every Mastodon account is hosted on a server — each with its own values, rules, & admins. No matter which one you pick, you can follow and interact with people on any server."
} ,
2023-03-17 11:16:58 +01:00
"a11y" : {
"what_is_mastodon" : {
2023-09-20 23:07:19 +02:00
"title" : "What is Mastodon?"
}
}
2022-11-26 15:57:50 +01:00
}
2021-02-22 09:20:23 +01:00
} ,
2022-11-13 15:04:42 +01:00
"login" : {
2022-11-14 23:40:22 +01:00
"title" : "Welcome back" ,
"subtitle" : "Log you in on the server you created your account on." ,
2022-11-13 15:04:42 +01:00
"server_search_field" : {
2023-04-08 23:10:34 +02:00
"placeholder" : "Enter URL or search for your server"
2022-11-13 15:04:42 +01:00
}
2022-11-16 07:42:27 +01:00
} ,
2021-02-22 09:20:23 +01:00
"server_picker" : {
2022-12-13 23:37:30 +01:00
"title" : "Pick Server" ,
2021-03-15 06:42:46 +01:00
"button" : {
2022-12-20 18:42:57 +01:00
"language" : "Language" ,
2022-12-21 23:33:34 +01:00
"signup_speed" : "Sign-up Speed" ,
2021-03-15 06:42:46 +01:00
"category" : {
2021-05-07 14:02:28 +02:00
"all" : "All" ,
"all_accessiblity_description" : "Category: All" ,
"academia" : "academia" ,
"activism" : "activism" ,
"food" : "food" ,
"furry" : "furry" ,
"games" : "games" ,
"general" : "general" ,
"journalism" : "journalism" ,
"lgbt" : "lgbt" ,
"regional" : "regional" ,
"art" : "art" ,
"music" : "music" ,
"tech" : "tech"
2021-02-25 09:38:24 +01:00
} ,
2021-03-15 06:42:46 +01:00
"see_less" : "See Less" ,
"see_more" : "See More"
2021-02-25 09:38:24 +01:00
} ,
2021-03-15 06:42:46 +01:00
"label" : {
"language" : "LANGUAGE" ,
"users" : "USERS" ,
"category" : "CATEGORY"
2021-02-25 09:38:24 +01:00
} ,
2021-02-22 09:20:23 +01:00
"input" : {
2022-11-09 16:41:27 +01:00
"search_servers_or_enter_url" : "Search communities or enter URL"
2021-03-06 05:55:52 +01:00
} ,
"empty_state" : {
"finding_servers" : "Finding available servers..." ,
2021-07-15 15:01:47 +02:00
"bad_network" : "Something went wrong while loading the data. Check your internet connection." ,
2021-05-13 11:50:37 +02:00
"no_results" : "No results"
2022-12-21 23:33:34 +01:00
} ,
"signup_speed" : {
"all" : "All" ,
"instant" : "Instant Sign-up" ,
2023-01-08 15:21:33 +01:00
"manually_reviewed" : "Manual Review"
2022-12-23 23:33:30 +01:00
} ,
2022-12-30 17:02:20 +01:00
"language" : {
"all" : "All"
} ,
2022-12-23 23:33:30 +01:00
"search" : {
"placeholder" : "Search name or URL"
2023-03-27 21:29:38 +02:00
} ,
"no_server_selected_hint" : "We’ ll pick a server based on your language if you continue without making a selection."
2021-02-22 09:20:23 +01:00
} ,
2022-12-17 19:50:40 +01:00
"privacy" : {
"title" : "Privacy" ,
2023-03-27 21:29:38 +02:00
"description" : "Although the Mastodon app does not collect any data, the server you sign up through may have a different policy. Take a minute to review and agree to the Mastodon app privacy policy and your server’ s privacy policy." ,
2022-12-17 19:50:40 +01:00
"policy" : {
2023-01-08 15:21:33 +01:00
"ios" : "Privacy Policy - Mastodon for iOS" ,
"server" : "Privacy Policy - %s"
2022-12-17 19:50:40 +01:00
} ,
"button" : {
2023-03-30 22:18:19 +02:00
"confirm" : "I Agree"
2022-12-17 19:50:40 +01:00
}
2023-01-09 10:16:20 +01:00
} ,
2021-02-22 09:20:23 +01:00
"register" : {
2023-04-04 16:21:47 +02:00
"title" : "Create Account" ,
2021-02-22 09:20:23 +01:00
"input" : {
2021-03-29 07:37:56 +02:00
"avatar" : {
2021-04-26 14:36:59 +02:00
"delete" : "Delete"
2021-03-29 07:37:56 +02:00
} ,
2021-02-22 09:20:23 +01:00
"username" : {
"placeholder" : "username" ,
2022-12-28 15:03:50 +01:00
"duplicate_prompt" : "This username is taken." ,
"suggestion" : "amazing_%@"
2021-02-22 09:20:23 +01:00
} ,
"display_name" : {
"placeholder" : "display name"
} ,
"email" : {
"placeholder" : "email"
} ,
"password" : {
"placeholder" : "password" ,
2022-12-18 20:30:33 +01:00
"confirmation_placeholder" : "Confirm Password" ,
2022-01-10 04:20:44 +01:00
"require" : "Your password needs at least:" ,
"character_limit" : "8 characters" ,
"accessibility" : {
"checked" : "checked" ,
"unchecked" : "unchecked"
} ,
2021-03-04 08:29:46 +01:00
"hint" : "Your password needs at least eight characters"
2021-02-26 05:52:37 +01:00
} ,
"invite" : {
2021-03-04 11:53:29 +01:00
"registration_user_invite_request" : "Why do you want to join?"
2021-02-22 09:20:23 +01:00
}
2021-02-24 13:06:28 +01:00
} ,
2021-03-04 08:29:46 +01:00
"error" : {
"item" : {
"username" : "Username" ,
"email" : "Email" ,
"password" : "Password" ,
"agreement" : "Agreement" ,
"locale" : "Locale" ,
"reason" : "Reason"
} ,
"reason" : {
2021-07-15 15:01:47 +02:00
"blocked" : "%s contains a disallowed email provider" ,
2021-03-04 08:29:46 +01:00
"unreachable" : "%s does not seem to exist" ,
2023-04-04 16:21:47 +02:00
"taken" : "%s is already taken. How about:" ,
2021-03-04 08:29:46 +01:00
"reserved" : "%s is a reserved keyword" ,
"accepted" : "%s must be accepted" ,
"blank" : "%s is required" ,
"invalid" : "%s is invalid" ,
"too_long" : "%s is too long" ,
"too_short" : "%s is too short" ,
"inclusion" : "%s is not a supported value"
} ,
"special" : {
2021-03-04 09:42:43 +01:00
"username_invalid" : "Username must only contain alphanumeric characters and underscores" ,
2021-06-21 11:52:38 +02:00
"username_too_long" : "Username is too long (can’ t be longer than 30 characters)" ,
2021-07-15 15:01:47 +02:00
"email_invalid" : "This is not a valid email address" ,
2021-03-04 09:42:43 +01:00
"password_too_short" : "Password is too short (must be at least 8 characters)"
2021-03-04 08:29:46 +01:00
}
}
2021-02-22 09:20:23 +01:00
} ,
"server_rules" : {
2024-03-19 09:55:42 +01:00
"title" : "Server Rules" ,
"subtitle" : "By continuing, you agree to follow by the following rules set and enforced by the **%s** moderators." ,
2021-06-21 11:52:38 +02:00
"prompt" : "By continuing, you’ re subject to the terms of service and privacy policy for %s." ,
2021-03-30 08:31:52 +02:00
"terms_of_service" : "terms of service" ,
"privacy_policy" : "privacy policy" ,
2021-02-22 09:20:23 +01:00
"button" : {
2024-03-19 09:55:42 +01:00
"confirm" : "I Agree" ,
"disagree" : "Disagree"
2021-02-22 09:20:23 +01:00
}
} ,
2021-02-24 10:08:36 +01:00
"confirm_email" : {
2022-12-28 15:25:54 +01:00
"title" : "Check Your Inbox" ,
"tap_the_link_we_emailed_to_you_to_verify_your_account" : "Tap the link we sent you to verify %@. We’ ll wait right here." ,
2021-02-24 10:08:36 +01:00
"button" : {
2022-01-07 12:11:56 +01:00
"resend" : "Resend"
2021-02-24 10:08:36 +01:00
} ,
"dont_receive_email" : {
2023-04-04 16:22:02 +02:00
"title" : "Check your Email" ,
2021-02-25 08:39:48 +01:00
"description" : "Check if your email address is correct as well as your junk folder if you haven’ t." ,
2021-02-26 11:27:47 +01:00
"resend_email" : "Resend Email"
2021-02-24 10:08:36 +01:00
} ,
"open_email_app" : {
2023-04-04 16:22:02 +02:00
"title" : "Check your Inbox." ,
2021-02-25 08:39:48 +01:00
"description" : "We just sent you an email. Check your junk folder if you haven’ t." ,
"mail" : "Mail" ,
"open_email_client" : "Open Email Client"
2022-12-29 22:35:21 +01:00
} ,
"didnt_get_link" : {
2023-04-04 16:22:02 +02:00
"prefix" : "Didn’ t get a link?" ,
2022-12-29 22:35:21 +01:00
"resend_in" : "Resend (%@)" ,
"resend_now" : "Resend now."
2021-02-24 10:08:36 +01:00
}
} ,
2021-02-22 09:20:23 +01:00
"home_timeline" : {
2021-03-15 13:03:40 +01:00
"title" : "Home" ,
2024-04-01 20:20:35 +02:00
"timeline_menu" : {
"following" : "Following" ,
"local_community" : "Local"
} ,
2024-04-10 14:03:13 +02:00
"timeline_pill" : {
2021-03-15 13:03:40 +01:00
"offline" : "Offline" ,
2024-04-10 14:03:13 +02:00
"new_posts" : "New Posts" ,
"post_sent" : "Post Sent"
2022-05-11 10:27:32 +02:00
}
2021-02-22 09:20:23 +01:00
} ,
2021-04-21 08:46:31 +02:00
"suggestion_account" : {
2023-05-22 14:45:52 +02:00
"title" : "Popular on Mastodon" ,
"follow_all" : "Follow all"
2021-04-21 08:46:31 +02:00
} ,
2021-03-11 08:41:27 +01:00
"compose" : {
"title" : {
2021-03-15 06:42:46 +01:00
"new_post" : "New Post" ,
2023-03-02 11:06:13 +01:00
"new_reply" : "New Reply" ,
"edit_post" : "Edit Post"
2021-03-12 07:18:07 +01:00
} ,
2021-03-19 12:49:48 +01:00
"media_selection" : {
"camera" : "Take Photo" ,
"photo_library" : "Photo Library" ,
"browse" : "Browse"
} ,
2021-06-21 11:52:38 +02:00
"content_input_placeholder" : "Type or paste what’ s on your mind" ,
2021-03-18 08:16:35 +01:00
"compose_action" : "Publish" ,
2021-04-14 09:24:54 +02:00
"replying_to_user" : "replying to %s" ,
2021-03-18 08:16:35 +01:00
"attachment" : {
"photo" : "photo" ,
"video" : "video" ,
2021-06-21 11:52:38 +02:00
"attachment_broken" : "This %s is broken and can’ t be\nuploaded to Mastodon." ,
2021-07-15 15:01:47 +02:00
"description_photo" : "Describe the photo for the visually-impaired..." ,
2022-11-08 12:40:58 +01:00
"description_video" : "Describe the video for the visually-impaired..." ,
"load_failed" : "Load Failed" ,
"upload_failed" : "Upload Failed" ,
2022-11-14 18:44:28 +01:00
"can_not_recognize_this_media_attachment" : "Can not recognize this media attachment" ,
2022-11-14 12:27:09 +01:00
"attachment_too_large" : "Attachment too large" ,
"compressing_state" : "Compressing..." ,
"server_processing_state" : "Server Processing..."
2021-03-24 07:49:27 +01:00
} ,
"poll" : {
2023-02-07 23:00:22 +01:00
"title" : "Poll" ,
2021-03-24 07:49:27 +01:00
"duration_time" : "Duration: %s" ,
"thirty_minutes" : "30 minutes" ,
"one_hour" : "1 Hour" ,
"six_hours" : "6 Hours" ,
"one_day" : "1 Day" ,
"three_days" : "3 Days" ,
2021-04-14 09:24:54 +02:00
"seven_days" : "7 Days" ,
2022-11-14 12:27:09 +01:00
"option_number" : "Option %ld" ,
"the_poll_is_invalid" : "The poll is invalid" ,
2023-02-07 22:55:58 +01:00
"the_poll_has_empty_option" : "The poll has empty option" ,
2023-02-07 22:56:49 +01:00
"add_option" : "Add Option" ,
2023-02-07 22:55:58 +01:00
"remove_option" : "Remove Option" ,
"move_up" : "Move Up" ,
"move_down" : "Move Down"
2021-03-25 11:17:05 +01:00
} ,
"content_warning" : {
"placeholder" : "Write an accurate warning here..."
2021-03-25 12:34:30 +01:00
} ,
"visibility" : {
"public" : "Public" ,
"unlisted" : "Unlisted" ,
"private" : "Followers only" ,
"direct" : "Only people I mention"
2021-05-13 08:27:57 +02:00
} ,
2021-05-18 08:25:32 +02:00
"auto_complete" : {
2021-06-21 12:30:24 +02:00
"space_to_add" : "Space to add"
2021-05-18 08:25:32 +02:00
} ,
2021-05-13 08:27:57 +02:00
"accessibility" : {
2021-07-15 15:01:47 +02:00
"append_attachment" : "Add Attachment" ,
"append_poll" : "Add Poll" ,
"remove_poll" : "Remove Poll" ,
"custom_emoji_picker" : "Custom Emoji Picker" ,
"enable_content_warning" : "Enable Content Warning" ,
"disable_content_warning" : "Disable Content Warning" ,
2022-11-07 12:26:20 +01:00
"post_visibility_menu" : "Post Visibility Menu" ,
"post_options" : "Post Options" ,
"posting_as" : "Posting as %s"
2021-05-21 13:12:01 +02:00
} ,
"keyboard" : {
"discard_post" : "Discard Post" ,
"publish_post" : "Publish Post" ,
"toggle_poll" : "Toggle Poll" ,
"toggle_content_warning" : "Toggle Content Warning" ,
2021-07-15 15:01:47 +02:00
"append_attachment_entry" : "Add Attachment - %s" ,
2021-05-21 13:12:01 +02:00
"select_visibility_entry" : "Select Visibility - %s"
2023-01-24 01:50:10 +01:00
} ,
"language" : {
"title" : "Post Language" ,
"suggested" : "Suggested" ,
"recent" : "Recent" ,
"other" : "Other Language…"
2021-03-18 08:16:35 +01:00
}
2021-04-01 08:39:15 +02:00
} ,
"profile" : {
2022-06-09 10:48:49 +02:00
"header" : {
"follows_you" : "Follows You"
} ,
2021-04-01 08:39:15 +02:00
"dashboard" : {
2022-12-13 16:07:37 +01:00
"my_posts" : "posts" ,
"my_following" : "following" ,
"my_followers" : "followers" ,
"other_posts" : "posts" ,
"other_following" : "following" ,
2023-03-20 08:02:41 +01:00
"other_followers" : "followers" ,
"familiar_followers" : "mutuals"
2021-04-01 08:39:15 +02:00
} ,
2021-05-27 07:56:55 +02:00
"fields" : {
2022-11-17 02:26:26 +01:00
"joined" : "Joined" ,
2021-05-27 07:56:55 +02:00
"add_row" : "Add Row" ,
"placeholder" : {
"label" : "Label" ,
"content" : "Content"
2022-11-12 15:42:00 +01:00
} ,
"verified" : {
2022-11-14 11:38:32 +01:00
"short" : "Verified on %s" ,
2022-11-12 15:42:00 +01:00
"long" : "Ownership of this link was checked on %s"
2021-05-27 07:56:55 +02:00
}
} ,
2021-04-01 08:39:15 +02:00
"segmented_control" : {
"posts" : "Posts" ,
"replies" : "Replies" ,
2022-01-27 14:23:39 +01:00
"posts_and_replies" : "Posts and Replies" ,
"media" : "Media" ,
"about" : "About"
2021-04-02 12:13:45 +02:00
} ,
"relationship_action_alert" : {
2022-01-27 14:23:39 +01:00
"confirm_mute_user" : {
"title" : "Mute Account" ,
"message" : "Confirm to mute %s"
} ,
2021-04-02 12:13:45 +02:00
"confirm_unmute_user" : {
"title" : "Unmute Account" ,
2021-07-15 15:01:47 +02:00
"message" : "Confirm to unmute %s"
2021-04-02 12:13:45 +02:00
} ,
2022-01-27 14:23:39 +01:00
"confirm_block_user" : {
"title" : "Block Account" ,
"message" : "Confirm to block %s"
} ,
"confirm_unblock_user" : {
2021-04-02 12:13:45 +02:00
"title" : "Unblock Account" ,
2021-07-15 15:01:47 +02:00
"message" : "Confirm to unblock %s"
2022-11-07 22:23:00 +01:00
} ,
"confirm_show_reblogs" : {
"title" : "Show Reblogs" ,
2022-11-08 08:08:30 +01:00
"message" : "Confirm to show reblogs"
2022-11-07 22:23:00 +01:00
} ,
"confirm_hide_reblogs" : {
"title" : "Hide Reblogs" ,
2022-11-08 08:08:30 +01:00
"message" : "Confirm to hide reblogs"
2023-12-19 13:12:32 +01:00
} ,
"confirm_block_domain" : {
"title" : "Block domain" ,
"message" : "Confirm to block domain %s"
} ,
"confirm_unblock_domain" : {
"title" : "Unblock domain" ,
"message" : "Confirm to unblock domain %s"
2022-11-08 17:46:48 +01:00
}
2022-02-14 12:34:22 +01:00
} ,
"accessibility" : {
"show_avatar_image" : "Show avatar image" ,
"edit_avatar_image" : "Edit avatar image" ,
2022-02-16 10:25:55 +01:00
"show_banner_image" : "Show banner image" ,
"double_tap_to_open_the_list" : "Double tap to open the list"
2021-04-01 08:39:15 +02:00
}
2021-04-01 08:53:24 +02:00
} ,
2021-11-01 13:14:26 +01:00
"follower" : {
2022-05-17 12:58:24 +02:00
"title" : "follower" ,
2021-11-01 13:14:26 +01:00
"footer" : "Followers from other servers are not displayed."
} ,
"following" : {
2022-05-17 12:58:24 +02:00
"title" : "following" ,
2021-11-01 13:14:26 +01:00
"footer" : "Follows from other servers are not displayed."
} ,
2022-05-17 12:58:24 +02:00
"familiarFollowers" : {
"title" : "Followers you familiar" ,
"followed_by_names" : "Followed by %s"
} ,
2022-05-17 16:10:06 +02:00
"favorited_by" : {
"title" : "Favorited By"
} ,
"reblogged_by" : {
"title" : "Reblogged By"
} ,
2021-03-31 13:29:54 +02:00
"search" : {
2021-07-14 14:28:41 +02:00
"title" : "Search" ,
"search_bar" : {
2021-03-31 13:29:54 +02:00
"placeholder" : "Search hashtags and users" ,
"cancel" : "Cancel"
2021-04-01 14:54:57 +02:00
} ,
"recommend" : {
2021-04-13 03:33:16 +02:00
"button_text" : "See All" ,
2021-04-08 05:25:02 +02:00
"hash_tag" : {
2021-07-15 15:01:47 +02:00
"title" : "Trending on Mastodon" ,
"description" : "Hashtags that are getting quite a bit of attention" ,
2021-04-08 05:25:02 +02:00
"people_talking" : "%s people are talking"
} ,
"accounts" : {
"title" : "Accounts you might like" ,
2021-05-13 10:06:28 +02:00
"description" : "You may like to follow these accounts" ,
2021-04-08 05:25:02 +02:00
"follow" : "Follow"
}
2021-04-02 10:24:00 +02:00
} ,
"searching" : {
2023-09-20 23:07:19 +02:00
"posts" : "Posts matching \"%s\"" ,
"people" : "People matching \"%s\"" ,
2023-09-20 19:51:10 +02:00
"profile" : "Go to @%s@%s" ,
2023-09-20 22:00:23 +02:00
"url" : "Open URL in Mastodon" ,
"hashtag" : "Go to #%s" ,
2023-09-20 23:55:21 +02:00
"no_user" : {
"title" : "No User Account Found" ,
"message" : "There's no Useraccount \"%s\" on %s"
2023-11-14 12:26:37 +01:00
} ,
2021-07-15 11:26:04 +02:00
"empty_state" : {
"no_results" : "No results"
} ,
2021-04-02 10:24:00 +02:00
"recent_search" : "Recent searches" ,
2023-09-20 19:39:09 +02:00
"clear_all" : "Clear all" ,
2021-06-22 11:47:21 +02:00
"clear" : "Clear"
2021-03-31 13:29:54 +02:00
}
2021-04-02 04:21:51 +02:00
} ,
2022-04-12 11:32:38 +02:00
"discovery" : {
"tabs" : {
"posts" : "Posts" ,
"hashtags" : "Hashtags" ,
"news" : "News" ,
2022-04-29 03:02:47 +02:00
"community" : "Community" ,
2022-04-12 11:32:38 +02:00
"for_you" : "For You"
2022-04-19 15:34:49 +02:00
} ,
"intro" : "These are the posts gaining traction in your corner of Mastodon."
2022-04-12 11:32:38 +02:00
} ,
2021-04-08 05:25:02 +02:00
"favorite" : {
2023-02-14 22:29:53 +01:00
"title" : "Favorites"
2021-04-20 10:46:04 +02:00
} ,
2021-04-12 10:31:53 +02:00
"notification" : {
"title" : {
"Everything" : "Everything" ,
"Mentions" : "Mentions"
} ,
2022-01-27 14:23:39 +01:00
"notification_description" : {
2022-02-11 17:18:19 +01:00
"followed_you" : "followed you" ,
2022-01-27 14:23:39 +01:00
"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"
} ,
2021-05-21 11:18:03 +02:00
"keyobard" : {
"show_everything" : "Show Everything" ,
"show_mentions" : "Show Mentions"
2022-06-30 09:05:48 +02:00
} ,
"follow_request" : {
"accept" : "Accept" ,
"accepted" : "Accepted" ,
"reject" : "reject" ,
"rejected" : "Rejected"
2021-04-19 14:34:08 +02:00
}
2021-04-13 13:46:42 +02:00
} ,
"thread" : {
"back_title" : "Post" ,
2021-07-06 08:55:24 +02:00
"title" : "Post from %s"
2021-04-17 08:13:01 +02:00
} ,
2021-04-13 10:22:41 +02:00
"settings" : {
2023-06-27 20:36:40 +02:00
"overview" : {
"title" : "Settings" ,
"general" : "General" ,
2023-06-29 16:34:09 +02:00
"notifications" : "Notifications" ,
"support_mastodon" : "Support Mastodon" ,
"about_mastodon" : "About Mastodon" ,
2023-09-27 22:32:22 +02:00
"server_details" : "Server Details" ,
2023-06-29 16:34:09 +02:00
"logout" : "Logout %@"
2023-11-14 12:26:37 +01:00
} ,
2023-06-27 20:36:40 +02:00
"about_mastodon" : {
2023-06-28 09:05:21 +02:00
"title" : "About" ,
2023-06-27 20:36:40 +02:00
"more_settings" : "Even More Settings" ,
"contribute_to_mastodon" : "Contribute to Mastodon" ,
"privacy_policy" : "Privacy Policy" ,
"clear_media_storage" : "Clear Media Storage"
2023-06-29 22:49:35 +02:00
} ,
2023-10-09 17:31:39 +02:00
"server_details" : {
"about" : "About" ,
2023-11-14 12:26:37 +01:00
"rules" : "Rules" ,
2023-10-09 17:31:39 +02:00
"about_instance" : {
2023-11-14 12:42:03 +01:00
"title" : "Administrator" ,
2023-10-10 14:00:32 +02:00
"message_admin" : "Message Admin" ,
"legal_notice" : "A legal notice"
2023-10-09 17:31:39 +02:00
}
2023-10-09 14:40:15 +02:00
} ,
2023-06-29 22:49:35 +02:00
"general" : {
"title" : "General" ,
"appearance" : {
"section_title" : "Appearance" ,
"dark" : "Dark" ,
"light" : "Light" ,
"system" : "Use Device Appearance"
} ,
2024-02-28 10:52:04 +01:00
"ask_before" : {
"section_title" : "Ask before…" ,
"posting_without_alt_text" : "Posting without Alt Text" ,
"unfollowing_someone" : "Unfollowing Someone" ,
"boosting_a_post" : "Boosting a Post" ,
"deleting_a_post" : "Deleting a Post"
} ,
2023-06-29 22:49:35 +02:00
"design" : {
"section_title" : "Design" ,
"show_animations" : "Play Animated Avatars and Emoji"
} ,
2024-02-28 10:52:04 +01:00
"language" : {
"section_title" : "Language" ,
"default_post_language" : "Default Post Language"
} ,
2023-06-29 22:49:35 +02:00
"links" : {
"section_title" : "Links" ,
"open_in_mastodon" : "Open in Mastodon" ,
"open_in_browser" : "Open in Browser"
}
2023-06-30 12:02:16 +02:00
} ,
"notifications" : {
"title" : "Notifications" ,
"policy" : {
"title" : "Get Notifications from" ,
"anyone" : "Anyone" ,
"followers" : "People who follow you" ,
"follow" : "People you follow" ,
"noone" : "No one"
} ,
"alert" : {
"mentions_and_replies" : "Mentions & Replies" ,
"boosts" : "Boosts" ,
"favorites" : "Favorites" ,
"new_followers" : "New Followers"
2023-09-26 17:24:26 +02:00
} ,
"disabled" : {
"notification_hint" : "Turn on notifications from your device settings to see updates on your lock screen." ,
"go_to_settings" : "Go to Notification Settings"
2023-06-30 12:02:16 +02:00
}
2023-09-26 17:24:26 +02:00
2023-06-27 20:36:40 +02:00
}
2021-04-19 14:34:08 +02:00
} ,
"report" : {
2022-02-08 05:36:06 +01:00
"title_report" : "Report" ,
2021-04-19 14:34:08 +02:00
"title" : "Report %s" ,
"step1" : "Step 1 of 2" ,
"step2" : "Step 2 of 2" ,
"content1" : "Are there any other posts you’ d like to add to the report?" ,
"content2" : "Is there anything the moderators should know about this report?" ,
2022-02-08 05:36:06 +01:00
"report_sent_title" : "Thanks for reporting, we’ ll look into this." ,
2021-04-19 14:34:08 +02:00
"send" : "Send Report" ,
2021-04-22 16:58:21 +02:00
"skip_to_send" : "Send without comment" ,
2022-02-08 05:36:06 +01:00
"text_placeholder" : "Type or paste additional comments" ,
2022-05-10 12:02:23 +02:00
"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." ,
2022-05-11 10:34:11 +02:00
"unfollow" : "Unfollow" ,
"unfollowed" : "Unfollowed" ,
2022-05-10 12:02:23 +02:00
"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." ,
2022-05-11 10:34:11 +02:00
"block_user" : "Block %s" ,
2022-05-11 15:11:58 +02:00
"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." ,
"while_we_review_this_you_can_take_action_against_user" : "While we review this, you can take action against %s"
2022-05-10 12:02:23 +02:00
}
2021-05-21 09:23:02 +02:00
} ,
"preview" : {
"keyboard" : {
"close_preview" : "Close Preview" ,
"show_next" : "Show Next" ,
"show_previous" : "Show Previous"
}
2021-09-14 12:21:15 +02:00
} ,
"account_list" : {
2021-09-15 14:18:19 +02:00
"tab_bar_hint" : "Current selected profile: %s. Double tap then hold to show account switcher" ,
"dismiss_account_switcher" : "Dismiss Account Switcher" ,
2021-09-16 11:27:08 +02:00
"add_account" : "Add Account"
2021-09-15 14:18:19 +02:00
} ,
2022-11-09 07:25:57 +01:00
"bookmark" : {
"title" : "Bookmarks"
2022-11-25 14:16:58 +01:00
} ,
"followed_tags" : {
2022-11-25 15:43:02 +01:00
"title" : "Followed Tags" ,
"header" : {
"posts" : "posts" ,
"participants" : "participants" ,
"posts_today" : "posts today"
} ,
"actions" : {
"follow" : "Follow" ,
"unfollow" : "Unfollow"
}
2021-02-22 09:20:23 +01:00
}
2023-01-11 15:12:07 +01:00
} ,
"extension" : {
"open_in" : {
"invalid_link_error" : "This doesn't seem to be a valid Mastodon link."
}
2023-02-06 12:13:29 +01:00
} ,
"widget" : {
"common" : {
"unsupported_widget_family" : "Sorry but this Widget family is unsupported." ,
"user_not_logged_in" : "Please open Mastodon to log in to an Account."
} ,
"followers_count" : {
2023-02-07 09:33:47 +01:00
"configuration_display_name" : "Followers" ,
"configuration_description" : "Show number of followers." ,
2023-02-06 12:13:29 +01:00
"title" : "FOLLOWERS" ,
"followers_today" : "%s followers today"
} ,
2023-02-06 19:57:33 +01:00
"multiple_followers" : {
2023-02-07 09:33:47 +01:00
"configuration_display_name" : "Multiple followers" ,
"configuration_description" : "Show number of followers for multiple accounts." ,
2023-02-06 19:57:33 +01:00
"mock_user" : {
"display_name" : "Another follower" ,
"account_name" : "another@follower.social"
}
} ,
2023-02-06 12:13:29 +01:00
"latest_followers" : {
2023-02-07 09:33:47 +01:00
"configuration_display_name" : "Latest followers" ,
"configuration_description" : "Show latest followers." ,
2023-02-06 12:13:29 +01:00
"title" : "Latest followers" ,
"last_update" : "Last update: %s"
2023-03-28 23:05:47 +02:00
} ,
"hashtag" : {
"configuration" : {
"display_name" : "Hashtag" ,
2023-05-05 12:10:57 +02:00
"description" : "Shows a recent post with the selected hashtag."
2023-04-22 23:20:32 +02:00
} ,
"not_found" : {
"account_name" : "John Mastodon" ,
"account" : "@johnMastodon@no-such.account" ,
2023-05-05 12:10:57 +02:00
"content" : "Sorry, we couldn’ t find any posts with the hashtag <a>#%@</a>. Please try a <a>#DifferentHashtag</a> or check the widget settings."
2023-04-22 23:20:32 +02:00
} ,
"placeholder" : {
"account_name" : "John Mastodon" ,
"account" : "@johnMastodon@no-such.account" ,
2023-05-05 12:10:57 +02:00
"content" : "This is how a post with a <a>#hashtag</a> would look. Pick whichever <a>#hashtag</a> you want in the widget settings."
2023-03-28 23:05:47 +02:00
}
2023-02-06 12:13:29 +01:00
}
2021-02-22 09:20:23 +01:00
}
2022-11-14 23:40:22 +01:00
}