mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[INJIMOB-2277]: add expired status in the info list of status
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ export const VCItemFieldName = ({
|
||||
<CustomTooltip
|
||||
testID="statusToolTip"
|
||||
width={Dimensions.get('screen').width * 0.8}
|
||||
height={Dimensions.get('screen').height * 0.18}
|
||||
height={Dimensions.get('screen').height * 0.28}
|
||||
triggerComponent={SvgImage.info()}
|
||||
triggerComponentStyles={{marginLeft: 2, marginTop: 2}}
|
||||
toolTipContent={
|
||||
@@ -49,7 +49,7 @@ export const VCItemFieldName = ({
|
||||
{t('statusToolTipContent.valid.description')}
|
||||
</Text>
|
||||
</View>
|
||||
<View>
|
||||
<View style={{marginBottom: 20}}>
|
||||
<Text weight="semibold">
|
||||
{t('statusToolTipContent.pending.title')}
|
||||
</Text>
|
||||
@@ -62,6 +62,19 @@ export const VCItemFieldName = ({
|
||||
{t('statusToolTipContent.pending.description')}
|
||||
</Text>
|
||||
</View>
|
||||
<View>
|
||||
<Text weight="semibold">
|
||||
{t('statusToolTipContent.expired.title')}
|
||||
</Text>
|
||||
<Text
|
||||
weight="regular"
|
||||
style={[
|
||||
Theme.Styles.tooltipContentDescription,
|
||||
{marginTop: 3},
|
||||
]}>
|
||||
{t('statusToolTipContent.expired.description')}
|
||||
</Text>
|
||||
</View>
|
||||
</Column>
|
||||
}
|
||||
/>
|
||||
|
||||
@@ -501,6 +501,10 @@
|
||||
"pending": {
|
||||
"title": "Pending Status:",
|
||||
"description": "Verification is currently pending due to technical issues."
|
||||
},
|
||||
"expired": {
|
||||
"title": "Expired Status:",
|
||||
"description": "The credential has expired."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -500,6 +500,10 @@
|
||||
"pending": {
|
||||
"title": "Nakabinbing Katayuan:",
|
||||
"description": "Kasalukuyang nakabinbin ang pag-verify dahil sa mga teknikal na isyu."
|
||||
},
|
||||
"expired": {
|
||||
"title": "Nag-expire na Katayuan:",
|
||||
"description": "Nag-expire na ang kredensyal."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -502,6 +502,10 @@
|
||||
"pending": {
|
||||
"title": "लंबित स्थिति:",
|
||||
"description": "तकनीकी समस्याओं के कारण सत्यापन फिलहाल लंबित है।"
|
||||
},
|
||||
"expired": {
|
||||
"title": "समाप्त स्थिति:",
|
||||
"description": "क्रेडेंशियल समाप्त हो गया है।"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -500,6 +500,10 @@
|
||||
"pending": {
|
||||
"title": "ಬಾಕಿ ಉಳಿದಿರುವ ಸ್ಥಿತಿ:",
|
||||
"description": "ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಗಳಿಂದ ಪರಿಶೀಲನೆಯು ಪ್ರಸ್ತುತ ಬಾಕಿ ಉಳಿದಿದೆ."
|
||||
},
|
||||
"expired": {
|
||||
"title": "ಅವಧಿ ಮುಗಿದ ಸ್ಥಿತಿ:",
|
||||
"description": "ರುಜುವಾತು ಅವಧಿ ಮುಗಿದಿದೆ."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -500,6 +500,10 @@
|
||||
"pending": {
|
||||
"title": "நிலுவையில் உள்ள நிலை:",
|
||||
"description": "தொழில்நுட்ப சிக்கல்கள் காரணமாக சரிபார்ப்பு தற்போது நிலுவையில் உள்ளது."
|
||||
},
|
||||
"expired": {
|
||||
"title": "காலாவதியான நிலை:",
|
||||
"description": "நற்சான்றிதழ் காலாவதியாகிவிட்டது."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user