loris/lib/i18n/en.json

43 lines
1.9 KiB
JSON
Raw Normal View History

2022-07-03 13:47:24 +00:00
{
"greeting": "hello! welcome to loris",
2022-07-03 13:47:24 +00:00
"instance-url": "instance url",
"instance-url-example": "example.com",
"authorize-in-browser": "authorize in browser",
"login-failed-snackbar-text": "login failed!",
"back-button": "back",
"confirm-button": "confirm",
"timeline" : "timeline",
"chat": "chat",
"notifications": "notifications",
2022-07-04 17:37:53 +00:00
"settings": "settings",
"show": "show",
2022-08-06 14:05:14 +00:00
"hide": "hide",
"media-not-supported": "media type not supported",
"show-about-page": "show about page",
"about": "about",
"account-settings": "account settings",
2022-08-06 20:13:12 +00:00
"logout": "log out",
"show-in-browser": "show in browser",
2022-08-07 17:01:59 +00:00
"post-options": "post options",
2022-08-10 18:49:51 +00:00
"reblogged-by": "reblogged by:",
"post-batch-size": "post batch size",
"post-batch-size-description": "how many posts to load at a time\nfor slower internet or if you're not sure what to do use a low value (the default in most places is 20)",
2022-08-14 16:44:06 +00:00
"app-settings": "app settings",
"local-timeline": "local",
"home-timeline": "home",
2022-08-14 18:02:42 +00:00
"public-timeline": "federated",
2022-08-14 20:43:36 +00:00
"content-width-percentage-label": "content width",
"content-width-percentage-description": "determines what the regular width of content should be in percent (requires reloading the timeline)",
"max-content-width-label": "max content width",
2022-08-22 11:32:40 +00:00
"content-max-width-description": "determines what the maximum width of content should be, values below 375 get ignored because they would be too small (requires reloading the timeline)",
"liked-your-post": "liked your post",
"mentioned-you": "mentioned you",
"reblogged-your-post": "reblogged your post",
"followed-you": "followed you",
"requested-to-folow-you": "requested to follow you",
"made-a-status": "made a post",
"poll-has-ended": "poll has ended",
"interacted-with-you": "interacted with you"
2022-08-14 18:02:42 +00:00
2022-07-03 13:47:24 +00:00
}