add filters for following feed
This commit is contained in:
@@ -1263,6 +1263,9 @@ authentication: "Authentication"
|
||||
authenticationRequiredToContinue: "Please authenticate to continue"
|
||||
dateAndTime: "Timestamp"
|
||||
showRenotes: "Show boosts"
|
||||
showQuotes: "Show quotes"
|
||||
showReplies: "Show replies"
|
||||
showNonPublicNotes: "Show non-public"
|
||||
edited: "Edited"
|
||||
notificationRecieveConfig: "Notification Settings"
|
||||
mutualFollow: "Mutual follow"
|
||||
|
||||
Vendored
+12
@@ -5065,6 +5065,18 @@ export interface Locale extends ILocale {
|
||||
* ブーストを表示
|
||||
*/
|
||||
"showRenotes": string;
|
||||
/**
|
||||
* Show quotes
|
||||
*/
|
||||
"showQuotes": string;
|
||||
/**
|
||||
* Show replies
|
||||
*/
|
||||
"showReplies": string;
|
||||
/**
|
||||
* Show non-public
|
||||
*/
|
||||
"showNonPublicNotes": string;
|
||||
/**
|
||||
* 編集済み
|
||||
*/
|
||||
|
||||
@@ -1262,6 +1262,9 @@ authentication: "認証"
|
||||
authenticationRequiredToContinue: "続けるには認証を行ってください"
|
||||
dateAndTime: "日時"
|
||||
showRenotes: "ブーストを表示"
|
||||
showQuotes: "Show quotes"
|
||||
showReplies: "Show replies"
|
||||
showNonPublicNotes: "Show non-public"
|
||||
edited: "編集済み"
|
||||
notificationRecieveConfig: "通知の受信設定"
|
||||
mutualFollow: "相互フォロー"
|
||||
|
||||
Reference in New Issue
Block a user