This commit is contained in:
fly_mc 2024-10-23 23:51:21 +08:00
parent 091cfec9eb
commit 682cbd9a5f
4 changed files with 1 additions and 4 deletions

View file

@ -1291,7 +1291,6 @@ enableFallbackReactButton: "Enable fallback reaction button"
enableMFMCheatsheet: "Enable MFM Cheatsheet in post form"
autoSpacing: "Auto Spacing"
autoSpacingDescription: "Adding spaces between CJK and English characters"
auto: "Auto"
performance: "Performance"
modified: "Modified"
discard: "Discard"

View file

@ -1300,7 +1300,6 @@ enableFallbackReactButton: "开启Fallback回应按钮"
enableMFMCheatsheet: "在帖文编辑框中启用MFM Cheatsheet"
autoSpacing: "自动空格"
autoSpacingDescription: "在CJK字符和英文字符中添加空格"
auto: "自动"
messageToFollower: "给关注者的消息"
target: "对象"
testCaptchaWarning: "这是用于验证码测试的功能。**请勿在生产环境中使用。**"

View file

@ -1300,7 +1300,6 @@ enableFallbackReactButton: "啓用Fallback回應鍵"
enableMFMCheatsheet: "在貼文編輯框中啓用MFM Cheatsheet"
autoSpacing: "自動間距"
autoSpacingDescription: "在CJK字符和英文字符中添加間距"
auto: "自動"
messageToFollower: "給追隨者的訊息"
target: "目標 "
testCaptchaWarning: "這是用於驗證碼測試的功能。**請勿在生產環境中使用。**"

View file

@ -14,8 +14,8 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSelect v-model="autoSpacingBehaviour">
<template #label>{{ i18n.ts.autoSpacing }}</template>
<option :value="null">{{ i18n.ts.disabled }}</option>
<option value="special">Auto</option>
<option value="all">{{ i18n.ts.all }}</option>
<option value="special">{{ i18n.ts.auto }}</option>
<template #caption>{{ i18n.ts.autoSpacingDescription }}</template>
</MkSelect>
</div>