167 lines
8.4 KiB
JavaScript
Vendored
167 lines
8.4 KiB
JavaScript
Vendored
LANG = {
|
|
'required': 'Required',
|
|
'sure': 'Are you sure ?',
|
|
'remove_product': 'Are you sure to remove the product?',
|
|
'cancel_invoice': 'Are you sure to cancel the invoice?',
|
|
'no_products': 'No products added',
|
|
'paid_amount_is_less_than_payable': 'Paid amount is less than the payable amount. \nPlease press OK to submit the sale.',
|
|
'paid_amount_is_more_than_payable': 'Paid amount is more than the payable amount. \nPlease check.',
|
|
'confirm_delete_role': 'This role will be deleted.',
|
|
'sku_already_exists': 'SKU already exists.',
|
|
'ref_no_already_exists': 'Reference number already used.',
|
|
'out_of_stock': 'Item out of stock',
|
|
'delete_invoice_confirm': 'This setting will be deleted.',
|
|
'add_name_as_new_customer': 'Add ":name" as new customer',
|
|
'today': 'Today',
|
|
'yesterday': 'Yesterday',
|
|
'last_7_days': 'Last 7 Days',
|
|
'last_30_days': 'Last 30 Days',
|
|
'this_month': 'This Month',
|
|
'last_month': 'Last Month',
|
|
'this_financial_year': 'Current financial year',
|
|
'clear': 'Clear',
|
|
'no_products_added': 'No Products added, add some products first',
|
|
'some_error_in_input_field': 'Invalid inputs, Check & try again!!',
|
|
'confirm_delete_expense_category': 'This category along with all expenses under this category will be deleted.',
|
|
'confirm_delete_expense': 'This expense will be deleted.',
|
|
'confirm_delete_payment': 'This payment will be deleted.',
|
|
'confirm_delete_user': 'This user will be deleted',
|
|
'confirm_delete_contact': 'This contact will be deleted',
|
|
'confirm_delete_variation': "This variation along with all it's values will be deleted.",
|
|
'confirm_tax_group': 'This tax group will be deleted.',
|
|
'confirm_delete_category': 'This category along with all sub-categories under it will be deleted.',
|
|
'confirm_delete_unit': 'This unit will be deleted.',
|
|
'confirm_delete_tax_rate': 'This tax rate will be deleted.',
|
|
'confirm_delete_brand': 'This brand will be deleted.',
|
|
'confirm_delete_barcode': 'This barcode setting will be deleted.',
|
|
'add_name_as_new_product': 'Add ":term" as new product',
|
|
'no_products_found': 'No matching product found!',
|
|
'cancel': 'Cancel',
|
|
'ok': 'OK',
|
|
'view_stock_details': 'View stock for each variation',
|
|
'tour_step1_title': 'Application Tour',
|
|
'tour_step1_content': "Let's go through the application in 7 quick steps..." ,
|
|
'tour_step2_title': 'Step1: Shop Details',
|
|
'tour_step2_content':'Here you can find your shop related information, Basic information, Product SKU, Discounts, Taxes & other settings.',
|
|
'tour_step3_title': 'Step2: Adding Resources',
|
|
'tour_step4_title': 'Step3: Suppliers & Customers',
|
|
'tour_step4_content': 'All Suppliers & Customers for your shop.',
|
|
'tour_step5_title': 'Step4: Manage Products',
|
|
'tour_step6_title': 'Step5: Manage Purchases',
|
|
'tour_step6_content': 'Manage Purchases and Payment for purchases.',
|
|
'tour_step7_title': 'Step6: Manage Sales',
|
|
'tour_step7_content': 'Sell -> POS, Use this screen while selling products or billing customer. Select Location, Add Products and Finalize it.',
|
|
'tour_step8_title': 'Step7: Reports',
|
|
'tour_step8_content':'View analytic reports for your shop. These reports help you get overall information about the performance of your business.',
|
|
'label_no_product_error': 'Please, add atleast one product.',
|
|
'confirm_delete_customer_group': 'This customer group will be deleted.',
|
|
'prev': 'Prev',
|
|
'next': 'Next',
|
|
'end_tour': 'End tour',
|
|
'inc_tax': 'Inc. Tax',
|
|
'exc_tax': 'Exc. Tax',
|
|
'file_browse_label': 'Browse..',
|
|
'remove': 'Remove',
|
|
'apply': 'Apply',
|
|
'custom_range': 'Custom Range',
|
|
'action': 'Action',
|
|
'copy': 'Copy',
|
|
'export_to_csv': 'Export CSV',
|
|
'export_to_excel': 'Export Excel',
|
|
'export_to_pdf': 'Export PDF',
|
|
'print': 'Print',
|
|
'col_vis': 'Column visibility',
|
|
'search': 'Search',
|
|
'show': 'Show',
|
|
'entries': 'entries',
|
|
'table_emptyTable':'No data available in table',
|
|
'table_info':'Showing _START_ to _END_ of _TOTAL_ entries',
|
|
'table_infoEmpty':'Showing 0 to 0 of 0 entries',
|
|
'table_loadingRecords':'Loading...',
|
|
"table_processing": "Processing...",
|
|
"table_zeroRecords": "No matching records found",
|
|
"first": "First",
|
|
"last": "Last",
|
|
"previous": "Previous",
|
|
'contact_id_already_exists': 'Contact ID alredy exists',
|
|
'register': 'Register',
|
|
'specify_business_name': "Please specify your business name",
|
|
'password_min_length': 'Password should be minimum 4 characters',
|
|
'password_mismatch': 'Password Mismatched',
|
|
'invalid_username': 'Invalid username or User already exist',
|
|
'details': 'Details',
|
|
'select_location': 'You must select location before selecting any products.',
|
|
'location_id_already_exists': 'Location ID already exists',
|
|
'add_name_as_new_supplier': 'Add ":name" as new supplier',
|
|
'all': 'All',
|
|
'filter_by_date': 'Filter by date',
|
|
'form_will_get_reset': 'All added products will be removed.',
|
|
'tour_step3_content_modified': 'Add Multiple Locations, Tax Rates, Invoice Settings for your shop.',
|
|
'tour_step5_content_modified': 'Add Products - Simple or Variable Products <br> Create Variations for variable products <br> Create Units, Brands and Categories <br> Print labels',
|
|
'pos_max_qty_error': 'Only :max_val :unit_name available',
|
|
'lot_max_qty_error': 'Only :max_val :unit_name available in the selected Lot',
|
|
'email_taken': 'This Email has already been taken.',
|
|
'loading': 'Loading',
|
|
'load_more': 'Load More',
|
|
'mobile': 'Mobile',
|
|
'something_went_wrong': 'Something went wrong',
|
|
'max_rp_reached_error': 'Maximum :max_points :rp_name available',
|
|
'min_order_total_error': 'Minimum order total should be :min_order to redeem :rp_name',
|
|
'this_year': 'This Year',
|
|
'last_year': 'Last Year',
|
|
'last_financial_year': 'Last financial year',
|
|
'this_month_last_year': 'This month last year',
|
|
'edit' : 'Edit',
|
|
'delete' : 'Delete',
|
|
'view' : 'View',
|
|
'customer' : 'Customer',
|
|
'this_card_has_a_due_date' : 'This card has a due date',
|
|
'this_card_has_a_end_date' : 'This card has a end date',
|
|
'this_card_has_a_description' : 'This card has a description',
|
|
'this_card_has_comments' : 'This card has comments',
|
|
'more' : ' more',
|
|
'lead' : 'Lead',
|
|
'project' : 'Project',
|
|
'overview' : 'Overview',
|
|
'activities' : 'Activities',
|
|
'task' : 'Task',
|
|
'time_logs' : 'Time Logs',
|
|
'documents_and_notes' : 'Documents & Note',
|
|
'invoices': 'Invoices',
|
|
'sell_due': 'Sell Due',
|
|
'sell_return_due': 'Sell Return Due',
|
|
'settings' : 'Settings',
|
|
'advance_payment_cannot_be_more_than_once': 'Advance payment cannot be selected more than once',
|
|
'not_connected_to_a_network': "You're not connected to a Network",
|
|
'skus_already_exists': 'sku :sku already exists',
|
|
'copied_to_clipboard': 'Copied to clipboard',
|
|
'enter_pin_here': 'Enter Pin Here',
|
|
'authentication_failed': 'Authentication failed !',
|
|
'authentication_successfull': 'Authentication successfull',
|
|
'please_enter' : 'Please enter ',
|
|
'or_more_characters' : 'or more characters',
|
|
'name_already_exists' : 'Product with this name already exists',
|
|
// AI Assistance translations
|
|
'use_ai': 'Use AI',
|
|
'image_added_successfully': 'Image added successfully',
|
|
'fill_required_fields': 'Please fill in required fields before using AI',
|
|
'generating_description': 'Generating product description...',
|
|
'generating_image': 'Generating product image...',
|
|
'processing': 'Processing...',
|
|
'use_description': 'Use Description',
|
|
'use_image': 'Use Image',
|
|
'submit': 'Submit',
|
|
'fill_name_brand_for_image': 'Please fill in Product Name, Brand before generating image.',
|
|
'fill_name_brand_unit_for_ai': 'Please fill in Product Name, Brand, and Unit before using AI.',
|
|
'something_went_wrong_try_again': 'Something went wrong, please try again',
|
|
'invoice_number_already_exists' :'Invoice number already exists',
|
|
'tax_number_already_exists' : 'This tax number already exists',
|
|
'missing_skus' : 'Missing SKUs',
|
|
'each': 'Each',
|
|
'total': 'Total',
|
|
|
|
// Member profile related
|
|
'diet_plan_applied_to_form_successfully': 'Diet plan applied to form successfully!',
|
|
'workout_plan_saved_successfully': 'Workout plan saved successfully!',
|
|
'workout_plan_applied_to_form_successfully': 'Workout plan applied to form successfully!',
|
|
}; |