.
This commit is contained in:
parent
0cf9f2325e
commit
cdb14eda5b
@ -68,6 +68,7 @@ reply: "返信"
|
||||
loadMore: "もっと見る"
|
||||
showMore: "もっと見る"
|
||||
showLess: "閉じる"
|
||||
remoteFollowersWarning: "リモートフォロワーのアクティビティは不完全または古い情報である可能性があります"
|
||||
youGotNewFollower: "フォローされました"
|
||||
youGotUnFollower: "フォロー解除されました"
|
||||
receiveFollowRequest: "フォローリクエストされました"
|
||||
|
@ -596,7 +596,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
hideBubbleTimeLine:{
|
||||
hideBubbleTimeLine: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
|
@ -377,4 +377,4 @@ _externalNavigationWarning:
|
||||
description: "{host}を離れて外部サイトに移動します"
|
||||
trustThisDomain: "このデバイスで今後このドメインを信頼する"
|
||||
|
||||
remoteFollowersWarning: "リモートフォロワーのアクティビティは不完全または古い情報である可能性があります"
|
||||
remoteFollowersWarning: "リモートフォロワーのアクティビティは不完全または古い情報である可能性があります"
|
||||
|
Loading…
Reference in New Issue
Block a user