mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
feat: 特定のドライブファイルを添付しているチャットメッセージを一覧できるように
This commit is contained in:
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@@ -10890,6 +10890,10 @@ export interface Locale extends ILocale {
|
||||
* 添付されているノート
|
||||
*/
|
||||
"attachedNotes": string;
|
||||
/**
|
||||
* 利用
|
||||
*/
|
||||
"usage": string;
|
||||
/**
|
||||
* このページは、このファイルをアップロードしたユーザーしか閲覧できません。
|
||||
*/
|
||||
|
||||
@@ -2885,6 +2885,7 @@ _fileViewer:
|
||||
url: "URL"
|
||||
uploadedAt: "追加日"
|
||||
attachedNotes: "添付されているノート"
|
||||
usage: "利用"
|
||||
thisPageCanBeSeenFromTheAuthor: "このページは、このファイルをアップロードしたユーザーしか閲覧できません。"
|
||||
|
||||
_externalResourceInstaller:
|
||||
|
||||
Reference in New Issue
Block a user