fix(creator): 팬Talk 답글 수정을 확인한다

This commit is contained in:
Yu Sung
2026-07-09 02:54:20 +09:00
parent d96001e213
commit bc9f4ed370
5 changed files with 68 additions and 7 deletions

View File

@@ -3475,6 +3475,18 @@ If you block this user, the following features will be restricted.
static var replyPlaceholder: String {
pick(ko: "답글을 입력하세요", en: "Enter a reply", ja: "返信を入力してください")
}
static var replaceReplyTitle: String {
pick(ko: "답글을 수정할까요?", en: "Replace your reply?", ja: "返信を修正しますか?")
}
static var replaceReplyMessage: String {
pick(ko: "이미 작성한 답글이 있어요. 확인을 누르면 기존 답글이 새 내용으로 수정됩니다.", en: "You already have a reply. If you continue, the existing reply will be updated with the new content.", ja: "すでに返信があります。確認すると既存の返信が新しい内容に修正されます。")
}
static var replaceReplyConfirm: String {
pick(ko: "수정하기", en: "Update", ja: "修正する")
}
}
enum CreatorChannelFanTalk {