Commit 9845205f authored by 赵振东's avatar 赵振东

fix: 修复49812 截止时间、没有更多未翻译

parent 7a72e0ce
......@@ -123,7 +123,7 @@ const Loading: React.FC<LoadingProps> = (props: LoadingProps) => {
Loading.defaultProps = {
color: '#C0C4CC',
size: 14,
text: '正在加载...',
text: 'loading',
noMore: false,
noMoreText: '没有更多啦~',
textSize: 12,
......
......@@ -149,4 +149,5 @@ export default {
'formInfo.Login.login': 'Login',
'formInfo.Login.xieyi': 'agree on',
'order.requireOrder.feedbackInformation': 'feedback information',
'formInfo.info.noMore': 'もう',
};
......@@ -135,4 +135,6 @@ export default {
'formInfo.Login.login': '登录',
'formInfo.Login.xieyi': '协议',
'formInfo.info.noMore': '没有更多啦~',
};
......@@ -60,7 +60,7 @@ const InquiryOrderItem = props => {
<View style={{ marginRight: 4 }}>
<Text style={myStyle['box-bottome-content-left-text-label']}>
{/* <Icons name="user" size={14} color="#C0C4CC" /> */}
{`${t('order.tip.CutOff', '截止时间')}\t`}
{`${t('order.filterBar.CutOff', '截止时间')}\t`}
</Text>
</View>
<Text style={myStyle['box-bottome-content-left-text-value']}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment