-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #759 from Shinsina/additional-mundo-translations
Additional Mundo translations
- Loading branch information
Showing
21 changed files
with
107 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,7 @@ $ const buttonLabels = { continue: continueLabel }; | |
newsletter-menu-block-props={ | ||
buttonLabels, | ||
loginEmailLabel, | ||
loginEmailPlaceholder: '[email protected]', | ||
loginEmailPlaceholder: i18n("[email protected]"), | ||
actionText: i18n("signing up to receive your email notifications"), | ||
imageWidth: "170", | ||
imageHeight: "242" | ||
|
@@ -130,7 +130,7 @@ $ const buttonLabels = { continue: continueLabel }; | |
newsletter-menu-block-props={ | ||
buttonLabels, | ||
loginEmailLabel, | ||
loginEmailPlaceholder: '[email protected]', | ||
loginEmailPlaceholder: i18n("[email protected]"), | ||
actionText: i18n("signing up to receive your email notifications"), | ||
imageWidth: "170", | ||
imageHeight: "242" | ||
|
@@ -148,7 +148,7 @@ $ const buttonLabels = { continue: continueLabel }; | |
newsletter-block-props={ | ||
buttonLabels, | ||
loginEmailLabel, | ||
loginEmailPlaceholder: '[email protected]', | ||
loginEmailPlaceholder: i18n("[email protected]"), | ||
actionText: i18n("signing up to receive your email notifications") } | ||
/> | ||
</@below-container> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,7 +290,7 @@ $ const shouldInjectAds = ["article", "blog", "news", "podcast", "press-release" | |
<identity-x-newsletter-form-inline | ||
button-labels=buttonLabels | ||
login-email-label=loginEmailLabel | ||
login-email-placeholder="[email protected]" | ||
login-email-placeholder=i18n("[email protected]") | ||
type="inlineContent" | ||
action-text=actionText | ||
image-width="120" | ||
|
@@ -330,7 +330,7 @@ $ const shouldInjectAds = ["article", "blog", "news", "podcast", "press-release" | |
<identity-x-newsletter-form-inline | ||
button-labels=buttonLabels | ||
login-email-label=loginEmailLabel | ||
login-email-placeholder="[email protected]" | ||
login-email-placeholder=i18n("[email protected]") | ||
type="inlineContent" | ||
action-text=actionText | ||
with-image=false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,7 +121,7 @@ $ const actionText = i18n("signing up to receive your email notifications"); | |
<identity-x-newsletter-form-inline | ||
button-labels=buttonLabels | ||
login-email-label=loginEmailLabel | ||
login-email-placeholder="[email protected]" | ||
login-email-placeholder=i18n("[email protected]") | ||
type="inlineContent" | ||
action-text=actionText | ||
image-width="120" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ $ const queryParams = { | |
<identity-x-newsletter-form-inline | ||
button-labels=buttonLabels | ||
login-email-label=loginEmailLabel | ||
login-email-placeholder="[email protected]" | ||
login-email-placeholder=i18n("[email protected]") | ||
type="inlineSection" | ||
action-text=actionText | ||
image-width="120" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ $ const queryParams = { | |
<identity-x-newsletter-form-inline | ||
button-labels=buttonLabels | ||
login-email-label=loginEmailLabel | ||
login-email-placeholder="[email protected]" | ||
login-email-placeholder=i18n("[email protected]") | ||
type="inlineSection" | ||
action-text=actionText | ||
with-image=false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ $ const queryParams = { | |
<identity-x-newsletter-form-inline | ||
button-labels=buttonLabels | ||
login-email-label=loginEmailLabel | ||
login-email-placeholder="[email protected]" | ||
login-email-placeholder=i18n("[email protected]") | ||
type="inlineSection" | ||
action-text=actionText | ||
image-width="120" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,7 +141,7 @@ $ const queryParams = { | |
<identity-x-newsletter-form-inline | ||
button-labels=buttonLabels | ||
login-email-label=loginEmailLabel | ||
login-email-placeholder="[email protected]" | ||
login-email-placeholder=i18n("[email protected]") | ||
type="inlineSection" | ||
action-text=actionText | ||
with-image=false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,7 @@ $ const queryParams = { | |
<identity-x-newsletter-form-inline | ||
button-labels=buttonLabels | ||
login-email-label=loginEmailLabel | ||
login-email-placeholder="[email protected]" | ||
login-email-placeholder=i18n("[email protected]") | ||
type="inlineSection" | ||
action-text=actionText | ||
image-width="120" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,10 @@ module.exports = { | |
'the latest downloads from mundo expo pack': 'Las últimas descargas de Mundo EXPO PACK', | ||
'the latest eventos from mundo expo pack': 'Los últimos eventos de Mundo EXPO PACK', | ||
'the latest videos from mundo expo pack': 'Los últimos videos de Mundo EXPO PACK', | ||
'previous page': 'Pagina Anterior', | ||
page: 'Pagina', | ||
'previous page': 'Página Anterior', | ||
page: 'Página', | ||
of: 'de', | ||
'next page': 'Próxima Pagina', | ||
'next page': 'Próxima Página', | ||
email: 'Correo electrónico', | ||
'email address': 'Correo electrónico', | ||
'sign up': 'Suscríbase ', | ||
|
@@ -47,7 +47,7 @@ module.exports = { | |
'latest episode': 'Último Episodio', | ||
'more episodes': 'Más episodios', | ||
'most popular': 'Los Más Populares ', | ||
'sponsored by': 'Auspiciado Por', | ||
'sponsored by': 'Patrocinado Por', | ||
'read next': 'Lee Próximo', | ||
'read more': 'Lee Más', | ||
'related stories': 'Artículos Relacionados', | ||
|
@@ -67,7 +67,7 @@ module.exports = { | |
search: 'Búsqueda', | ||
filters: 'Filtros', | ||
'content types': 'Tipos de Contenido', | ||
'website sections': 'Secciones del Website', | ||
'website sections': 'Secciones del Sitio Web', | ||
article: 'Artículo', | ||
company: 'Compañía', | ||
document: 'Documento', | ||
|
@@ -94,4 +94,8 @@ module.exports = { | |
webinars: 'seminario-web', | ||
'on demand': 'Por Demanda', | ||
upcoming: 'próximamente', | ||
'mundo pmmi issue archive': 'Archivo de Mundo EXPO PACK', | ||
magazine: 'Revista', | ||
'[email protected]': 'ejemplo@compañía.com', | ||
archives: 'Archivos', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ $ const actionText = i18n("signing up to receive your email notifications"); | |
$ const publicationIds = site.get("magazine.publicationIds"); | ||
<if(publicationIds.length)> | ||
<@section> | ||
<theme-magazine-issues-block publication-id=publicationIds[0] title="Impreso" /> | ||
<theme-magazine-issues-block publication-id=publicationIds[0] title="Impresos" /> | ||
</@section> | ||
</if> | ||
|
||
|
@@ -81,7 +81,7 @@ $ const actionText = i18n("signing up to receive your email notifications"); | |
<identity-x-newsletter-form-inline | ||
button-labels=buttonLabels | ||
login-email-label=loginEmailLabel | ||
login-email-placeholder="[email protected]" | ||
login-email-placeholder=i18n("[email protected]") | ||
type="inlineSection" | ||
action-text=actionText | ||
image-width="120" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.