complete locale; optimize layout
parent
2cd401409e
commit
ec3acd74e2
|
|
@ -44,8 +44,12 @@ export default class NoteCard extends Component<NoteCardProps, {}> {
|
|||
/>
|
||||
</View>
|
||||
<View
|
||||
className='at-col'
|
||||
style={{ marginTop: '40rpx', marginBottom: '40rpx' }}
|
||||
className='at-col at-col--wrap'
|
||||
style={{
|
||||
marginTop: '40rpx',
|
||||
marginBottom: '40rpx',
|
||||
wordBreak: 'normal',
|
||||
}}
|
||||
>
|
||||
<View className='at-article__p'>{note.op}</View>
|
||||
<View className='at-article__info'>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,10 @@ export default class AboutPage extends Component {
|
|||
mode='aspectFit'
|
||||
/>
|
||||
</View>
|
||||
<View className='at-article at-col'>
|
||||
<View
|
||||
className='at-article at-col at-col--wrap'
|
||||
style={{ wordBreak: 'normal' }}
|
||||
>
|
||||
<View className='at-article__h1'>
|
||||
{pt.get().aboutPage.dean.nickname}
|
||||
</View>
|
||||
|
|
@ -54,7 +57,10 @@ export default class AboutPage extends Component {
|
|||
mode='aspectFit'
|
||||
/>
|
||||
</View>
|
||||
<View className='at-article at-col'>
|
||||
<View
|
||||
className='at-article at-col at-col--wrap'
|
||||
style={{ wordBreak: 'normal' }}
|
||||
>
|
||||
<View className='at-article__h1'>
|
||||
{pt.get().aboutPage.fracher.nickname}
|
||||
</View>
|
||||
|
|
|
|||
|
|
@ -142,8 +142,8 @@ export const mainPageEnUs: MainPageText = {
|
|||
{ title: 'We are volunteers and do not take any gifts.' },
|
||||
],
|
||||
ticketList: {
|
||||
title: '预填写工单列表',
|
||||
note: '在这里查看所有的预填写工单!',
|
||||
title: 'Pre-filling ticket list',
|
||||
note: 'Browse for all pre-filling tickets here!',
|
||||
},
|
||||
dutyCard: {
|
||||
offDuty: {
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ export const memberPageZhCn: MemberPageText = {
|
|||
mainTitleLine: '您好,',
|
||||
subTitleLine: '祝你满绩每一天',
|
||||
loginMainTitleLine: '协会成员登录入口',
|
||||
loginSubTitleLine: '请打开 auth.zjueva.net,登录后点击下方按钮以扫描二维码',
|
||||
loginSubTitleLine: '请使用 EVA 统一身份认证,登录后点击下方按钮以扫描二维码',
|
||||
logoutMainTitleLine: '协会成员登出',
|
||||
logoutSubTitleLine: '登出后须扫码重新登录!',
|
||||
cardTitle: {
|
||||
|
|
@ -140,10 +140,11 @@ export const memberPageZhCn: MemberPageText = {
|
|||
export const memberPageEnUs: MemberPageText = {
|
||||
mainTitleLine: 'Hi! ',
|
||||
subTitleLine: 'Have a great day!',
|
||||
loginMainTitleLine: '协会成员登录入口',
|
||||
loginSubTitleLine: '请打开 auth.zjueva.net,登录后点击下方按钮以扫描二维码',
|
||||
logoutMainTitleLine: '协会成员登出',
|
||||
logoutSubTitleLine: '登出后须扫码重新登录!',
|
||||
loginMainTitleLine: 'EVA Member Entry',
|
||||
loginSubTitleLine:
|
||||
'Please use EVA Auth, log in and click the button below to scan the QR code',
|
||||
logoutMainTitleLine: 'EVA Member Logout',
|
||||
logoutSubTitleLine: 'After logging out, scan the code again to log back in!',
|
||||
cardTitle: {
|
||||
dutyInfo: 'Duty Situation',
|
||||
stepInfo: 'Maintenance Steps',
|
||||
|
|
|
|||
Loading…
Reference in New Issue