Revert "Add translations for CoP queue and update existing CoC queue labels"

This reverts commit 52d2747f7a.
This commit is contained in:
estifanos
2026-08-08 07:04:03 +00:00
parent 52d2747f7a
commit b98c2b274d
3 changed files with 3 additions and 5 deletions

View File

@@ -69,8 +69,7 @@ export const am: Translations = {
dashboard: 'ዳሽቦርድ',
userManagement: 'የተጠቃሚ አስተዳደር',
seamanBookQueue: 'የመርከበኞች መጽሐፍ ወረፋ',
cocQueue: 'የCoC ወረፋ',
copQueue: 'የCoP ወረፋ',
cocQueue: 'የCoC/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 Queue',
copQueue: 'CoP Queue',
cocQueue: 'CoC / CoP Queue',
endorsementQueue: 'Endorsement Queue',
vesselRegistrations: 'Vessel Registration',
vesselRegistrationReport: 'Registration Report',
vesselTransfers: 'Vessel Ownership Transfer',
seafarerRegistry: 'Seafarer Registry',
applications: 'Applications',

View File

@@ -110,7 +110,6 @@ 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 },