Update Simplified Chinese translations (#6215)
* i18n: (zh-CN) Add translations of #6125 * i18n: (zh-CN) Add translations of #6132 * i18n: (zh-CN) Add translations of #6099 * i18n: (zh-CN) Add translations of #6071 * i18n: (zh-CN) Improve translations
This commit is contained in:
parent
9e97fbf0af
commit
c4d36d024c
7 changed files with 63 additions and 8 deletions
|
@ -50,7 +50,7 @@
|
|||
"column_header.unpin": "取消固定",
|
||||
"column_subheading.navigation": "导航",
|
||||
"column_subheading.settings": "设置",
|
||||
"compose_form.hashtag_warning": "This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag.",
|
||||
"compose_form.hashtag_warning": "这条嘟文被设置为“不公开”,因此它不会出现在任何话题标签的列表下。只有公开的嘟文才能通过话题标签进行搜索。",
|
||||
"compose_form.lock_disclaimer": "你的帐户没有{locked}。任何人都可以在关注你后立即查看仅关注者可见的嘟文。",
|
||||
"compose_form.lock_disclaimer.lock": "开启保护",
|
||||
"compose_form.placeholder": "在想啥?",
|
||||
|
@ -214,7 +214,7 @@
|
|||
"search_popout.tips.user": "用户",
|
||||
"search_results.total": "共 {count, number} 个结果",
|
||||
"standalone.public_title": "大家都在干啥?",
|
||||
"status.block": "Block @{name}",
|
||||
"status.block": "屏蔽 @{name}",
|
||||
"status.cannot_reblog": "无法转嘟这条嘟文",
|
||||
"status.delete": "删除",
|
||||
"status.embed": "嵌入",
|
||||
|
@ -223,7 +223,7 @@
|
|||
"status.media_hidden": "隐藏媒体内容",
|
||||
"status.mention": "提及 @{name}",
|
||||
"status.more": "更多",
|
||||
"status.mute": "Mute @{name}",
|
||||
"status.mute": "隐藏 @{name}",
|
||||
"status.mute_conversation": "隐藏此对话",
|
||||
"status.open": "展开嘟文",
|
||||
"status.pin": "在个人资料页面置顶",
|
||||
|
|
13
app/views/user_mailer/email_changed.zh-cn.html.erb
Normal file
13
app/views/user_mailer/email_changed.zh-cn.html.erb
Normal file
|
@ -0,0 +1,13 @@
|
|||
<p><%= @resource.email %>,你好呀!</p>
|
||||
|
||||
<% if @resource&.unconfirmed_email? %>
|
||||
<p>我们发送这封邮件是为了提醒你,你在 <%= @instance %> 上使用的电子邮件地址即将变更为 <%= @resource.unconfirmed_email %>。</p>
|
||||
<% else %>
|
||||
<p>我们发送这封邮件是为了提醒你,你在 <%= @instance %> 上使用的电子邮件地址已经变更为 <%= @resource.unconfirmed_email %>。</p>
|
||||
<% end %>
|
||||
|
||||
<p>
|
||||
如果你并没有请求更改你的电子邮件地址,则他人很有可能已经入侵你的帐户。请立即更改你的密码;如果你已经无法访问你的帐户,请联系实例的管理员请求协助。
|
||||
</p>
|
||||
|
||||
<p>来自 <%= @instance %> 管理团队</p>
|
11
app/views/user_mailer/email_changed.zh-cn.text.erb
Normal file
11
app/views/user_mailer/email_changed.zh-cn.text.erb
Normal file
|
@ -0,0 +1,11 @@
|
|||
<%= @resource.email %>,你好呀!
|
||||
|
||||
<% if @resource&.unconfirmed_email? %>
|
||||
我们发送这封邮件是为了提醒你,你在 <%= @instance %> 上使用的电子邮件地址即将变更为 <%= @resource.unconfirmed_email %>。
|
||||
<% else %>
|
||||
我们发送这封邮件是为了提醒你,你在 <%= @instance %> 上使用的电子邮件地址已经变更为 <%= @resource.unconfirmed_email %>。
|
||||
<% end %>
|
||||
|
||||
如果你并没有请求更改你的电子邮件地址,则他人很有可能已经入侵你的帐户。请立即更改你的密码;如果你已经无法访问你的帐户,请联系实例的管理员请求协助。
|
||||
|
||||
来自 <%= @instance %> 管理团队
|
|
@ -0,0 +1,13 @@
|
|||
<p><%= @resource.email %>,你好呀!</p>
|
||||
|
||||
<p>你正在更改你在 <%= @instance %> 使用的电子邮件地址。</p>
|
||||
|
||||
<p>点击下面的链接以确认操作:<br>
|
||||
<%= link_to '确认我的电子邮件地址', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||||
|
||||
<p>上面的链接按不动?把下面的链接复制到地址栏再试试:<br>
|
||||
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
|
||||
|
||||
<p>记得读一读我们的<%= link_to '使用条款', terms_url %>哦。</p>
|
||||
|
||||
<p>来自 <%= @instance %> 管理团队</p>
|
|
@ -0,0 +1,10 @@
|
|||
<%= @resource.email %>,你好呀!
|
||||
|
||||
你正在更改你在 <%= @instance %> 使用的电子邮件地址。
|
||||
|
||||
点击下面的链接以确认操作:
|
||||
<%= confirmation_url(@resource, confirmation_token: @token) %>
|
||||
|
||||
记得读一读我们的使用条款哦:<%= terms_url %>
|
||||
|
||||
来自 <%= @instance %> 管理团队
|
Loading…
Add table
Add a link
Reference in a new issue