enhance(frontend): 通常のノートでも、お気に入りに登録したチャンネルにリノートできるように (#13855)
* enhance(frontend): チャンネルにリノートできるように * Update Changelog
This commit is contained in:
Vendored
+12
@@ -448,6 +448,10 @@ export interface Locale extends ILocale {
|
||||
* リノートしました。
|
||||
*/
|
||||
"renoted": string;
|
||||
/**
|
||||
* {name} にリノートしました。
|
||||
*/
|
||||
"renotedToX": ParameterizedString<"name">;
|
||||
/**
|
||||
* この投稿はリノートできません。
|
||||
*/
|
||||
@@ -468,6 +472,14 @@ export interface Locale extends ILocale {
|
||||
* チャンネル内引用
|
||||
*/
|
||||
"inChannelQuote": string;
|
||||
/**
|
||||
* チャンネルにリノート
|
||||
*/
|
||||
"renoteToChannel": string;
|
||||
/**
|
||||
* 他のチャンネルにリノート
|
||||
*/
|
||||
"renoteToOtherChannel": string;
|
||||
/**
|
||||
* ピン留めされたノート
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user