コメント対応(canRenoteSwitch→allowRenoteToExternal)

This commit is contained in:
osamu 2023-11-03 15:27:23 +09:00
parent de00e1623b
commit 7a14bc880d
3 changed files with 3 additions and 3 deletions

2
locales/index.d.ts vendored
View File

@ -1742,7 +1742,7 @@ export interface Locale {
"notesCount": string; "notesCount": string;
"nameAndDescription": string; "nameAndDescription": string;
"nameOnly": string; "nameOnly": string;
"canRenoteSwitch": string; "allowRenoteToExternal": string;
}; };
"_menuDisplay": { "_menuDisplay": {
"sideFull": string; "sideFull": string;

View File

@ -1659,7 +1659,7 @@ _channel:
notesCount: "{n}投稿があります" notesCount: "{n}投稿があります"
nameAndDescription: "名前と説明" nameAndDescription: "名前と説明"
nameOnly: "名前のみ" nameOnly: "名前のみ"
canRenoteSwitch: "チャンネル外へのリノートと引用リノートを許可する" allowRenoteToExternal: "チャンネル外へのリノートと引用リノートを許可する"
_menuDisplay: _menuDisplay:
sideFull: "横" sideFull: "横"

View File

@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkSwitch> </MkSwitch>
<MkSwitch v-model="canRenote"> <MkSwitch v-model="canRenote">
<template #label>{{ i18n.ts._channel.canRenoteSwitch }}</template> <template #label>{{ i18n.ts._channel.allowRenoteToExternal }}</template>
</MkSwitch> </MkSwitch>
<div> <div>