mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
BIG-378: add Localize to invoice.
This commit is contained in:
@@ -43,7 +43,10 @@ export function ActionsCellRenderer({
|
|||||||
|
|
||||||
const exampleMenu = (
|
const exampleMenu = (
|
||||||
<Menu>
|
<Menu>
|
||||||
<MenuItem onClick={onRemoveRole} text={'item_entries.remove_row'} />
|
<MenuItem
|
||||||
|
onClick={onRemoveRole}
|
||||||
|
text={<T id={'item_entries.remove_row'} />}
|
||||||
|
/>
|
||||||
</Menu>
|
</Menu>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ function InvoiceFormHeaderFields({
|
|||||||
</FastField>
|
</FastField>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
||||||
<Col className={'col--due-date'}>
|
<Col xs={6}>
|
||||||
{/* ----------- Due date ----------- */}
|
{/* ----------- Due date ----------- */}
|
||||||
<FastField name={'due_date'}>
|
<FastField name={'due_date'}>
|
||||||
{({ form, field: { value }, meta: { error, touched } }) => (
|
{({ form, field: { value }, meta: { error, touched } }) => (
|
||||||
|
|||||||
@@ -1960,6 +1960,7 @@
|
|||||||
"invoice_form.label.payment_amount": "مبلغ المدفوع",
|
"invoice_form.label.payment_amount": "مبلغ المدفوع",
|
||||||
"invoice_form.label.invoice_message": "رسالة الفاتورة",
|
"invoice_form.label.invoice_message": "رسالة الفاتورة",
|
||||||
"invoice_form.invoice_message.placeholder": "Thanks for your business and have a great day!",
|
"invoice_form.invoice_message.placeholder": "Thanks for your business and have a great day!",
|
||||||
|
"invoice_form.label.terms_conditions": "الشروط والأحكام",
|
||||||
"invoice_form.terms_and_conditions.placeholder": "Enter the terms and conditions of your business to be displayed in your transaction",
|
"invoice_form.terms_and_conditions.placeholder": "Enter the terms and conditions of your business to be displayed in your transaction",
|
||||||
"receipt_form.label.total": "إجمالي",
|
"receipt_form.label.total": "إجمالي",
|
||||||
"receipt_form.label.subtotal": "المجموع",
|
"receipt_form.label.subtotal": "المجموع",
|
||||||
|
|||||||
Reference in New Issue
Block a user