Skip to content

Commit

Permalink
feat(account): add hycu filter on contacts services page (#14404)
Browse files Browse the repository at this point in the history
ref: MANAGER-15782

Signed-off-by: Jacques Larique <[email protected]>
  • Loading branch information
JacquesLarique authored and oalkabouss committed Dec 23, 2024
1 parent 8496d11 commit 42dc2dc
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"account_contacts_service_infos": "Sie können die Administrator-, technischen und Abrechnungs-Accounts Ihrer Dienste ändern.",
"account_contacts_service_category_LOGS": "Logs Data Platform ",
"account_contacts_service_category_NETAPP": "NetApp",
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server"
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server",
"account_contacts_service_category_HYCU": "HYCU"
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"account_contacts_service_infos": "You can change the administrator, technical and billing accounts for your services.",
"account_contacts_service_category_LOGS": "Logs Data Platform",
"account_contacts_service_category_NETAPP": "NetApp",
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server"
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server",
"account_contacts_service_category_HYCU": "HYCU"
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"account_contacts_service_infos": "Puede modificar las cuentas del contacto administrador, técnico y de facturación de sus servicios.",
"account_contacts_service_category_LOGS": "Logs Data Platform",
"account_contacts_service_category_NETAPP": "NetApp",
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server"
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server",
"account_contacts_service_category_HYCU": "HYCU"
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"account_contacts_service_category_NUTANIX": "Nutanix",
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server",
"account_contacts_service_category_PACK_SIP_TRUNK": "Packs SIP Trunk",
"account_contacts_service_category_HYCU": "HYCU",
"account_contacts_service_contact_admin": "Contact administrateur",
"account_contacts_service_contact_tech": "Contact technique",
"account_contacts_service_contact_billing": "Contact facturation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"account_contacts_service_category_NUTANIX": "Nutanix",
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server",
"account_contacts_service_category_PACK_SIP_TRUNK": "Packs SIP Trunk",
"account_contacts_service_category_HYCU": "HYCU",
"account_contacts_service_contact_admin": "Contact administrateur",
"account_contacts_service_contact_tech": "Contact technique",
"account_contacts_service_contact_billing": "Contact facturation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"account_contacts_service_infos": "Hai la possibilità di modificare gli account del contatto amministratore, tecnico e di fatturazione dei tuoi servizi.",
"account_contacts_service_category_LOGS": "Logs Data Platform",
"account_contacts_service_category_NETAPP": "NetApp",
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server"
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server",
"account_contacts_service_category_HYCU": "HYCU"
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"account_contacts_service_infos": "Możesz zmienić kontakt administracyjny, techniczny i księgowy przypisany do Twoich usług.",
"account_contacts_service_category_LOGS": "Logs Data Platform",
"account_contacts_service_category_NETAPP": "NetApp",
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server"
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server",
"account_contacts_service_category_HYCU": "HYCU"
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"account_contacts_service_infos": "Tem a possibilidade de alterar as contas do administrador, do responsável técnico e do responsável pela faturação dos seus serviços.",
"account_contacts_service_category_LOGS": "Logs Data Platform",
"account_contacts_service_category_NETAPP": "NetApp",
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server"
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server",
"account_contacts_service_category_HYCU": "HYCU"
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const AVAILABLE_SERVICES = [
'LOGS',
'NUTANIX',
'DEDICATED_CLUSTER',
'HYCU',
];

export default {
Expand Down

0 comments on commit 42dc2dc

Please sign in to comment.