Locale changes and default settings update

This commit is contained in:
eris 2022-12-16 07:21:33 +00:00
parent a0062cd4be
commit bb685ff61c
3 changed files with 19 additions and 19 deletions

View File

@ -1,11 +1,11 @@
{ {
"about": { "about": {
"bubble_instances": "Local Bubble Instances", "bubble_instances": "Recommended Instances",
"bubble_instances_description": "Instances chosen by the admins to represent the local area of this instance", "bubble_instances_description": "Instances chosen by the admins to represent the local area of this instance",
"mrf": { "mrf": {
"federation": "Federation", "federation": "Federation",
"keyword": { "keyword": {
"ftl_removal": "Removal from \"The Whole Known Network\" Timeline", "ftl_removal": "Removal from Federated Timeline",
"is_replaced_by": "→", "is_replaced_by": "→",
"keyword_policies": "Keyword policies", "keyword_policies": "Keyword policies",
"reject": "Reject", "reject": "Reject",
@ -16,8 +16,8 @@
"simple": { "simple": {
"accept": "Accept", "accept": "Accept",
"accept_desc": "This instance only accepts messages from the following instances:", "accept_desc": "This instance only accepts messages from the following instances:",
"ftl_removal": "Removal from \"Known Network\" Timeline", "ftl_removal": "Removal from Federated Timeline",
"ftl_removal_desc": "This instance removes these instances from \"Known Network\" timeline:", "ftl_removal_desc": "This instance removes these instances from the federated timeline:",
"instance": "Instance", "instance": "Instance",
"media_nsfw": "Media force-set as sensitive", "media_nsfw": "Media force-set as sensitive",
"media_nsfw_desc": "This instance forces media to be set sensitive in posts on the following instances:", "media_nsfw_desc": "This instance forces media to be set sensitive in posts on the following instances:",
@ -27,8 +27,8 @@
"quarantine": "Quarantine", "quarantine": "Quarantine",
"quarantine_desc": "This instance will not send posts to the following instances:", "quarantine_desc": "This instance will not send posts to the following instances:",
"reason": "Reason", "reason": "Reason",
"reject": "Reject", "reject": "Instance Blocks",
"reject_desc": "This instance will not accept messages from the following instances:", "reject_desc": "This instance blocks messages to and from the following instances:",
"simple_policies": "Instance-specific policies" "simple_policies": "Instance-specific policies"
} }
}, },
@ -302,12 +302,12 @@
"announcements": "Announcements", "announcements": "Announcements",
"back": "Back", "back": "Back",
"bookmarks": "Bookmarks", "bookmarks": "Bookmarks",
"bubble_timeline": "Bubble timeline", "bubble_timeline": "Recommended Instances",
"bubble_timeline_description": "Posts from instances close to yours, as recommended by the admins", "bubble_timeline_description": "Posts from instances close to yours, as recommended by the admins",
"chats": "Chats", "chats": "Chats",
"dms": "Direct messages", "dms": "Direct Messages",
"friend_requests": "Follow requests", "friend_requests": "Follow Requests",
"home_timeline": "Home timeline", "home_timeline": "Home Timeline",
"home_timeline_description": "Posts from people you follow", "home_timeline_description": "Posts from people you follow",
"interactions": "Interactions", "interactions": "Interactions",
"lists": "Lists", "lists": "Lists",
@ -315,11 +315,11 @@
"moderation": "Moderation", "moderation": "Moderation",
"preferences": "Preferences", "preferences": "Preferences",
"public_timeline_description": "Public posts from this instance", "public_timeline_description": "Public posts from this instance",
"public_tl": "Public timeline", "public_tl": "Local Timeline",
"search": "Search", "search": "Search",
"timeline": "Timeline", "timeline": "Timeline",
"timelines": "Timelines", "timelines": "Timelines",
"twkn": "Known Network", "twkn": "Federated Timeline",
"twkn_timeline_description": "Posts from the entire network", "twkn_timeline_description": "Posts from the entire network",
"user_search": "User Search", "user_search": "User Search",
"who_to_follow": "Who to follow" "who_to_follow": "Who to follow"
@ -379,7 +379,7 @@
"text/x.misskeymarkdown": "MFM" "text/x.misskeymarkdown": "MFM"
}, },
"content_warning": "Content Warning (optional)", "content_warning": "Content Warning (optional)",
"default": "Just arrived at Luna Nova Academy", "default": "Just landed on Neptune",
"direct_warning_to_all": "This post will be visible to all the mentioned users.", "direct_warning_to_all": "This post will be visible to all the mentioned users.",
"direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.", "direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.",
"edit_remote_warning": "Changes made to the post may not be visible on some instances!", "edit_remote_warning": "Changes made to the post may not be visible on some instances!",

View File

@ -52,11 +52,11 @@ export const defaultState = {
loopVideoSilentOnly: true, loopVideoSilentOnly: true,
streaming: false, streaming: false,
emojiReactionsOnTimeline: true, emojiReactionsOnTimeline: true,
alwaysShowNewPostButton: false, alwaysShowNewPostButton: true,
autohideFloatingPostButton: false, autohideFloatingPostButton: false,
pauseOnUnfocused: true, pauseOnUnfocused: true,
stopGifs: undefined, stopGifs: undefined,
replyVisibility: 'all', replyVisibility: 'following',
thirdColumnMode: 'notifications', thirdColumnMode: 'notifications',
notificationVisibility: { notificationVisibility: {
follows: true, follows: true,

View File

@ -20,11 +20,11 @@ const defaultState = {
defaultBanner: '/images/banner.png', defaultBanner: '/images/banner.png',
background: '/static/aurora_borealis.jpg', background: '/static/aurora_borealis.jpg',
collapseMessageWithSubject: true, collapseMessageWithSubject: true,
greentext: false, greentext: true,
useAtIcon: false, useAtIcon: false,
mentionLinkDisplay: 'short', mentionLinkDisplay: 'short',
mentionLinkShowTooltip: true, mentionLinkShowTooltip: true,
mentionLinkShowAvatar: false, mentionLinkShowAvatar: true,
mentionLinkFadeDomain: true, mentionLinkFadeDomain: true,
mentionLinkShowYous: false, mentionLinkShowYous: false,
mentionLinkBoldenYou: true, mentionLinkBoldenYou: true,
@ -37,7 +37,7 @@ const defaultState = {
hidePostStats: false, hidePostStats: false,
hideBotIndication: false, hideBotIndication: false,
hideSiteFavicon: false, hideSiteFavicon: false,
hideSiteName: false, hideSiteName: true,
hideUserStats: false, hideUserStats: false,
muteBotStatuses: false, muteBotStatuses: false,
modalOnRepeat: false, modalOnRepeat: false,
@ -60,7 +60,7 @@ const defaultState = {
showFeaturesPanel: true, showFeaturesPanel: true,
showInstanceSpecificPanel: false, showInstanceSpecificPanel: false,
showNavShortcuts: true, showNavShortcuts: true,
showWiderShortcuts: true, showWiderShortcuts: false,
sidebarRight: false, sidebarRight: false,
subjectLineBehavior: 'email', subjectLineBehavior: 'email',
theme: 'pleroma-dark', theme: 'pleroma-dark',