BIG-11 feat: estimate and manual journal table empty status description.

This commit is contained in:
a.bouhuolia
2021-09-11 15:39:21 +02:00
parent a40029ba1d
commit 996f1d7718
4 changed files with 14 additions and 10 deletions

View File

@@ -9,10 +9,10 @@ export default function ManualJournalsEmptyStatus() {
return (
<EmptyStatus
title={<T id={'create_your_first_journal_entries_on_accounts_chart'} />}
title={<T id={'manual_journals.empty_status.title'} />}
description={
<p>
<T id={'it_is_a_long_established_fact_that_a_reader'} />
<T id={'manual_journals.empty_status.description'} />
</p>
}
action={

View File

@@ -9,10 +9,10 @@ export default function InvoicesEmptyStatus() {
return (
<EmptyStatus
title={<T id={'create_and_manage_your_organization_s_expenses'} />}
title={<T id={'expenses.empty_status.title'} />}
description={
<p>
<T id={'it_is_a_long_established_fact_that_a_reader'} />
<T id={'expenses.empty_status.description'} />
</p>
}
action={

View File

@@ -983,9 +983,7 @@
"closing_balance": "الرصيد الختامي",
"view_more_transactions": "عرض المزيد من المعاملات.",
"there_is_no_results_in_the_table": "لا توجد نتائج في الجدول.",
"create_your_first_journal_entries_on_accounts_chart": "قم بإدخال اول القيود اليدوية علي شجرة الحسابات.",
"journal_details": "تفاصيل القيد",
"create_and_manage_your_organization_s_expenses": "إضافة وإدارة مصاريف مؤسستك",
"expense_amount": "قيمة المصروف",
"expense_details": "تفاصيل المصروف",
"sub_total": "مبلغ إجمالي",
@@ -1309,6 +1307,10 @@
"vendor.drawer.action.delete": "حذف",
"vendor.drawer.action.new_transaction": "معاملة جديدة",
"vendor.drawer.action.new_payment": "سند مورد جديد",
"vendor.drawer.action.new_invoice": "فاتورة شراء جديدة"
"vendor.drawer.action.new_invoice": "فاتورة شراء جديدة",
"expenses.empty_status.title": "إضافة وإدارة مصاريف مؤسستك",
"expenses.empty_status.description": "قم بإنشاء وإدارة المصروفات التي تُعد جزء من التكاليف التشغيلية لمؤسستك.",
"manual_journals.empty_status.title": "قم بإدخال اول القيود اليدوية علي شجرة الحسابات.",
"manual_journals.empty_status.description": "يمكن القيود اليدوية لتسجيل المعاملات المالية ، ويستخدمها المحاسبون للعمل مع دفتر الأستاذ."
}

View File

@@ -974,9 +974,7 @@
"closing_balance": "Closing Balance",
"view_more_transactions": "View more transactions.",
"there_is_no_results_in_the_table": "There is no results in the table.",
"create_your_first_journal_entries_on_accounts_chart": "Create your first journal entries on accounts chart.",
"journal_details": "Journal details",
"create_and_manage_your_organization_s_expenses": "Create and manage your organization's expenses",
"expense_amount": "Expense Amount",
"expense_details": "Expense details",
"sub_total": "Sub Total",
@@ -1280,5 +1278,9 @@
"vendor.drawer.action.delete": "Delete",
"vendor.drawer.action.new_transaction": "New transaction",
"vendor.drawer.action.new_payment": "New payment",
"vendor.drawer.action.new_invoice": "New purchase invoice"
"vendor.drawer.action.new_invoice": "New purchase invoice",
"manual_journals.empty_status.description": "Manual journals can be used to record financial transactions manually, used by accountants to work with the ledger.",
"manual_journals.empty_status.title": "Create your first journal entries on accounts chart.",
"expenses.empty_status.description": "Create and manage expeses that are part of your organization's operating costs.",
"expenses.empty_status.title": "Create and manage your organization's expenses"
}