Patch langs problems
This commit is contained in:
		@@ -184,6 +184,7 @@
 | 
			
		||||
		"build_pack": "Build Pack",
 | 
			
		||||
		"destination": "Destination",
 | 
			
		||||
		"application": "Application",
 | 
			
		||||
		"url_fqdn": "URL (FQDN)",
 | 
			
		||||
		"domain_fqdn": "Domain (FQDN)",
 | 
			
		||||
		"https_explainer": "If you specify <span class='text-green-500 font-bold'>https</span>, the application will be accessible only over https. SSL certificate will be generated for you.<br>If you specify <span class='text-green-500 font-bold'>www</span>, the application will be redirected (302) from non-www and vice versa.<br><br>To modify the domain, you must first stop the application.<br><br><span class='text-white font-bold'>You must set your DNS to point to the server IP in advance.</span>",
 | 
			
		||||
		"ssl_www_and_non_www": "Generate SSL for www and non-www?",
 | 
			
		||||
 
 | 
			
		||||
@@ -55,6 +55,7 @@
 | 
			
		||||
		"dns_not_set_partial_error": "DNS non défini",
 | 
			
		||||
		"domain_already_in_use": "Le domaine {{domain}} est déjà utilisé.",
 | 
			
		||||
		"domain_fqdn": "Domaine (FQDN)",
 | 
			
		||||
		"url_fqdn": "URL (FQDN)",
 | 
			
		||||
		"enable_auto_deploy_webhooks": "Activez le déploiement automatique via des webhooks.",
 | 
			
		||||
		"enable_automatic_deployment": "Activer le déploiement automatique",
 | 
			
		||||
		"enable_debug_log_during_build": "Activez les journaux de débogage pendant la phase de build.<br><span class='text-red-500 font-bold'>Les informations sensibles</span> peuvent être visibles et enregistrées dans les journaux.",
 | 
			
		||||
 
 | 
			
		||||
@@ -296,7 +296,7 @@
 | 
			
		||||
			<div class="grid grid-cols-2">
 | 
			
		||||
				<div class="flex-col">
 | 
			
		||||
					<label for="fqdn" class="pt-2 text-base font-bold text-stone-100"
 | 
			
		||||
						>{$t('application.domain_fqdn')}</label
 | 
			
		||||
						>{$t('application.url_fqdn')}</label
 | 
			
		||||
					>
 | 
			
		||||
					{#if browser && window.location.hostname === 'demo.coolify.io'}
 | 
			
		||||
						<Explainer
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user