feat: implement endorsement types and update navigation for endorsement processing

This commit is contained in:
estifanos
2026-08-11 10:50:37 +00:00
parent deb650f22f
commit 01899c0593
8 changed files with 32 additions and 49 deletions

View File

@@ -38,6 +38,10 @@ export const am: Translations = {
typeMto: "የብዝሃ-ሁነታ ትራንስፖርት አንቀሳቃሽ",
typeSEAFARER_REGISTRATION: "የመርከበኞች ምዝገባ",
typeVESSEL_OWNERSHIP_TRANSFER: "የመርከብ ባለቤትነት ዝውውር",
typeCERTIFICATE_OF_COMPETENCY: "የብቃት ማረጋገጫ ምስክር ወረቀት",
typeCERTIFICATE_OF_PROFICIENCY: "የብቃት ምስክር ወረቀት",
typeENDORSEMENT_COC: "የCoC ማረጋገጫ",
typeENDORSEMENT_GOC: "የGOC ማረጋገጫ",
primary: "ዋና",
destinations: "ወደ",
noResults: "ምንም አልተገኘም",
@@ -74,7 +78,8 @@ export const am: Translations = {
seamanBookQueue: "የመርከበኞች መጽሐፍ ወረፋ",
cocQueue: "የCoC ወረፋ",
copQueue: "የCoP ወረፋ",
endorsementQueue: "የማረጋገጫ ወረፋ",
endorsementCocQueue: "የCoC ማረጋገጫ ወረፋ",
endorsementGocQueue: "የGOC ማረጋገጫ ወረፋ",
vesselRegistrations: "የመርከብ ምዝገባ",
// vesselRegistrationReport: 'የምዝገባ ሪፖርት',
vesselTransfers: "የመርከብ ባለቤትነት ዝውውር",

View File

@@ -36,6 +36,10 @@ export const en = {
typeMto: 'Multimodal Transport Operator',
typeSEAFARER_REGISTRATION: 'Seafarer Registration',
typeVESSEL_OWNERSHIP_TRANSFER: 'Vessel Ownership Transfer',
typeCERTIFICATE_OF_COMPETENCY: 'Certificate of Competency',
typeCERTIFICATE_OF_PROFICIENCY: 'Certificate of Proficiency',
typeENDORSEMENT_COC: 'CoC Endorsement',
typeENDORSEMENT_GOC: 'GOC Endorsement',
primary: 'Primary',
destinations: 'Go to',
noResults: 'Nothing found',
@@ -72,7 +76,8 @@ export const en = {
postWaiverQueue: 'Post-Waiver Queue',
cocQueue: 'CoC Queue',
copQueue: 'CoP Queue',
endorsementQueue: 'Endorsement Queue',
endorsementCocQueue: 'CoC Endorsement Queue',
endorsementGocQueue: 'GOC Endorsement Queue',
vesselRegistrations: 'Vessel Registration',
vesselTransfers: 'Vessel Ownership Transfer',
seafarerRegistry: 'Seafarer Registry',