This commit is contained in:
mattyatea 2024-05-17 23:34:14 +09:00
parent 64984b1984
commit 3f04b5bf8f
4 changed files with 6 additions and 2 deletions

2
locales/index.d.ts vendored
View File

@ -2604,6 +2604,8 @@ export interface Locale extends ILocale {
*
*/
"useCw": string;
"disableNoteDrafting":string;
"kakuregaFeature": string;
/**
*
*/

View File

@ -19,6 +19,8 @@ notificationIndicator: "通知のインジケーターの数字を表示する"
hanntenn: "アイコンとバナーを反転させる"
hanntennInfo: "ダークだったらライトのアイコンに、ライトだったらダークのアイコンに。"
ruby: "ルビ"
disableNoteDrafting: "ノートの下書きの復元を無効化"
kakuregaFeature: "隠れ家"
pinnedChannel: "ピン留めされたチャンネル"
gotIt: "わかった"
cancel: "キャンセル"

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2024.5.0-beta1-mattyatea7",
"version": "2024.5.0-beta1-mattyatea8",
"codename": "nasubi",
"repository": {
"type": "git",

View File

@ -46,7 +46,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSwitch v-model="disableNoteDrafting">
<template #caption>{{ i18n.ts.disableNoteDraftingDescription }}</template>
{{ i18n.ts.disableNoteDrafting }}
<span class="_beta">{{ i18n.ts.originalFeature }}</span>
<span class="_beta">{{ i18n.ts.kakuregaFeature }}</span>
</MkSwitch>
<MkFolder>
<template #label>{{ i18n.ts.pinnedList }}</template>