Skip to content

Commit

Permalink
fix(web): missing translation key on add free hosting (#9729)
Browse files Browse the repository at this point in the history
ref: MANAGER-11953

Signed-off-by: Guillaume Hyenne <[email protected]>
Co-authored-by: CDS Translator Agent <[email protected]>
  • Loading branch information
ghyenne and ovh-cds authored Aug 28, 2023
1 parent 760229b commit 3dd8ece
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"domain_configuration_enable_web_hosting_activate": "Aktivieren",
"domain_configuration_enable_web_hosting_success": "Das Hosting wird aktiviert. Dies kann einige Minuten in Anspruch nehmen.",
"domain_configuration_enable_web_hosting_checkout_error": "Ein Fehler ist aufgetreten: {{message}}",
"domain_configuration_enable_web_hosting_error": "Bei der Aktivierung Ihres Hostings ist ein Fehler aufgetreten. {{ message }}"
"domain_configuration_enable_web_hosting_error": "Bei der Aktivierung Ihres Hostings ist ein Fehler aufgetreten. {{ message }}",
"domain_configuration_enable_web_hosting_offer_START_hosting-free-100m": "Kostenloses Hosting 100M"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"domain_configuration_enable_web_hosting_activate": "Activate",
"domain_configuration_enable_web_hosting_success": "Your web hosting plan is being activated. This may take a few minutes.",
"domain_configuration_enable_web_hosting_checkout_error": "An error has occurred {{ message }}",
"domain_configuration_enable_web_hosting_error": "An error has occurred activating your web hosting plan. {{ message }}"
"domain_configuration_enable_web_hosting_error": "An error has occurred activating your web hosting plan. {{ message }}",
"domain_configuration_enable_web_hosting_offer_START_hosting-free-100m": "100 MB free hosting"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"domain_configuration_enable_web_hosting_activate": "Activar",
"domain_configuration_enable_web_hosting_success": "Activando el alojamiento... La operación podría tardar unos minutos.",
"domain_configuration_enable_web_hosting_checkout_error": "Se ha producido un error: {{ message }}",
"domain_configuration_enable_web_hosting_error": "Se ha producido un error al activar el alojamiento: {{ message }}"
"domain_configuration_enable_web_hosting_error": "Se ha producido un error al activar el alojamiento: {{ message }}",
"domain_configuration_enable_web_hosting_offer_START_hosting-free-100m": "Alojamiento gratuito 100 MB"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"domain_configuration_enable_web_hosting": "Activer votre hébergement web",
"domain_configuration_enable_web_hosting_offer": "Votre offre",
"domain_configuration_enable_web_hosting_offer_START_hosting-start10m": "Start 10M",
"domain_configuration_enable_web_hosting_offer_START_hosting-free-100m": "Hébergement gratuit 100M",
"domain_configuration_web_hosting_offer_START_explain": "L'offre Start10m est incluse dans votre offre mais dispose de fonctionnalités basiques.",
"domain_configuration_web_hosting_choose_offer_explain": "Pour en savoir plus sur nos offres et connaître leurs spécifications techniques ainsi que leurs différentes options, rendez-vous sur <a href=\"{{url}}\" target=\"_blank\">notre site</a>.",
"domain_configuration_enable_web_hosting_dns_configuration": "Configuration de vos DNS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"domain_configuration_enable_web_hosting": "Activer votre hébergement web",
"domain_configuration_enable_web_hosting_offer": "Votre offre",
"domain_configuration_enable_web_hosting_offer_START_hosting-start10m": "Start 10M",
"domain_configuration_enable_web_hosting_offer_START_hosting-free-100m": "Hébergement gratuit 100M",
"domain_configuration_web_hosting_offer_START_explain": "L'offre Start10m est incluse dans votre offre mais dispose de fonctionnalités basiques.",
"domain_configuration_web_hosting_choose_offer_explain": "Pour en savoir plus sur nos offres et connaître leurs spécifications techniques ainsi que leurs différentes options, rendez-vous sur <a href=\"{{url}}\" target=\"_blank\">notre site</a>.",
"domain_configuration_enable_web_hosting_dns_configuration": "Configuration de vos DNS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"domain_configuration_enable_web_hosting_activate": "Attiva",
"domain_configuration_enable_web_hosting_success": "L’attivazione dell’hosting è in corso. L’operazione potrebbe richiedere alcuni minuti.",
"domain_configuration_enable_web_hosting_checkout_error": "Si è verificato un errore: {{message}}",
"domain_configuration_enable_web_hosting_error": "Si è verificato un errore durante l'attivazione dell’hosting. {{ message }}"
"domain_configuration_enable_web_hosting_error": "Si è verificato un errore durante l'attivazione dell’hosting. {{ message }}",
"domain_configuration_enable_web_hosting_offer_START_hosting-free-100m": "Hosting gratuito 100M"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"domain_configuration_enable_web_hosting_activate": "Włącz",
"domain_configuration_enable_web_hosting_success": "Trwa włączanie hostingu. Może to zająć kilka minut.",
"domain_configuration_enable_web_hosting_checkout_error": "Wystąpił błąd: {{message}}",
"domain_configuration_enable_web_hosting_error": "Wystąpił błąd podczas włączania Twojego hostingu:{{message}}."
"domain_configuration_enable_web_hosting_error": "Wystąpił błąd podczas włączania Twojego hostingu:{{message}}.",
"domain_configuration_enable_web_hosting_offer_START_hosting-free-100m": "Darmowy hosting 100M"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"domain_configuration_enable_web_hosting_activate": "Ativar",
"domain_configuration_enable_web_hosting_success": "A ativação do alojamento está em curso. Esta operação poderá demorar alguns minutos.",
"domain_configuration_enable_web_hosting_checkout_error": "Ocorreu um erro: {{ message }}",
"domain_configuration_enable_web_hosting_error": "Ocorreu um erro ao ativar o seu alojamento: {{ message }}"
"domain_configuration_enable_web_hosting_error": "Ocorreu um erro ao ativar o seu alojamento: {{ message }}",
"domain_configuration_enable_web_hosting_offer_START_hosting-free-100m": "Alojamento gratuito 100M"
}

0 comments on commit 3dd8ece

Please sign in to comment.