Merge branch 'develop' into future-2024-05-31
This commit is contained in:
Vendored
+20
@@ -3052,6 +3052,22 @@ export interface Locale extends ILocale {
|
||||
* 添付画像のサムネイルをオリジナル画質にする
|
||||
*/
|
||||
"loadRawImages": string;
|
||||
/**
|
||||
* 検索MFMの検索エンジン
|
||||
*/
|
||||
"searchEngine": string;
|
||||
/**
|
||||
* 他
|
||||
*/
|
||||
"searchEngineOther": string;
|
||||
/**
|
||||
* カスタム URI は、"https://www.google.com/search?q=\{query}" や "https://www.google.com/search?q=%s" のような形式で入力する必要があります。
|
||||
*/
|
||||
"searchEngineCustomURIDescription": string;
|
||||
/**
|
||||
* カスタム URI
|
||||
*/
|
||||
"searchEngineCusomURI": string;
|
||||
/**
|
||||
* アニメーション画像を再生しない
|
||||
*/
|
||||
@@ -7304,6 +7320,10 @@ export interface Locale extends ILocale {
|
||||
* プロジェクトメンバー
|
||||
*/
|
||||
"projectMembers": string;
|
||||
/**
|
||||
* テスター
|
||||
*/
|
||||
"testers": string;
|
||||
};
|
||||
"_displayOfSensitiveMedia": {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user