fix 虚無ボタン

This commit is contained in:
mattyatea 2023-09-30 11:31:59 +09:00
parent b96c76b2c5
commit db20241627
2 changed files with 2 additions and 0 deletions

1
locales/index.d.ts vendored
View File

@ -13,6 +13,7 @@ export interface Locale {
"password": string; "password": string;
"forgotPassword": string; "forgotPassword": string;
"fetchingAsApObject": string; "fetchingAsApObject": string;
"fileAttachedOnly": string;
"ok": string; "ok": string;
"gotIt": string; "gotIt": string;
"cancel": string; "cancel": string;

View File

@ -673,6 +673,7 @@ reporterOrigin: "通報元"
forwardReport: "リモートサーバーに通報を転送する" forwardReport: "リモートサーバーに通報を転送する"
forwardReportIsAnonymous: "リモートサーバーからはあなたの情報は見れず、匿名のシステムアカウントとして表示されます。" forwardReportIsAnonymous: "リモートサーバーからはあなたの情報は見れず、匿名のシステムアカウントとして表示されます。"
send: "送信" send: "送信"
fileAttachedOnly: "ファイル付きのみ"
abuseMarkAsResolved: "対応済みにする" abuseMarkAsResolved: "対応済みにする"
openInNewTab: "新しいタブで開く" openInNewTab: "新しいタブで開く"
openInSideView: "サイドビューで開く" openInSideView: "サイドビューで開く"