Seperate splash screen settings in admin panel
This commit is contained in:
parent
e7f2c7df03
commit
fd088d0c85
@ -912,6 +912,7 @@ showUpdates: "Show a popup when Calckey updates"
|
|||||||
recommendedInstances: "Recommended instances"
|
recommendedInstances: "Recommended instances"
|
||||||
recommendedInstancesDescription: "Recommended instances seperated by line breaks to appear in the recommended timeline. Do NOT add `https://`, ONLY the domain."
|
recommendedInstancesDescription: "Recommended instances seperated by line breaks to appear in the recommended timeline. Do NOT add `https://`, ONLY the domain."
|
||||||
caption: "Auto Caption"
|
caption: "Auto Caption"
|
||||||
|
splash: "Splash Screen"
|
||||||
|
|
||||||
_sensitiveMediaDetection:
|
_sensitiveMediaDetection:
|
||||||
description: "Reduces the effort of server moderation through automatically recognizing NSFW media via Machine Learning. This will slightly increase the load on the server."
|
description: "Reduces the effort of server moderation through automatically recognizing NSFW media via Machine Learning. This will slightly increase the load on the server."
|
||||||
|
@ -912,6 +912,7 @@ showUpdates: "Calckeyの更新時にポップアップを表示する"
|
|||||||
recommendedInstances: "推奨インスタンス"
|
recommendedInstances: "推奨インスタンス"
|
||||||
recommendedInstancesDescription: "推奨タイムラインに表示するために改行で区切られた推奨インスタンス。`https://`を追加しないでください。ドメインのみを追加してください。"
|
recommendedInstancesDescription: "推奨タイムラインに表示するために改行で区切られた推奨インスタンス。`https://`を追加しないでください。ドメインのみを追加してください。"
|
||||||
caption: "自動キャプション"
|
caption: "自動キャプション"
|
||||||
|
splash: "スプラッシュスクリーン"
|
||||||
|
|
||||||
_sensitiveMediaDetection:
|
_sensitiveMediaDetection:
|
||||||
description: "機械学習を使って自動でセンシティブなメディアを検出し、モデレーションに役立てることができます。サーバーの負荷が少し増えます。"
|
description: "機械学習を使って自動でセンシティブなメディアを検出し、モデレーションに役立てることができます。サーバーの負荷が少し増えます。"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.118.1-calc.rc.6",
|
"version": "12.118.1-calc.rc.7",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -34,16 +34,6 @@
|
|||||||
<template #caption>{{ i18n.ts.pinnedUsersDescription }}</template>
|
<template #caption>{{ i18n.ts.pinnedUsersDescription }}</template>
|
||||||
</FormTextarea>
|
</FormTextarea>
|
||||||
|
|
||||||
<FormTextarea v-model="customMOTD" class="_formBlock">
|
|
||||||
<template #label>{{ i18n.ts.customMOTD }}</template>
|
|
||||||
<template #caption>{{ i18n.ts.customMOTDDescription }}</template>
|
|
||||||
</FormTextarea>
|
|
||||||
|
|
||||||
<FormTextarea v-model="customSplashIcons" class="_formBlock">
|
|
||||||
<template #label>{{ i18n.ts.customSplashIcons }}</template>
|
|
||||||
<template #caption>{{ i18n.ts.customSplashIconsDescription }}</template>
|
|
||||||
</FormTextarea>
|
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<FormSwitch v-model="enableRegistration" class="_formBlock">
|
<FormSwitch v-model="enableRegistration" class="_formBlock">
|
||||||
<template #label>{{ i18n.ts.enableRegistration }}</template>
|
<template #label>{{ i18n.ts.enableRegistration }}</template>
|
||||||
@ -66,6 +56,20 @@
|
|||||||
<FormInfo class="_formBlock">{{ i18n.ts.disablingTimelinesInfo }}</FormInfo>
|
<FormInfo class="_formBlock">{{ i18n.ts.disablingTimelinesInfo }}</FormInfo>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
|
<FormSection>
|
||||||
|
<template #label>{{ i18n.ts.splash }}</template>
|
||||||
|
|
||||||
|
<FormTextarea v-model="customMOTD" class="_formBlock">
|
||||||
|
<template #label>{{ i18n.ts.customMOTD }}</template>
|
||||||
|
<template #caption>{{ i18n.ts.customMOTDDescription }}</template>
|
||||||
|
</FormTextarea>
|
||||||
|
|
||||||
|
<FormTextarea v-model="customSplashIcons" class="_formBlock">
|
||||||
|
<template #label>{{ i18n.ts.customSplashIcons }}</template>
|
||||||
|
<template #caption>{{ i18n.ts.customSplashIconsDescription }}</template>
|
||||||
|
</FormTextarea>
|
||||||
|
</FormSection>
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label>{{ i18n.ts.theme }}</template>
|
<template #label>{{ i18n.ts.theme }}</template>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user