merge upstream for 2024.2.1
This commit is contained in:
Vendored
+16
@@ -4845,6 +4845,10 @@ export interface Locale extends ILocale {
|
||||
* 相互フォロー
|
||||
*/
|
||||
"mutualFollow": string;
|
||||
/**
|
||||
* フォロー中またはフォロワー
|
||||
*/
|
||||
"followingOrFollower": string;
|
||||
/**
|
||||
* ファイル付きのみ
|
||||
*/
|
||||
@@ -6643,6 +6647,10 @@ export interface Locale extends ILocale {
|
||||
* ノートのインポートが可能
|
||||
*/
|
||||
"canImportNotes": string;
|
||||
/**
|
||||
* ノート内の最大メンション数
|
||||
*/
|
||||
"mentionMax": string;
|
||||
/**
|
||||
* サーバー招待コードの発行
|
||||
*/
|
||||
@@ -6733,6 +6741,10 @@ export interface Locale extends ILocale {
|
||||
"avatarDecorationLimit": string;
|
||||
};
|
||||
"_condition": {
|
||||
/**
|
||||
* マニュアルロールにアサイン済み
|
||||
*/
|
||||
"roleAssignedTo": string;
|
||||
/**
|
||||
* ローカルユーザー
|
||||
*/
|
||||
@@ -9162,6 +9174,10 @@ export interface Locale extends ILocale {
|
||||
* {n}人にフォローされました
|
||||
*/
|
||||
"followedBySomeUsers": ParameterizedString<"n">;
|
||||
/**
|
||||
* 通知の履歴をリセットする
|
||||
*/
|
||||
"flushNotification": string;
|
||||
"_types": {
|
||||
/**
|
||||
* すべて
|
||||
|
||||
Reference in New Issue
Block a user