Update i18n files
This commit is contained in:
parent
e35b42d3ff
commit
49b41706e3
|
@ -32,8 +32,6 @@ export default {
|
||||||
enableHttp2Connections: `${common.enable} les connexions ${common.http}/2`,
|
enableHttp2Connections: `${common.enable} les connexions ${common.http}/2`,
|
||||||
http3: `${common.http}/3`,
|
http3: `${common.http}/3`,
|
||||||
enableHttp3Connections: `${common.enable} les connexions ${common.http}/3`,
|
enableHttp3Connections: `${common.enable} les connexions ${common.http}/3`,
|
||||||
portReuse: 'Reuseport', // TODO: translate
|
|
||||||
enableReuseOfPort: `${common.enable} reuseport to generate a listening socket per worker`, // TODO: translate
|
|
||||||
forceHttps: `Forcer ${common.https}`,
|
forceHttps: `Forcer ${common.https}`,
|
||||||
hsts: 'HSTS',
|
hsts: 'HSTS',
|
||||||
enableStrictTransportSecurity: `${common.enable} Strict Transport Security, exigeant HTTPS`,
|
enableStrictTransportSecurity: `${common.enable} Strict Transport Security, exigeant HTTPS`,
|
||||||
|
|
|
@ -33,6 +33,8 @@ const ipv6 = 'IPv6';
|
||||||
export default {
|
export default {
|
||||||
sslProfile: `Profil ${common.ssl}`,
|
sslProfile: `Profil ${common.ssl}`,
|
||||||
httpsMustBeEnabledOnOneSite: `${common.https} doit être activé sur au moins un site pour configurer les paramètres ${common.https} globaux.`,
|
httpsMustBeEnabledOnOneSite: `${common.https} doit être activé sur au moins un site pour configurer les paramètres ${common.https} globaux.`,
|
||||||
|
portReuse: 'Reuseport', // TODO: translate
|
||||||
|
enableReuseOfPort: `${common.enable} reuseport to generate a listening socket per worker`, // TODO: translate
|
||||||
ocspDnsResolvers: 'Résolveur DNS OCSP',
|
ocspDnsResolvers: 'Résolveur DNS OCSP',
|
||||||
cloudflareResolver: 'Résolveur Cloudflare',
|
cloudflareResolver: 'Résolveur Cloudflare',
|
||||||
googlePublicDns: 'Google Public DNS',
|
googlePublicDns: 'Google Public DNS',
|
||||||
|
|
|
@ -32,8 +32,6 @@ export default {
|
||||||
enableHttp2Connections: `${common.enable} połączenia ${common.http}/2`,
|
enableHttp2Connections: `${common.enable} połączenia ${common.http}/2`,
|
||||||
http3: `${common.http}/3`,
|
http3: `${common.http}/3`,
|
||||||
enableHttp3Connections: `${common.enable} połączenia ${common.http}/3`,
|
enableHttp3Connections: `${common.enable} połączenia ${common.http}/3`,
|
||||||
portReuse: 'Reuseport',
|
|
||||||
enableReuseOfPort: `${common.enable} reuseport aby generować listening socket per worker`,
|
|
||||||
forceHttps: `Wymuś ${common.https}`,
|
forceHttps: `Wymuś ${common.https}`,
|
||||||
hsts: 'HSTS',
|
hsts: 'HSTS',
|
||||||
enableStrictTransportSecurity: `${common.enable} Strict Transport Security, wymaga połaczenia HTTPS`,
|
enableStrictTransportSecurity: `${common.enable} Strict Transport Security, wymaga połaczenia HTTPS`,
|
||||||
|
|
|
@ -33,6 +33,8 @@ const ipv6 = 'IPv6';
|
||||||
export default {
|
export default {
|
||||||
sslProfile: `Profil ${common.ssl}`,
|
sslProfile: `Profil ${common.ssl}`,
|
||||||
httpsMustBeEnabledOnOneSite: `${common.https} musi być włączony na conajmniej jednej stronie, aby móc zastosować globalną konfigurację ${common.https}.`,
|
httpsMustBeEnabledOnOneSite: `${common.https} musi być włączony na conajmniej jednej stronie, aby móc zastosować globalną konfigurację ${common.https}.`,
|
||||||
|
portReuse: 'Reuseport',
|
||||||
|
enableReuseOfPort: `${common.enable} reuseport aby generować listening socket per worker`,
|
||||||
ocspDnsResolvers: 'OCSP DNS Resolvers',
|
ocspDnsResolvers: 'OCSP DNS Resolvers',
|
||||||
cloudflareResolver: 'Cloudflare Resolver',
|
cloudflareResolver: 'Cloudflare Resolver',
|
||||||
googlePublicDns: 'Google Public DNS',
|
googlePublicDns: 'Google Public DNS',
|
||||||
|
|
|
@ -32,8 +32,6 @@ export default {
|
||||||
enableHttp2Connections: `${common.enable} conexões ${common.http}/2`,
|
enableHttp2Connections: `${common.enable} conexões ${common.http}/2`,
|
||||||
http3: `${common.http}/3`,
|
http3: `${common.http}/3`,
|
||||||
enableHttp3Connections: `${common.enable} conexões ${common.http}/3`,
|
enableHttp3Connections: `${common.enable} conexões ${common.http}/3`,
|
||||||
portReuse: 'Reuseport', // TODO: translate
|
|
||||||
enableReuseOfPort: `${common.enable} reuseport to generate a listening socket per worker`, // TODO: translate
|
|
||||||
forceHttps: `Forçar ${common.https}`,
|
forceHttps: `Forçar ${common.https}`,
|
||||||
hsts: 'HSTS',
|
hsts: 'HSTS',
|
||||||
enableStrictTransportSecurity: `${common.enable} Strict Transport Security, requerendo conexões HTTPS`,
|
enableStrictTransportSecurity: `${common.enable} Strict Transport Security, requerendo conexões HTTPS`,
|
||||||
|
|
|
@ -33,6 +33,8 @@ const ipv6 = 'IPv6';
|
||||||
export default {
|
export default {
|
||||||
sslProfile: `Perfil ${common.ssl}`,
|
sslProfile: `Perfil ${common.ssl}`,
|
||||||
httpsMustBeEnabledOnOneSite: `O ${common.https} deve estar habilitado em pelo menos um site para definir as configurações globais de ${common.https}.`,
|
httpsMustBeEnabledOnOneSite: `O ${common.https} deve estar habilitado em pelo menos um site para definir as configurações globais de ${common.https}.`,
|
||||||
|
portReuse: 'Reuseport', // TODO: translate
|
||||||
|
enableReuseOfPort: `${common.enable} reuseport to generate a listening socket per worker`, // TODO: translate
|
||||||
ocspDnsResolvers: 'Resolvedores de DNS OCSP',
|
ocspDnsResolvers: 'Resolvedores de DNS OCSP',
|
||||||
cloudflareResolver: 'Resolvedor Cloudflare',
|
cloudflareResolver: 'Resolvedor Cloudflare',
|
||||||
googlePublicDns: 'DNS público do Google',
|
googlePublicDns: 'DNS público do Google',
|
||||||
|
|
|
@ -32,8 +32,6 @@ export default {
|
||||||
enableHttp2Connections: `${common.enable} ${common.http}/2 соединения`,
|
enableHttp2Connections: `${common.enable} ${common.http}/2 соединения`,
|
||||||
http3: `${common.http}/3`,
|
http3: `${common.http}/3`,
|
||||||
enableHttp3Connections: `${common.enable} ${common.http}/3 соединения`,
|
enableHttp3Connections: `${common.enable} ${common.http}/3 соединения`,
|
||||||
portReuse: 'Reuseport', // TODO: translate
|
|
||||||
enableReuseOfPort: `${common.enable} reuseport to generate a listening socket per worker`, // TODO: translate
|
|
||||||
forceHttps: `Использовать только ${common.https}`,
|
forceHttps: `Использовать только ${common.https}`,
|
||||||
hsts: 'HSTS',
|
hsts: 'HSTS',
|
||||||
enableStrictTransportSecurity: `${common.enable} Strict Transport Security, требующая HTTPS соединения`,
|
enableStrictTransportSecurity: `${common.enable} Strict Transport Security, требующая HTTPS соединения`,
|
||||||
|
|
|
@ -33,6 +33,8 @@ const ipv6 = 'IPv6';
|
||||||
export default {
|
export default {
|
||||||
sslProfile: `${common.ssl} Профиль`,
|
sslProfile: `${common.ssl} Профиль`,
|
||||||
httpsMustBeEnabledOnOneSite: `${common.https} должен быть включен хотя бы на одном сайте, чтобы сконфигурировать глобальные ${common.https} настройки.`,
|
httpsMustBeEnabledOnOneSite: `${common.https} должен быть включен хотя бы на одном сайте, чтобы сконфигурировать глобальные ${common.https} настройки.`,
|
||||||
|
portReuse: 'Reuseport', // TODO: translate
|
||||||
|
enableReuseOfPort: `${common.enable} reuseport to generate a listening socket per worker`, // TODO: translate
|
||||||
ocspDnsResolvers: 'OCSP DNS Преобразователи',
|
ocspDnsResolvers: 'OCSP DNS Преобразователи',
|
||||||
cloudflareResolver: 'Cloudflare Преобразователь',
|
cloudflareResolver: 'Cloudflare Преобразователь',
|
||||||
googlePublicDns: 'Публичные Google DNS',
|
googlePublicDns: 'Публичные Google DNS',
|
||||||
|
|
|
@ -32,8 +32,6 @@ export default {
|
||||||
enableHttp2Connections: `${common.enable} ${common.http}/2 连接`,
|
enableHttp2Connections: `${common.enable} ${common.http}/2 连接`,
|
||||||
http3: `${common.http}/3`,
|
http3: `${common.http}/3`,
|
||||||
enableHttp3Connections: `${common.enable} ${common.http}/3 连接`,
|
enableHttp3Connections: `${common.enable} ${common.http}/3 连接`,
|
||||||
portReuse: '端口重用',
|
|
||||||
enableReuseOfPort: `${common.enable} 重用端口 为每个 NGINX Worker 单独生成一个监听套接字`,
|
|
||||||
forceHttps: `强制 ${common.https}`,
|
forceHttps: `强制 ${common.https}`,
|
||||||
hsts: 'HSTS',
|
hsts: 'HSTS',
|
||||||
enableStrictTransportSecurity: `${common.enable}HSTS(强制客户端、浏览器等使用 HTTPS 与服务器创建链接),需要HTTPS连接`,
|
enableStrictTransportSecurity: `${common.enable}HSTS(强制客户端、浏览器等使用 HTTPS 与服务器创建链接),需要HTTPS连接`,
|
||||||
|
|
|
@ -33,6 +33,8 @@ const ipv6 = 'IPv6';
|
||||||
export default {
|
export default {
|
||||||
sslProfile: `${common.ssl}配置`,
|
sslProfile: `${common.ssl}配置`,
|
||||||
httpsMustBeEnabledOnOneSite: `必须在至少一个站点上启用${common.https}才能配置全局${common.https}设置。`,
|
httpsMustBeEnabledOnOneSite: `必须在至少一个站点上启用${common.https}才能配置全局${common.https}设置。`,
|
||||||
|
portReuse: '端口重用',
|
||||||
|
enableReuseOfPort: `${common.enable} 重用端口 为每个 NGINX Worker 单独生成一个监听套接字`,
|
||||||
ocspDnsResolvers: 'OCSP DNS解析器',
|
ocspDnsResolvers: 'OCSP DNS解析器',
|
||||||
cloudflareResolver: 'Cloudflare解析器',
|
cloudflareResolver: 'Cloudflare解析器',
|
||||||
googlePublicDns: '谷歌公共DNS',
|
googlePublicDns: '谷歌公共DNS',
|
||||||
|
|
|
@ -32,8 +32,6 @@ export default {
|
||||||
enableHttp2Connections: `${common.enable} ${common.http}/2 連接`,
|
enableHttp2Connections: `${common.enable} ${common.http}/2 連接`,
|
||||||
http3: `${common.http}/3`,
|
http3: `${common.http}/3`,
|
||||||
enableHttp3Connections: `${common.enable} ${common.http}/3 連接`,
|
enableHttp3Connections: `${common.enable} ${common.http}/3 連接`,
|
||||||
portReuse: '端口複用',
|
|
||||||
enableReuseOfPort: `${common.enable} 端口複用來為每個worker生成監聽套接字`,
|
|
||||||
forceHttps: `強制 ${common.https}`,
|
forceHttps: `強制 ${common.https}`,
|
||||||
hsts: 'HSTS',
|
hsts: 'HSTS',
|
||||||
enableStrictTransportSecurity: `${common.enable}HSTS(強制用戶端、瀏覽器等使用HTTPS與服務器創建連結),需要HTTPS連接`,
|
enableStrictTransportSecurity: `${common.enable}HSTS(強制用戶端、瀏覽器等使用HTTPS與服務器創建連結),需要HTTPS連接`,
|
||||||
|
|
|
@ -33,6 +33,8 @@ const ipv6 = 'IPv6';
|
||||||
export default {
|
export default {
|
||||||
sslProfile: `${common.ssl}配寘`,
|
sslProfile: `${common.ssl}配寘`,
|
||||||
httpsMustBeEnabledOnOneSite: `必須在至少一個網站上啟用${common.https}才能配寘全域${common.https}設定。`,
|
httpsMustBeEnabledOnOneSite: `必須在至少一個網站上啟用${common.https}才能配寘全域${common.https}設定。`,
|
||||||
|
portReuse: '端口複用',
|
||||||
|
enableReuseOfPort: `${common.enable} 端口複用來為每個worker生成監聽套接字`,
|
||||||
ocspDnsResolvers: 'OCSP DNS解析器',
|
ocspDnsResolvers: 'OCSP DNS解析器',
|
||||||
cloudflareResolver: 'Cloudflare解析器',
|
cloudflareResolver: 'Cloudflare解析器',
|
||||||
googlePublicDns: '穀歌公共DNS',
|
googlePublicDns: '穀歌公共DNS',
|
||||||
|
|
Loading…
Reference in New Issue