feat: implement vessel ownership transfer feature with navigation updates and localization

This commit is contained in:
estifanos
2026-08-11 08:18:40 +00:00
parent ce802af366
commit 71c55e8da8
7 changed files with 14 additions and 47 deletions

View File

@@ -37,6 +37,7 @@ export const am: Translations = {
typeJointInvestment: "የጋራ ኢንቨስትመንት",
typeMto: "የብዝሃ-ሁነታ ትራንስፖርት አንቀሳቃሽ",
typeSEAFARER_REGISTRATION: "የመርከበኞች ምዝገባ",
typeVESSEL_OWNERSHIP_TRANSFER: "የመርከብ ባለቤትነት ዝውውር",
primary: "ዋና",
destinations: "ወደ",
noResults: "ምንም አልተገኘም",

View File

@@ -35,6 +35,7 @@ export const en = {
typeJointInvestment: 'Joint Investment',
typeMto: 'Multimodal Transport Operator',
typeSEAFARER_REGISTRATION: 'Seafarer Registration',
typeVESSEL_OWNERSHIP_TRANSFER: 'Vessel Ownership Transfer',
primary: 'Primary',
destinations: 'Go to',
noResults: 'Nothing found',