Merge branch 'fix/moderation_note' into 'develop'
fix(client): some key not using translate Co-authored-by: 老周部落 <laozhoubuluo@gmail.com> See merge request firefish/firefish!10698
This commit is contained in:
commit
f8b41843c5
3 changed files with 9 additions and 4 deletions
|
@ -1112,6 +1112,9 @@ signupsDisabled: "Signups on this server are currently disabled. If you have an
|
|||
code for this server, please enter it below."
|
||||
apps: "Apps"
|
||||
sendModMail: "Send Moderation Notice"
|
||||
moderationNote: "Moderation Note"
|
||||
ipFirstAcknowledged: "The date is the IP address was first acknowledged."
|
||||
driveCapacityOverride: "Drive Capacity Override"
|
||||
preventAiLearning: "Prevent AI bot scraping"
|
||||
preventAiLearningDescription: "Request third-party AI language models not to study
|
||||
content you upload, such as posts and images."
|
||||
|
|
|
@ -1935,6 +1935,9 @@ noteId: 帖子 ID
|
|||
moveFrom: 从旧账号迁移至此账号
|
||||
defaultReaction: 发出和收到帖子的默认表情符号反应
|
||||
sendModMail: 发送管理通知
|
||||
moderationNote: "管理笔记"
|
||||
ipFirstAcknowledged: "该日期是这个 IP 地址第一次收到请求的日期。"
|
||||
driveCapacityOverride: "网盘容量覆盖"
|
||||
isLocked: 该账号设置了关注请求
|
||||
_filters:
|
||||
notesBefore: 帖子早于
|
||||
|
|
|
@ -272,7 +272,7 @@
|
|||
manual-save
|
||||
class="_formBlock"
|
||||
>
|
||||
<template #label>Moderation note</template>
|
||||
<template #label>{{ i18n.ts.moderationNote }}</template>
|
||||
</FormTextarea>
|
||||
<FormFolder class="_formBlock">
|
||||
<template #label>IP</template>
|
||||
|
@ -280,8 +280,7 @@
|
|||
i18n.ts.requireAdminForView
|
||||
}}</MkInfo>
|
||||
<MkInfo v-else
|
||||
>The date is the IP address was first
|
||||
acknowledged.</MkInfo
|
||||
>{{ i18n.ts.ipFirstAcknowledged }}</MkInfo
|
||||
>
|
||||
<template v-if="isAdmin && ips">
|
||||
<div
|
||||
|
@ -305,7 +304,7 @@
|
|||
/>
|
||||
</FormFolder>
|
||||
<FormSection>
|
||||
<template #label>Drive Capacity Override</template>
|
||||
<template #label>{{ i18n.ts.driveCapacityOverride }}</template>
|
||||
|
||||
<FormInput
|
||||
v-if="user.host == null"
|
||||
|
|
Loading…
Reference in a new issue