Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Below is a table containing the UI text strings that are manually translated and managed as dynamic content in Zendesk Support. Zendesk automatically localizes and provides translations for many UI text strings in all supported languages. Learn more about helper template language and how to include these translations in current and future locale help center support.

...

Text String

Spanish String

Template

Location<div class> or <span class>

Dynamic content code

Help CenterCentro de Ayudaheader.hbs

header on all pages

First part of breadcrumb path (picked up from Help Center name set in ZD Guide Settings, NOT from this dynamic content)

<span class="help-center-name">{{dc.help_center}}

How can we help you?

¿En qué podemos ayudarte?

home_page.hbs

hero<div class="hero-inner">

{{dc.hero_text}}

Enter search terms here
home_page.hbshero hero (inside search field)

Popular article topics

Temas populares de búsqueda

home_page.hbs

hero<div class="hero-inner">

{{dc.popular_search_topics}}

Can’t find what you’re looking for?

¿No puedes encontrar lo que estás buscando?

footer.hbs


footer<div class="subfooter">

{{dc.need_more_help}}

Submit a ticket

Enviar una solicitud

footer.hbsfooter <div class="subfooter">{{dc.submit_a_request}}

All hyperlinks

n/a

home_page.hbs

hero image/popular search topics:

hero course information

hero payment information 

hero proctored exam help

<div class="quick-search">


All other strings

Automatically translated test strings (referred to as keys) provided via Zendesk global helper template language.

various

various

n/a - uses t global helper

...

From the provided placeholder text:

{{dc.submit_a_request}}

To

{{dc 'submit_a_request'}} 


Zendesk does not provide a reason (or guidance) as to why you need to remove the period, and add single quotes around the placeholder name. 

...