From 416accbe789586ce3fabcca525a3e18658aeecaf Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 6 Feb 2020 09:09:24 +0900 Subject: [PATCH] =?UTF-8?q?Renote=E3=82=92=E8=A7=A3=E9=99=A4=E3=81=A7?= =?UTF-8?q?=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolve #2231 --- CHANGELOG.md | 1 + locales/ja-JP.yml | 1 + src/client/components/note.vue | 32 +++++++++++++++++++++---- src/client/components/renote-picker.vue | 2 +- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2d1a245..e404a8fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ v12ではいくつかインスタンスにとって破壊的な変更があり * ユーザーの登録日を表示するように * タイムラインウィジェットを追加 * 投稿フォームでメンションを追加するのが簡単に + * Renoteを解除できるように * スマホ/タブレットでも絵文字ピッカーを使えるように * ユーザーを選択する操作が便利に * ユーザーページからユーザーにメッセージを送れるように diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 5d7b971cd..e0957befa 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -93,6 +93,7 @@ unfollow: "フォロー解除" followRequestPending: "フォロー許可待ち" enterEmoji: "絵文字を入力" renote: "Renote" +unrenote: "Renote解除" quote: "引用" pinnedNote: "ピン留めされた投稿" you: "あなた" diff --git a/src/client/components/note.vue b/src/client/components/note.vue index 8b3fa61a6..f143fe75a 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -1,8 +1,8 @@