From 404e432570e4c32ba61c23b8e2a0b741fe7a99da Mon Sep 17 00:00:00 2001 From: NoriDev Date: Sat, 30 Sep 2023 23:11:42 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E3=83=AD=E3=82=B0=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=81=97=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84=E7=8A=B6?= =?UTF-8?q?=E6=85=8B=E3=81=A7=E3=83=8E=E3=83=BC=E3=83=88=E8=A9=B3=E7=B4=B0?= =?UTF-8?q?=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE=E3=83=8E=E3=83=BC=E3=83=88?= =?UTF-8?q?=E4=BD=9C=E6=88=90=E3=83=95=E3=82=A9=E3=83=BC=E3=83=A0=E3=82=92?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E3=81=A7=E3=81=8D=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG_CHERRYPICK.md | 10 ++++ locales/en-US.yml | 1 + locales/index.d.ts | 1 + locales/ja-JP.yml | 1 + locales/ko-KR.yml | 1 + .../src/components/MkPostFormSimple.vue | 47 ++++++++++++------- 6 files changed, 45 insertions(+), 16 deletions(-) diff --git a/CHANGELOG_CHERRYPICK.md b/CHANGELOG_CHERRYPICK.md index eb9d8108ca..72959de4e1 100644 --- a/CHANGELOG_CHERRYPICK.md +++ b/CHANGELOG_CHERRYPICK.md @@ -22,6 +22,16 @@ Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2023xx](CHANGE # 릴리즈 노트 이 문서는 CherryPick의 변경 사항만 포함합니다. +## 4.x.x +출시일: unreleased
+기반 Misskey 버전: 2023.x.x
+Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2023xx](CHANGELOG.md#2023xx) 문서를 참고하십시오. + +### Client +- Fix: 로그인하지 않은 상태에서 노트 상세 페이지의 노트 작성 폼을 조작할 수 있음 + +--- + ## 4.3.1 출시일: 2023/09/29
기반 Misskey 버전: 2023.9.2
diff --git a/locales/en-US.yml b/locales/en-US.yml index 54fdfcc695..0c72cfbe2f 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -2136,6 +2136,7 @@ _visibility: disableFederation: "Defederate" disableFederationDescription: "Don't transmit to other instances" _postForm: + signinRequiredPlaceholder: "You must be logged in to create a notes." replyPlaceholder: "Reply to this note..." quotePlaceholder: "Quote this note..." channelPlaceholder: "Post to a channel..." diff --git a/locales/index.d.ts b/locales/index.d.ts index 3c046b3cb3..844136aae1 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2278,6 +2278,7 @@ export interface Locale { "disableFederationDescription": string; }; "_postForm": { + "signinRequiredPlaceholder": string; "replyPlaceholder": string; "quotePlaceholder": string; "channelPlaceholder": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index f099ca745d..9d57fd21dc 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2191,6 +2191,7 @@ _visibility: disableFederationDescription: "他サーバーへの配信を行いません" _postForm: + signinRequiredPlaceholder: "ノートを作成するにはログインが必要です。" replyPlaceholder: "このノートに返信..." quotePlaceholder: "このノートを引用..." channelPlaceholder: "チャンネルに投稿..." diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 511c129ca0..c1d27130e1 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -2110,6 +2110,7 @@ _visibility: disableFederation: "연합에 보내지 않기" disableFederationDescription: "다른 서버로 보내지 않을래요" _postForm: + signinRequiredPlaceholder: "노트를 작성하려면 로그인이 필요해요." replyPlaceholder: "이 노트에 답글..." quotePlaceholder: "이 노트를 인용..." channelPlaceholder: "채널에 게시하기..." diff --git a/packages/frontend/src/components/MkPostFormSimple.vue b/packages/frontend/src/components/MkPostFormSimple.vue index 5d06b0afc1..7d7244c5f5 100644 --- a/packages/frontend/src/components/MkPostFormSimple.vue +++ b/packages/frontend/src/components/MkPostFormSimple.vue @@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only :enterFromClass="defaultStore.state.animation ? $style.transition_header_enterFrom : ''" :leaveToClass="defaultStore.state.animation ? $style.transition_header_leaveTo : ''" > -
+
{{ i18n.ts.notSpecifiedMentionWarning }} - -
-