コメント対応(canRenoteSwitch→allowRenoteToExternal)
This commit is contained in:
parent
de00e1623b
commit
7a14bc880d
|
|
@ -1742,7 +1742,7 @@ export interface Locale {
|
|||
"notesCount": string;
|
||||
"nameAndDescription": string;
|
||||
"nameOnly": string;
|
||||
"canRenoteSwitch": string;
|
||||
"allowRenoteToExternal": string;
|
||||
};
|
||||
"_menuDisplay": {
|
||||
"sideFull": string;
|
||||
|
|
|
|||
|
|
@ -1659,7 +1659,7 @@ _channel:
|
|||
notesCount: "{n}投稿があります"
|
||||
nameAndDescription: "名前と説明"
|
||||
nameOnly: "名前のみ"
|
||||
canRenoteSwitch: "チャンネル外へのリノートと引用リノートを許可する"
|
||||
allowRenoteToExternal: "チャンネル外へのリノートと引用リノートを許可する"
|
||||
|
||||
_menuDisplay:
|
||||
sideFull: "横"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</MkSwitch>
|
||||
|
||||
<MkSwitch v-model="canRenote">
|
||||
<template #label>{{ i18n.ts._channel.canRenoteSwitch }}</template>
|
||||
<template #label>{{ i18n.ts._channel.allowRenoteToExternal }}</template>
|
||||
</MkSwitch>
|
||||
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue