Merge branch 'develop' into feature/2024.9.0
This commit is contained in:
Vendored
+8
@@ -502,6 +502,10 @@ export interface Locale extends ILocale {
|
||||
* ピン留めされたノート
|
||||
*/
|
||||
"pinnedNote": string;
|
||||
/**
|
||||
* Pinned
|
||||
*/
|
||||
"pinnedOnly": string;
|
||||
/**
|
||||
* ピン留め
|
||||
*/
|
||||
@@ -5103,6 +5107,10 @@ export interface Locale extends ILocale {
|
||||
* This media might be sensitive. Are you sure you want to reveal it?
|
||||
*/
|
||||
"sensitiveMediaRevealConfirm": string;
|
||||
/**
|
||||
* 外部URLを開く際に警告を表示する
|
||||
*/
|
||||
"warnExternalUrl": string;
|
||||
/**
|
||||
* 作成したリスト
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user