From bf9089209d22fd4a18a652f3c50c44be78219db3 Mon Sep 17 00:00:00 2001 From: tar_bin Date: Fri, 11 Aug 2023 19:04:15 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AB=E3=82=B9=E3=82=BF=E3=83=A0=E7=B5=B5?= =?UTF-8?q?=E6=96=87=E5=AD=97=E4=B8=80=E8=A6=A7=E3=82=92=E4=B8=80=E8=A6=A7?= =?UTF-8?q?=E3=80=81=E6=96=B0=E7=9D=80=E3=80=81=E7=94=B3=E8=AB=8B=E4=B8=AD?= =?UTF-8?q?=E3=81=AB=E5=88=86=E9=9B=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 5c464cd1bc177f0276397a686160c5c77e774d10) --- locales/index.d.ts | 1 + locales/ja-JP.yml | 1 + packages/frontend/src/pages/about.emojis.vue | 87 ++++++++++++++------ packages/frontend/src/pages/about.vue | 4 +- 4 files changed, 65 insertions(+), 28 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 504df64250..7c440d9119 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -824,6 +824,7 @@ export interface Locale { "high": string; "middle": string; "low": string; + "list": string; "emailNotConfiguredWarning": string; "ratio": string; "previewNoteText": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 367233c13c..dcf413be13 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -823,6 +823,7 @@ priority: "優先度" high: "高" middle: "中" low: "低" +list: "一覧" emailNotConfiguredWarning: "メールアドレスの設定がされていません。" ratio: "比率" previewNoteText: "本文をプレビュー" diff --git a/packages/frontend/src/pages/about.emojis.vue b/packages/frontend/src/pages/about.emojis.vue index a00d2e3219..805662065c 100644 --- a/packages/frontend/src/pages/about.emojis.vue +++ b/packages/frontend/src/pages/about.emojis.vue @@ -4,51 +4,88 @@ SPDX-License-Identifier: AGPL-3.0-only -->