forked from treehouse/mastodon
🚧 chinese translation WIP
parent
349c6cfa2b
commit
fc9bbdfd34
|
@ -92,19 +92,19 @@ en:
|
||||||
body: 'Here is a brief summary of what you missed on %{instance} since your last visit on %{since}:'
|
body: 'Here is a brief summary of what you missed on %{instance} since your last visit on %{since}:'
|
||||||
mention: "%{name} mentioned you in:"
|
mention: "%{name} mentioned you in:"
|
||||||
new_followers_summary:
|
new_followers_summary:
|
||||||
one: You have acquired one new follower! Yay!
|
one: 有人关注你了!耶!
|
||||||
other: You have gotten %{count} new followers! Amazing!
|
other: 有 %{count} 个人关注了你!别鸡动!
|
||||||
subject:
|
subject:
|
||||||
one: "1 new notification since your last visit \U0001F418"
|
one: "你有一个新提醒 \U0001F418"
|
||||||
other: "%{count} new notifications since your last visit \U0001F418"
|
other: "%{count} 个提醒太多,赶快去看看 \U0001F418"
|
||||||
favourite:
|
favourite:
|
||||||
body: 'Your status was favourited by %{name}:'
|
body: '%{name} 赞你'
|
||||||
subject: "%{name} favourited your status"
|
subject: "%{name} 对你点赞"
|
||||||
follow:
|
follow:
|
||||||
body: "%{name} is now following you!"
|
body: "%{name} 关注了你"
|
||||||
subject: "%{name} is now following you"
|
subject: "%{name} 关注了你"
|
||||||
follow_request:
|
follow_request:
|
||||||
body: "%{name} has requested to follow you"
|
body: "%{name} 要关注你"
|
||||||
subject: 'Pending follower: %{name}'
|
subject: 'Pending follower: %{name}'
|
||||||
mention:
|
mention:
|
||||||
body: 'You were mentioned by %{name} in:'
|
body: 'You were mentioned by %{name} in:'
|
||||||
|
@ -113,24 +113,24 @@ en:
|
||||||
body: 'Your status was boosted by %{name}:'
|
body: 'Your status was boosted by %{name}:'
|
||||||
subject: "%{name} boosted your status"
|
subject: "%{name} boosted your status"
|
||||||
pagination:
|
pagination:
|
||||||
next: Next
|
next: 下一页
|
||||||
prev: Prev
|
prev: 上一页
|
||||||
remote_follow:
|
remote_follow:
|
||||||
acct: Enter your username@domain you want to follow from
|
acct: Enter your username@domain you want to follow from
|
||||||
missing_resource: Could not find the required redirect URL for your account
|
missing_resource: Could not find the required redirect URL for your account
|
||||||
proceed: Proceed to follow
|
proceed: Proceed to follow
|
||||||
prompt: 'You are going to follow:'
|
prompt: 'You are going to follow:'
|
||||||
settings:
|
settings:
|
||||||
authorized_apps: Authorized apps
|
authorized_apps: 已授权 APP
|
||||||
back: Back to Mastodon
|
back: 返回
|
||||||
edit_profile: Edit profile
|
edit_profile: 更改个人信息
|
||||||
export: Data export
|
export: 数据导出
|
||||||
preferences: Preferences
|
preferences: 设置
|
||||||
settings: Settings
|
settings: 设置
|
||||||
two_factor_auth: Two-factor Authentication
|
two_factor_auth: 二步验证
|
||||||
statuses:
|
statuses:
|
||||||
open_in_web: Open in web
|
open_in_web: 浏览器中打开
|
||||||
over_character_limit: character limit of %{max} exceeded
|
over_character_limit: 超出范围 %{max}
|
||||||
visibilities:
|
visibilities:
|
||||||
private: Only show to followers
|
private: Only show to followers
|
||||||
public: Public
|
public: Public
|
||||||
|
|
Loading…
Reference in New Issue