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": {
"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",
"mrf": {
"federation": "Federation",
"keyword": {
"ftl_removal": "Removal from \"The Whole Known Network\" Timeline",
"ftl_removal": "Removal from Federated Timeline",
"is_replaced_by": "→",
"keyword_policies": "Keyword policies",
"reject": "Reject",
@ -16,8 +16,8 @@
"simple": {
"accept": "Accept",
"accept_desc": "This instance only accepts messages from the following instances:",
"ftl_removal": "Removal from \"Known Network\" Timeline",
"ftl_removal_desc": "This instance removes these instances from \"Known Network\" timeline:",
"ftl_removal": "Removal from Federated Timeline",
"ftl_removal_desc": "This instance removes these instances from the federated timeline:",
"instance": "Instance",
"media_nsfw": "Media force-set as sensitive",
"media_nsfw_desc": "This instance forces media to be set sensitive in posts on the following instances:",
@ -27,8 +27,8 @@
"quarantine": "Quarantine",
"quarantine_desc": "This instance will not send posts to the following instances:",
"reason": "Reason",
"reject": "Reject",
"reject_desc": "This instance will not accept messages from the following instances:",
"reject": "Instance Blocks",
"reject_desc": "This instance blocks messages to and from the following instances:",
"simple_policies": "Instance-specific policies"
}
},
@ -302,12 +302,12 @@
"announcements": "Announcements",
"back": "Back",
"bookmarks": "Bookmarks",
"bubble_timeline": "Bubble timeline",
"bubble_timeline": "Recommended Instances",
"bubble_timeline_description": "Posts from instances close to yours, as recommended by the admins",
"chats": "Chats",
"dms": "Direct messages",
"friend_requests": "Follow requests",
"home_timeline": "Home timeline",
"dms": "Direct Messages",
"friend_requests": "Follow Requests",
"home_timeline": "Home Timeline",
"home_timeline_description": "Posts from people you follow",
"interactions": "Interactions",
"lists": "Lists",
@ -315,11 +315,11 @@
"moderation": "Moderation",
"preferences": "Preferences",
"public_timeline_description": "Public posts from this instance",
"public_tl": "Public timeline",
"public_tl": "Local Timeline",
"search": "Search",
"timeline": "Timeline",
"timelines": "Timelines",
"twkn": "Known Network",
"twkn": "Federated Timeline",
"twkn_timeline_description": "Posts from the entire network",
"user_search": "User Search",
"who_to_follow": "Who to follow"
@ -379,7 +379,7 @@
"text/x.misskeymarkdown": "MFM"
},
"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_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!",

View File

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

View File

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