mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 03:46:43 -06:00
i18n
This commit is contained in:
parent
89d6edf000
commit
8c81b5a963
4 changed files with 4 additions and 1 deletions
|
@ -1300,6 +1300,7 @@ enableFallbackReactButton: "Enable fallback reaction button"
|
||||||
enableMFMCheatsheet: "Enable MFM Cheatsheet in post form"
|
enableMFMCheatsheet: "Enable MFM Cheatsheet in post form"
|
||||||
enableUndoClearPostForm: "Enable undo & clear button in post form"
|
enableUndoClearPostForm: "Enable undo & clear button in post form"
|
||||||
disableReactionsViewer: "Disable emoji reactions viewer"
|
disableReactionsViewer: "Disable emoji reactions viewer"
|
||||||
|
collapsedUnexpectedLangs: "Collapse notes using unexpected languages"
|
||||||
autoSpacing: "Auto Spacing"
|
autoSpacing: "Auto Spacing"
|
||||||
autoSpacingDescription: "Adding spaces between CJK and English characters"
|
autoSpacingDescription: "Adding spaces between CJK and English characters"
|
||||||
performance: "Performance"
|
performance: "Performance"
|
||||||
|
|
|
@ -1307,6 +1307,7 @@ enableFallbackReactButton: "开启Fallback回应按钮"
|
||||||
enableMFMCheatsheet: "在帖文编辑框中启用MFM Cheatsheet"
|
enableMFMCheatsheet: "在帖文编辑框中启用MFM Cheatsheet"
|
||||||
enableUndoClearPostForm: "在帖文编辑框中启用撤销/清空按钮"
|
enableUndoClearPostForm: "在帖文编辑框中启用撤销/清空按钮"
|
||||||
disableReactionsViewer: "禁用帖文表情回应显示"
|
disableReactionsViewer: "禁用帖文表情回应显示"
|
||||||
|
collapsedUnexpectedLangs: "折叠非期望语言的帖文"
|
||||||
autoSpacing: "自动空格"
|
autoSpacing: "自动空格"
|
||||||
autoSpacingDescription: "在CJK字符和英文字符中添加空格"
|
autoSpacingDescription: "在CJK字符和英文字符中添加空格"
|
||||||
messageToFollower: "给关注者的消息"
|
messageToFollower: "给关注者的消息"
|
||||||
|
|
|
@ -1307,6 +1307,7 @@ enableFallbackReactButton: "啓用Fallback回應鍵"
|
||||||
enableMFMCheatsheet: "在貼文編輯框中啓用MFM Cheatsheet"
|
enableMFMCheatsheet: "在貼文編輯框中啓用MFM Cheatsheet"
|
||||||
enableUndoClearPostForm: "在貼文編輯框中啓用撤回/清除按鈕"
|
enableUndoClearPostForm: "在貼文編輯框中啓用撤回/清除按鈕"
|
||||||
disableReactionsViewer: "禁用貼文表情回應顯示"
|
disableReactionsViewer: "禁用貼文表情回應顯示"
|
||||||
|
collapsedUnexpectedLangs: "省略顯示非期望語言的貼文"
|
||||||
autoSpacing: "自動間距"
|
autoSpacing: "自動間距"
|
||||||
autoSpacingDescription: "在CJK字符和英文字符中添加間距"
|
autoSpacingDescription: "在CJK字符和英文字符中添加間距"
|
||||||
messageToFollower: "給追隨者的訊息"
|
messageToFollower: "給追隨者的訊息"
|
||||||
|
|
|
@ -73,7 +73,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<MkSwitch v-model="enableUndoClearPostForm">{{ i18n.ts.enableUndoClearPostForm }}</MkSwitch>
|
<MkSwitch v-model="enableUndoClearPostForm">{{ i18n.ts.enableUndoClearPostForm }}</MkSwitch>
|
||||||
<MkSwitch v-model="collapseNotesRepliedTo">{{ i18n.ts.collapseNotesRepliedTo }}</MkSwitch>
|
<MkSwitch v-model="collapseNotesRepliedTo">{{ i18n.ts.collapseNotesRepliedTo }}</MkSwitch>
|
||||||
<MkSwitch v-model="disableReactionsViewer">{{ i18n.ts.disableReactionsViewer }}</MkSwitch>
|
<MkSwitch v-model="disableReactionsViewer">{{ i18n.ts.disableReactionsViewer }}</MkSwitch>
|
||||||
<MkSwitch v-model="collapsedUnexpectedLangs">collapsedUnexpectedLangs</MkSwitch>
|
<MkSwitch v-model="collapsedUnexpectedLangs">{{ i18n.ts.collapsedUnexpectedLangs }}</MkSwitch>
|
||||||
<MkSelect v-model="autoSpacingBehaviour">
|
<MkSelect v-model="autoSpacingBehaviour">
|
||||||
<template #label>{{ i18n.ts.autoSpacing }}</template>
|
<template #label>{{ i18n.ts.autoSpacing }}</template>
|
||||||
<option :value="null">{{ i18n.ts.disabled }}</option>
|
<option :value="null">{{ i18n.ts.disabled }}</option>
|
||||||
|
|
Loading…
Reference in a new issue