mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
WIP: Arabic localization.
This commit is contained in:
@@ -28,8 +28,6 @@ function BalanceSheetHeader({
|
||||
// #withBalanceSheetActions
|
||||
toggleBalanceSheetFilterDrawer: toggleFilterDrawer,
|
||||
}) {
|
||||
|
||||
|
||||
// Filter form initial values.
|
||||
const initialValues = {
|
||||
basis: 'cash',
|
||||
|
||||
@@ -28,8 +28,6 @@ function CashFlowStatementHeader({
|
||||
//#withCashStatementActions
|
||||
toggleCashFlowStatementFilterDrawer,
|
||||
}) {
|
||||
|
||||
|
||||
// filter form initial values.
|
||||
const initialValues = {
|
||||
...pageFilter,
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function BillsEmptyStatus() {
|
||||
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="bill_empty_status_description" />
|
||||
</p>
|
||||
}
|
||||
action={
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function PaymentMadesEmptyStatus() {
|
||||
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="payment_made_empty_status_description" />
|
||||
</p>
|
||||
}
|
||||
action={
|
||||
|
||||
@@ -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={
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function SetupLeftSection() {
|
||||
|
||||
<div className={'content__organization'}>
|
||||
<span class="organization-id">
|
||||
Oragnization ID: <span class="id">{ organizationId }</span>,
|
||||
<T id={'organization_id'} />: <span class="id">{ organizationId }</span>,
|
||||
</span>
|
||||
<br />
|
||||
<span class="signout">
|
||||
|
||||
Reference in New Issue
Block a user