feat(xo-web/intl): add missing French translation for S3 UI

This commit is contained in:
Pierre Donias
2023-02-09 16:27:34 +01:00
parent 8bb566e189
commit 833589e6e7

View File

@@ -909,9 +909,21 @@ export default {
// Original text: "Domain"
remoteSmbPlaceHolderDomain: 'Domaine',
// Original text : "Use HTTPS"
remoteS3LabelUseHttps: 'Utiliser HTTPS',
// Original text : "Allow unauthorized"
remoteS3LabelAllowInsecure: 'Autoriser les connexions non-sécurisées',
// Original text : "AWS S3 endpoint (ex: s3.us-east-2.amazonaws.com)"
remoteS3PlaceHolderEndpoint: 'Point de terminaison AWS S3 (ex: s3.us-east-2.amazonaws.com)',
// Original text : "AWS S3 bucket name"
remoteS3PlaceHolderBucket: 'Nom du bucket AWS S3',
// Original text : "Directory"
remoteS3PlaceHolderDirectory: 'Chemin',
// Original text : "Access key ID"
remoteS3PlaceHolderAccessKeyID: "Clé d'accès",
@@ -921,6 +933,15 @@ export default {
// Original text : "Enter your encryption key here (32 characters)"
remoteS3PlaceHolderEncryptionKey: 'Clé de chiffrement (32 caractères)',
// Original text : "Region, leave blank for default"
remoteS3Region: 'Région (optionnel)',
// Original text : "Uncheck if you want HTTP instead of HTTPS"
remoteS3TooltipProtocol: 'Décocher pour utiliser HTTP au lieu de HTTPS',
// Original text : "Check if you want to accept self signed certificates"
remoteS3TooltipAcceptInsecure: 'Cochez pour accepter les certificats auto-signés',
// Original text: "<address>\\<share> *"
remoteSmbPlaceHolderAddressShare: '<adresse>\\<partage>',