mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	fix conflicts
This commit is contained in:
		| @ -228,6 +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: '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' | ||||
| @ -303,7 +307,9 @@ export default { | ||||
|     send_invoice: 'Send Invoice', | ||||
|     invoice_template: 'Invoice Template', | ||||
|     template: 'Template', | ||||
|     mark_as_sent: 'Mark as Sent', | ||||
|     mark_as_sent: 'Mark as sent', | ||||
|     invoice_mark_as_sent: 'This invoice will be marked as sent', | ||||
|     confirm_send: 'This invoice will be sent via email to the customer', | ||||
|     invoice_date: 'Invoice Date', | ||||
|     record_payment: 'Record Payment', | ||||
|     add_new_invoice: 'Add New Invoice', | ||||
| @ -522,7 +528,8 @@ export default { | ||||
|       preferences: 'Preferences', | ||||
|       notifications: 'Notifications', | ||||
|       tax_types: 'Tax Types', | ||||
|       expense_category: 'Expense Categories' | ||||
|       expense_category: 'Expense Categories', | ||||
|       update_app: 'Update App' | ||||
|     }, | ||||
|     title: 'Settings', | ||||
|     setting: 'Settings | Settings', | ||||
| @ -624,6 +631,7 @@ export default { | ||||
|       created_message: 'Sales tax created successfully', | ||||
|       updated_message: 'Sales tax updated successfully', | ||||
|       deleted_message: 'Sales tax deleted successfully', | ||||
|       confirm_delete: 'You will not be able to recover this Tax Type', | ||||
|       already_in_use: 'Tax is already in use' | ||||
|     }, | ||||
|     expense_category: { | ||||
| @ -636,6 +644,7 @@ export default { | ||||
|       created_message: 'Category created successfully', | ||||
|       deleted_message: 'Expense category deleted successfully', | ||||
|       updated_message: 'Expense category updated successfully', | ||||
|       confirm_delete: 'You will not be able to recover this Expense Category', | ||||
|       already_in_use: 'Category is already in use' | ||||
|     }, | ||||
|     preferences: { | ||||
| @ -656,6 +665,11 @@ export default { | ||||
|       select_time_zone: 'select Time Zone', | ||||
|       select_date_formate: 'select Date Formate', | ||||
|       select_financial_year: 'select financial year' | ||||
|     }, | ||||
|     update_app: { | ||||
|       title: 'Update App', | ||||
|       description: 'update app description', | ||||
|       update: 'Update' | ||||
|     } | ||||
|   }, | ||||
|   wizard: { | ||||
| @ -745,6 +759,7 @@ export default { | ||||
|     invalid_url: 'Invalid url (ex: http://www.crater.com)', | ||||
|     required: 'Field is required', | ||||
|     email_incorrect: 'Incorrect Email.', | ||||
|     email_already_taken: 'The email has already been taken.', | ||||
|     email_does_not_exist: "User with given email doesn't exist", | ||||
|     send_reset_link: 'Send Reset Link', | ||||
|     not_yet: 'Not yet? Send it again', | ||||
| @ -761,9 +776,9 @@ export default { | ||||
|     payment_greater_than_due_amount: 'Entered Payment is more than due amount of this invoice.', | ||||
|     quantity_maxlength: 'Quantity should not be greater than 10 digits.', | ||||
|     price_maxlength: 'Price should not be greater than 10 digits.', | ||||
|     price_minvalue: 'Price should be greater than 0 digits', | ||||
|     price_minvalue: 'Price should be greater than 0.', | ||||
|     amount_maxlength: 'Amount should not be greater than 10 digits.', | ||||
|     amount_minvalue: 'Amount should be greater than 0 digits', | ||||
|     amount_minvalue: 'Amount should be greater than 0.', | ||||
|     description_maxlength: 'Description should not be greater than 255 characters.', | ||||
|     maximum_options_error: 'Maximum  of {max} options selected. First remove a selected option to select another.', | ||||
|     notes_maxlength: 'Notes should not be greater than 255 characters.', | ||||
|  | ||||
| @ -228,12 +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: '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' | ||||
|     }, | ||||
| @ -309,6 +312,8 @@ export default { | ||||
|     invoice_template: 'Plantilla de factura', | ||||
|     template: 'Modelo', | ||||
|     mark_as_sent: 'Marcar como enviado', | ||||
|     invoice_mark_as_sent: 'Esta factura se marcará como enviada', | ||||
|     confirm_send: 'Estas facturas se enviarán por correo electrónico al cliente.', | ||||
|     invoice_date: 'Fecha de la factura', | ||||
|     record_payment: 'Registro de pago', | ||||
|     add_new_invoice: 'Añadir nueva factura', | ||||
| @ -551,6 +556,16 @@ export default { | ||||
|       action: 'Acción', | ||||
|       add_currency: 'Agregar moneda' | ||||
|     }, | ||||
|     mail: { | ||||
|       host: 'Host de correo', | ||||
|       port: 'Puerto de correo', | ||||
|       driver: 'Conductor de correo', | ||||
|       password: 'Contraseña de correo', | ||||
|       username: 'Nombre de usuario de correo', | ||||
|       mail_config: 'Configuración de correo', | ||||
|       encryption: 'Cifrado de correo', | ||||
|       mail_config_desc: 'Los detalles a continuación se utilizarán para actualizar el entorno de correo. También puede cambiar los detalles en cualquier momento después de iniciar sesión.' | ||||
|     }, | ||||
|     pdf: { | ||||
|       title: 'Configuración de PDF', | ||||
|       footer_text: 'Texto de pie de página', | ||||
| @ -613,6 +628,7 @@ export default { | ||||
|       created_message: 'Impuesto sobre las ventas creado con éxito', | ||||
|       updated_message: 'Impuesto sobre ventas actualizado con éxito', | ||||
|       deleted_message: 'Impuesto sobre las ventas eliminado con éxito', | ||||
|       confirm_delete: 'No podrá recuperar este tipo de impuesto', | ||||
|       already_in_use: 'El impuesto ya está en uso.' | ||||
|     }, | ||||
|     expense_category: { | ||||
| @ -625,6 +641,7 @@ export default { | ||||
|       created_message: 'Categoría creada con éxito', | ||||
|       deleted_message: 'Categoría de gastos eliminada correctamente', | ||||
|       updated_message: 'Categoría de gastos actualizada con éxito', | ||||
|       confirm_delete: 'No podrá recuperar esta categoría de gastos', | ||||
|       already_in_use: 'La categoría ya está en uso.' | ||||
|     }, | ||||
|     preferences: { | ||||
| @ -742,7 +759,7 @@ export default { | ||||
|     numbers_only: 'Solo numeros.', | ||||
|     characters_only: 'Solo personajes.', | ||||
|     password_incorrect: 'Las contraseñas deben ser idénticas', | ||||
|     password_length: 'La contraseña debe tener 6 caracteres de longitud.', | ||||
|     password_length: 'La contraseña debe tener 5 caracteres de longitud.', | ||||
|     qty_must_greater_than_zero: 'La cantidad debe ser mayor que cero.', | ||||
|     price_greater_than_zero: 'El precio debe ser mayor que cero.', | ||||
|     payment_greater_than_zero: 'El pago debe ser mayor que cero.', | ||||
|  | ||||
| @ -233,6 +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: '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' | ||||
|     }, | ||||
| @ -308,6 +312,8 @@ export default { | ||||
|     invoice_template: 'Modèle de facture', | ||||
|     template: 'Modèle', | ||||
|     mark_as_sent: 'Marquer comme envoyé', | ||||
|     invoice_mark_as_sent: 'Cette facture sera marquée comme envoyé', | ||||
|     confirm_send: 'Cette facture sera envoyée par courrier électronique au client.', | ||||
|     invoice_date: 'Date de facturation', | ||||
|     record_payment: 'Record de paiement', | ||||
|     add_new_invoice: 'Ajouter une nouvelle facture', | ||||
| @ -548,7 +554,17 @@ export default { | ||||
|       right: 'Droite', | ||||
|       left: 'La gauche', | ||||
|       action: 'action', | ||||
|       add_currency: 'Ajouter une devise', | ||||
|       add_currency: 'Ajouter une devise' | ||||
|     }, | ||||
|     mail: { | ||||
|       host: 'Mail Host', | ||||
|       port: 'Port mail', | ||||
|       driver: 'Pilote de courrier', | ||||
|       password: 'Mot de passe mail', | ||||
|       username: "Mail Nom d'utilisateur", | ||||
|       mail_config: 'Configuration du courrier', | ||||
|       encryption: 'Chiffrement du courrier', | ||||
|       mail_config_desc: "Les détails ci-dessous seront utilisés pour mettre à jour l'environnement de messagerie. Aussi, vous pouvez modifier les détails à tout moment après la connexion." | ||||
|     }, | ||||
|     pdf: { | ||||
|       title: 'Paramètre PDF', | ||||
| @ -614,6 +630,7 @@ export default { | ||||
|       created_message: 'La taxe de vente créée avec succès', | ||||
|       updated_message: 'La taxe de vente a été mise à jour avec succès', | ||||
|       deleted_message: 'La taxe de vente a été supprimée avec succès', | ||||
|       confirm_delete: 'Vous ne pourrez pas récupérer ce type de taxe', | ||||
|       already_in_use: 'La taxe est déjà utilisée' | ||||
|     }, | ||||
|     expense_category: { | ||||
| @ -626,6 +643,7 @@ export default { | ||||
|       created_message: 'Catégorie créée avec succès', | ||||
|       deleted_message: 'La catégorie de dépenses a été supprimée avec succès', | ||||
|       updated_message: 'Catégorie de dépenses mise à jour avec succès', | ||||
|       confirm_delete: 'Vous ne pourrez pas récupérer cette catégorie de dépenses', | ||||
|       already_in_use: 'La catégorie est déjà utilisée' | ||||
|     }, | ||||
|     preferences: { | ||||
| @ -744,7 +762,7 @@ export default { | ||||
|     numbers_only: 'Chiffres uniquement.', | ||||
|     characters_only: 'Caractères seulement.', | ||||
|     password_incorrect: 'Les mots de passe doivent être identiques', | ||||
|     password_length: 'Le mot de passe doit comporter 6 caractères.', | ||||
|     password_length: 'Le mot de passe doit comporter 5 caractères.', | ||||
|     qty_must_greater_than_zero: 'La quantité doit être supérieure à zéro.', | ||||
|     price_greater_than_zero: 'Le prix doit être supérieur à zéro.', | ||||
|     payment_greater_than_zero: 'Le paiement doit être supérieur à zéro.', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user