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

feat(campaign): revise campaign copy #162

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions lib/notification/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,18 @@ export default {
`Your article "${title}" has been reported by other users`,
}),
write_challenge_applied: i18n({
zh_hant: `你已成功報名七日書,點此閱讀公告查看詳情,了解如何發文、完成七天寫作`,
zh_hans: `你已成功报名七日书,点此阅读公告查看详情,了解如何发文、完成七天写作`,
en: `Your Free Write in 7 days application has been submitted successfully. Click here to read the announcement in detail and learn how to publish an article and complete the activity`,
zh_hant: `你已成功報名三日書,點此閱讀公告查看詳情,了解如何發文、完成三天寫作`,
zh_hans: `你已成功报名三日书,点此阅读公告查看详情,了解如何发文、完成三天写作`,
en: `Your Free Write in 3 days application has been submitted successfully. Click here to read the announcement in detail and learn how to publish an article and complete the activity`,
}),
write_challenge_applied_late_bird: i18n({
zh_hant: `歡迎晚鳥參與七日書,點此閱讀公告查看詳情,了解如何發文、完成七天寫作`,
zh_hans: `欢迎晚鸟参与七日书,点此阅读公告查看详情,了解如何发文、完成七天写作`,
en: `You joined Free Write in 7 days as a latecomer successfully . Click here to read the announcement in detail and learn how to publish an article and complete the activity`,
zh_hant: `歡迎晚鳥參與三日書,點此閱讀公告查看詳情,了解如何發文、完成三天寫作`,
zh_hans: `欢迎晚鸟参与三日书,点此阅读公告查看详情,了解如何发文、完成三天写作`,
en: `You joined Free Write in 3 days as a latecomer successfully . Click here to read the announcement in detail and learn how to publish an article and complete the activity`,
}),
badge_grand_slam_awarded: i18n({
zh_hant: '太棒了!恭喜獲得七日書大滿貫,快去看看你的新徽章',
zh_hans: '太棒了!恭喜获得七日书大满贯,快去看看你的新徽章',
zh_hant: '太棒了!恭喜獲得三日書大滿貫,快去看看你的新徽章',
zh_hans: '太棒了!恭喜获得三日书大满贯,快去看看你的新徽章',
en: 'Marvelous! Congratulations on winning the Seven-Day Free Writing Grand Slam, go check out your new badge',
}),
}
Loading