mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 09:05:12 +00:00
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;
|
"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;
|
|
||||||
/**
|
/**
|
||||||
* サーバー内部エラー
|
* サーバー内部エラー
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue