diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2024-01-21 18:43:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2024-01-21 18:43:01 +0900 |
| commit | f4657eb16ff6b36a3ee3b86c85caa0f3c585694d (patch) | |
| tree | e81ffa28af5eb292d267652fcc9b24ff531ac8a5 /locales | |
| parent | Enhance(frontend): 絵文字編集ダイアログをウィンドウにする ... (diff) | |
| download | sharkey-f4657eb16ff6b36a3ee3b86c85caa0f3c585694d.tar.gz sharkey-f4657eb16ff6b36a3ee3b86c85caa0f3c585694d.tar.bz2 sharkey-f4657eb16ff6b36a3ee3b86c85caa0f3c585694d.zip | |
update deps
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 5ef82d12fb..5d345b88e6 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -4824,8 +4824,14 @@ export interface Locale extends ILocale { * タイトルへ */ "backToTitle": string; + /** + * センシティブなファイルを含むノートを表示 + */ "withSensitive": string; - "userSaysSomethingSensitive": string; + /** + * {name}のセンシティブなファイルを含む投稿 + */ + "userSaysSomethingSensitive": ParameterizedString<"name">; /** * スワイプしてタブを切り替える */ |