コメント対応(canRenoteSwitch→allowRenoteToExternal)
This commit is contained in:
parent
de00e1623b
commit
7a14bc880d
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -1659,7 +1659,7 @@ _channel:
|
||||||
notesCount: "{n}投稿があります"
|
notesCount: "{n}投稿があります"
|
||||||
nameAndDescription: "名前と説明"
|
nameAndDescription: "名前と説明"
|
||||||
nameOnly: "名前のみ"
|
nameOnly: "名前のみ"
|
||||||
canRenoteSwitch: "チャンネル外へのリノートと引用リノートを許可する"
|
allowRenoteToExternal: "チャンネル外へのリノートと引用リノートを許可する"
|
||||||
|
|
||||||
_menuDisplay:
|
_menuDisplay:
|
||||||
sideFull: "横"
|
sideFull: "横"
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue