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