Add translations for CoP queue and update existing CoC queue labels

This commit is contained in:
estifanos
2026-08-08 06:54:05 +00:00
parent 44786a2f6f
commit 52d2747f7a
3 changed files with 5 additions and 3 deletions

View File

@@ -69,7 +69,8 @@ export const am: Translations = {
dashboard: 'ዳሽቦርድ',
userManagement: 'የተጠቃሚ አስተዳደር',
seamanBookQueue: 'የመርከበኞች መጽሐፍ ወረፋ',
cocQueue: 'የCoC/CoP ወረፋ',
cocQueue: 'የCoC ወረፋ',
copQueue: 'የCoP ወረፋ',
endorsementQueue: 'የማረጋገጫ ወረፋ',
vesselRegistrations: 'የመርከብ ምዝገባ',
vesselRegistrationReport: 'የምዝገባ ሪፖርት',

View File

@@ -67,10 +67,10 @@ export const en = {
waiver: 'Waiver',
preWaiverQueue: 'Pre-Waiver Queue',
postWaiverQueue: 'Post-Waiver Queue',
cocQueue: 'CoC / CoP Queue',
cocQueue: 'CoC Queue',
copQueue: 'CoP Queue',
endorsementQueue: 'Endorsement Queue',
vesselRegistrations: 'Vessel Registration',
vesselRegistrationReport: 'Registration Report',
vesselTransfers: 'Vessel Ownership Transfer',
seafarerRegistry: 'Seafarer Registry',
applications: 'Applications',

View File

@@ -110,6 +110,7 @@ export const NAV_SECTIONS: NavSection[] = [
items: [
{ to: '/seafarer-registry', label: 'nav.seafarerRegistry', icon: IconUsers },
{ to: '/licence-review/type/CERTIFICATE_OF_COMPETENCY', label: 'nav.cocQueue', icon: IconShieldCheck },
{ to: '/licence-review/type/CERTIFICATE_OF_PROFICIENCY', label: 'nav.copQueue', icon: IconShieldCheck },
{ to: '/seaman-book-queue', label: 'nav.seamanBookQueue', icon: IconBook2, soon: true },
{ to: '/endorsement-queue', label: 'nav.endorsementQueue', icon: IconRubberStamp, soon: true },
{ to: '/medical-verification', label: 'nav.medicalVerification', icon: IconHeart },