-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundancy codes such as Steps, and unrelated links.
- Loading branch information
Showing
2 changed files
with
4 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ export default genI18nMessages({ | |
'Call for Poster Ends:Jun 15th 23:59:5 ({aoe})', | ||
'Announcement of Acceptance:Jun 30th', | ||
], | ||
steps: [], | ||
}, | ||
|
||
howToSubmit: { | ||
|
@@ -26,7 +25,6 @@ export default genI18nMessages({ | |
'Please go to the {posterForm} form to submit, provide the Poster topic, abstract, and content description, and your personal information.', | ||
'Backboard dimensions 900mm x 1800mm, multiple posters allowed within the above dimensions.', | ||
], | ||
steps: [], | ||
}, | ||
|
||
topics: { | ||
|
@@ -35,37 +33,26 @@ export default genI18nMessages({ | |
'We accept a broad range of Python-related proposals from academic research to commercial projects, case studies, or soft topics such as running a community, making good communication, mental health, etc. So basically, if you are reading this, just submit your proposal!', | ||
'We encourage speakers to talk about your own Python package or application, your experience of learning Python or hosting a Python community, etc. Talks on advanced topics are highly welcomed as well. For your inspiration, our committee has suggested that they’d love to see talks on the following topics: A.I., Machine Learning, Data Analysis, FinTech, Medical Care, Semiconductor, Manufacturing, Civic Technology, etc.', | ||
], | ||
steps: [], | ||
}, | ||
|
||
inappropriate: { | ||
title: 'Inappropriate Words or Images', | ||
description: [ | ||
'Please note that PyCon Taiwan is a conference where the audience comes from different cultural backgrounds. Some jokes may be rude to others. If you want to add some humorous images or words to your speech, please double check if there is any possibility of offense, and refer to our {coc}.', | ||
], | ||
steps: [], | ||
}, | ||
}, | ||
|
||
terms: { | ||
aoe: 'AoE', | ||
signUp: 'sign up', | ||
proposalSystem: 'Proposal System', | ||
pyVideo: 'pyvideo.org', | ||
recording: 'recording release', | ||
everyoneContributesPolicy: 'Everyone Contributes Policy', | ||
programEmail: '[email protected]', | ||
talk: 'How to Propose a Talk?', | ||
tutorial: 'How to Propose a Tutorial?', | ||
coc: 'Code of Conduct', | ||
position: 'Kaohsiung NSTM South Complex', | ||
posterForm: 'Poster Session submission', | ||
}, | ||
|
||
og: { | ||
title: 'Call for Proposals', | ||
description: | ||
'The Call for Proposals is now open. PyCon Taiwan 2024 is accepting talks and tutorials!', | ||
title: 'Call for Poster Session', | ||
description: "Welcome to PyCon TW's first Poster Session!", | ||
}, | ||
}, | ||
'zh-hant': { | ||
|
@@ -123,23 +110,14 @@ export default genI18nMessages({ | |
|
||
terms: { | ||
aoe: 'AoE', | ||
signUp: '註冊', | ||
proposalSystem: '投稿系統', | ||
pyVideo: 'pyvideo.org', | ||
recording: '錄影釋出', | ||
everyoneContributesPolicy: 'Everyone Contributes Policy', | ||
programEmail: '[email protected]', | ||
talk: '如何投稿演講?', | ||
tutorial: '如何投稿專業課程?', | ||
coc: '行為準則', | ||
position: 'Kaohsiung NSTM South Complex', | ||
posterForm: 'Poster Session 投稿表單', | ||
}, | ||
|
||
og: { | ||
title: '稿件募集', | ||
description: | ||
'PyCon Taiwan 2024 正式開始徵稿,接受包括議程(Talks)與課程(Tutorials)的稿件!', | ||
title: 'Poster Session 稿件募集', | ||
description: '首先,謝謝您考慮投稿 Poster 至 PyCon Taiwan 2024。', | ||
}, | ||
}, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters