Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

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 (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

Note that, when adding dynamic content to a template, it's necessary to change the text formatting as follows:

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. 

Helpful Links:

  • No labels