1
0

something rebuilt the locale index…

This commit is contained in:
dakkar
2024-05-31 12:55:14 +01:00
parent f8c95ea86a
commit 1169614b7c
+8 -8
View File
@@ -456,6 +456,10 @@ export interface Locale extends ILocale {
* ブーストしました。 * ブーストしました。
*/ */
"renoted": string; "renoted": string;
/**
* {name} にブーストしました。
*/
"renotedToX": ParameterizedString<"name">;
/** /**
* 引用。 * 引用。
*/ */
@@ -464,10 +468,6 @@ export interface Locale extends ILocale {
* ブースト解除しました。 * ブースト解除しました。
*/ */
"rmboost": string; "rmboost": string;
/**
* {name} にリノートしました。
*/
"renotedToX": ParameterizedString<"name">;
/** /**
* この投稿はブーストできません。 * この投稿はブーストできません。
*/ */
@@ -4269,6 +4269,10 @@ export interface Locale extends ILocale {
* ブーストのスマート省略 * ブーストのスマート省略
*/ */
"collapseRenotes": string; "collapseRenotes": string;
/**
* リアクションやブーストをしたことがあるノートをたたんで表示します。
*/
"collapseRenotesDescription": string;
/** /**
* ファイルを折りたたむ * ファイルを折りたたむ
*/ */
@@ -4277,10 +4281,6 @@ export interface Locale extends ILocale {
* 返信に会話を読み込む * 返信に会話を読み込む
*/ */
"autoloadConversation": string; "autoloadConversation": string;
/**
* リアクションやリノートをしたことがあるノートをたたんで表示します。
*/
"collapseRenotesDescription": string;
/** /**
* サーバー内部エラー * サーバー内部エラー
*/ */