enhance(frontend): 通常のノートでも、お気に入りに登録したチャンネルにリノートできるように (#13855)

* enhance(frontend): チャンネルにリノートできるように

* Update Changelog
This commit is contained in:
かっこかり 2024-05-21 17:23:20 +09:00 committed by GitHub
parent 126383dca2
commit 6a637db36b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 54 additions and 0 deletions

12
locales/index.d.ts vendored
View file

@ -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;
/**
*
*/

View file

@ -108,11 +108,14 @@ enterEmoji: "絵文字を入力"
renote: "リノート"
unrenote: "リノート解除"
renoted: "リノートしました。"
renotedToX: "{name} にリノートしました。"
cantRenote: "この投稿はリノートできません。"
cantReRenote: "リノートをリノートすることはできません。"
quote: "引用"
inChannelRenote: "チャンネル内リノート"
inChannelQuote: "チャンネル内引用"
renoteToChannel: "チャンネルにリノート"
renoteToOtherChannel: "他のチャンネルにリノート"
pinnedNote: "ピン留めされたノート"
pinned: "ピン留め"
you: "あなた"