WIP: Arabic localization.

This commit is contained in:
a.bouhuolia
2021-06-13 13:53:17 +02:00
parent 7d5bb95e75
commit 26bea3d2c2
27 changed files with 304 additions and 100 deletions

View File

@@ -28,8 +28,6 @@ function BalanceSheetHeader({
// #withBalanceSheetActions
toggleBalanceSheetFilterDrawer: toggleFilterDrawer,
}) {
// Filter form initial values.
const initialValues = {
basis: 'cash',

View File

@@ -28,8 +28,6 @@ function CashFlowStatementHeader({
//#withCashStatementActions
toggleCashFlowStatementFilterDrawer,
}) {
// filter form initial values.
const initialValues = {
...pageFilter,

View File

@@ -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={

View File

@@ -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={

View File

@@ -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={

View File

@@ -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={

View File

@@ -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={

View File

@@ -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={

View File

@@ -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">