Skip to content

Commit

Permalink
LRSD-6615 Add translations to Callback Form SLA Fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMaAlves authored and brianchandotcom committed Oct 11, 2024
1 parent b3b9005 commit 5488c8a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
[#assign objectEntryJSON = jsonFactoryUtil.createJSONObject(objectEntryResponse) /]
[/#if]

[#assign message = "While immediate callbacks are reserved for those with platinum level, a support member will get in touch within 1 business day during our <a href='https://web.liferay.com/support/coverage-areas-and-hours'>standard business hours</a> of your designated Support Center. In the meantime, consider creating a <a href='https://help.liferay.com/hc'>support ticket</a> which can help expedite a resolution." /]
[#assign message = languageUtil.get(locale, "sla-normal-message", "While immediate callbacks are reserved for those with platinum level, a support member will get in touch within 1 business day during our <a href='https://web.liferay.com/support/coverage-areas-and-hours'>standard business hours</a> of your designated Support Center. In the meantime, consider creating a <a href='https://help.liferay.com/hc'>support ticket</a> which can help expedite a resolution.") /]

[#if objectEntryJSON.has("koroneikiAccountToCallbackRequest") && objectEntryJSON.get("koroneikiAccountToCallbackRequest").has("slaCurrent") && objectEntryJSON.get("koroneikiAccountToCallbackRequest").get("slaCurrent") == "Platinum Subscription"]
[#assign message = "A Liferay Support member will contact you within 1 hour at the indicated phone number. Consider creating a <a href='https://help.liferay.com/hc'>support ticket</a> if you haven't already to help expedite a resolution." /]
[#assign message = languageUtil.get(locale, "sla-platinum-message", "A Liferay Support member will contact you within 1 hour at the indicated phone number. Consider creating a <a href='https://help.liferay.com/hc'>support ticket</a> if you haven't already to help expedite a resolution.") /]
[/#if]

<p class="callback-message">${message}</p>
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,24 @@
"en-US": "Sites"
}
},
{
"key": "sla-normal-message",
"value": {
"en-US": "While immediate callbacks are reserved for those with platinum level, a support member will get in touch within 1 business day during our <a href='https://web.liferay.com/support/coverage-areas-and-hours'>standard business hours</a> of your designated Support Center. In the meantime, consider creating a <a href='https://help.liferay.com/hc'>support ticket</a> which can help expedite a resolution.",
"es-ES": "Aunque las respuestas inmediatas se reservan para el nivel plantinum, un miembro de soporte se pondrá en contacto en menos de un día hábil dentro del <a href='https://web.liferay.com/support/coverage-areas-and-hours'>horario habitual de negocio</a> de tu centro de soporte asignado. Mientras tanto, considera crear un <a href='https://help.liferay.com/hc'>ticket de soporte</a>, ya que puede ayudar a agilizar la resolución del problema.",
"ja-JP": "即時コールバックは、プラチナレベルの方に限りますが、ご指定のサポートセンターの<a href='https://web.liferay.com/support/coverage-areas-and-hours'>標準営業時間</a>内であれば、1営業日以内にサポートメンバーからご連絡いたします。それまでの間、解決を早めるために<a href='https://help.liferay.com/hc'>サポートチケット</a>の作成をご検討ください。",
"pt-BR": "Um membro do Suporte da Liferay entrará em contato com você dentro de 1 hora no número de telefone indicado. Considere criar um <a href='https://help.liferay.com/hc'>ticket de suporte</a>, caso ainda não tenha feito, para ajudar a agilizar a resolução."
}
},
{
"key": "sla-platinum-message",
"value": {
"en-US": "A Liferay Support member will contact you within 1 hour at the indicated phone number. Consider creating a <a href='https://help.liferay.com/hc'>support ticket</a> if you haven't already to help expedite a resolution.",
"es-ES": "Un miembro de Soporte de Liferay se pondrá en contacto en menos de 1 hora mediante el teléfono indicado. Considera crear un <a href='https://help.liferay.com/hc'>ticket de soporte</a> si no lo has creado ya para agilizar la resolución del problema.",
"ja-JP": "Liferayサポートメンバーから指定の電話番号に1時間以内にご連絡いたします。まだ<a href='https://help.liferay.com/hc'>サポートチケット</a>を作成していない場合は、解決を早めるためにサポートチケットの作成をご検討ください。",
"pt-BR": "Um membro do Suporte da Liferay entrará em contato com você dentro de 1 hora no número de telefone indicado. Considere criar um <a href='https://help.liferay.com/hc'>ticket de suporte</a>, caso ainda não tenha feito, para ajudar a agilizar a resolução."
}
},
{
"key": "there-are-no-breaking-changes-in-out-of-the-box-features-and-capabilities-for-this-quarterly-release",
"value": {
Expand Down

0 comments on commit 5488c8a

Please sign in to comment.