mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 13:41:09 -04:00 
			
		
		
		
	change translation message
This commit is contained in:
		| @ -228,10 +228,10 @@ export default { | ||||
|     save_estimate: 'Save Estimate', | ||||
|     confirm_conversion: 'You want to convert this Estimate into Invoice?', | ||||
|     conversion_message: 'Conversion successful', | ||||
|     confirm_send_estimate: 'You want to send this Estimate?', | ||||
|     confirm_mark_as_sent: 'You want to mark this estimate as sent?', | ||||
|     confirm_mark_as_accepted: 'You want to mark this estimate as accepted?', | ||||
|     confirm_mark_as_rejected: 'You want to mark this estimate as rejected?', | ||||
|     confirm_send_estimate: 'This estimate will be sent via email to the customer', | ||||
|     confirm_mark_as_sent: 'This estimate will be marked as sent', | ||||
|     confirm_mark_as_accepted: 'This estimate will be marked as Accepted', | ||||
|     confirm_mark_as_rejected: 'This estimate will be marked as Rejected', | ||||
|     no_matching_estimates: 'There are no matching estimates!', | ||||
|     errors: { | ||||
|       required: 'Field is required' | ||||
|  | ||||
| @ -228,16 +228,15 @@ export default { | ||||
|     estimate_template: 'Plantilla de estimación', | ||||
|     convert_to_invoice: 'Convertir a factura', | ||||
|     mark_as_sent: 'Marcar como enviado', | ||||
|     send_estimate: 'Enviar presupuesto', | ||||
|     record_payment: 'Registro de pago', | ||||
|     add_estimate: 'Agregar presupuesto', | ||||
|     save_estimate: 'Guardar estimación', | ||||
|     confirm_conversion: '¿Quiere convertir esta estimación en factura?', | ||||
|     conversion_message: 'Conversión exitosa', | ||||
|     confirm_send_estimate: '¿Quieres enviar este presupuesto?', | ||||
|     confirm_mark_as_sent: '¿Desea marcar esta estimación como enviada?', | ||||
|     confirm_mark_as_accepted: '¿Quiere marcar esta estimación como aceptada?', | ||||
|     confirm_mark_as_rejected: '¿Desea marcar esta estimación como rechazada?', | ||||
|     confirm_send_estimate: 'Esta estimación se enviará por correo electrónico al cliente', | ||||
|     confirm_mark_as_sent: 'Esta estimación se marcará como enviada', | ||||
|     confirm_mark_as_accepted: 'Esta estimación se marcará como Aceptada', | ||||
|     confirm_mark_as_rejected: 'Esta estimación se marcará como Rechazada', | ||||
|     errors: { | ||||
|       required: 'Se requiere campo' | ||||
|     }, | ||||
|  | ||||
| @ -233,10 +233,10 @@ export default { | ||||
|     save_estimate: 'Sauvegarder lestimation', | ||||
|     confirm_conversion: 'Vous souhaitez convertir cette estimation en facture?', | ||||
|     conversion_message: 'Conversion réussie', | ||||
|     confirm_send_estimate: 'Vous voulez envoyer cette estimation?', | ||||
|     confirm_mark_as_sent: 'Vous souhaitez marquer cette estimation comme envoyée?', | ||||
|     confirm_mark_as_accepted: 'Vous souhaitez marquer cette estimation comme acceptée?', | ||||
|     confirm_mark_as_rejected: 'Vous souhaitez marquer cette estimation comme rejetée?', | ||||
|     confirm_send_estimate: 'Cette estimation sera envoyée par courrier électronique au client.', | ||||
|     confirm_mark_as_sent: 'Cette estimation sera marquée comme envoyé', | ||||
|     confirm_mark_as_accepted: 'Cette estimation sera marquée comme acceptée', | ||||
|     confirm_mark_as_rejected: 'Cette estimation sera marquée comme Rejetée', | ||||
|     errors: { | ||||
|       required: 'Champ requis' | ||||
|     }, | ||||
|  | ||||
| @ -34,7 +34,7 @@ | ||||
|         > | ||||
|           <template slot-scope="row"> | ||||
|             <span>{{ $t('settings.tax_types.tax_name') }}</span> | ||||
|             <span class="tax-name"> | ||||
|             <span class="tax-name mt-3"> | ||||
|               {{ row.name }} | ||||
|             </span> | ||||
|           </template> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user