update deps

This commit is contained in:
syuilo
2024-01-21 18:43:01 +09:00
parent 90e0a6e2c3
commit f4657eb16f
8 changed files with 1454 additions and 1880 deletions

8
locales/index.d.ts vendored
View File

@@ -4824,8 +4824,14 @@ export interface Locale extends ILocale {
* タイトルへ
*/
"backToTitle": string;
/**
* センシティブなファイルを含むノートを表示
*/
"withSensitive": string;
"userSaysSomethingSensitive": string;
/**
* {name}のセンシティブなファイルを含む投稿
*/
"userSaysSomethingSensitive": ParameterizedString<"name">;
/**
* スワイプしてタブを切り替える
*/