feat(i18n): update CoC and CoP queue labels in English and Amharic translations

This commit is contained in:
estifanos
2026-08-10 11:50:44 +00:00
parent 4fc73b0567
commit 3d5b9db442
3 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -68,7 +68,8 @@ 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',
vesselTransfers: 'Vessel Ownership Transfer',

View File

@@ -112,6 +112,7 @@ export const NAV_SECTIONS: NavSection[] = [
{ to: '/seafarer-registry', label: 'nav.seafarerRegistry', icon: IconUsers },
{ to: '/licence-review/type/SEAFARER_REGISTRATION', label: 'nav.seafarerRegistrationQueue', icon: IconId },
{ 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 },