From db20241627fb25b16a3fa92a2acf600d636c3400 Mon Sep 17 00:00:00 2001 From: mattyatea Date: Sat, 30 Sep 2023 11:31:59 +0900 Subject: [PATCH] =?UTF-8?q?fix=20=E8=99=9A=E7=84=A1=E3=83=9C=E3=82=BF?= =?UTF-8?q?=E3=83=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 1 + locales/ja-JP.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/locales/index.d.ts b/locales/index.d.ts index bca14d1f3b..c23cdb5bb6 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13,6 +13,7 @@ export interface Locale { "password": string; "forgotPassword": string; "fetchingAsApObject": string; + "fileAttachedOnly": string; "ok": string; "gotIt": string; "cancel": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 6fd6a61090..dada9d8869 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -673,6 +673,7 @@ reporterOrigin: "通報元" forwardReport: "リモートサーバーに通報を転送する" forwardReportIsAnonymous: "リモートサーバーからはあなたの情報は見れず、匿名のシステムアカウントとして表示されます。" send: "送信" +fileAttachedOnly: "ファイル付きのみ" abuseMarkAsResolved: "対応済みにする" openInNewTab: "新しいタブで開く" openInSideView: "サイドビューで開く"