2025-07-13 18:35:26 +01:00
{
"compose_placeholders" : [
2025-07-13 20:44:54 +01:00
"What's cooking, %1?" ,
2025-07-13 18:35:26 +01:00
"Speak your mind!" ,
"Federate something..." ,
"I sure love posting!" ,
2025-07-13 20:44:54 +01:00
"Another day, another %1 post!"
2025-07-13 18:35:26 +01:00
] ,
"login" : {
"welcome" : "Welcome, fediverse user!" ,
"enter_domain" : "Please enter your server domain to log in." ,
"experimental" : "Please note this is\n<strong><em>extremely experimental software</em></strong>;\nthings are likely to break!\n<br>\nIf that's all cool with you, welcome aboard!" ,
"button" : "Log in" ,
"error" : {
"no_domain" : "Please enter an server domain." ,
"connection_failed" : "Failed to connect to the server.\nCheck the browser console for details!" ,
"create_app" : "Failed to create an application for this server."
} ,
"made_with_tagline" : "made with ❤ by <a href=\"https://bliss.town\">bliss town</a>"
} ,
"navigation" : {
"timeline" : "Timeline" ,
"notifications" : "Notifications" ,
2025-07-14 17:42:20 +01:00
"follow_requests" : "Follow requests" ,
2025-07-13 18:35:26 +01:00
"explore" : "Explore" ,
"lists" : "Lists" ,
"favourites" : "Favourites" ,
"bookmarks" : "Bookmarks" ,
"hashtags" : "Hashtags" ,
"profile_information" : "Profile information" ,
"settings" : "Settings" ,
2025-07-13 18:49:49 +01:00
"log_out" : "Log out" ,
"back" : "Back"
2025-07-13 18:35:26 +01:00
} ,
"timeline" : {
"home" : "Home" ,
"local" : "Local" ,
"federated" : "Federated" ,
"fetching" : "getting the feed..."
} ,
"notification" : {
"and_others" : "and <strong>%1</strong> others" ,
"mention" : "%1 mentioned you." ,
"reblog" : "%1 boosted your post." ,
"reaction" : "%1 reacted to your post." ,
"follow" : "%1 followed you." ,
"follow_request" : "%1 requested to follow you." ,
"favourite" : "%1 favourited your post." ,
"poll" : "%1's poll as ended." ,
"update" : "%1 updated their post." ,
"default" : "%1 poked you!" ,
"fetching" : "fetching notifications..."
} ,
"post" : {
2025-07-13 18:49:49 +01:00
"loading" : "loading post..." ,
2025-07-14 04:10:16 +01:00
"pinned" : "📌 Pinned post" ,
2025-07-13 18:49:49 +01:00
"by" : "Post by %1" ,
2025-07-13 18:35:26 +01:00
"time" : "%1 ago" ,
"boosted" : "%1 boosted this post." ,
"actions" : {
"reply" : "Reply" ,
"boost" : "Boost" ,
"favourite" : "Favourite" ,
"quote" : "Quote" ,
"react" : "React" ,
"more" : "More" ,
"delete" : "Delete"
} ,
"warning" : {
"show" : "(click to reveal)" ,
"hide" : "(click to hide)"
} ,
"visibility" : {
"public" : "public" ,
"unlisted" : "unlisted" ,
"private" : "private" ,
"direct" : "direct"
}
} ,
2025-07-13 22:00:33 +01:00
"profile" : {
2025-07-14 01:41:02 +01:00
"locked" : "This is a private account." ,
"bot" : "This is an automated account." ,
"followers" : "Followers" ,
"following" : "Following" ,
2025-07-13 22:00:33 +01:00
"follow" : "Follow" ,
"home_instance" : "View on home instance" ,
"more" : "More" ,
"posts" : "Posts" ,
"replies" : "Replies" ,
2025-07-14 00:19:42 +01:00
"media" : "Media" ,
"loading" : "loading profile..."
2025-07-13 22:00:33 +01:00
} ,
2025-07-13 20:44:54 +01:00
"logs" : {
"logged_in" : "Logged in as %1" ,
"server_detected" : "Server detected as %1 (%2) with capabilities: {%3}}" ,
"server_unsupported" : "Server %1 is unsupported (%2). Things may break, or not work as expected" ,
"no_hostname" : "Attempted to connect to a server without providing a hostname" ,
"no_https" : "Cowardly refusing to connect to an insecure server" ,
"connection_failed" : "Failed to connect to %1" ,
2025-07-14 00:19:42 +01:00
"post_fetch_failed" : "Failed to fetch post" ,
"post_fetch_failed_id" : "Failed to fetch post %1" ,
2025-07-13 20:44:54 +01:00
"post_parse_failed" : "Failed to parse post" ,
"post_parse_failed_id" : "Failed to parse post %1" ,
2025-07-14 00:19:42 +01:00
"profile_fetch_failed" : "Failed to fetch profile" ,
"profile_fetch_failed_id" : "Failed to fetch profile %1" ,
2025-07-13 20:44:54 +01:00
"token_revoke_failed" : "Token revocation failed! Dumping data anyways" ,
"sound_does_not_exist" : "Attempted to play sound \"%1\", which does not exist!" ,
"account_data_empty" : "Attempted to parse account data but no data was provided" ,
"timeline_fetch_failed" : "Failed to retrieve timeline."
} ,
"error" : {
"bad_request" : "Bad request" ,
"invalid_auth_code" : "Invalid auth code provided" ,
"connection_failed" : "Failed to connect to <code>%1</code>." ,
"post_fetch_failed" : "Failed to retrieve post <code>%1</code>."
} ,
2025-07-13 18:35:26 +01:00
"compose" : "Post" ,
"search" : "Search" ,
2025-07-13 18:49:49 +01:00
"loading" : "just a moment..." ,
2025-07-13 18:35:26 +01:00
"source" : "source" ,
"issues" : "issues"
}