mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
WIP: Arabic localization.
This commit is contained in:
@@ -6,13 +6,12 @@ import { FormattedMessage as T } from 'components';
|
||||
|
||||
export default function EstimatesEmptyStatus() {
|
||||
const history = useHistory();
|
||||
|
||||
return (
|
||||
<EmptyStatus
|
||||
title={<T id={'it_s_time_to_send_estimates_to_your_customers'} />}
|
||||
description={
|
||||
<p>
|
||||
<T id={'it_is_a_long_established_fact_that_a_reader'} />
|
||||
<T id={'estimate_is_used_to_create_bid_proposal_or_quote'} />
|
||||
</p>
|
||||
}
|
||||
action={
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function EstimatesEmptyStatus() {
|
||||
title={<T id={'the_organization_doesn_t_receive_money_yet'} />}
|
||||
description={
|
||||
<p>
|
||||
<T id={'it_is_a_long_established_fact_that_a_reader'} />
|
||||
<T id={'invoices_empty_status_description'} />
|
||||
</p>
|
||||
}
|
||||
action={
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function PaymentReceivesEmptyStatus() {
|
||||
title={<T id={'the_organization_doesn_t_receive_money_yet'} />}
|
||||
description={
|
||||
<p>
|
||||
<T id={'it_is_a_long_established_fact_that_a_reader'} />
|
||||
<T id={'receiving_customer_payments_is_one_pleasant_accounting_tasks'} />
|
||||
</p>
|
||||
}
|
||||
action={
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function ReceiptsEmptyStatus() {
|
||||
title={<T id={'manage_the_organization_s_services_and_products'} />}
|
||||
description={
|
||||
<p>
|
||||
<T id={'here_a_list_of_your_organization_products_and_services'} />
|
||||
<T id={'receipt_empty_status_description'} />
|
||||
</p>
|
||||
}
|
||||
action={
|
||||
|
||||
Reference in New Issue
Block a user