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: "もっと見る"
showMore: "もっと見る"
showLess: "閉じる"
remoteFollowersWarning: "リモートフォロワーのアクティビティは不完全または古い情報である可能性があります"
youGotNewFollower: "フォローされました"
youGotUnFollower: "フォロー解除されました"
receiveFollowRequest: "フォローリクエストされました"

View File

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

View File

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