Files
kulakpos_web/lang/vi.json

2087 lines
109 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"auth.failed": "These credentials do not match our records.",
"auth.password": "The provided password is incorrect.",
"auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
"pagination.previous": "« Previous",
"pagination.next": "Next »",
"passwords.reset": "Your password has been reset!",
"passwords.sent": "We have emailed your password reset link!",
"passwords.throttled": "Please wait before retrying.",
"passwords.token": "This password reset token is invalid.",
"passwords.user": "We can't find a user with that email address.",
"validation.accepted": "The :attribute must be accepted.",
"validation.accepted_if": "The :attribute must be accepted when :other is :value.",
"validation.active_url": "The :attribute is not a valid URL.",
"validation.after": "The :attribute must be a date after :date.",
"validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
"validation.alpha": "The :attribute must only contain letters.",
"validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
"validation.alpha_num": "The :attribute must only contain letters and numbers.",
"validation.array": "The :attribute must be an array.",
"validation.before": "The :attribute must be a date before :date.",
"validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
"validation.between.array": "The :attribute must have between :min and :max items.",
"validation.between.file": "The :attribute must be between :min and :max kilobytes.",
"validation.between.numeric": "The :attribute must be between :min and :max.",
"validation.between.string": "The :attribute must be between :min and :max characters.",
"validation.boolean": "The :attribute field must be true or false.",
"validation.confirmed": "The :attribute confirmation does not match.",
"validation.current_password": "The password is incorrect.",
"validation.date": "The :attribute is not a valid date.",
"validation.date_equals": "The :attribute must be a date equal to :date.",
"validation.date_format": "The :attribute does not match the format :format.",
"validation.declined": "The :attribute must be declined.",
"validation.declined_if": "The :attribute must be declined when :other is :value.",
"validation.different": "The :attribute and :other must be different.",
"validation.digits": "The :attribute must be :digits digits.",
"validation.digits_between": "The :attribute must be between :min and :max digits.",
"validation.dimensions": "The :attribute has invalid image dimensions.",
"validation.distinct": "The :attribute field has a duplicate value.",
"validation.email": "The :attribute must be a valid email address.",
"validation.ends_with": "The :attribute must end with one of the following: :values.",
"validation.enum": "The selected :attribute is invalid.",
"validation.exists": "The selected :attribute is invalid.",
"validation.file": "The :attribute must be a file.",
"validation.filled": "The :attribute field must have a value.",
"validation.gt.array": "The :attribute must have more than :value items.",
"validation.gt.file": "The :attribute must be greater than :value kilobytes.",
"validation.gt.numeric": "The :attribute must be greater than :value.",
"validation.gt.string": "The :attribute must be greater than :value characters.",
"validation.gte.array": "The :attribute must have :value items or more.",
"validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
"validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
"validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
"validation.image": "The :attribute must be an image.",
"validation.in": "The selected :attribute is invalid.",
"validation.in_array": "The :attribute field does not exist in :other.",
"validation.integer": "The :attribute must be an integer.",
"validation.ip": "The :attribute must be a valid IP address.",
"validation.ipv4": "The :attribute must be a valid IPv4 address.",
"validation.ipv6": "The :attribute must be a valid IPv6 address.",
"validation.json": "The :attribute must be a valid JSON string.",
"validation.lt.array": "The :attribute must have less than :value items.",
"validation.lt.file": "The :attribute must be less than :value kilobytes.",
"validation.lt.numeric": "The :attribute must be less than :value.",
"validation.lt.string": "The :attribute must be less than :value characters.",
"validation.lte.array": "The :attribute must not have more than :value items.",
"validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
"validation.lte.numeric": "The :attribute must be less than or equal to :value.",
"validation.lte.string": "The :attribute must be less than or equal to :value characters.",
"validation.mac_address": "The :attribute must be a valid MAC address.",
"validation.max.array": "The :attribute must not have more than :max items.",
"validation.max.file": "The :attribute must not be greater than :max kilobytes.",
"validation.max.numeric": "The :attribute must not be greater than :max.",
"validation.max.string": "The :attribute must not be greater than :max characters.",
"validation.mimes": "The :attribute must be a file of type: :values.",
"validation.mimetypes": "The :attribute must be a file of type: :values.",
"validation.min.array": "The :attribute must have at least :min items.",
"validation.min.file": "The :attribute must be at least :min kilobytes.",
"validation.min.numeric": "The :attribute must be at least :min.",
"validation.min.string": "The :attribute must be at least :min characters.",
"validation.multiple_of": "The :attribute must be a multiple of :value.",
"validation.not_in": "The selected :attribute is invalid.",
"validation.not_regex": "The :attribute format is invalid.",
"validation.numeric": "The :attribute must be a number.",
"validation.present": "The :attribute field must be present.",
"validation.prohibited": "The :attribute field is prohibited.",
"validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
"validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
"validation.prohibits": "The :attribute field prohibits :other from being present.",
"validation.regex": "The :attribute format is invalid.",
"validation.required": "The :attribute field is required.",
"validation.required_array_keys": "The :attribute field must contain entries for: :values.",
"validation.required_if": "The :attribute field is required when :other is :value.",
"validation.required_unless": "The :attribute field is required unless :other is in :values.",
"validation.required_with": "The :attribute field is required when :values is present.",
"validation.required_with_all": "The :attribute field is required when :values are present.",
"validation.required_without": "The :attribute field is required when :values is not present.",
"validation.required_without_all": "The :attribute field is required when none of :values are present.",
"validation.same": "The :attribute and :other must match.",
"validation.size.array": "The :attribute must contain :size items.",
"validation.size.file": "The :attribute must be :size kilobytes.",
"validation.size.numeric": "The :attribute must be :size.",
"validation.size.string": "The :attribute must be :size characters.",
"validation.starts_with": "The :attribute must start with one of the following: :values.",
"validation.string": "The :attribute must be a string.",
"validation.timezone": "The :attribute must be a valid timezone.",
"validation.unique": "The :attribute has already been taken.",
"validation.uploaded": "The :attribute failed to upload.",
"validation.url": "The :attribute must be a valid URL.",
"validation.uuid": "The :attribute must be a valid UUID.",
"validation.custom.attribute-name.rule-name": "custom-message",
"Dashboard": "Bảng điều khiển",
"Advertising": "Quảng cáo",
"Subscription Reports": "Báo cáo đăng ký",
"Manage Business": "Quản lý Doanh nghiệp",
"Categories": "Danh mục",
"Business List": "Danh sách Doanh nghiệp",
"Manage Plans": "Quản lý Kế hoạch",
"Create Plan": "Tạo Kế hoạch",
"Staff Management": "Quản lý Nhân viên",
"Create Staff": "Tạo Nhân viên",
"Manage Staff": "Quản lý Nhân viên",
"Messages": "Tin nhắn",
"Manage Messages": "Quản lý Tin nhắn",
"CMS Manage": "Quản lý CMS",
"Manage Pages": "Quản lý Trang",
"Manage FAQs": "Quản lý Câu hỏi thường gặp",
"Terms & Conditions": "Điều khoản & Điều kiện",
"Privacy & Policy": "Chính sách & Quyền riêng tư",
"Testimonials": "Nhận xét",
"Features": "Tính năng",
"Interface": "Giao diện",
"Manage Blogs": "Quản lý Blog",
"Newsletters": "Thông báo",
"Roles & Permissions": "Vai trò & Phân quyền",
"Roles": "Vai trò",
"Permissions": "Phân quyền",
"Settings": "Cài đặt",
"Currencies": "Tiền tệ",
"Notifications": "Thông báo",
"SMS Settings": "Cài đặt SMS",
"Payment Gateway": "Cổng thanh toán",
"System Settings": "Cài đặt hệ thống",
"General Settings": "Cài đặt chung",
"Banner": "Biển quảng cáo",
"Add New Banner": "Thêm biển quảng cáo mới",
"Banner List": "Danh sách biển quảng cáo",
"Status": "Trạng thái",
"Image": "Hình ảnh",
"Active": "Hoạt động",
"Cancel": "Hủy",
"Save": "Lưu",
"Edit Banner": "Chỉnh sửa biển quảng cáo",
"Advertising List": "Danh sách quảng cáo",
"Create Banner": "Tạo biển quảng cáo",
"SL": "STT",
"Create Advertising": "Tạo quảng cáo",
"Reset": "Đặt lại",
"Edit Advertising": "Chỉnh sửa quảng cáo",
"Edit": "Chỉnh sửa",
"Delete": "Xóa",
"Shop": "Cửa hàng",
"Add new Package": "Thêm gói mới",
"Shop List": "Danh sách cửa hàng",
"Subscription Plan": "Gói đăng ký",
"Select Plan Category": "Chọn danh mục gói",
"Package Name": "Tên gói",
"Enter Package Name": "Nhập tên gói",
"Business Category": "Danh mục doanh nghiệp",
"Select Business Category": "Chọn danh mục doanh nghiệp",
"Duration in Days": "Thời gian trong ngày",
"Enter number": "Nhập số",
"Offer Price": "Giá ưu đãi",
"Enter Plan Price": "Nhập giá gói",
"Subscription Price": "Giá đăng ký",
"Enter Subscription Price": "Nhập giá đăng ký",
"View": "Xem",
"Upgrade Plan": "Nâng cấp gói",
"Edit Shop": "Chỉnh sửa cửa hàng",
"Select Category": "Chọn danh mục",
"Shop/Business Name": "Tên cửa hàng/doanh nghiệp",
"Enter Shop/Business Name": "Nhập tên cửa hàng/doanh nghiệp",
"Package": "Gói",
"Select a package": "Chọn một gói",
"Name": "Tên",
"Enter Name": "Nhập tên",
"Role": "Vai trò",
"Select a role": "Chọn vai trò",
"Email": "Email",
"Enter Email": "Nhập Email",
"Phone": "Điện thoại",
"Enter Phone Number": "Nhập số điện thoại",
"Password": "Mật khẩu",
"Enter Password": "Nhập mật khẩu",
"Confirm password": "Xác nhận mật khẩu",
"Enter Confirm password": "Nhập lại mật khẩu",
"Address": "Địa chỉ",
"Enter Address": "Nhập địa chỉ",
"Select Country": "Chọn quốc gia",
"Select a Country": "Chọn một quốc gia",
"Balance": "Số dư",
"Enter Balance": "Nhập số dư",
"Search...": "Tìm kiếm...",
"Business Name": "Tên doanh nghiệp",
"Last Enroll": "Đăng ký cuối cùng",
"Expired Date": "Ngày hết hạn",
"Action": "Hành động",
"Select A Plan": "Chọn một gói",
"Select One": "Chọn một",
"Price": "Giá",
"Enter plan price or select a plan": "Nhập giá hoặc chọn một gói",
"Payment Gateways": "Cổng thanh toán",
"Select A payment gateway": "Chọn một cổng thanh toán",
"Notes": "Ghi chú",
"Enter notes": "Nhập ghi chú",
"Business View": "Xem doanh nghiệp",
"Created date": "Ngày tạo",
"Category": "Danh mục",
"Add new Category": "Thêm danh mục mới",
"View List": "Xem danh sách",
"Buisness Name": "Tên doanh nghiệp",
"Enter Description": "Nhập mô tả",
"Description": "Mô tả",
"Edit Business Category": "Chỉnh sửa danh mục doanh nghiệp",
"Enter Buisness Description": "Nhập mô tả doanh nghiệp",
"Business Categories List": "Danh sách danh mục doanh nghiệp",
"Add New": "Thêm mới",
"Reports": "Báo cáo",
"All": "Tất cả",
"Active User": "Người dùng Hoạt động",
"Deactive User": "Người dùng Vô hiệu hóa",
"Date": "Ngày",
"SL.": "STT",
"Invoice": "Hóa đơn",
"Customer Name": "Tên Khách hàng",
"Amount": "Số tiền",
"View Report": "Xem Báo cáo",
"Download Report": "Tải xuống Báo cáo",
"User View": "Xem Người dùng",
"Shop Name": "Tên Cửa hàng",
"Country": "Quốc gia",
"Reason": "Lý do",
"Are You Sure?": "Bạn có chắc không?",
"You won't be able to revert this!": "Bạn không thể khôi phục hành động này!",
"Yes, Delete It!": "Xóa!",
"Add Currency": "Thêm Tiền tệ",
"Code": "Mã",
"Symbol": "Ký hiệu",
"Position": "Vị trí",
"Inactive": "Vô hiệu hóa",
"Make Default": "Đặt làm mặc định",
"Edit Currency": "Chỉnh sửa Tiền tệ",
"Currency": "Tiền tệ",
"Total Businesses": "Tổng Số Doanh nghiệp",
"Total Expired Businesses": "Tổng Số Doanh nghiệp Đã Hết hạn",
"Total Plan Subscribes": "Tổng Số Đăng ký Gói",
"Total Business Categories": "Tổng Số Ngành nghề Doanh nghiệp",
"Total Plans": "Tổng Số Gói",
"Total Staffs": "Tổng Số Nhân viên",
"Finance Overview": "Tổng quan Tài chính",
"Gateway Settings": "Cài đặt Cổng thanh toán",
"Payment Gateway Settings": "Cài đặt Cổng thanh toán",
"GATEWAY IMAGE": "Hình ảnh Cổng thanh toán",
"GATEWAY NAME": "Tên Cổng thanh toán",
"Gateway Charge": "Phí Cổng thanh toán",
"Gateway Currency": "Tiền tệ Cổng thanh toán",
"Gateway Mode": "Chế độ Cổng thanh toán",
"Is Manual": "Thanh toán Thủ công",
"Yes": "Có",
"No": "Không",
"Label": "Nhãn",
"Enter label name": "Nhập tên nhãn",
"Select Required/Optionl": "Chọn Bắt buộc/Tùy chọn",
"Required": "Bắt buộc",
"Optional": "Tùy chọn",
"Add new row": "Thêm dòng mới",
"INSTRUCTIONS": "HƯỚNG DẪN",
"Enter payment instructions here": "Nhập hướng dẫn thanh toán tại đây",
"Messages List": "Danh sách tin nhắn",
"Search": "Tìm kiếm",
"Company Name": "Tên công ty",
"Message": "Tin nhắn",
"Notifications List": "Danh sách thông báo",
"Today": "Hôm nay",
"Last 7 Days": "7 ngày qua",
"Last 15 Days": "15 ngày qua",
"Last Month": "Tháng trước",
"Last Year": "Năm trước",
"Created At": "Được tạo lúc",
"Read At": "Đã đọc lúc",
"Add New Payment Type": "Thêm loại thanh toán mới",
"Enter Payment Type": "Nhập loại thanh toán",
"Edit Payment Type": "Chỉnh sửa loại thanh toán",
"Payment Type": "Loại thanh toán",
"Add Payment Type": "Thêm loại thanh toán",
"Per Page- 10": "Mỗi trang - 10",
"Per Page- 25": "Mỗi trang - 25",
"Per Page- 50": "Mỗi trang - 50",
"Per Page- 100": "Mỗi trang - 100",
"Assigned Role": "Vai trò được giao",
"Assign Role To User": "Gán vai trò cho người dùng",
"Select User": "Chọn người dùng",
"User": "Người dùng",
"Select Role": "Chọn vai trò",
"Add Subscription Plan": "Thêm Gói Đăng Ký",
"Package List": "Danh Sách Gói",
"Add New Features": "Thêm Tính Năng Mới",
"Enter features": "Nhập các tính năng",
"Edit Subscription Plan": "Chỉnh Sửa Gói Đăng Ký",
"Edit Package": "Chỉnh Sửa Gói",
"Enter Duration Days": "Nhập số ngày",
"Deactive": "Ngưng hoạt động",
"Create Plans": "Tạo Kế Hoạch",
"User Profile": "Hồ Sơ Người Dùng",
"Registration Date": "Ngày Đăng Ký",
"Enter Your Name": "Nhập Tên Của Bạn",
"Enter Your Email": "Nhập Email Của Bạn",
"Profile Picture": "Ảnh Hồ Sơ",
"Current Password": "Mật Khẩu Hiện Tại",
"Enter Your Current Password": "Nhập Mật Khẩu Hiện Tại Của Bạn",
"New Password": "Mật Khẩu Mới",
"Enter New Password": "Nhập Mật Khẩu Mới",
"Save Changes": "Lưu Thay Đổi",
"Add New Role": "Thêm Vai Trò Mới",
"Set role permissions": "Thiết lập quyền vai trò",
"Role Name": "Tên vai trò",
"Enter role name": "Nhập tên vai trò",
"Role Permissions": "Quyền của vai trò",
"Setup role permissions": "Cài đặt quyền của vai trò",
"Select All": "Chọn tất cả",
"Roles List": "Danh sách vai trò",
"Add role, if it does not exist": "Thêm vai trò nếu chưa tồn tại",
"Edit Role": "Chỉnh sửa vai trò",
"Privacy & Policy Settings": "Cài đặt Quyền riêng tư & Chính sách",
"Update": "Cập nhật",
"Term & Condition Settings": "Cài đặt Điều khoản & Điều kiện",
"Title": "Tiêu đề",
"Enter Title": "Nhập tiêu đề",
"Copy Right": "Bản quyền",
"Admin Footer Text": "Văn bản chân trang quản trị",
"Enter Text": "Nhập văn bản",
"Admin Footer Link Text": "Văn bản liên kết chân trang quản trị",
"Admin Footer Link": "Liên kết chân trang quản trị",
"Enter Link": "Nhập liên kết",
"Main Header Logo": "Logo chính đầu trang",
"Common Header Logo": "Logo chung đầu trang",
"Footer Logo": "Logo chân trang",
"Admin Logo": "Logo quản trị",
"Favicon": "Biểu tượng trang web (Favicon)",
"Don't Use Any Kind Of Space In The Input Fields": "Không sử dụng khoảng trắng trong các trường nhập liệu",
"App": "Ứng dụng",
"Drivers": "Driver",
"Storage Settings": "Cài đặt lưu trữ",
"Mail Configuration": "Cấu hình Email",
"Others": "Khác",
"APP_NAME": "Tên Ứng dụng",
"APP_KEY": "Khóa Ứng dụng",
"APP_DEBUG": "Chế độ Debug Ứng dụng",
"APP_URL": "URL Ứng dụng",
"QUEUE_MAIL": "Hàng đợi Email",
"MAIL_DRIVER_TYPE": "Loại Driver Email",
"MAIL DRIVER": "Driver Email",
"MAIL_HOST": "Máy chủ Email",
"MAIL_PORT": "Cổng Email",
"MAIL_USERNAME": "Tên người dùng Email",
"MAIL_PASSWORD": "Mật khẩu Email",
"MAIL_ENCRYPTION": "Mã hóa Email",
"MAIL_FROM_ADDRESS": "Địa chỉ người gửi Email",
"MAIL_FROM_NAME": "Tên người gửi Email",
"QUEUE COMMAND Path": "Đường dẫn lệnh Hàng đợi",
"CACHE_DRIVER": "Driver Bộ nhớ cache",
"Recommended": "Được khuyến nghị",
"QUEUE_CONNECTION": "Kết nối Hàng đợi",
"SESSION_DRIVER": "Driver Phiên",
"SESSION_LIFETIME": "Thời gian sống Phiên",
"REDIS_PORT": "Cổng Redis",
"REDIS_URL": "URL Redis",
"REDIS_PASSWORD": "Mật khẩu Redis",
"AWS S3 Storage Bucket'": "Bucket lưu trữ AWS S3",
"Fill up this credentials if you want to use AWS S3 Storage Bucket": "Điền thông tin này nếu bạn muốn sử dụng Bucket lưu trữ AWS S3",
"Wasabi Storage Bucket": "Bucket lưu trữ Wasabi",
"public (uploads folder)": "công cộng (thư mục uploads)",
"AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
"AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
"AWS_DEFAULT_REGION": "AWS_DEFAULT_REGION",
"AWS_BUCKET": "AWS_BUCKET",
"Fill up this credentials if you want to use Wasabi Storage Bucket": "Điền thông tin này nếu bạn muốn sử dụng Bucket lưu trữ Wasabi",
"WAS_ACCESS_KEY_ID": "WAS_ACCESS_KEY_ID",
"WAS_SECRET_ACCESS_KEY": "WAS_SECRET_ACCESS_KEY",
"WAS_DEFAULT_REGION": "WAS_DEFAULT_REGION",
"WAS_BUCKET": "WAS_BUCKET",
"WAS_ENDPOINT": "WAS_ENDPOINT",
"CACHE_LIFETIME": "Thời gian sống Cache",
"Paid": "Đã thanh toán",
"Reject": "Từ chối",
"Why are you reject It?": "Tại sao bạn từ chối?",
"Enter Reason": "Nhập lý do",
"Confirm": "Xác nhận",
"Subscriptions List": "Danh sách Đăng ký",
"Started": "Bắt đầu",
"End": "Kết thúc",
"Gateway Method": "Phương thức Cổng thanh toán",
"Are you sure?": "Bạn có chắc chắn?",
"Add New Testimonial": "Thêm Đánh giá mới",
"Client Name": "Tên Khách hàng",
"Enter Client Name": "Nhập Tên Khách hàng",
"Stars": "Sao",
"Works At": "Làm việc tại",
"Client Image": "Ảnh Khách hàng",
"Review": "Đánh giá",
"Enter text": "Nhập văn bản",
"Enter review message here": "Nhập tin nhắn đánh giá ở đây",
"Edit Testimonial": "Chỉnh sửa Đánh giá",
"Testimonials List": "Danh sách Đánh giá",
"Create New": "Tạo mới",
"Add New Staff": "Thêm Nhân viên mới",
"Full Name": "Họ và Tên",
"Enter Email Address": "Nhập Địa chỉ Email",
"Edit Staff": "Chỉnh sửa Nhân viên",
"Staff List": "Danh sách Nhân viên",
"User Email": "Email Người dùng",
"User Role": "Vai trò Người dùng",
"Comments": "Bình luận",
"Comment List": "Danh sách Bình luận",
"Create Blog": "Tạo Blog",
"Blog List": "Danh sách Blog",
"Select a status": "Chọn trạng thái",
"Tags": "Thẻ",
"Enter tags name": "Nhập tên thẻ",
"SEO Meta Tags": "Thẻ Meta SEO",
"Meta Title": "Tiêu đề Meta",
"Meta Description": "Mô tả Meta",
"Enter meta Description": "Nhập mô tả meta",
"Comment": "Bình luận",
"Edit Blog": "Chỉnh sửa Blog",
"Blogs": "Blog",
"Create Faqs": "Tạo Câu hỏi thường gặp",
"Add New FAQs": "Thêm Câu hỏi thường gặp mới",
"Question": "Câu hỏi",
"InActive": "Không hoạt động",
"Answer": "Trả lời",
"Enter question answer here": "Nhập câu trả lời cho câu hỏi ở đây",
"Edit Faqs": "Chỉnh sửa Câu hỏi thường gặp",
"FAQS List": "Danh sách Câu hỏi thường gặp",
"View Details": "Xem chi tiết",
"Create Feature": "Tạo Tính năng",
"Add New Feature": "Thêm Tính năng mới",
"Backgroud Color": "Màu Nền",
"Enter Color": "Nhập màu",
"Edit Feature": "Chỉnh sửa Tính năng",
"Features List": "Danh sách Tính năng",
"Create Interfaces": "Tạo Giao diện",
"Add New Interface": "Thêm Giao diện mới",
"Edit Interface": "Chỉnh sửa Giao diện",
"Interfaces List": "Danh sách Giao diện",
"Newsletters List": "Danh sách Tin tức",
"Page for Updating Website Sections": "Trang cập nhật Các phần của Website",
"Slider Section": "Phần Slider",
"Header Section": "Phần Header",
"Feature Section": "Phần Tính năng",
"Interface Section": "Phần Giao diện",
"Watch Section": "Phần Xem",
"Testimonial Section": "Phần Đánh giá",
"Blog Section": "Phần Blog",
"About us Page": "Trang Giới thiệu",
"Terms And Conditions": "Điều khoản và Điều kiện",
"Privacy Page": "Trang Chính sách bảo mật",
"Contuct us Page": "Trang Liên hệ",
"Pricing Section": "Phần Giá cả",
"Footer Section": "Phần Footer",
"Social Medias": "Mạng xã hội",
"Button One": "Nút Một",
"Button Text": "Văn bản Nút",
"Button One Link": "Liên kết Nút Một",
"Button Two": "Nút Hai",
"Button Two Link": "Liên kết Nút Hai",
"Scanner Text": "Văn bản Máy quét",
"Scanner Image": "Hình ảnh Máy quét",
"Slider Image": "Hình ảnh Slider",
"Header Button Text": "Văn bản Nút Header",
"Header Button Link": "Liên kết Nút Header",
"Enter Header link": "Nhập liên kết Header",
"Section Title": "Tiêu đề Phần",
"Enter Section Title": "Nhập tiêu đề Phần",
"Interface Title": "Tiêu đề Giao diện",
"Watch Title": "Tiêu đề Xem",
"Button Link": "Liên kết Nút",
"Watch Image": "Hình ảnh Xem",
"Blog Title": "Tiêu đề Blog",
"Read More Button Text": "Văn bản Nút Đọc thêm",
"View All Button Text": "Văn bản Nút Xem tất cả",
"View All Link": "Liên kết Xem tất cả",
"Testimonial Title": "Tiêu đề Nhận xét",
"Enter Short Title": "Nhập Tiêu đề Ngắn",
"Long Title": "Tiêu đề Dài",
"About Image": "Hình ảnh Giới thiệu",
"Description One": "Mô tả Một",
"Description Two": "Mô tả Hai",
"Option": "Tùy chọn",
"Icon": "Biểu tượng",
"Plan Button Url": "Liên kết Nút Gói",
"Short Title": "Tiêu đề Ngắn",
"Right Footer Title": "Tiêu đề Chân trang Phải",
"Middle Footer Title": "Tiêu đề Chân trang Giữa",
"Apple App Link": "Liên kết Ứng dụng Apple",
"Apple App": "Ứng dụng Apple",
"Google Play Link": "Liên kết Google Play",
"Google Play App": "Ứng dụng Google Play",
"Right Footer": "Chân trang Phải",
"Link": "Liên kết",
"Middle Footer": "Chân trang Giữa",
"Left Footer": "Chân trang Trái",
"Footer Socials": "Mạng xã hội Chân trang",
"Forgot Password": "Quên Mật khẩu",
"Enter the email address associated with your account": "Nhập địa chỉ email liên kết với tài khoản của bạn",
"Enter your Email": "Nhập Email của bạn",
"Continue": "Tiếp tục",
"Back to Login": "Quay lại Đăng nhập",
"Login": "Đăng nhập",
"Welcome to": "Chào mừng bạn đến với",
"Welcome back, Please login in to your account": "Chào mừng trở lại, Vui lòng đăng nhập vào tài khoản của bạn",
"Remember me": "Ghi nhớ đăng nhập",
"Forgot Password?": "Quên Mật khẩu?",
"Super Admin": "Siêu Quản trị viên",
"Admin": "Quản trị viên",
"Manager": "Quản lý",
"Reset Password": "Đặt lại Mật khẩu",
"Change Password": "Thay đổi Mật khẩu",
"Create new password, it must be Strong password.": "Tạo mật khẩu mới, nó phải là Mật khẩu mạnh.",
"Confirm Password": "Xác nhận Mật khẩu",
"You Have": "Bạn có",
"new Notifications": "Thông báo mới",
"Mark all Read": "Đánh dấu đã đọc tất cả",
"View all notifications": "Xem tất cả thông báo",
"Clear cache": "Xóa bộ nhớ cache",
"My Profile": "Hồ sơ của tôi",
"Logout": "Đăng xuất",
"About Us": "Về chúng tôi",
"Home": "Trang chủ",
"Pricing": "Bảng giá",
"Pages": "Trang",
"Blog": "Blog",
"Privacy Policy": "Chính sách bảo mật",
"Contact Us": "Liên hệ",
"You are having this email because you have requested for a password reset.": "Bạn nhận được email này vì bạn đã yêu cầu đặt lại mật khẩu.",
"Your verification code is:": "Mã xác nhận của bạn là:",
"This password reset code will expire in 60 minutes.": "Mã đặt lại mật khẩu này sẽ hết hạn trong 60 phút.",
"If you did not request a password reset, no further action is required.": "Nếu bạn không yêu cầu đặt lại mật khẩu, bạn có thể bỏ qua email này.",
"Regards": "Trân trọng,",
"All right reserved": "Đã đăng ký bản quyền",
"Hi": "Xin chào",
"Dear": "Kính gửi",
"Your OTP code is": "Mã OTP của bạn là",
"Please do not share this PIN with anyone": "Vui lòng không chia sẻ mã PIN này với bất kỳ ai",
"Best Regards": "Trân trọng,",
"Gateway Name": "Tên Cổng thanh toán",
"Subscription Name": "Tên Gói đăng ký",
"Payable Amount": "Số tiền phải thanh toán",
"Phone Number": "Số điện thoại",
"Enter your phone number": "Nhập số điện thoại của bạn",
"Pay Now": "Thanh toán ngay",
"Next": "Tiếp",
"Previous": "Trước",
"Free": "Miễn phí",
"Features Of Free Plan": "Các tính năng của Gói miễn phí",
"Choose Plan": "Chọn Gói",
"Blog Details": "Chi tiết Blog",
"Leave a Comment Here": "Để lại bình luận tại đây",
"Your email address will not be published": "Địa chỉ email của bạn sẽ không được công bố",
"Enter your name": "Nhập tên của bạn",
"Enter your email": "Nhập email của bạn",
"Enter your comment": "Nhập bình luận của bạn",
"Recent Posts": "Bài đăng gần đây",
"Create a Free Account": "Tạo tài khoản miễn phí",
"Enter full name": "Nhập họ và tên đầy đủ",
"Enter phone number": "Nhập số điện thoại",
"Enter email address": "Nhập địa chỉ email",
"Company": "Công ty",
"Enter company name": "Nhập tên công ty",
"Enter your message": "Nhập tin nhắn của bạn",
"Pricing Plan": "Kế hoạch giá",
"Subscription Plans": "Kế hoạch đăng ký",
"Plan List": "Danh sách kế hoạch",
"Work At": "Làm việc tại",
"Show- 10": "Hiển thị 10",
"Show- 25": "Hiển thị 25",
"Show 50": "Hiển thị 50",
"Show 100": "Hiển thị 100",
"Duration": "Thời lượng",
"Select": "Chọn",
"Currency List": "Danh sách tiền tệ",
"Default": "Mặc định",
"Country Name": "Tên quốc gia",
"View Website": "Xem Website",
"Contact Messages": "Tin nhắn liên hệ",
"Total Shop": "Cửa Hàng Tổng",
"Expired Businesses": "Doanh Nghiệp Hết Hạn",
"Plan Subscribes": "Kế Hoạch Đăng Ký",
"Total Categories": "Tổng Danh Mục",
"Recent Register": "Đăng Ký Gần Đây",
"Date & Time": "Ngày & Giờ",
"View All": "Xem Tất Cả",
"Add new Business": "Thêm Doanh Nghiệp Mới",
"Enter Company Name": "Nhập Tên Công Ty",
"Edit Business": "Chỉnh Sửa Doanh Nghiệp",
"Create Business": "Tạo Doanh Nghiệp",
"Enter Buisness Name": "Nhập Tên Doanh Nghiệp",
"Note: Enter embedded video link": "Ghi chú: Nhập liên kết video nhúng",
"Enter title": "Nhập Tiêu Đề",
"Enter Code": "Nhập Mã",
"Enter Symbol": "Nhập Ký Hiệu",
"Select a position": "Chọn một vị trí",
"left": "trái",
"right": "phải",
"TIMEZONE": "Múi Giờ",
"Note :": "Ghi chú :",
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Nếu bạn đang sử dụng HÀNG ĐỢI THƯ sau khi thay đổi cài đặt thư, bạn cần khởi động lại giám sát viên của mình từ máy chủ.",
"QUEUE COMMAND Path :": "Đường Dẫn LỆNH HÀNG ĐỢI :",
"QUEUE COMMAND :": "LỆNH HÀNG ĐỢI :",
"Storage Method": "Phương Pháp Lưu Trữ",
"Brand List": "Danh sách thương hiệu",
"Add new Brand": "Thêm thương hiệu mới",
"items show": "hiển thị sản phẩm",
"Brand Name": "Tên thương hiệu",
"Create Brand": "Tạo thương hiệu",
"Enter Brand Name": "Nhập tên thương hiệu",
"Edit Brand": "Chỉnh sửa thương hiệu",
"Add New Category": "Thêm danh mục mới",
"Enter Category Name": "Nhập tên danh mục",
"Select Variations": "Chọn biến thể",
"Capacity": "Dung tích",
"Color": "Màu sắc",
"Size": "Kích thước",
"Type": "Loại",
"Weight": "Trọng lượng",
"Edit Category": "Chỉnh sửa danh mục",
"Category List": "Danh sách danh mục",
"You want to delete everything!": "Bạn muốn xóa tất cả!",
"Total Sales": "Tổng doanh thu",
"Total Purchase": "Tổng mua vào",
"Total Income": "Tổng thu nhập",
"This Month": "Tháng này",
"Total Expense": "Tổng chi phí",
"Total Customer": "Tổng số khách hàng",
"Total Supplier": "Tổng số nhà cung cấp",
"Sales Returns": "Hoàn trả bán hàng",
"Purchase Returns": "Hoàn trả mua hàng",
"Low Stock": "Hàng tồn kho thấp",
"Alert Qty": "Số lượng cảnh báo",
"Profit": "Lợi nhuận",
"Loss": "Thua lỗ",
"Purchase": "Mua hàng",
"Sales": "Bán hàng",
"Income": "Thu nhập",
"Expense": "Chi phí",
"Recent Sales": "Doanh thu gần đây",
"Recent Purchase": "Mua hàng gần đây",
"Customer": "Khách hàng",
"Total": "Tổng cộng",
"Due": "Nợ",
"Collect Due": "Thu nợ",
"Select Invoice": "Chọn hóa đơn",
"Select an Invoice": "Chọn một hóa đơn",
"Total Amount": "Tổng số tiền",
"Paid Amount": "Số tiền đã trả",
"Due Amount": "Số tiền nợ",
"Select one": "Chọn một",
"Cash": "Tiền mặt",
"Card": "Thẻ",
"Check": "Séc",
"Mobile Pay": "Thanh toán qua di động",
"Due List": "Danh sách nợ",
"Mobile": "Di động",
"Sale": "Bán hàng",
"Bill To": "Hóa đơn cho",
"Collected By": "Thu bởi",
"Total Due": "Tổng nợ",
"Payment Amount": "Số tiền thanh toán",
"Remaining Due": "Nợ còn lại",
"Powered By": "Được cung cấp bởi",
"Create Expense Catgeory": "Tạo danh mục chi phí",
"Catgeory Name": "Tên danh mục",
"Enter catgeory Name": "Nhập tên danh mục",
"Edit Expense Category": "Chỉnh sửa danh mục chi phí",
"Expense Category List": "Danh sách danh mục chi phí",
"Add new": "Thêm mới",
"Category Name": "Tên danh mục",
"Create Expense": "Tạo chi phí",
"Enter Amount": "Nhập số tiền",
"Select A Category": "Chọn một danh mục",
"Expense For": "Chi phí cho",
"Enter Expense For": "Nhập chi phí cho",
"Select a payment type": "Chọn loại thanh toán",
"Bank": "Ngân hàng",
"Mobile Payment": "Thanh toán qua di động",
"Reference Number": "Số tham chiếu",
"Enter reference number": "Nhập số tham chiếu",
"Expense Date": "Ngày chi phí",
"Note": "Ghi chú",
"Enter note": "Nhập ghi chú",
"Edit Expense": "Chỉnh sửa chi phí",
"Expense List": "Danh sách chi phí",
"Expesne For": "Chi phí cho",
"Create Income Catgeory": "Tạo danh mục thu nhập",
"Enter catgeory name": "Nhập tên danh mục",
"Edit Income Category": "Chỉnh sửa danh mục thu nhập",
"Income Category List": "Danh sách danh mục thu nhập",
"Create Income": "Tạo thu nhập",
"Enter amount": "Nhập số tiền",
"Enter income for": "Nhập thu nhập cho",
"Income Date": "Ngày thu nhập",
"Edit Income": "Chỉnh sửa thu nhập",
"Income List": "Danh sách thu nhập",
"Sale New": "Bán mới",
"Sale List": "Danh sách bán hàng",
"Sale Return": "Hoàn trả bán hàng",
"Purchases": "Mua hàng",
"Purchase New": "Mua mới",
"Purchase List": "Danh sách mua hàng",
"Purchase Return": "Hoàn trả mua hàng",
"Products": "Sản phẩm",
"All Product": "Tất cả sản phẩm",
"Add Product": "Thêm sản phẩm",
"Brand": "Thương hiệu",
"Unit": "Đơn vị",
"Stock List": "Danh sách tồn kho",
"Customers": "Khách hàng",
"All Customers": "Tất cả khách hàng",
"Add Customer": "Thêm khách hàng",
"Suppliers": "Nhà cung cấp",
"All Suppliers": "Tất cả nhà cung cấp",
"Add Supplier": "Thêm nhà cung cấp",
"Income Category": "Danh mục thu nhập",
"Expense Category": "Danh mục chi phí",
"Subscriptions": "Đăng ký",
"Profit & Loss List": "Danh sách Lợi nhuận & Lỗ",
"All Income": "Tất cả thu nhập",
"All Expense": "Tất cả chi phí",
"Current Stock": "Tồn kho hiện tại",
"Customer Due": "Nợ khách hàng",
"Supplier Due": "Nợ nhà cung cấp",
"Loss & Profit": "Lỗ & Lợi nhuận",
"Loss/Profit": "Lỗ/Lợi nhuận",
"Unpaid": "Chưa thanh toán",
"Loss Profit": "Lỗ Lợi nhuận",
"Loss Profit List": "Danh sách Lỗ Lợi nhuận",
"Product List": "Danh sách sản phẩm",
"Create Party": "Tạo đối tác",
"List": "Danh sách",
"Party Type": "Loại đối tác",
"Retailer": "Người bán lẻ",
"Dealer": "Đại lý",
"Wholesaler": "Nhà bán sỉ",
"Supplier": "Nhà cung cấp",
"Enter Due": "Nhập nợ",
"Edit Party": "Chỉnh sửa đối tác",
"Edit ": "Chỉnh sửa",
" List": "Danh sách",
"Parties List": "Danh sách đối tác",
"Add new ": "Thêm mới",
"Create Product": "Tạo sản phẩm",
"Add new Product": "Thêm sản phẩm mới",
"Product Name": "Tên sản phẩm",
"Enter Product Name": "Nhập tên sản phẩm",
"Product Category": "Danh mục sản phẩm",
"Product Unit": "Đơn vị sản phẩm",
"Product Code": "Mã sản phẩm",
"Enter Product Code": "Nhập mã sản phẩm",
"Stock": "Tồn kho",
"Enter stock qty": "Nhập số lượng tồn kho",
"Purchase Price": "Giá mua",
"Enter purchase price": "Nhập giá mua",
"Sale Price": "Giá bán",
"Enter sale price": "Nhập giá bán",
"Wholesale Price": "Giá bán sỉ",
"Enter wholesale price": "Nhập giá bán sỉ",
"Dealer Price": "Giá đại lý",
"Enter dealer price": "Nhập giá đại lý",
"Manufacturer": "Nhà sản xuất",
"Enter manufacturer name": "Nhập tên nhà sản xuất",
"Edit Product": "Chỉnh sửa sản phẩm",
"Product Brand": "Thương hiệu sản phẩm",
"Purchase price": "Giá mua",
"Sale price": "Giá bán",
"Pos Sale": "Bán hàng POS",
"Invoice no": "Số hóa đơn",
"Invoice No": "Số hóa đơn",
"Items": "Mặt hàng",
"Qty": "Số lượng",
"Sub Total": "Tổng phụ",
"Purchase return Amount ": "Số tiền trả lại mua hàng",
"Confirm Return": "Xác nhận trả lại",
"Purchase Return List": "Danh sách trả lại mua hàng",
"Return Date": "Ngày trả lại",
"Return Amount": "Số tiền trả lại",
"Return Qty": "Số lượng trả lại",
"Brand list": "Danh sách thương hiệu",
"0": "0",
"Quick Action": "Hành động nhanh",
"Today Purchase": "Mua hàng hôm nay",
"Calculator": "Máy tính",
"Select Supplier": "Chọn nhà cung cấp",
"Receive Amount": "Số tiền nhận",
"Search product...": "Tìm kiếm sản phẩm...",
"Due: ": "Còn lại: ",
"Party Name": "Tên bên",
"Discount": "Giảm giá",
"Payment": "Thanh toán",
"INVOICE": "HÓA ĐƠN",
"Sells By": "Bán bởi",
"Quantity": "Số lượng",
"Unit Price": "Giá đơn vị",
"Total Price": "Tổng giá",
"Item": "Mặt hàng",
"Paid by": "Thanh toán bởi",
"Subtotal": "Tổng phụ",
"Customer Signature": "Chữ ký khách hàng",
"Authorized Signature": "Chữ ký đại diện",
"Add Items": "Thêm mặt hàng",
"Enter Quantity": "Nhập số lượng",
"Enter Purchase Price": "Nhập giá mua",
"Sales Price": "Giá bán",
"Enter Sales Price": "Nhập giá bán",
"WholeSale Price": "Giá bán sỉ",
"Enter WholeSale Price": "Nhập giá bán sỉ",
"Enter Dealer Price": "Nhập giá đại lý",
"Customer Due Reports": "Báo cáo công nợ khách hàng",
"Customer Due List": "Danh sách công nợ khách hàng",
"Expense Reports": "Báo cáo chi phí",
"Expense Report List": "Danh sách báo cáo chi phí",
"Income For": "Thu nhập cho",
"Income Reports": "Báo cáo thu nhập",
"Income Report List": "Danh sách báo cáo thu nhập",
"Loss Profit Reports": "Báo cáo lỗ lãi",
"From Date": "Từ ngày",
"To Date": "Đến ngày",
"Loss Profit Report List": "Danh sách báo cáo lỗ lãi",
"Discount Amount": "Số tiền giảm giá",
"Sale Date": "Ngày bán",
"Purchase Report List": "Danh sách báo cáo mua hàng",
"Purchase Reports": "Báo cáo mua hàng",
"Purchase Return Report List": "Danh sách báo cáo trả lại mua hàng",
"Purchase Return Reports": "Báo cáo trả lại mua hàng",
"Sales Report List": "Danh sách báo cáo bán hàng",
"Sale Reports": "Báo cáo bán hàng",
"Sale Return Report": "Báo cáo trả lại bán hàng",
"Sale Return Reports": "Báo cáo trả lại bán hàng",
"Sale Return Report List": "Danh sách báo cáo trả lại bán hàng",
"Cost": "Chi phí",
"Stock Value": "Giá trị tồn kho",
"Stock Report List": "Danh sách báo cáo tồn kho",
"Stock Reports": "Báo cáo tồn kho",
"Total Quantity": "Tổng số lượng",
"Total Stock Value": "Tổng giá trị tồn kho",
"Supplier Due Reports": "Báo cáo công nợ nhà cung cấp",
"Supplier Due List": "Danh sách công nợ nhà cung cấp",
"Profile Edit": "Chỉnh sửa hồ sơ",
"Parties": "Các bên",
"Sales List": "Danh sách bán hàng",
"User Title": "Chức danh người dùng",
"Enter user title": "Nhập chức danh người dùng",
"Email Address": "Địa chỉ email",
"Edit User Role": "Chỉnh sửa vai trò người dùng",
"Add User Role": "Thêm vai trò người dùng",
"Sale return Amount ": "Số tiền trả lại bán hàng",
"Sales Return List": "Danh sách trả lại bán hàng",
"Select Customer": "Chọn khách hàng",
"Guest": "Khách",
"Enter Customer Phone Number": "Nhập số điện thoại khách hàng",
"Type note...": "Gõ ghi chú...",
"Sales Return": "Trả lại bán hàng",
"Purchases Return": "Trả lại mua hàng",
"Add Vat": "Thêm thuế GTGT",
"Tax": "Thuế",
"Apply": "Áp dụng",
"Select a category": "Chọn một danh mục",
"Company And Business Name": "Tên công ty và doanh nghiệp",
"Enter Phone": "Nhập số điện thoại",
"Logo": "Logo",
"Invoice Logo": "Logo hóa đơn",
"Purchase Plan": "Kế hoạch mua hàng",
"Days": "Ngày",
"Already Subscribed": "Đã đăng ký",
"Buy Now": "Mua ngay",
"Create Unit": "Tạo đơn vị",
"Unit Name": "Tên đơn vị",
"Enter Unit Name": "Nhập tên đơn vị",
"Unit List": "Danh sách đơn vị",
"Add new Unit": "Thêm đơn vị mới",
"Overall Reports": "Báo cáo tổng thể",
"Revenue Statistic": "Thống kê doanh thu",
"Today Sales": "Doanh thu hôm nay",
"Change Amount": "Số tiền thay đổi",
"Vat": "Thuế VAT",
"Save Product": "Lưu sản phẩm",
"Product": "Sản phẩm",
"Category created successfully": "Danh mục đã được tạo thành công",
"Category updated successfully": "Danh mục đã được cập nhật thành công",
"Category deleted successfully": "Danh mục đã được xóa thành công",
"Selected Category deleted successfully": "Danh mục đã chọn đã được xóa thành công",
"Something went wrong!": "Có gì đó sai!",
"Brand created cuccessfully": "Thương hiệu đã được tạo thành công",
"Brand updated successfully": "Thương hiệu đã được cập nhật thành công",
"Brand deleted successfully": "Thương hiệu đã được xóa thành công",
"Selected Brands deleted successfully": "Các thương hiệu đã chọn đã được xóa thành công",
"Something went wrong.": "Có gì đó sai.",
"Default currency activated successfully": "Tiền tệ mặc định đã được kích hoạt thành công",
"Failed to set default currency. Please try again.": "Không thể thiết lập tiền tệ mặc định. Vui lòng thử lại.",
"Collect Due saved successfully": "Thu hồi nợ đã được lưu thành công",
"Expense Category saved successfully.": "Danh mục chi phí đã được lưu thành công.",
"Expense Category updated successfully.": "Danh mục chi phí đã được cập nhật thành công.",
"Expense Category deleted successfully": "Danh mục chi phí đã được xóa thành công",
"Selected item deleted successfully.": "Mặt hàng đã chọn đã được xóa thành công.",
"Expense saved successfully.": "Chi phí đã được lưu thành công.",
"Expense updated successfully.": "Chi phí đã được cập nhật thành công.",
"Expense deleted successfully": "Chi phí đã được xóa thành công",
"Selected Items deleted successfully.": "Các mặt hàng đã chọn đã được xóa thành công.",
"Income Category saved successfully.": "Danh mục thu nhập đã được lưu thành công.",
"Income Category updated successfully.": "Danh mục thu nhập đã được cập nhật thành công.",
"Income Category deleted successfully": "Danh mục thu nhập đã được xóa thành công",
"Income saved successfully.": "Thu nhập đã được lưu thành công.",
"Income updated successfully.": "Thu nhập đã được cập nhật thành công.",
"Income deleted successfully": "Thu nhập đã được xóa thành công",
"Premission denied.": "Quyền truy cập bị từ chối.",
"Customer created successfully": "Khách hàng đã được tạo thành công",
"Supplier created successfully": "Nhà cung cấp đã được tạo thành công",
"Supplier deleted successfully": "Nhà cung cấp đã được xóa thành công",
"Customer deleted successfully": "Khách hàng đã được xóa thành công",
"Selected parties deleted successfully": "Các bên đã chọn đã được xóa thành công",
"Product saved successfully.": "Sản phẩm đã được lưu thành công.",
"Data saved successfully.": "Dữ liệu đã được lưu thành công.",
"Product deleted successfully": "Sản phẩm đã được xóa thành công",
"Selected product deleted successfully": "Sản phẩm đã chọn đã được xóa thành công",
"Cart is empty. Add items first!": "Giỏ hàng trống. Vui lòng thêm sản phẩm trước!",
"Purchase created successfully.": "Mua hàng đã được tạo thành công.",
"Somethings went wrong!": "Có gì đó sai!",
"Purchase updated successfully.": "Mua hàng đã được cập nhật thành công.",
"Selected purchases deleted successfully.": "Các mua hàng đã chọn đã được xóa thành công.",
"Sales created successfully.": "Bán hàng đã được tạo thành công.",
"You cannot sale in due for a walking customer.": "Bạn không thể bán hàng cho khách hàng đi bộ với khoản nợ.",
"Sales updated successfully.": "Bán hàng đã được cập nhật thành công.",
"Sale deleted successfully.": "Bán hàng đã được xóa thành công.",
"Selected sales deleted successfully.": "Các bán hàng đã chọn đã được xóa thành công.",
"Unit saved successfully": "Đơn vị đã được lưu thành công",
"Unit updated successfully": "Đơn vị đã được cập nhật thành công",
"Units deleted successfully": "Các đơn vị đã được xóa thành công",
"Unit deleted successfully": "Đơn vị đã được xóa thành công",
"Quantity and price updated successfully": "Số lượng và giá đã được cập nhật thành công",
"Enter valid qty and price": "Nhập số lượng và giá hợp lệ",
"Item not found in the cart": "Không tìm thấy sản phẩm trong giỏ hàng",
"The cart does not contain this item": "Giỏ hàng không chứa sản phẩm này",
"Item removed from cart": "Sản phẩm đã được xóa khỏi giỏ hàng",
"All cart removed successfully!": "Tất cả sản phẩm trong giỏ hàng đã được xóa thành công!",
"Current Password does not match with old password": "Mật khẩu hiện tại không khớp với mật khẩu cũ",
"Profile updated successfully": "Hồ sơ đã được cập nhật thành công",
"Purchase returned successfully.": "Mua hàng đã được trả lại thành công.",
"Business General Setting updated successfully": "Cài đặt chung doanh nghiệp đã được cập nhật thành công",
"User role created successfully": "Vai trò người dùng đã được tạo thành công",
"User role updated successfully": "Vai trò người dùng đã được cập nhật thành công",
"User role deleted successfully": "Vai trò người dùng đã được xóa thành công",
"You have no permission to access.": "Bạn không có quyền truy cập.",
"Sale returned successfully.": "Bán hàng đã được trả lại thành công.",
"New subscription order successfully.": "Đặt hàng đăng ký mới thành công.",
"Branch": "Chi nhánh",
"Warehouse": "Kho hàng",
"Overview": "Tổng quan",
"Branch List": "Danh sách chi nhánh",
"Role & permissions": "Vai trò & quyền hạn",
"Warehouses List": "Danh sách kho hàng",
"Stock Qty": "Số lượng tồn kho",
"Create Warehouse": "Tạo kho hàng",
"Enter phone": "Nhập số điện thoại",
"Enter email": "Nhập email",
"Enter address": "Nhập địa chỉ",
"Enter name": "Nhập tên",
"Edit Warehouse": "Chỉnh sửa kho hàng",
"Select Branch": "Chọn chi nhánh",
"Rack": "Kệ",
"Shelf": "Giá",
"Statement": "Báo cáo",
"Expire Product": "Sản phẩm hết hạn",
"Branch Wise Sales": "Doanh số theo chi nhánh",
"Branch Wise Purchases": "Mua hàng theo chi nhánh",
"Employee Overview": "Tổng quan nhân viên",
"Staffs": "Nhân viên",
"Add new Branch": "Thêm chi nhánh mới",
"Create Branch": "Tạo chi nhánh",
"Opening Balance": "Số dư mở đầu",
"Enter balance": "Nhập số dư",
"Enter description": "Nhập mô tả",
"Edit Branch": "Chỉnh sửa chi nhánh",
"Example": "Ví dụ",
"Acnoo": "Acnoo",
"in this example": "trong ví dụ này",
"Previously, you didnt have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "Trước đây, bạn không có phần chi nhánh. Vì vậy, khi bạn tạo chi nhánh đầu tiên, một chi nhánh khác sẽ được tạo tự động bằng cách sử dụng tên công ty/doanh nghiệp của bạn.",
"when you create your first branch, another branch will automatically be created with the name": "khi bạn tạo chi nhánh đầu tiên, một chi nhánh khác sẽ tự động được tạo với tên",
"If your company/business name is": "Nếu tên công ty/doanh nghiệp của bạn là",
"All your previous data will be assigned to the automatically created branch": "Tất cả dữ liệu trước đây của bạn sẽ được gán cho chi nhánh tự động tạo ra",
"You cannot delete the automatically created branch. This is because if a branch is deleted, it is removed from every section, making it impossible to filter branch data. Therefore, the automatically created branch cannot be deleted.": "Bạn không thể xóa chi nhánh tự động tạo ra. Lý do là nếu một chi nhánh bị xóa, nó sẽ bị loại bỏ khỏi mọi phần, khiến việc lọc dữ liệu chi nhánh trở nên không thể. Do đó, chi nhánh tự động tạo ra không thể bị xóa.",
"Role & Permission": "Vai trò & Quyền hạn",
"Add Role": "Thêm vai trò",
"Selected role deleted successfully": "Vai trò đã chọn đã bị xóa thành công",
"Branch saved successfully.": "Chi nhánh đã được lưu thành công.",
"Branch updated successfully.": "Chi nhánh đã được cập nhật thành công.",
"Selected branch deleted successfully": "Chi nhánh đã chọn đã bị xóa thành công",
"Branch deleted successfully": "Chi nhánh đã bị xóa thành công",
"Warehouse saved successfully.": "Kho hàng đã được lưu thành công.",
"Warehouse updated successfully.": "Kho hàng đã được cập nhật thành công.",
"Warehouse deleted successfully": "Kho hàng đã bị xóa thành công.",
"Selected items deleted successfully.": "Các mục đã chọn đã bị xóa thành công.",
"My Domains": "Tên miền của tôi",
"Domain List": "Danh sách tên miền",
"Domains": "Tên miền",
"Domain Name": "Tên miền",
"Is Verified": "Đã xác minh",
"Has SSL": "Có SSL",
"Added on": "Đã thêm vào",
"Add New Domain": "Thêm tên miền mới",
"Domain Type": "Loại tên miền",
"Addon Domain": "Tên miền bổ sung",
"Subdomain": "Tên miền phụ",
"Enter your domain name": "Nhập tên miền của bạn",
"row selected": "dòng đã chọn",
"A new sub domain has been added.": "Một tên miền phụ mới đã được thêm.",
"A new domain has been added.": "Một tên miền mới đã được thêm.",
"Domain deleted successfully": "Tên miền đã bị xóa thành công.",
"Domains deleted successfully": "Các tên miền đã bị xóa thành công.",
"Domains List": "Danh sách tên miền",
"Get instruction": "Nhận hướng dẫn",
"Accept": "Chấp nhận",
"Pending": "Đang chờ",
"Why are you reject it?": "Tại sao bạn từ chối nó?",
"Enter reason...": "Nhập lý do...",
"Submit": "Gửi đi",
"Instructions": "Hướng dẫn",
"cPanel Domain Setup Instructions": "Hướng dẫn cài đặt tên miền cPanel",
"Login to your": "Đăng nhập vào",
"cPanel": "cPanel",
"account": "tài khoản",
"Go to": "Đi đến",
"Domains → Addon Domains": "Tên miền → Tên miền bổ sung",
"Enter your new domain": "Nhập tên miền mới của bạn",
"Leave the auto-generated subdirectory and FTP as default": "Để thư mục con và FTP tự động tạo ra làm mặc định",
"Click": "Nhấp vào",
"Add Domain": "Thêm tên miền",
"Update your domains DNS to point to your cPanel nameservers": "Cập nhật DNS của tên miền của bạn để trỏ đến máy chủ tên cPanel của bạn",
"Tip": "Mẹo",
"If you need SSL, go to": "Nếu bạn cần SSL, hãy đi đến",
"SSL/TLS": "SSL/TLS",
"in cPanel and issue a certificate for your new domain (Lets Encrypt is free).": "trong cPanel và cấp chứng chỉ cho tên miền mới của bạn (Lets Encrypt là miễn phí).",
"Apache VPS Configuration": "Cấu hình Apache VPS",
"Apache Wildcard Domain Setup": "Cài đặt tên miền Wildcard Apache",
"Create a config file in": "Tạo một tệp cấu hình trong",
"How to Add a Domain in cPanel": "Cách thêm tên miền trong cPanel",
"Enable the site and reload Apache": "Kích hoạt trang web và tải lại Apache",
"Always test config before reload": "Luôn kiểm tra cấu hình trước khi tải lại",
"Replace": "Thay thế",
"with your actual domain": "với tên miền thực tế của bạn",
"Ensure correct file permissions (chown/chmod)": "Đảm bảo quyền tệp chính xác (chown/chmod)",
"Use": "Sử dụng",
"Certbot": "Certbot",
"for free SSL": "cho SSL miễn phí",
"Nginx VPS Configuration": "Cấu hình Nginx VPS",
"Nginx Wildcard Domain Setup": "Cài đặt tên miền Wildcard Nginx",
"Enable the site and reload Nginx": "Kích hoạt trang web và tải lại Nginx",
"Important": "Quan trọng",
"Ensure correct file permissions": "Đảm bảo quyền tệp chính xác",
"Domain updated successfully": "Tên miền đã được cập nhật thành công",
"Domain": "Tên miền",
"Domain has been rejected successfully.": "Tên miền đã bị từ chối thành công.",
"Domain has been approved successfully.": "Tên miền đã được chấp nhận thành công.",
"Edit Domain": "Chỉnh sửa tên miền",
"Deleted by user": "Đã bị xóa bởi người dùng",
"Download Apk": "Tải Apk",
"SMS Marketing": "Tiếp thị SMS",
"Party Reports": "Báo cáo Đảng",
"HRM": "Quản lý nhân sự",
"Finance & Accounts": "Tài chính & Kế toán",
"Transfer": "Chuyển khoản",
"Expired": "Hết hạn",
"Upgrade Now": "Nâng cấp ngay",
"No Active Plan": "Không có kế hoạch hoạt động",
"Please subscribe to a plan": "Vui lòng đăng ký một gói",
"Invoice Wise Profit": "Lợi nhuận theo hóa đơn",
"Company / Business Name": "Tên công ty / doanh nghiệp",
"Shop Opening Balance": "Số dư mở cửa hàng",
"Shop Remaining Balance": "Số dư còn lại của cửa hàng",
"Plan Expire Date": "Ngày hết hạn kế hoạch",
"Enter Business Name": "Nhập tên doanh nghiệp",
"Enter your Name": "Nhập tên của bạn",
"POS": "Điểm bán hàng",
"Inventory": "Hàng tồn kho",
"Shipping Charge": "Phí vận chuyển",
"Rounding(+/-)": "Làm tròn (+/-)",
"Create Customer": "Tạo khách hàng",
"Add Payment": "Thêm thanh toán",
"Cheque": "Séc",
"Wallet": "Ví",
"Select Warehouse": "Chọn kho",
"Batch": "Lô hàng",
"Scan / search by code or name": "Quét / tìm kiếm theo mã hoặc tên",
"Show 20": "Hiển thị - 20",
"Show 500": "Hiển thị - 500",
"Yesterday": "Hôm qua",
"Last 30 Days": "30 ngày qua",
"Current Month": "Tháng hiện tại",
"Current Year": "Năm hiện tại",
"Custom Date": "Ngày tùy chỉnh",
"View Payment": "Xem thanh toán",
"Receipt No.": "Số biên nhận",
"Inventory Sales": "Bán hàng tồn kho",
"Flat": "Cố định",
"Percent (%)": "Phần trăm (%)",
"Select Product": "Chọn sản phẩm",
"Guarantee": "Bảo đảm",
"Warranty": "Bảo hành",
"Remarks": "Ghi chú",
"Sales Invoice": "Hóa đơn bán hàng",
"PDF": "PDF",
"Print": "In",
"Sales By": "Người bán",
"Sub-Total": "Tổng phụ",
"Net Payable": "Số tiền thanh toán ròng",
"invoice": "Hóa đơn",
"QTY": "Số lượng",
"U.Price": "Đơn giá",
"Delivery charge": "Phí giao hàng",
"Total Payable": "Tổng thanh toán",
"Total Return": "Tổng trả hàng",
"Payable": "Thanh toán",
"Return Product": "Trả lại sản phẩm",
"Returned Item": "Mặt hàng đã trả",
"Total Return Amount": "Tổng số tiền trả lại",
"Add Purchase": "Thêm mua hàng",
"Returns List": "Danh sách trả hàng",
"Partial Paid": "Thanh toán một phần",
"Bulk Upload": "Tải lên hàng loạt",
"Save & Published": "Lưu & Xuất bản",
"Product price, stock": "Giá sản phẩm, tồn kho",
"Combo Products": "Sản phẩm Combo",
"Expired Products": "Sản phẩm hết hạn",
"Print Labels": "In nhãn",
"Model": "Mẫu",
"Variation": "Biến thể",
"Racks": "Giá",
"Shelfs": "Kệ",
"Product Image": "Hình ảnh sản phẩm",
"Expire Date": "Ngày hết hạn",
"Barcode Generate": "Tạo mã vạch",
"Available Stock": "Tồn kho hiện có",
"Qty / No of label": "Số lượng / Số nhãn",
"Packing Date": "Ngày đóng gói",
"Information to show in labels": "Thông tin hiển thị trên nhãn",
"Product Price": "Giá sản phẩm",
"Print packing date": "In ngày đóng gói",
"Show Price": "Hiển thị giá",
"Barcode Type *": "Loại mã vạch *",
"Barcode Print Paper Setting": "Cài đặt giấy in mã vạch",
"Preview": "Xem trước",
"Download File": "Tải tệp",
"Field Name": "Tên trường",
"Add new Model": "Thêm mẫu mới",
"Model List": "Danh sách mẫu",
"Model Name": "Tên mẫu",
"Create Model": "Tạo mẫu",
"Variations List": "Danh sách biến thể",
"Values": "Giá trị",
"Edit Variation": "Chỉnh sửa biến thể",
"Rack List": "Danh sách giá",
"Add new rack": "Thêm giá mới",
"Shelf List": "Danh sách kệ",
"Add shelf": "Thêm kệ",
"Edit shelf": "Chỉnh sửa kệ",
"Transfer List": "Danh sách chuyển kho",
"From Branch": "Từ chi nhánh",
"To Branch": "Đến chi nhánh",
"From Warehouse": "Từ kho",
"To Warehouse": "Đến kho",
"Add New Transfer": "Thêm chuyển kho mới",
"Transfer Note": "Ghi chú chuyển kho",
"All Stock": "Tất cả kho",
"Party Credit Limit": "Hạn mức tín dụng đối tác",
"Billing Address": "Địa chỉ thanh toán",
"City": "Thành phố",
"State": "Bang/Tỉnh",
"Zip Code": "Mã bưu điện",
"Shipping Address": "Địa chỉ giao hàng",
"Supplier Name": "Tên nhà cung cấp",
"Vat List": "Danh sách VAT",
"Add New Vat": "Thêm VAT mới",
"Tax Setting": "Cài đặt thuế",
"Add New Vat Group": "Thêm nhóm VAT mới",
"Vat Group List": "Danh sách nhóm VAT",
"Vat Group Name": "Tên nhóm VAT",
"Select vats": "Chọn VAT",
"All List": "Tất cả danh sách",
"Guest Due": "Khách nợ",
"Retailer Due": "Nhà bán lẻ nợ",
"Dealer Due": "Đại lý nợ",
"Wholesaler Due": "Nhà bán buôn nợ",
"Guest Due List": "Danh sách nợ khách",
"Invoice Number": "Số hóa đơn",
"Bank Account": "Tài khoản ngân hàng",
"Cash In Hand": "Tiền mặt hiện có",
"Cheques": "Séc",
"Transactions": "Giao dịch",
"Day Book": "Sổ nhật ký",
"Cash Flow": "Dòng tiền",
"Bill Wise Profit": "Lợi nhuận theo hóa đơn",
"Expenses": "Chi phí",
"Bank Accounts": "Tài khoản ngân hàng",
"Deposit & Withdraws": "Gửi & rút tiền",
"Add Bank": "Thêm ngân hàng",
"Account Name": "Tên tài khoản",
"Account Number": "Số tài khoản",
"Bank Name": "Tên ngân hàng",
"Branch Name": "Tên chi nhánh",
"Holder Name": "Tên chủ tài khoản",
"Add New Bank": "Thêm ngân hàng mới",
"Account Display Name": "Tên hiển thị tài khoản",
"As of Date": "Tính đến ngày",
"Routing Number": "Số định tuyến",
"UPI ID for QR Code": "UPI ID cho mã QR",
"Account Holder Name": "Tên chủ tài khoản",
"Add more fields": "Thêm trường khác",
"Print Bank details on invoices": "In chi tiết ngân hàng trên hóa đơn",
"Bank to Bank Transfer": "Chuyển từ ngân hàng sang ngân hàng",
"Bank to Cash Transfer": "Chuyển từ ngân hàng sang tiền mặt",
"Adjust Bank Balance": "Điều chỉnh số dư ngân hàng",
"Adjust Cash": "Điều chỉnh tiền mặt",
"Cash to Bank Transfer": "Chuyển tiền mặt vào ngân hàng",
"From": "Từ",
"To": "Đến",
"Transfer Date": "Ngày chuyển",
"Cheques List": "Danh sách séc",
"Profit & Loss": "Lãi & Lỗ",
"Gross Profit": "Lợi nhuận gộp",
"Total Expenses": "Tổng chi phí",
"Income Types": "Loại thu nhập",
"Expenses Types": "Loại chi phí",
"Net Profit": "Lợi nhuận ròng",
"Money In": "Tiền vào",
"Money Out": "Tiền ra",
"Transaction List": "Danh sách giao dịch",
"Reference": "Tham chiếu",
"Transaction Type": "Loại giao dịch",
"Due Pay": "Thanh toán nợ",
"Due Collect": "Thu nợ",
"All Party": "Tất cả đối tác",
"Transaction By": "Giao dịch bởi",
"Total :": "Tổng :",
"Cash In": "Tiền vào",
"Cash Out": "Tiền ra",
"Running Cash": "Tiền mặt hiện tại",
"Bill Wise Profit List": "Danh sách lợi nhuận theo hóa đơn",
"Sales Amount": "Số tiền bán",
"Sale Amount": "Số tiền bán",
"Create Expense Category": "Tạo danh mục chi phí",
"Department": "Phòng ban",
"Designation": "Chức danh",
"Shift": "Ca làm việc",
"Employee": "Nhân viên",
"Leave Request": "Yêu cầu nghỉ phép",
"Holiday": "Ngày nghỉ",
"Attendance": "Điểm danh",
"Payroll": "Bảng lương",
"Department List": "Danh sách phòng ban",
"Add Department": "Thêm phòng ban",
"Create Department": "Tạo phòng ban",
"Designation List": "Danh sách chức danh",
"Add Designation": "Thêm chức danh",
"Create Designation": "Tạo chức danh",
"Shift List": "Danh sách ca làm việc",
"Add new Shift": "Thêm ca làm việc mới",
"Start Time": "Thời gian bắt đầu",
"End Time": "Thời gian kết thúc",
"Break Time": "Thời gian nghỉ",
"Break Duration": "Thời lượng nghỉ",
"Create Shift": "Tạo ca làm việc",
"Select Name": "Chọn tên",
"Break Status": "Trạng thái nghỉ",
"Start Break Time": "Bắt đầu thời gian nghỉ",
"End Break Time": "Kết thúc thời gian nghỉ",
"Employee List": "Danh sách nhân viên",
"Add new Employee": "Thêm nhân viên mới",
"shift": "Ca làm việc",
"Salary": "Lương",
"Gender": "Giới tính",
"Birth Date": "Ngày sinh",
"Join Date": "Ngày vào làm",
"Leave Type": "Loại nghỉ phép",
"Leave": "Nghỉ phép",
"Leave Type List": "Danh sách loại nghỉ phép",
"Add Leave Type": "Thêm loại nghỉ phép",
"Create Leave Type": "Tạo loại nghỉ phép",
"Leave List": "Danh sách nghỉ phép",
"Add new Leave": "Thêm nghỉ phép mới",
"Month": "Tháng",
"Start Date": "Ngày bắt đầu",
"End Date": "Ngày kết thúc",
"Leave Duration": "Thời lượng nghỉ",
"Select employee": "Chọn nhân viên",
"All month": "Tất cả các tháng",
"Create Leave": "Tạo nghỉ phép",
"Holiday List": "Danh sách ngày nghỉ",
"Add new Holiday": "Thêm ngày nghỉ mới",
"Create Holiday": "Tạo ngày nghỉ",
"Tax Report": "Báo cáo thuế",
"Profit Loss": "Lãi & Lỗ",
"Due Transaction": "Giao dịch chưa thanh toán",
"Subscription Report": "Báo cáo đăng ký",
"Product Profit/Loss": "Lãi/Lỗ sản phẩm",
"Top 5 Customer": "5 khách hàng hàng đầu",
"Top 5 Supplier": "5 nhà cung cấp hàng đầu",
"Top 5 Product": "5 sản phẩm hàng đầu",
"Combo Product": "Sản phẩm Combo",
"Discount Product": "Sản phẩm giảm giá",
"Product Wise Purchase": "Mua theo sản phẩm",
"Product Wise Sale": "Bán theo sản phẩm",
"Expired Product": "Sản phẩm hết hạn",
"Customer Ledger": "Sổ cái khách hàng",
"Supplier Ledger": "Sổ cái nhà cung cấp",
"Party Loss/Profit": "Lỗ/Lãi đối tác",
"SMS Template": "Mẫu SMS",
"Android Gateway": "Cổng Android",
"API Gateway": "Cổng API",
"Balance Sheet": "Bảng cân đối kế toán",
"All Due": "Tất cả nợ",
"Attendance List": "Danh sách điểm danh",
"Add new Attendance": "Thêm điểm danh mới",
"Time In": "Thời gian vào",
"Time Out": "Thời gian ra",
"Payroll List": "Danh sách bảng lương",
"Add new Payroll": "Thêm bảng lương mới",
"Payment Year": "Năm thanh toán",
"Receipt No": "Số biên nhận",
"date": "Ngày",
"Attendance Report": "Báo cáo điểm danh",
"Payroll Report": "Báo cáo bảng lương",
"Slip No": "Số phiếu",
"Leave Report": "Báo cáo nghỉ phép",
"Total Sale": "Tổng doanh số",
"Total Sale Return": "Tổng trả hàng bán",
"Total Purchase Return": "Tổng trả hàng mua",
"Tax Report List": "Danh sách báo cáo thuế",
"Payment Method": "Phương thức thanh toán",
"Loss/Profit Report Details": "Chi tiết báo cáo lỗ/lãi",
"Opening Stock": "Tồn kho đầu kỳ",
"(By purchase price)": "(Theo giá mua)",
"(By sale price)": "(Theo giá bán)",
"Total purchase:": "Tổng mua:",
"Total purchase shipping charge:": "Tổng phí vận chuyển mua hàng:",
"Total Sell discount:": "Tổng chiết khấu bán:",
"Total Sell Return:": "Tổng trả hàng bán:",
"Closing stock": "Tồn kho cuối kỳ",
"Total Sales:": "Tổng doanh số:",
"Total sell shipping charge:": "Tổng phí vận chuyển bán hàng:",
"Total Purchase Return:": "Tổng trả hàng mua:",
"Total Purchase discount:": "Tổng chiết khấu mua:",
"Total sell round off:": "Tổng làm tròn bán:",
"Credit Limit": "Hạn mức tín dụng",
"Due Collection Transactions": "Giao dịch thu nợ",
"Pay Due Amount": "Thanh toán số tiền nợ",
"Top 5 Customers": "Top 5 khách hàng",
"Top 5 Suppliers": "Top 5 nhà cung cấp",
"Total Purchases": "Tổng mua hàng",
"Top 5 Products": "Top 5 sản phẩm",
"Cost Price": "Giá vốn",
"Sales price": "Giá bán",
"Product Wise Discount": "Chiết khấu theo sản phẩm",
"Product Purchases": "Mua sản phẩm",
"Purchase QTY": "Số lượng mua",
"Product Sales": "Bán sản phẩm",
"Sale QTY": "Số lượng bán",
"Total Sale Due": "Tổng nợ bán",
"Total Purchase Due": "Tổng nợ mua",
"Party Wise Loss & Profit": "Lỗ & lãi theo đối tác",
"Gateway List": "Danh sách cổng",
"Gateway ID.": "ID cổng",
"Gateway Type": "Loại cổng",
"Device List": "Danh sách thiết bị",
"Add Device": "Thêm thiết bị",
"Device ID": "ID thiết bị",
"Device Version": "Phiên bản thiết bị",
"App Version": "Phiên bản ứng dụng",
"Total Messages": "Tổng số tin nhắn",
"Created Date": "Ngày tạo",
"All Settings": "Tất cả cài đặt",
"General": "Chung",
"Invoice Print": "In hóa đơn",
"Currencies Settings": "Cài đặt tiền tệ",
"SMS Gateway Settings": "Cài đặt cổng SMS",
"Languages Settings": "Cài đặt ngôn ngữ",
"Add, Edit, Update, Delete Languages.": "Thêm, chỉnh sửa, cập nhật, xóa ngôn ngữ.",
"Configure the fundamental information of the site.": "Cấu hình thông tin cơ bản của trang web.",
"Control and configure overall notification systems": "Điều khiển và cấu hình hệ thống thông báo tổng thể",
"View and update currency settings": "Xem và cập nhật cài đặt tiền tệ",
"Add new users, Provide role and Permission": "Thêm người dùng mới, cấp vai trò và quyền hạn",
"View and update gateway settings": "Xem và cập nhật cài đặt cổng",
"VAT/GST Title": "Tiêu đề VAT/GST",
"VAT/GST Number": "Số VAT/GST",
"Sale Rounding Option": "Tùy chọn làm tròn bán hàng",
"Product Profit Option": "Tùy chọn lợi nhuận sản phẩm",
"Post Sale Message": "Tin nhắn sau bán",
"Invoice Note Label": "Nhãn ghi chú hóa đơn",
"Invoice Note": "Ghi chú hóa đơn",
"Warranty Void Label": "Nhãn hủy bảo hành",
"Warranty Void": "Hủy bảo hành",
"A4 Page Invoice Logo": "Logo hóa đơn trang A4",
"Thermal Invoice Logo": "Logo hóa đơn nhiệt",
"Invoice Scanner Logo": "Logo máy quét hóa đơn",
"Select SMS Gateway": "Chọn cổng SMS",
"Language Settings": "Cài đặt ngôn ngữ",
"Locale": "Ngôn ngữ địa phương",
"Flag": "Cờ",
"Add New Language": "Thêm ngôn ngữ mới",
"Is Active": "Đang hoạt động",
"Is Default": "Mặc định",
"Product Settings": "Cài đặt sản phẩm",
"Currency Setting": "Cài đặt tiền tệ",
"Select Currency": "Chọn tiền tệ",
"Total Assets": "Tổng tài sản",
"Liabilities": "Nợ phải trả",
"Assets": "Tài sản",
"Payment In": "Thanh toán nhận",
"Equities & Liabilities": "Vốn chủ sở hữu & Nợ phải trả",
"Create Supplier": "Tạo nhà cung cấp",
"Batch No.": "Số lô",
"Cost exc. tax": "Chi phí chưa thuế",
"Cost inc. tax": "Chi phí đã bao gồm thuế",
"Wholesale": "Giá sỉ",
"View Combo Product": "Xem sản phẩm combo",
"Add new Transfer": "Thêm chuyển kho mới",
"Stock Values": "Giá trị tồn kho",
"Drag & drop your Image": "Kéo & thả hình ảnh của bạn",
"Browse": "Duyệt",
"Address line 1": "Địa chỉ dòng 1",
"Add Vat Rate": "Thêm tỷ lệ VAT",
"Rate": "Tỷ lệ",
"Pay Due": "Thanh toán số dư",
"Apply Month": "Áp dụng cho tháng",
"Create Attendance": "Tạo điểm danh",
"Create Payroll": "Tạo bảng lương",
"Purchase Date": "Ngày mua",
"Payment Reminder": "Nhắc nhở thanh toán",
"New Sale": "Bán hàng mới",
"Payment Received": "Thanh toán đã nhận",
"Payment Paid": "Thanh toán đã chi",
"SMS Body": "Nội dung SMS",
"Available Tags": "Thẻ có sẵn",
"Enable SMS Notification": "Bật thông báo SMS",
"Business Phone": "Điện thoại doanh nghiệp",
"Add Gateway": "Thêm cổng",
"Add New Device": "Thêm thiết bị mới",
"To add your device to the system, follow these steps:": "Để thêm thiết bị vào hệ thống, làm theo các bước sau:",
"Get the latest version of the App from this": "Lấy phiên bản ứng dụng mới nhất từ liên kết này",
"link": "liên kết",
"and install the app on your device.": "và cài đặt ứng dụng trên thiết bị của bạn.",
"Step 01": "Bước 01",
"Step 02": "Bước 02",
"Step 03": "Bước 03",
"After installing the app, locate the QR code provided at the top of the screen. Open the app and grant all requested permissions when prompted. On the login screen, select \"Login with QR code\" and scan the QR code": "Sau khi cài ứng dụng, tìm mã QR ở đầu màn hình. Mở ứng dụng và cấp tất cả quyền được yêu cầu. Trên màn hình đăng nhập, chọn \"Đăng nhập bằng QR code\" và quét mã QR",
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "Điện thoại Android của bạn hiện đã kết nối với hệ thống. Vui lòng tải lại trang này để xem thiết bị mới.",
"View and update gateway settings.": "Xem và cập nhật cài đặt cổng",
"Product Stock": "Tồn kho sản phẩm",
"Model No": "Số model",
"Product Manufacturer": "Nhà sản xuất sản phẩm",
"Low Stock Alert": "Cảnh báo tồn kho thấp",
"VAT ID": "ID VAT",
"VAT Type": "Loại VAT",
"Exclusive Price": "Giá riêng",
"Inclusive Price": "Giá đã bao gồm",
"Profit Percent": "Phần trăm lợi nhuận",
"Serial": "Số serial",
"MRP/PRICE": "MRP/Giá",
"MRP": "MRP",
"Batch Tracking": "Theo dõi lô",
"Batch No": "Số lô",
"Expiry Date": "Ngày hết hạn",
"Mfg Date": "Ngày sản xuất",
"Product Type": "Loại sản phẩm",
"Single": "Đơn",
"Variant": "Biến thể",
"Combo": "Combo",
"Guest Due Sale": "Bán nợ khách hàng",
"Product Discount": "Chiết khấu sản phẩm",
"Add Product Settings": "Thêm cài đặt sản phẩm",
"Additional Product Field": "Trường sản phẩm bổ sung",
"Purchase Setting": "Cài đặt mua hàng",
"Sale Setting": "Cài đặt bán hàng",
"Profit & Loss Details": "Chi tiết lỗ/lãi",
"Product Profit & Loss": "Lợi nhuận & lỗ sản phẩm",
"Customer List": "Danh sách khách hàng",
"Supplier List": "Danh sách nhà cung cấp",
":type List": "Danh sách :type",
"Add new :type": "Thêm :type mới",
"Edit :type": "Chỉnh sửa :type",
"Edit Supplier": "Chỉnh sửa nhà cung cấp",
"Edit Customer": "Chỉnh sửa khách hàng",
"(PNG & JPG)": "(PNG & JPG)",
"Vat groups (Combination of multiple vats)": "Nhóm VAT (Kết hợp nhiều VAT)",
"Send": "Gửi",
"1.": "1.",
"2.": "2.",
"3.": "3.",
"4.": "4.",
"5.": "5.",
"6.": "6.",
"7.": "7.",
"8.": "8.",
"9.": "9.",
"10.": "10.",
"11.": "11.",
"12.": "12.",
"13.": "13.",
"14.": "14.",
"15.": "15.",
"16.": "16.",
"17.": "17.",
"18.": "18.",
"19.": "19.",
"20.": "20.",
"21.": "21.",
"Please follow the instructions below to upload your file.": "Vui lòng làm theo hướng dẫn dưới đây để tải lên tệp của bạn.",
"Download the sample file first and add all your products to it.": "Tải xuống tệp mẫu trước và thêm tất cả sản phẩm của bạn vào đó.",
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "Chỉ ra trường bắt buộc. Nếu bạn không cung cấp các trường bắt buộc, hệ thống sẽ bỏ qua sản phẩm.",
"After adding all your products, please save the file and then upload the updated version.": "Sau khi thêm tất cả sản phẩm, hãy lưu tệp và tải lên phiên bản đã cập nhật.",
"The name of the product you are adding": "Tên sản phẩm bạn đang thêm",
"e.g.,": "Ví dụ,",
"Banana": "Chuối",
"Stock Quantity": "Số lượng tồn kho",
"Sale Price (MRP)": "Giá bán (MRP)",
"VAT Name": "Tên VAT",
"VAT (%)": "VAT (%)",
"Low Stock Qty": "Số lượng tồn kho thấp",
"Manufacturing Date": "Ngày sản xuất",
"Variations": "Các biến thể",
"The category under which the product falls": "Danh mục sản phẩm thuộc về",
"Beverages, Electronics": "Đồ uống, Điện tử",
"The measurement unit used for the product": "Đơn vị đo sử dụng cho sản phẩm",
"Piece, Kg, Litre": "Chiếc, Kg, Lít",
"If not found, a new unit will be created automatically.": "Nếu không tìm thấy, một đơn vị mới sẽ được tạo tự động.",
"The brand associated with the product": "Thương hiệu liên quan đến sản phẩm",
"Samsung, Nestlé": "Samsung, Nestlé",
"If not found, the system will create it automatically.": "Nếu không tìm thấy, hệ thống sẽ tạo tự động.",
"The available quantity of the product currently in stock.": "Số lượng sản phẩm hiện có trong kho.",
"A unique identifier for the product": "Mã định danh duy nhất cho sản phẩm",
"SKU001": "SKU001",
"Product codes must be unique — duplicate codes will be ignored.": "Mã sản phẩm phải duy nhất — các mã trùng sẽ bị bỏ qua.",
"The cost price of the product excluding VAT.": "Giá vốn của sản phẩm chưa bao gồm VAT.",
"The selling price or maximum retail price for the product.": "Giá bán hoặc giá bán lẻ tối đa của sản phẩm.",
"Special discounted price for bulk resellers or dealers.": "Giá giảm đặc biệt cho người bán sỉ hoặc đại lý.",
"The price offered for wholesale buyers, usually lower than MRP.": "Giá dành cho người mua sỉ, thường thấp hơn MRP.",
"If not found, the system will automatically create a new category.": "Nếu không tìm thấy, hệ thống sẽ tự động tạo danh mục mới.",
"The VAT name applied to the product.": "Tên VAT áp dụng cho sản phẩm.",
"If the system doesnt find it, it will create a new VAT with the provided rate.": "Nếu hệ thống không tìm thấy, sẽ tạo VAT mới với tỷ lệ cung cấp.",
"The VAT rate as a percentage": "Tỷ lệ VAT theo phần trăm",
"15": "15",
"Define whether the VAT is": "Xác định VAT là",
"exclusive": "Độc lập",
"or": "hoặc",
"inclusive": "Bao gồm",
"in the price.": "trong giá.",
"The minimum stock quantity to trigger a low-stock alert.": "Số lượng tồn kho tối thiểu để kích hoạt cảnh báo tồn kho thấp.",
"Name of the product manufacturer or supplier.": "Tên nhà sản xuất hoặc nhà cung cấp sản phẩm.",
"Expiry date for perishable products": "Ngày hết hạn cho sản phẩm dễ hỏng",
"format:": "Định dạng:",
"YYYY-MM-DD": "YYYY-MM-DD",
"Batch or lot number used to identify stock batches.": "Số lô dùng để xác định các lô tồn kho.",
"The model of the product": "Mẫu sản phẩm",
"iPhone 15": "iPhone 15",
"Date the product was manufactured": "Ngày sản xuất sản phẩm",
"Define whether the product is": "Xác định sản phẩm là",
"single": "Đơn",
"variant": "Biến thể",
"for products with multiple variations like size or color.": "Cho các sản phẩm có nhiều biến thể như kích thước hoặc màu sắc.",
"This column defines all variations for variant products.": "Cột này xác định tất cả các biến thể cho sản phẩm biến thể.",
"Use the format:": "Sử dụng định dạng:",
"VariationName:Value": "TênBiếnThể:GiáTrị",
"separated by a": "ngăn cách bởi",
"for multiple values.": "cho nhiều giá trị.",
"Example:": "Ví dụ:",
"Color:Black|Size:M": "Màu:Đen|Kích thước:M",
"➤ The system will:": "➤ Hệ thống sẽ:",
"Create or match existing variations dynamically.": "Tạo hoặc khớp các biến thể hiện có một cách động.",
"Store selected variation IDs in the": "Lưu ID biến thể đã chọn vào",
"table": "bảng",
"Store structured JSON like": "Lưu JSON có cấu trúc như",
"\"Color\":\"Black\"": "\"Màu\":\"Đen\"",
"in the": "trong",
"Automatically create": "Tự động tạo",
"variant_name": "Tên_biến_thể",
"such as": "như",
"Black - M": "Đen - M",
"table.": "bảng.",
"Party Profit & Loss": "Lợi nhuận & lỗ theo đối tác",
"Bill Wise Profit & Loss": "Lãi và lỗ theo hóa đơn",
"Bank Details": "Chi tiết ngân hàng",
"Account No": "Số tài khoản",
"UPI ID": "ID UPI",
"Holders Nmae": "Tên chủ tài khoản",
"MONEY RECEIPT": "Biên lai thanh toán",
"Money Receipt": "Biên lai thanh toán",
"Purchase Invoice": "Hóa đơn mua hàng",
"Holders Name": "Tên chủ tài khoản",
"Rounding (+/-)": "Làm tròn (+/-)",
"welcome_to": "Chào mừng",
"welcome_back": "Chào mừng trở lại",
"please_login": "Vui lòng đăng nhập vào tài khoản của bạn",
"enter_your_email": "Nhập địa chỉ email của bạn",
"password": "Mật khẩu",
"remember_me": "Ghi nhớ tôi",
"forgot_password": "Quên mật khẩu?",
"log_in": "Đăng nhập",
"back_to_home": "Quay lại trang chủ",
"create_an_account": "Tạo tài khoản",
"or_continue_with": "Hoặc tiếp tục với",
"login_with_x": "Đăng nhập bằng X",
"login_with_google": "Đăng nhập bằng Google",
"super_admin": "Quản trị viên cấp cao",
"admin": "Quản trị viên",
"business": "Kinh doanh",
"add_on": "Tiện ích bổ sung",
"manager": "Quản lý",
"multi_branch": "Nhiều chi nhánh",
"warranty": "Bảo hành",
"guarantee": "Bảo đảm",
"Months": "Tháng",
"Years": "Năm",
"Tax Type": "Loại thuế",
"Exclusive": "Chưa bao gồm",
"Inclusive": "Đã bao gồm",
"Select Tax": "Chọn thuế",
"select_one": "Chọn một",
"Image (Size 150x130)": "Hình ảnh (Kích thước 150x130)",
"Drag & drop image": "Kéo và thả hình ảnh",
"Variant Name": "Tên biến thể",
"Manufacture": "Nhà sản xuất",
"Profit Margin (%)": "Biên lợi nhuận (%)",
"Default Selling Price": "Giá bán mặc định",
"SKU / Code": "SKU / Mã",
"Edit Model": "Chỉnh sửa mẫu",
"Rack Name": "Tên kệ",
"Edit rack": "Chỉnh sửa kệ",
"Update Password": "Cập nhật mật khẩu",
"Tax Rate": "Thuế suất",
"Sub vats": "Thuế VAT phụ",
"Edit Vat": "Chỉnh sửa VAT",
"Edit Vat Group": "Chỉnh sửa nhóm VAT",
"Edit Bank": "Chỉnh sửa ngân hàng",
"Account Display Name balnce": "Tên hiển thị tài khoản / Số dư",
"+ Add more fields": "+ Thêm nhiều trường",
"Show In Invoice": "Hiển thị trên hóa đơn",
"As Of Date": "Tính đến ngày",
"Cheque Number": "Số séc",
"Current Plan": "Gói hiện tại",
"Multi-branch Allowed": "Cho phép nhiều chi nhánh",
"Addon Limit:": "Giới hạn tiện ích bổ sung:",
"Addon Domain Available?": "Tên miền tiện ích bổ sung có sẵn?",
"Subdomain Limit:": "Giới hạn tên miền phụ:",
"Subdomain Available?": "Tên miền phụ có sẵn?",
"Freya Haynes": "Freya Haynes",
"Invoice: S06 - Emery Mueller": "Hóa đơn: S06 - Emery Mueller",
"Item Name": "Tên mặt hàng",
"Product Wise Profit & Loss": "Lãi và lỗ theo sản phẩm",
"Product Wise Loss Profit": "Lỗ và lãi theo sản phẩm",
"Pay Amount": "Số tiền thanh toán",
"Select party": "Chọn đối tác",
"Loss Profit History": "Lịch sử lãi và lỗ",
"Product Sale History": "Lịch sử bán sản phẩm",
"Product Purchase History": "Lịch sử mua sản phẩm",
"Purchase Qty": "Số lượng mua",
"Sold Qty": "Số lượng bán",
"Remaining Qty": "Số lượng còn lại",
"Subscription Orders": "Đơn hàng đăng ký",
"Subscriber View": "Chế độ xem người đăng ký",
"Expire date": "Ngày hết hạn",
"Enroll Date": "Ngày đăng ký",
"How to Add a Domain in hPanel": "Cách thêm tên miền trong hPanel",
"hPanel (Hostinger) Domain Setup Instructions": "Hướng dẫn thiết lập tên miền trên hPanel (Hostinger)",
"Multibranch Allowed": "Cho phép đa chi nhánh",
"Addon Domain Limit": "Giới hạn tên miền Add-on",
"Subdomain Limit": "Giới hạn tên miền phụ",
"Custom Domain Limit": "Giới hạn tên miền tùy chỉnh",
"Add-ons": "Tiện ích mở rộng",
"New": "Mới",
"Addons List": "Danh sách tiện ích mở rộng",
"Install / Update Addon": "Cài đặt / Cập nhật tiện ích",
"Version": "Phiên bản",
"Enter purchase code": "Nhập mã mua hàng",
"Upload addons zip file": "Tải lên tệp zip của tiện ích",
"System": "Hệ thống",
"User Sign Up": "Đăng ký người dùng",
"Domain Setting": "Cài đặt tên miền",
"View and update payment gateway settings": "Xem và cập nhật cài đặt cổng thanh toán",
"View and update user sign up settings": "Xem và cập nhật cài đặt đăng ký người dùng",
"View and update system settings": "Xem và cập nhật cài đặt hệ thống",
"User Registration Email Setup": "Thiết lập email đăng ký người dùng",
"Verify email with OTP on signup?": "Xác minh email bằng OTP khi đăng ký?",
"Verify email without OTP on signup?": "Xác minh email không cần OTP khi đăng ký?",
"SSL is required.": "Yêu cầu SSL.",
"SSL is not required.": "Không yêu cầu SSL.",
"Subdomain / Custom domains are allowed automatically.": "Tên miền phụ / Tên miền tùy chỉnh được cho phép tự động.",
"Subdomain / Custom domains are not allowed automatically.": "Tên miền phụ / Tên miền tùy chỉnh không được cho phép tự động.",
"Dynamic Text": "Văn bản động",
"Dynamic Link Text": "Văn bản liên kết động",
"Dynamic Link": "Liên kết động",
"App Link": "Liên kết ứng dụng",
"Login Page Logo": "Logo trang đăng nhập",
"Login Page Image": "Hình ảnh trang đăng nhập",
"Stripe": "Stripe",
"mollie": "Mollie",
"paypal": "PayPal",
"paystack": "Paystack",
"razorpay": "Razorpay",
"instamojo": "Instamojo",
"toyyibpay": "Toyyibpay",
"flutterwave": "Flutterwave",
"thawani": "Thawani",
"mercadopago": "Mercado Pago",
"phonepe": "PhonePe",
"paytm": "Paytm",
"Tap Payment": "Tap Payment",
"Sslcommerz": "Sslcommerz",
"Manual": "Thủ công",
"API KEY": "Mã API (API KEY)",
"CLIENT ID": "ID Khách hàng (CLIENT ID)",
"CLIENT SECRET": "Mã bí mật khách hàng (CLIENT SECRET)",
"PUBLIC KEY": "Khóa công khai (PUBLIC KEY)",
"SECRET KEY": "Khóa bí mật (SECRET KEY)",
"KEY ID": "ID Khóa",
"KEY SECRET": "Bí mật khóa",
"X API KEY": "X API KEY",
"X AUTH TOKEN": "X AUTH TOKEN",
"USER SECRET KEY": "Mã bí mật người dùng",
"CATEOGRY CODE": "Mã danh mục",
"ENCRYPTION KEY": "Khóa mã hóa",
"PAYMENT OPTIONS": "Tùy chọn thanh toán",
"Hello": "Xin chào",
"Net Profit (Profit - Loss) =": "Lợi nhuận ròng (Lợi - Lỗ) =",
"Net Profit (Income - Expense) =": "Lợi nhuận ròng (Thu nhập - Chi phí) =",
"Sale Details": "Chi tiết bán hàng",
"Purchase Details": "Chi tiết mua hàng",
"All Customer": "Tất cả khách hàng",
"Sale Qty": "Số lượng bán",
"Profit/Loss": "Lợi nhuận/Lỗ",
"Printer A4": "Máy in A4",
"Thermal: 3 inch 80mm": "Nhiệt: 3 inch 80 mm",
"Showing": "Hiển thị",
"to": "đến",
"of": "của",
"results": "kết quả",
"Custom Domain": "Miền tùy chỉnh",
"Ledger": "Sổ cái",
"(Ledger)": "(Sổ cái)",
"Credit (In)": "Tín dụng (Vào)",
"Debit (Out)": "Ghi nợ (Ra)",
"View Stock": "Xem kho",
"Log In": "Đăng nhập",
"Back to Home": "Quay lại trang chủ",
"Create an account.": "Tạo tài khoản",
"Add-on": "Tiện ích bổ sung",
"Bussiness": "Kinh doanh",
"Multi Branch": "Nhiều chi nhánh",
"Create an Free Account!": "Tạo tài khoản miễn phí!",
"Hey, Enter Your details to get Sign Up to your account": "Xin chào, hãy nhập thông tin của bạn để đăng ký tài khoản",
"Sign Up": "Đăng ký",
"Or Continue with": "Hoặc tiếp tục với",
"Log in with X": "Đăng nhập bằng X",
"Log in with Google": "Đăng nhập bằng Google",
"Already have an Account?": "Bạn đã có tài khoản chưa?",
"Email Verification": "Xác minh email",
"we sent an OTP in your email address": "Chúng tôi đã gửi mã OTP đến địa chỉ email của bạn",
"Code send in": "Mã đã được gửi đến",
"Resend code": "Gửi lại mã",
"Verify": "Xác minh",
"Setup Your Profile": "Thiết lập hồ sơ của bạn",
"Company/Business Name": "Tên công ty/doanh nghiệp",
"Enter company/business name": "Nhập tên công ty/doanh nghiệp",
"Ex: $500": "Ví dụ: $500",
"Company Address": "Địa chỉ công ty",
"Enter company address": "Nhập địa chỉ công ty",
"Successfully!": "Thành công!",
"Congratulations, Your account has been": "Chúc mừng, tài khoản của bạn đã được",
"successfully created": "tạo thành công",
"Enter Model Name": "Nhập tên mẫu",
"Completed": "Đã hoàn thành",
"Enter values": "Nhập giá trị",
"Total Stock Value:": "Tổng giá trị tồn kho:",
"Sale Commission": "Hoa hồng bán hàng",
"Enter Supplier Name": "Nhập tên nhà cung cấp",
"Enter city": "Nhập thành phố",
"Enter state": "Nhập tiểu bang/tỉnh",
"Enter zip code": "Nhập mã bưu điện",
"Select a country": "Chọn một quốc gia",
"Advance": "Tạm ứng",
"Enter account display name": "Nhập tên hiển thị tài khoản",
"Enter account number": "Nhập số tài khoản",
"Enter UPI code": "Nhập mã UPI",
"Enter bank name": "Nhập tên ngân hàng",
"Enter bank name_duplicate": "Nhập tên ngân hàng",
"Enter account holder name": "Nhập tên chủ tài khoản",
"Ex: 500": "Ví dụ: 500",
"Total Transaction": "Tổng giao dịch",
"Branch Opening Balance": "Số dư đầu kỳ chi nhánh",
"Branch Remaining Balance": "Số dư còn lại chi nhánh",
"Language": "Ngôn ngữ",
"Select Variant": "Chọn biến thể",
"Enter Batch No.": "Nhập số lô",
"Bank List": "Danh sách ngân hàng",
"Cash List": "Danh sách tiền mặt",
"Add Cash": "Thêm tiền mặt",
"Reduce Cash": "Giảm tiền mặt",
"ex 500": "ví dụ 500",
"Adjustment Date": "Ngày điều chỉnh",
"description": "mô tả",
"cash": "tiền mặt",
"PNG & JPG": "PNG & JPG",
"Transaction Image": "Hình ảnh giao dịch",
"Platform": "Nền tảng",
"Add Image": "Thêm hình ảnh",
"Loading...": "Đang tải...",
"Approved Payment": "Thanh toán đã duyệt",
"24 Jan 2024, 10:30": "24 thg 1, 2024, 10:30",
"Withdraw Amount": "Số tiền rút",
"$0": "$0",
"Account Information": "Thông tin tài khoản",
"A/C Name": "Tên tài khoản",
"Shaidul Islam": "Shaidul Islam",
"Dutch-Bangla Bank PLC": "Ngân hàng Dutch-Bangla PLC",
"A/C Number": "Số tài khoản",
"365214512236": "365214512236",
"Dhaka": "Dhaka",
"Rejected": "Đã từ chối",
"Approved": "Đã duyệt",
"Approve Withdrawal Payment": "Duyệt thanh toán rút tiền",
"Have you Sent": "Bạn đã gửi",
"$250.00?": "$250.00?",
"Transaction Number": "Số giao dịch",
"Enter transaction Number": "Nhập số giao dịch",
"Upload Receipt": "Tải lên biên lai",
"Add-On": "Tiện ích bổ sung",
"Google Login Settings": "Cài đặt đăng nhập Google",
"X Login Settings": "Cài đặt đăng nhập X",
"Please request for a domain/subdomain from the business panel.": "Vui lòng yêu cầu tên miền/tên miền phụ từ bảng điều khiển kinh doanh.",
"Request For A Domain": "Yêu cầu tên miền",
"The app url is not available in .env file, please contact with administrator.": "URL ứng dụng không có trong tệp .env, vui lòng liên hệ quản trị viên.",
"Are you sure you want to exit?": "Bạn có chắc chắn muốn thoát không?",
"We Makes": "Chúng tôi tạo ra",
"Globally": "Trên toàn cầu",
"Growth": "Tăng trưởng",
"Increase Your Revenue": "Tăng doanh thu của bạn",
"(Optional)": "(Tùy chọn)",
"Data Deletion Instructions": "Hướng dẫn xóa dữ liệu",
"If you want to delete your data from our system, please follow these steps:": "Nếu bạn muốn xóa dữ liệu khỏi hệ thống, hãy làm theo các bước sau:",
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "Gửi email đến [your-email@example.com] với tiêu đề “Delete My Data”.",
"Include your name and the email address you used to register.": "Bao gồm tên và địa chỉ email bạn đã đăng ký.",
"We will process your request and confirm deletion within 7 business days.": "Chúng tôi sẽ xử lý và xác nhận xóa trong vòng 7 ngày làm việc.",
"Share your referral link": "Chia sẻ liên kết giới thiệu",
"Refer a friend and earn a commission.": "Giới thiệu bạn bè và nhận hoa hồng.",
"Copy": "Sao chép",
"Available for Withdraw": "Số dư có thể rút",
"$30": "$30",
"Payout your balance is more than": "Bạn có thể rút nếu số dư lớn hơn",
"$100": "$100",
"Total Withdraw": "Tổng tiền rút",
"$500": "$500",
"Total Referrals": "Tổng số giới thiệu",
"5": "5",
"1 Month": "1 tháng",
"৳499": "৳499",
"৳699": "৳699",
"1": "1",
"Copy Link": "Sao chép liên kết",
"2": "2",
"3": "3",
"This bank account can not be deleted as it already has transactions. Please delete all transactions other than bank entries before deleting the account.": "Không thể xóa tài khoản này vì đã có giao dịch. Vui lòng xóa các giao dịch liên quan trước.",
"14": "14",
"12": "12",
"currency": "tiền tệ",
"Do you really want to re-open this cheque?": "Bạn có thực sự muốn mở lại séc này không?",
"Transfer Cheque": "Chuyển nhượng séc",
"Deposit": "Gửi tiền",
"Re-Open": "Mở lại",
"A": "A",
"10%": "10%",
"100,00,0000": "100,00,0000",
"This is a demo account — data resets every hour for this account only. Some of module are disabled in this account, to get full access please please create your own account.": "Đây là tài khoản demo. Dữ liệu sẽ đặt lại mỗi giờ. Hãy tạo tài khoản riêng để có toàn quyền truy cập.",
"You can not access it!": "Bạn không thể truy cập!",
"N/A": "N/A",
"English": "Tiếng Anh",
"en": "en",
"Upgrade Date": "Ngày nâng cấp",
"Bengali": "Tiếng Bengal",
"bn": "bn",
"French": "Tiếng Pháp",
"fr": "fr",
"This party is from another branch, you can not change the opening from here.": "Đối tác này thuộc chi nhánh khác, bạn không thể thay đổi số dư đầu kỳ tại đây.",
"Please select a variation.": "Vui lòng chọn một biến thể.",
"Units": "Đơn vị",
"25632": "25632",
"25%": "25%",
"Ex: 200": "Ví dụ: 200",
"Ex: 50": "Ví dụ: 50",
"Batch No:": "Số lô:",
"Ex: 1": "Ví dụ: 1",
"Ex: 30": "Ví dụ: 30",
"Download Sample File": "Tải tệp mẫu",
" Please follow the instructions below to upload your file.": " Vui lòng làm theo hướng dẫn bên dưới để tải tệp lên.",
" Download the sample file first and add all your purchases data to it.": " Tải tệp mẫu xuống trước và thêm dữ liệu mua hàng vào đó.",
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "Trường bắt buộc. Nếu bỏ trống, hệ thống sẽ bỏ qua ngoại trừ thông tin sản phẩm.",
"After adding all your purchases, please save the file and then upload the updated version.": "Sau khi thêm dữ liệu, hãy lưu tệp và tải lên bản cập nhật.",
"Paid by:": "Thanh toán bởi:",
"Payable Amount:": "Số tiền phải trả:",
"Received Amount:": "Số tiền đã nhận:",
"Due:": "Còn nợ:",
"pospro.com": "pospro.com",
"Select a report type to load fields": "Chọn loại báo cáo để tải các trường",
"Change Amt/Due:": "Thay đổi số tiền/Nợ:",
"Total Subscription": "Tổng đăng ký",
"installer_messages.title": "POS Pro Installer",
"installer_messages.next": "Next Step",
"installer_messages.back": "Previous",
"installer_messages.finish": "Install",
"installer_messages.forms.errorTitle": "The Following errors occurred:",
"installer_messages.welcome.templateTitle": "Welcome",
"installer_messages.welcome.title": "POS Pro Installer",
"installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
"installer_messages.welcome.next": "Check Requirements",
"installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
"installer_messages.requirements.title": "Server Requirements",
"installer_messages.requirements.next": "Check Permissions",
"installer_messages.permissions.templateTitle": "Step 2 | Permissions",
"installer_messages.permissions.title": "Permissions",
"installer_messages.permissions.next": "Configure Environment",
"installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
"installer_messages.environment.menu.title": "Environment Settings",
"installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
"installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
"installer_messages.environment.menu.classic-button": "Classic Text Editor",
"installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
"installer_messages.environment.wizard.title": "Guided .env Wizard",
"installer_messages.environment.wizard.tabs.environment": "Environment",
"installer_messages.environment.wizard.tabs.database": "Database",
"installer_messages.environment.wizard.tabs.application": "Application",
"installer_messages.environment.wizard.form.name_required": "An environment name is required.",
"installer_messages.environment.wizard.form.app_name_label": "Website name",
"installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
"installer_messages.environment.wizard.form.app_environment_label": "App Environment",
"installer_messages.environment.wizard.form.app_environment_label_local": "Local",
"installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
"installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
"installer_messages.environment.wizard.form.app_environment_label_production": "Production",
"installer_messages.environment.wizard.form.app_environment_label_other": "Other",
"installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
"installer_messages.environment.wizard.form.app_debug_label": "App Debug",
"installer_messages.environment.wizard.form.app_debug_label_true": "True",
"installer_messages.environment.wizard.form.app_debug_label_false": "False",
"installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
"installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
"installer_messages.environment.wizard.form.app_log_level_label_info": "info",
"installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
"installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
"installer_messages.environment.wizard.form.app_log_level_label_error": "error",
"installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
"installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
"installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",
"installer_messages.environment.wizard.form.app_url_label": "App Url",
"installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
"installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
"installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
"installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
"installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
"installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
"installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
"installer_messages.environment.wizard.form.db_host_label": "Database Host",
"installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
"installer_messages.environment.wizard.form.db_port_label": "Database Port",
"installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
"installer_messages.environment.wizard.form.db_name_label": "Database Name",
"installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
"installer_messages.environment.wizard.form.db_username_label": "Database User Name",
"installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
"installer_messages.environment.wizard.form.db_password_label": "Database Password",
"installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",
"installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, & Queue",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
"installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
"installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
"installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
"installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
"installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
"installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
"installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
"installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
"installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
"installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
"installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
"installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
"installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
"installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
"installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
"installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
"installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
"installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
"installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
"installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
"installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
"installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",
"installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
"installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
"installer_messages.environment.wizard.form.buttons.install": "Install",
"installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
"installer_messages.environment.classic.title": "Classic Environment Editor",
"installer_messages.environment.classic.save": "Save .env",
"installer_messages.environment.classic.back": "Use Form Wizard",
"installer_messages.environment.classic.install": "Save and Install",
"installer_messages.environment.success": "Your .env file settings have been saved.",
"installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",
"installer_messages.install": "Install",
"installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",
"installer_messages.final.title": "Installation Finished",
"installer_messages.final.templateTitle": "Installation Finished",
"installer_messages.final.finished": "Application has been successfully installed.",
"installer_messages.final.migration": "Migration & Seed Console Output:",
"installer_messages.final.console": "Application Console Output:",
"installer_messages.final.log": "Installation Log Entry:",
"installer_messages.final.env": "Final .env File:",
"installer_messages.final.exit": "Click here to exit",
"installer_messages.updater.title": "Laravel Updater",
"installer_messages.updater.welcome.title": "Welcome To The Updater",
"installer_messages.updater.welcome.message": "Welcome to the update wizard.",
"installer_messages.updater.overview.title": "Overview",
"installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
"installer_messages.updater.overview.install_updates": "Install Updates",
"installer_messages.updater.final.title": "Finished",
"installer_messages.updater.final.finished": "Application's database has been successfully updated.",
"installer_messages.updater.final.exit": "Click here to exit",
"installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}