mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-23 16:19:49 +00:00
feat(warehouses&branches): empty status localizations.
This commit is contained in:
@@ -18,7 +18,9 @@ function BranchesEmptyStatus({
|
||||
<EmptyStatus
|
||||
title={<T id={'branches.empty_status.title'} />}
|
||||
description={
|
||||
'Commodo fugiat officia commodo proident officia excepteur proident anim. Eu sunt enim aute exercitation est. Dolore occaecat tempor elit commodo duis ipsum amet est quis. Est commodo laborum in nisi deserunt dolor ipsum.'
|
||||
<p>
|
||||
<T id={'branches.empty_status.description'} />
|
||||
</p>
|
||||
}
|
||||
action={
|
||||
<React.Fragment>
|
||||
|
||||
@@ -18,7 +18,9 @@ function WarehousesEmptyStatus({
|
||||
<EmptyStatus
|
||||
title={<T id={'warehouses.empty_status.title'} />}
|
||||
description={
|
||||
'Commodo fugiat officia commodo proident officia excepteur proident anim. Eu sunt enim aute exercitation est. Dolore occaecat tempor elit commodo duis ipsum amet est quis. Est commodo laborum in nisi deserunt dolor ipsum.'
|
||||
<p>
|
||||
<T id={'warehouses.empty_status.description'} />
|
||||
</p>
|
||||
}
|
||||
action={
|
||||
<React.Fragment>
|
||||
|
||||
@@ -1809,6 +1809,7 @@
|
||||
"warehouses.action.delete_warehouse": "حذف المخزن ",
|
||||
"warehouses.action.make_as_parimary": "وضع علامة كأساسي ",
|
||||
"warehouses.empty_status.title":"إنشاء وإدارة مخازن مؤسستك.",
|
||||
"warehouses.empty_status.description": "",
|
||||
"warehouse.alert.delete_message": "تم حذف المخزن بنجاح.",
|
||||
"warehouse.once_delete_this_warehouse": "بمجرد حذف هذا المخزن، لن تتمكن من استعادته لاحقًا. هل أنت متأكد أنك تريد حذف؟.",
|
||||
"warehouse.error.could_not_delete_only_waerhouse": "لا يمكنك حذف المخزن الاخير.",
|
||||
@@ -1856,6 +1857,7 @@
|
||||
"branches.column.phone_number": "رقم الهاتف",
|
||||
"branches.column.code": "رمز",
|
||||
"branches.empty_status.title":"إنشاء وإدارة فروع مؤسستك",
|
||||
"branches.empty_status.description": "",
|
||||
"select_branch": "حدد الفرع ",
|
||||
"branch": "فرع",
|
||||
"warehouse": "مخزن",
|
||||
|
||||
@@ -1801,6 +1801,7 @@
|
||||
"warehouses.action.delete_warehouse": "Delete Warehouse",
|
||||
"warehouses.action.make_as_parimary": "Mark as Primary",
|
||||
"warehouses.empty_status.title": "Create and manage your organization's Warehouses.",
|
||||
"warehouses.empty_status.description": "",
|
||||
"warehouse.alert.delete_message": "The warehouse has been deleted successfully",
|
||||
"warehouse.once_delete_this_warehouse": "Once you delete this warehouse, you won't be able to restore it later. Are you sure you want to delete this warehouse?",
|
||||
"warehouse.error.could_not_delete_only_waerhouse": "You could not delete the only warehouse.",
|
||||
@@ -1848,6 +1849,7 @@
|
||||
"branches.column.phone_number": "Phone number",
|
||||
"branches.column.code": "Code",
|
||||
"branches.empty_status.title": "Create and manage your organization's Branches.",
|
||||
"branches.empty_status.description": "",
|
||||
"select_branch": "Select branch",
|
||||
"branch": "Branch",
|
||||
"warehouse": "Warehouse",
|
||||
|
||||
Reference in New Issue
Block a user