1
0
NoriDev
2024-10-31 13:52:01 +09:00
committed by Marie
parent 92ffd2a5fc
commit 2528508cff
41 changed files with 1455 additions and 6 deletions
+2
View File
@@ -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"
+8
View File
@@ -8140,6 +8140,14 @@ export interface Locale extends ILocale {
*
*/
"write:notes": string;
/**
* 稿
*/
"read:notes-schedule": string;
/**
* 稿
*/
"write:notes-schedule": string;
/**
*
*/
+2
View File
@@ -2121,6 +2121,8 @@ _permissions:
"read:mutes": "ミュートを見る"
"write:mutes": "ミュートを操作する"
"write:notes": "ノートを作成・削除する"
"read:notes-schedule": "予約投稿を見る"
"write:notes-schedule": "予約投稿を作成・削除する"
"read:notifications": "通知を見る"
"write:notifications": "通知を操作する"
"read:reactions": "リアクションを見る"
+2
View File
@@ -2080,6 +2080,8 @@ _permissions:
"read:mutes": "뮤트 여부를 확인합니다"
"write:mutes": "뮤트를 하거나 해제합니다"
"write:notes": "노트를 작성하거나 삭제합니다"
"read:notes-schedule": "게시를 예약한 노트를 봅니다"
"write:notes-schedule": "노트 게시를 예약하거나 삭제합니다"
"read:notifications": "알림을 확인합니다"
"write:notifications": "알림을 모두 읽음 처리합니다"
"read:reactions": "리액션을 확인합니다"