feat: 노트 게시를 예약할 수 있음 (yojo-art/cherrypick#483, [Type4ny-Project/Type4ny@271c872c](https://github.com/Type4ny-Project/Type4ny/commit/271c872c97f215ef5d8e0be62251dd422a52e5b1))
This commit is contained in:
@@ -2073,6 +2073,8 @@ _permissions:
|
||||
"read:mutes": "View your list of muted users"
|
||||
"write:mutes": "Edit your list of muted users"
|
||||
"write:notes": "Compose or delete notes"
|
||||
"read:notes-schedule": "View your list of scheduled notes"
|
||||
"write:notes-schedule": "Compose or delete scheduled notes"
|
||||
"read:notifications": "View your notifications"
|
||||
"write:notifications": "Manage your notifications"
|
||||
"read:reactions": "View your reactions"
|
||||
|
||||
Vendored
+8
@@ -8140,6 +8140,14 @@ export interface Locale extends ILocale {
|
||||
* ノートを作成・削除する
|
||||
*/
|
||||
"write:notes": string;
|
||||
/**
|
||||
* 予約投稿を見る
|
||||
*/
|
||||
"read:notes-schedule": string;
|
||||
/**
|
||||
* 予約投稿を作成・削除する
|
||||
*/
|
||||
"write:notes-schedule": string;
|
||||
/**
|
||||
* 通知を見る
|
||||
*/
|
||||
|
||||
@@ -2121,6 +2121,8 @@ _permissions:
|
||||
"read:mutes": "ミュートを見る"
|
||||
"write:mutes": "ミュートを操作する"
|
||||
"write:notes": "ノートを作成・削除する"
|
||||
"read:notes-schedule": "予約投稿を見る"
|
||||
"write:notes-schedule": "予約投稿を作成・削除する"
|
||||
"read:notifications": "通知を見る"
|
||||
"write:notifications": "通知を操作する"
|
||||
"read:reactions": "リアクションを見る"
|
||||
|
||||
@@ -2080,6 +2080,8 @@ _permissions:
|
||||
"read:mutes": "뮤트 여부를 확인합니다"
|
||||
"write:mutes": "뮤트를 하거나 해제합니다"
|
||||
"write:notes": "노트를 작성하거나 삭제합니다"
|
||||
"read:notes-schedule": "게시를 예약한 노트를 봅니다"
|
||||
"write:notes-schedule": "노트 게시를 예약하거나 삭제합니다"
|
||||
"read:notifications": "알림을 확인합니다"
|
||||
"write:notifications": "알림을 모두 읽음 처리합니다"
|
||||
"read:reactions": "리액션을 확인합니다"
|
||||
|
||||
Reference in New Issue
Block a user