Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/manager/apps/web-ongoing-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
"@ovh-ux/manager-static-analysis-kit": "^0.15.0",
"@ovh-ux/manager-tests-setup": "^0.8.0",
"@ovh-ux/manager-vite-config": "^0.15.6",
"@tanstack/react-query-devtools": "^5.90.2"
"@tanstack/react-query-devtools": "^5.90.2",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.3.0"
},
"regions": [
"EU",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,37 +74,38 @@
"domain_operations_update_address.line1": "Adresse",
"domain_operations_update_address.line2": "Adresse (ligne 1)",
"domain_operations_update_address.line3": "Adresse (ligne 2)",
"domain_operations_update_address.otherDetails": "Adresse (autre)",
"domain_operations_update_address.otherdetails": "Adresse (autre)",
"domain_operations_update_address.province": "Province",
"domain_operations_update_address.zip": "Code postal",
"domain_operations_update_birthCity": "Lieu de naissance",
"domain_operations_update_birthCountry": "Pays de naissance",
"domain_operations_update_birthDay": "Date de naissance",
"domain_operations_update_birthZip": "Code postal du lieu de naissance",
"domain_operations_update_cellPhone": "Numéro de téléphone",
"domain_operations_update_companyNationalIdentificationNumber": "Code fiscal",
"domain_operations_update_birthcity": "Lieu de naissance",
"domain_operations_update_birthcountry": "Pays de naissance",
"domain_operations_update_birthday": "Date de naissance",
"domain_operations_update_birthzip": "Code postal du lieu de naissance",
"domain_operations_update_cellphone": "Numéro de téléphone",
"domain_operations_update_companynationalidentificationnumber": "Code fiscal",
"domain_operations_update_email": "Email",
"domain_operations_update_fax": "Fax",
"domain_operations_update_gender": "Genre",
"domain_operations_update_language": "Langue",
"domain_operations_update_firstName": "Prénom",
"domain_operations_update_lastName": "Nom",
"domain_operations_update_legalForm": "Forme légale",
"domain_operations_update_nationalIdentificationNumber": "Code fiscal",
"domain_operations_update_firstname": "Prénom",
"domain_operations_update_name": "Nom",
"domain_operations_update_uklegalform": "Forme légale",
Comment on lines +91 to +92
"domain_operations_update_nationalidentificationnumber": "Code fiscal",
"domain_operations_update_identificationnumber": "Numéro d'identification",
Comment on lines +90 to +94
"domain_operations_update_nationality": "Nationalité",
"domain_operations_update_organisationName": "Nom de l'organisation",
"domain_operations_update_organisationname": "Nom de l'organisation",
"domain_operations_update_phone": "Téléphone",
"domain_operations_update_spareEmail": "Email de secours",
"domain_operations_update_spareemail": "Email de secours",
"domain_operations_update_vat": "Numéro de TVA intracommunautaire",
"domain_operations_update_info": "Vous pouvez modifier les données relatives à l'opération \"{{t0}}\"",
"domain_operations_accelerate_warning": "Attention accélérer l'opération peut rendre votre domaine temporairement indisponible.",
"domain_operations_update_nicowner_click_nicowner": "Changez les informations du propriétaire en cliquant ici",
"domain_operations_update_nicowner_click_whoisContactBilling": "Changez les informations du contact facturation en cliquant ici",
"domain_operations_update_nicowner_click_whoisContactTech": "Changez les informations du contact technique en cliquant ici",
"domain_operations_update_nicowner_click_identityEvidence": "Fournir une copie de la carte d'identité, du permis de conduire ou du passeport de la personne inscrite.",
"domain_operations_update_nicowner_click_whoiscontactbilling": "Changez les informations du contact facturation en cliquant ici",
"domain_operations_update_nicowner_click_whoiscontacttech": "Changez les informations du contact technique en cliquant ici",
"domain_operations_update_nicowner_click_identityevidence": "Fournir une copie de la carte d'identité, du permis de conduire ou du passeport de la personne inscrite.",
"domain_operations_update_dns_click": "Cliquez ici pour corriger la configuration de vos serveurs DNS",
"domain_operations_update_contact_administrator": "Contactez votre administrateur pour corriger ce problème.",
"domain_operations_update_key_legitimacyAfnic": "Justifier de l'usage du nom de domaine",
"domain_operations_update_legitimacyafnic": "Justifier de l'usage du nom de domaine",
"tracking_transfert_domain_title": "Suivi du transfert pour le nom de domaine \"{{t0}}\"",
"tracking_transfert_last_update": "Dernière mise à jour : {{t0}}",
"tracking_transfert_finalized": "Votre transfert est finalisé !",
Expand Down Expand Up @@ -138,11 +139,11 @@
"domain_operations_upload_error_max-file-reached": "Nombre maximum de fichiers atteint",
"domain_operations_upload_error_size-too-large": "Fichier trop volumineux",
"domain_operations_upload_error_wrong-format": "Format de fichier non autorisé",
"domain_operations_update_key_authInfo": "AuthInfo",
"domain_operations_update_key_memberContactXXX": "Identifiant du membre",
"domain_operations_update_key_owner_email": "Mettre à jour l'email du titulaire avec un contenu valide",
"domain_operations_update_key_validationToken": "Jeton de validation",
"domain_operations_update_key_document": "Document",
"domain_operations_update_authinfo": "AuthInfo",
"domain_operations_update_membercontactxxx": "Identifiant du membre",
"domain_operations_update_owner_email": "Mettre à jour l'email du titulaire avec un contenu valide",
"domain_operations_update_validationtoken": "Jeton de validation",
"domain_operations_update_document": "Document",
Comment on lines +142 to +146
"domain_operations_update_field_bad_value": "La valeur saisie dans le champ {{t0}} est invalide",
"domain_operations_update_title": "Mise à jour de l'opération pour le nom de domaine {{t0}}",
"domain_operations_update_me_fields": "Modification du {{t0}}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function ActionMeContactComponent({
<ul className="m-0 p-0 pl-4">
{fields.map((item) => (
<li key={item} className="font-bold text-[var(--ods-color-text)]">
{t(`domain_operations_update_${item}`)}
{t(`domain_operations_update_${item}`.toLowerCase())}
</li>
Comment on lines 65 to 67
))}
</ul>
Expand All @@ -82,7 +82,7 @@ export default function ActionMeContactComponent({
>
{t(
`domain_operations_update_nicowner_click_${argumentKey === 'corporationProof' ? 'nicowner' : argumentKey ?? ''
}`,
}`.toLowerCase(),
)}
Comment on lines 83 to 86
Comment on lines 83 to 86
Comment on lines 83 to 86
Comment on lines 83 to 86
Comment on lines 83 to 86
Comment on lines 83 to 86
</Link>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function UpdateMeComponent({
trackPageNavivationLink(url, true);
}}
>
{t(`domain_operations_update_${argumentKey}_click`)}
{t(`domain_operations_update_${argumentKey}_click`.toLowerCase())}
</Link>
</>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function UpdateStringComponent({
<div>
<FormField className="w-1/4" invalid={error != null && error.length > 0}>
<FormFieldLabel>
{t(`domain_operations_update_key_${argumentKey}`)}
{t(`domain_operations_update_${argumentKey}`.toLowerCase())}
</FormFieldLabel>
<Input
id={argumentKey}
Expand Down
Loading