Note Edited notification type
This commit is contained in:
parent
15665d1533
commit
4a13508da0
17 changed files with 94 additions and 63 deletions
|
|
@ -2334,6 +2334,7 @@ _notification:
|
|||
reactedBySomeUsers: "{n} users reacted"
|
||||
renotedBySomeUsers: "Boosted by {n} users"
|
||||
followedBySomeUsers: "Followed by {n} users"
|
||||
edited: "Note got edited"
|
||||
_types:
|
||||
all: "All"
|
||||
note: "New notes"
|
||||
|
|
|
|||
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -9048,6 +9048,10 @@ export interface Locale extends ILocale {
|
|||
* アンケートの結果が出ました
|
||||
*/
|
||||
"pollEnded": string;
|
||||
/**
|
||||
* 注記が編集されました
|
||||
*/
|
||||
"edited": string;
|
||||
/**
|
||||
* 新しい投稿
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -2389,6 +2389,7 @@ _notification:
|
|||
youReceivedFollowRequest: "フォローリクエストが来ました"
|
||||
yourFollowRequestAccepted: "フォローリクエストが承認されました"
|
||||
pollEnded: "アンケートの結果が出ました"
|
||||
edited: "投稿が編集されました"
|
||||
newNote: "新しい投稿"
|
||||
unreadAntennaNote: "アンテナ {name}"
|
||||
roleAssigned: "ロールが付与されました"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue