157 lines
4.1 KiB
JSON
157 lines
4.1 KiB
JSON
{
|
|
"common": {
|
|
"append_empty_row": "Append row",
|
|
"append_empty_row_tooltip": "Append a empty row",
|
|
"duplicate_row": "Duplicate",
|
|
"insert_row_above": "Insert row above",
|
|
"insert_row_below": "Insert row below",
|
|
"remove_row": "Remove"
|
|
},
|
|
"pages": {
|
|
"title": "Customer invoices",
|
|
"description": "Manage your customer invoices",
|
|
"list": {
|
|
"title": "Customer invoice list",
|
|
"description": "List all customer invoices",
|
|
"grid_columns": {
|
|
"invoice_number": "Inv. number",
|
|
"invoice_series": "Serie",
|
|
"invoice_status": "Status",
|
|
"invoice_date": "Date",
|
|
"total_price": "Total price"
|
|
}
|
|
},
|
|
"create": {
|
|
"title": "New customer invoice",
|
|
"description": "Create a new customer invoice",
|
|
"back_to_list": "Back to the list"
|
|
},
|
|
"edit": {
|
|
"title": "Edit customer invoice",
|
|
"description": "Edit the selected customer invoice"
|
|
},
|
|
"delete": {
|
|
"title": "Delete customer invoice",
|
|
"description": "Delete the selected customer invoice"
|
|
},
|
|
"view": {
|
|
"title": "View customer invoice",
|
|
"description": "View the details of the selected customer invoice"
|
|
}
|
|
},
|
|
"status": {
|
|
"draft": "Draft",
|
|
"emitted": "Emitted",
|
|
"sent": "Sent",
|
|
"received": "Received",
|
|
"rejected": "Rejected"
|
|
},
|
|
"form_fields": {
|
|
"invoice_number": {
|
|
"label": "Invoice number",
|
|
"placeholder": "",
|
|
"description": ""
|
|
},
|
|
"invoice_date": {
|
|
"label": "Date",
|
|
"placeholder": "Select a date",
|
|
"description": "Invoice issue date"
|
|
},
|
|
"invoice_series": {
|
|
"label": "Serie",
|
|
"placeholder": "",
|
|
"description": ""
|
|
},
|
|
"operation_date": {
|
|
"label": "Operation date",
|
|
"placeholder": "Select a date",
|
|
"description": "Invoice operation date"
|
|
},
|
|
"description": {
|
|
"label": "Description",
|
|
"placeholder": "Description of the invoice",
|
|
"description": "General description of the invoice"
|
|
},
|
|
"subtotal_price": {
|
|
"label": "Subtotal",
|
|
"placeholder": "",
|
|
"desc": "Invoice subtotal"
|
|
},
|
|
"discount": {
|
|
"label": "Discount (%)",
|
|
"placeholder": "",
|
|
"desc": "Percentage discount"
|
|
},
|
|
"discount_price": {
|
|
"label": "Discount price",
|
|
"placeholder": "",
|
|
"desc": "Percentage discount price"
|
|
},
|
|
"total_price": {
|
|
"label": "Total price",
|
|
"placeholder": "",
|
|
"desc": "Invoice total price"
|
|
},
|
|
"notes": {
|
|
"label": "Notes",
|
|
"placeholder": "Additional notes about the invoice",
|
|
"description": "Additional notes that can be included in the invoice"
|
|
},
|
|
"items": {
|
|
"quantity": {
|
|
"label": "Quantity",
|
|
"placeholder": "",
|
|
"description": ""
|
|
},
|
|
"description": {
|
|
"label": "Description",
|
|
"placeholder": "",
|
|
"description": ""
|
|
},
|
|
"unit_price": {
|
|
"label": "Unit price",
|
|
"placeholder": "",
|
|
"description": "Item unit price"
|
|
},
|
|
"subtotal_price": {
|
|
"label": "Subtotal",
|
|
"placeholder": "",
|
|
"description": ""
|
|
},
|
|
"discount": {
|
|
"label": "Dto (%)",
|
|
"placeholder": "",
|
|
"description": "Percentage discount"
|
|
},
|
|
"discount_price": {
|
|
"label": "Discount price",
|
|
"placeholder": "",
|
|
"desc": "Percentage discount price"
|
|
},
|
|
"taxes": {
|
|
"label": "Taxes",
|
|
"placeholder": "",
|
|
"desc": "Taxes"
|
|
},
|
|
"taxes_price": {
|
|
"label": "Taxes price",
|
|
"placeholder": "",
|
|
"desc": "Percentage taxes price"
|
|
},
|
|
"total_price": {
|
|
"label": "Total price",
|
|
"placeholder": "",
|
|
"description": "Total price with percentage discount"
|
|
}
|
|
}
|
|
},
|
|
"components": {
|
|
"customer_invoice_taxes_multi_select": {
|
|
"label": "Taxes",
|
|
"placeholder": "Select taxes",
|
|
"description": "Select the taxes to apply to the invoice items",
|
|
"invalid_tax_selection": "Invalid tax selection. Please select a valid tax."
|
|
}
|
|
}
|
|
}
|