mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat(branche & warehouse ) add mark primary alert.
This commit is contained in:
@@ -1816,12 +1816,12 @@
|
||||
"warehouse_transfer.label.edit_warehouse_transfer": "Edit Warehouse Transfer",
|
||||
"warehouse_transfer.label.new_warehouse_transfer": "New Warehouse Transfer",
|
||||
"warehouse_transfer.label.warehouse_transfer_list": "Warehouse Transfers List",
|
||||
"warehouse_transfer.success_message":"The warehouse transfer transaction has been created successfully.",
|
||||
"warehouse_transfer.edit_success_message":"The warehouse transfer transaction has been created successfully.",
|
||||
"select_warehouse_transfer":"Select Warehouse Transfer",
|
||||
"warehouse_transfer.alert.delete_message":"The warehouse transfer transaction has been deleted successfully",
|
||||
"warehouse_transfer.once_delete_this_warehouse_transfer":"Once you delete this warehouse transfer, you won't be able to restore it later. Are you sure you want to delete this warehouse transfer?",
|
||||
"warehouse_transfer.error.could_not_transfer_item_from_source_to_destination":"Could not transfer item from source to destination on the same warehouse",
|
||||
"warehouse_transfer.success_message": "The warehouse transfer transaction has been created successfully.",
|
||||
"warehouse_transfer.edit_success_message": "The warehouse transfer transaction has been created successfully.",
|
||||
"select_warehouse_transfer": "Select Warehouse Transfer",
|
||||
"warehouse_transfer.alert.delete_message": "The warehouse transfer transaction has been deleted successfully",
|
||||
"warehouse_transfer.once_delete_this_warehouse_transfer": "Once you delete this warehouse transfer, you won't be able to restore it later. Are you sure you want to delete this warehouse transfer?",
|
||||
"warehouse_transfer.error.could_not_transfer_item_from_source_to_destination": "Could not transfer item from source to destination on the same warehouse",
|
||||
|
||||
"credit_note_preview.dialog.title": "Credit Note PDF Preview",
|
||||
"payment_receive_preview.dialog.title": "Payment Receive PDF Preview",
|
||||
@@ -1829,6 +1829,7 @@
|
||||
"branches.label.new_branch": "New Branch",
|
||||
"branches.action.edit_branch": "Edit Branch",
|
||||
"branches.action.delete_branch": "Delete Branch",
|
||||
"branches.action.mark_as_primary": "Make as Primary",
|
||||
"branches.column.branch_name": "Branch name",
|
||||
"branches.column.address": "Address",
|
||||
"branches.column.phone_number": "Phone number",
|
||||
@@ -1845,8 +1846,15 @@
|
||||
"branch.dialog.label.email": "Email",
|
||||
"branch.dialog.label.website": "Website",
|
||||
"branch.dialog.success_message": "The branch has been created successfully.",
|
||||
"branch.alert.delete_message":"The branch has been deleted successfully",
|
||||
"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.alert.delete_message": "The branch has been deleted successfully",
|
||||
"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_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?",
|
||||
"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?",
|
||||
"make_primary": "Make Primary"
|
||||
}
|
||||
Reference in New Issue
Block a user