From a360f8a62b2d39f1244d5e90e943d874a901d273 Mon Sep 17 00:00:00 2001 From: elforjani13 <39470382+elforjani13@users.noreply.github.com> Date: Tue, 15 Mar 2022 17:01:29 +0200 Subject: [PATCH] feat(warehouses&branches): empty status localizations. --- .../Preferences/Branches/BranchesEmptyStatus.js | 4 +++- .../Warehouses/WarehousesEmptyStatus.js | 4 +++- src/lang/ar/index.json | 2 ++ src/lang/en/index.json | 14 ++++++++------ 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/containers/Preferences/Branches/BranchesEmptyStatus.js b/src/containers/Preferences/Branches/BranchesEmptyStatus.js index 5326d7cdf..2665f5b95 100644 --- a/src/containers/Preferences/Branches/BranchesEmptyStatus.js +++ b/src/containers/Preferences/Branches/BranchesEmptyStatus.js @@ -18,7 +18,9 @@ function BranchesEmptyStatus({ } 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.' +

+ +

} action={ diff --git a/src/containers/Preferences/Warehouses/WarehousesEmptyStatus.js b/src/containers/Preferences/Warehouses/WarehousesEmptyStatus.js index 73c8670fb..811c6a1ba 100644 --- a/src/containers/Preferences/Warehouses/WarehousesEmptyStatus.js +++ b/src/containers/Preferences/Warehouses/WarehousesEmptyStatus.js @@ -18,7 +18,9 @@ function WarehousesEmptyStatus({ } 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.' +

+ +

} action={ diff --git a/src/lang/ar/index.json b/src/lang/ar/index.json index 3f3496ff7..c6f04093b 100644 --- a/src/lang/ar/index.json +++ b/src/lang/ar/index.json @@ -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": "مخزن", diff --git a/src/lang/en/index.json b/src/lang/en/index.json index 8c58cc2cd..2ed31c5b5 100644 --- a/src/lang/en/index.json +++ b/src/lang/en/index.json @@ -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?",