This commit is contained in:
hijiki 2024-11-13 12:34:29 +09:00
parent 0cf9f2325e
commit cdb14eda5b
3 changed files with 3 additions and 2 deletions

View File

@ -68,6 +68,7 @@ reply: "返信"
loadMore: "もっと見る" loadMore: "もっと見る"
showMore: "もっと見る" showMore: "もっと見る"
showLess: "閉じる" showLess: "閉じる"
remoteFollowersWarning: "リモートフォロワーのアクティビティは不完全または古い情報である可能性があります"
youGotNewFollower: "フォローされました" youGotNewFollower: "フォローされました"
youGotUnFollower: "フォロー解除されました" youGotUnFollower: "フォロー解除されました"
receiveFollowRequest: "フォローリクエストされました" receiveFollowRequest: "フォローリクエストされました"

View File

@ -596,7 +596,7 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device', where: 'device',
default: false, default: false,
}, },
hideBubbleTimeLine:{ hideBubbleTimeLine: {
where: 'device', where: 'device',
default: false, default: false,
}, },

View File

@ -377,4 +377,4 @@ _externalNavigationWarning:
description: "{host}を離れて外部サイトに移動します" description: "{host}を離れて外部サイトに移動します"
trustThisDomain: "このデバイスで今後このドメインを信頼する" trustThisDomain: "このデバイスで今後このドメインを信頼する"
remoteFollowersWarning: "リモートフォロワーのアクティビティは不完全または古い情報である可能性があります" remoteFollowersWarning: "リモートフォロワーのアクティビティは不完全または古い情報である可能性があります"