Update index.d.ts
This commit is contained in:
parent
1811933025
commit
577e66e2ce
1 changed files with 48 additions and 20 deletions
68
locales/index.d.ts
vendored
68
locales/index.d.ts
vendored
|
@ -502,10 +502,6 @@ export interface Locale extends ILocale {
|
|||
* ピン留めされたノート
|
||||
*/
|
||||
"pinnedNote": string;
|
||||
/**
|
||||
* Pinned
|
||||
*/
|
||||
"pinnedOnly": string;
|
||||
/**
|
||||
* ピン留め
|
||||
*/
|
||||
|
@ -1050,10 +1046,6 @@ export interface Locale extends ILocale {
|
|||
* 連合中
|
||||
*/
|
||||
"federating": string;
|
||||
/**
|
||||
* Blocking you
|
||||
*/
|
||||
"blockingYou": string;
|
||||
/**
|
||||
* ブロック中
|
||||
*/
|
||||
|
@ -4375,6 +4367,10 @@ export interface Locale extends ILocale {
|
|||
* リモートサーバーのチャートを生成
|
||||
*/
|
||||
"enableChartsForFederatedInstances": string;
|
||||
/**
|
||||
* リモートサーバーの情報を取得
|
||||
*/
|
||||
"enableStatsForFederatedInstances": string;
|
||||
/**
|
||||
* ノートのアクションにクリップを追加
|
||||
*/
|
||||
|
@ -4943,10 +4939,6 @@ export interface Locale extends ILocale {
|
|||
* 通知をグルーピングして表示する
|
||||
*/
|
||||
"useGroupedNotifications": string;
|
||||
/**
|
||||
* ポップアップ通知のクリックを許可する
|
||||
*/
|
||||
"allowClickingNotifications": string;
|
||||
/**
|
||||
* メールアドレスの確認中に問題が発生しました。リンクの有効期限が切れている可能性があります。
|
||||
*/
|
||||
|
@ -5115,10 +5107,6 @@ export interface Locale extends ILocale {
|
|||
* This media might be sensitive. Are you sure you want to reveal it?
|
||||
*/
|
||||
"sensitiveMediaRevealConfirm": string;
|
||||
/**
|
||||
* 外部URLを開く際に警告を表示する
|
||||
*/
|
||||
"warnExternalUrl": string;
|
||||
/**
|
||||
* 作成したリスト
|
||||
*/
|
||||
|
@ -5183,6 +5171,26 @@ export interface Locale extends ILocale {
|
|||
* 対象
|
||||
*/
|
||||
"target": string;
|
||||
/**
|
||||
* CAPTCHAのテストを目的とした機能です。<strong>本番環境で使用しないでください。</strong>
|
||||
*/
|
||||
"testCaptchaWarning": string;
|
||||
/**
|
||||
* 禁止ワード(ユーザーの名前)
|
||||
*/
|
||||
"prohibitedWordsForNameOfUser": string;
|
||||
/**
|
||||
* このリストに含まれる文字列がユーザーの名前に含まれる場合、ユーザーの名前の変更を拒否します。モデレーター権限を持つユーザーはこの制限の影響を受けません。
|
||||
*/
|
||||
"prohibitedWordsForNameOfUserDescription": string;
|
||||
/**
|
||||
* 変更しようとした名前に禁止された文字列が含まれています
|
||||
*/
|
||||
"yourNameContainsProhibitedWords": string;
|
||||
/**
|
||||
* 名前に禁止されている文字列が含まれています。この名前を使用したい場合は、サーバー管理者にお問い合わせください。
|
||||
*/
|
||||
"yourNameContainsProhibitedWordsDescription": string;
|
||||
"_abuseUserReport": {
|
||||
/**
|
||||
* 転送
|
||||
|
@ -5721,6 +5729,10 @@ export interface Locale extends ILocale {
|
|||
* Specify the URL of a web page that contains a contact form or the instance operators' contact information.
|
||||
*/
|
||||
"inquiryUrlDescription": string;
|
||||
/**
|
||||
* 一定期間モデレーターのアクティビティが検出されなかった場合、スパム防止のためこの設定は自動でオフになります。
|
||||
*/
|
||||
"thisSettingWillAutomaticallyOffWhenModeratorsInactive": string;
|
||||
/**
|
||||
* Logo URL
|
||||
*/
|
||||
|
@ -7773,10 +7785,6 @@ export interface Locale extends ILocale {
|
|||
* 入力ボックスの縁取り
|
||||
*/
|
||||
"inputBorder": string;
|
||||
/**
|
||||
* リスト項目の背景 (ホバー)
|
||||
*/
|
||||
"listItemHoverBg": string;
|
||||
/**
|
||||
* ドライブフォルダーの背景
|
||||
*/
|
||||
|
@ -9745,6 +9753,14 @@ export interface Locale extends ILocale {
|
|||
* ユーザーが作成されたとき
|
||||
*/
|
||||
"userCreated": string;
|
||||
/**
|
||||
* モデレーターが一定期間非アクティブになったとき
|
||||
*/
|
||||
"inactiveModeratorsWarning": string;
|
||||
/**
|
||||
* モデレーターが一定期間非アクティブだったため、システムにより招待制へと変更されたとき
|
||||
*/
|
||||
"inactiveModeratorsInvitationOnlyChanged": string;
|
||||
};
|
||||
/**
|
||||
* Webhookを削除しますか?
|
||||
|
@ -10936,6 +10952,18 @@ export interface Locale extends ILocale {
|
|||
* Show non-public
|
||||
*/
|
||||
"showNonPublicNotes": string;
|
||||
/**
|
||||
* Allow clicking on pop-up notifications
|
||||
*/
|
||||
"allowClickingNotifications": string;
|
||||
/**
|
||||
* Pinned
|
||||
*/
|
||||
"pinnedOnly": string;
|
||||
/**
|
||||
* Blocking you
|
||||
*/
|
||||
"blockingYou": string;
|
||||
"_mfm": {
|
||||
/**
|
||||
* This is not a widespread feature, it may not display properly on most other fedi software, including other Misskey forks
|
||||
|
|
Loading…
Reference in a new issue