mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-17 14:47:29 -06:00
fix i18n
This commit is contained in:
parent
091cfec9eb
commit
682cbd9a5f
4 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -1300,7 +1300,6 @@ enableFallbackReactButton: "开启Fallback回应按钮"
|
|||
enableMFMCheatsheet: "在帖文编辑框中启用MFM Cheatsheet"
|
||||
autoSpacing: "自动空格"
|
||||
autoSpacingDescription: "在CJK字符和英文字符中添加空格"
|
||||
auto: "自动"
|
||||
messageToFollower: "给关注者的消息"
|
||||
target: "对象"
|
||||
testCaptchaWarning: "这是用于验证码测试的功能。**请勿在生产环境中使用。**"
|
||||
|
|
|
@ -1300,7 +1300,6 @@ enableFallbackReactButton: "啓用Fallback回應鍵"
|
|||
enableMFMCheatsheet: "在貼文編輯框中啓用MFM Cheatsheet"
|
||||
autoSpacing: "自動間距"
|
||||
autoSpacingDescription: "在CJK字符和英文字符中添加間距"
|
||||
auto: "自動"
|
||||
messageToFollower: "給追隨者的訊息"
|
||||
target: "目標 "
|
||||
testCaptchaWarning: "這是用於驗證碼測試的功能。**請勿在生產環境中使用。**"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue