docs: fix some translation
parent
c8bcf830cc
commit
047f700a3a
|
@ -29,8 +29,9 @@ export default {
|
||||||
es: 'Español',
|
es: 'Español',
|
||||||
zhCN: 'Chino (simplificado)',
|
zhCN: 'Chino (simplificado)',
|
||||||
zhTW: 'Chino (tradicional)',
|
zhTW: 'Chino (tradicional)',
|
||||||
ptBR: 'Portuguese (brazilian)',
|
ptBR: 'Portugués (brasileño)',
|
||||||
fr: 'French',
|
fr: 'Francés',
|
||||||
ru: 'Russian',
|
ru: 'Ruso',
|
||||||
pl: 'Polish',
|
pl: 'Polaco',
|
||||||
|
de: 'Alemán',
|
||||||
};
|
};
|
||||||
|
|
|
@ -31,7 +31,7 @@ import common from '../../common';
|
||||||
export default {
|
export default {
|
||||||
fallbackRouting: 'Enrutamiento alternativo',
|
fallbackRouting: 'Enrutamiento alternativo',
|
||||||
fallbackRoutingPhpPath: `Ruta ${common.php} para el enrutamiento alternativo`,
|
fallbackRoutingPhpPath: `Ruta ${common.php} para el enrutamiento alternativo`,
|
||||||
legacyPhpRouting: `Enrutamiento ${common.php} legacy`,
|
legacyPhpRouting: `Enrutamiento ${common.php} antiguo`,
|
||||||
enableLegacyRouting: `${common.enable} enrutamiento legacy`,
|
enableLegacyRouting: `${common.enable} enrutamiento antiguo`,
|
||||||
routing: 'Enrutamiento',
|
routing: 'Enrutamiento',
|
||||||
};
|
};
|
||||||
|
|
|
@ -32,7 +32,7 @@ export default {
|
||||||
oneOrMoreOtherDomainsAreAlsoNamed: 'Uno o más dominios tienen también ese mismo nombre',
|
oneOrMoreOtherDomainsAreAlsoNamed: 'Uno o más dominios tienen también ese mismo nombre',
|
||||||
thisWillCauseIssuesWithConfigGeneration: 'Esto va a causar problemas en la generación de la configuracion.',
|
thisWillCauseIssuesWithConfigGeneration: 'Esto va a causar problemas en la generación de la configuracion.',
|
||||||
wwwSubdomain: 'subdominio www',
|
wwwSubdomain: 'subdominio www',
|
||||||
cdnSubdomain: 'subdomain CDN',
|
cdnSubdomain: 'subdominio CDN',
|
||||||
redirectSubdomains: 'redirección de subdominio',
|
redirectSubdomains: 'redirección de subdominio',
|
||||||
server: 'Servidor',
|
server: 'Servidor',
|
||||||
listen: 'listen',
|
listen: 'listen',
|
||||||
|
|
|
@ -32,8 +32,8 @@ export default {
|
||||||
thisToolIs: 'Esta herramienta es',
|
thisToolIs: 'Esta herramienta es',
|
||||||
openSourceOnGitHub: 'open-source en GitHub',
|
openSourceOnGitHub: 'open-source en GitHub',
|
||||||
underThe: 'bajo la',
|
underThe: 'bajo la',
|
||||||
mit: 'MIT',
|
mit: 'licencia MIT',
|
||||||
license: 'license!',
|
license: '!',
|
||||||
weWelcomeFeedbackAndContributions: 'Agradecemos sus comentarios y contribuciones.',
|
weWelcomeFeedbackAndContributions: 'Agradecemos sus comentarios y contribuciones.',
|
||||||
originallyCreatedBy: 'Originalmente creado por',
|
originallyCreatedBy: 'Originalmente creado por',
|
||||||
balintSzekeres: 'Bálint Szekeres',
|
balintSzekeres: 'Bálint Szekeres',
|
||||||
|
|
Loading…
Reference in New Issue