mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
spelling: activate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export * from './CashflowBranchesActviateSubscriber';
|
export * from './CashflowBranchesActivateSubscriber';
|
||||||
export * from './CreditNoteBranchesActivateSubscriber';
|
export * from './CreditNoteBranchesActivateSubscriber';
|
||||||
export * from './PaymentMadeBranchesActivateSubscriber';
|
export * from './PaymentMadeBranchesActivateSubscriber';
|
||||||
export * from './PaymentReceiveBranchesActivateSubscriber';
|
export * from './PaymentReceiveBranchesActivateSubscriber';
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ function WarehouseActivateDialog({ dialogName, payload: {}, isOpen }) {
|
|||||||
return (
|
return (
|
||||||
<Dialog
|
<Dialog
|
||||||
name={dialogName}
|
name={dialogName}
|
||||||
title={<T id={'warehouse_actviate.dialog.label'} />}
|
title={<T id={'warehouse_activate.dialog.label'} />}
|
||||||
isOpen={isOpen}
|
isOpen={isOpen}
|
||||||
canEscapeJeyClose={true}
|
canEscapeJeyClose={true}
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ export function useDeleteAccount(props) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Actiavte the give account.
|
* Activate the give account.
|
||||||
*/
|
*/
|
||||||
export function useActivateAccount(props) {
|
export function useActivateAccount(props) {
|
||||||
const client = useQueryClient();
|
const client = useQueryClient();
|
||||||
|
|||||||
@@ -1906,7 +1906,7 @@
|
|||||||
"branch.alert.mark_primary_message": "تم تحديد الفرع على أنه أساسي.",
|
"branch.alert.mark_primary_message": "تم تحديد الفرع على أنه أساسي.",
|
||||||
"branch.error.could_not_delete_only_branch": "لا يمكنك حذف الفرع الاخير.",
|
"branch.error.could_not_delete_only_branch": "لا يمكنك حذف الفرع الاخير.",
|
||||||
"warehouse_activate.dialog_success_message": "تم تفعيل خاصية تعدد المخازن بنجاح.",
|
"warehouse_activate.dialog_success_message": "تم تفعيل خاصية تعدد المخازن بنجاح.",
|
||||||
"warehouse_actviate.dialog.label": "تفعيل المخازن",
|
"warehouse_activate.dialog.label": "تفعيل المخازن",
|
||||||
"warehouse_activate.dialog_paragraph": "بمجرد تفعيل خاصية <strong>تعدد المخازن</strong>, لن تتمكن من تعطيلها. ومع ذلك ، يمكنك حذف المخزن أو وضع علامة على أنه غير نشط.",
|
"warehouse_activate.dialog_paragraph": "بمجرد تفعيل خاصية <strong>تعدد المخازن</strong>, لن تتمكن من تعطيلها. ومع ذلك ، يمكنك حذف المخزن أو وضع علامة على أنه غير نشط.",
|
||||||
"warehouse_activate.dialog_paragraph.line_1": "سيتم اعتبار المنشأة الحالية بمثابة المكتب الرئيسي أو الفرع الرئيسي.",
|
"warehouse_activate.dialog_paragraph.line_1": "سيتم اعتبار المنشأة الحالية بمثابة المكتب الرئيسي أو الفرع الرئيسي.",
|
||||||
"warehouse_activate.dialog_paragraph.line_2": "سيتم اعتبار جميع معاملات الحسابات بمثابة المكتب الرئيسي. ",
|
"warehouse_activate.dialog_paragraph.line_2": "سيتم اعتبار جميع معاملات الحسابات بمثابة المكتب الرئيسي. ",
|
||||||
|
|||||||
@@ -1929,7 +1929,7 @@
|
|||||||
"branch.alert.mark_primary_message": "The branch has been marked as primary.",
|
"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.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.",
|
"branch.error.could_not_delete_only_branch": "You could not delete the only branch.",
|
||||||
"warehouse_actviate.dialog.label": "Warehouses Activation",
|
"warehouse_activate.dialog.label": "Warehouses Activation",
|
||||||
"warehouse_activate.dialog_success_message": "Multi-branches feature has been activated successfully.",
|
"warehouse_activate.dialog_success_message": "Multi-branches feature has been activated successfully.",
|
||||||
"warehouse_activate.dialog_paragraph": "Once you enable <strong>Multiple Warehouses</strong>, you will not be able to disable it. However, you can delete the warehouse or mark it inactive.",
|
"warehouse_activate.dialog_paragraph": "Once you enable <strong>Multiple Warehouses</strong>, you will not be able to disable it. However, you can delete the warehouse or mark it inactive.",
|
||||||
"warehouse_activate.dialog_paragraph.line_1": "The current organization will be considered as the Head Office or Primary warehouse.",
|
"warehouse_activate.dialog_paragraph.line_1": "The current organization will be considered as the Head Office or Primary warehouse.",
|
||||||
|
|||||||
Reference in New Issue
Block a user