* Add: テーブル定義、内部処理 * Add: 通知の定期削除処理、自動削除、テスト * Add: Web画面の表示、設定 * Fix test
This commit is contained in:
parent
2cc60253c4
commit
f8280ca5d9
27 changed files with 300 additions and 9 deletions
|
@ -474,6 +474,7 @@
|
|||
"lists.exclusive": "ホームからリスト・アンテナに登録されたアカウントの投稿を非表示にする",
|
||||
"lists.new.create": "リストを作成",
|
||||
"lists.new.title_placeholder": "新規リスト名",
|
||||
"lists.notify": "これらの投稿を通知する",
|
||||
"lists.replies_policy.followed": "フォロー中のユーザー全員",
|
||||
"lists.replies_policy.list": "リストのメンバー",
|
||||
"lists.replies_policy.none": "表示しない",
|
||||
|
@ -525,6 +526,7 @@
|
|||
"notification.favourite": "{name}さんがお気に入りしました",
|
||||
"notification.follow": "{name}さんにフォローされました",
|
||||
"notification.follow_request": "{name}さんがあなたにフォローリクエストしました",
|
||||
"notification.list_status": "{name}さんの投稿が{listName}に追加されました",
|
||||
"notification.mention": "{name}さんがあなたに返信しました",
|
||||
"notification.own_poll": "アンケートが終了しました",
|
||||
"notification.poll": "アンケートが終了しました",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue