forked from blisstown/campfire
116 lines
4 KiB
JSON
116 lines
4 KiB
JSON
{
|
|
"compose_placeholders": [
|
|
"What's cooking, %1?",
|
|
"Speak your mind!",
|
|
"Federate something...",
|
|
"I sure love posting!",
|
|
"Another day, another %1 post!"
|
|
],
|
|
|
|
"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",
|
|
"explore": "Explore",
|
|
"lists": "Lists",
|
|
|
|
"favourites": "Favourites",
|
|
"bookmarks": "Bookmarks",
|
|
"hashtags": "Hashtags",
|
|
|
|
"profile_information": "Profile information",
|
|
"settings": "Settings",
|
|
"log_out": "Log out",
|
|
|
|
"back": "Back"
|
|
},
|
|
|
|
"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": {
|
|
"loading": "loading post...",
|
|
"by": "Post by %1",
|
|
"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"
|
|
}
|
|
},
|
|
|
|
"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",
|
|
"post_fetch_failed": "Failed to fetch post %1",
|
|
"post_parse_failed": "Failed to parse post",
|
|
"post_parse_failed_id": "Failed to parse post %1",
|
|
"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>."
|
|
},
|
|
|
|
"compose": "Post",
|
|
"search": "Search",
|
|
"loading": "just a moment...",
|
|
|
|
"source": "source",
|
|
"issues": "issues"
|
|
}
|