complete locale; optimize layout

main
Dawn1Ocean 2024-03-29 22:48:07 +08:00
parent 2cd401409e
commit ec3acd74e2
4 changed files with 22 additions and 11 deletions

View File

@ -44,8 +44,12 @@ export default class NoteCard extends Component<NoteCardProps, {}> {
/> />
</View> </View>
<View <View
className='at-col' className='at-col at-col--wrap'
style={{ marginTop: '40rpx', marginBottom: '40rpx' }} style={{
marginTop: '40rpx',
marginBottom: '40rpx',
wordBreak: 'normal',
}}
> >
<View className='at-article__p'>{note.op}</View> <View className='at-article__p'>{note.op}</View>
<View className='at-article__info'> <View className='at-article__info'>

View File

@ -28,7 +28,10 @@ export default class AboutPage extends Component {
mode='aspectFit' mode='aspectFit'
/> />
</View> </View>
<View className='at-article at-col'> <View
className='at-article at-col at-col--wrap'
style={{ wordBreak: 'normal' }}
>
<View className='at-article__h1'> <View className='at-article__h1'>
{pt.get().aboutPage.dean.nickname} {pt.get().aboutPage.dean.nickname}
</View> </View>
@ -54,7 +57,10 @@ export default class AboutPage extends Component {
mode='aspectFit' mode='aspectFit'
/> />
</View> </View>
<View className='at-article at-col'> <View
className='at-article at-col at-col--wrap'
style={{ wordBreak: 'normal' }}
>
<View className='at-article__h1'> <View className='at-article__h1'>
{pt.get().aboutPage.fracher.nickname} {pt.get().aboutPage.fracher.nickname}
</View> </View>

View File

@ -142,8 +142,8 @@ export const mainPageEnUs: MainPageText = {
{ title: 'We are volunteers and do not take any gifts.' }, { title: 'We are volunteers and do not take any gifts.' },
], ],
ticketList: { ticketList: {
title: '预填写工单列表', title: 'Pre-filling ticket list',
note: '在这里查看所有的预填写工单!', note: 'Browse for all pre-filling tickets here!',
}, },
dutyCard: { dutyCard: {
offDuty: { offDuty: {

View File

@ -60,7 +60,7 @@ export const memberPageZhCn: MemberPageText = {
mainTitleLine: '您好,', mainTitleLine: '您好,',
subTitleLine: '祝你满绩每一天', subTitleLine: '祝你满绩每一天',
loginMainTitleLine: '协会成员登录入口', loginMainTitleLine: '协会成员登录入口',
loginSubTitleLine: '请打开 auth.zjueva.net,登录后点击下方按钮以扫描二维码', loginSubTitleLine: '请使用 EVA 统一身份认证,登录后点击下方按钮以扫描二维码',
logoutMainTitleLine: '协会成员登出', logoutMainTitleLine: '协会成员登出',
logoutSubTitleLine: '登出后须扫码重新登录!', logoutSubTitleLine: '登出后须扫码重新登录!',
cardTitle: { cardTitle: {
@ -140,10 +140,11 @@ export const memberPageZhCn: MemberPageText = {
export const memberPageEnUs: MemberPageText = { export const memberPageEnUs: MemberPageText = {
mainTitleLine: 'Hi! ', mainTitleLine: 'Hi! ',
subTitleLine: 'Have a great day!', subTitleLine: 'Have a great day!',
loginMainTitleLine: '协会成员登录入口', loginMainTitleLine: 'EVA Member Entry',
loginSubTitleLine: '请打开 auth.zjueva.net登录后点击下方按钮以扫描二维码', loginSubTitleLine:
logoutMainTitleLine: '协会成员登出', 'Please use EVA Auth, log in and click the button below to scan the QR code',
logoutSubTitleLine: '登出后须扫码重新登录!', logoutMainTitleLine: 'EVA Member Logout',
logoutSubTitleLine: 'After logging out, scan the code again to log back in!',
cardTitle: { cardTitle: {
dutyInfo: 'Duty Situation', dutyInfo: 'Duty Situation',
stepInfo: 'Maintenance Steps', stepInfo: 'Maintenance Steps',