something rebuilt the locale index…
This commit is contained in:
parent
f8c95ea86a
commit
1169614b7c
1 changed files with 8 additions and 8 deletions
16
locales/index.d.ts
vendored
16
locales/index.d.ts
vendored
|
@ -456,6 +456,10 @@ export interface Locale extends ILocale {
|
|||
* ブーストしました。
|
||||
*/
|
||||
"renoted": string;
|
||||
/**
|
||||
* {name} にブーストしました。
|
||||
*/
|
||||
"renotedToX": ParameterizedString<"name">;
|
||||
/**
|
||||
* 引用。
|
||||
*/
|
||||
|
@ -464,10 +468,6 @@ export interface Locale extends ILocale {
|
|||
* ブースト解除しました。
|
||||
*/
|
||||
"rmboost": string;
|
||||
/**
|
||||
* {name} にリノートしました。
|
||||
*/
|
||||
"renotedToX": ParameterizedString<"name">;
|
||||
/**
|
||||
* この投稿はブーストできません。
|
||||
*/
|
||||
|
@ -4269,6 +4269,10 @@ export interface Locale extends ILocale {
|
|||
* ブーストのスマート省略
|
||||
*/
|
||||
"collapseRenotes": string;
|
||||
/**
|
||||
* リアクションやブーストをしたことがあるノートをたたんで表示します。
|
||||
*/
|
||||
"collapseRenotesDescription": string;
|
||||
/**
|
||||
* ファイルを折りたたむ
|
||||
*/
|
||||
|
@ -4277,10 +4281,6 @@ export interface Locale extends ILocale {
|
|||
* 返信に会話を読み込む
|
||||
*/
|
||||
"autoloadConversation": string;
|
||||
/**
|
||||
* リアクションやリノートをしたことがあるノートをたたんで表示します。
|
||||
*/
|
||||
"collapseRenotesDescription": string;
|
||||
/**
|
||||
* サーバー内部エラー
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue