mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +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": "مخزن",
|
||||
|
||||
@@ -1800,7 +1800,8 @@
|
||||
"warehouses.action.edit_warehouse": "Edit Warehouse",
|
||||
"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.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.",
|
||||
@@ -1820,8 +1821,8 @@
|
||||
"warehouse_transfer.column.item_name": "Item Name",
|
||||
"warehouse_transfer.column.description": "Description",
|
||||
"warehouse_transfer.column.transfer_quantity": "Transfer Quantity",
|
||||
"warehouse_transfer.column.source_warehouse":"Source Warehouse",
|
||||
"warehouse_transfer.column.destination_warehouse":"Destination Warehouse",
|
||||
"warehouse_transfer.column.source_warehouse": "Source Warehouse",
|
||||
"warehouse_transfer.column.destination_warehouse": "Destination Warehouse",
|
||||
"warehouse_transfer.auto_increment.auto": "Your transfer numbers are set on auto-increment mode. Are you sure changing this setting?",
|
||||
"warehouse_transfer.auto_increment.manually": "Your transfer numbers are set on manual mode. Are you sure chaning this settings?",
|
||||
"warehouse_transfer.setting_your_auto_generated_transfer_no": "Setting your auto-generated transfer number",
|
||||
@@ -1847,7 +1848,8 @@
|
||||
"branches.column.address": "Address",
|
||||
"branches.column.phone_number": "Phone number",
|
||||
"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",
|
||||
"branch": "Branch",
|
||||
"warehouse": "Warehouse",
|
||||
@@ -1867,12 +1869,12 @@
|
||||
"branch.once_delete_this_branch": "Once you delete this branch, you won't be able to restore it later. Are you sure you want to delete this branch?",
|
||||
"realized_gain_or_loss.label": "Realized Gain or Loss",
|
||||
"unrealized_gain_or_loss.label": "Unrealized Gain or Loss",
|
||||
"branch_activate.dialog.label":"Branches Activate",
|
||||
"branch_activate.dialog.label": "Branches Activate",
|
||||
"branch_activate.dialog_success_message": "Multi-branches feature has been activated successfully.",
|
||||
"branch.alert.mark_primary_message": "The branch has been marked as primary.",
|
||||
"branch.alert.are_you_sure_you_want_to_make": "Are you sure you want to make a primary branch?",
|
||||
"branch.error.could_not_delete_only_branch": "You could not delete the only branch.",
|
||||
"warehouse_actviate.dialog.label":"Warehouses Activate",
|
||||
"warehouse_actviate.dialog.label": "Warehouses Activate",
|
||||
"warehouse_activate.dialog_success_message": "Multi-branches feature has been activated successfully.",
|
||||
"warehouse.alert.mark_primary_message": "The given warehouse has been marked as primary.",
|
||||
"warehouse.alert.are_you_sure_you_want_to_make": "Are you sure you want to make a primary warehouse?",
|
||||
|
||||
Reference in New Issue
Block a user