mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
feat(warehouses&branches): empty status localizations.
This commit is contained in:
@@ -18,7 +18,9 @@ function BranchesEmptyStatus({
|
|||||||
<EmptyStatus
|
<EmptyStatus
|
||||||
title={<T id={'branches.empty_status.title'} />}
|
title={<T id={'branches.empty_status.title'} />}
|
||||||
description={
|
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={
|
action={
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
|
|||||||
@@ -18,7 +18,9 @@ function WarehousesEmptyStatus({
|
|||||||
<EmptyStatus
|
<EmptyStatus
|
||||||
title={<T id={'warehouses.empty_status.title'} />}
|
title={<T id={'warehouses.empty_status.title'} />}
|
||||||
description={
|
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={
|
action={
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
|
|||||||
@@ -1809,6 +1809,7 @@
|
|||||||
"warehouses.action.delete_warehouse": "حذف المخزن ",
|
"warehouses.action.delete_warehouse": "حذف المخزن ",
|
||||||
"warehouses.action.make_as_parimary": "وضع علامة كأساسي ",
|
"warehouses.action.make_as_parimary": "وضع علامة كأساسي ",
|
||||||
"warehouses.empty_status.title":"إنشاء وإدارة مخازن مؤسستك.",
|
"warehouses.empty_status.title":"إنشاء وإدارة مخازن مؤسستك.",
|
||||||
|
"warehouses.empty_status.description": "",
|
||||||
"warehouse.alert.delete_message": "تم حذف المخزن بنجاح.",
|
"warehouse.alert.delete_message": "تم حذف المخزن بنجاح.",
|
||||||
"warehouse.once_delete_this_warehouse": "بمجرد حذف هذا المخزن، لن تتمكن من استعادته لاحقًا. هل أنت متأكد أنك تريد حذف؟.",
|
"warehouse.once_delete_this_warehouse": "بمجرد حذف هذا المخزن، لن تتمكن من استعادته لاحقًا. هل أنت متأكد أنك تريد حذف؟.",
|
||||||
"warehouse.error.could_not_delete_only_waerhouse": "لا يمكنك حذف المخزن الاخير.",
|
"warehouse.error.could_not_delete_only_waerhouse": "لا يمكنك حذف المخزن الاخير.",
|
||||||
@@ -1856,6 +1857,7 @@
|
|||||||
"branches.column.phone_number": "رقم الهاتف",
|
"branches.column.phone_number": "رقم الهاتف",
|
||||||
"branches.column.code": "رمز",
|
"branches.column.code": "رمز",
|
||||||
"branches.empty_status.title":"إنشاء وإدارة فروع مؤسستك",
|
"branches.empty_status.title":"إنشاء وإدارة فروع مؤسستك",
|
||||||
|
"branches.empty_status.description": "",
|
||||||
"select_branch": "حدد الفرع ",
|
"select_branch": "حدد الفرع ",
|
||||||
"branch": "فرع",
|
"branch": "فرع",
|
||||||
"warehouse": "مخزن",
|
"warehouse": "مخزن",
|
||||||
|
|||||||
@@ -1801,6 +1801,7 @@
|
|||||||
"warehouses.action.delete_warehouse": "Delete Warehouse",
|
"warehouses.action.delete_warehouse": "Delete Warehouse",
|
||||||
"warehouses.action.make_as_parimary": "Mark as Primary",
|
"warehouses.action.make_as_parimary": "Mark as Primary",
|
||||||
"warehouses.empty_status.title": "Create and manage your organization's Warehouses.",
|
"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.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.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.",
|
"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.phone_number": "Phone number",
|
||||||
"branches.column.code": "Code",
|
"branches.column.code": "Code",
|
||||||
"branches.empty_status.title": "Create and manage your organization's Branches.",
|
"branches.empty_status.title": "Create and manage your organization's Branches.",
|
||||||
|
"branches.empty_status.description": "",
|
||||||
"select_branch": "Select branch",
|
"select_branch": "Select branch",
|
||||||
"branch": "Branch",
|
"branch": "Branch",
|
||||||
"warehouse": "Warehouse",
|
"warehouse": "Warehouse",
|
||||||
|
|||||||
Reference in New Issue
Block a user