From a25fa62d645e6b18d676b7c994f2f1218ebe4251 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Fri, 28 Mar 2025 09:47:34 +0900 Subject: [PATCH] =?UTF-8?q?enhance(frontend):=20=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E3=82=A2=E3=83=83=E3=83=97=E3=83=AD=E3=83=BC?= =?UTF-8?q?=E3=83=89=E5=87=A6=E7=90=86=E3=81=AE=E3=83=AA=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=AF=E3=82=BF=E3=81=A8=E8=A8=AD=E5=AE=9A=E3=81=AE=E7=B0=A1?= =?UTF-8?q?=E7=95=A5=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 4 + locales/ja-JP.yml | 1 + packages/frontend/src/components/MkDrive.vue | 93 ++++++++----------- .../custom-emojis-manager.local.register.vue | 10 +- packages/frontend/src/pages/drive.vue | 2 +- .../frontend/src/pages/settings/drive.vue | 10 -- packages/frontend/src/pref-migrate.ts | 1 - packages/frontend/src/preferences/def.ts | 3 - .../utility/autogen/settings-search-index.ts | 9 +- packages/frontend/src/utility/select-file.ts | 12 +-- packages/frontend/src/utility/upload.ts | 2 +- 11 files changed, 57 insertions(+), 90 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 6adc66d3cd..9ab72b3a5a 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5358,6 +5358,10 @@ export interface Locale extends ILocale { * 通常これは自動で行われていますが、何らかの理由により上手く移行されなかった場合は手動で移行処理をトリガーできます。現在の設定情報は上書きされます。 */ "migrateOldSettings_description": string; + /** + * 圧縮 + */ + "compress": string; "_chat": { /** * まだメッセージはありません diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 55bb4c577b..7a2beb7a87 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1335,6 +1335,7 @@ information: "情報" chat: "チャット" migrateOldSettings: "旧設定情報を移行" migrateOldSettings_description: "通常これは自動で行われていますが、何らかの理由により上手く移行されなかった場合は手動で移行処理をトリガーできます。現在の設定情報は上書きされます。" +compress: "圧縮" _chat: noMessagesYet: "まだメッセージはありません" diff --git a/packages/frontend/src/components/MkDrive.vue b/packages/frontend/src/components/MkDrive.vue index edbdf1cca1..c212167c8f 100644 --- a/packages/frontend/src/components/MkDrive.vue +++ b/packages/frontend/src/components/MkDrive.vue @@ -4,34 +4,37 @@ SPDX-License-Identifier: AGPL-3.0-only -->