summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2024-01-21 18:43:01 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2024-01-21 18:43:01 +0900
commitf4657eb16ff6b36a3ee3b86c85caa0f3c585694d (patch)
treee81ffa28af5eb292d267652fcc9b24ff531ac8a5 /locales
parentEnhance(frontend): 絵文字編集ダイアログをウィンドウにする ... (diff)
downloadsharkey-f4657eb16ff6b36a3ee3b86c85caa0f3c585694d.tar.gz
sharkey-f4657eb16ff6b36a3ee3b86c85caa0f3c585694d.tar.bz2
sharkey-f4657eb16ff6b36a3ee3b86c85caa0f3c585694d.zip
update deps
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts8
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">;
/**
* スワイプしてタブを切り替える
*/