Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chinese Localization #4774

Merged
merged 24 commits into from
Jul 24, 2024
Merged

Update Chinese Localization #4774

merged 24 commits into from
Jul 24, 2024

Conversation

KuwaLee
Copy link
Contributor

@KuwaLee KuwaLee commented Jul 12, 2024

TW and CN are included, co-maintain by @auroursa @cirx1e

@cirx1e
Copy link
Contributor

cirx1e commented Jul 19, 2024

please review this PR

msgid "liked your post"
msgstr "已喜歡您的貼文"
msgstr "表示喜歡您的貼文"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
msgstr "表示喜歡您的貼文"
msgstr "喜歡您的貼文"

這裡應該不用加「表示」?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

應該說 我原本用的是 已喜歡
而且我記得他好像是 插在 {數字}+這個字串

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

而且我記得他好像是 插在 {數字}+這個字串

FeedItem 是通知
應該是 顯示名稱(和 其他 ? 個人) + 這個字串 才對

if (item.type === 'post-like') {
action = _(msg`liked your post`)
} else if (item.type === 'repost') {
action = _(msg`reposted your post`)
icon = <RepostIcon size="xl" style={{color: t.palette.positive_600}} />
} else if (item.type === 'follow') {
if (
item.notification.author.viewer?.following &&
gate('ungroup_follow_backs')
) {
isFollowBack = true
action = _(msg`followed you back`)
} else {
action = _(msg`followed you`)
}

18f0d262-e949-4714-8b9b-41e6c5462659

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我下個版本修正一下

Copy link
Collaborator

@pfrazee pfrazee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks all!

@pfrazee pfrazee merged commit 7a0aa66 into bluesky-social:main Jul 24, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants