From 7a14bc880db87c79404fad92ae1c872cf9905bdf Mon Sep 17 00:00:00 2001
From: osamu <46447427+sam-osamu@users.noreply.github.com>
Date: Fri, 3 Nov 2023 15:27:23 +0900
Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E5=AF=BE?=
=?UTF-8?q?=E5=BF=9C=EF=BC=88canRenoteSwitch=E2=86=92allowRenoteToExternal?=
=?UTF-8?q?=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
locales/index.d.ts | 2 +-
locales/ja-JP.yml | 2 +-
packages/frontend/src/pages/channel-editor.vue | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/locales/index.d.ts b/locales/index.d.ts
index dcffcd782d..b9dc38ad7e 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -1742,7 +1742,7 @@ export interface Locale {
"notesCount": string;
"nameAndDescription": string;
"nameOnly": string;
- "canRenoteSwitch": string;
+ "allowRenoteToExternal": string;
};
"_menuDisplay": {
"sideFull": string;
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 28cffea03e..d6dd646bae 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -1659,7 +1659,7 @@ _channel:
notesCount: "{n}投稿があります"
nameAndDescription: "名前と説明"
nameOnly: "名前のみ"
- canRenoteSwitch: "チャンネル外へのリノートと引用リノートを許可する"
+ allowRenoteToExternal: "チャンネル外へのリノートと引用リノートを許可する"
_menuDisplay:
sideFull: "横"
diff --git a/packages/frontend/src/pages/channel-editor.vue b/packages/frontend/src/pages/channel-editor.vue
index 8d9dc97de2..02770b2347 100644
--- a/packages/frontend/src/pages/channel-editor.vue
+++ b/packages/frontend/src/pages/channel-editor.vue
@@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only