mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-01 02:46:20 +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;
|
"specifiedDescription": string;
|
||||||
|
/**
|
||||||
|
* チャンネル
|
||||||
|
*/
|
||||||
"channel": string;
|
"channel": string;
|
||||||
|
/**
|
||||||
|
* 選択したチャンネルに公開
|
||||||
|
*/
|
||||||
"channelDescription": string;
|
"channelDescription": string;
|
||||||
"channelSelected": string;
|
/**
|
||||||
|
* 選択中:{name}
|
||||||
|
*/
|
||||||
|
"channelSelected": ParameterizedString<"name">;
|
||||||
|
/**
|
||||||
|
* 連合なし
|
||||||
|
*/
|
||||||
"disableFederation": string;
|
"disableFederation": string;
|
||||||
/**
|
/**
|
||||||
* 他サーバーへの配信を行いません
|
* 他サーバーへの配信を行いません
|
||||||
|
|
Loading…
Reference in a new issue