mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-25 11:29:26 -05:00
fix i18n
This commit is contained in:
parent
9832482660
commit
79ff6cc0ea
2 changed files with 1 additions and 10 deletions
|
@ -1299,11 +1299,6 @@ noteClickToOpen: "点击展开帖文详情"
|
|||
enableFallbackReactButton: "开启Fallback回应按钮"
|
||||
messageToFollower: "给关注者的消息"
|
||||
target: "对象"
|
||||
testCaptchaWarning: "此功能为测试 CAPTCHA 用。<strong>请勿在正式环境中使用。</strong>"
|
||||
prohibitedWordsForNameOfUser: "用户名中禁止的词"
|
||||
prohibitedWordsForNameOfUserDescription: "更改用户名时,如果用户名中包含此列表里的词汇,用户的改名请求将被拒绝。持有管理员权限的用户不受此限制。"
|
||||
yourNameContainsProhibitedWords: "目标用户名包含违禁词"
|
||||
yourNameContainsProhibitedWordsDescription: "用户名内含有违禁词。若想使用此用户名,请联系服务器管理员。"
|
||||
testCaptchaWarning: "这是用于验证码测试的功能。**请勿在生产环境中使用。**"
|
||||
prohibitedWordsForNameOfUser: "禁用词(用户名)"
|
||||
prohibitedWordsForNameOfUserDescription: "如果用户名中包含此列表中的任何字符串,将拒绝用户名更改。具有版主权限的用户不受此限制影响。"
|
||||
|
|
|
@ -1299,11 +1299,6 @@ noteClickToOpen: "點擊展開帖文詳情"
|
|||
enableFallbackReactButton: "啓用Fallback回應鍵"
|
||||
messageToFollower: "給追隨者的訊息"
|
||||
target: "目標 "
|
||||
testCaptchaWarning: "此功能用於 CAPTCHA 的測試。<strong>請勿在正式環境中使用。</strong>"
|
||||
prohibitedWordsForNameOfUser: "禁止使用的字詞(使用者名稱)"
|
||||
prohibitedWordsForNameOfUserDescription: "如果使用者名稱包含此清單中的任何字串,則拒絕重新命名使用者。 具有審查員權限的使用者不受此限制的影響。"
|
||||
yourNameContainsProhibitedWords: "您嘗試更改的名稱包含禁止的字串"
|
||||
yourNameContainsProhibitedWordsDescription: "名稱中包含禁止使用的字串。 如果您想使用此名稱,請聯絡您的伺服器管理員。"
|
||||
testCaptchaWarning: "這是用於驗證碼測試的功能。**請勿在生產環境中使用。**"
|
||||
prohibitedWordsForNameOfUser: "禁用詞(用戶名)"
|
||||
prohibitedWordsForNameOfUserDescription: "如果用戶名中包含此列表中的任何字符串,將拒絕用戶名更改。具有版主權限的用戶不受此限制影響。"
|
||||
|
@ -1312,6 +1307,7 @@ yourNameContainsProhibitedWordsDescription: "您的名稱包含禁用字符串
|
|||
thisContentsAreMarkedAsSigninRequiredByAuthor: "作者已設置此內容需要登入才能查看"
|
||||
lockdown: "封鎖"
|
||||
|
||||
|
||||
_accountSettings:
|
||||
requireSigninToViewContents: "需要登入才能檢視內容"
|
||||
requireSigninToViewContentsDescription1: "要求登入才能檢視您建立的所有內容,如筆記等。這可以防止爬蟲收集資訊。"
|
||||
|
|
Loading…
Add table
Reference in a new issue