Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOSIP-37488: removed the status from resource bundle #749

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</span>
<span class="custom-class"
*ngIf="element.lastRunId && element.lastRunStatus == 'status_not_available'">
{{ "projectDashboard.notAvailable" | translate }}
Not available
</span>
</td>
</ng-container>
Expand Down
3 changes: 1 addition & 2 deletions src/assets/i18n/ara.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
"projectRow": "لا توجد مشاريع متاحة.",
"tableDescription": "قائمة المشاريع",
"title": "تحديث تفاصيل المشروع",
"message": "أضف الحقول التالية المطلوبة للمشروع ، للمتابعة.",
"notAvailable": "غير متوفر"
"message": "أضف الحقول التالية المطلوبة للمشروع ، للمتابعة."
},
"biometricDashboard": {
"projectDashboard": "لوحة تحكم المشاريع",
Expand Down
3 changes: 1 addition & 2 deletions src/assets/i18n/eng.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
"projectRow": "There are no projects available.",
"tableDescription": "List of Projects",
"title": "Update Project Details",
"message": "Add the following fields required for the Project, to proceed.",
"notAvailable": "Not Available"
"message": "Add the following fields required for the Project, to proceed."
},
"biometricDashboard": {
"projectDashboard": "Projects Dashboard",
Expand Down
3 changes: 1 addition & 2 deletions src/assets/i18n/fra.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
"projectRow": "Il n'y a pas de projets disponibles.",
"tableDescription": "Liste des projets",
"title": "Mettre à jour les détails du projet",
"message": "Ajoutez les champs suivants requis pour le projet, pour continuer.",
"notAvailable": "Pas disponible"
"message": "Ajoutez les champs suivants requis pour le projet, pour continuer."
},
"biometricDashboard": {
"projectDashboard": "Tableau de bord des projets",
Expand Down
Loading