Skip to content

Commit

Permalink
added title for download
Browse files Browse the repository at this point in the history
Signed-off-by: GOKULRAJ136 <[email protected]>
  • Loading branch information
GOKULRAJ136 committed Jun 19, 2024
1 parent 9cd90b3 commit dc68fd6
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/src/app/app.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const navItems = [
roles: ['REGISTRATION_ADMIN']
},
{
displayName: 'Download Card',
displayName: 'menuItems.item9.title',
icon: './assets/images/packet-status.svg',
route: '/admin/download-card',
children: null,
Expand Down
3 changes: 3 additions & 0 deletions admin-ui/src/assets/i18n/ara.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
"item8": {
"title": "استرداد RID المفقود"
},
"item9": {
"title": "تحميل البطاقة"
}
},
"dashboard": {
Expand Down
3 changes: 3 additions & 0 deletions admin-ui/src/assets/i18n/eng.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
"item8": {
"title": "Retrieve Lost RID"
},
"item9": {
"title": "Download Card"
}
},
"dashboard": {
Expand Down
3 changes: 3 additions & 0 deletions admin-ui/src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
"item8": {
"title": "Recuperar RID Perdido"
},
"item9": {
"title": "Descargar tarjeta"
}
},
"dashboard": {
Expand Down
3 changes: 3 additions & 0 deletions admin-ui/src/assets/i18n/fra.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
"item8": {
"title": "Récupérer le RID perdu"
},
"item9": {
"title": "Télécharger la carte"
}
},
"dashboard": {
Expand Down
3 changes: 3 additions & 0 deletions admin-ui/src/assets/i18n/hin.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
"item8": {
"title": "खोई हुई RID पुनः प्राप्त करें"
},
"item9": {
"title": "कार्ड डाउनलोड करें"
}
},
"dashboard": {
Expand Down
3 changes: 3 additions & 0 deletions admin-ui/src/assets/i18n/kan.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
"item8": {
"title": "ಕಳೆದುಹೋದ RID ಅನ್ನು ಹಿಂಪಡೆಯಿರಿ"
},
"item9": {
"title": "ಕಾರ್ಡ್ ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ"
}
},
"dashboard": {
Expand Down
3 changes: 3 additions & 0 deletions admin-ui/src/assets/i18n/tam.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
"item8": {
"title": "இழந்த RID ஐ மீட்டெடுக்கவும்"
},
"item9": {
"title": "கார்டைப் பதிவிறக்கவும்"
}
},
"dashboard": {
Expand Down

0 comments on commit dc68fd6

Please sign in to comment.