mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-29 07:49:53 +01:00
コメントが追加された
This commit is contained in:
parent
5ec94f9948
commit
a561e9f431
1 changed files with 13 additions and 1 deletions
14
locales/index.d.ts
vendored
14
locales/index.d.ts
vendored
|
@ -8189,9 +8189,21 @@ export interface Locale extends ILocale {
|
|||
* 指定したユーザーのみに公開
|
||||
*/
|
||||
"specifiedDescription": string;
|
||||
/**
|
||||
* チャンネル
|
||||
*/
|
||||
"channel": string;
|
||||
/**
|
||||
* 選択したチャンネルに公開
|
||||
*/
|
||||
"channelDescription": string;
|
||||
"channelSelected": string;
|
||||
/**
|
||||
* 選択中:{name}
|
||||
*/
|
||||
"channelSelected": ParameterizedString<"name">;
|
||||
/**
|
||||
* 連合なし
|
||||
*/
|
||||
"disableFederation": string;
|
||||
/**
|
||||
* 他サーバーへの配信を行いません
|
||||
|
|
Loading…
Reference in a new issue