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;
/**
* {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;
/**
* サーバー内部エラー
*/