Update french translations (#310)

pull/313/head
mphschmitt 2021-10-19 11:31:42 +02:00 committed by GitHub
parent ebcd51f0e7
commit 98cb59bbdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 18 additions and 18 deletions

View File

@ -25,6 +25,6 @@ THE SOFTWARE.
*/
export default {
wantToContributeChanges: '👋 Want to request new features, contribute changes, or translate the tool into a new language?', // TODO: translate
getInvolvedOnGitHub: 'Get involved on GitHub', // TODO: translate
wantToContributeChanges: '👋 Vous souhaitez demander de nouvelles fonctionnalités, apporter des modifications, ou traduire l\'outil dans une nouvelle langue?',
getInvolvedOnGitHub: 'Participez sur GitHub',
};

View File

@ -25,6 +25,6 @@ THE SOFTWARE.
*/
export default {
lookingForAPlaceToDeploy: '👋 Looking for a place to deploy your new configuration?', // TODO: translate
tryOutDigitalOceansDroplet: 'Try out DigitalOcean\'s LEMP Droplet with NGINX', // TODO: translate
lookingForAPlaceToDeploy: '👋 Vous cherchez à déployer votre nouvelle configuration?',
tryOutDigitalOceansDroplet: 'Essayez les Droplets LEMP de DigitalOcean avec NGINX',
};

View File

@ -40,9 +40,9 @@ export default {
certificationType: 'Type de certification',
customCertificate: 'Certificat personnalisé',
letsEncryptEmail: `E-mail ${common.letsEncrypt}`,
http3IsANonStandardModule: 'HTTP/3 isn\'t a standard NGINX module, check the ', // TODO: translate
http3NginxQuicReadme: 'NGINX QUIC readme', // TODO: translate
http3OrThe: ' or the ', // TODO: translate
http3CloudflareQuicheProject: 'Cloudflare quiche project', // TODO: translate
http3ForBuildingNginxWithHttp3: ' for how to build NGINX with HTTP/3!', // TODO: translate
http3IsANonStandardModule: 'HTTP/3 n\'est pas un module standard de NGINX, veuillez lire ',
http3NginxQuicReadme: 'le Readme de NGINX QUIC',
http3OrThe: ' ou le ',
http3CloudflareQuicheProject: 'projet Cloudflare quiche',
http3ForBuildingNginxWithHttp3: ' pour compiler NGINX avec le support HTTP/3!',
};

View File

@ -51,6 +51,6 @@ export default {
php74Socket: 'Socket 7.4',
php80Socket: 'Socket 8.0',
phpSocket: 'Socket PHP',
custom: 'Custom', // TODO: translate
custom: 'Custom',
disabled: 'Désactivé',
};

View File

@ -33,8 +33,8 @@ const ipv6 = 'IPv6';
export default {
sslProfile: `Profil ${common.ssl}`,
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
portReuse: 'Reuseport',
enableReuseOfPort: `${common.enable} reuseport pour générer un socket passif par worker`,
ocspDnsResolvers: 'Résolveur DNS OCSP',
cloudflareResolver: 'Résolveur Cloudflare',
googlePublicDns: 'Google Public DNS',

View File

@ -31,9 +31,9 @@ export default {
enableGzipCompression: `${common.enable} la compression gzip`,
brotliCompression: 'Compression Brotli',
enableBrotliCompression: `${common.enable} la compression brotli`,
brotliIsANonStandardModule: 'Brotli isn\'t a standard NGINX module, check the ', // TODO: translate
brotliGoogleNgxBrotliProject: 'Google ngx_brotli project', // TODO: translate
brotliForBuildingNginxWithBrotli: ' for how to build NGINX with Brotli!', // TODO: translate
brotliIsANonStandardModule: 'Brotli n\'est pas un module standard de NGINX, veuillez lire le ',
brotliGoogleNgxBrotliProject: 'projet Google ngx_brotli',
brotliForBuildingNginxWithBrotli: ' pour compiler NGINX avec le support Brotli!',
expirationForAssets: 'Expiration des assets',
expirationForMedia: 'Expiration des medias',
expirationForSvgs: 'Expiration des SVGs',

View File

@ -26,11 +26,11 @@ THE SOFTWARE.
import common from '../../common';
const legacyXForwarded = 'Legacy X-Forwarded-* headers'; // TODO: translate
const legacyXForwarded = 'En-têtes dépréciés X-Forwarded-*';
export default {
reverseProxyMustBeEnabledOnOneSite: `Le ${common.reverseProxyLower} doit être activé sur au moins un site pour configurer les paramètres globaux du ${common.reverseProxyLower}.`,
seconds: 'secondes',
passOn: `${legacyXForwarded} passed on`, // TODO: translate
remove: `${legacyXForwarded} actively removed`, // TODO: translate
passOn: `${legacyXForwarded} transmis`,
remove: `${legacyXForwarded} supprimés`,
};